* {
    outline: none !important;
}

a:hover {
    color: inherit !important;
}

@font-face {
    font-display: swap;
    font-family: 'EuclidFlex';
    src: url('/resource/font/EuclidFlex/EuclidFlex-Light/EuclidFlex-Light.eot?#iefix') format('embedded-opentype'),
    url('/resource/font/EuclidFlex/EuclidFlex-Light/EuclidFlex-Light.woff') format('woff'),
    url('/resource/font/EuclidFlex/EuclidFlex-Light/EuclidFlex-Light.woff2') format('woff2'),
    url('/resource/font/EuclidFlex/EuclidFlex-Light/EuclidFlex-Light.ttf') format('truetype'),
    url('/resource/font/EuclidFlex/EuclidFlex-Light/EuclidFlex-Light.svg#EuclidFlex-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'EuclidFlex';
    src: url('/resource/font/EuclidFlex/EuclidFlex-Regular/EuclidFlex-Regular.eot?#iefix') format('embedded-opentype'),
    url('/resource/font/EuclidFlex/EuclidFlex-Regular/EuclidFlex-Regular.woff') format('woff'),
    url('/resource/font/EuclidFlex/EuclidFlex-Regular/EuclidFlex-Regular.woff2') format('woff2'),
    url('/resource/font/EuclidFlex/EuclidFlex-Regular/EuclidFlex-Regular.ttf') format('truetype'),
    url('/resource/font/EuclidFlex/EuclidFlex-Regular/EuclidFlex-Regular.svg#Font') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'EuclidFlex';
    src: url('/resource/font/EuclidFlex/EuclidFlex-Bold/EuclidFlex-Bold.eot?#iefix') format('embedded-opentype'),
    url('/resource/font/EuclidFlex/EuclidFlex-Bold/EuclidFlex-Bold.woff') format('woff'),
    url('/resource/font/EuclidFlex/EuclidFlex-Bold/EuclidFlex-Bold.woff2') format('woff2'),
    url('/resource/font/EuclidFlex/EuclidFlex-Bold/EuclidFlex-Bold.ttf') format('truetype'),
    url('/resource/font/EuclidFlex/EuclidFlex-Bold/EuclidFlex-Bold.svg#Font') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'EuclidFlex';
    src: url('/resource/font/EuclidFlex/EuclidFlex-Medium/EuclidFlex-Medium.eot?#iefix') format('embedded-opentype'),
    url('/resource/font/EuclidFlex/EuclidFlex-Medium/EuclidFlex-Medium.woff') format('woff'),
    url('/resource/font/EuclidFlex/EuclidFlex-Medium/EuclidFlex-Medium.woff2') format('woff2'),
    url('/resource/font/EuclidFlex/EuclidFlex-Medium/EuclidFlex-Medium.ttf') format('truetype'),
    url('/resource/font/EuclidFlex/EuclidFlex-Medium/EuclidFlex-Medium.svg#Font') format('svg');
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: EuclidFlex, sans-serif;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* End */

/* Start:/local/templates/volhovec/libs/swiper/dist/css/swiper.min.css?161157088419772*/
/**
 * Swiper 4.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 1, 2018
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

/* End */

/* Start:/local/templates/volhovec/libs/nanoscroller/bin/css/nanoscroller.css?16115708841366*/
/** initial setup **/
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.nano > .nano-content:focus {
    outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
    display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}

.nano > .nano-pane {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden \9; /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
    background: #444;
    background: rgba(0, 0, 0, .5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility: visible \9; /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

/* End */

/* Start:/local/templates/volhovec/libs/fancybox/dist/jquery.fancybox.min.css?161157088414065*/
body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s, visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus, .fancybox-button:hover {
    color: #fff
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:hover svg {
    opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption:after {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    border: 6px solid hsla(0, 0%, 39%, .5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x > ul {
    overflow: hidden
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs > ul > li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.fancybox-thumbs > ul > li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px)
    }
}

/* End */

/* Start:/local/templates/volhovec/libs/jquery-ui/themes/base/jquery-ui.min.css?161157088430724*/
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold
}

.ui-widget-header a {
    color: #333
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #454545;
    text-decoration: none
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214)
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff
}

.ui-icon-background, .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("/local/templates/volhovec/libs/jquery-ui/themes/base/images/ui-icons_444444_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("/local/templates/volhovec/libs/jquery-ui/themes/base/images/ui-icons_444444_256x240.png")
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
    background-image: url("/local/templates/volhovec/libs/jquery-ui/themes/base/images/ui-icons_555555_256x240.png")
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url("/local/templates/volhovec/libs/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png")
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
    background-image: url("/local/templates/volhovec/libs/jquery-ui/themes/base/images/ui-icons_777620_256x240.png")
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("/local/templates/volhovec/libs/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png")
}

.ui-button .ui-icon {
    background-image: url("/local/templates/volhovec/libs/jquery-ui/themes/base/images/ui-icons_777777_256x240.png")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

/* End */

/* Start:/local/templates/volhovec/libs/chosen/chosen.min.css?161157088410220*/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%)
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/local/templates/volhovec/libs/chosen/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/local/templates/volhovec/libs/chosen/chosen-sprite.png) no-repeat 0 2px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(/local/templates/volhovec/libs/chosen/chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%)
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: 0 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/local/templates/volhovec/libs/chosen/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: linear-gradient(#eee 20%, #fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: url(/local/templates/volhovec/libs/chosen/chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
        background-image: url(/local/templates/volhovec/libs/chosen/chosen-sprite@2x.png) !important;
        background-size: 52px 35px !important;
        background-repeat: no-repeat !important
    }
}

/* End */

/* Start:/local/templates/volhovec/styles/htmlacademy.min.css?161157088434835*/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

.promo {
    margin: 0;
    padding: 0
}

.promo__wrapper {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center
}

.promo__title {
    padding: 0;
    margin: 0 0 19px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase
}

.promo__text {
    width: 125px;
    margin: 0 auto 21px;
    font-size: 12px;
    line-height: 1.17;
    font-weight: 400;
    color: #3c3c3b
}

.promo__dropdowns {
    width: 70%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.promo__dropdowns-row {
    width: 100%
}

.promo__location {
    position: relative;
    padding-left: 14px;
    font-size: 10px;
    line-height: 13px;
    color: #3c3c3b;
    text-decoration: none
}

.promo__location-svg {
    position: absolute;
    top: 10%;
    left: 0;
    width: 9px;
    height: 12px
}

.dropdown {
    width: 100%;
    margin: 0 0 15px 0;
    position: relative;
    min-width: 135px;
    max-width: 258px
}

.dropdown:focus, .dropdown__select:focus {
    outline: none
}

.dropdown_search input {
    border-color: #979797
}

.dropdown__label {
    position: absolute;
    top: -8px;
    left: 10px;
    padding-left: 3px;
    padding-right: 3px;
    height: 13px;
    font-size: 10px;
    background-color: #fff;
    z-index: 3
}

.dropdown__select {
    position: relative;
    width: 100%;
    padding-left: 10px;
    height: 30px;
    border: 1px solid #979797;
    cursor: pointer;
    font-size: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url(/resource/img/arrow-down.svg) 94%/4% no-repeat
}

.dropdown__select::-ms-expand {
    display: none
}

.catalog {
    margin: 0;
    padding: 0
}

.catalog__title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.catalog__wrapper {
    width: 90%;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 10px
}

.catalog__text {
    margin: 0 0 27px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center
}

.catalog__text span {
    display: inline-block
}

.catalog__manager-link {
    display: none
}

.catalog__item, .catalog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog__list {
    padding: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

.catalog__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 20px;
    width: 46.55%
}

.catalog__item-title {
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase
}

.catalog__item-btn, .catalog__item-text {
    margin: 0 0 5px;
    font-size: 8px;
    line-height: 1.5;
    font-weight: 500
}

.catalog__item-btn {
    display: block;
    padding: 6px 0;
    font-family: "EuclidFlex", Arial, sans-serif;
    width: 108px;
    line-height: 8px;
    text-transform: uppercase;
    text-align: center;
    background-color: #3c3c3b;
    border: 2px solid #3c3c3b;
    color: #fff;
    text-decoration: none;
    margin: 0
}

.catalog__item-btn:hover {
    opacity: .6
}

.catalog__item-btn:active {
    opacity: .3
}

.form {
    margin: 0;
    padding: 0
}

.form__unit {
    margin: 0 0 15px
}

.form__element {
    height: 42px
}

.form__note {
    margin: 0 0 5px
}

.form__area {
    height: 126px
}

.form__standalone {
    margin: 0 0 20px
}

.form__wrapper {
    width: 90%;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center
}

.form__text, .form__title {
    font-weight: 400;
    color: #60605e
}

.form__title {
    text-transform: uppercase;
    margin: 0 0 21px;
    font-size: 20px
}

.form__text {
    margin: 0 0 20px;
    font-size: 12
}

.form__fieldset {
    padding: 0;
    margin: 0 0 10px;
    border: 0
}

.form__legend {
    width: 100%;
    display: table-cell;
    text-align: center;
    margin: 0 auto 19px;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    color: #60605e
}

.form__legend::after {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #595959;
    margin-left: 5px
}

.form__fieldset--active .form__legend::after {
    -webkit-transform: rotate(180deg) translateY(-5px);
    transform: rotate(180deg) translateY(-5px)
}

.form__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form__group {
    width: 46%;
    margin-bottom: 10px
}

.form__checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.form__checkbox:focus + .form__label {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color
}

.form__label {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 6px 0;
    font-family: "EuclidFlex", Arial, sans-serif;
    width: 100%;
    font-size: 8px;
    font-weight: 500;
    line-height: 8px;
    text-align: center;
    background-color: #efefef;
    border: 2px solid #efefef;
    color: #898989;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer
}

.form__label:hover {
    opacity: .6
}

.form__label:active {
    opacity: .3
}

.form__label--colors {
    padding-left: 28px;
    color: #000;
    text-align: left
}

.form__label--colors::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 14px;
    height: 14px
}

.form__label--white::before {
    background-color: #fff
}

.form__label--grey::before {
    background-color: #ddd
}

.form__label--lightbrown::before {
    background-color: #eee4b9
}

.form__label--darkbrown::before {
    background-color: #5a330a
}

.form__label--black::before {
    background-color: #000
}

.form__checkbox:checked + .form__label {
    background-color: #3c3c3b;
    border-color: #3c3c3b;
    color: #fff
}

.form__checkbox:checked + .form__label--colors {
    position: relative;
    background-color: #efefef;
    color: #898989;
    border-color: #3c3c3b
}

.form__submit-btn {
    display: block;
    padding: 6px 0;
    font-family: "EuclidFlex", Arial, sans-serif;
    width: 135px;
    font-size: 8px;
    font-weight: 500;
    line-height: 8px;
    text-transform: uppercase;
    text-align: center;
    background-color: #3c3c3b;
    border: 2px solid #3c3c3b;
    color: #fff;
    text-decoration: none;
    margin: 0 auto 10px
}

.form__submit-btn:hover {
    opacity: .6
}

.form__submit-btn:active {
    opacity: .3
}

.map {
    width: 100%;
    height: 556px;
    margin-bottom: 40px;
    background-color: gray
}

.map__info {
    position: absolute;
    margin: 0;
    width: 155px;
    background-color: #fff;
    color: #000
}

.map__info-close {
    position: absolute;
    right: 0;
    width: 26px;
    height: 26px;
    background-color: #000;
    cursor: pointer
}

.map__info-close use {
    fill: #fff
}

.map__info-close-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.map__info-img {
    margin: 0;
    width: 100%
}

.map__info-img img {
    width: 100%
}

.map__info-container {
    margin: 0;
    padding-left: 18px;
    padding-right: 12px
}

.map__info-title {
    width: 100px;
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.4
}

.map__info-address {
    margin: 0 0 10px;
    font-size: 10px;
    line-height: 1.4
}

.map__route {
    position: relative;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    color: #000;
    font-size: 10px
}

.map__route-svg {
    position: absolute;
    left: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.map__info-hours {
    margin: 0 0 10px;
    font-size: 10px
}

.map__info-hours span {
    display: block
}

.map__info-tel {
    display: block;
    margin: 0 0 15px;
    font-size: 12px;
    text-decoration: none;
    color: #000
}

.products-catalog--search-results .products-catalog__container {
    border-top: solid 1px #ddd;
    margin: 0 0 40px
}

.products-catalog__container {
    margin-bottom: 30px
}

.products-catalog__title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .9px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 24px
}

.products-catalog__title--hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.products-catalog__desc {
    text-align: center;
    max-width: 480px;
    margin: 0 auto 27px
}

.products-catalog__desc > :first-child {
    margin-top: 0
}

.products-catalog__desc > :last-child {
    margin-bottom: 0
}

.products-catalog__desc p {
    font-size: 12px;
    margin: 18px 0
}

.products-catalog__subtitle {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.products-catalog__sort {
    margin-bottom: 4px
}

.products-catalog__sort:after {
    content: '';
    display: table;
    clear: both
}

.products-catalog__sort .dropdown {
    float: right;
    width: calc((100% - 40px) / 3);
    max-width: 278px
}

@media (max-width: 1024px) {
    .products-catalog__sort {
        margin: 30px 0
    }

    .products-catalog__sort .dropdown {
        float: none;
        margin: 0 auto;
        max-width: 220px
    }
}

@media (max-width: 768px) {
    .products-catalog__sort .dropdown {
        max-width: 185px
    }
}

.products-catalog__fieldset {
    margin: 0 0 20px;
    border: 0;
    padding: 0
}

.products-catalog__legend {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    letter-spacing: .63px
}

.spoiler-active .products-catalog__legend {
    margin-bottom: 15px
}

.products-catalog__legend::after {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #595959;
    margin-left: 5px;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.spoiler-active .products-catalog__legend::after, .seo-tabs__button-next svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.products-catalog__products-count {
    color: #a3a3a3
}

.products-catalog__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.products-catalog__fields-item {
    width: 46%;
    margin-bottom: 10px
}

.products-catalog__checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.products-catalog__checkbox:focus + .products-catalog__label {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color
}

.products-catalog__label {
    position: relative;
    display: block;
    margin: 0 auto;
    font-family: "EuclidFlex", Arial, sans-serif;
    width: 100%;
    font-size: 8px;
    font-weight: 500;
    line-height: 8px;
    text-align: center;
    background-color: #efefef;
    border: 2px solid #efefef;
    color: #898989;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    padding: 6px
}

.products-catalog__label:hover {
    opacity: .6
}

.products-catalog__label:active {
    opacity: .3
}

.products-catalog__label--colors {
    padding-left: 28px;
    color: #000;
    text-align: left
}

.products-catalog__label--colors::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 14px;
    height: 14px
}

.products-catalog__label--white::before {
    background-color: #fff
}

.products-catalog__label--grey::before {
    background-color: #ddd
}

.products-catalog__label--lightbrown::before {
    background-color: #eee4b9
}

.products-catalog__label--darkbrown::before {
    background-color: #5a330a
}

.products-catalog__label--black::before {
    background-color: #000
}

.products-catalog__label--door-glass {
    display: none
}

.products-catalog__checkbox:checked + .products-catalog__label {
    background-color: #3c3c3b;
    border-color: #3c3c3b;
    color: #fff
}

.products-catalog__checkbox:checked + .products-catalog__label--colors {
    position: relative;

    border-color: #3c3c3b
}

.products-catalog__submit-btn {
    display: block;
    margin: 0 auto;
    font-family: "EuclidFlex", Arial, sans-serif;
    width: 100%;
    font-size: 8px;
    font-weight: 500;
    line-height: 8px;
    text-transform: uppercase;
    text-align: center;
    background-color: #1c4635;
    border: 2px solid #6b6b6b;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    cursor: pointer;
    transition: all .3s
}

.products-catalog__submit-btn:hover {
    opacity: .6
}

.products-catalog__submit-btn:active {
    opacity: .3
}

.products-catalog__reset-btn {
    display: none
}

.products-catalog__filters {
    margin-bottom: 32px;
    will-change: min-height
}

.products-catalog__filters-inner {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform
}

.products-catalog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.products-catalog__list .product-card {
    width: 100%
    /*   margin-top: 20px*/
}

.products-catalog__list .product-card:first-child, .products-catalog__list .product-card:nth-child(2) {
    margin-top: 20px
}

.products-catalog__list .product-card:nth-child(2n) {
    margin-right: 0
}

.products-catalog--search-results .product-card:nth-child(n+7) {
    display: block
}

.products-catalog__more-btn {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #e6e6e6;
    border: 0;
    font-family: 'EuclidFlex', Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: -.2px;
    color: #424241;
    text-transform: uppercase;
    padding: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.products-catalog__more-btn:hover {
    background: #6b6b6b;
    color: #fff
}

.products-catalog__door-glass, .products-catalog__svg {
    display: none
}

.products-catalog__manager {
    display: none;
    position: absolute;
    z-index: 1;
    right: 27px;
    top: 50px;
    width: 90px;
    height: 90px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 50%;
    padding: 0;
    color: #424241;
    font-size: 8px;
    font-weight: 500;
    line-height: 10px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer
}

.products-catalog__manager::before {
    content: '';
    display: block;
    width: 37px;
    height: 42px;
    background: url(/local/templates/volhovec/styles/../images/vector/icons/consult.svg) no-repeat;
    margin: 0 auto 5px
}

.product-card {
    background-color: #fff;
    border: solid 1px #ddd;
    font-family: 'ProximaNova', Arial, sans-serif
}

.product-card__desc {
    position: relative;
    padding: 6px 10px 56px
}

.product-card__title {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -.2px
}

.product-card__color {
    letter-spacing: -.2px;
    color: #5b5b5b;
    line-height: 1.25;
    margin-bottom: 6px
}

.product-card__add-to-compare {
    display: none
}

.product-card__price {
    font-size: 16px;
    letter-spacing: -.2px;
    line-height: 22px;
    color: #000;
    font-weight: 300;
    margin-bottom: 4px
}

.product-card__btn {
    display: inline-block;
    vertical-align: top;
    width: 91%;
    padding: 12px;
    border: 0;
    background: #424241;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
    letter-spacing: -.1px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.features__container {
    padding: 20px 0
}

.features__title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.features-item {
    margin-bottom: 17px;
    padding-bottom: 10px
}

.features-item:last-child {
    margin-bottom: 0
}

.features-item__image {
    margin-bottom: 15px
}

.features-item__image img {
    vertical-align: middle;
    width: 100%;
    height: 161px;
    -o-object-fit: cover;
    object-fit: cover
}

.features-item__title {
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    text-transform: uppercase;
    line-height: 1.25;
    margin: 0 0 7px
}

.features-item__desc {
    font-size: 12px;
    line-height: 17px;
    color: #636363
}

.features-item__desc > :first-child {
    margin-top: 0
}

.features-item__desc > :last-child {
    margin-bottom: 0
}

.seo-tabs--mob-hidden {
    display: none
}

.seo-tabs__title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.seo-tabs__container {
    padding: 24px 0;
    position: relative
}

.seo-tabs__head {
    display: flex;
    margin-bottom: 20px
}

.seo-tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    padding-left: 20px
}

.seo-tabs__button-next, .seo-tabs__button-prev {
    width: 70px;
    height: 100%;
    font-size: 0;
    background-color: #f7f7f7;
    cursor: pointer;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 550px) {
    .seo-tabs__button-next, .seo-tabs__button-prev {
        width: 45px
    }
}

.seo-tabs__button-next:focus, .seo-tabs__button-prev:focus {
    outline: none
}

.seo-tabs__button-next:hover, .seo-tabs__button-prev:hover {
    opacity: .6
}

.seo-tabs__button-next use, .seo-tabs__button-prev use {
    fill: #1a1919
}

.seo-tabs__button-prev {
    margin-right: 10px
}

.seo-tabs__list {
    padding: 0;
    margin: 0;
    list-style: none
}

.seo-tabs__list-item.active .seo-tabs__link {
    background: #f7f7f7;
    border-color: #f7f7f7
}

.seo-tabs__link {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: solid 1px #e1e1e1;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #898989;
    padding: 11px 15px;
    text-align: center
}

@media (max-width: 550px) {
    .seo-tabs__link {
        font-size: 12px
    }
}

.seo-tabs__link h2 {
    margin: 0;
    text-transform: initial;
    font-size: 14px;
    color: #898989
}

.seo-tabs__content-item {
    display: none;
    font-size: 14px;
    line-height: 24px;
    color: #898989
}

.seo-tabs__content-item > :first-child {
    margin-top: 0
}

.seo-tabs__content-item > :last-child {
    margin-bottom: 0
}

.seo-tabs__content-item.active {
    display: block
}

.impressive-height {
    background: url(/local/templates/volhovec/styles/../images/raster/example/bg/bg-impr-height.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    text-align: center
}

.impressive-height h2 {
    color: #fff
}

.impressive-height__container {
    padding: 30px 15px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 223px
}

.impressive-height__title {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0 0 13px
}

.impressive-height__text {
    font-size: 12px;
    line-height: 1.5;
    width: 240px;
    margin: 0 auto
}

.impressive-height__text > :first-child {
    margin-top: 0
}

.impressive-height__text > :last-child {
    margin-bottom: 0
}

.page-main--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.seo-tabs {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.products-catalog__col {
    width: 100% !important;;

}

@media (min-width: 480px) {
    .promo__dropdowns {
        flex-direction: column
    }

    .dropdown {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 650px) {
    .promo__dropdowns-row {
        display: flex;
        flex-direction: row
    }

    .dropdown {
        min-width: auto
    }

    .dropdown_search {
        max-width: none;
        width: 100%
    }

    .dropdown + .dropdown {
        margin-left: 20px
    }

    .dropdown__select {
        background: url(/resource/img/arrow-down.svg) 94%/7% no-repeat
    }
}

@media (min-width: 769px) {
    .catalog__text span {
        display: block
    }

    .promo__wrapper {
        width: 94%
    }

    .promo__dropdowns-row {
        flex-direction: row;
        width: 100%;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .promo__title {
        font-size: 26px;
        line-height: 33px;
        margin-bottom: 34px
    }

    .promo__text {
        width: 314px;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 39px
    }

    .promo__dropdowns {
        width: 70%;
        margin: 0 auto 16px
    }

    .dropdown.dropdown_search {
        width: 100%
    }

    .promo__location {
        padding-left: 20px;
        font-size: 12px;
        margin-bottom: 42px
    }

    .promo__location-svg {
        width: 15px;
        height: 20px;
        top: 3%
    }

    .dropdown {
        width: 47%
    }

    .dropdown_search input {
        color: #3c3c3b
    }

    .dropdown + .dropdown {
        margin-left: 30px
    }

    .dropdown__select {
        height: 40px;
        font-size: 14px;
        padding-left: 19px;
        padding-right: 13px;
        background: url(/resource/img/arrow-down.svg) 95%/11px 12px no-repeat
    }

    .dropdown__label {
        font-size: 12px;
        line-height: 15px
    }

    .catalog__wrapper {
        width: 94%;
        position: relative;
        padding-top: 54px;
        padding-bottom: 20px
    }

    .catalog__text {
        margin: 0 auto 50px;
        width: 481px;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px
    }

    .catalog__manager-link {
        content: '';
        position: absolute;
        display: block;
        top: 40px;
        right: 0;
        font-size: 0;
        font-weight: 500;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        color: #424241;
        border: 1px solid #ddd;
        background: url(/local/templates/volhovec/styles/../img/vector/mobile-dude.svg) 50% 20% no-repeat
    }

    .catalog__manager-link::before {
        content: 'ÃÅ“ÃÂ¾ÃÂ±ÃÂ¸ÃÂ»Ã‘Å’ÃÂ½Ã‘â€¹ÃÂ¹ ÃÂ¼ÃÂµÃÂ½ÃÂµÃÂ´ÃÂ¶ÃÂµÃ‘â‚¬';
        position: absolute;
        top: 53px;
        right: 0;
        font-size: 8px;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center
    }

    .catalog__item {
        margin-bottom: 40px
    }

    .catalog__item-img {
        margin-bottom: 10px
    }

    .catalog__item-title {
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 500;
        line-height: 25px
    }

    .catalog__item-text {
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 500
    }

    .catalog__item-btn {
        width: 160px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
        line-height: 15px
    }

    .form__wrapper {
        width: 94%;
        padding-top: 52px;
        padding-bottom: 52px
    }

    .form__title {
        margin-bottom: 17px;
        font-size: 26px;
        line-height: 33px
    }

    .form__text {
        width: 460px;
        margin: 0 auto 38px;
        font-size: 16px
    }

    .form__legend {
        margin-bottom: 27px;
        font-size: 16px;
        line-height: 20px
    }

    .form__container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form__group {
        width: 29%;
        margin-bottom: 30px;
        margin-right: 30px
    }

    .form__group:last-child, .form__group:nth-child(3) {
        margin-right: 0
    }

    .form__label {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
        line-height: 15px
    }

    .form__label--colors {
        padding-left: 40px
    }

    .form__label--colors::before, .products-catalog__label--colors::before {
        left: 10px;
        top: 7px;
        width: 20px;
        height: 20px
    }

    .form__submit-btn {
        margin-bottom: 8px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 160px;
        font-size: 12px;
        line-height: 15px
    }

    .map__info {
        width: 280px
    }

    .map__info-img {
        margin-bottom: 18px
    }

    .map__info-container {
        padding-left: 23px;
        padding-right: 18px
    }

    .map__info-title {
        width: auto;
        font-size: 16px;
        margin-bottom: 21px
    }

    .map__info-address, .map__route {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 21px
    }

    .map__route-svg {
        left: auto;
        right: 84px
    }

    .map__info-hours, .map__info-tel {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 21px
    }

    .map__info-tel {
        font-size: 16px;
        margin-bottom: 18px
    }

    .products-catalog__list .product-card:first-child, .products-catalog__list .product-card:nth-child(2) {
        margin-top: 0
    }

    .products-catalog__container {
        margin-bottom: 60px;
        position: relative
    }

    .products-catalog--search-results .products-catalog__container {
        margin: 0 0 40px
    }

    .products-catalog__desc {
        line-height: 22px;
        margin-bottom: 40px
    }

    .products-catalog__desc p {
        font-size: 16px;
        margin: 23px 0
    }

    .products-catalog__fieldset {
        margin-bottom: 30px
    }

    .products-catalog__legend {
        font-size: 16px;
        line-height: 1.25;
        color: #60605e;
        letter-spacing: 0
    }

    .products-catalog__products-count {
        color: #949494
    }

    .products-catalog__fields {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .products-catalog__fields-item {
        width: 29%;
        margin-bottom: 30px;
        margin-right: 30px
    }

    .products-catalog__fields-item:last-child, .products-catalog__fields-item:nth-child(3) {
        margin-right: 0
    }

    .products-catalog__label {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 10px;
        line-height: 15px
    }

    .products-catalog__label--colors {
        padding-left: 40px
    }

    .products-catalog__submit-btn {
        font-size: 12px;
        line-height: 16px;
        width: auto;
        min-width: 220px;
        padding: 8px 30px
    }

    .products-catalog__list .product-card {
        width: calc(50% - 20px);
        /*  margin-top: 40px*/
    }

    .products-catalog__list .product-card:nth-child(n+7) {
        display: block
    }

    .products-catalog__list .product-card:nth-child(n+9) {
        display: none
    }

    .products-catalog--search-results .product-card:nth-child(n+9) {
        display: block
    }

    .products-catalog__filters {
        margin-bottom: 40px
    }

    .products-catalog__field {
        text-align: center;
        border-top: 1px solid #c8c8c8;
        padding: 5px
    }

    .products-catalog__door-glass {
        display: inline-block;
        vertical-align: top;
        width: auto;
        background: 0 0;
        letter-spacing: .6px;
        color: #000;
        border: 0;
        margin: 0 auto;
        text-transform: uppercase;
        padding: 10px 40px 10px 10px;
        position: relative;
        cursor: pointer;
        font-weight: 500
    }

    .products-catalog__door-glass .products-catalog__svg, .products-catalog__door-glass::after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10px
    }

    .products-catalog__door-glass::after {
        content: '';
        z-index: 1;
        width: 20px;
        height: 20px;
        border: 1px solid #b9b9b9
    }

    .products-catalog__door-glass .products-catalog__svg {
        fill: #b9b9b9;
        stroke: none;
        display: none
    }

    .products-catalog__checkbox:checked + .products-catalog__door-glass .products-catalog__svg {
        display: block
    }

    .products-catalog__manager {
        display: block
    }

    .products-catalog--search-results .products-catalog__manager {
        top: 186px;
        right: 24px
    }

    .products-catalog__more-btn {
        font-size: 14px
    }

    .product-card__desc {
        padding: 15px 30px 56px
    }

    .product-card__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .product-card__title {
        font-size: 17px;
        line-height: 27px;
        letter-spacing: -.3px;
        width: calc(100% - 17px);

    }

    .product-card__add-to-favorites, .product-card__add-to-compare {
        display: block;
        font-size: 0;
        border: 0;
        background: 0 0;
        padding: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        cursor: pointer
    }

    .product-card__add-to-favorites {
        margin-bottom: 10px
    }

    .product-card__add-to-favorites use, .product-card__add-to-favorites svg, .product-card__add-to-compare use, .product-card__add-to-compare svg {
        fill: #fff;
        stroke: #000;
        -webkit-transition: all .2s;
        transition: all .2s
    }

    .product-card__add-to-favorites:hover use, .product-card__add-to-favorites:hover svg, .product-card__add-to-compare:hover use, .product-card__add-to-compare:hover svg {
        fill: #424241;
        stroke: #424241
    }

    .active svg {
        fill: #424241;
        stroke: #424241
    }

    .product-card__color {
        font-size: 16px;
        color: #818181
    }

    .product-card__price {
        font-size: 19px;
        line-height: 31px;
        margin-bottom: 11px
    }

    .product-card__btn {
        padding: 10px;
        font-size: 14px;
        color: #fff;
        font-weight: 500
    }

    .product-card__buttons {
        position: absolute;
        top: 15px;
        right: 18px
    }

    .features__container {
        padding: 40px 0 25px
    }

    .features__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .features__list .features-item {
        width: calc((100% - 40px) / 3);
        margin-right: 20px
    }

    .features__list .features-item:nth-child(3n) {
        margin-right: 0
    }

    .features-item__title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 50px
    }

    .features-item__desc {
        font-size: 16px;
        line-height: 22px;
        padding-right: 10px
    }

    .seo-tabs--mob-hidden {
        display: block
    }

    .seo-tabs__container {
        padding-bottom: 48px
    }

    .impressive-height__container {
        height: 320px
    }

    .impressive-height__title {
        font-size: 26px;
        margin-bottom: 15px
    }

    .impressive-height__text {
        width: 410px;
        font-size: 16px;
        line-height: 22px
    }

}

@media (min-width: 860px) {
    .promo__dropdowns {
        width: 45%;
        max-width: 700px
    }
}

@media (min-width: 1024px) {
    .js-animate {
        opacity: 0;
        -webkit-transition: none;
        transition: none
    }

    .js-fadein {
        opacity: 1;
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease;
        -webkit-transition-delay: 1s;
        transition-delay: 1s
    }

    .is-visible {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        padding: 5px 0
    }

    .catalog__item-btn span::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 46px;
        height: 46px;
        border: 1px solid #fff;
        -webkit-transition: border .5s ease;
        transition: border .5s ease
    }

    .promo__wrapper {
        width: 100%;
        max-width: none
    }

    .promo__title {
        font-size: 34px;
        line-height: 43px;
        margin-bottom: 20px
    }

    .promo__location-svg {
        width: 15px;
        height: 20px;
        top: -12%
    }

    .dropdown__select {
        background: url(/resource/img/arrow-down.svg) 96%/11px 12px no-repeat
    }

    .catalog__item-btn:hover span {
        height: 60px;
        -webkit-transition: height .5s ease;
        transition: height .5s ease
    }

    .catalog__item-btn span {
        position: absolute;
        top: -7px;
        left: -10px;
        width: 210px;
        height: 0;
        overflow: hidden;
        -webkit-transition: height .5s ease;
        transition: height .5s ease
    }

    .catalog__item-btn span::before {
        width: 210px;
        height: 60px;
        border: 1px solid #000
    }

    .catalog__wrapper {
        max-width: 1180px;
        padding-top: 93px;
        padding-bottom: 60px
    }

    .catalog__text {
        width: 550px;
        margin-bottom: 85px;
        font-size: 18px;
        line-height: 1.44
    }

    .catalog__manager-link {
        top: 85px
    }

    .catalog__manager-link::before {
        top: 50px
    }

    .catalog__item {
        position: relative
    }

    .catalog__item:hover::before {
        content: '';
        position: absolute;
        top: -2%;
        left: -2%;
        width: 104%;
        height: 104%;
        background-color: #e2dddd;
        opacity: .3;
        z-index: -1
    }

    .catalog__item-img {
        margin-bottom: 15px
    }

    .catalog__item-title {
        margin-bottom: 9px;
        font-size: 24px;
        line-height: 30px
    }

    .catalog__item-text {
        font-size: 14px
    }

    .catalog__item-btn {
        position: relative;
        width: 190px;
        padding-top: 15px;
        padding-bottom: 15px;
        border: 0;
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #3c3c3b));
        background: linear-gradient(to right, #fff 50%, #3c3c3b 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .catalog__item-btn:hover, .choose__btn:hover {
        opacity: 1;
        background-position: left bottom;
        color: #000
    }

    .catalog__item-btn:hover span::before, .choose__btn:hover span::before {
        border: 1px solid #000;
        -webkit-transition: border .5s ease;
        transition: border .5s ease
    }

    .catalog__item-btn:hover::before {
        -webkit-transition: 0s ease opacity 0s, .2s ease height, .2s ease width .2s;
        transition: 0s ease opacity 0s, .2s ease height, .2s ease width .2s
    }

    .catalog__item-btn:hover::after {
        -webkit-transition: 0s ease opacity .4s, .2s ease height .4s, .2s ease width .6s;
        transition: 0s ease opacity .4s, .2s ease height .4s, .2s ease width .6s
    }

    .form__wrapper {
        max-width: 1180px;
        padding-top: 116px;
        padding-bottom: 116px
    }

    .form__title {
        font-size: 34px;
        line-height: 43px;
        margin-bottom: 35px
    }

    .form__text {
        width: 550px;
        font-size: 18px;
        line-height: 1.44;
        margin-bottom: 42px
    }

    .form__fieldset {
        margin-bottom: 20px
    }

    .form__legend {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 27px
    }

    .form__legend::after {
        display: none
    }

    .form__group {
        width: 17%;
        margin-right: 25px
    }

    .form__group:nth-child(3) {
        margin-right: 25px
    }

    .form__group:last-child {
        margin-right: 0
    }

    .form__label {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .form__label--colors {
        padding-left: 40px
    }

    .form__label--colors::before {
        left: 10px;
        top: 10px;
        width: 20px;
        height: 20px
    }

    .form__submit-btn {
        position: relative;
        width: 220px;
        padding-top: 15px;
        padding-bottom: 15px;
        border: 0;
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #3c3c3b));
        background: linear-gradient(to right, #fff 50%, #3c3c3b 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .form__submit-btn:hover, .salons__btn:hover {
        opacity: 1;
        background-position: left bottom;
        color: #000
    }

    .form__submit-btn span::before, .form__submit-btn:hover span::before {
        border: 1px solid #000;
        -webkit-transition: border .5s ease;
        transition: border .5s ease
    }

    .form__submit-btn:hover::before {
        -webkit-transition: 0s ease opacity 0s, .2s ease height, .2s ease width .2s;
        transition: 0s ease opacity 0s, .2s ease height, .2s ease width .2s
    }

    .form__submit-btn:hover::after {
        -webkit-transition: 0s ease opacity .4s, .2s ease height .4s, .2s ease width .6s;
        transition: 0s ease opacity .4s, .2s ease height .4s, .2s ease width .6s
    }

    .form__submit-btn span, .salons__btn span {
        position: absolute;
        top: -7px;
        left: -10px;
        width: 240px;
        height: 0;
        overflow: hidden;
        -webkit-transition: height .5s ease;
        transition: height .5s ease
    }

    .form__submit-btn span::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 240px;
        height: 60px
    }

    .map {
        margin-bottom: 70px
    }

    .products-catalog__list .product-card:first-child, .products-catalog__list .product-card:nth-child(2) {
        margin-top: 0
    }

    .products-catalog--search-results .products-catalog__container {
        border-top: none;
        margin-bottom: 93px
    }

    .products-catalog__title {
        font-size: 34px;
        font-weight: 300
    }

    .products-catalog__desc {
        max-width: 780px;
        line-height: 24px;
        color: #3c3c3b;
        margin-bottom: 60px
    }

    .products-catalog__desc p {
        font-size: 18px;
        margin: 0;
        display: inline
    }

    .products-catalog__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .products-catalog__filters {
        width: 280px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 20px;
        margin-bottom: 0;
        margin-top: 60px
    }

    .products-catalog__filters-inner {
        background-color: #fff;
        border: solid 1px #ddd;
        padding: 25px 11px 20px
    }

    .products-catalog__legend {
        cursor: text;
        pointer-events: none;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: .9px;
        color: #000;
        margin-bottom: 15px;
        text-align: left;
        padding: 0 40px
    }

    .products-catalog__products-count {
        display: none
    }

    .products-catalog__fields {
        display: block
    }

    .products-catalog__fields-item {
        width: auto;
        margin-right: 0;
        margin-bottom: 10px
    }

    .products-catalog__fields-item:last-child {
        margin-bottom: 0
    }

    .products-catalog__label {
        background-color: #f3f3f3;
        color: #000;
        text-align: left;
        padding: 10px 50px 10px 40px;
        border: 0;
        line-height: 16px;
        position: relative
    }

    .products-catalog__label::after, .products-catalog__svg {
        position: absolute;
        z-index: 1;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20px;
        height: 20px
    }

    .products-catalog__label::after {
        content: '';
        border: solid 1px #b9b9b9
    }

    .products-catalog__svg {
        fill: #fff;
        stroke: none
    }

    .products-catalog__checkbox:checked + .products-catalog__label {
        background-color: #7b7b7b;
        opacity: 1
    }

    .products-catalog__checkbox:checked + .products-catalog__label .products-catalog__svg {
        display: block
    }

    .products-catalog__checkbox:checked + .products-catalog__label::after {
        border-color: #fff
    }

    .products-catalog__checkbox:checked + .products-catalog__label--colors {
        color: #fff
    }

    .products-catalog__col {
        width: calc(100% - 300px) !important;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .products-catalog__list .product-card {
        width: calc(33.3% - 15px);
        /* margin-top: 20px*/
    }

    .products-catalog__list .product-card:nth-child(3) {
        margin-top: 0
    }

    .products-catalog__list .product-card:nth-child(3n) {
        margin-right: 0
    }

    .products-catalog__list .product-card:nth-child(n+9) {
        display: block
    }

    .products-catalog__more-btn {
        padding: 11px 15px
    }

    .products-catalog__fieldset {
        margin-bottom: 28px
    }

    .products-catalog__fieldset:last-of-type {

    }

    .products-catalog--search-results .products-catalog__fieldset:last-of-type {
        margin-bottom: 25px
    }

    .products-catalog__submit-btn {
        margin-bottom: 10px;
        width: 100%;
        background-color: #6b6b6b;
        border-color: #6b6b6b
    }

    .products-catalog__submit-btn:hover {
        background-color: #6b6b6b;
        border: 2px solid #6b6b6b;
        color: #fff;
        opacity: 1
    }

    .products-catalog__reset-btn {
        display: block;
        background: 0 0;
        border: 0;
        font-family: 'EuclidFlex', Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        padding: 0;
        color: #676765;
        cursor: pointer;
        text-align: center;
        width: 100%;
        transition: opacity .3s
    }

    .products-catalog__reset-btn:hover {
        opacity: .8
    }

    .products-catalog__field {
        padding: 0
    }

    .products-catalog__door-glass {
        width: 100%;
        text-align: left;
        padding: 20px 50px 20px 0
    }

    .products-catalog__door-glass .products-catalog__svg, .products-catalog__door-glass::after {
        right: 20px
    }

    .products-catalog--search-results .products-catalog__manager {
        display: none
    }

    .product-card__desc {
        position: relative;
        padding: 15px 18px 56px 22px
    }

    .active svg {
        fill: #424241;
        stroke: #424241
    }

    .products-catalog__legend::after, .social-link--hide {
        display: none
    }

    .features__container {
        padding-top: 85px
    }

    .features-item__image {
        margin-bottom: 25px
    }

    .features-item__image img {
        height: 270px
    }

    .features-item__title {
        font-size: 24px;
        color: #898989;
        min-height: 0;
        display: block;
        margin-bottom: 15px
    }

    .features-item__desc {
        color: #898989;
        font-size: 18px;
        line-height: 24px
    }

    .impressive-height__container {
        height: 470px;
        padding-bottom: 30px
    }

    .impressive-height__title {
        font-size: 34px;
        font-weight: 300;
        margin-bottom: 30px
    }

    .impressive-height__text {
        width: 450px;
        font-size: 18px;
        line-height: 28px
    }
}

@media (max-width: 767px) {
    .products-catalog--search-results .products-catalog__manager {
        display: block;
        top: 260px;
        right: 15px;
        width: 60px;
        height: 60px;
        font-size: 6px;
        line-height: 1;
        background-color: rgba(255, 255, 255, .85)
    }

    .products-catalog--search-results .products-catalog__manager::before {
        width: 25px;
        height: 28px;
        background-size: 25px 28px
    }
}

@media (min-width: 1450px) {
    .products-catalog__manager {
        right: -90px;
        top: 264px
    }

    .active svg {
        fill: #424241;
        stroke: #424241
    }
}

@media (min-width: 1220px) {
    .seo-tabs__container {
        padding-bottom: 65px
    }

    .seo-tabs__nav {
        right: 20px
    }

    .seo-tabs__button-next, .seo-tabs__button-prev {
        width: 80px
    }

    .seo-tabs__button-prev {
        margin-right: 20px
    }

    .active svg {
        fill: #424241;
        stroke: #424241
    }
}

@media (min-width: 1250px) {
    .dropdown {
        max-width: none;
        margin: 0 0 15px 0
    }
}

@media (max-width: 1024px) {
    .products-catalog__legend::after, .products-catalog__filter-name, .products-catalog__products-count {
        cursor: pointer
    }
}

.seo-tabs ~ .footer {
    order: 12
}

li.seo-tabs__list-item.swiper-slide {
    margin-bottom: 0
}

.swiper-container {
    margin: 0 0 auto 0
}

.seo-tabs__list-item.swiper-slide {
    height: auto;
    width: auto !important
}

/* End */

/* Start:/local/templates/volhovec/styles/cabinet.min.css?161157088453182*/
.personal-data__name {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: .9px;
    color: #000;
    text-transform: uppercase;
    text-align: center
}

.personal-data__fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

.personal-data__title {
    display: block;
    width: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center
}

.personal-data__title--mob-hidden {
    display: none
}

.personal-data__fieldset {
    margin-bottom: 27px
}

.personal-data__fieldset:last-child {
    margin-bottom: 0
}

.personal-data__fieldset:last-of-type {
    margin-bottom: 20px
}

.personal-data__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 28px
}

.personal-data__row--column {
    display: block
}

.personal-data__field {
    width: 258px;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    position: relative;
    margin-bottom: 8px
}

.personal-data__field:last-child, .personal-data__field:nth-child(2n) {
    margin-right: 0
}

.personal-data__field--big {
    width: 100%;
    margin-right: 0
}

.personal-data__field:last-child {
    margin-bottom: 0
}

.personal-data__row--column .personal-data__field {
    width: auto;
    margin-right: 0
}

.personal-data__field.personal-data__field_btn {
    width: 100%;
    text-align: center
}

.personal-data__input {
    display: block;
    width: 100%;
    background: #fff;
    border: solid 1px #979797;
    font-size: 12px;
    line-height: 10px;
    padding: 10px 10px;
    color: #464646;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    height: 30px
}

.personal-data__input::-webkit-input-placeholder {
    opacity: 1;
    color: #464646
}

.personal-data__input:-ms-input-placeholder, .personal-data__input::-ms-input-placeholder {
    opacity: 1;
    color: #464646
}

.personal-data__input::placeholder {
    opacity: 1;
    color: #464646
}

.personal-data__input:focus, .personal-data__select:focus {
    border-color: #000
}

.personal-data__label {
    display: inline-block;
    margin-bottom: 7px;
    position: relative;
    color: #464646;
    font-size: 12px
}

.personal-data__label--up {
    left: 5px;
    top: -5px;
    font-size: 8px;
    padding: 0 5px;
    -webkit-transform: none;
    transform: none;
    color: #979797
}

.personal-data__label--hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.personal-data__input:focus ~ .personal-data__label {
    left: 5px;
    top: -5px;
    font-size: 8px;
    padding: 0 5px;
    -webkit-transform: none;
    transform: none;
    color: #979797
}

.personal-data__info {
    font-size: 12px;
    line-height: 15px;
    color: #b9b9b9;
    margin-top: 7px;
    display: none
}

.personal-data__select {
    display: block;
    width: 100%;
    background: #fff;
    border: solid 1px #979797;
    font-size: 12px;
    line-height: 10px;
    padding: 5px 35px 5px 9px;
    color: #464646;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    cursor: pointer;
    background: url(/local/templates/volhovec/styles/../img/vector/arr-down.svg) no-repeat;
    background-size: 7px 7px;
    background-position: right 7px center
}

.personal-data__submit {
    margin-top: 10px;
    text-align: center
}

.personal-data__input::placeholder {
    opacity: 0
}

.personal-data__select {
    background: url(/local/templates/volhovec/images/raster/example/arrow_down.png) no-repeat;
    background-size: 9px 5px;
    background-position: right 18px center
}

.personal-data__btn {
    width: 100%
}

.comparison {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.comparison__titles-col {
    position: static;
    width: 16.66%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-right: 0;
    min-width: 90px;
    margin-top: 234px;
    text-align: left
}

.comparison__titles-col-mobile {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2
}

.comparison__item-btn.btn_grey {
    order: -1
}

.comparison__tooltip-block {
    position: relative;
    top: -9px;
    left: 20px;
    font-style: normal
}

.comparison__tooltip {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: auto;
    right: 81%;
    top: 87%;
    background-color: #424241;
    color: #fff;
    font-size: 12px;
    text-align: center
}

.comparison__tooltip-text {
    display: none;
    background-color: #fff;
    color: #000
}

.comparison__tooltip:hover + .comparison__tooltip-text {
    content: "";
    position: absolute;
    display: block;
    width: 290px;
    padding: 10px;
    -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, .2);
    box-shadow: 0 0 27px rgba(0, 0, 0, .2);
    font-size: 8px;
    font-weight: 400;
    left: 249px;
    top: 58px;
    -webkit-transform: translateX(-88%);
    transform: translateX(-88%);
    z-index: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.comparison__tooltip:hover + .comparison__tooltip-text::before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -5px;
    left: 85%;
    background-color: #fff;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%)
}

.comparison__title {
    content: '';
    position: absolute;
    left: 0;
    top: 259px;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 7px;
    font-size: 11px;
    line-height: normal;
    font-weight: 500;
    text-align: center;
    color: #000;
    margin-bottom: 26px
}

.comparison__title--compatibility {
    width: 90px;
    text-align: left
}

.comparison__title--empty {
    display: none
}

.comparison__title:nth-child(2) {
    top: 318px
}

.comparison__title:nth-child(3) {
    top: 374px
}

.comparison__title:nth-child(4) {
    top: 430px
}

.comparison__title:nth-child(5) {
    top: 490px
}

.comparison__title:nth-child(6) {
    top: 540px
}

.comparison__items-container {
    width: 100%;
    padding-top: 5px;
    overflow: hidden
}

.comparison__items-container .swiper-pagination-bullet {
    background-color: #b5b5b5
}

.comparison__items-container.swiper-container-horizontal > .swiper-pagination-bullets {
    top: 250px;
    bottom: auto
}

.comparison__item-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.comparison__item:last-child {
    margin-right: 0
}

.comparison__item:nth-child(4) img {
    -ms-flex-item-align: center;
    align-self: center
}

.comparison__item-close {
    content: "";
    position: absolute;
    display: none;
    right: -10%;
    top: 11px
}

.comparison__item-link {
    position: relative;
    display: block;
    margin-bottom: 6px
}

.comparison__close-svg use {
    fill: #818181
}

.comparison__item-col, .comparison__item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comparison__item-img {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 7%
}

.comparison__item-img img {
    width: 84px;
    height: 168px
}

.swiper-slide-active .comparison__item-btn {
    margin-left: 0;
    margin-right: 7%
}

.swiper-slide-next .comparison__item-img {
    margin-left: 7%
}

.swiper-slide-next .comparison__item-btn {
    margin-left: 0;
    margin-right: 7%
}

.comparison__item-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.comparison__item-btn, .comparison__item-title {
    line-height: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.comparison__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 7px;
    height: 30px;
    margin: 28px 0 0;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    background-color: #f9f9f9
}

.comparison__button-next.swiper-button-disabled, .comparison__nav {
    display: none
}

.favorites__name {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: .9px;
    color: #000;
    text-transform: uppercase;
    text-align: center
}

.favorites__table {
    margin-bottom: 20px
}

.favorites__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -35px 0 0
}

.favorites__total-col {
    margin: 0 35px 0 0
}

.favorites__total-result {
    text-transform: uppercase;
    font-size: 20px;
    text-align: right;
    margin-bottom: 20px;
}

.favorites__total-result + .favorites__total-result {
    margin-top: 20px
}

.favorites__total-old {
    text-align: right;
    color: #a9a9a9
}

.favorites__total-value {
    display: inline-block;
    width: 115px;
    text-align: right
}

@media screen and (max-width: 768px) {
    .favorites__total {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .favorites__total-col {
        margin-bottom: 10px
    }

    .favorites__total-result {
        font-size: 15px
    }

    .favorites__total-result + .favorites__total-result {
        margin-top: 10px
    }
}

.favorites__table-head {
    display: none
}

.favorites__table-row {
    margin-bottom: 20px;
    padding: 24px 11px 20px 105px;
    position: relative
}

.favorites__table-row:last-child {
    margin-bottom: 0
}

.favorites__table-cell {
    background: 0
}

.favorites__table-head .favorites__table-cell {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: #000;
    padding: 20px 30px 15px
}

.favorites__table-head .favorites__table-cell--hidden {
    font-size: 0
}

.favorites__table-row {
    background-color: #fff;
    border: solid 1px #ddd
}

.favorites__product-image {
    position: absolute;
    z-index: 1;
    left: 15px;
    width: 73px;
    height: calc(100% - 24px - 20px)
}

.favorites__product-desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    color: #000;
    padding-bottom: 15px
}

.favorites__product-material {
    color: #818181;
    font-size: 12px
}

.favorites__table-cell--count {
    position: absolute;
    right: 15px;
    top: 100px
}

.favorites__product-count {
    position: absolute;
    right: 5px;
    background: #fff;
    border: solid 1px #979797;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 96px;
    padding: 1px
}

.favorites__count-btn {
    width: 28px;
    height: 27px;
    background-color: #979797;
    border: 0;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    position: relative
}

.favorites__count-btn::after, .favorites__count-btn::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.favorites__count-btn::after {
    width: 2px;
    height: 10px
}

.favorites__count-btn--minus {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 1px
}

.favorites__count-btn--minus::after {
    display: none
}

.favorites__count-btn--plus {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.favorites__input {
    width: 34px;
    height: 27px;
    background: 0;
    border: 0;
    font-size: 14px;
    line-height: 18px;
    color: #464646;
    margin-right: 1px;
    text-align: center;
    padding: 3px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none
}

.favorites__input::-webkit-input-placeholder {
    opacity: 1;
    color: #464646
}

.favorites__input:-ms-input-placeholder, .favorites__input::-ms-input-placeholder {
    opacity: 1;
    color: #464646
}

.favorites__input::placeholder {
    opacity: 1;
    color: #464646
}

.favorites__cell-title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    padding-left: 93px;
    color: #000
}

.favorites__product-amount, .favorites__product-price, .favorites__product-text {
    font-size: 16px;
    line-height: 21px;
    color: #000;
    padding-right: 105px
}

.favorites__product-amount, .favorites__product-price {
    display: table;
    padding: 0;
    white-space: nowrap
}

.favorites__product-amount--discount, .favorites__product-price--discount {
    display: none;
    color: #818181;
    text-decoration: line-through;
    margin-bottom: 5px
}

.favorites__table-holder {
    display: inline-table
}

.favorites__product-action {
    font-size: 12px
}

.favorites__product-buy {
    margin: 10px 0
}

.favorites__product-buy .controls__cart {
    min-width: 172px
}

@media screen and (max-width: 1240px) {
    .favorites__product-buy .controls__cart {
        min-width: 0
    }
}

.favorites__btn.btn_grey {
    padding: 10px 15px;
    width: 100%
}

.favorites__share {
    font-size: 14px;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 40px auto 0
}

.favorites__share-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 600px) {
    .favorites__share-inner {
        flex-direction: column
    }
}

.favorites__share_fixed .favorites__share-content {
    position: fixed;
    z-index: 7;
    left: 0;
    right: 0;
    bottom: 0
}

.favorites__share_fixed .favorites__share-inner {
    width: 83.3%;
    max-width: 1200px;
    margin: auto;
    background: #fff;
    padding: 7px 0 0 0;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff
}

@media screen and (max-width: 1150px) {
    .favorites__share_fixed .favorites__share-inner {
        width: 93.75%;
        border-left: 15px solid #fff;
        border-right: 15px solid #fff
    }
}

.favorites__share-item {
    display: flex;
    align-items: center;
    transition: opacity .3s;
    margin: 0 18px 18px;
    white-space: nowrap
}

.favorites__share-item_print {
    display: none
}

.favorites__share-item:hover {
    opacity: .8
}

.favorites__share .social-link {
    width: 21px;
    height: 21px;
    margin-right: 7px;
    -webkit-transition: .15s all;
    transition: .15s all
}

.favorites__share .social-link__svg {
    width: 21px;
    height: 21px
}

.favorites__share-title {
    font-size: 14px;
    line-height: 1.25;
    color: #818181;
    margin-right: 9px
}

.favorites__product-delete {
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 12px
}

.favorites__delete-dropdown {
    position: absolute;
    top: -1px;
    left: 0;
    white-space: nowrap;
    padding: 0 18px;
    border: 1px solid #e7e7e7;
    bottom: -1px;
    color: #8a8888;
    font-size: 14px;
    opacity: 0;
    transition: left .4s, opacity .4s;
    background: #fff;
    pointer-events: none
}

.favorites__delete-btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    background: 0;
    border: 0;
    position: relative;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    outline: 0;
    transition: background .2s
}

.favorites__product-delete:hover .favorites__delete-dropdown {
    left: 100%;
    opacity: 1
}

.favorites__delete-btn::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    height: 1px;
    background: #818181;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.favorites__delete-btn::after, .favorites__delete-btn::before, .favorites__more-btn {
    width: 100%;
    -webkit-transition: .2s all;
    transition: .2s all
}

.favorites__delete-btn::after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    height: 1px;
    background: #818181;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.favorites__delete-btn:hover {
    background: #818181
}

.favorites__delete-btn:hover::after, .favorites__delete-btn:hover::before {
    background: #fff
}

.favorites__more-btn {
    display: inline-block;
    vertical-align: top;
    border: 0;
    min-width: 120px;
    background: #e6e6e6;
    font-family: 'ProximaNova', Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: -.2px;
    text-transform: uppercase;
    padding: 15px 25px;
    text-align: center;
    color: #424241;
    cursor: pointer;
    outline: 0
}

.favorites__more-btn:hover {
    background: #424241;
    color: #fff
}

.favorites__share-img {
    margin-right: 15px
}

@media screen and (max-width: 1023px) {
    .favorites__product-buy .controls__cart {
        display: table;
        margin: auto;
        width: auto
    }
}

.orders__name {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .9px;
    color: #000;
    text-transform: uppercase;
    text-align: center
}

.orders__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.orders__header {
    display: flex;
    padding: 39px 20px 7px;
    margin: 9px 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    border: 1px solid #ddd;
    border-bottom: 0;
    background-color: #fff;
    text-align: left
}

.orders__header-number {
    width: 35%
}

.orders__header-status {
    width: 65%
}

.orders__order {
    width: 100%;
    color: #000;
    border: 1px solid #ddd;
    border-top: 0;
    background-color: #f9f9f9
}

.orders__order-container {
    padding: 0 20px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 19px
}

.orders__order-status-btn {
    margin-left: auto;
    width: 60%
}

.orders__header-mobile, .orders__order-number {
    font-size: 12px;
    line-height: normal;
    font-weight: 500
}

.orders__header-mobile {
    letter-spacing: normal
}

.orders__order-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 35%;
    padding: 18px 15px 20px;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2
}

.orders__order-number .orders__header-mobile {
    margin-right: 15px
}

.orders__action-mobile {
    content: '';
    position: absolute;
    display: block;
    right: 21px;
    top: 50%;
    width: 11px;
    height: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.orders__action-mobile::after {
    content: '';
    position: absolute;
    width: 11px;
    height: 6px;
    background: url(/local/templates/volhovec/styles/../img/vector/small-arrow.svg) no-repeat
}

.orders__action-mobile--show::after {
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%)
}

.orders__order-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 65%;
    padding: 20px 15px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.orders__order-status .orders__header-mobile {
    width: 54%;
    padding-top: 4px
}

.orders__order-status .orders__content-container {
    width: 46%
}

.orders__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
    width: 54%
}

.orders__content .orders__header-mobile {
    margin: 0 0 13px
}

.orders__content-order {
    margin: 0 0 18px
}

.orders__content-order:last-of-type {
    margin-bottom: 10px
}

.orders__content-name {
    line-height: 12px
}

.orders__content-material {
    display: block;
    color: #818181;
    line-height: 12px
}

.orders__order-price, .orders__order-price .orders__content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 46%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.orders__order-price {
    position: relative;
    padding-right: 15px
}

.orders__order-price .orders__header-mobile {
    margin: 0 0 13px
}

.orders__order-price .orders__content-container {
    margin-bottom: 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.orders__order-price-solo {
    margin: 0;
    font-weight: 400;
    line-height: normal
}

.orders__total-action {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    font-size: 12px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    line-height: normal
}

.orders__total-action::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/local/templates/volhovec/styles/../img/vector/small-arrow.svg) no-repeat
}

.orders__total-action--show::after {
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%)
}

.orders__total-info {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: normal
}

.orders__order-dealer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 18px 15px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal
}

.orders__order-dealer .orders__header-mobile {
    width: 54%
}

.orders__order-dealer .orders__content-container {
    width: 46%
}

.orders__order-dealer-address {
    margin: 0 0 20px
}

.orders__order-dealer-name {
    margin: 0;
    color: #818181
}

.orders__done-title, .orders__show-btn {
    line-height: normal;
    text-transform: uppercase;
    text-align: center
}

.orders__show-btn {
    display: block;
    background-color: #e6e6e6;
    border: 2px solid #e6e6e6;
    text-decoration: none;
    padding: 11px;
    font-family: 'ProximaNova', Arial, sans-serif;
    width: auto;
    color: #424241;
    margin: 0 15px 27px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -.2px
}

.orders__show-btn:hover {
    opacity: .6
}

.orders__show-btn:active {
    opacity: .3
}

.orders__done-title {
    width: 100%;
    margin: 25px 0 15px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .7px;
    color: #000
}

.orders__order--done {
    border-top: 1px solid #ddd
}

.orders__done {
    width: 100%
}

.orders__done .orders__order-container {
    align-items: center
}

.orders__rate-btn.btn_grey {
    margin-left: auto;
    width: 60%
}

.orders__order-status-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 auto;
    width: 60%
}

.orders__order-status-rating span {
    font-size: 23px;
    margin-right: 6px;
    color: #7b7b7b
}

.progress {
    position: relative;
    margin: 0 0 30px;
    padding-left: 30px;
    list-style: none;
    display: inline-block;
    vertical-align: baseline
}

.progress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: 1px;
    height: calc(100% - 10px);
    background-color: #818181
}

li.progress__item:not(:last-of-type) {
    margin-bottom: 0
}

.progress.only {
    margin: 0 0 13px
}

.progress.only::before {
    width: 0;
    height: 0
}

.progress span {
    display: block;
    padding-top: 4px
}

.progress__item:nth-child(3)::after, .progress__item:nth-child(3)::before {
    top: 10px
}

.progress__item:nth-child(2) span, .progress__item:nth-child(3) span, .progress__item:nth-child(5) span, .progress__item:nth-child(6) span {
    padding-top: 0
}

.progress__item:nth-child(3).is-done span::after {
    top: 15px
}

.progress__item {
    position: relative;
    font-size: 10px;
    line-height: 10px;
    font-weight: 400;
    counter-increment: list
}

.progress__item span {
    color: #d0d0d0
}

.progress__item:not(:last-child) {
    padding-bottom: 35px
}

.progress__item::after, .progress__item::before {
    content: '';
    display: inline-block;
    position: absolute
}

.progress__item::before {
    background: #d0d0d0;
    left: -20px;
    height: 100%;
    width: 1px
}

.progress__item::after {
    top: 0;
    left: -30px;
    width: 20px;
    height: 20px;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    background-color: #fff
}

.progress__item.is-done::before {
    background: #818181
}

.progress__item.is-done::after {
    border: 1px solid #818181;
    background-color: #fff
}

.progress__item.is-done span {
    color: #818181
}

.progress__item.is-done span::after, .progress__item.is-done.only-item span::after {
    content: '';
    position: absolute;
    top: 6px;
    left: -25px;
    width: 10px;
    height: 6px;
    border-radius: 1px;
    background-color: transparent;
    border-bottom: 1.5px solid #818181;
    border-left: 1.5px solid #818181;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: 0;
    border-right: 0;
    z-index: 1
}

.progress__item.is-done.only-item {
    padding-bottom: 0
}

.progress__item.is-done.only-item::before {
    background: 0
}

.progress__item.is-done.only-item::after {
    background-color: #fff;
    border: 1px solid #000
}

.progress__item.current span, .progress__item.is-done.only-item span {
    color: #000
}

.progress__item.is-done.only-item span::after {
    border-left: 1.5px solid #000;
    border-bottom: 1.5px solid #000;
    z-index: 2
}

.progress__item.current::before {
    background-color: #d0d0d0;
    left: -20px
}

.progress__item.current::after {
    content: '';
    padding-top: 1px;
    width: 20px;
    height: 20px;
    left: -30px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #000;
    background-color: #fff
}

.modal-popup {
    display: none;
    background: #fff;
    padding: 25px
}

.modal-popup__close-btn {
    position: absolute;
    z-index: 1;
    width: 16px;
    height: 16px;
    background: 0;
    border: 0;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    outline: 0;
    top: 5px;
    right: 5px
}

.modal-popup__close-btn::after, .modal-popup__close-btn::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #191b18;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: .2s all;
    transition: .2s all
}

.modal-popup__close-btn::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.modal-popup__close-btn:hover {
    opacity: .6
}

.modal-popup__nav {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 20px
}

.modal-popup__nav-item {
    width: 237px;
    width: calc((100% - 10px) / 2);
    margin-right: 10px
}

.modal-popup__nav-item:last-child {
    margin-right: 0
}

.modal-popup__nav-item.active .modal-popup__nav-link {
    border-color: #f1f1f1;
    background-color: #f1f1f1;
    color: #000
}

.modal-popup__nav-link {
    display: block;
    background: #fff;
    border: solid 1px #e2e2e2;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #a4a4a4;
    text-decoration: none;
    padding: 5px;
    text-align: center
}

.modal-popup__content {
    max-width: 494px;
    margin: 0 auto
}

.modal-popup__content-item {
    display: none
}

.modal-popup__content-item.active {
    display: block
}

.modal-popup__field {
    margin-bottom: 15px;
    position: relative
}

.modal-popup__field:last-child {
    margin-bottom: 0
}

.modal-popup__field--required::after {
    content: '*';
    position: absolute;
    z-index: 1;
    font-size: 12px;
    font-weight: 500;
    color: #464646;
    top: 12px;
    right: 12px
}

.modal-popup__input {
    display: block;
    width: 100%;
    max-width: 300px;
    background-color: #fff;
    border: solid 1px #979797;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 15px;
    color: #464646;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none
}

.modal-popup__input::-webkit-input-placeholder {
    color: #464646;
    opacity: 1
}

.modal-popup__input:-ms-input-placeholder, .modal-popup__input::-ms-input-placeholder {
    color: #464646;
    opacity: 1
}

.modal-popup__input::placeholder {
    color: #464646;
    opacity: 1
}

.modal-popup__input:disabled {
    opacity: .51
}

.modal-popup__field--error .modal-popup__input {
    border-color: red
}

.modal-popup__label {
    position: absolute;
    z-index: 1;
    left: 9px;
    top: 10px;
    color: #464646;
    font-size: 14px;
    line-height: 20px;
    padding: 0 5px;
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    background: #fff;
    pointer-events: none
}

.modal-popup__label--disabled {
    color: #b2b2b2
}

.modal-popup__input:focus + .modal-popup__label, .modal-popup__label--up {
    left: 10px;
    top: -10px;
    font-size: 10px;
    padding: 0 5px;
    -webkit-transform: none;
    transform: none;
    color: #979797
}

.modal-popup__input-link {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #464646;
    text-decoration: none;
    margin-top: 5px
}

.modal-popup__input-link:hover {
    opacity: .6
}

.modal-popup__input-link--disabled {
    color: #b2b2b2
}

.modal-popup__input-link--disabled:hover {
    opacity: 1
}

.modal-popup__btn.btn_grey {
    margin: 0 auto
}

.modal-popup__desc, .modal-popup__title {
    font-weight: 500;
    text-align: center;
    color: #3c3c3b
}

.modal-popup__title {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 22px
}

.modal-popup__desc {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px
}

.modal-popup__desc > :first-child {
    margin-top: 0
}

.modal-popup__desc:last-child, .modal-popup__desc > :last-child {
    margin-bottom: 0
}

.modal-popup__form--fixed {
    max-width: 300px;
    margin: 0 auto
}

.modal-popup__comment {
    margin-bottom: 20px
}

.modal-popup__textarea {
    background: #fff;
    border: solid 1px #979797;
    display: block;
    width: 100%;
    min-height: 130px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
    color: #464646;
    resize: none
}

.modal-popup__textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #464646
}

.modal-popup__textarea:-ms-input-placeholder, .modal-popup__textarea::-ms-input-placeholder {
    opacity: 1;
    color: #464646
}

.modal-popup__textarea::placeholder {
    opacity: 1;
    color: #464646
}

.modal-popup__link {
    color: #3c3c3b;
    text-decoration: none;
    border-bottom: 1px solid #d4d4d4
}

.modal-popup__link:hover {
    border-bottom: 0
}

.modal-popup__sign-in-btns {
    padding-top: 5px
}

.modal-popup__sign-in-btn {
    background: 0;
    border: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 12px;
    line-height: 14px;
    color: #464646;
    white-space: nowrap;
    font-weight: 500;
    margin-bottom: 5px
}

.modal-popup__sign-in-btn:last-child {
    margin-bottom: 0
}

.hotline__show-btn:hover, .modal-popup__sign-in-btn:hover {
    opacity: .6
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 20px
}

.rating label:not(:first-of-type) {
    margin-right: 10px
}

.rating__icon {
    display: inline-block;
    font-size: 23px;
    color: #d4d4d4;
    transition: color .2s
}

.rating input[type='radio'] + label:hover .rating__icon, .rating input[type='radio'] + label:hover ~ label .rating__icon, .rating input[type='radio']:checked + label .rating__icon, .rating input[type='radio']:checked + label ~ label .rating__icon {
    color: #7b7b7b
}

.rating__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.rating__label {
    display: block;
    font-size: 25px;
    line-height: 20px;
    padding-right: 5px;
    color: #d4d4d4;
    cursor: pointer
}

.rating__input:checked ~ .rating__label {
    color: #7b7b7b
}

.rating__label:hover, .rating__label:hover ~ .rating__label {
    color: #7b7b7b
}

.hotline {
    margin: 0;
    padding: 0
}

.hotline__name {
    margin: 25px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .9px;
    color: #000;
    text-transform: uppercase;
    text-align: center
}

.hotline__name span {
    color: #dadada
}

.hotline__container {
    width: 100%;
    margin: 0 auto
}

.hotline__show-btn {
    display: block;
    font-family: "EuclidFlex", Arial, sans-serif;
    width: 100%;
    text-align: center;
    background-color: #fff;
    color: #d5d5d5;
    text-decoration: none;
    width: calc(100% - 30px);
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0;
    font-weight: 600;
    margin: auto auto 24px;
    letter-spacing: -.2px;
    border: 1px solid #d5d5d5;
    cursor: pointer;
    text-transform: initial
}

.hotline__show-btn:active {
    opacity: .3
}

.hotline__messages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 13px;
    padding: 0;
    list-style: none
}

.hotline__message {
    width: 100%;
    margin: 0 0 16px;
    padding-left: 15px;
    padding-right: 15px
}

.hotline__message--tech {
    position: relative
}

.hotline__message--tech .hotline__message-box {
    width: auto;
    padding-right: 37px;
    background-color: #7b7b7b;
    color: #fff
}

.hotline__message--tech .hotline__message-box::before {
    content: '';
    position: absolute;
    bottom: auto;
    left: auto;
    top: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-left: 0;
    border-bottom: 0;
    border-right: 15px solid transparent;
    border-top: 15px solid #7b7b7b
}

.hotline__message-author {
    display: block;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.38;
    color: #3c3c3b
}

.hotline__message-date {
    display: block;
    padding-left: 20px;
    margin: 0 0 6px;
    font-size: 12px;
    line-height: 21px;
    color: #818181
}

.hotline__message-box {
    position: relative;
    width: auto;
    margin: 0;
    padding: 20px 21px 29px 20px;
    letter-spacing: normal;
    background-color: #f3f3f3;
    font-size: 14px;
    line-height: 1.21;
    font-weight: 400
}

.hotline__message-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #f3f3f3
}

.hotline__message-box--wide {
    padding-right: 0
}

.hotline__message-header {
    display: block;
    margin-bottom: 13px
}

.hotline__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 24px
}

.hotline__form-text {
    display: none
}

.hotline__form-input {
    width: 94%;
    height: 43px;
    margin-right: 4px;
    font-size: 12px;
    padding: 19px 14px;
    line-height: normal;
    font-weight: 400;
    border: 1px solid #979797
}

.hotline__submit-btn span, .hotline__textarea {
    display: none
}

.hotline__message-support {
    padding-left: 20px;
    font-size: 12px;
    color: #3c3c3b;
    font-weight: 500
}

@media (min-width: 480px) {
    .personal-data__label {
        font-size: 16px
    }

    .personal-data__submit {
        width: 258px;
        margin: 20px auto
    }

    .personal-data__field_btn {
        width: 258px
    }

    .personal-data__field.personal-data__field_btn {
        width: 258px;
        margin: 10px auto
    }
}

@media (min-width: 650px) {
    .orders__order-number {
        width: 30%
    }

    .orders__order-status {
        width: 40%
    }

    .orders__order-status-btn.btn {
        width: auto;
        max-width: 210px;
        padding: 11px 30px 10px;
        margin-top: 18px
    }

    .orders__order-container {
        padding-top: 24px;
        align-items: flex-start
    }

    .orders__rate-btn.btn_grey {
        width: auto
    }

    .orders__order-status-rating {
        width: auto
    }
}

@media (min-width: 768px) {
    .personal-data__submit {
        margin-bottom: 28px
    }

    .personal-data__field {
        margin-bottom: 28px
    }

    .personal-data__field.personal-data__field_btn {
        width: 258px;
        margin: 0 auto
    }

    .modal-popup {
        width: 600px;
        padding: 40px 40px 50px
    }

    .modal-popup--sign {
        min-height: 438px
    }

    .modal-popup__nav {
        max-width: 494px;
        margin: 0 auto 40px
    }

    .modal-popup__nav-item {
        width: 237px;
        width: calc((100% - 20px) / 2);
        margin-right: 20px
    }

    .modal-popup__nav-link {
        font-size: 20px;
        line-height: 1.25;
        padding: 5px 20px
    }

    .modal-popup__field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 98px;
        margin-bottom: 20px;
        position: relative
    }

    .modal-popup__field--required::after {
        right: 113px
    }

    .modal-popup__field--error {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .modal-popup__input {
        padding: 9px 20px
    }

    .modal-popup__label {
        left: 113px
    }

    .modal-popup__input:focus + .modal-popup__label, .modal-popup__label--up {
        left: 113px;
        font-size: 12px
    }

    .modal-popup__input-link {
        width: 76px;
        margin-left: 20px
    }

    .modal-popup__submit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 96px;
        padding-left: 98px
    }

    .modal-popup__submit--fluid {
        padding: 0
    }

    .modal-popup__title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .modal-popup__desc {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 30px
    }

    .modal-popup__close-btn {
        top: 20px;
        right: 20px
    }

    .modal-popup__sign-in-btns {
        margin-left: 7px
    }
}

@media (min-width: 767px) {
    .favorites__share {
        flex-direction: row
    }
}

@media (min-width: 1024px) {
    .favorites__product-tools {
        padding: 0
    }

    .favorites__share-item_print {
        display: flex
    }

    .favorites__table-holder {
        margin-left: 0
    }

    .comparison__item-btn.btn_grey {
        order: 1
    }

    .personal-data {
        margin-top: 15px;
        background-color: #fff;
        border: solid 1px #ddd;
        padding: 50px 19px;
        min-height: 663px;
        margin-bottom: 17px
    }

    .personal-data_free {
        min-height: auto
    }

    .personal.personal-data__name {
        display: none
    }

    .personal-data__title {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 20px;
        letter-spacing: 0;
        text-transform: none;
        text-align: left;
        font-weight: 400
    }

    .personal-data__title--mob-hidden {
        display: block
    }

    .personal-data__field {
        width: 258px;
        width: calc((100% - 108px) / 4);
        margin-right: 36px;
        position: relative
    }

    .personal-data__field:nth-child(2n) {
        margin-right: 36px
    }

    .personal-data__field:last-child, .personal-data__row--column .personal-data__field:last-child {
        margin-right: 0
    }

    .personal-data__field_btn {
        align-self: center
    }

    .personal-data__field--fio {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .personal-data__field--email {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .personal-data__field--phone {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .personal-data__field--select {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-bottom: 0
    }

    .personal-data__field--big {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: calc((100% - 36px) / 2)
    }

    .personal-data__select {
        font-size: 14px;
        line-height: 20px;
        padding: 9px 35px 9px 19px;
        height: auto;
        margin-top: 7px
    }

    .personal-data__row--column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .personal-data__row--column .personal-data__field {
        width: calc((100% - 108px) / 4);
        margin-right: 36px;
        margin-bottom: 0
    }

    .personal-data__info {
        display: block
    }

    .personal-data__input {
        font-size: 14px;
        line-height: 20px;
        padding: 9px 19px;
        height: auto;
        margin-top: 7px
    }

    .personal-data__label {
        font-size: 16px;
        margin-bottom: 0
    }

    .personal-data__fieldset {
        margin-bottom: 55px
    }

    .personal-data__fieldset:last-of-type {
        margin-bottom: 40px
    }

    .personal-data__field.personal-data__field_btn {
        width: 258px;
        margin: 0;
        text-align: left
    }

    .personal-data__btn {
        padding: 12px;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 2px
    }

    .personal-data__btn--black {
        font-size: 14px;
        font-weight: 600;
        padding: 11px 12px
    }

    .personal-data__submit {
        width: 258px;
        margin: 0 auto
    }

    .personal-data__field_btn {
        width: 30%
    }

    .comparison, .comparison__titles-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .comparison {
        margin-bottom: 60px;
        position: relative
    }

    .comparison__titles-col {
        position: static;
        width: 16.66%;
        min-width: 160px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 374px;
        border: 1px solid #ddd;
        border-right: 0
    }

    .comparison__titles-col-mobile {
        display: none
    }

    .comparison__tooltip-text {
        display: none;
        background-color: #fff;
        color: #000
    }

    .comparison__title {
        position: static;
        width: auto;
        height: 60px;
        min-width: 100px;
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        font-size: 16px;
        line-height: normal;
        font-weight: 500;
        text-align: left;
        color: #000;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .comparison__title--empty {
        display: block;
        height: 78px
    }

    .comparison__title--compatibility {
        position: relative;
        top: 0;
        left: 0;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .comparison__title:nth-child(even) {
        background-color: #f9f9f9
    }

    .comparison__title:nth-child(2), .comparison__title:nth-child(3), .comparison__title:nth-child(4), .comparison__title:nth-child(5), .comparison__title:nth-child(6) {
        top: 0
    }

    .comparison__tooltip {
        left: auto;
        right: 14%;
        top: 55%
    }

    .comparison__tooltip:hover + .comparison__tooltip-text {
        content: "";
        position: absolute;
        display: block;
        width: 400px;
        padding: 20px;
        -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, .2);
        box-shadow: 0 0 27px rgba(0, 0, 0, .2);
        font-size: 12px;
        font-weight: 400;
        right: 0;
        left: 77%;
        top: 68%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        z-index: 4;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .comparison__tooltip:hover + .comparison__tooltip-text::before {
        content: '';
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        top: 50%;
        bottom: 0;
        left: auto;
        right: 98%;
        background-color: #fff;
        -webkit-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%)
    }

    .comparison__items-container {
        width: 83.33%;
        padding-top: 52px;
        overflow: hidden
    }

    .comparison__item-list {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .comparison__item {
        width: 20%;
        margin-right: 0;
        min-width: 170px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: 0
    }

    .comparison__item:not(:last-of-type) {
        margin-bottom: 0
    }

    .comparison__item:last-child .comparison__item-col {
        border-right: 1px solid #ddd
    }

    .comparison__item:nth-child(4) img {
        -ms-flex-item-align: center;
        align-self: center
    }

    .comparison__item-close {
        content: "";
        position: absolute;
        display: none;
        right: -10%;
        top: 11px
    }

    .comparison__item-link {
        position: relative;
        display: block
    }

    .comparison__item-link:hover .comparison__item-close {
        display: block
    }

    .comparison__item-link:hover .comparison__item-img::before {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-image: url("/local/templates/volhovec/images/vector/icons/drag.svg");
        background-position: center;
        background-size: 27px;
        background-repeat: no-repeat;
        background-color: #fff
    }

    .comparison__close-svg use {
        fill: #818181
    }

    .comparison__item-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        margin: auto auto 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 136px;
        height: 272px;
        border: 0
    }

    .comparison__item-img img {
        width: auto;
        height: 255px
    }

    .comparison__item-col {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd
    }

    .comparison__item-title {
        margin: 0;
        height: 60px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 16px;
        line-height: normal;
        color: #000;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .comparison__item-title:nth-child(even) {
        background-color: #f9f9f9
    }

    .comparison__item-btn {
        margin: 20px auto
    }

    .comparison__nav {
        display: block
    }

    .comparison__nav svg {
        stroke: transparent
    }

    .comparison__button-prev {
        position: absolute;
        left: 14%;
        top: 20%;
        cursor: pointer;
        z-index: 2
    }

    .comparison__button-next span, .comparison__button-prev span {
        position: absolute;
        top: 50%;
        font-size: 14px;
        font-weight: 500;
        color: #818181;
        letter-spacing: .7px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .comparison__button-prev span {
        left: 60%
    }

    .comparison__button-next use, .comparison__button-prev use {
        fill: #ddd
    }

    .comparison__button-next.swiper-button-disabled, .comparison__button-prev.swiper-button-disabled, .comparison__items-container.swiper-container-horizontal > .swiper-pagination-bullets {
        display: none
    }

    .comparison__button-next {
        position: absolute;
        right: 0;
        top: 20%;
        cursor: pointer;
        z-index: 2
    }

    .comparison__button-next span {
        right: 60%
    }

    .swiper-slide-active .comparison__item-img {
        margin: auto auto 50px
    }

    .swiper-slide-active .comparison__item-btn {
        margin: 20px auto
    }

    .swiper-slide-next .comparison__item-img {
        margin: auto auto 50px
    }

    .swiper-slide-next .comparison__item-btn {
        margin: 20px auto
    }

    .product-card__add-to-favorites {
        display: block;
        font-size: 0;
        border: 0;
        background: 0;
        padding: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        cursor: pointer
    }

    .product-card__add-to-favorites use {
        fill: #fff;
        stroke: #000;
        -webkit-transition: all .2s;
        transition: all .2s
    }

    .product-card__add-to-favorites:hover use {
        fill: #424241;
        stroke: #424241
    }

    .product-card__add-to-favorites.active use {
        fill: #424241;
        stroke: #424241
    }

    .favorites {
        padding: 0 0 40px
    }

    .favorites__product-text {
        display: none
    }

    .favorites__name {
        display: none
    }

    .favorites__table {
        margin-bottom: 0
    }

    .favorites__table-head, .favorites__table-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .favorites__table-row {
        margin-bottom: 20px;
        padding: 0
    }

    .favorites__table-row:last-child {
        margin-bottom: 0
    }

    .favorites__table-cell {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 40px 28px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .favorites__table-cell:nth-child(6) {
        padding: 40px 14px
    }

    .favorites__table-cell:first-child {
        width: 16.979%;
        padding: 0
    }

    .favorites__table-cell:nth-child(2) {
        width: 26.712%
    }

    .favorites__table-cell:nth-child(3) {
        width: 14.432%
    }

    .favorites__table-cell:nth-child(4) {

        width: 11.187%;
        padding-right: 10px
    }

    .favorites__table-cell:nth-child(5) {
        width: 11.036%;
        padding-right: 10px
    }

    .favorites__table-cell:nth-child(6) {
        width: 17.654%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .favorites__table-cell--count {
        position: static
    }

    .favorites__product-image {
        border-right: solid 1px #ddd;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        height: 198px;
        position: static;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto
    }

    .favorites__product-desc {
        font-size: 16px;
        font-weight: 400;
        padding: 0
    }

    .favorites__product-material {
        color: #818181;
        font-size: 16px
    }

    .favorites__product-count {
        max-width: 80px;
        padding: 0 30px 0 17px;
        position: relative;
        top: initial;
        right: initial
    }

    .favorites__count-btn {
        position: absolute;
        z-index: 1;
        background: 0;
        width: 30px;
        height: 19px;
        top: 0;
        right: 0;
        padding: 0;
        margin: 0
    }

    .favorites__count-btn::before {
        content: '';
        position: absolute;
        z-index: 1;
        border: 5px solid transparent;
        border-bottom-color: #979797;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: .15s all;
        transition: .15s all;
        width: auto;
        height: auto
    }

    .favorites__count-btn:hover::before {
        opacity: .6
    }

    .favorites__count-btn::after {
        display: none
    }

    .favorites__count-btn--minus {
        top: auto;
        bottom: 0
    }

    .favorites__count-btn--minus::before {
        border-bottom-color: transparent;
        border-top-color: #979797
    }

    .favorites__input {
        width: 100%;
        height: 38px;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        text-align: left
    }

    .favorites__share-title {
        font-size: 16px;
        margin-bottom: 10px;
        margin-right: 0
    }

    .favorites__share .social-link {
        width: 30px;
        height: 30px;
        margin-right: 15px
    }

    .favorites__share .social-link__svg {
        width: 30px;
        height: 30px
    }

    .favorites__cell-title {
        display: none
    }

    .favorites__product-amount, .favorites__product-price {
        margin: 0
    }

    .favorites__product-amount--discount, .favorites__product-price--discount {
        display: block
    }

    .favorites__product-delete {
        top: 6px;
        right: 6px
    }

    .favorites__more-btn {
        display: none
    }

    .orders {
        margin-top: 0
    }

    .orders__header, .orders__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .orders__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .orders__header {
        padding: 39px 20px 7px;
        margin: 9px 0 0;
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        color: #000;
        border: 1px solid #ddd;
        border-bottom: 0;
        background-color: #fff;
        text-align: left
    }

    .orders__header-mobile {
        display: none
    }

    .orders__header-number {
        width: 30%
    }

    .orders__header-order {
        width: 25.2%
    }

    .orders__header-price {
        width: 13.1%
    }

    .orders__header-dealer {
        width: 28.8%
    }

    .orders__header-status {
        width: 30%
    }

    .orders__done, .orders__order {
        margin-bottom: 41px;
        border: 1px solid #ddd
    }

    .orders__done .orders__order-number {
        color: #464646
    }

    .orders__order {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 43px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #f9f9f9;
        color: #000;
        font-size: 16px;
        border-top: 0
    }

    .orders__order--done {
        color: #464646;
        margin-bottom: 0;
        border: 0
    }

    .orders__order--done, .orders__order--done .orders__order-container {
        background-color: #fff
    }

    .orders__order--rated, .orders__order--rated .orders__order-container {
        background-color: #f9f9f9
    }

    .orders__order-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-top: 24px;
        align-items: flex-start
    }

    .orders__content .orders__content-container, .orders__content-container {
        width: 100%
    }

    .orders__order-number {
        width: 30%;
        padding: 0;
        font-size: 16px;
        background: 0
    }

    .orders__order-number span {
        font-size: 16px
    }

    .orders__action-mobile {
        display: none
    }

    .orders__content, .orders__content-order {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .orders__content {
        width: 25.2%;
        padding-left: 0;
        padding-right: 0;
        font-size: 16px
    }

    .orders__content-order {
        margin: 0 0 15px;
        line-height: 19px
    }

    .orders__content-order:last-child {
        margin-bottom: 0
    }

    .orders__content-name {
        line-height: normal
    }

    .orders__content-material {
        color: #818181;
        line-height: normal
    }

    .orders__order-price {
        width: 13.1%;
        padding-left: 0;
        padding-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .orders__order-price .orders__content-container {
        width: 100%;
        margin-bottom: 0
    }

    .orders__order-price-solo {
        margin: 0 0 49px;
        font-weight: 400
    }

    .orders__order-price-solo:first-child {
        margin-bottom: 34px
    }

    .orders__order-dealer {
        width: 28.8%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        font-weight: 400;
        padding: 0
    }

    .orders__order-dealer .orders__content-container, .orders__order-status .orders__content-container {
        width: 100%
    }

    .orders__order-dealer-address, .orders__order-dealer-name {
        margin: 0 0 16px;
        font-size: 16px;
        line-height: 19px
    }

    .orders__order-dealer-name {
        margin: 0 0 20px;
        color: #818181
    }

    .orders__order-status {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        width: 30%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .orders__order-status-btn.btn_grey {
        margin: 0 auto;
        position: relative
    }

    .orders__order-status-btn:hover::before {
        content: "Ð¡Ð²ÑÐ¶Ð¸Ñ‚ÐµÑÑŒ Ñ Ð½Ð°Ð¼Ð¸ Ð¸ Ð¼Ñ‹ Ð¾Ñ‚Ð²ÐµÑ‚Ð¸Ð¼ Ð½Ð° Ð²Ð°ÑˆÐ¸ Ð²Ð¾Ð¿Ñ€Ð¾ÑÑ‹";
        position: absolute;
        top: 56px;
        left: -7px;
        width: 221px;
        height: 60px;
        font-size: 12px;
        line-height: 15px;
        padding: 13px 15px 17px;
        text-transform: initial;
        color: #000;
        background-color: #fff;
        -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
        z-index: 3
    }

    .orders__order-status-btn:hover::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        left: 50%;
        top: 56px;
        background-color: #fff;
        -webkit-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%)
    }

    .orders__total-action {
        display: inline-block;
        padding-right: 15px;
        position: relative;
        text-decoration: none;
        font-size: 16px;
        color: #000
    }

    .orders__total-action::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 10px;
        height: 6px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(/local/templates/volhovec/styles/../img/vector/small-arrow.svg) no-repeat
    }

    .orders__total-action--show::after {
        -webkit-transform: rotate(180deg) translateY(50%);
        transform: rotate(180deg) translateY(50%)
    }

    .orders__total-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 0 -40px;
        text-align: right;
        font-size: 20px;
        font-weight: 500
    }

    .orders__total-price {
        margin-left: 15px
    }

    .orders__show-btn {
        display: none
    }

    .orders__done-title {
        margin: 0 0 20px;
        font-size: 20px;
        line-height: normal;
        font-weight: 400;
        text-align: left;
        text-transform: initial;
        color: #000
    }

    .orders__order-status-text {
        margin: 0
    }

    .orders__rate-btn {
        margin: 0 auto;
        width: 210px
    }

    .orders__order-status-rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto
    }

    .orders__order-status-rating span {
        font-size: 23px;
        margin-right: 10px;
        color: #7b7b7b
    }

    .js-order-hide, .orders__name {
        display: none
    }

    .progress {
        position: relative;
        width: 230px;
        margin: 0 0 30px;
        padding-left: 30px;
        list-style: none
    }

    .progress.only {
        margin-bottom: 13px
    }

    .progress::before {
        display: inline-block;
        content: '';
        position: absolute;
        top: 4px;
        left: 10px;
        width: 1px;
        height: calc(100% - 4px);
        background-color: #818181
    }

    .progress span {
        display: block;
        padding-top: 0
    }

    .progress__item {
        position: relative;
        font-size: 16px;
        line-height: 17px;
        font-weight: 400;
        counter-increment: list
    }

    .progress__item span {
        color: #d0d0d0
    }

    .progress__item:not(:last-child) {
        padding-bottom: 29px
    }

    .progress__item:not(:last-child) {
        margin-bottom: 0;
        padding-bottom: 50px
    }

    .progress__item::after, .progress__item::before {
        content: '';
        display: inline-block;
        position: absolute
    }

    .progress__item::before {
        background: #d0d0d0;
        left: -20px;
        height: 100%;
        width: 1px
    }

    .progress__item::after {
        top: 0;
        left: -30px;
        width: 20px;
        height: 20px;
        border: 1px solid #d0d0d0;
        border-radius: 50%;
        background-color: #fff
    }

    .progress__item.is-done::before {
        background: #818181
    }

    .progress__item.is-done::after {
        border: 1px solid #818181;
        background-color: #fff
    }

    .progress__item.is-done span {
        color: #818181
    }

    .progress__item.is-done span::after {
        content: '';
        position: absolute;
        top: 6px;
        left: -25px;
        width: 10px;
        height: 6px;
        border-radius: 1px;
        background-color: transparent;
        border: 1.5px solid #818181;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-top: 0;
        border-right: 0;
        z-index: 1
    }

    .progress__item.current span {
        color: #000
    }

    .progress__item.current::before {
        background-color: #d0d0d0;
        left: -20px
    }

    .progress__item.current::after {
        content: '';
        padding-top: 1px;
        width: 20px;
        height: 20px;
        left: -30px;
        font-size: 14px;
        text-align: center;
        border: 1px solid #000;
        background-color: #fff
    }

    .progress__item:nth-child(3)::after, .progress__item:nth-child(3)::before {
        top: 6px
    }

    .progress__item:nth-child(3).is-done span::after {
        top: 12px
    }

    .modal-popup {
        width: 780px
    }

    .modal-popup__sign-in-btns {
        margin-left: 20px
    }

    .modal-popup {
        width: 600px;
        padding: 40px 40px 50px
    }

    .modal-popup--sign {
        min-height: 438px
    }

    .modal-popup__nav {
        max-width: 494px;
        margin: 0 auto 40px
    }

    .modal-popup__nav-item {
        width: 237px;
        width: calc((100% - 20px) / 2);
        margin-right: 20px
    }

    .modal-popup__nav-link {
        font-size: 20px;
        line-height: 1.25;
        padding: 5px 20px
    }

    .modal-popup__field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 98px;
        margin-bottom: 20px;
        position: relative
    }

    .modal-popup__field--required::after {
        right: 113px
    }

    .modal-popup__field--error {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .modal-popup__input {
        padding: 9px 20px
    }

    .modal-popup__label {
        left: 113px
    }

    .modal-popup__input:focus + .modal-popup__label, .modal-popup__label--up {
        left: 113px;
        font-size: 12px
    }

    .modal-popup__input-link {
        width: 76px;
        margin-left: 20px
    }

    .modal-popup__submit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 96px;
        padding-left: 98px
    }

    .modal-popup__submit--fluid {
        padding: 0
    }

    .modal-popup__title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .modal-popup__desc {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 30px
    }

    .modal-popup__sign-in-btns {
        margin-left: 7px
    }

    .hotline {
        margin: 0;
        padding: 0
    }

    .hotline__container {
        width: 66.1%;
        max-width: 780px;
        margin: 0 auto;
        padding-top: 60px
    }

    .hotline__show-btn {
        display: block;
        font-family: "EuclidFlex", Arial, sans-serif;
        width: 300px;
        text-align: center;
        background-color: #fff;
        color: #d5d5d5;
        text-decoration: none;
        font-size: 14px;
        line-height: 16px;
        padding: 10px 0;
        font-weight: 600;
        margin: 0 auto 30px;
        letter-spacing: -.2px;
        border: 1px solid #d5d5d5;
        cursor: pointer;
        text-transform: initial
    }

    .hotline__show-btn:hover {
        opacity: .6
    }

    .hotline__show-btn:active {
        opacity: .3
    }

    .hotline__messages {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 0 40px;
        padding: 0;
        list-style: none
    }

    .hotline__message {
        width: auto;
        margin: 0 0 20px;
        padding-left: 15px
    }

    .hotline__message-support {
        position: absolute;
        top: -5px;
        right: 2px;
        width: 100px;
        padding-left: 0;
        text-align: right
    }

    .hotline__message--tech {
        position: relative;
        margin-left: 112px;
        padding-left: 0;
        padding-right: 90px
    }

    .hotline__message--tech .hotline__message-box {
        width: auto;
        padding-right: 50px;
        background-color: #7b7b7b;
        color: #fff
    }

    .hotline__message--tech .hotline__message-box::before {
        content: '';
        position: absolute;
        bottom: auto;
        left: auto;
        top: 0;
        right: -15px;
        width: 0;
        height: 0;
        border-left: 0;
        border-bottom: 0;
        border-right: 15px solid transparent;
        border-top: 15px solid #7b7b7b
    }

    .hotline__message-author {
        content: '';
        position: absolute;
        top: -12px;
        right: 0;
        font-size: 12px;
        line-height: 16px;
        color: #3c3c3b;
        text-align: right
    }

    .hotline__message-author span, .hotline__submit-btn span {
        display: block
    }

    .hotline__message-date {
        display: block;
        padding-left: 20px;
        margin: 0 0 10px;
        font-size: 12px;
        line-height: 21px;
        color: #818181
    }

    .hotline__message-box {
        position: relative;
        width: auto;
        margin: 0;
        padding: 20px 20px 29px;
        background-color: #f3f3f3;
        font-size: 14px;
        line-height: 21px;
        font-weight: 400
    }

    .hotline__message-box::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: -15px;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-bottom: 15px solid #f3f3f3
    }

    .hotline__message-box--wide {
        padding-right: 90px
    }

    .hotline__message-header {
        display: block;
        margin-bottom: 13px
    }

    .hotline__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }

    .hotline__form-text {
        display: block;
        margin: 0 0 30px;
        font-size: 16px;
        line-height: 1.31;
        font-weight: 500;
        text-align: center;
        color: #3c3c3b
    }

    .hotline__textarea {
        display: block;
        width: 100%;
        max-width: 100%;
        min-height: 130px;
        padding: 12px 19px;
        font-family: "EuclidFlex", Arial, sans-serif;
        margin: 0 0 20px;
        font-size: 14px;
        color: #464646;
        border: 1px solid #979797
    }

    .hotline__form-input {
        display: none
    }

    .hotline__submit-btn {
        display: block;
        font-family: "EuclidFlex", Arial, sans-serif;
        width: 300px;
        text-transform: uppercase;
        text-align: center;
        background-color: #424241;
        border: 2px solid #424241;
        color: #fff;
        text-decoration: none;
        padding: 8px;
        height: auto;
        font-size: 14px;
        margin: 0 auto 3px;
        line-height: normal;
        font-weight: 600;
        letter-spacing: -.2px
    }

    .hotline__submit-btn:hover {
        opacity: .6
    }

    .hotline__submit-btn:active {
        opacity: .3
    }

    .hotline__name {
        display: none
    }
}

@media (min-width: 1100px) {
    .comparison__tooltip {
        right: 22%
    }
}

@media (min-width: 1350px) {
    .favorites__table-cell:nth-child(6) {
        padding: 40px 20px
    }

    .comparison__tooltip {
        right: 28%
    }
}

/* End */

/* Start:/local/templates/volhovec/styles/additional.css?161157088410755*/
.intl-tel-input {
    display: inline-flex;
    position: relative;
    width: 63%;
    margin: auto;
}

@media screen and (max-width: 750px) {
    .intl-tel-input {
        display: inline-flex;
        margin-left: 0;
        position: relative;
        width: 76%;
    }
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    left: 2px;
}

.intl-tel-input.iti-container {
    z-index: 100000;
}

.intl-tel-input input {
    width: 100% !important;
}

.intl-tel-request {
    position: absolute;
    display: inline-block;
    width: 70px;
    font-size: 12px;
    font-weight: 500;
    color: #474747;
    padding-left: 22px;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
}

.intl-tel-request:empty {
    display: none !important;
}

@media screen and (max-width: 660px) {
    .intl-tel-request {
        position: static;
        margin: 10px auto 0;
        display: table;
        width: auto;
    }

    .intl-tel-request br {
        display: none;
    }
}

.intl-tel-confirm_sms_code {
    margin: auto;
}

.intl-tel-status-block.valid {
    font-size: 13px;
    margin: 10px 0;
    color: green;
}

.intl-tel-status-block.invalid {
    font-size: 13px;
    margin-top: 10px;
    color: red;
}

.hotline__submit-btn:disabled {
    opacity: 0.6
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 9px !important;
}

.fancybox-loading {
    display: inline-block !important;
    width: 64px !important;
    height: 64px !important;
    border-radius: 50% !important;
    border: 5px solid #fff !important;
    border-color: #fff transparent #fff transparent !important;
    animation: fancybox-loading 1.2s infinite linear !important;
}

@keyframes fancybox-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.collection-settings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 20px;
}

.collection-settings__item {
    flex-grow: 1;
    padding: 0 5px 5px;
}

.collection-settings__unit {
    display: block;
    min-width: 200px;
    padding: 14px 10px 14px;
    text-align: center;
    color: #60605e;
    background-color: #efefef;
    font: 400 12px/1.25 "EuclidFlex", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.collection-settings__unit:hover, .collection-settings__unit.active {
    background-color: #6b6b6b;
    color: #fff;
}

.collection-catalog_beside .collection-catalog__list {
    padding-top: 0;
}

.collection-catalog_beside .collection-catalog__items {
    padding-top: 0;
}

.favorites__image-handle {
    padding-top: 30px;
}

.submit-loading {
    background-image: url(/local/templates/volhovec/styles/../images/loading-submit.gif) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    text-indent: -9999px;
}

.g-recaptcha {
    margin: 15px auto;
    display: table;
}

.grecaptcha-badge {
    display: none !important;
}

.constructor-color__sign {
    margin-top: 30px;
}

.slider + .container > .breadcrumbs {
    margin: 0 0 30px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-group {
    margin-bottom: 1rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.alert-success {
    display: block;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-error {
    display: block;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

ul.list-group li:not(:last-child) {
    margin-bottom: -1px;
}

.nav-tabs .nav-item.active .nav-link {
    background: #eee;
}

.tab-content .card {
    border-radius: 0;
}

.bb-0 {
    border-bottom: 0 !important;
}

.popup_info hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    background: #ee7157;
    width: 70px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
}

.popup_info p {
    margin: 0 0 20px !important;
}

.popup_info h3,
.popup_info .h3 {
    font-size: 1.75rem;
    text-align: center;
    margin: 0 0 15px;
}

.popup_info .btn-red {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #f36d50;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #000000;
    background-image: none;
    background-color: transparent;
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.recommendations__simple,
.recommendations__simple li {
    list-style: none;
}

.recommendations__item {
    font-size: 18px;
}

.recommendations ol > *:not(:last-child) {
    margin-bottom: 15px;
}

.align-items-center {
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-center {
    justify-content: center;
}

.main-hr {
    border-top: 2px solid #979797;
    width: 335px;
    margin: 30px auto;
}

.activities .request__item.request__item_checkbox {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.request__item_checkbox .request__unit {
    display: block;
}

.request__item_checkbox .field-note {
    display: block;
}

.request__item_checkbox label {
    margin: 10px 0;
    display: inline-block;
}

.request__field[readonly] {
    background: #e6e6e6;
}

.products-catalog__fields::-webkit-scrollbar {
    width: 5px;
}

.products-catalog__fields::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.products-catalog__fields::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}

.products-catalog__fields-item.disabled {
    pointer-events: none;
}

@media (min-width: 769px) {
    .products-catalog__submit-btn {
        display: none;
    }
}

[id^="wait_"] {
    display: none;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    margin-top: auto !important;
    margin-right: auto !important;
    margin-bottom: auto !important;
    margin-left: auto !important;
    z-index: 9999999 !important;
    width: 5.8rem !important;
    height: 1.5rem !important;
    background: #5d5d5d !important;
    text-align: center !important;
    color: #fff !important;
    padding-top: 4.8rem !important;
    padding-right: 0 !important;
    padding-bottom: 0.75rem !important;
    padding-left: 0 !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    font-weight: 300 !important;
    opacity: 0.95 !important;
    -webkit-border-radius: 0.15rem;
    border-radius: 0.15rem;
    -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
    font: inherit !important;
    font-weight: 300 !important;
    font-size: 0.8rem !important;
    line-height: 1.5rem !important;
    text-transform: lowercase;
    cursor: progress;
    outline: 2000px solid rgba(0, 0, 0, 0.2);
}

[id^="wait_"][style] {
    display: block;
}

[id^="wait_"]:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.5rem;
    right: 0;
    left: 0;
    margin: auto;
    width: 4rem;
    height: 4rem;
    background: url("/local/templates/volhovec/styles/../images/preloader.gif") center no-repeat;
}

.filter-hint {
    position: absolute;
    width: auto;
    height: auto;
    padding: 10px;
    margin-left: 15px;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
    color: #fff;
    font-size: 12px;
    box-shadow: 0 0 27px rgba(0, 0, 0, .2);
    z-index: 1;
    line-height: 1;
    border-radius: 3px;
    white-space: nowrap;
    cursor: pointer;
}

.filter-hint:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    margin: auto;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #000;
    width: 0;
    height: 0;
}

.products-catalog__fields-item {
    position: relative;
}

.products-catalog__filters-inner {
    position: relative;
    z-index: 1;
}

/* End */

/* Start:/local/templates/volhovec/styles/non-autoprefixer.css?1611570884347*/
/*
    @important - autoprefixer "ÑÑŠÐµÐ´Ð°ÐµÑ‚" -webkit-box, Ð¿Ð¾ÑÑ‚Ð¾Ð¼Ñƒ ÑÑ‚Ð¸Ð»Ð¸ Ð½ÑƒÐ¶Ð½Ð¾ Ð¿Ð¸ÑÐ°Ñ‚ÑŒ Ð² Ñ„Ð°Ð¹Ð», Ð½Ðµ Ð¾Ð±Ñ€Ð°Ð±Ð°Ñ‚Ñ‹Ð²Ð°ÐµÐ¼Ñ‹Ð¹ autoprefixer'Ð¾Ð¼
*/
.entity__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.entity__title {
    height: 3em;
    -webkit-line-clamp: 2;
}

/* End */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

body, div {
    font: normal 16px/1.3 EuclidFlex, sans-serif;
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

.title {
    text-align: center
}

.title_light {
    color: #fff
}

.title_dark {
    color: #60605e
}

.title__main {
    font: 400 34px/1.26 EuclidFlex, sans-serif;
    text-transform: uppercase;
    margin-bottom: 32px
}

.title__sub {
    max-width: 515px;
    margin: 0 auto 40px;
    font: 400 18px/1.44 EuclidFlex, sans-serif
}

.title-large h1 {
    font-size: 72px
}

@media screen and (max-width: 650px) {
    .title-large h1 {
        font-size: 30px
    }
}

.title-large_white h1 {
    color: #fff
}

.subtitle {
    font-size: 23px
}

.h1, .subtitle, h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300
}

.h1, h1 {
    color: #3c3c3b;
    font-size: 34px;
    letter-spacing: 3px;
    margin: 45px 0 36px
}

@media screen and (max-width: 768px) {
    .h1, h1 {
        margin: 33px 0;
        font-size: 26px
    }
}

@media screen and (max-width: 320px) {
    .h1, h1 {
        margin: 25px 0;
        font-size: 18px
    }
}

.h2, h2 {
    margin: 45px 0 36px;
    color: #3c3c3b;
    font-size: 34px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center
}

@media screen and (max-width: 768px) {
    .h2, h2 {
        font-size: 26px
    }
}

@media screen and (max-width: 650px) {
    .h2, h2 {
        margin: 20px 0;
        font-size: 20px
    }
}

.h3, h3 {
    margin: 25px 0 25px;
    color: #3c3c3b;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase
}

@media screen and (max-width: 768px) {
    .h3, h3 {
        font-size: 22px
    }
}

@media screen and (max-width: 650px) {
    .h3, h3 {
        font-size: 20px
    }
}

@media screen and (max-width: 650px) {
    p {
        font-size: 14px
    }
}

mark {
    background-color: transparent;
    max-width: 550px;
    padding: 30px 0;
    margin: 0 auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    color: #3c3c3b;
    font-weight: 400;
    font-size: 20px;
    text-align: center
}

@media screen and (max-width: 768px) {
    mark {
        font-size: 16px;
        padding: 30px 0
    }
}

@media screen and (max-width: 650px) {
    mark {
        font-size: 12px;
        padding: 20px 0
    }
}

mark:after, mark:before {
    content: "";
    height: 2px;
    width: 101px;
    background-color: #979797;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

mark:before {
    top: 0
}

mark:after {
    bottom: 0
}

@media screen and (max-width: 1024px) {
    .title__main {
        font: 400 26px/33px EuclidFlex, sans-serif;
        margin-bottom: 17px
    }

    .title__sub {
        font: 400 16px/22px EuclidFlex, sans-serif
    }
}

@media screen and (max-width: 480px) {
    .title__main {
        font: 400 20px/25px EuclidFlex, sans-serif;
        margin-bottom: 15px
    }

    .title__sub {
        font: 400 12px/18px EuclidFlex, sans-serif;
        margin-bottom: 25px
    }
}

ul {
    list-style-type: square;
    margin-bottom: 30px
}

@media screen and (max-width: 320px) {
    ul {
        padding-left: 20px
    }
}

@media screen and (max-width: 650px) {
    ul li {
        font-size: 14px
    }
}

@media screen and (max-width: 320px) {
    ul li {
        font-size: 12px
    }
}

ul li:not(:last-child) {
    margin-bottom: 20px
}

@media screen and (max-width: 320px) {
    ul li:not(:last-child) {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 650px) {
    ol {
        padding-left: 20px
    }
}

span.separator {
    margin: 0 3px
}

.textlines {
    margin: 0 0 22px
}

.popup .textline label, .popup p.textline, .textline {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 8px
}

.popup .textline label_separate, .popup p.textline_separate, .textline_separate {
    margin: 0 0 29px
}

@media screen and (max-width: 767px) {
    .popup .textline label, .popup p.textline, .textline {
        font-size: 13px;
        margin: 0 0 17px
    }
}

.textline__inner {
    display: -ms-flexbox;
    display: flex
}

.textline__mark {
    position: relative;
    top: 4px;
    font-size: 21px;
    padding: 0 15px 0 0;
    margin: 0 4px 0 0
}

.textline__mark:after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 9px;
    height: 1px;
    background: #000
}

body {
    color: #3c3c3b;
    height: 100%;
    background-color: #fff
}

body, div {
    font: normal 16px/1.3 EuclidFlex, sans-serif
}

main.page {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    overflow: hidden;
    min-height: 100vh
}

.mfp-wrap *, .mfp-wrap :after, .mfp-wrap :before, main *, main :after, main :before {
    box-sizing: padding-box;
    box-sizing: border-box
}

img {
    max-width: 100%
}

img[data-src]:not(.slider__slide-desktop):not(.slider__slide-mobile):not(.slider__slide-picture), img[data-srcset]:not(.slider__slide-desktop):not(.slider__slide-mobile):not(.slider__slide-picture) {
    display: block;
    min-height: 1px
}

a {
    color: inherit;
    text-decoration: none;
    outline: transparent
}

.container, .container-wide {
    width: 83.3%;
    max-width: 1200px;
    margin: auto;
    padding: 0 0 95px
}

.container-wide, .container-wide-wide {
    max-width: 1320px;
    padding: 0 20px
}

@media screen and (max-width: 1150px) {
    .container, .container-wide {
        width: 93.75%
    }
}

@media screen and (max-width: 768px) {
    .container, .container-wide {
        width: 93.75%
    }
}

@media screen and (max-width: 480px) {
    .container, .container-wide {
        width: 100%;
        padding: 0 15px 36px
    }
}

.wide {
    margin-left: -4000px;
    margin-right: -4000px;
    padding-left: 4000px;
    padding-right: 4000px
}

svg.icon, svg.icon svg {
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    fill: #000;
    stroke: none
}

hr {
    margin: 10px 0 0
}

select {
    -webkit-appearance: none;
    outline: transparent;
    background-color: #fff;
    border: 0;
    box-shadow: none
}

.select-wrap {
    position: relative;
    display: block
}

.select-wrap:after {
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top-color: #3e3e3e;
    border-bottom-width: 0;
    pointer-events: none
}

@media screen and (max-width: 1024px) {
    .select-wrap:after {
        display: block
    }
}

@media screen and (max-width: 1024px) {
    html.menu-opened {
        overflow-y: hidden;
        position: relative
    }

    html.menu-opened body {
        overflow-y: scroll;
        position: relative
    }
}

.hidden {
    position: absolute;
    clip: rect(0 0 0 0)
}

.hidden, .v-hidden {
    width: 0;
    height: 0;
    overflow: hidden
}

.v-hidden {
    visibility: hidden
}

.disabled {
    cursor: default
}

.disabled, .disabled:hover {
    opacity: .3
}

main.light-theme .header {
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, .65) 0, transparent);
    filter: unquite("progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 )")
}

main.light-theme .header.menu-opened {
    box-shadow: none
}

main.light-theme .header__logo svg.logo {
    fill: #fff
}

main.light-theme .header .icon-link:before {
    background: #6b6b6b
}

main.light-theme .header .icon-link svg.icon {
    stroke: #fff;
    fill: #fff
}

main.light-theme .header .main-menu__call-btn, main.light-theme .header .main-menu__call-link:before, main.light-theme .header .main-menu__link:before {
    background: #6b6b6b
}

main.light-theme .header .nav-menu {
    box-shadow: none
}

@media screen and (max-width: 1024px) {
    main.light-theme .header.menu-opened {
        background: #fff;
        color: #3c3c3b
    }

    main.light-theme .header.menu-opened .icon-link svg.icon {
        fill: #3c3c3b;
        stroke: #3c3c3b
    }

    main.light-theme .header.menu-opened .header__logo svg.logo {
        fill: #000
    }
}

main.header_absolute .header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    border-bottom: none
}

main.seo-page .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.title-hidden h1 {
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0
}

.share div {
    width: 50%;
    margin-bottom: 15px
}

@media screen and (max-width: 1024px) {
    .share div {
        width: 100%
    }
}

.share a {
    text-decoration: underline;
    transition: opacity .3s
}

.share a:hover {
    opacity: .7
}

.share .btn__border {
    width: auto;
    margin-bottom: 0
}

.share .btn {
    padding: 16px 45px 13px;
    text-decoration: none
}

@media screen and (max-width: 650px) {
    .share .btn span {
        font-size: 14px
    }
}

table:not(.structure):not(.formation) {
    border: 1px solid #000;
    border-collapse: collapse;
    text-align: center
}

table:not(.structure):not(.formation) td, table:not(.structure):not(.formation) th {
    padding: 10px;
    border: 1px solid #aaa
}

table:not(.structure):not(.formation) tr:first-of-type {

    text-align: center;
    font-weight: 500
}

table:not(.structure):not(.formation) tr td:nth-of-type(2) {
    width: 50%
}

table:not(.structure):not(.formation) tr td:first-of-type, table:not(.structure):not(.formation) tr td:last-of-type {
    width: 25%
}

.fancybox-close-small {
    width: 55px;
    z-index: 99999999999
}

.fancybox-close-small svg {
    stroke: #30312f
}

.fancybox-is-open .fancybox-bg {
    width: 100%;
    height: 100%;
    opacity: .5
}

.fancybox-slide--html .fancybox-content {
    box-shadow: 0 0 10px 3px hsla(0, 0%, 100%, .5)
}

.text-centered {
    text-align: center
}

.content-link {
    text-decoration: underline;
    cursor: pointer
}

.content-link:hover {
    text-decoration: none
}

button {
    -webkit-appearance: none;
    outline: 0
}

.textfield, input, textarea {
    width: 100%;
    height: 100%;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #b8b8b8;
    background-color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.3;
    vertical-align: middle;
    color: #3c3c3b
}

.textfield_cute {
    max-width: 300px;
    padding: 8px 15px
}

textarea {
    resize: none
}

input[type=checkbox], input[type=radio] {
    display: none
}

.error-input .select-wrap, .error-input input, input.error-input {
    border: 1px solid #e02c2c !important
}

input[type=checkbox]:checked + .input-fake {
    background-color: #fff
}

input[type=checkbox]:checked + .input-fake:after {
    display: block
}

input[type=radio]:checked + .input-fake-radio {
    background-color: #fff
}

input[type=radio]:checked + .input-fake-radio:after {
    display: block
}

.input-fake, .input-fake-radio {
    display: inline-block;
    position: relative;
    height: 14px;
    width: 14px;
    border: 1px solid #818181;
    background-color: #fff;
    margin-right: 5px
}

.input-fake-radio:after, .input-fake:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-image: url(/local/templates/volhovec/images/vector/icons/checked_black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: none
}

.input-fake-radio_medium, .input-fake_medium {
    width: 20px;
    height: 20px;
    vertical-align: text-bottom
}

.input-fake-radio {
    height: 20px;
    width: 20px;
    border-radius: 50%
}

.popup-form .form-row {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.popup-form .form-row_special {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.popup-form .form-row_special .form-column {
    width: 50%
}

@media screen and (max-width: 960px) {
    .popup-form .form-row_special .form-column {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .popup-form .form-row {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.popup-form .form-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 45%
}

@media screen and (max-width: 767px) {
    .popup-form .form-column {
        width: 100%
    }
}

.popup-form .form-column:not(:last-of-type) {
    margin-right: 50px
}

.field-note, .popup-form label {
    font-size: 16px;
    color: #3e3e3e
}

.popup-form input, .popup-form select, .popup-form textarea {
    border: 1px solid #dadada
}

.popup-form select {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    color: #3c3c3b
}

.searchable__select + .chosen-container-single .chosen-single {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0 0 0 20px
}

.searchable__select + .chosen-container-single .chosen-single span {
    color: #000
}

.searchable__select + .chosen-container-single .chosen-single div {
    width: 30px
}

.searchable__select + .chosen-container-single .chosen-single div b {
    background: url(/resource/img/arrow-down.svg) 50%/11px 12px no-repeat !important
}

@media screen and (max-width: 1024px) {
    .select-wrap .searchable__select + .chosen-container-single .chosen-single div b {
        background: none !important
    }
}

.searchable__select + .chosen-container-single .chosen-search {
    margin-top: -36px
}

.searchable__select + .chosen-container .chosen-drop {
    text-align: left;
    padding: 0 0 0 10px
}

.searchable__select + .chosen-container-single .chosen-search input[type=text] {
    border-color: transparent;
    background-image: none;
    background-color: #fff
}

.searchable__select + .chosen-container .chosen-results li.active-result.highlighted {
    background: #828282;
    color: #fff
}

.custom-file {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.custom-file__field {
    position: absolute;
    left: 100%;
    top: 100%;
    visibility: hidden;
    opacity: 0
}

.label_p + .input, .label_p + p {
    position: relative
}

.btn {
    display: inline-block;
    padding: 16px 45px 13px;
    text-transform: uppercase;
    transition: all .3s;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25
}

.btn, .btn-icon {
    max-width: 100%;
    border: 1px solid transparent;
    outline: none;
    text-decoration: none;
    cursor: pointer
}

.btn-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
    background-color: #f3f3f3;
    font: 500 12px/12px EuclidFlex, sans-serif;
    color: #424241
}

.btn-icon__icon {
    margin-right: 10px
}

.btn-icon__icon svg.icon {
    fill: #5f5f5f
}

.btn_full {
    width: 100%
}

.btn_compact {
    padding-top: 12px;
    padding-bottom: 12px
}

.btn_air, .btn_light {
    color: #60605e;
    background-color: #fff
}

.btn_air {
    border: 1px solid #60605e
}

.btn_dark {
    color: #fff;
    background-color: #6b6b6b
}

.btn_bounded {
    border-color: #6b6b6b
}

.btn_bounded:hover {
    background-color: #6b6b6b;
    color: #fff
}

.btn_black {
    color: #fff;
    background-color: #424241
}

.btn_grey {
    padding: 10px 45px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #a7a7a7;
    text-align: center;
    transition: opacity .3s
}

@media screen and (max-width: 1024px) {
    .btn_grey {
        padding: 10px 40px;
        font-size: 12px
    }
}

.btn_grey[disabled] {
    background-color: #d5d5d5;
    cursor: auto
}

.btn_grey[disabled]:hover {
    opacity: 1
}

.btn_grey:hover {
    opacity: .8
}

.btn_animation {
    position: relative
}

.btn_animation.btn_dark {
    border: none;
    background: linear-gradient(90deg, #fff 50%, #6b6b6b 0);
    background-size: 200% 100%;
    background-position: 100% 100%;
    transition: all .3s ease;
    margin-bottom: 10px;
}

.product-card .btn_animation.btn_dark {
    position: absolute;
    bottom: 0;
}

.btn_animation.btn_dark .btn__border_lr:after, .btn_animation.btn_dark .btn__border_lr:before, .btn_animation.btn_dark .btn__border_tb:after, .btn_animation.btn_dark .btn__border_tb:before {
    background: #6b6b6b
}

.btn_animation.btn_dark:hover {
    background-position: 0 100%;
    color: #3c3c3b
}

.btn_animation.btn_air, .btn_animation.btn_light {
    border: none;
    background: linear-gradient(90deg, #fff 50%, #6b6b6b 0);
    background-size: 200% 100%;
    background-position: 0 100%;
    transition: all .3s ease
}

.btn_animation.btn_air .btn__border_lr:after, .btn_animation.btn_air .btn__border_lr:before, .btn_animation.btn_air .btn__border_tb:after, .btn_animation.btn_air .btn__border_tb:before, .btn_animation.btn_light .btn__border_lr:after, .btn_animation.btn_light .btn__border_lr:before, .btn_animation.btn_light .btn__border_tb:after, .btn_animation.btn_light .btn__border_tb:before {
    background: #fff
}

.btn_animation.btn_air:hover, .btn_animation.btn_light:hover {
    background-position: 100% 100%;
    color: #fff
}

.btn__border_lr, .btn__border_tb {
    position: absolute;
    margin: auto
}

.btn__border_lr:after, .btn__border_lr:before, .btn__border_tb:after, .btn__border_tb:before {
    content: "";
    position: absolute
}

.btn__border_lr {
    width: calc(100% + 10px);
    height: calc(100% + 10px)
}

.btn__border_tb {
    width: 100%;
    height: 100%
}

.btn__border_lr {
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px
}

.btn__border_lr:after, .btn__border_lr:before {
    width: 1px;
    height: 100%;
    transform: scaleY(0);
    transition: all .1s ease
}

.btn__border_lr:before {
    top: 0;
    left: 0;
    bottom: 0;
    transform-origin: left
}

.btn__border_lr:after {
    right: 0;
    bottom: 0;
    transform-origin: top;
    transition-delay: .1s
}

.btn__border_tb {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.btn__border_tb:after, .btn__border_tb:before {
    height: 1px;
    width: 100%;
    transform: scaleX(0);
    transition: all .2s ease;
    transition-delay: .05s;
    transform-origin: left
}

.btn__border_tb:before {
    left: 0;
    top: 0
}

.btn__border_tb:after {
    left: 0;
    bottom: 0
}

.btn:hover .btn__border_lr:after, .btn:hover .btn__border_lr:before, .btn:hover .btn__border_tb:after, .btn:hover .btn__border_tb:before {
    transform: scale(1)
}

@media screen and (max-width: 1024px) {
    .btn {
        padding: 11px 45px 10px
    }
}

@media screen and (max-width: 480px) {
    .btn {
        padding: 6px 20px;
        font-size: 8px
    }

    .btn__border_lr, .btn__border_tb {
        display: none
    }

    .btn_animation.btn_dark {
        background: #6b6b6b
    }

    .btn_animation.btn_dark:hover {
        background: #6b6b6b;
        color: #fff
    }

    .btn_animation.btn_light {
        background: #fff
    }

    .btn_animation.btn_light:hover {
        background: #fff;
        color: #6b6b6b
    }
}

.button {
    background: transparent;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none
}

.button[disabled] {
    cursor: auto
}

.button_simple {
    color: #fff;
    background: #464646;
    padding: 10px 32px 9px
}

.button_primitive, .button_simple {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase
}

.button_primitive {
    border: 1px solid #464646;
    padding: 9px 8px 8px 11px
}

.button_strong {
    text-transform: uppercase;
    background-color: #a7a7a7;
    border: 1px solid #a7a7a7;
    color: #fff
}

.button_fancy, .button_strong[disabled] {
    background-color: #d5d5d5;
    border: 1px solid #d5d5d5
}

.button_fancy {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    mark {
        display: block
    }

    .systems__item {
        width: 23% !important;
        margin-right: 10px;
        overflow: hidden
    }
}

.ui-widget.ui-widget-content {
    z-index: 99999
}

.ui-state-active {
    background-color: #828282 !important;
    border-color: #828282 !important
}

.ui-menu-item-wrapper {
    padding: 0 10px !important;
    color: #3c3c3b
}

.ui-selectmenu-open {
    z-index: 99999
}

.ui-widget.ui-widget-content.overflow {
    height: 300px
}

.ui-selectmenu-icon.ui-icon.ui-icon-triangle-1-s {
    background-image: url(/local/templates/volhovec/images/raster/example/arrow_down.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 19px
}

.ui-selectmenu-button.ui-button.ui-widget.ui-selectmenu-button-open.ui-corner-top, .ui-selectmenu-button.ui-selectmenu-button-closed {
    width: 100%;
    padding: 10px;
    border: 1px solid #dadada;
    border-radius: 0;
    background-color: #fff;
    font-family: EuclidFlex;
    color: #3c3c3b;
    outline: transparent
}

.ui-menu.ui-corner-bottom.ui-widget.ui-widget-content {
    width: 400px;
    height: 250px
}

@media screen and (-ms-high-contrast: active) and (max-width: 1024px), screen and (-ms-high-contrast: none) and (max-width: 1024px) {
    .systems__item {
        width: 30% !important
    }
}

@media screen and (-ms-high-contrast: active) and (max-width: 650px), screen and (-ms-high-contrast: none) and (max-width: 650px) {
    .systems__item {
        width: 47% !important
    }
}

@media screen and (-ms-high-contrast: active) and (max-width: 480px), screen and (-ms-high-contrast: none) and (max-width: 480px) {
    .systems__item {
        width: 100% !important
    }
}

@media screen and (max-width: 650px) {
    .abilities {
        position: fixed;
        height: 40px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9;
        background: #999
    }
}

.accessories {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.accessories, .accessories__item {
    display: -ms-flexbox;
    display: flex
}

.accessories__item {
    width: 20%;
    margin-bottom: 25px;
    padding: 10px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: left;
    align-items: left
}

.accessories__title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #3c3c3b;
    min-height: 20px;
    text-transform: uppercase
}

.accessories__item-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 58px
}

.accessories__image-small, .accessories__item-row {
    display: -ms-flexbox;
    display: flex
}

.accessories__image-small img {
    height: 50px
}

.accessories__image {
    min-height: 58px
}

.accessories__subtitle {
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0 5px 15px
}

.furniture {
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 45px
}

.furniture, .furniture__about {
    display: -ms-flexbox;
    display: flex
}

.furniture__about {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 52px;
    width: 50%;
    background-color: #efefef
}

.furniture__about-head {
    text-align: center;
    margin: 0 auto
}

.furniture__about-head-text.text-block__marked {
    font-size: 16px;
    padding: 0
}

.furniture__about-head-text.text-block__marked:after, .furniture__about-head-text.text-block__marked:before {
    display: none
}

.furniture__about-head-title {
    display: inline-block;
    font-size: 22px;
    text-transform: uppercase
}

.furniture__head-image {
    width: 50%
}

.furniture__head-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-left: 10px
}

.furniture_2 {
    margin-top: 100px
}

.furniture-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.furniture-info__furniture__about {
    padding-top: 10px
}

.about-item-title {
    font-size: 28px;
    margin-bottom: 10px
}

.furniture-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.furniture-item, .furniture-list {
    display: -ms-flexbox;
    display: flex
}

.furniture-item {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 45px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 25%
}

.furniture-item__options {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center
}

.furniture-item__option {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.furniture-item__option__image {
    height: 130px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px
}

.furniture-item__option__image-inner {
    width: 100%;
    height: 100%
}

.furniture-item__option__image-inner img {
    max-height: 100%
}

.furniture-item__option__colors {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 20px
}

.furniture-item__option__color {
    margin-right: 3px;
    width: 13px;
    height: 13px;
    border-radius: 50%
}

.furniture-item__name {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center
}

.furniture-item__wide {
    min-width: 100%
}

.furniture-legends {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.furniture-legend {
    margin-top: 10px;
    margin-right: 10px;
    white-space: nowrap
}

.furniture-legend__color {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px 0 0
}

.furniture-legend__color span {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%
}

.furniture-legend__label {
    display: inline-block;
    white-space: normal
}

@media screen and (max-width: 1024px) {
    .accessories__item {
        width: 33%;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 1280px) {
    .furniture-item, .furniture-item__wide {
        min-width: 33%
    }
}

@media screen and (max-width: 830px) {
    .furniture-item {
        min-width: 50%
    }

    .furniture-item__wide {
        min-width: 100%
    }
}

@media screen and (max-width: 768px) {
    .furniture__about {
        width: 100%
    }

    .furniture__head-image {
        width: 100%;
        text-align: center
    }

    .furniture__head-image img {
        margin: 0
    }

    .furniture {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (max-width: 560px) {
    .furniture-item {
        min-width: 100%
    }
}

@media screen and (max-width: 650px) {
    .accessories__item {
        width: 50%;
        margin-bottom: 10px
    }

    .accessories__title {
        font-size: 14px
    }

    .accessories__subtitle {
        font-size: 12px;
        padding-top: 10px
    }
}

@media screen and (max-width: 450px) {
    .accessories__title {
        margin-bottom: 5px
    }
}

@media screen and (max-width: 380px) {
    .accessories__item {
        width: 100%;
        padding-left: 25%
    }
}

.accessory-parallax {
    margin: 90px 0 72px
}

.accessory-parallax .btn.btn_light.btn_animation {
    padding: 11px 70px
}

.accessory-parallax .parallax__image-mobile {
    display: none
}

@media screen and (max-width: 650px) {
    .accessory-parallax .parallax__image {
        display: initial;
        height: 100%
    }
}

.accordion__title, .js-acco-arrow {
    font-weight: 600;
    cursor: pointer
}

.accordion__title:after, .js-acco-arrow:after {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-left-color: #3c3c3b;
    border-right-width: 0;
    margin-left: 5px;
    transition: transform .3s linear
}

.accordion__table {
    width: 100%;
    margin-top: 15px
}

@media screen and (max-width: 650px) {
    .accordion__table {
        font-size: 14px
    }
}

@media screen and (max-width: 768px) {
    .accordion__table-wrapper {
        overflow-x: auto
    }
}

.accordion__item span {
    cursor: pointer;
    font-weight: 500
}

.accordion__item a {
    border-bottom: 1px solid #3c3c3b;
    transition: opacity .3s
}

.accordion__item a:hover {
    opacity: .7
}

.activities .info-block {
    max-width: 940px;
    padding: 30px 60px;
    border-radius: 25px;
    margin: 0 auto;
    background-color: #efefef
}

.activities .info-block__header {
    display: block;
    margin-bottom: 36px;
    text-align: center;
    font-size: 18px;
    font-weight: 600
}

.activities .info-block__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: top;
    align-items: top
}

.activities .info-block__items_column {
    max-width: 70%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto
}

.activities .info-block__item {
    width: 47%
}

.activities .info-block__item_full {
    width: 100%
}

.activities .info-block__item p {
    line-height: 27px
}

.activities .info-block__item p:first-child {
    margin-top: 0
}

.activities .info-block__item p:last-child {
    margin-bottom: 0
}

.activities .product-card {
    border-width: 6px;
    border-color: #efefef;
    text-align: center;
    background: #efefef
}

.activities .product-card[data-grid-type=large] {
    width: calc(50% - 20px);
    margin-top: 40px
}

.activities .product-card__desc {
    padding-bottom: 10px
}

.activities .product-card__image-wrap {
    height: auto;
    background: #fff;
    border-color: #efefef
}

.activities .product-card h4 {
    padding-right: 0;
    margin-bottom: 6px;
    width: 100%
}

.activities .request__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.activities .request__item {
    width: 50%
}

.activities .merch_solid {
    height: 230px
}

.activities.top-section {
    height: 100vh;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.activities.top-section .title {
    max-width: 680px;
    padding-left: 8.5%;
    text-align: left
}

.activities.top-section .title__main {
    line-height: 50px
}

.activities.top-section .title__sub {
    margin-left: 0
}

.activities.top-section .title__sub_pseudo {
    font-size: 12px;
    margin-bottom: 40px;
    cursor: default
}

.activities.top-section .title__sub_large {
    font-size: 24px;
    line-height: 56px;
    margin-bottom: 34px
}

.activities.top-section .title__sub_btn {
    font-size: 24px;
    padding: 10px 16px;
    text-transform: none
}

@media screen and (max-width: 1024px) {
    .activities.top-section .title__sub_btn {
        font-size: 20px
    }
}

@media screen and (max-width: 480px) {
    .activities.top-section .title__sub_btn {
        font-size: 16px
    }
}

.activities.top-section .title__sub_btn > * {
    white-space: pre-wrap
}

@media screen and (max-width: 1024px) {
    .activities .info-block {
        padding: 30px
    }

    .activities .info-block__header {
        font-size: 16px
    }

    .activities .info-block__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .activities .info-block__item {
        width: 100%
    }

    .activities .info-block__item:first-child {
        margin-bottom: 10px
    }

    .activities .request__item {
        width: 100%;
        -ms-flex: 100%;
        flex: 100%
    }

    .activities.top-section {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start
    }

    .activities.top-section .title {
        margin-top: 190px;
        padding-left: 20px;
        padding-right: 20px
    }

    .activities.top-section .title__main {
        font-size: 24px;
        line-height: 32px;
        max-width: 80%;
        margin-bottom: 24px
    }

    .activities.top-section .title__sub {
        font-size: 16px
    }

    .activities.top-section .title__sub_large {
        font-size: 20px;
        margin-bottom: 40px
    }

    .activities.top-section img.desktop {
        display: block
    }

    .activities.top-section .btn_banner {
        display: block;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content
    }
}

@media screen and (max-width: 768px) {
    .activities .products-catalog {
        margin-top: 0
    }

    .activities .product-card, .activities .product-card[data-grid-type=large] {
        width: 100%
    }
}

@media screen and (max-width: 650px) {
    .activities.top-section .btn_banner {
        margin: 62px auto 0;
        padding: 14px
    }
}

.advantages {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0
}

.advantages__item {
    position: relative;
    width: calc(33% - 20px);
    margin: 0 10px 40px;
    overflow: hidden;
    transition: box-shadow .3s linear;
    font-size: 0
}

.advantages__item:hover {
    box-shadow: 0 0 20px 5px rgba(80, 85, 86, .5)
}

.advantages__img {
    margin: auto;
    z-index: 0;
    max-width: 100%;
    min-width: 100%
}

.advantages__title {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    font: 400 18px/1.28 EuclidFlex, sans-serif;
    text-transform: uppercase;
    color: #fff;
    z-index: 2
}

@media screen and (max-width: 1024px) {
    .advantages__item {
        width: calc(50% - 20px);
        margin: 0 10px 20px
    }

    .advantages__item:hover {
        box-shadow: none
    }
}

@media screen and (max-width: 570px) {
    .advantages__title {
        font: 400 12px/15px EuclidFlex, sans-serif
    }
}

@media screen and (max-width: 480px) {
    .advantages {
        padding: 10px 0
    }

    .advantages__title {
        font: 400 10px/13px EuclidFlex, sans-serif
    }
}

.title-large_white .agents__title {
    color: #3c3c3b
}

.agents__desc {
    text-align: center;
    margin-bottom: 70px
}

@media (max-width: 450px) {
    .agents__desc {
        margin-bottom: 50px
    }

    .agents table {
        font-size: 14px
    }
}

@media (max-width: 375px) {
    .agents table {
        font-size: 12px
    }
}

.agreement__label {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.agreement__label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    border: 1px solid #b9b9b9
}

.agreement__block {
    display: none;
    margin-top: 20px;
    padding: 25px;
    background-color: #efefef;
    font-size: 14px
}

.agreement__link {
    color: #383451;
    border-bottom: 1px dashed #383451;
    transition: .3s
}

.agreement__link:hover {
    opacity: .6
}

.agreement__checkbox {
    display: inline-block;
    margin-right: 10px;
    opacity: 0;
    transition: .2s
}

.agreement input[type=checkbox]:checked + .agreement__label .agreement__checkbox {
    opacity: 1
}

.appeal__person {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px 30px
}

.appeal__person-data {
    width: 50%;
    padding: 0 20px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.appeal__item {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.appeal__item_phone .appeal__field {
    display: none
}

.appeal__unit {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.appeal__field {
    height: 40px
}

.appeal__title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 20px
}

.appeal__themes {
    margin: 0 0 45px
}

.appeal__theme {
    margin: 0 0 14px
}

.appeal__note {
    display: inline-block;
    margin: 0 0 7px
}

.appeal__variants-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px 20px
}

.appeal__files, .appeal__variants-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.appeal__files {
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 40px
}

.appeal__files-list {
    padding: 0 20px 0 0;
    margin: 0 0 10px
}

.appeal__files-list > * {
    margin: 0 0 10px
}

.appeal__files-widget {
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    padding: 6px 10px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.appeal__variant {
    padding: 0 20px 10px
}

.appeal__agreement {
    margin: 0 0 15px
}

.appeal__conditions {
    margin: 0 0 40px 30px;
    font-size: 12px
}

.appeal__send {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 13px;
    font-size: 19px
}

@media screen and (max-width: 960px) {
    .appeal__note, .appeal__title, .appeal__unit {
        font-size: 14px
    }
}

@media screen and (max-width: 560px) {
    .appeal__person {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .appeal__person-data {
        width: 100%
    }
}

.artworks__main {
    width: 100%
}

.artworks__main:after {
    content: "";
    display: table;
    clear: both
}

.artworks__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.artworks__author, .artworks__exhibit {
    width: 400px;
    float: right
}

.artworks__exhibit {
    margin: 0 0 67px
}

.artworks__author {
    clear: right
}

.artworks__showcase {
    width: 467px;
    margin: 0 0 90px
}

.artworks__constructor {
    width: 278px
}

.artworks__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: transparent;
    border: 0;
    cursor: pointer
}

.artworks__titles {
    width: 320px;
    margin: 0 0 18px
}

.artworks__title {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    margin: 0 0 7px
}

.artworks__subtitle {
    font-weight: 300;
    line-height: 1.25
}

.artworks__picture {
    max-height: 70px
}

.artworks__picture_horizontal {
    max-width: 135px;
    max-height: none
}

.artworks__picture_vertical {
    max-height: 90px
}

.artworks__item {
    padding: 12px 20px 13px
}

.artworks__item + .artworks__item {
    margin-top: 10px
}

.artworks__item:hover, .artworks__item_active {
    background-color: #eee;
    transition: background-color .4s
}

.artworks__item_active {
    cursor: default
}

.artworks__type {
    margin: 0 0 0 40px;
    font-size: 18px;
    line-height: 1.27em;
    font-weight: 500;
    text-align: left
}

.artworks__constructor .constructor__price {
    margin-top: 0
}

@media screen and (max-width: 1023px) {
    .artworks__showcase {
        width: 320px;
        margin: 0 0 101px
    }

    .artworks__author, .artworks__exhibit {
        width: 340px
    }

    .artworks__exhibit {
        margin: 0 0 67px
    }

    .artworks__titles {
        margin: 0 0 14px
    }

    .artworks__picture {
        max-width: 85px
    }

    .artworks__type {
        margin: 0 0 0 40px
    }
}

@media screen and (max-width: 740px) {
    .artworks__main {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .artworks__showcase {
        width: 340px;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 0 40px
    }

    .artworks__exhibit {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 -5px 17px
    }

    .artworks__titles {
        width: 340px;
        -ms-flex-order: 3;
        order: 3
    }

    .artworks__constructor {
        width: 340px;
        -ms-flex-order: 4;
        order: 4
    }

    .artworks__constructor.constructor {
        padding-bottom: 30px
    }

    .artworks__author {
        -ms-flex-order: 5;
        order: 5;
        padding-left: 0
    }

    .artworks__item {
        width: 50%;
        padding: 5px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        background-clip: padding-box
    }

    .artworks__item + .artworks__item {
        margin-top: 0
    }

    .artworks__picture {
        float: left;
        margin: 0 0 6px
    }

    .artworks__type {
        font-weight: 300;
        margin: 0;
        font-size: 14px;
        line-height: 1.28
    }

    .artworks__title {
        margin: 0 0 5px
    }
}

.assortment__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 40px
}

.assortment__item {
    padding: 0 10px;
    width: 50%;
    margin: 0 0 20px
}

.assortment__desc {
    margin-top: -20px;
    margin-bottom: 40px
}

.assortment_cols-3 .assortment__item {
    width: 33.33333%
}

.assortment_service .tooltip__text {
    right: auto
}

@media (max-width: 1023px) {
    .assortment__item, .assortment_cols-3 .assortment__item {
        width: 50%
    }
}

@media (max-width: 660px) {
    .assortment__item, .assortment_cols-3 .assortment__item {
        width: 100%
    }
}

@media (max-width: 650px) {
    .assortment_service .tooltip__text {
        right: auto
    }

    .assortment_service .tooltip__text:after {
        display: none
    }
}

.author {
    display: -ms-flexbox;
    display: flex
}

.author__picture {
    max-width: 102px;
    margin: 0 16px 0 0;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.author__name {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.25;
    margin: 0 10px 0 0
}

.author__profession {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.28
}

.author__presentation {
    max-width: 600px;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5
}

@media screen and (max-width: 740px) {
    .author {
        display: block
    }

    .author__picture {
        float: left;
        margin: 0 20px 15px 0
    }

    .author__name {
        display: block;
        margin: 8px 10px 5px 0
    }

    .author__presentation {
        clear: left
    }
}

.blog__subheader {
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 30px
}

.blog__intro {
    max-width: 530px;
    margin: 0 auto 63px;
    text-align: center;
    font-size: 18px;
    line-height: 26px
}

.blog__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.blog__item {
    padding: 0 10px 40px
}

.blog__item[data-size=small] {
    width: 33.3%
}

.blog__item[data-size=medium] {
    width: 50%
}

.blog__item[data-size=wide] {
    width: 100%
}

.blog__author {
    position: relative;
    margin: 0 0 50px;
    padding: 30px 0 0;
    line-height: 26px
}

.blog__author:before {
    position: absolute;
    content: "";
    top: 0;
    width: 380px;
    height: 1px;
    background: #000
}

.blog__tags_distant {
    margin: 60px 0 0
}

.blog__tags_separate {
    margin: 30px 0 0
}

.blog__tag {
    position: relative;
    display: inline-block;
    margin: 0 4px 10px 0;
    padding: 0 0 0 12px;
    font-weight: 700;
    text-decoration: underline
}

.blog__tag:hover {
    text-decoration: none
}

.blog__tag:before {
    position: absolute;
    content: "#";
    top: 0;
    left: 0
}

.blog__selected-tags {
    text-align: center;
    margin: 0 0 30px
}

h1 + .blog__selected-tags {
    margin-top: -26px
}

@media (max-width: 768px) {
    .blog h1 {
        margin-bottom: 21px
    }

    .blog__grid {
        margin: 0 -12px
    }

    .blog__item {
        padding: 0 12px 25px
    }

    .blog__author {
        margin: 0 0 32px;
        padding: 26px 0 0
    }

    .blog__author:before {
        width: 346px
    }

    .blog__tags_distant {
        margin: 86px 0 0
    }

    h1 + .blog__selected-tags {
        margin-top: -12px
    }
}

@media (max-width: 767px) {
    .blog__author {
        padding: 30px 0 0;
        font-size: 14px;
        line-height: 26px
    }

    .blog__author:before {
        width: 100%
    }
}

@media (max-width: 480px) {
    .blog__item {
        padding: 0 15px 15px
    }

    .blog__item[data-size=medium], .blog__item[data-size=small], .blog__item[data-size=wide] {
        width: 100%
    }

    .blog__intro {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 30px
    }

    .blog__tags_distant {
        margin: 30px 0 0
    }
}

.blog-gallery {
    z-index: 9998;
    position: relative
}

.blog-gallery__overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: scroll;
    background-color: #fff;
    transition: opacity .3s ease
}

.blog-gallery__body {
    max-width: 100%;
    width: 80vw
}

.blog-gallery .swiper-slide {
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-gallery .swiper-slide img {
    max-width: 70%;
    max-height: 80vh
}

.blog-gallery__close-btn {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: .3;
    border: none;
    outline: none;
    z-index: 2;
    cursor: pointer;
    background-color: transparent;
    transition: .4s
}

.blog-gallery__close-btn:hover {
    opacity: 1
}

.blog-gallery__close-btn:after, .blog-gallery__close-btn:before {
    position: absolute;
    top: 0;
    left: 15px;
    content: " ";
    height: 33px;
    width: 2px;
    background-color: #333
}

.blog-gallery__close-btn:before {
    transform: rotate(45deg)
}

.blog-gallery__close-btn:after {
    transform: rotate(-45deg)
}

.gallery-slider__btn {
    width: 10px;
    height: 10px;
    border: solid #333;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    background-image: none;
    outline: none;
    transition: .4s
}

.gallery-slider__btn.swiper-button-disabled {
    opacity: 0
}

.gallery-slider__btn_prev {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.gallery-slider__btn_next {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.blog-images {
    padding: 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width: 768px) {
    .blog-images {
        padding: 40px 0
    }
}

.blog-images._one-image {
    -ms-flex-pack: center;
    justify-content: center
}

.blog-images._one-image .blog-images__block {
    width: auto;
    height: auto
}

.blog-images._two-image {
    width: auto
}

.blog-images._two-image .blog-images__block {
    width: calc(100% / 2 - 5px)
}

.blog-images._three-image {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-images._three-image .blog-images__block {
    width: calc(60% - 5px)
}

@media screen and (max-width: 768px) {
    .blog-images._three-image .blog-images__block {
        width: 100%;
        margin-bottom: 10px
    }
}

.blog-images._three-image .blog-images__column {
    width: calc(40% - 5px)
}

@media screen and (max-width: 768px) {
    .blog-images._three-image .blog-images__column {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.blog-images._three-image .blog-images__column .blog-images__block {
    width: 100%
}

.blog-images._three-image .blog-images__column .blog-images__block:last-child {
    margin-bottom: 0
}

.blog-images._three-image .blog-images__column .blog-images__block:first-child {
    margin-top: 0
}

@media screen and (max-width: 768px) {
    .blog-images._three-image .blog-images__column .blog-images__block {
        margin: 0;
        width: calc(50% - 5px)
    }
}

.blog-images._four-image .blog-images__column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog-images._four-image .blog-images__column .blog-images__block {
    width: calc(50% - 5px)
}

@media screen and (min-width: 768px) {
    .blog-images._four-image .blog-images__column .blog-images__block {
        width: 100%;
        margin-bottom: 0
    }

    .blog-images._four-image .blog-images__column .blog-images__block:first-child {
        margin-bottom: 10px
    }
}

.blog-images__block {
    width: calc(50% - 5px);
    max-width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .blog-images__block {
        width: calc(100% / 3 - 6.666666666666667px)
    }
}

.blog-images__block:after {
    background-color: transparent;
    background-image: url(/local/templates/volhovec/_frontend/src/sprites/vector/ico__zoom.svg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: rotate(-30deg);
    z-index: 3
}

.blog-images__block:after, .blog-images__block:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s ease-out
}

.blog-images__block:before {
    background-color: rgba(51, 51, 51, .341);
    z-index: 2
}

.blog-images__block img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform .3s ease-out
}

@media screen and (min-width: 768px) {
    .blog-images__block:hover:before {
        opacity: 1
    }

    .blog-images__block:hover:after {
        opacity: 1;
        transform: none
    }

    .blog-images__block:hover img {
        transform: scale(1.05)
    }
}

.blog-images__column {
    width: 100%
}

@media screen and (min-width: 768px) {
    .blog-images__column {
        width: calc(100% / 3 - 6.666666666666667px);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.blog-images__column .blog-images__block {
    width: 100%;
    max-height: 50vh;
    margin-top: 10px
}

@media screen and (min-width: 768px) {
    .blog-images__column .blog-images__block {
        height: 50%;
        margin-top: 0;
        margin-bottom: 10px
    }
}

@media screen and (min-width: 768px) {
    .blog-images__column .blog-images__btn {
        margin-top: 0
    }
}

.blog-images__btn {
    width: 100%;
    padding: 10px 20px;
    margin-top: 10px;
    outline: none;
    border: none;
    background-color: #e7e7e7;
    color: #333;
    transition: .4s;
    cursor: pointer;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (min-width: 768px) {
    .blog-images__btn {
        height: 50%
    }
}

.blog-images__btn:hover {
    background-color: #d2d0d0
}

.blog-images__btn-count {
    font-size: 32px;
    padding-right: 20px
}

.blog-images__btn-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog-images__hidden {
    display: none
}

.breadcrumbs {
    position: relative;
    margin-top: 25px;
    z-index: 1
}

.breadcrumbs__item {
    display: inline-block
}

.breadcrumbs__item:not(:last-child):after {
    content: "/";
    color: #898989;
    position: relative;
    top: 1px;
    font-size: 16px;
    margin-right: 3px
}

.breadcrumbs__item a {
    text-decoration: none
}

.breadcrumbs__item a:hover {
    color: #898989
}

.breadcrumbs__elem {
    display: inline-block;
    margin-right: 3px;
    font: 400 14px/16px EuclidFlex, sans-serif;
    color: #3c3c3b
}

.breadcrumbs__elem_current {
    color: #898989
}

.business__title {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: #3c3c3b
}

.business__item {
    max-width: 720px;
    margin: 0 auto
}

.business-form, .business-form__block:not(:first-of-type) {
    margin-top: 40px
}

.business-form__block_main {
    padding: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #efefef
}

.business-form__title {
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: none;
    font-weight: 400;
    color: #3c3c3b;
    text-align: left
}

.business-form__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

@media screen and (max-width: 750px) {
    .business-form__row {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }
}

@media screen and (max-width: 750px) {
    .business-form__row_file {
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        -ms-grid-row-align: baseline;
        align-items: baseline
    }
}

.business-form__input {
    width: 45%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px
}

@media screen and (max-width: 750px) {
    .business-form__input {
        width: 100%;
        margin: 0 10px 20px
    }
}

.business-form__input input {
    width: 100%;
    height: auto;
    padding: 10px 15px;
    font-size: 16px;
    color: #3c3c3b;
    line-height: 1.3;
    vertical-align: mathematical;
    background: #fff;
    border: 1px solid #979797;
    transition: border .3s
}

.business-form__label {
    margin-bottom: 8px;
    font-size: 14px
}

.business-form__params {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.business-form__param {
    width: 16%;
    padding: 10px 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

@media screen and (max-width: 750px) {
    .business-form__param {
        width: 21%
    }
}

@media screen and (max-width: 480px) {
    .business-form__param {
        width: 33%
    }
}

@media screen and (max-width: 400px) {
    .business-form__param {
        width: 50%
    }
}

.business-form__icon {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #ddd;
    transition: border .3s
}

.business-form__icon svg {
    display: block;
    margin: auto;
    max-height: 90%;
    max-width: 90%;
    fill: #cfcfcf;
    transition: fill .3s
}

.business-form__caption {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 1.2
}

.business-form__bottom {
    margin-top: 30px;
    text-align: center
}

.business-form__description {
    font-size: 12px;
    line-height: 1.5
}

.business-form__submit {
    display: inline-block;
    width: 180px;
    padding: 12px 15px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #a7a7a7;
    border: 1px solid #a7a7a7;
    cursor: pointer
}

.business-form__submit, .business-form__submit[disabled] {
    color: #fff;
    transition: background-color .3s, color .3s, border .3s
}

.business-form__submit[disabled] {
    background-color: #d5d5d5;
    border: 1px solid #d5d5d5;
    cursor: auto
}

.business-form__radio {
    display: inline-block;
    vertical-align: middle
}

.business-form__radio:not(:nth-of-type(2)) {
    margin-left: 10px
}

.business-form__radio label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.business-form__radio input, .business-form__radio label {
    width: auto;
    vertical-align: middle;
    font-size: 14px
}

.business-form__file input[type=file] {
    width: 118px;
    height: 38px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 1px;
    opacity: 0;
    zoom: 1;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer
}

.business-form__file-delete {
    font-size: 12px;
    display: none;
    vertical-align: middle
}

.business-form__file-list {
    margin-top: 20px;
    width: 120px
}

.business-form__file-row {
    width: 300px;
    margin-bottom: 10px
}

@media screen and (max-width: 400px) {
    .business-form__file-row {
        width: 215px
    }
}

.business-form__file-row:not(:first-of-type) {
    display: none
}

.business-form__file-name {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
    font-size: 12px
}

.business-form__file-button {
    display: inline-block;
    padding: 7px 25px;
    position: relative;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #5f5f5f;
    background: #fff;
    transition: background-color .3s, color .3s
}

.business-form__file-button:hover {
    color: #5f5f5f;
    background: #dadada
}

.business a.falseLink {
    border-bottom: 1px dashed #383451;
    transition: .3s
}

.business a.falseLink:hover {
    opacity: .7;
    border-bottom: 1px dashed transparent
}

@media screen and (max-width: 750px) {
    .business .personal-data {
        font-size: 14px
    }
}

.business-form__param input[type=radio]:checked + label .business-form__icon {
    border: 1px solid #6b6767
}

.business-form__param input[type=radio]:checked + label .business-form__icon svg {
    fill: #6b6767
}

.personal-data label {
    position: relative
}

.bx-calendar * {
    box-sizing: content-box
}

span.date-interval-hellip {
    width: 20px;
    display: inline-block;
    text-align: center
}

img.calendar-icon {
    vertical-align: top;
    cursor: pointer;
    width: 17px;
    height: 18px;
    margin: 0 0 0 1px;
    box-sizing: content-box;
    border: 1px solid transparent;
    position: relative
}

img.calendar-icon-hover {
    margin: 0;
    margin-left: 1px;
    border: 1px solid #aeb6c2;
    background-color: #dbe3f2
}

.bx-calendar {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #000;
    width: 200px
}

.bx-calendar-header {
    margin-top: -2px;
    padding-bottom: 5px
}

.bx-calendar-left-arrow, .bx-calendar-right-arrow {
    background: url(/bitrix/js/main/core/images/calendar-sprite.png) no-repeat;
    border-radius: 4px;
    display: inline-block;
    font-size: 1px;
    height: 28px;
    vertical-align: top;
    width: 19px;
    cursor: pointer
}

.bx-calendar-left-arrowhover, .bx-calendar-right-arrowhover {
    background-color: #ededed
}

.bx-calendar-left-arrow {
    background-position: 7px -183px;
    margin-left: -3px;
    vertical-align: top
}

.bx-calendar-right-arrow {
    background-position: 8px -205px
}

.bx-calendar-header-content {
    display: inline-block;
    text-align: center;
    width: 165px
}

.bx-calendar-top-month, .bx-calendar-top-year {
    background: url(/bitrix/js/main/core/images/calendar-sprite.png) no-repeat right -223px;
    color: #000 !important;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none !important;
    margin: 0 1px;
    padding: 5px 15px 3px 7px
}

.bx-calendar-top-monthhover, .bx-calendar-top-yearhover {
    background-color: #ededed;
    text-decoration: none
}

.bx-calendar-cell-block {
    overflow: hidden;
    position: relative;
    padding-bottom: 5px
}

.bx-calendar-cell {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    height: 19px;
    margin: 0 3px 0 2px;
    padding-top: 4px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 23px;
    cursor: pointer;
    line-height: 16px 9
}

.bx-calendar-cell, .bx-calendar-cellactive, .bx-calendar-celllink, .bx-calendar-cellvisited {
    color: #000
}

.bx-calendar-cellhover {
    background-color: #eee;
    color: #000;
    text-decoration: none
}

.bx-calendar-name-day {
    display: inline-block;
    color: #a9a9a9;
    font-size: 10px;
    height: 13px;
    margin: 0 3px 0 2px;
    padding-top: 0;
    text-align: center;
    vertical-align: top;
    width: 23px
}

.bx-calendar-range {
    border-bottom: 1px solid #f3f2ed;
    margin: 0 -5px 0 -7px;
    padding: 1px 7px 1px 8px;
    position: relative;
    z-index: 5
}

.bx-calendar-weekend, .bx-calendar-weekendactive, .bx-calendar-weekendhover, .bx-calendar-weekendlink, .bx-calendar-weekendvisited {
    color: #d25050
}

.bx-calendar-date-hidden, .bx-calendar-date-hiddenactive, .bx-calendar-date-hiddenlink, .bx-calendar-date-hiddenvisited {
    color: #ccc
}

.bx-calendar-active, .bx-calendar-activehover {
    background-color: #dce3ea
}

.bx-calendar-name-day-wrap {
    background-color: #eee;
    height: 12px;
    line-height: 12px;
    padding: 1px 7px 0 8px;
    position: relative;
    margin: 0 -5px 3px -7px;
    z-index: 5
}

.bx-calendar-range-noline {
    border: 0
}

.bx-calendar-set-time-wrap {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin: -5px 3px 0 0;
    position: relative;
    text-decoration: none
}

.bx-calendar-set-time {
    color: #b2b2b2 !important;
    display: block;
    text-decoration: none
}

.bx-calendar-set-timehover {
    color: #8c8c8c !important;
    text-decoration: none !important
}

.bx-calendar-set-time-opened .bx-calendar-set-time {
    display: none
}

.bx-calendar-set-time-opened .bx-calendar-form-block {
    display: block
}

.bx-calendar-set-time {
    cursor: pointer;
    font-size: 11px;
    color: #b2b2b2;
    height: 14px;
    margin-right: 3px;
    text-align: center;
    padding: 1px 0 0
}

.bx-calendar-set-time i {
    background: url(/bitrix/js/main/core/images/calendar-sprite.png) no-repeat 0 0;
    height: 9px;
    display: inline-block;
    margin: 2px 3px 0 0;
    vertical-align: top;
    width: 9px
}

.bx-calendar-button-block {
    padding: 9px 0 8px;
    text-align: center
}

.bx-calendar-button {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    vertical-align: top
}

.bx-calendar-button-select {
    margin-right: 8px;
    text-align: right
}

.bx-calendar-button-left, .bx-calendar-button-right {
    background: url(/bitrix/js/main/core/images/calendar-sprite.png) no-repeat;
    display: inline-block;
    vertical-align: top;
    height: 23px;
    width: 4px
}

.bx-calendar-button-text {
    background: url(/bitrix/js/main/core/images/calendar-sprite.png) repeat-x 0 -99px;
    color: #000;
    display: inline-block;
    height: 19px;
    font-size: 12px;
    line-height: 16px;
    vertical-align: top;
    padding: 4px 10px 0
}

.bx-calendar-button-left {
    background-position: 0 -45px
}

.bx-calendar-button-right {
    background-position: -5px -45px
}

.bx-calendar-buttonhover .bx-calendar-button-left {
    background-position: 0 -15px
}

.bx-calendar-buttonhover .bx-calendar-button-right {
    background-position: -5px -15px
}

.bx-calendar-buttonactive .bx-calendar-button-text, .bx-calendar-buttonhover .bx-calendar-button-text {
    background-position: 0 -74px
}

.bx-calendar-form-block {
    display: none
}

.bx-calendar-form-text {
    color: #a6a6a6;
    font-size: 11px;
    margin-top: 10px;
    padding: 0 0 0 5px;
    width: 38px
}

.bx-calendar-form, .bx-calendar-form-arrow-l, .bx-calendar-form-arrow-r, .bx-calendar-form-text {
    display: inline-block;
    vertical-align: top
}

.bx-calendar-form-arrow-l {
    margin-left: 2px
}

.bx-calendar-form-arrow-bottom, .bx-calendar-form-arrow-top {
    display: block;
    height: 17px;
    width: 15px
}

.bx-calendar-form-arrow-top {
    padding-top: 4px;
    height: 14px
}

.bx-calendar-form-arrow-l .bx-calendar-form-arrow-bottom, .bx-calendar-form-arrow-l .bx-calendar-form-arrow-top {
    padding-left: 5px
}

.bx-calendar-form-arrow-r .bx-calendar-form-arrow-bottom, .bx-calendar-form-arrow-r .bx-calendar-form-arrow-top {
    padding-left: 1px;
    padding-right: 5px
}

.bx-calendar-form-arrow-bottom i, .bx-calendar-form-arrow-top i {
    background: url(/bitrix/js/main/core/images/calendar-sprite.png) no-repeat;
    display: block;
    height: 13px;
    width: 14px
}

.bx-calendar-form-arrow-top i {
    background-position: 4px -125px
}

.bx-calendar-form-arrow-bottom i {
    background-position: 4px -137px
}

.bx-calendar-form-arrow-tophover i {
    background-position: 4px -275px;
    background-color: #f2f2f2
}

.bx-calendar-form-arrow-bottomhover i {
    background-position: 4px -286px;
    background-color: #f2f2f2
}

.bx-calendar-form-input {
    background: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: inset 1px 1px 0 #f7f7f7;
    height: 21px;
    margin-top: 6px;
    font-size: 15px;
    padding: 0;
    width: 28px
}

.bx-calendar-form-input, .bx-calendar-form-separator {
    display: inline-block;
    text-align: center;
    vertical-align: top
}

.bx-calendar-form-separator {
    background: url(/bitrix/js/main/core/images/calendar-sprite.png) no-repeat 0 -246px;
    color: #aaa;
    height: 23px;
    font-size: 14px;
    font-weight: 700;
    padding-top: 7px;
    width: 8px
}

.bx-calendar-form-close {
    display: block;
    font-size: 1px;
    right: -8px;
    top: 0;
    height: 35px;
    position: absolute;
    width: 20px
}

.bx-calendar-form-close i {
    background: url(/bitrix/js/main/core/images/calendar-sprite.png) no-repeat 4px -151px;
    display: block;
    height: 15px;
    margin: 10px 0 0;
    width: 15px
}

.bx-calendar-form-closehover i {
    background-position: 4px -169px;
    background-color: #e8e8e8
}

.bx-calendar-AM-PM-block {
    cursor: pointer;
    display: inline-block;
    margin-left: -4px;
    vertical-align: top
}

.bx-calendar-AM-PM-text {
    display: inline-block;
    color: #333;
    margin-top: 11px;
    vertical-align: top;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase
}

.bx-calendar-AM-PM-block .bx-calendar-form-arrow-r {
    width: 19px
}

.bx-calendar-year-popup {
    width: 45px
}

.bx-calendar-month-popup, .bx-calendar-year-popup {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-top: -2px;
    padding-bottom: 7px
}

.bx-calendar-month-popup {
    width: 85px
}

.bx-calendar-month-title, .bx-calendar-year-title {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px
}

.bx-calendar-month-content, .bx-calendar-year-content {
    color: #000;
    border-top: 1px solid #e5e5e5;
    font-size: 13px;
    padding: 5px 0 0 2px
}

.bx-calendar-month, .bx-calendar-year-number {
    display: block;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 0 2px -5px;
    text-decoration: none !important;
    padding: 2px 0 2px 4px
}

.bx-calendar-month, .bx-calendar-monthactive, .bx-calendar-monthlink, .bx-calendar-monthvisited, .bx-calendar-year-number, .bx-calendar-year-numberactive, .bx-calendar-year-numberlink, .bx-calendar-year-numbervisited {
    color: #000
}

.bx-calendar-monthhover, .bx-calendar-year-numberhover {
    background-color: #ededed;
    text-decoration: none
}

.bx-calendar-month-active, .bx-calendar-month-activeactive, .bx-calendar-month-activelink, .bx-calendar-month-activevisited, .bx-calendar-year-active, .bx-calendar-year-activeactive, .bx-calendar-year-activelink, .bx-calendar-year-activevisited {
    color: #ca0707
}

.bx-calendar-month-input, .bx-calendar-year-input {
    background: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 2px;
    box-shadow: inset 2px 2px 1px #ededed;
    height: 19px;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    width: 41px
}

.bx-calendar-time-disabled .bx-calendar-button-block, .bx-calendar-time-disabled .bx-calendar-set-time-wrap {
    display: none
}

* html .bx-calendar-month-title, * html .bx-calendar-year-title {
    margin-top: -2px
}

* html .bx-calendar-month-popup, * html .bx-calendar-year-popup {
    margin-left: -2px
}

* + html .bx-calendar-month-title, * + html .bx-calendar-year-title {
    margin-top: -2px
}

* + html .bx-calendar-month-popup, * + html .bx-calendar-year-popup {
    margin-left: -2px
}

* + html .bx-calendar-form-input {
    padding-top: 4px;
    height: 17px
}

* html .bx-calendar-button-text {
    height: 23px
}

* html .bx-calendar-name-day {
    padding-top: 3px
}

* html .bx-calendar-cell {
    height: 23px
}

* html .bx-calendar-form-arrow-bottom, * html .bx-calendar-form-arrow-top {
    font-size: 0;
    width: 20px
}

* html .bx-calendar-button-text {
    padding-top: 3px
}

* html .bx-calendar-left-arrow, * html .bx-calendar-right-arrow {
    width: 17px;
    margin-left: 0
}

* html .bx-calendar-form-text {
    width: 46px
}

.appeal__item, .form-column .align-center, .request__unit {
    position: relative
}

.appeal__item .calendar-icon, .form-column .align-center .calendar-icon, .request__unit .calendar-icon {
    position: absolute;
    right: 0;
    bottom: 0
}

div[id^=calendar_popup_] {
    z-index: 99993 !important
}

.cabinet {
    position: relative
}

.cabinet__container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 15px 15px 40px
}

.cabinet__container--mobile-wide {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 13px
}

.cabinet__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline
}

.cabinet__head--hotline, .cabinet__head--orders {
    padding-left: 15px;
    padding-right: 15px
}

.cabinet__title {
    margin: 0;
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
    color: #3c3c3b;
    text-transform: uppercase;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 20px;
    display: none
}

.cabinet__toggler {
    background: 0 0;
    border: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

.cabinet__toggler-opened {
    margin-top: 3px
}

.cabinet__toggler-closed {
    margin-top: 3px;
    display: none
}

.cabinet--show .cabinet__tabs-nav, .cabinet--show .cabinet__toggler-closed {
    display: block
}

.cabinet--show .cabinet__toggler-opened, .cabinet__tabs-link--hotline span {
    display: none
}

.cabinet__toggler-label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .7px;
    color: #000;
    margin-left: 9px
}

.cabinet__user-info {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.cabinet__logout-btn, .cabinet__user-id {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: .7px
}

.cabinet__user-id {
    margin-right: 30px;
    margin-left: auto;
    color: #d0d0d0
}

.cabinet__logout-btn {
    background: 0 0;
    border: 0;
    color: #000;
    border-bottom: 1px solid #d4d4d4;
    padding: 0;
    cursor: pointer
}

.cabinet__logout-btn:hover {
    border-bottom-color: transparent
}

.cabinet__tabs-nav {
    padding: 25px 15px;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 3;
    display: none;
    background: #fff;
    width: 100%;
    top: 37px;
    bottom: 0;
    left: 0
}

.cabinet__tabs-item {
    width: 145px;
    margin: 0 auto 16px
}

.cabinet__tabs-item.active .hidden {
    width: auto;
    overflow: inherit;
    height: auto
}

.cabinet__tabs-link {
    display: block;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: .6px;
    color: #424241;
    text-decoration: none
}

.cabinet__tabs-link:hover {
    opacity: .8
}

.cabinet__content--mobile-wide {
    width: 100%
}

.cabinet__content-item-name {
    margin: 23px 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .9px;
    color: #000;
    text-transform: uppercase;
    text-align: center
}

@media (min-width: 768px) {
    .cabinet__content-item-name {
        display: none
    }
}

@media (min-width: 1024px) {
    .cabinet__container, .cabinet__container--mobile-wide {
        padding: 45px 20px 40px
    }

    .cabinet__head {
        margin-bottom: 35px;
        height: auto
    }

    .cabinet__head--hotline, .cabinet__head--orders {
        padding-left: 0;
        padding-right: 0
    }

    .cabinet__toggler {
        display: none
    }

    .cabinet__title {
        display: block
    }

    .cabinet__tabs-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: static;
        padding: 0
    }

    .cabinet__tabs-item {
        width: calc((100% - 80px) / 5);
        margin: 0
    }

    .cabinet__tabs-item:last-child {
        margin-right: 0
    }

    .cabinet__tabs-item .cabinet__tabs-link--hotline {
        position: relative;
        padding-right: 35px
    }

    .cabinet__tabs-item .cabinet__tabs-link--hotline span {
        display: block;
        position: absolute;
        width: 18px;
        height: 18px;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 12px;
        line-height: 1;
        font-weight: 500;
        letter-spacing: .6px;
        background-color: #7b7b7b;
        border-radius: 50%;
        padding: 3px 0
    }

    .cabinet__tabs-link {
        display: block;
        background: #f3f3f3;
        padding: 10px;
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
        letter-spacing: .6px;
        text-align: center;
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .2s
    }

    .cabinet__tabs-item.active .cabinet__tabs-link, .cabinet__tabs-link:focus, .cabinet__tabs-link:hover {
        background: #7b7b7b;
        color: #fff
    }

    .cabinet__tabs-item.active .cabinet__tabs-link--hotline span {
        background-color: #fff;
        color: #7b7b7b
    }
}

.cabinet {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.cabinet__title_mobile {
    display: none;
    margin: 20px auto;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase
}

.cabinet__burger-wrap {
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 0;
    padding: 0;
    background: transparent
}

.cabinet__burger {
    width: 18px;
    height: 20px;
    margin-right: 10px
}

.cabinet__burger--hidden {
    opacity: 0
}

.cabinet__burger-title {
    font-size: 14px;
    font-weight: 500;
    z-index: 8
}

.cabinet__menu-nav {
    position: absolute;
    top: 100%;
    left: -40px;
    margin: auto;
    width: 420px;
    height: calc(100vh - 225px);
    background-color: #fff;
    color: #424241;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: none;
    z-index: 6;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .3s ease-in-out;
    box-shadow: 0 7px 7px 2px rgba(0, 0, 0, .1);
    overflow-y: auto;
    list-style: none;
    padding: 20px 50px
}

.cabinet__menu-nav--opened {
    transform: scaleX(1)
}

.cabinet__menu-nav--opened .cabinet__menu-item {
    opacity: 1;
    transform: translateX(0)
}

.cabinet__menu-items {
    display: inline-block;
    text-align: left;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.cabinet__menu-item {
    margin: 0 auto;
    font-size: 16px;
    opacity: 0;
    transform: translateX(-50%);
    transition: all .4s ease-in-out
}

.cabinet__menu-item:first-of-type {
    transition-delay: .1s
}

.cabinet__menu-item:nth-of-type(2) {
    transition-delay: .15s
}

.cabinet__menu-item:nth-of-type(3) {
    transition-delay: .2s
}

.cabinet__menu-item:nth-of-type(4) {
    transition-delay: .25s
}

.cabinet__menu-item:nth-of-type(5) {
    transition-delay: .3s
}

.cabinet__menu-item:not(:last-of-type) {
    margin-bottom: 20px
}

.cabinet__menu-link {
    color: #424241;
    font-weight: 500;
    font-size: 16px
}

.cabinet__menu-link span {
    font-weight: 400;
    font-size: 11px
}

.cabinet__burger_close {
    position: absolute;
    left: 23px;
    top: 12px;
    width: 14px;
    height: 20px;
    transform: rotate(1turn) scale(0);
    transition: transform .4s ease-in-out;
    z-index: 8
}

.cabinet__burger_close--visible {
    transform: rotate(0deg) scale(1)
}

@media (max-width: 650px) {
    .cabinet__menu-nav {
        right: 0;
        left: 0;
        margin: auto;
        padding-bottom: 40px;
        height: 100vh;
        width: auto;
        transform: scaleY(0);
        transform-origin: top;
        overflow-y: auto
    }

    .cabinet__menu-nav--opened {
        transform: scale(1)
    }
}

@media (max-width: 1023px) {
    .cabinet__container {
        padding-top: 0
    }

    .cabinet__title_mobile {
        display: block
    }

    .cabinet__user-id {
        display: none
    }

    .cabinet__user-info {
        -ms-flex-pack: justify;
        justify-content: space-between;
        box-sizing: content-box;
        padding: 12px 20px;
        position: relative;
        left: -20px;
        background-color: #f3f3f3
    }
}

@media (min-width: 1024px) {
    .cabinet__burger-wrap, .cabinet__menu-nav {
        display: none
    }
}

.call-link__number {
    display: block;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .73px
}

@media screen and (max-width: 480px) {
    .call-link__number {
        font-size: 13px
    }
}

.call-link__caption {
    display: block;
    font-size: 8px;
    letter-spacing: .42px;
    line-height: 10px;
    text-transform: uppercase;
    text-align: center
}

.card {
    position: relative;
    padding: 14px 22px 82px;
    border: 1px solid #e8e8e8
}

.card__title {
    display: inline;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 37px;
    color: #8b8b8b
}

.card__subtitle {
    font-size: 18px
}

.card__postfix {
    color: #c1c1c1;
    text-transform: uppercase
}

.card__picture {
    display: block;
    max-height: 140px;
    margin: 25px 0 30px
}

.card__price {
    position: absolute;
    left: 37px;
    bottom: 22px;
    color: #d5d5d5;
    font-size: 24px
}

.card__price-value {
    position: relative;
    padding: 4px 0 0;
    font-size: 32px;
    font-weight: 300
}

.card__price-value:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: #d5d5d5
}

.card__price-currency {
    font-weight: 300
}

.card__variants {
    padding: 0;
    list-style-type: none;
    margin: 0 0 6px
}

.card__variant {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.card__variant:not(:last-child) {
    margin: 0 0 5px
}

.card__illustration {
    margin: 0 8px 0 0
}

.card__illustration-wrapper {
    display: inline-block;
    max-width: 45px;
    height: 45px;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 13px 0 0
}

.card__indicator {
    position: absolute;
    right: 26px;
    bottom: 23px;
    width: 54px;
    line-height: 54px;
    text-align: center;
    background: #d8d8d8;
    border-radius: 50%;
    color: #fff;
    font-size: 40px
}

@media (max-width: 1400px) {
    .card__title {
        font-size: 30px
    }
}

.cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding: 0;
    list-style-type: none
}

.cards, .cards__unit {
    display: -ms-flexbox;
    display: flex
}

.cards__unit {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 5px
}

.cards__unit:not(:last-child) {
    margin: 0
}

.cards__unit .card {
    width: 100%
}

.cards_distant {
    margin: 0 0 30px
}

@media screen and (min-width: 1024px) {
    .cards__unit_upsized {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
}

@media screen and (max-width: 1023px) {
    .cards__unit {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%
    }
}

@media screen and (max-width: 767px) {
    .cards__unit {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media screen and (max-width: 599px) {
    .cards__unit {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.catalog-filter {
    display: -ms-flexbox;
    display: flex
}

.catalog-filter__btn {
    width: 20%;
    padding: 12px 19px;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    background-color: #f3f3f3;
    transition: background-color .3s, color .3s
}

.catalog-filter__btn.active, .catalog-filter__btn.active:hover {
    background-color: #7b7b7b;
    color: #fff
}

.catalog-filter__btn:hover {
    background-color: #e4e4e4
}

.catalog-filter__btn:not(:last-of-type) {
    margin-right: 10px
}

@media screen and (max-width: 1024px) {
    .catalog-filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center
    }

    .catalog-filter__btn {
        width: 25%;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 758px) {
    .catalog-filter__btn {
        width: 30%
    }
}

@media screen and (max-width: 600px) {
    .catalog-filter__btn {
        width: 70%
    }

    .collection-catalog__list {
        padding-top: 15px
    }
}

.catalog-item, .catalog-item__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.catalog-item__content {
    height: 100%;
    border: 1px solid #ddd;
    font-size: 0;
    overflow: hidden;
    transition: box-shadow .3s linear, border .3s
}

.catalog-item__content:hover {
    box-shadow: 0 0 20px 5px rgba(80, 85, 86, .5);
    border: 1px solid rgba(80, 85, 86, .3)
}

.catalog-item__img {
    display: block;
    width: 100%;
    height: 75%;
    position: relative;
    overflow: hidden;
    transition: opacity .3s
}

.catalog-item__img:hover {
    opacity: .85
}

.catalog-item__img img:not(.catalog-item__picture) {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.catalog-item__picture_vertical {
    max-width: none;
    max-height: 260px;
    margin: auto;
    padding: 20px 0
}

.catalog-item__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 25%;
    padding: 10px 20px 20px;
    background-color: #f5f5f5
}

.catalog-item__title {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.3px;
    color: #383451;
    text-transform: uppercase
}

.catalog-item__subtitle {
    font-size: 13px;
    letter-spacing: -.22px;
    color: #3c3c3b
}

.catalog-item__button {
    padding: 12px;
    text-align: center
}

.catalog-item__clarification {
    font-size: 15px;
    line-height: 1.2
}

.catalog-item__clarification:not(:empty) {
    margin-top: 4px
}

.catalog-item_theme_simple .catalog-item__img {
    border: 5px solid #f5f5f5
}

.catalog-item_theme_simple .catalog-item__info {
    -ms-flex-pack: center;
    justify-content: center
}

.catalog-item_theme_simple .catalog-item__content {
    border-color: #f5f5f5
}

.catalog-item_theme_simple .catalog-item__title {
    margin-bottom: 0
}

@media screen and (max-width: 768px) {
    .catalog-item__content {
        height: auto
    }

    .catalog-item__content:hover {
        box-shadow: none
    }

    .catalog-item__title {
        font-size: 18px
    }

    .catalog-item__subtitle {
        font-size: 14px
    }

    .catalog-item__img {
        height: 67%
    }

    .catalog-item__info {
        height: 33%
    }

    .catalog-item_theme_simple .catalog-item__content {
        height: 100%
    }

    .catalog-item_theme_simple .catalog-item__img {
        height: 75%
    }

    .catalog-item_theme_simple .catalog-item__img img {
        max-height: 100%
    }

    .catalog-item_theme_simple .catalog-item__info {
        height: 25%
    }
}

@media screen and (max-width: 580px) {
    .catalog-item_theme_simple .catalog-item__content {
        height: auto
    }
}

@media screen and (max-width: 520px) {
    .catalog-item__img {
        height: 58%
    }

    .catalog-item__info {
        height: 42%
    }
}

@media screen and (max-width: 450px) {
    .catalog-item__img {
        height: 68%
    }

    .catalog-item__info {
        height: 32%
    }
}

.certificates {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.certificates a {
    text-decoration: underline
}

.certificates a:hover {
    text-decoration: none
}

.certificates a:not(:last-child) {
    margin-bottom: 15px
}

@media screen and (max-width: 650px) {
    .certificates a {
        font-size: 12px
    }

    .certificates a:hover {
        text-decoration: underline
    }
}

.city-choice {
    position: relative
}

.header__nav-menu .city-choice {
    display: table;
    margin: 0 0 40px
}

.city-choice__select {
    display: inline;
    position: relative;
    max-width: 186px;
    line-height: 1.06;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px dashed #000
}

.light-theme .header__city-preference .city-choice__select {
    border-bottom-color: #fff
}

.city-choice__select span {
    display: block;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.city-choice__select.is-opened:before {
    width: 10px
}

.city-choice__select.is-opened:after {
    width: 83px
}

.city-choice__button {
    position: absolute;
    top: 100%;
    left: -10px;
    right: -83px;
    margin: auto;
    padding: 0 13px;
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    color: #000;
    transform: translateY(-3px);
    transition: all .3s linear .6s;
    transform-origin: top;
    text-align: left;
    cursor: pointer
}

.city-choice__button.is-visible {
    max-height: 37px;
    padding: 10px 13px
}

.city-choice__button span, .city-choice__title span {
    position: relative;
    display: inline-block;
    padding-right: 12px;
    white-space: nowrap
}

.city-choice__button span:after, .city-choice__title span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-25%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000
}

.city-choice__box {
    width: 70%;
    max-width: 990px
}

.city-choice__title {
    margin-bottom: 15px;
    padding: 0 3px;
    transform: translateX(200px);
    transition: transform .3s ease-in
}

.city-choice__inner {
    padding: 10px 15px 15px;
    background-color: #fff;
    color: #464645;
    text-align: left
}

.city-choice__list-wrapper {
    max-height: 335px;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.city-choice__list {
    columns: 2
}

.city-choice__item {
    margin-bottom: 10px;
    padding: 0 3px
}

.city-choice__link {
    display: inline;
    white-space: nowrap
}

.city-choice__link.is-current {
    border-bottom: 1px solid
}

@media screen and (max-width: 1330px) {
    .city-choice__select {
        max-width: 106px
    }

    .nav-menu .city-choice__select {
        max-width: none
    }
}

@media screen and (max-width: 1024px) {
    .city-choice__select.is-opened:after, .city-choice__select.is-opened:before {
        width: 0
    }
}

.city-form {
    padding: 35px 80px 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff
}

.city-form__title.city-form__title_compact {
    font-size: 20px;
    margin-bottom: 7px
}

.city-form__row {
    width: 100%;
    max-width: 540px;
    margin: 0 auto
}

.city-form__row:not(:last-of-type) {
    margin-bottom: 15px
}

.city-form__title {
    font-size: 28px;
    color: #070707;
    text-transform: uppercase
}

.city-form__subtitle, .city-form__title {
    margin-bottom: 25px;
    font-weight: 400;
    text-align: center
}

.city-form__subtitle {
    font-size: 20px;
    color: #3e3e3e
}

.city-form__list {
    display: table;
    border-collapse: separate;
    border-spacing: 10px 19px;
    width: 100%
}

.city-form__list-row {
    display: table-row
}

.city-form__list-row:not(:last-of-type) {
    margin-bottom: 20px
}

.city-form__list label {
    display: table-cell;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto
}

.city-form__input {
    font-size: 17px;
    color: #787878
}

.city-form__input:checked + .city-form__input-fake {
    background-color: #fff
}

.city-form__input:checked + .city-form__input-fake:after {
    display: block
}

.city-form__input:checked ~ .city-form__name {
    color: #3c3c3b
}

.city-form__input-fake {
    display: inline-block;
    position: relative;
    height: 14px;
    width: 14px;
    border: 1px solid #818181;
    background-color: #fff
}

.city-form__input-fake:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-image: url(/local/templates/volhovec/images/vector/icons/checked_black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: none
}

.city-form__name {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #3e3e3e;
    transition: color .3s
}

.city-form__name:hover {
    color: #3c3c3b
}

.city-form__input-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.city-form__input-wrap label {
    width: 70%;
    margin-right: 20px
}

.city-form__btn {
    width: 25%;
    padding: 12px 15px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background-color: #a7a7a7;
    border: 1px solid #a7a7a7;
    cursor: pointer;
    transition: background-color .3s, color .3s, border .3s
}

.city-form__btn[disabled] {
    color: #fff;
    background-color: #d5d5d5;
    border: 1px solid #d5d5d5;
    cursor: auto
}

@media screen and (max-width: 1130px) {
    .city-form {
        padding: 20px 20px 25px
    }

    .city-form__list label {
        width: auto
    }

    .city-form__row {
        max-width: none
    }
}

@media screen and (max-width: 950px) {
    .city-form {
        padding: 25px 40px 35px
    }

    .city-form__list label {
        margin-bottom: 15px
    }
}

@media screen and (max-width: 930px) {
    .city-form__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .city-form__list-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 45%
    }

    .city-form__list-row label {
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (max-width: 740px) {
    .city-choice__box {
        width: 100%
    }

    .city-form__input-wrap {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .city-form__input-wrap label {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }

    .city-form__btn {
        width: 60%;
        margin: auto
    }
}

@media screen and (max-width: 650px) {
    .city-choice__box {
        width: 100%
    }

    .city-form {
        padding: 10px
    }

    .city-form__title {
        font-size: 18px
    }

    .city-form__name {
        font-size: 14px
    }

    .city-form__list label {
        margin-bottom: 10px
    }

    .city-form__btn {
        font-size: 12px
    }

    .city-form__input {
        font-size: 12px;
        padding: 7px 15px
    }
}

@media screen and (max-width: 430px) {
    .city-form__list-row {
        width: 50%
    }

    .city-form__title {
        font-size: 15px
    }

    .city-form {
        padding: 0
    }

    .city-form__name {
        font-size: 12px;
        margin-left: 0
    }
}

.city-preference {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

.city-preference__title {
    font: 400 14px/1.21 EuclidFlex, sans-serif;
    color: #b1b1b1
}

.city-preference__variants {
    color: #424241
}

.light-theme .header__city-preference .city-preference__variants {
    color: #fff
}

.collection-catalog__info-title {
    display: none;
    margin-bottom: 10px;
    position: relative;
    font-size: 25px;
    font-weight: 300;
    color: #3c3c3b;
    text-align: center
}

.collection-catalog__info-title:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-left: 10px;
    transform: translateY(-50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #60605e
}

.collection-catalog .spoiler-active .collection-catalog__info-title:after {
    transform: rotate(180deg);
    top: 50%
}

.collection-catalog__list {
    padding-top: 32px
}

.collection-catalog__title {
    font-size: 26px;
    font-weight: 400;
    color: #3c3c3b;
    text-transform: uppercase
}

.collection-catalog__items {
    padding-top: 20px;
    margin: 0 -10px;
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.collection-catalog__item {
    width: 25%;
    min-height: 360px;
    padding: 0 10px;
    margin-bottom: 30px;
    height: auto
}

@media screen and (max-width: 1024px) {
    .collection-catalog {
        margin-top: 0
    }

    .collection-catalog__info-title {
        display: block
    }

    .collection-catalog__list {
        padding-top: 15px
    }
}

@media screen and (max-width: 1023px) {
    .collection-catalog__item {
        width: 33%
    }
}

@media screen and (max-width: 768px) {
    .collection-catalog__item {
        width: 50%
    }

    .collection-catalog__title {
        font-size: 22px
    }
}

@media screen and (max-width: 580px) {
    .collection-catalog__item {
        width: 100%;
        min-height: auto
    }
}

.collection-values {
    width: 100%;
    max-width: 1064px;
    margin: 0 auto 60px
}

.collection-values__title {
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase
}

.collection-values__items-list {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 650px) {
    .collection-values__items-list {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }
}

.collection-values__item {
    width: 33%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 650px) {
    .collection-values__item {
        margin-bottom: 25px
    }
}

.collection-values__item:not(:last-of-type) {
    margin-right: 20px
}

.collection-values__icon {
    margin-bottom: 20px
}

@media screen and (max-width: 650px) {
    .collection-values__icon {
        margin-bottom: 5px
    }
}

.collection-values__text {
    max-width: 211px;
    text-align: center
}

.collection {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 -15px
}

.collection, .collection-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.collection-item {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    width: 33.3%;
    margin-bottom: 35px;
    color: #898989;
    box-sizing: border-box;
    z-index: 2;
    background-color: #f5f5f5;
    transition: box-shadow .3s linear;

}

.collection-item:hover {
    box-shadow: 0 0 20px 5px rgba(80, 85, 86, .5)
}

.collection-item__img {
    position: relative;
    display: block;
    margin-bottom: 23px;
    width: 100%;
    overflow: hidden;
    opacity: 1;
    transition: opacity .4s
}

.collection-item__img:hover {
    opacity: .8
}

.collection-item__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100%
}

.collection-item__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: baseline;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.collection-item__title {
    font: 400 20px/1.25 EuclidFlex, sans-serif;
    margin-bottom: 10px;
    padding: 0 15px;
    color: #383451;
    text-align: center;
    text-transform: uppercase
}

.collection-item__subtitle {
    padding: 0 15px;
    font: 400 12px/1.28 EuclidFlex, sans-serif;
    margin-bottom: 20px;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.collection-item__button {
    display: inline-block;
    width: 30%;
    text-align: center;
    padding: 16px 10px 13px;
    margin-top: 36px;
    margin-bottom: 14px;
    margin-right: 15px
}

@media screen and (max-width: 1024px) {
    .collection {
        margin: 10px 0 -15px
    }

    .collection-item__title {
        font-size: 20px;
        text-align: center;
    }
}

.collection-item__text {
    width: 100%
}

@media screen and (max-width: 890px) {
    .collection-item {
        margin-bottom: 22px
    }

    .collection-item__info {
        /* -ms-flex-direction: column;
         flex-direction: column*/
    }

    .collection-item__text {
        width: 100%
    }

    .collection-item__button {
        width: auto;
        margin: 0 20px 20px;
        padding: 16px 20px
    }
}

@media screen and (max-width: 570px) {
    .collection-item__title {
        font-size: 14px
    }

    .collection-item__subtitle {
        font-size: 12px
    }
}

@media screen and (max-width: 480px) {
    .collection {
        margin: 0 -10px
    }

    .collection-item {
        width: 99%;
        padding: 10px
    }

    .collection-item:before {
        display: none
    }

    .collection-item__img {
        margin-bottom: 10px
    }

    .collection-item__title {
        margin-bottom: 5px;
        text-align: center;
    }

    .collection-item__subtitle {
        margin-bottom: 10px
    }

    .collection-item__button {
        margin: 0 10px 20px;
        padding: 10px 20px
    }
}

.constructor {
    height: auto;
    padding-bottom: 60px
}

.constructor_simple {
    padding-bottom: 0
}

.constructor_flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto
}

.constructor_flex .constructor__price {
    padding: 5px 30px;
    margin: 0;
    width: 49%
}

.constructor_flex .constructor__controls {
    width: 49%
}

.constructor_flex .constructor__price-number {
    font-size: 36px
}

.constructor_flex .controls__cart-link {
    font-size: 18px
}

.constructor-form {
    display: -ms-flexbox;
    display: flex
}

.constructor__label {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 5px solid transparent;
    transition: border-color .3s ease;
    z-index: 10;
    cursor: pointer
}

.constructor__controls-button {
    text-align: center
}

.constructor__example {
    position: relative;
    width: 280px;
    margin-right: 45px
}

.constructor__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    background-size: 278px 100%;
    background-repeat: no-repeat;
    transition: width .3s ease-in-out;
    z-index: 5
}

.constructor__image.is-visible {
    width: 278px
}

.constructor__image.animate {
    animation: a .3s ease-in-out forwards
}

.constructor__image.animate_out {
    animation: b .3s ease-in-out forwards
}

.constructor__image:first-child {
    z-index: 10
}

.constructor__picture-wrap {
    position: relative;
    height: 620px;
    width: 278px;
    margin: 0 auto
}

.constructor__picture {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
    width: 100%
}

.constructor__picture[data-layer=doorspot] {
    z-index: 3
}

.constructor__picture[data-layer=door] {
    z-index: 2
}

.constructor__picture[data-layer=glass] {
    z-index: 4
}

.constructor__info {
    margin: 30px 0
}

.constructor__article {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px
}

.constructor__fullinfo {
    font-size: 14px;
    color: #000;
    font-weight: 300
}

.constructor__price {
    padding: 20px 30px;
    margin: 17px 0 12px;
    background-color: #eee
}

.constructor__price-number {
    font-size: 42px;
    font-weight: 300;
    text-align: center;
    color: #000
}

.constructor__price-number sup {
    font-size: 26px
}

.constructor__price-number_old {
    font-size: 20px;
    text-decoration: line-through;
    color: #6b6b6b
}

.constructor__price-text, .constructor__text {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding-top: 11px;
    margin-left: 14px;
    font-size: 12px;
    font-weight: 500;
    color: #3f3f3f
}

.constructor__price-text:before, .constructor__text:before {
    content: "";
    width: 11px;
    height: 9px;
    position: absolute;
    left: -15px;
    top: 13px;
    background-image: url(/local/templates/volhovec/images/vector/icons/check.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.constructor__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.constructor__controls .controls__item {
    position: relative;
    border: 1px solid #424241;
    cursor: pointer;
    transition: background-color .2s linear
}

.constructor__controls .controls__item svg {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    stroke: #424241;
    transition: stroke .2s linear
}

.constructor__controls .controls__item:hover {
    background-color: #6b6b6b
}

.constructor__controls .controls__item:hover svg {
    stroke: #fff
}

.constructor__controls .controls__link {
    display: inline-block;
    width: 100%;
    height: 100%
}

.constructor__controls .controls__cart {
    width: 62%
}

.constructor__controls-button {
    width: 63%
}

.constructor__controls_simple {
    -ms-flex-pack: center;
    justify-content: center
}

.constructor__controls_simple .controls__call, .constructor__controls_simple .controls__cart, .constructor__controls_simple .controls__fav, .constructor__controls_simple .controls__price {
    margin: 5px
}

.constructor__controls_simple .controls__call-link, .constructor__controls_simple .controls__cart-link, .constructor__controls_simple .controls__fav-link {
    border: 0
}

.constructor__controls_simple .controls__link {
    white-space: nowrap
}

.constructor__controls_simple .controls__call-link, .constructor__controls_simple .controls__fav-link {
    background: transparent;
    border: 1px solid #fff
}

.constructor__controls_simple .controls__call-link svg, .constructor__controls_simple .controls__fav-link svg {
    fill: #fff
}

.constructor__controls_simple .controls__fav-link svg {
    stroke: #fff
}

.constructor__controls_simple .controls__cart {
    width: auto;
    min-width: 170px
}

.constructor__text {
    margin-left: 0
}

.constructor__text:before {
    display: none
}

.constructor__text-icon {
    width: 16px;
    height: 16px;
    margin-top: 2px
}

.constructor__title {
    margin: 30px 0 20px;
    color: #000;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase
}

.constructor__cart {
    width: 62%
}

.constructor__sample-wrap {
    width: calc(100% - 225px)
}

.constructor__sample {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.constructor__sample-item {
    position: relative;
    overflow: hidden
}

.constructor__sample-item:hover .constructor__label {
    border-color: #6b6b6b
}

.constructor__sample-picture {
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    margin: auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50%;
    overflow: hidden;
    padding: 5px
}

.constructor__sample-picture[data-layer=doorspot] {
    z-index: 3
}

.constructor__sample-picture[data-layer=door] {
    z-index: 2
}

.constructor__sample-picture[data-layer=glass] {
    z-index: 4
}

.constructor__sample-picture img {
    max-width: 100%;
    max-height: 100%;
    min-width: 45px;
    min-height: 45px
}

.constructor__sample_canvas .constructor__sample-item {
    position: relative;
    height: 270px;
    width: 130px !important;
    margin-bottom: 40px;
    margin-right: 13px;
    cursor: pointer;
    box-sizing: border-box
}

.constructor__sample_canvas .constructor__sample-picture {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px
}

.constructor__sample_color .constructor__sample-item {
    width: 65px !important;
    min-width: 65px;
    height: 65px;
    max-height: none;
    margin-right: 2px
}

.constructor__sample_doorspot .constructor__sample-item {
    height: 110px;
    width: auto;
    min-width: 110px;
    margin-right: 2px;
    margin-bottom: 40px
}

.constructor__sample_doorspot .constructor__label {
    width: 110px;
    margin: 0
}

.constructor-tabs__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.constructor-tabs__link, .offer-block {
    width: 31%;
    padding: 14px 30px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    background-color: #ddd;
    color: #424241;
    transition: background-color .3s, color .3s
}

.constructor-tabs__link:hover, .offer-block:hover {
    background-color: #6b6b6b;
    color: #fff
}

.constructor-tabs__auth {
    width: 48%;
    padding: 11px 30px;
    font-size: 18px;
    text-align: center;
    background-color: #fff;
    color: #a4a4a4;
    border: 1px solid #dadada;
    transition: background-color .3s, color .3s
}

.constructor-tabs__auth:hover {
    background-color: #dadada;
    color: #000
}

.constructor-tabs__page {
    display: none;
    overflow: hidden
}

.constructor-tabs__page-inner {
    width: 100%
}

.constructor .slick-list, .constructor .slick-slide, .constructor .slick-track {
    min-width: 130px
}

.constructor-tabs__auth.is-current {
    background-color: #dadada;
    color: #000;
    font-weight: 500;
    cursor: default
}

.constructor-tabs__link.is-current {
    background-color: #6b6b6b;
    color: #fff;
    cursor: default
}

.constructor-tabs__page.is-current {
    display: -ms-flexbox;
    display: flex
}

.constructor__radio:checked ~ .constructor__label {
    border-color: #6b6b6b
}

.constructor .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.constructor .slick-slide {
    float: none
}

.constructor-tabs__page .slick-dots {
    bottom: -42px !important
}

@media screen and (max-width: 1320px) {
    .constructor-tabs__link, .offer-block {
        font-size: 12px
    }
}

@media screen and (max-width: 1023px) {
    .constructor_flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .constructor_flex .constructor__controls, .constructor_flex .constructor__price {
        width: auto;
        margin: 0 auto 20px
    }

    .constructor_flex .constructor__controls {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 1017px) {
    .constructor-tabs__head {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .constructor-tabs__head_siblings {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .constructor-tabs__link, .offer-block {
        width: 100%
    }

    .constructor__sample-wrap {
        width: 60%
    }

    .constructor__example {
        width: 40%
    }

    .constructor__title {
        font-size: 18px
    }

    .constructor__controls-button, .constructor__item:first-of-type {
        margin-right: 5px
    }
}

@media screen and (max-width: 850px) {
    .constructor-form {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .constructor__example {
        width: 100%;
        position: relative;
        margin-bottom: 50px;
        margin-right: 0
    }

    .constructor__sample-wrap {
        width: 100%
    }

    .constructor__sample {
        padding-bottom: 20px
    }

    .constructor__offer-block {
        width: 50%
    }

    .constructor__picture-wrap {
        width: 50%;
        margin: 0
    }

    .constructor__info {
        width: 50%;
        padding-left: 15px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }
}

@media screen and (max-width: 768px) {
    .constructor__controls-button {
        width: 65%
    }
}

@media screen and (max-width: 660px) {
    .constructor__controls {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .constructor__controls .controls__item {
        width: 49%
    }

    .constructor__controls_simple {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: center;
        justify-content: center
    }

    .constructor__controls-button {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0
    }

    .constructor__item {
        width: 49%
    }

    .constructor__item:first-of-type {
        margin-right: 0
    }
}

@media screen and (max-width: 620px) {
    .constructor-tabs__auth {
        padding: 11px 6px;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .constructor__image {
        background-size: 254px 95%;
        z-index: 5
    }

    .constructor__image.is-visible {
        width: 254px
    }

    .constructor__image.is-visible.animate {
        animation: a .3s ease-in-out forwards
    }

    .constructor__image.is-visible.animate_out {
        animation: b .3s ease-in-out forwards
    }

    @keyframes a {
        0% {
            width: 0
        }
        to {
            width: 254px
        }
    }@keyframes b {
         0% {
             width: 254px
         }
         to {
             width: 0
         }
     }
}

@media screen and (max-width: 600px) {
    .constructor__info {
        z-index: 6
    }

    .constructor__info__example {
        margin-bottom: 0
    }

    .constructor__info__picture-wrap {
        height: 430px
    }

    .constructor__info__image img {
        margin: 0 auto
    }

    .constructor__info__offer-block.offer-block {
        margin-bottom: 12px
    }

    .constructor__price-text, .constructor__text {
        font-size: 11px
    }

    .constructor__price-number {
        font-size: 30px
    }

    .constructor__price-number sup {
        font-size: 22px
    }

    .constructor__price-number_old {
        font-size: 16px
    }
}

@media screen and (max-width: 556px) {
    .constructor__image {
        background-size: 170px 60%
    }

    .constructor__info {
        top: 34%
    }

    .constructor__sample-wrap {
        margin-top: -190px;
        z-index: 5
    }
}

@media screen and (max-width: 485px) {
    .constructor__controls .controls__item + .controls__item {
        margin-left: 0
    }

    .constructor__price {
        padding: 16px 8px
    }

    .constructor__price-number {
        font-size: 22px
    }

    .constructor__price-number_old, .constructor__price-number sup {
        font-size: 16px
    }

    .constructor_flex .constructor__price-number {
        font-size: 28px
    }

    .constructor_flex .controls__cart-link {
        font-size: 15px
    }
}

.slick-slide {
    outline: none
}

.slick-dots {
    width: auto !important;
    bottom: -26px !important
}

.slick-dots button {
    width: 40px !important;
    height: 3px !important;
    background-color: #b5b5b5 !important
}

.slick-dots li.slick-active button {
    background-color: #9c9c9c !important
}

.slick-dots li button {
    font-size: 0
}

@keyframes a {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

@keyframes b {
    0% {
        width: 100%
    }
    to {
        width: 0
    }
}

.consultation {
    padding-top: 36px;
    padding-bottom: 30px;
    background-color: #f3f3f3;
    margin-bottom: 53px
}

.consultation_stretched {
    padding-left: 70px;
    padding-right: 70px;
    margin-left: -70px;
    margin-right: -70px
}

.consultation__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 52px;
    text-align: center
}

.consultation__items {
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 35px;
    border-bottom: 1px solid #979797;
    margin: 0 0 25px
}

.consultation__item {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 0 40px 0 0
}

.consultation__picture {
    width: 45px;
    height: 45px;
    margin: 0 30px 0 0
}

.consultation__text {
    max-width: 250px
}

@media screen and (max-width: 1023px) {
    .consultation_stretched {
        padding-left: 24px;
        padding-right: 24px;
        margin-left: -24px;
        margin-right: -24px
    }
}

@media screen and (max-width: 767px) {
    .consultation {
        margin: 0 0 28px
    }

    .consultation__title {
        margin: 0 0 26px;
        text-align: left
    }

    .consultation__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 0;
        border-bottom: 0
    }

    .consultation__item {
        width: 100%;
        padding: 0 0 26px
    }
}

.controls_offset {
    margin-left: -2px
}

.controls__call, .controls__download, .controls__fav {
    height: 39px;
    width: 39px
}

.controls__call, .controls__cart, .controls__download, .controls__fav, .controls__item {
    display: inline-block;
    vertical-align: middle
}

@media screen and (max-width: 480px) {
    .controls__call + .controls__call, .controls__cart + .controls__cart, .controls__download + .controls__download, .controls__fav + .controls__fav, .controls__item + .controls__item {
        margin-left: 5px
    }
}

.controls__call, .controls__cart, .controls__download, .controls__fav {
    position: relative;
    cursor: pointer;
    transition: background-color .2s linear
}

.controls__call svg, .controls__cart svg, .controls__download svg, .controls__fav svg {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    stroke: #424241;
    transition: stroke .2s linear
}

.controls__call-link, .controls__cart-link, .controls__download-link, .controls__fav-link {
    position: relative;
    z-index: 1;
    border: 1px solid #424241;
    background: #fff;
    border-radius: 0;
    color: #3c3c3b
}

.controls__call-link:hover, .controls__cart-link:hover, .controls__download-link:hover, .controls__fav-link:hover {
    background: #424241
}

.controls__call-link.btn_dark, .controls__call-link_dark, .controls__cart-link.btn_dark, .controls__cart-link_dark, .controls__download-link.btn_dark, .controls__download-link_dark, .controls__fav-link.btn_dark, .controls__fav-link_dark {
    background: #424241;
    color: #fff
}

.controls__call-link.btn_dark svg, .controls__call-link_dark svg, .controls__cart-link.btn_dark svg, .controls__cart-link_dark svg, .controls__download-link.btn_dark svg, .controls__download-link_dark svg, .controls__fav-link.btn_dark svg, .controls__fav-link_dark svg {
    stroke: #fff
}

.controls__call-dropdown, .controls__cart-dropdown, .controls__download-dropdown, .controls__fav-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    padding: 2px 18px;
    border: 1px solid #e7e7e7;
    bottom: 0;
    color: #8a8888;
    font-size: 13px;
    opacity: 0;
    transition: left .4s, opacity .4s;
    background: #fff;
    pointer-events: none;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.controls__call:hover, .controls__cart:hover, .controls__download:hover, .controls__fav:hover {
    background-color: #6b6b6b
}

.controls__call:hover .controls__call-dropdown, .controls__cart:hover .controls__cart-dropdown, .controls__download:hover .controls__download-dropdown, .controls__fav:hover .controls__fav-dropdown {
    left: 100%;
    opacity: 1
}

.controls__call-link, .controls__download-link, .controls__fav-link {
    padding: 0
}

.controls__fav {
    z-index: 5
}

.controls__fav:hover svg {
    stroke: #fff
}

.controls__call {
    z-index: 6
}

.controls__call:hover svg {
    fill: #fff
}

.controls__download .controls__link {
    z-index: 4
}

.controls__download .controls__link:hover svg {
    fill: #fff;
    stroke: #fff
}

.controls__download:hover .controls__download-dropdown {
    left: 100%;
    opacity: 1
}

.controls__cart {
    text-align: center;
    font-weight: 500;
    z-index: 7
}

.controls__cart-link {
    display: inline-block;
    padding: 12px 12px 9px;
    text-transform: uppercase;
    transition: all .3s;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    cursor: pointer
}

.controls__cart-link:hover {
    color: #fff
}

.controls__link-favorites {
    font-size: 11px
}

.controls__price {
    color: #fff;
    min-width: 170px;
    background: #7a7b7a;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.controls__section {
    display: -ms-flexbox;
    display: flex
}

.controls_flex .controls__call, .controls_flex .controls__download, .controls_flex .controls__fav {
    height: 57px;
    width: 57px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.controls_flex .controls__cart {
    width: auto
}

.controls_without-download .controls__call, .controls_without-download .controls__fav {
    width: 46px;
    height: 46px
}

@media screen and (max-width: 1490px) {
    .controls_offset {
        margin-left: 0
    }
}

@media screen and (max-width: 660px) {
    .controls__call-link, .controls__download-link, .controls__fav-link {
        padding: 15px 20px
    }

    .controls__call, .controls__fav {
        margin-right: 10px
    }

    .constructor__controls .controls__cart, .controls__cart {
        width: 100%
    }

    .constructor__controls .controls__cart-link, .controls__cart-link {
        padding: 12px 20px;
        white-space: nowrap
    }

    .constructor__controls .controls__cart {
        margin: 0 0 13px
    }

    .constructor__controls_simple .controls__cart {
        width: auto;
        margin: 5px
    }

    .constructor__controls_simple .controls__cart-link {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center
    }

    .controls_flex .controls__fav {
        margin-right: 10px
    }
}

@media screen and (max-width: 350px) {
    .controls__call, .controls__fav {
        margin-right: 6px
    }
}

.dummy-country-list {
    display: none;
    z-index: 99;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    max-height: 100px;
    overflow-y: auto;
    position: absolute;
    top: 41px;
    left: 0;
    padding: 5px;
    margin: 0;
    border: 1px solid #b8b8b8;
    background-color: #fff;
    list-style: none
}

.dummy-country-list_active {
    display: block
}

.dummy-country-list .dummy-country-list__item {
    cursor: pointer;
    margin-bottom: 10px
}

.dummy-country-list .dummy-country-list__item:last-child {
    margin-bottom: 0
}

.dummy-input-tel {
    padding-left: 70px
}

.dummy-country-cur {
    position: absolute;
    left: 0;
    top: 1px;
    padding: 10px;
    width: 60px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .05);
    text-align: center
}

.dummy-country-cur span {
    margin-left: 4px;
    font-size: 10px
}

.request__unit_phone .dummy-country-list {
    top: 71px
}

.request__unit_phone .dummy-country-cur {
    top: 31px
}

.appeal__item_phone .dummy-country-list {
    top: 68px
}

.appeal__item_phone .dummy-country-cur {
    top: 28px
}

#mobile_messenger_phone, #mobile_messenger_phone_map {
    display: none
}

.doors {
    width: 80%;
    margin: 0 auto
}

@media screen and (max-width: 1023px) {
    .doors {
        width: 100%
    }
}

.doors .similar-collection {
    margin: 70px 0 60px
}

.doors__heading {
    margin: 0 0 60px
}

@media screen and (max-width: 1023px) {
    .doors__heading br {
        display: none
    }
}

.doors__block {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden
}

@media screen and (max-width: 1023px) {
    .doors__block {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }
}

.doors__description_text-left {
    text-align: left
}

.doors__description_text-left ul {
    margin-bottom: 0
}

@media screen and (max-width: 600px) {
    .doors__description {
        font-size: 14px
    }
}

.doors__list-marked {
    list-style-type: none
}

.doors__image {
    width: 49%
}

@media screen and (max-width: 1023px) {
    .doors__image {
        width: 100%;
        background-color: #efefef;
        padding-bottom: 20px
    }
}

@media screen and (max-width: 600px) {
    .doors__image {
        padding-bottom: 0
    }
}

.doors__image-inner img {
    display: block;
    max-width: 100%
}

@media screen and (max-width: 1023px) {
    .doors__image-inner img {
        margin: 0 auto
    }
}

.doors__text {
    width: 49%;
    padding: 52px;
    background-color: #efefef
}

@media screen and (max-width: 1440px) {
    .doors__text {
        padding: 20px
    }
}

@media screen and (max-width: 1023px) {
    .doors__text {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    .doors__text {
        padding: 30px 40px
    }
}

.doors__text-inner {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

@media screen and (max-width: 1023px) {
    .doors__text-inner {
        max-width: 576px;
        margin: 0 auto
    }
}

.doors__title {
    position: relative;
    display: inline-block;
    margin: 0 auto 25px;
    font-size: 22px;
    text-transform: uppercase
}

@media screen and (max-width: 1440px) {
    .doors__title {
        margin: 0 auto 20px
    }
}

@media screen and (max-width: 480px) {
    .doors__title {
        font-size: 18px;
        margin: 0 auto 18px
    }
}

.doors__title_normal {
    text-align: center;
    margin: 20px auto
}

.doors__slogan {
    font-size: 20px;
    text-transform: uppercase
}

@media screen and (max-width: 1023px) {
    .doors__slogan br {
        display: none
    }
}

.doors + div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.doors + div .tooltip {
    margin-left: 15px
}

.doors__tooltip {
    display: inline-block;
    margin-left: 20px
}

.entity {
    position: relative;
    height: 380px;
    overflow: hidden;
    color: #60605e
}

.entity__inner {
    height: 100%
}

.entity__picture {
    height: 0;
    max-width: none;
    max-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.entity__description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsla(0, 0%, 100%, .9);
    padding: 12px 15px 10px 20px;
    font-weight: 500
}

.entity__title {
    line-height: 22px;
    text-transform: uppercase
}

.entity__meta {
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    margin: 12px 0 0
}

.entity__part:first-child {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 6px 0 0
}

.entity__date, .entity__time, .entity__views {
    white-space: nowrap
}

.entity__date {
    margin: 0 6px 0 0
}

.entity__time {
    text-transform: uppercase;
    text-decoration: underline
}

.entity__time:hover {
    text-decoration: none
}

.entity__ref {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.entity[data-size=small] {
    height: 0;
    padding-bottom: 100%
}

.entity[data-size=small] .entity__picture_square {
    height: auto
}

.entity[data-size=small] .entity__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.entity[data-size=medium] .entity__picture_rectangle, .entity[data-size=wide] .entity__picture_long {
    height: auto
}

@media (max-width: 1024px) {
    .entity__description {
        padding: 10px
    }
}

@media (max-width: 960px) {
    .entity__title {
        font-size: 14px;
        margin: 0 0 10px
    }

    .entity[data-size=medium] {
        height: 0;
        padding-bottom: 100%
    }

    .entity[data-size=medium] .entity__picture_square {
        height: auto
    }

    .entity[data-size=medium] .entity__picture_rectangle {
        height: 0
    }

    .entity[data-size=medium] .entity__inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media (max-width: 480px) {
    .entity[data-size=wide] {
        height: 0;
        padding-bottom: 100%
    }

    .entity[data-size=wide] .entity__picture_long {
        height: 0
    }

    .entity[data-size=wide] .entity__picture_square {
        height: auto
    }

    .entity[data-size=wide] .entity__inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.favorites__image-handle_vertical {
    max-height: 100%
}

@media (max-width: 1023px) {
    .favorites__image-handle_vertical {
        padding-top: 0
    }
}

@media (max-width: 480px) {
    .favorites__order {
        padding: 11px 45px 10px;
        font-size: 12px
    }
}

.filter {
    padding: 0 0 100px
}

.filter-param__title {
    text-transform: uppercase;
    margin-bottom: 27px;
    font: 300 24px/1.25 EuclidFlex, sans-serif;
    color: #60605e;
    text-align: center
}

.filter-param__title-count {
    display: none;
    margin: 0 3px;
    color: #a3a3a3
}

.filter-param__title-icon {
    position: relative;
    display: none;
    vertical-align: middle;
    top: -1px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #60605e
}

.filter-param__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px 20px
}

.filter-param__label, .filter-param__list {
    -ms-flex-pack: center;
    justify-content: center
}

.filter-param__label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    width: 220px;
    margin: 0 12px 30px;
    background-color: #efefef;
    font: 400 12px/1.25 EuclidFlex, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease
}

.filter-param__label_default {
    padding: 16px 10px 15px;
    text-align: center;
    color: #60605e
}

.filter-param__label_common {
    min-height: 46px;
    width: 16.6%;
    padding: 4px 2px;
    margin: 0 0 10px;
    text-align: center;
    min-width: 170px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    background-clip: padding-box
}

.filter-param__label_color {
    position: relative;
    padding: 12px 35px;
    color: #000;
    letter-spacing: .63px
}

.filter-param__label_color:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #b9b9b9
}

.filter-param__label_color > * {
    display: inline-block;
    vertical-align: middle
}

.filter-param__label_color img {
    margin-right: 10px
}

.filter-param__label_active {
    background-color: #6b6b6b;
    color: #fff;
    cursor: default
}

.filter-param_different {
    margin: 51px 0 70px
}

.filter__bottom {
    text-align: center
}

input[type=checkbox]:checked + label.filter-param__label_common, input[type=checkbox]:checked + label.filter-param__label_default {
    background-color: #6b6b6b;
    color: #fff
}

input[type=checkbox]:checked + label.filter-param__label_color:before {
    background: url(/local/templates/volhovec/images/vector/elements/check.svg) 50% no-repeat
}

@media screen and (max-width: 1450px) {
    .filter-param__label {
        width: calc(20% - 10px);
        margin: 0 5px 30px
    }

    .filter-param__label_common {
        width: 33.3%;
        margin: 0 0 20px
    }
}

@media screen and (max-width: 1024px) {
    .filter {
        padding: 50px 0 60px
    }

    .filter-param.spoiler-active .filter-param__title-icon {
        transform: rotate(-180deg);
        top: -2px
    }

    .filter-param__list-wrapper {
        /*display: none*/
    }

    .filter-param__list {
        margin-bottom: 10px
    }

    .filter-param__title {
        font: 500 16px/20px EuclidFlex, sans-serif
    }

    .filter-param__title > * {
        cursor: pointer
    }

    .filter-param__title-icon {
        display: inline-block
    }

    .filter-param__label_default {
        padding: 10px
    }

    .filter-param__label_color {
        padding: 9px 10px 7px
    }

    .filter-param__label_color:before {
        display: none
    }

    .filter-param_different {
        margin: 41px 0 30px
    }

    input[type=checkbox]:checked + label.filter-param__label_color {
        box-shadow: 0 0 0 2px #60605e
    }
}

@media screen and (max-width: 768px) {
    .filter-param__title {
        font: 500 12px/15px EuclidFlex, sans-serif
    }

    .filter-param__title-count {
        display: inline
    }

    .filter-param__list {
        margin-left: auto;
        margin-right: auto;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .filter-param__label {
        max-width: calc(50% - 25px);
        width: calc(50% - 25px);
    }

    .filter-param__label_common {
        max-width: none
    }

    .filter-param_different .filter-param__list {
        margin-left: -12px;
        margin-right: -12px;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 767px) {
    .filter-param__label_common {
        width: 50%
    }
}

@media screen and (max-width: 480px) {
    .filter {
        padding: 0 0 30px
    }

    .filter-param__list {
        max-width: none;
        margin: 0 -12px 15px
    }

    .filter-param_different {
        margin: 27px 0 40px
    }

    .filter-param_different .filter-param__list {
        margin-left: -5px;
        margin-right: -5px
    }

    .filter-param__title {
        cursor: pointer
    }

    .filter-param__label {
        font: 500 8px/10px EuclidFlex, sans-serif;
        margin-bottom: 12px
    }

    .filter-param__label_common {
        min-height: 30px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        margin-bottom: 10px
    }

    .filter-param__label_default {
        padding: 6px
    }

    .filter-param__label_color {
        padding: 4px 6px
    }

    .filter-param__label_color img {
        width: 14px;
        height: 14px;
        margin-right: 8px
    }
}

.finder {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    white-space: nowrap;
    padding-right: 0;
    transition: padding-right .4s
}

.finder__close, .finder__field, .finder__open, .finder__send {
    padding: 0;
    border: 0
}

.finder__close, .finder__open, .finder__send {
    height: 100%;
    background: transparent;
    cursor: pointer
}

.finder__send {
    width: 40px
}

.finder__send svg.icon {
    width: 23px;
    height: 23px;
    fill: #3c3c3b
}

.finder__close {
    position: absolute;
    width: 0;
    right: 0;
    overflow: hidden;
    transition: width .4s
}

.finder__close svg.icon {
    width: 21px;
    height: 21px;
    fill: #3c3c3b
}

.finder__field {
    position: absolute;
    top: 0;
    width: 0;
    right: calc(100% + 8px);
    transition: width .4s, paddding .4s, border .4s
}

.finder__open {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0
}

.light-theme .finder__close svg.icon, .light-theme .finder__send svg.icon {
    fill: #fff
}

.finder_active {
    padding-right: 40px
}

.finder_active .finder__field {
    width: 200px;
    padding: 5px 15px;
    border: 1px solid #3c3c3b
}

.finder_active .finder__open {
    display: none
}

.finder_active .finder__close {
    width: 40px
}

.light-theme .finder_active .finder__field {
    border: 0
}

@media screen and (max-width: 790px) {
    .finder_active .finder__field {
        width: calc(100vw - 430px)
    }
}

@media screen and (max-width: 767px) {
    .finder_active .finder__field {
        width: calc(100vw - 247px)
    }
}

.footer {
    background-color: #424241;
    color: #fff
}

.footer .container {
    padding: 0 0 10px
}

.footer__inner-mobile {
    display: none
}

.footer__inner-top {
    padding: 35px 0 15px
}

.footer__inner-top, .footer__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__nav {
    width: auto;
    height: 100%;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.footer__nav-col {
    -ms-flex: 1;
    flex: 1
}

.footer__nav-col:not(:last-of-type) {
    margin-right: 25px
}

.footer__nav-col:first-child {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 3;
    flex: 3
}

.footer__nav-col:first-child, .footer__nav-col:first-child .footer__nav-categories {
    display: -ms-flexbox;
    display: flex
}

.footer__title {
    font-size: 15px;
    max-width: 180px;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1.2px;
    font-weight: 500
}

.footer__title:not(:first-child) {
    margin-top: 25px
}

.footer__title_right {
    max-width: 100%
}

.footer__nav-category:not(:last-of-type) {
    margin-right: 25px
}

.footer__nav-item {
    font-size: 13px;
    letter-spacing: -.22px;
    line-height: 1.4;
    margin-bottom: 8px
}

.footer__aside {
    margin-left: 25px;
    text-align: right
}

.footer__aside .footer__title {
    margin-bottom: 15px
}

.footer__socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer__social-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: #5e5e5e
}

.footer__social-link:not(:first-child) {
    margin-left: 10px
}

.footer__social-link svg.icon {
    fill: #fff
}

.footer__inner-bottom {
    padding: 15px 0
}

.footer-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px
}

.footer__logo {
    min-width: 165px;
    width: 165px
}

.footer__logo-link {
    display: block
}

.footer__logo img {
    display: block;
    margin: 0 auto
}

.footer__realweb {
    width: 74px
}

.footer__realweb img {
    display: block
}

.footer__warning {
    -ms-flex-item-align: end;
    align-self: flex-end;
    line-height: 1.9;
    font-size: 12px
}

.footer__copyright, .footer__copyright-line {
    font-size: 12px
}

.footer__copyright-line:first-child {
    display: none
}

.footer__separator {
    margin: 0 11px
}

.footer__phone {
    display: none;
    font: 400 16px/26px EuclidFlex, sans-serif;
    letter-spacing: -.22px;
    padding-left: 20px;
}

@media screen and (max-width: 1250px) {
    .footer {
        position: relative
    }

    .footer__inner-mobile {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__aside .footer__nav-item, .footer__aside .footer__title, .footer__nav {
        display: none !important;
    }

    .footer__inner-top {
        padding: 45px 0 35px;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .footer__social-link {
        width: 30px;
        height: 30px
    }

    .footer__social-link:not(:first-child) {
        margin-left: 20px
    }

    .footer__title {
        max-width: none;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        line-height: .8;
        font-weight: 500
    }

    .footer__title:first-child, .footer__title:not(:first-child) {
        margin-top: 45px
    }

    .footer__title:not(:last-child) {
        border-right: 1px solid hsla(0, 0%, 85%, .33)
    }

    .footer__warning {
        display: none
    }

    .footer__phone {
        display: block
    }

    .footer__realweb {
        margin: 0 30px
    }

    .footer__copyright {
        position: absolute;
        top: 100px;
        font-size: 14px
    }

    .footer__copyright-line:first-child {
        display: block;
        margin-bottom: 7px
    }
}

@media screen and (max-width: 755px) {
    .footer {
        font-size: 14px
    }

    .footer__copyright {
        font-size: 12px
    }

    .footer__realweb {
        margin: 40px 5px 0 0;
        width: 100%;
        text-align: right;
        font-size: smaller;
    }
}

@media screen and (max-width: 670px) {
    .footer-line {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .footer__copyright {
        display: none
    }

    .footer__inner-top {
        padding: 20px 0 10px
    }

    .footer__inner-mobile, .footer__inner-top {
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__title {
        margin: 20px 15px 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: calc(50% - 20px);
        max-width: 200px
    }

    .footer__title:not(:first-child) {
        margin-top: 20px
    }

    .footer__title:first-child, .footer__title:nth-child(2), .footer__title:nth-child(3) {
        display: none
    }

    .footer__title a {
        display: block;
        padding: 12px 10px 10px;
        font: 500 12px/15px EuclidFlex, sans-serif;
        color: #676765;
        background-color: #d8d8d8
    }

    .footer__title_border:not(:last-child) {
        border-right: none
    }
}

@media screen and (max-width: 480px) {
    .footer__inner-mobile {
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: -10px;
        margin-right: -10px
    }

    .footer__title {
        margin-left: 10px;
        margin-right: 10px
    }

    .footer__title a {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.form__item.form-param {
    width: 16%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.form__item.form-param:not(:last-of-type) {
    margin-right: 20px
}

.form__item.form-param label {
    cursor: pointer
}

.form__item.form-param:hover .form-param__icon {
    border: 1px solid #979797
}

.form__item.form-param:hover .form-param__icon svg {
    opacity: 1
}

.form__item.form-param input[type=radio]:checked + label .form-param__icon {
    border: 1px solid #979797
}

.form__item.form-param input[type=radio]:checked + label .form-param__icon svg {
    opacity: 1
}

.form-param__icon {
    display: block;
    width: 100px;
    height: 100px;
    padding: 10px;
    border: 1px solid #ddd;
    transition: border .3s
}

.form-param__icon svg {
    max-height: 100%;
    opacity: .5;
    transition: opacity .3s
}

.form-param__title {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 1.2
}

.formation {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 26px
}

.formation td {
    padding-bottom: 20px
}

.formation img {
    display: block;
    margin: auto;
    height: auto
}

.formation ol li:not(:last-child) {
    margin-bottom: 20px
}

.formation a {
    text-decoration: underline
}

.formation a:hover {
    text-decoration: none
}

.header {
    position: relative;
    z-index: 20;
    font: 400 14px EuclidFlex, sans-serif;
    color: #3c3c3b;
    background: #fff
}

.light-theme .header {
    border-bottom: 1px solid #ddd
}

.header__container {
    padding: 16px 8.5% 0
}

@media screen and (max-width: 1261px) {
    .header__container {
        padding: 14px 20px 0
    }
}

@media screen and (max-width: 767px) {
    .header__container {
        padding: 0
    }
}

.header__primary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd
}

.light-theme .header__primary {
    border-bottom: 1px solid hsla(0, 0%, 100%, .6)
}

@media screen and (max-width: 767px) {
    .header__primary {
        padding: 6px 20px 6px;
        margin-bottom: 8px
    }
}

.header__basis {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px 0 0
}

.header__city-preference {
    margin: 0 0 0 50px;
    max-width: 180px
}

@media screen and (max-width: 768px) {
    .header__city-preference {
        margin: 0 0 0 15px
    }
}

@media screen and (max-width: 560px) {
    .header__city-preference {
        display: none
    }
}

.header__secondary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: flex-end
}

@media screen and (max-width: 767px) {
    .header__secondary {
        padding: 0 20px 8px
    }
}

.header__contacts {
    position: relative;
    z-index: 0;
    font-size: 14px;
    font-weight: 500;
    flex-wrap: nowrap;
    display: flex;
}

@media screen and (max-width: 767px) {
    .header__contacts {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center
    }
}

.header__contacts-phone-order {
    text-decoration: underline;
    text-transform: uppercase
}

.header__contacts-phone-order:hover {
    text-decoration: none
}

@media screen and (max-width: 767px) {
    .header__contacts-phone-order {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }
}

.header__contacts-phone {
    margin: 0 0 0 47px
}

@media screen and (max-width: 767px) {
    .header__contacts-phone {
        margin: 0
    }
}

.header__contacts-finder {
    z-index: 1;
    vertical-align: middle;
    margin: 0 10px 0 0
}

@media screen and (max-width: 800px) {
    .header__contacts-finder {
        margin-right: 0
    }
}

/*.header__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    top: 7px;


}*/

.header__actions {
    position: absolute;
    z-index: 1;
    top: 7px;
    right: 68px
}

@media screen and (min-width: 371px) {
    .header__actions {
        position: absolute;
        z-index: 1;
        top: 15px;
        right: 68px
    }

}

@media screen and (min-width: 768px) {
    .header__actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 1;
        flex-grow: 1;
        top: 7px;
        position: inherit;
        z-index: 0;
    }

    .menu-opened .header__actions {
        z-index: auto
    }
}

.header__action {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.header__action-value {
    font-weight: 500;
    margin: 0 0 0 2px
}

.header__action + .header__action {
    margin: 0 0 0 15px
}

.header__inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0 14px
}

.header__logo {
    min-width: 70px;
    width: 70px;

}

.header__logo-link, .header__logo svg.logo {
    display: block;
    width: 100%;
    height: 100%
}

.header__logo svg.logo {
    max-height: 100%;
    max-width: 100%;
    fill: #000;
    margin: 0 auto
}

.header__logo .logo__additional {
    position: absolute;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    right: -49px
}

.header__panel {
    position: relative;
    z-index: 1;
    text-align: right
}

.header__panel > * {
    display: inline-block;
    vertical-align: middle
}

.header__panel .call-link {
    display: none;
    position: relative;
    top: 4px;
    margin-right: 30px
}

.header__suppose {
    position: absolute;
    top: 15px;
    left: 8.5%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 12px 12px;
    color: #464646;
    background: #fff;
    margin: 0 0 0 228px
}

@media screen and (max-width: 1600px) {
    .header__suppose {
        top: 100%;
        margin: 0
    }
}

.header__suppose-phrase {
    font-size: 10px;
    letter-spacing: .1px;
    text-transform: uppercase;
    margin: 0 20px 0 0
}

.header__suppose-confirm, .header__suppose-negate {
    white-space: nowrap
}

.header__suppose-confirm {
    margin: 0 10px 0 0
}

.header__nav-button {
    position: relative;
    margin: 0 0 0 73px;
    text-transform: uppercase
}

@media screen and (max-width: 1100px) {
    .header__nav-button {
        margin: 0 0 0 60px
    }
}

@media screen and (max-width: 1023px) {
    .header__nav-button {
        margin: 0 0 0 42px
    }
}

.header__nav-button .nav-button__link_close {
    position: absolute;
    right: -23px;
    top: 0;
    width: 30px;
    height: 30px;
    transform: rotate(1turn) scale(0);
    transition: transform .4s ease-in-out;
    z-index: 15;
    display: -ms-flexbox;
    display: flex
}

.header__nav-button .nav-button__link_close svg.icon {
    fill: #3c3c3b;
    width: 50%;
    heigth: 50%
}

@media screen and (max-width: 1260px) {
    .header__nav-button .nav-button__link_close {
        right: 0
    }
}

@media screen and (max-width: 1023px) {
    .header__nav-button .nav-button__link_close {
        top: 15px
    }
}

.header__nav-button .icon-link svg.icon {
    width: 28px;
    height: 28px
}

.header__nav-button .icon-link:after {
    content: "меню";
    font-size: 9px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: -.2px
}

.header.menu-opened {
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, .1)
}

.header.menu-opened .nav-menu {
    transform: scaleX(1)
}

.header.menu-opened .nav-menu__close {
    transform: rotate(0) scale(1)
}

.header.menu-opened .nav-menu__item {
    opacity: 1;
    transform: translateX(0);
    line-height: 1.12;
    font-weight: 500
}

.header.menu-opened .nav-menu__social-link {
    opacity: 1;
    transform: translateY(0)
}

.header.menu-opened .nav-button__link_open {
    opacity: 0;
    visibility: hidden;
    z-index: -2
}

.header.menu-opened .nav-button__link_close {
    transform: rotate(0deg) scale(1)
}

@media screen and (max-width: 1490px) {
    .header__suppose {
        margin: 0 0 0 185px
    }
}

@media screen and (max-width: 1435px) {
    .header .container-wide {
        max-width: 100%;
        width: 100%;
        padding: 0 20px
    }

    .header__suppose {
        position: absolute;
        top: 100%;
        margin: 0;
        left: 8.5%;
        max-width: 425px
    }
}

@media screen and (max-width: 1261px) {
    .header__suppose {
        left: 20px;
        right: 20px
    }
}

@media screen and (max-width: 1024px) {
    .header {
        transition: all .2s ease
    }

    .header__panel .call-link {
        display: inline-block
    }

    .header.menu-opened {
        background: #fff;
        color: #3c3c3b
    }

    .header.menu-opened .icon-link svg.icon {
        fill: #3c3c3b;
        stroke: #3c3c3b
    }

    .header.menu-opened .header__logo svg.logo {
        fill: #000
    }
}

@media screen and (max-width: 767px) {
    .header__logo {

        min-width: 0;
        top: 1px
    }

    .header__inner {
        padding: 10px 0
    }

    .header__panel .call-link {
        margin-right: 0
    }

    .header__nav-button {
        margin-top: 0
    }
}

@media screen and (max-width: 650px) {
    .header.menu-opened .nav-menu {
        transform: scale(1)
    }

    .header.menu-opened .header__panel .call-link {
        display: none
    }
}

@media screen and (max-width: 370px) {
    .header__logo {
        width: 50px;
    }
}

@media screen and (min-width: 1440px) {
    .main-menu__item:not(:first-child) {
        margin-left: 10px
    }
}

.icon-link {
    position: relative;
    display: block;
    width: 48px;
    height: 51px
}

.icon-link:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    transform: scale(0);
    transform-origin: top right;
    background: #6b6b6b;
    background: #f3f3f3;
    transition: all .3s ease-in-out;
    z-index: -1
}

.icon-link:hover:before {
    transform: scale(1)
}

.icon-link__border_lr, .icon-link__border_tb {
    position: relative;
    width: 100%;
    height: 100%
}

.icon-link__border_lr:after, .icon-link__border_lr:before, .icon-link__border_tb:after, .icon-link__border_tb:before {
    content: "";
    position: absolute;
    background: #d8d8d8;
    transition: all .1s ease-in-out
}

.icon-link__border_lr:after, .icon-link__border_lr:before {
    width: 1px;
    height: 100%;
    transform: scaleY(0)
}

.icon-link__border_lr:before {
    left: 0;
    bottom: 0
}

.icon-link__border_lr:after {
    right: 0;
    bottom: 0;
    transform-origin: bottom;
    transition-delay: .15s
}

.icon-link__border_tb:after, .icon-link__border_tb:before {
    height: 1px;
    width: 100%;
    transform: scaleX(0);
    transition-delay: .1s;
    transform-origin: left
}

.icon-link__border_tb:before {
    left: 0;
    top: 0
}

.icon-link__border_tb:after {
    left: 0;
    bottom: 0
}

.icon-link:hover .icon-link__border_lr:after, .icon-link:hover .icon-link__border_lr:before, .icon-link:hover .icon-link__border_tb:after, .icon-link:hover .icon-link__border_tb:before {
    transform: scale(1)
}

.icon-link svg.icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 23px;
    height: 21px;
    stroke: #fff;
    stroke: #3c3c3b;
    stroke-width: 0;
    fill: #fff;
    fill: #3c3c3b
}

@media screen and (max-width: 1024px) {
    .icon-link {
        width: 33px
    }

    .icon-link:before, .icon-link__border_lr, .icon-link__border_tb {
        display: none
    }
}

.image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.info {
    padding-top: 11px;
    color: #3c3c3b;
    text-align: center
}

.info__block-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.info__block_numbers {
    width: 20%
}

.info__block_numbers:not(:last-of-type) {
    margin-right: 50px
}

.info__block_values {
    width: 30%
}

.info__row {
    padding: 14px 0
}

.info__number {
    font-size: 100px
}

.info__number + .info__description {
    padding-top: 10px;
    font-size: 18px
}

.info__title {
    padding: 25px 0;
    font-size: 24px;
    text-transform: uppercase
}

.info__image {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.info__image img {
    width: auto;
    height: 100%;
    max-height: 100%
}

@media screen and (max-width: 1150px) {
    .info__block_numbers:not(:last-of-type) {
        margin-right: 30px
    }
}

@media screen and (max-width: 1024px) {
    .info__block-wrap_numbers {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center
    }

    .info__block {
        width: 33%
    }
}

@media screen and (max-width: 1024px) {
    .info__block_numbers:not(:last-of-type) {
        margin-right: 0
    }
}

@media screen and (max-width: 768px) {
    .info__block-wrap_values {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center
    }

    .info__block_values {
        width: 47%;
        margin-right: 0
    }

    .info__block_values:first-of-type {
        margin-right: 40px;
        margin-bottom: 40px
    }

    .info__block_numbers:not(:last-of-type) {
        margin-right: 25px
    }

    .info__number {
        font-size: 50px;
        font-weight: 500
    }

    .info__number + .info__description {
        font-size: 14px
    }

    .info__image {
        width: 85px;
        height: 85px
    }
}

@media screen and (max-width: 650px) {
    .info__block-wrap_numbers {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center
    }

    .info__block_numbers {
        width: 47%
    }

    .info__block_numbers:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 40px
    }

    .info__block_values {
        width: 44%
    }

    .info__block_values:first-of-type {
        margin-right: 25px;
        margin-bottom: 0
    }

    .info__block_values:last-of-type {
        width: 100%
    }

    .info__block_values:not(:last-of-type) {
        margin-bottom: 35px
    }

    .info__image {
        width: 80px;
        height: 80px
    }

    .info__title {
        font-size: 18px;
        padding: 10px 0
    }

    .info__description {
        font-size: 12px
    }
}

.insets {
    position: relative
}

.installation {
    max-width: 1130px;
    margin: auto
}

.installation__description {
    text-align: center;
    margin: 0 0 40px
}

.installation__benefits {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
    border-bottom: 2px solid #000
}

.installation__benefit {
    width: 33.3%;
    padding: 0 10px 40px;
    text-align: center
}

.installation__benefit-picture {
    width: 90px;
    height: 95px;
    margin: 0 auto 15px
}

.installation__benefit-title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 25px;
    max-width: 200px;
    margin: 0 auto 5px
}

@media (max-width: 1023px) {
    .installation__benefit-picture {
        width: 50px;
        height: 55px
    }

    .installation__benefit-title {
        max-width: 160px;
        font-size: 17px
    }
}

@media (max-width: 500px) {
    .installation__benefits {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .installation__benefit {
        width: 50%
    }

    .installation__benefit-picture {
        width: 30px;
        height: 36px
    }

    .installation__benefit-title {
        max-width: 140px;
        font-size: 14px
    }
}

.main-menu {
    position: relative;
    top: 4px;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .main-menu {
        display: none
    }
}

.main-menu__item {
    display: inline-block;
    position: relative
}

.main-menu__item:not(:first-child) {
    margin-left: 33px
}

.main-menu__link {
    font-size: 14px;
    z-index: 1;
    font-weight: 500
}

.main-menu__call-link, .main-menu__link {
    position: relative;
    display: inline-block
}

.main-menu__call-link:before {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -3px;
    height: calc(100% + 6px);
    width: 0;
    background: #f3f3f3;
    transition: width .3s ease-in-out;
    z-index: -1
}

.main-menu__call-link.is-opened:before {
    animation: c .6s linear;
    animation-fill-mode: none
}

.main-menu__order-link {
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
    margin-top: 8px;
    text-align: left;
    font-size: 14px
}

.main-menu__switcher {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 7px;
    background: transparent;
    border: 0;
    padding: 0 6px;
    box-sizing: content-box;
    margin: 0 0 0 -2px
}

.main-menu__switcher svg.icon {
    stroke: #000
}

.light-theme .main-menu__switcher svg.icon {
    stroke: #fff
}

.main-menu__dropdown {
    position: absolute;
    top: 100%;
    left: -10px;
    width: 267px;
    margin: 1px 0 0;
    padding: 57px 0 31px;
    list-style-type: none;
    text-align: left;
    text-transform: none;
    color: #424241;
    font-weight: 500;
    line-height: 18px;
    transition: -webkit-clip-path .4s;
    transition: clip-path .4s;
    transition: clip-path .4s, -webkit-clip-path .4s
}

.main-menu__dropdown:before {
    position: absolute;
    content: "";
    top: 31px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, .1)
}

.light-theme .main-menu__dropdown:before {
    box-shadow: 0 0 7px 2px transparent
}

.main-menu__dropdown-item {
    position: relative;
    margin-left: 34px;
    margin-right: 34px
}

.main-menu__dropdown-item + .main-menu__dropdown-item {
    margin-top: 22px
}

.main-menu__call-btn {
    position: absolute;
    left: -10px;
    right: -10px;
    top: 100%;
    margin: auto;
    padding: 0;
    white-space: nowrap;
    background: #f3f3f3;
    font-size: 12px;
    text-align: center;
    height: auto;
    transform: scaleY(0);
    overflow: hidden;
    transition: all .1s linear .6s;
    transform-origin: top
}

.main-menu__call-btn.is-visible {
    transform: scaleY(1);
    padding: 8px 0 5px
}

@media screen and (max-width: 1023px) {
    .main-menu__item:last-child {
        display: none
    }
}

body.bx-no-touch .main-menu__link:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -3px;
    height: calc(100% + 6px);
    width: 0;
    background: #f3f3f3;
    transition: width .3s ease-in-out;
    z-index: -1
}

body.bx-no-touch .main-menu__link:hover:before {
    width: calc(100% + 20px)
}

body.bx-no-touch .main-menu__link_switcher:hover:before {
    width: calc(100% + 34px)
}

body.bx-no-touch .main-menu__dropdown {
    display: none
}

body.bx-no-touch .main-menu__item:hover .main-menu__dropdown {
    display: block
}

html.bx-touch .main-menu__dropdown {
    display: none
}

html.bx-touch .main-menu__dropdown_visible {
    display: block
}

@keyframes c {
    0% {
        width: 0
    }
    45% {
        width: calc(100% + 20px);
        height: calc(100% + 6px)
    }
    65% {
        width: calc(100% + 20px);
        height: calc(100% + 6px)
    }
    to {
        width: calc(100% + 20px);
        height: 0
    }
}

.merch {
    display: inline-block;
    position: relative;
    min-height: 140px
}

.merch_solid {
    height: 250px
}

.merch_specific {
    height: 170px
}

.merch__part {
    height: 100%
}

.merch__part:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width: 1023px) {
    .merch_specific {
        height: 100%;
        min-height: auto
    }
}

.merchandise {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px
}

.merchandise__item {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
    background: #f5f5f5;
    background-clip: content-box
}

.merchandise__item:nth-child(3n) {
    width: 100%
}

.merchandise__item:nth-child(3n) .thing__showcase {
    padding-bottom: 34%
}

@media screen and (max-width: 767px) {
    .merchandise__item:nth-child(n) {
        width: 100%
    }

    .merchandise__item:nth-child(n) .thing__showcase {
        padding-bottom: 70%
    }
}

.minibar {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.minibar_offset {
    margin-left: -15px
}

.minibar__item_offset {
    margin-left: -10px
}

.minibar__icon {
    width: 18px;
    height: 18px
}

.minibar__icon svg {
    fill: #3c3c3b;
    stroke: #3c3c3b
}

.light-theme .minibar__icon svg {
    fill: #fff;
    stroke: #fff
}

.minibar__value {
    display: none
}

@media screen and (max-width: 1490px) {
    .minibar__item_offset, .minibar_offset {
        margin-left: 0
    }
}

@media screen and (max-width: 1024px) {
    .minibar {
        margin: 0 10px 0 0
    }

    .minibar__item + .minibar__item {
        margin-left: 12px
    }
}

.mobile-manager {
    position: fixed;
    right: 10px;
    top: 55%;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 22px;
    text-align: center;
    text-decoration: none;
    z-index: 9;
    color: #fff;
    font: 500 8px/10px EuclidFlex, sans-serif;
    text-transform: uppercase;
    transition: all .3s ease
}

.mobile-manager__icon {
    height: 65px;
    width: 65px;
    padding: 16px 14px;
    margin: auto;
    position: relative;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, .2)
}

.mobile-manager__icon svg.icon {
    fill: #fff
}

.mobile-manager__icon:before {
    content: "";
    border-left: 1px solid #fff;
    position: absolute;
    left: -1px;
    bottom: 6px;
    height: 0;
    transition: height .2s
}

.mobile-manager__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -4px;
    height: 65px;
    padding: 16px 14px;
    opacity: 0;
    transition: opacity .2s ease-out, transform .2s cubic-bezier(.34, .55, .25, .83);
    border: 1px solid #fff;
    border-right: 1px solid transparent;
    background-color: rgba(0, 0, 0, .2);
    clip: rect(0, 0, 0, 0);
    text-transform: none;
    font-size: 20px;
    text-align: right;
    font-weight: 300
}

.mobile-manager__text span {
    display: block;
    white-space: nowrap
}

.mobile-manager__text span:first-of-type {
    text-transform: uppercase;
    margin-bottom: 8px
}

.mobile-manager:hover .mobile-manager__icon {
    background-color: rgba(0, 0, 0, .15);
    border-left: 1px solid transparent
}

.mobile-manager:hover .mobile-manager__icon:before {
    height: 50px
}

.mobile-manager:hover .mobile-manager__text {
    opacity: 1;
    transform: translate3d(-91px, 0, 0);
    background-color: rgba(0, 0, 0, .15);
    clip: auto
}

@media screen and (max-width: 650px) {
    .mobile-manager {
        bottom: 0;
        right: 0;
        top: auto;
        transform: translateY(0);
        width: 100%;
        padding: 0
    }

    .mobile-manager:hover .mobile-manager__icon {
        background-color: #ccc;
        border-left: 1px solid #fff
    }

    .mobile-manager:hover .mobile-manager__icon:before {
        display: none
    }

    .mobile-manager:hover .mobile-manager__text {
        opacity: 1;
        transform: translate3d(-100px, 0, 0);
        background-color: #ccc
    }

    .mobile-manager__text {
        opacity: 1;
        transform: translate3d(-100px, 0, 0);
        width: 100%;
        height: auto;
        left: 98px;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        background-color: #999;
        font-size: 14px;
        clip: auto;
        padding: 16px 37px 16px 109px
    }

    .mobile-manager__text span:first-of-type {
        margin-bottom: 0;
        text-transform: none
    }

    .mobile-manager__icon {
        height: 40px;
        width: 40px;
        padding: 6px;
        margin: 0 0 0 auto;
        background-color: #999
    }
}

.nav-menu {
    position: absolute;
    top: -16px;
    right: -40px;
    margin: auto;
    width: 300px;
    padding: 24px 0 14px;
    max-height: 100vh;
    background-color: #fff;
    color: #424241;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    text-transform: none;
    z-index: 10;
    transform: scaleX(0);
    transform-origin: right;
    transition: all .3s ease-in-out;
    box-shadow: 0 7px 7px 2px rgba(0, 0, 0, .1);
    overflow-y: auto;
    overflow-x: hidden
}

.nav-menu__city-preference {
    display: none
}

.nav-menu__close {
    position: absolute;
    top: 37px;
    right: 64px;
    width: 14px;
    height: 14px;
    transform: rotate(1turn) scale(0);
    transition: all .4s ease-in-out
}

.nav-menu__close svg.icon {
    fill: #3c3c3b
}

.nav-menu__header {
    display: none
}

.nav-menu__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav-menu__row_buttons, .nav-menu__row_info {
    display: none
}

.nav-menu__row_buttons .btn-icon {
    height: 41px;
    width: calc(50% - 6px);
    max-width: calc(50% - 6px)
}

.nav-menu__row_buttons .btn-icon__icon {
    min-width: 25px
}

.nav-menu__info-link {
    width: calc(50% - 6px)
}

.nav-menu__info-title {
    font: 500 14px/18px EuclidFlex, sans-serif;
    color: #424241;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.nav-menu__info-caption {
    font: 500 10px/13px EuclidFlex, sans-serif;
    color: #848484
}

.nav-menu__inner {
    position: relative;
    padding: 0 40px 43px;
    margin: 0 auto
}

.nav-menu__item {
    opacity: 0;
    transform: translateX(50%);
    transition: all .4s ease-in-out
}

.nav-menu__item:first-of-type {
    transition-delay: .1s
}

.nav-menu__item:nth-of-type(2) {
    transition-delay: .15s
}

.nav-menu__item:nth-of-type(3) {
    transition-delay: .2s
}

.nav-menu__item:nth-of-type(4) {
    transition-delay: .25s
}

.nav-menu__item:nth-of-type(5) {
    transition-delay: .3s
}

.nav-menu__item:nth-of-type(6) {
    transition-delay: .35s
}

.nav-menu__item:nth-of-type(7) {
    transition-delay: .4s
}

.nav-menu__item.is-opened .sub-menu {
    transform: scaleY(1);
    max-height: 180px
}

.nav-menu__item + .nav-menu__item {
    margin-top: 15px
}

.nav-menu__link {
    font-size: 16px;
    line-height: 1.25
}

span.nav-menu__link {
    position: relative;
    display: inline-block;
    padding-right: 13px;
    cursor: pointer
}

span.nav-menu__link:after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #a0a0a0
}

.nav-menu__socials {
    display: -ms-flexbox;
    display: flex;
    margin-top: 41px
}

.nav-menu__social-link {
    width: 21px;
    height: 21px;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: #a6a6a6;
    opacity: 0;
    transform: translateY(100%)
}

.nav-menu__social-link:hover {
    background-color: #676666
}

.nav-menu__social-link:first-of-type {
    transition: opacity .3s ease-in-out .35s, background-color .3s ease-in-out, transform .3s ease-in-out .35s
}

.nav-menu__social-link:nth-of-type(2) {
    transition: opacity .3s ease-in-out .65s, background-color .3s ease-in-out, transform .3s ease-in-out .65s
}

.nav-menu__social-link:nth-of-type(3) {
    transition: opacity .3s ease-in-out .45s, background-color .3s ease-in-out, transform .3s ease-in-out .45s
}

.nav-menu__social-link:nth-of-type(4) {
    transition: opacity .3s ease-in-out .7s, background-color .3s ease-in-out, transform .3s ease-in-out .7s
}

.nav-menu__social-link + .nav-menu__social-link {
    margin-left: 20px
}

.nav-menu__social-link svg.icon {
    fill: #fff
}

.nav-menu__footer {
    margin: 0 auto;
    padding: 0 40px;
    letter-spacing: normal
}

.nav-menu__footer-section {
    margin-bottom: 36px
}

.nav-menu__footer-title {
    font: 500 16px/19px EuclidFlex, sans-serif;
    color: #424241;
    margin-bottom: 14px
}

.nav-menu__footer-item {
    font: 400 16px/17px EuclidFlex, sans-serif;
    color: #9b9b9b
}

.nav-menu__footer-item + .nav-menu__footer-item {
    margin-top: 7px
}

.nav-menu__footer-link_callback {
    color: #848484
}

.sub-menu {
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .3s ease, max-height .5s ease;
    max-height: 0;
    overflow: hidden
}

.sub-menu__item {
    position: relative;
    margin-top: 8px;
    padding-left: 25px
}

.sub-menu__item:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 11px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #a0a0a0
}

.sub-menu__link {
    display: inline-block;
    font-size: 14px;
    line-height: 1
}

@media screen and (max-width: 1024px) {
    .nav-menu__header {
        display: block;
        padding: 25px 0 11px
    }

    .nav-menu__row_buttons {
        display: -ms-flexbox;
        display: flex
    }

    .nav-menu__row_buttons .btn-icon {
        max-width: none;
        margin: 0 auto;
        width: calc(100% - 80px)
    }
}

@media screen and (max-width: 767px) {
    .nav-menu {
        padding-top: 40px
    }

    .nav-menu__header {
        padding: 6px 0 11px
    }

    .nav-menu__row_info {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 17px
    }
}

@media screen and (max-width: 650px) {
    .nav-menu {
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        padding-bottom: 40px;
        height: auto;
        width: auto;
        transform: scaleY(0);
        transform-origin: top;
        overflow-y: auto
    }

    .nav-menu__row_buttons .btn-icon {
        width: 60%
    }

    .nav-menu__btn {
        font-size: 16px
    }

    .nav-menu__footer-item, .nav-menu__footer-title, .nav-menu__link {
        font-size: 18px
    }
}

@media screen and (max-width: 560px) {
    .nav-menu__city-preference {
        display: block
    }
}

@media screen and (max-width: 480px) {
    .nav-menu__row_buttons .btn-icon {
        width: 100%;
        max-width: none
    }
}

.offer {
    padding: 22px 28px;
    background-color: #eee
}

.offer__subtitle {
    margin-bottom: 8px;
    color: #000;
    font-size: 18px
}

.offer__description {
    color: #000;
    font-size: 12px
}

.offer-block {
    width: 100%;
    margin-bottom: 24px
}

.offer-block:hover {
    background-color: #ddd;
    color: #424241
}

.offers {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 55px 0 -15px
}

.offers, .offers__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.offers__item {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    width: 49.594%;
    margin-bottom: 25px;
    color: #898989;
    box-sizing: border-box;
    z-index: 2;
    background-color: #f5f5f5;
    transition: box-shadow .3s linear
}

.offers__item:hover {
    box-shadow: 0 0 20px 5px rgba(80, 85, 86, .5)
}

.offers__img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%
}

.offers__img img {
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 100%
}

.offers__info {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 10px 20px
}

.offers__text {
    width: 70%
}

.offers__title {
    font: 400 20px/1.25 EuclidFlex, sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 0 15px
}

.offers__button {
    width: 30%;
    text-align: center;
    padding: 16px 10px 13px;
    margin-right: 15px
}

@media screen and (max-width: 1024px) {
    .offers__title {
        font-size: 20px
    }
}

@media screen and (max-width: 768px) {
    .offers .offers__item:hover {
        box-shadow: none
    }
}

@media screen and (max-width: 650px) {
    .offers {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .offers__item {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    .offers {
        margin: 0 -10px
    }

    .offers__item {
        width: 100%;
        padding: 10px
    }

    .offers__img {
        margin-bottom: 10px
    }

    .offers__title {
        font-size: 12px;
        margin-bottom: 5px
    }
}

.orders-accordion {
    width: 100%
}

.orders-accordion__head {
    background-color: #f9f9f9;
    position: relative;
    cursor: pointer;
    border: none;
    outline: none;
    width: 100%;
    padding: 0;
    margin: 0
}

.orders-accordion__head:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    display: inline-block;
    padding: 5px;
    border: solid #979797;
    border-width: 0 1px 1px 0;
    transform: translateY(-100%) rotate(-45deg);
    transition: .4s
}

.orders-accordion__body {
    display: none
}

.orders-accordion_inner .orders-accordion__head {
    background-color: transparent;
    text-align: start
}

.orders-accordion_inner .orders-accordion__head:after {
    right: 5px
}

.orders-accordion._active > .orders-accordion__head:after {
    transform: translateY(-100%) rotate(45deg)
}

.orders-accordion_inner._active .orders-accordion__head {
    position: relative
}

.orders-accordion_inner._active .orders-accordion__head:before {
    content: "";
    position: absolute;
    bottom: -13px;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
    background-color: #ddd
}

.orders-accordion_inner._active .orders-accordion__body {
    padding-top: 20px
}

@media screen and (min-width: 768px) {
    .orders-accordion__body-content_mobile, .orders-accordion__head-content_mobile {
        display: none
    }
}

.orders-accordion__body-content_desktop, .orders-accordion__head-content_desktop {
    display: none
}

@media screen and (min-width: 768px) {
    .orders-accordion__body-content_desktop, .orders-accordion__head-content_desktop {
        display: block
    }
}

@media screen and (min-width: 768px) {
    .orders-history {
        padding-top: 50px
    }
}

.orders-history__list-item {
    margin-bottom: 3px
}

.orders-history__list-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 21px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

@media screen and (max-width: 767px) {
    .orders-history__list-head {
        display: none
    }
}

.orders-history__list-head-item {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500
}

.orders-history__num-col {
    width: 10%;
    margin-right: 1.5%
}

.orders-history__status-col {
    width: 16%;
    margin-right: 1.5%
}

.orders-history__changed-col {
    width: 15%;
    margin-right: 1.5%
}

.orders-history__offer-col {
    width: 18%;
    margin-right: 1.5%
}

.orders-history__price-col {
    width: 16%;
    margin-right: 1.5%
}

.orders-history__payment-col {
    width: 15%;
    margin-right: 1.5%
}

.orders__item {
    padding: 16px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.orders__title {
    width: 110px;
    margin-right: 10px;
    font-weight: 500;
    font-size: 14px
}

.orders__title_head {
    width: auto;
    margin-right: 20px
}

.orders__text {
    font-size: 14px
}

.orders__files {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.orders__files-counter {
    color: #fff;
    background-color: #7b7b7b;
    width: 16px;
    height: 16px;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-left: 15px
}

.orders__files-counter, .orders__files-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.orders__files-item {
    padding: 10px 0
}

@media screen and (min-width: 768px) {
    .orders__files-item {
        position: relative;
        left: calc(45% + 7px)
    }
}

.orders__files-item_disabled {
    color: #8d8d8d
}

.orders__files-item_disabled .orders__files-checked .icon {
    display: none
}

.orders__files-download {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 23px
}

.orders__files-download .icon {
    fill: #8d8d8d
}

.orders__files-download:hover .icon {
    fill: #424241
}

.orders__files-checked {
    width: 15px;
    height: 15px
}

@media screen and (min-width: 768px) {
    .orders__files-checked {
        position: absolute;
        left: -23px
    }
}

.orders__files-checked .icon {
    stroke: #818181
}

.orders__files-title {
    font-weight: 400;
    width: auto;
    min-width: 110px
}

@media screen and (min-width: 768px) {
    .orders__files-title {
        min-width: auto
    }
}

.orders__files-price {
    font-weight: 600;
    margin-right: 23px
}

.orders__files-item-link {
    position: relative;
    width: calc(18% - 7px);
    margin-right: 1.5%
}

.orders__files-item-info, .orders__files-item-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.orders_body {
    padding-bottom: 20px
}

.orders_body .orders__item {
    border-bottom: 1px solid #ddd
}

.orders__payment-status {
    color: #7b7b7b
}

.orders__payment-btn {
    padding: 9px 15px;
    min-width: 127px;
    color: #fff;
    background-color: #424241;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    transition: .4s
}

.orders__payment-btn:hover {
    background-color: rgba(66, 66, 65, .78)
}

.orders__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 21px
}

.orders__head .orders__item {
    padding: 21px 0;
    text-align: start
}

.output__pages-title, .output__salons-title {
    display: inline-block;
    text-decoration: underline;
    font-weight: 500;
    margin: 0 0 2px
}

.output__pages-title:hover, .output__salons-title:hover {
    text-decoration: none
}

.output {
    max-width: 900px;
    min-height: 700px
}

.output_distant {
    margin: 55px 0 0
}

.output__request {
    display: table;
    white-space: nowrap;
    font-size: 17px;
    margin: 0 0 14px
}

.output__request-title, .output__request-ui {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 6px
}

.output__request-title {
    margin-right: 8px
}

.output__request-ui {
    position: relative;
    padding-right: 40px
}

.output__request-send {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: transparent;
    border-top: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
    border-left: 0
}

.output__request-send svg {
    width: 70%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer
}

.output__request-value {
    font-style: italic
}

.output__filter-items {
    margin: 0 -12px
}

.output__filter-item {
    padding: 12px 19px;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    background-color: #f3f3f3;
    transition: background-color .3s, color .3s;
    border: 0;
    cursor: pointer;
    margin: 0 12px 10px
}

.output__filter-item.active, .output__filter-item.active:hover {
    background-color: #7b7b7b;
    color: #fff
}

.output__filter-item:hover {
    background-color: #e4e4e4
}

.output__filter_fixed .output__filter-items {
    position: absolute;
    top: 0;
    left: 0
}

.output__content {
    padding: 10px 0 0
}

.output__content-products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.output__content-product {
    display: -ms-flexbox;
    display: flex;
    width: 33.3%;
    padding: 0 15px 30px
}

.output__content-product .product-card {
    width: 100%
}

.output__salons {
    margin: 0
}

.output__salons-item + .output__salons-item {
    margin-top: 20px
}

.output__pages {
    margin: 0
}

.output__pages-item + .output__pages-item {
    margin-top: 20px
}

.output__pages-more {
    background: transparent;
    padding: 0;
    border: 0
}

.output__pages-more:after, .output__pages-more:before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg)
}

.output__pages-more:after {
    margin: 0 0 0 -3px
}

.output__pages-keyword {
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .output__content-product {
        width: 50%
    }
}

@media screen and (max-width: 599px) {
    .output__content-product {
        width: 100%
    }
}

@media screen and (max-width: 484px) {
    .output__request {
        white-space: normal
    }
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0 0
}

.pagination__link, .pagination__text {
    font-size: 14px;
    font-weight: 400
}

.pagination__text {
    margin-right: 5px
}

.pagination__link {
    padding: 0 5px;
    transition: opacity .3s
}

.pagination__link:hover {
    opacity: .6
}

.pagination__link:not(:last-child):after {
    content: " |";
    opacity: .5;
    margin-left: 5px;
    font-weight: 400
}

.pagination__link_current {
    font-weight: 600
}

.pagination__link_current:hover {
    opacity: 1
}

.parallax .wide {
    position: relative;
    padding-top: 117px;
    padding-bottom: 117px;
    background-position: 50%;
    background-size: 100vw;
    text-align: center
}

.parallax .wide, .parallax__image-wrap {
    background-repeat: no-repeat;
    overflow: hidden
}

.parallax__image-wrap {

    background-position: bottom;
    height: 460px;
    margin-left: -4000px;
    margin-right: -4000px;
    padding-left: 4000px;
    padding-right: 4000px;
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    left: -20px
}

.parallax__image-wrap_unfixed {
    background-attachment: scroll;
    background-size: cover;
    margin-left: 4000px;
    margin-right: 4000px;
    padding-left: 0;
    padding-right: 0
}

.parallax__image {
    display: none
}

.parallax__description {
    color: #fff;
    font-size: 21px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 30px
}

.parallax .btn, .parallax .title, .parallax__description {
    position: relative;
    z-index: 1
}

.parallax_height .wide {
    background-image: url(/local/templates/volhovec/images/raster/example/bg/bg-impr-height.jpg)
}

.parallax_margin {
    margin: 70px 0 100px
}

.parallax_distant {
    margin: 0 0 50px
}

@media (min-width: 767px) {

    .parallax__image-wrap {
        background-attachment: fixed;
        background-size: cover;
    }
}

@media screen and (max-width: 1024px) {

    .parallax .wide {
        padding-top: 72px;
        padding-bottom: 72px
    }

    .parallax_margin {
        margin: 40px 0 60px
    }

    .parallax_doors {
        margin: 40px 0 0
    }
}

@media screen and (max-width: 1023px) {
    .parallax__description br {
        display: none
    }
}

@media screen and (max-width: 650px) {
    .parallax .parallax__image {
        display: initial;
        height: 100%
    }
}

@media screen and (max-width: 480px) {
    .parallax_margin {
        margin: 10px 0 30px
    }

    .parallax .wide {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.payment__form-content {
    max-width: 600px;
    margin: 0 auto
}

.payment__error-message {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.personal-data-text {
    display: block;
    padding: 20px 40px;
    margin: 0 -40px;
    background: #fff;
    font-size: 14px;
    line-height: 1.5;
    color: #555
}

.personal-data-text_standart {
    margin-left: 0;
    margin-right: 0
}

.personal-data-text a {
    display: block;
    padding-top: 10px;
    text-decoration: underline;
    font-weight: 500
}

@media screen and (max-width: 650px) {
    .personal-data-text {
        font-size: 12px
    }
}

.personal-data__fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.auth-form__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

@media screen and (max-width: 750px) {
    .auth-form__row {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }

    .auth-form__row .hotline__submit-btn {
        padding: 16px 20px 14px;
        font-size: 13px
    }
}

@media screen and (max-width: 750px) {
    .auth-form__row_file {
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        -ms-grid-row-align: baseline;
        align-items: baseline
    }
}

.auth-form__subitem {
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center
}

.auth-form__subitem .tab {
    color: #afafaf;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    margin-right: 9px;
    margin-left: 9px;
    padding-bottom: 2px;
    display: inline-block;
    vertical-align: bottom;
    position: relative
}

.auth-form__subitem .tab.__current {
    color: #000;
    cursor: default
}

.auth-form__footer {
    text-align: center
}

.auth-form__input {
    width: 45%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px;
    text-align: center
}

@media screen and (max-width: 750px) {
    .auth-form__input {
        width: 100%;
        margin: 0 10px 20px
    }
}

.auth-form__input input:not(.hidden) {
    width: 63%;
    height: auto;
    padding: 10px 15px;
    font-size: 16px;
    color: #3c3c3b;
    line-height: 1.3;
    vertical-align: mathematical;
    background: #fff;
    border: 1px solid #979797;
    transition: border .3s
}

@media screen and (max-width: 750px) {
    .auth-form__input input:not(.hidden) {
        width: 100%
    }
}

.auth-form__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.auth-form__input input:-ms-input-placeholder, .personal-data__input input::-ms-input-placeholder {
    opacity: 1;
    color: #6b6b6b;
    font-size: 12px
}

.personal-data__input input:-ms-input-placeholder {
    opacity: 1;
    color: #6b6b6b;
    font-size: 12px
}

.personal-data__input input::placeholder {
    opacity: 1;
    color: #6b6b6b;
    font-size: 12px
}

.popup_elastic {
    max-width: 733px;
    padding: 40px
}

.popup_measure {
    width: 733px;
    padding: 36px 46px 30px
}

.popup_measure .inputtextarea {
    min-height: 133px
}

@media screen and (max-width: 1023px) {
    .popup_measure {
        width: auto;
        padding: 12px 0 23px
    }
}

.popup_auth {
    max-width: 993px;
    padding: 24px 62px 0;
    color: #3c3c3b
}

@media screen and (max-width: 820px) {
    .popup_auth {
        padding: 40px
    }
}

@media screen and (max-width: 650px) {
    .popup_auth {
        padding: 20px 0
    }
}

@media screen and (max-width: 700px) {
    .popup_auth .popup-inner {
        padding: 20px 10px
    }
}

@media screen and (max-width: 820px) {
    .popup_auth .popup-inner {
        width: 100%
    }
}

.popup_consult {
    max-width: 993px;
    padding: 50px 62px 65px;
    color: #3c3c3b
}

@media screen and (max-width: 820px) {
    .popup_consult {
        padding: 40px
    }
}

@media screen and (max-width: 650px) {
    .popup_consult {
        padding: 20px
    }
}

@media screen and (max-width: 700px) {
    .popup_consult .popup-inner {
        padding: 20px 10px
    }
}

@media screen and (max-width: 820px) {
    .popup_consult .popup-inner {
        width: 100%
    }
}

.popup form {
    font-size: 14px
}

@media screen and (max-width: 650px) {
    .popup form {
        font-size: 12px
    }
}

.popup p {
    margin: 0
}

.common-title, .popup-title, .popup__title {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    font-family: EuclidFlex;
    color: #070707;
    text-transform: uppercase
}

.common-title_distant, .popup-title_distant, .popup__title_distant {
    margin: 0 0 37px
}

@media screen and (max-width: 650px) {
    .common-title, .popup-title, .popup__title {
        font-size: 20px
    }
}

.popup-subtitle {
    margin: 25px 0;
    font-size: 19px;
    font-family: EuclidFlex;
    font-weight: 400;
    color: #3e3e3e;
    text-align: center
}

@media screen and (max-width: 650px) {
    .popup-subtitle {
        font-size: 14px
    }
}

.popup__text {
    margin: 15px 0;
    text-align: center
}

.popup__text_emph {
    margin: 15px 0 25px
}

.popup__text:last-child {
    margin-bottom: 0
}

.popup p.label_p {
    margin-bottom: 0;
    margin-top: 5px
}

.popup p.align-center {
    margin-top: 7px;
    margin-bottom: 7px;
    padding-bottom: 0
}

.popup input.order_send {
    display: block;
    height: auto;
    width: 45%;
    margin: 0 auto;
    padding: 13px;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #a7a7a7;
    border: 1px solid #a7a7a7;
    cursor: pointer
}

.popup input.order_send, .popup input.order_send[disabled] {
    color: #fff;
    transition: background-color .3s, color .3s, border .3s
}

.popup input.order_send[disabled] {
    background-color: #d5d5d5;
    border: 1px solid #d5d5d5;
    cursor: auto
}

@media screen and (max-width: 650px) {
    .popup input.order_send {
        font-size: 12px
    }
}

.popup .form-line label {
    font-size: 16px;
    font-weight: 400;
    color: #3e3e3e
}

@media screen and (max-width: 650px) {
    .popup .form-line label {
        font-size: 14px
    }
}

.falseLink, .popup .form-line label a.falseLink {
    border-bottom: 1px dashed #383451;
    transition: .3s
}

.falseLink:hover, .popup .form-line label a.falseLink:hover {
    opacity: .7;
    border-bottom: 1px dashed transparent
}

.popup .consult-message {
    color: #3c3c3b;
    font-size: 14px;
    font-weight: 300;
    font-family: EuclidFlex
}

.popup .require-fields {
    display: block;
    padding-left: 0;
    margin-top: 10px;
    color: #3e3e3e;
    text-align: center;
    font-size: 16px
}

@media screen and (max-width: 650px) {
    .popup .require-fields {
        font-size: 12px
    }
}

.popup .popup-close {
    width: 42px;
    opacity: .8;
    transition: opacity .3s;
    display: none
}

.popup .popup-close:after {
    display: none
}

.popup .popup-close svg {
    fill: transparent;
    opacity: .8;
    stroke: #30312f;
    stroke-width: 1.5;
    transition: stroke .1s
}

.popup .popup-close:hover {
    opacity: 1
}

.popup_discount {
    width: 100%;
    max-width: 665px;
    padding: 80px 70px 61px;
    color: #3c3c3b
}

@media screen and (max-width: 700px) {
    .popup_discount {
        padding: 40px 20px
    }
}

.popup_call-form {
    max-width: 550px
}

@media screen and (max-width: 580px) {
    .popup_call-form {
        max-width: none;
        width: 100%;
        height: 100%;
        top: 0 !important
    }
}

.popup .consult-description {
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0
}

@media screen and (max-width: 767px) {
    .popup .consult-description {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.popup .consult-param-text {
    width: 70%;
    font-size: 16px;
    color: #3e3e3e;
    font-family: EuclidFlex;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .popup .consult-param-text {
        width: 70%
    }
}

@media screen and (max-width: 650px) {
    .popup .consult-param-text {
        font-size: 12px
    }
}

.popup .consult-param-icon {
    margin-right: 30px
}

.popup .consult-param-icon img {
    width: 64px;
    height: 64px
}

.popup .consult-param {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .popup .consult-param {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .popup .consult-param:not(:last-of-type) {
        margin-bottom: 20px
    }
}

.popup__in {
    width: calc(90% + 50px)
}

.popup__send, .popup p.popup__send {
    margin: 0 0 50px
}

@media screen and (max-width: 767px) {
    .popup__send, .popup p.popup__send {
        margin: 0 0 36px
    }
}

@media screen and (max-width: 767px) {
    .popup .popup__send input.order_send {
        width: 100%
    }
}

.presentation {
    margin-left: calc(-1 * (100vw - 1200px) / 2 - 25px);
    margin-right: calc(-1 * (100vw - 1200px) / 2 - 25px);
    padding: 20px calc((100vw - 1200px) / 2 - 25px) 30px;
    margin-bottom: 40px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center
}

.mobile-and-table .presentation {
    background-attachment: scroll
}

.presentation__content {
    max-width: 1200px;
    margin: auto
}

.presentation__title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 24px;
    margin: 0 0 30px
}

.presentation__slider {
    margin: 0 0 20px
}

.presentation__slider-next, .presentation__slider-prev {
    z-index: 1
}

.presentation__slider-prev {
    left: -20px
}

.presentation__slider-next {
    right: -20px
}

.presentation__slider.slick-slider:not(.slick-initialized) {
    height: 477px;
    overflow: hidden
}

.presentation__slider:not(.slick-slider) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.presentation__slider:not(.slick-slider) .presentation__slide {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding-left: 20px;
    padding-right: 20px
}

.presentation__slider:not(.slick-slider) .presentation__slide:nth-child(2):not(:last-child) > * {
    transform: scale(1.2)
}

.presentation__slider-direction.slick-arrow {
    width: 32px;
    height: 101px;
    padding: 20px 5px
}

.presentation__slide {
    padding: 30px 0
}

.presentation__slide > * {
    transition: transform .3s
}

.presentation__slide.slick-center > * {
    transform: scale(1.2)
}

.presentation__continue {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: underline;
    padding: 0 0 2px
}

.presentation__continue:hover {
    text-decoration: none
}

@media (min-width: 768px) {
    .presentation__slider-prev:after {
        content: "";
        position: absolute;
        background-color: #000;
        opacity: .5;
        display: block;
        left: 0;
        height: 0;
        width: 100%;
        z-index: -1;
        transition: height .3s ease-in-out;
        top: 0
    }

    .presentation__slider-prev:hover:after {
        height: 100%
    }

    .presentation__slider-next:after {
        content: "";
        position: absolute;
        background-color: #000;
        opacity: .5;
        display: block;
        left: 0;
        height: 0;
        width: 100%;
        z-index: -1;
        transition: height .3s ease-in-out;
        bottom: 0
    }

    .presentation__slider-next:hover:after {
        height: 100%
    }
}

@media (max-width: 1380px) {
    .presentation {
        margin-left: calc(-1 * (100vw - 83.3%) / 2 - 25px);
        margin-right: calc(-1 * (100vw - 83.3%) / 2 - 25px);
        padding-left: calc((100vw - 83.3%) / 2 - 25px);
        padding-right: calc((100vw - 83.3%) / 2 - 25px)
    }
}

@media (max-width: 1320px) {
    .presentation__slide:not(.slick-center) .controls__call-link:hover, .presentation__slide:not(.slick-center) .controls__call:hover, .presentation__slide:not(.slick-center) .controls__fav-link:hover, .presentation__slide:not(.slick-center) .controls__fav:hover {
        background: transparent
    }

    .presentation__slide:not(.slick-center) .controls__call-dropdown, .presentation__slide:not(.slick-center) .controls__fav-dropdown {
        display: none
    }
}

@media (max-width: 1150px) {
    .presentation {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width: 1023px) {
    .slick-arrow.presentation__slider-prev {
        left: 0
    }

    .slick-arrow.presentation__slider-next {
        right: 0
    }
}

@media (max-width: 460px) {
    .slick-arrow.presentation__slider-next, .slick-arrow.presentation__slider-prev {
        top: 100%
    }
}

.product-card {
    position: relative;
    overflow: hidden
}

.product-card__btn {
    padding: 6px 20px;
    border: 0;
    font-size: 12px;

}

.product-card__price_actual {
    font-weight: 500
}

.product-card__price_old {
    display: table;
    position: relative;
    font-size: 15px;
    color: #6b6b6b;
    line-height: 1;
    margin: 0
}

.product-card__price_old:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #6b6b6b;
    top: 50%;
    margin-top: -1px;
    left: 0;
    transform: rotate(-12deg)
}

.product-card__price-wrap {
    margin: 18px 0 0
}

.product-card__image-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 293px;
    border-bottom: 1px solid #ddd
}

button.btn.btn_dark.btn_animation.product-card__add-to-favorites {
    width: 91%;
    font-size: 12px;

}

button.product-card__add-to-favorites.js-favorite {
    border: none;
    background-color: white;
}

button.btn.btn_dark.btn_animation.product-card__add-to-favorites.active span {
    font-size: 12px;

}

.product-card__add-to-favorites.btn_dark svg, .product-card__add-to-favorites.btn_dark use {
    fill: #424241;
    stroke: #424241
}

@media screen and (max-width: 768px) {
    .product-card__price_old {
        font-size: 14px
    }
}

@media screen and (min-width: 768px) {
    .product-card__btn {
        padding: 10px;
        border: 0;
        font-size: 14px
    }
}

.products-catalog_mini {
    width: 80%;
    margin: 0 auto
}

@media screen and (max-width: 1024px) {
    .products-catalog_mini {
        width: 100%
    }
}

.products-catalog__fields {
    max-height: none
}

.products-catalog__more-btn {
    margin-top: 10px
}

.recommendations li {
    font-size: 18px;
    font-weight: 400
}

.recommendations li:not(:last-child) {
    margin-bottom: 15px
}

.js-acco-arrow, .recommendations__item {
    font-weight: 400
}

.js-acco-arrow:after, .recommendations__item:after {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-left-color: #3c3c3b;
    border-right-width: 0;
    margin-left: 5px;
    transition: transform .3s linear
}

.js-acco-arrow_link, .recommendations__item_link {
    text-decoration: underline
}

.js-acco-arrow_link:after, .recommendations__item_link:after {
    display: none
}

.recommendations__box {
    display: none;
    padding: 10px 0 0
}

.recommendations__box a {
    display: inline-block;
    margin-bottom: 10px;
    transition: opacity .3s
}

.recommendations__box a:hover {
    opacity: .7
}

.js-acco-arrow:after {
    transform: rotate(90deg)
}

@media screen and (max-width: 650px) {
    .recommendations__box a, .recommendations__item, .recommendations li {
        font-size: 16px
    }

    .recommendations__item:after {
        border-width: 5px
    }
}

@media screen and (max-width: 320px) {
    .recommendations__box a, .recommendations__item, .recommendations li {
        font-size: 14px
    }
}

.remove-from-cart {
    display: inline-block;
    font-size: 13px;
    white-space: nowrap
}

.favorites__product-tools .remove-from-cart {
    margin: 11px 12px 10px
}

@media screen and (max-width: 1023px) {
    .favorites__product-tools .remove-from-cart {
        display: table;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width: 660px) {
    .favorites__product-tools .remove-from-cart {
        margin-top: 0
    }
}

.report_distant {
    margin-top: 40px
}

.report__heads, .report__item {
    display: -ms-flexbox;
    display: flex
}

.report__heads {
    margin: 0 10px 18px;
    color: #818181
}

.report__head:first-child, .report__unit:first-child {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.report__items {
    border: 1px solid #ddd
}

.report__item {
    padding: 20px 49px 20px 40px;
    color: #000
}

.report__item:nth-child(2n) {
    background: #f9f9f9
}

.report__unit:first-child {
    color: #424241
}

.request {
    max-width: 700px;
    margin: 30px auto 45px
}

.request__title {
    margin: 0 0 20px
}

.request__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -25px 20px
}

.request__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 25px;
    margin: 0 0 20px
}

.request__unit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.request__unit_phone .request__field {
    display: none
}

.request__note {
    display: inline-block;
    margin: 0 0 10px
}

.request__field {
    height: 42px
}

.request__agreements, .request__conditions {
    text-align: center
}

.request__agreements {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 0 10px
}

.request__conditions {
    margin: 0 0 40px
}

.request__send {
    display: block;
    min-width: 230px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 13px;
    font-size: 19px
}

@media screen and (max-width: 500px) {
    .request__items {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.shopwindow_distant {
    margin-bottom: 40px
}

.shopwindow__groups {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px
}

.shopwindow__group {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding: 15px 20px;
    border-top: 1px solid #000
}

.bx-ie11 .shopwindow__group {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%
}

.shopwindow__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.shopwindow__items:after {
    content: "";
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%
}

.shopwindow__item {
    text-align: center;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    margin-bottom: 10px
}

.shopwindow__title {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px
}

.shopwindow__picture {
    max-height: 120px
}

@media screen and (max-width: 1023px) {
    .shopwindow__groups {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 600px) {
    .shopwindow_distant {
        margin-bottom: 20px
    }

    .shopwindow__items {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.showcase__slider {
    overflow: hidden
}

.showcase__slider .slick-list, .showcase__slider .slick-track {
    height: 100%
}

.showcase__slider:not(.slick-initialized) {
    visibility: hidden
}

.showcase__item {
    height: 100%
}

.showcase__picture_vertical {
    max-height: 397px;
    max-width: none
}

.showcase__frame {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (max-width: 740px) {
    .showcase__picture_vertical {
        max-height: 260px
    }
}

.showpiece {
    text-align: center
}

.showpiece__title {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: 300;
    padding: 0 0 4px;
    white-space: nowrap;
    margin: 0 0 16px
}

.showpiece__title:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 5px;
    height: 1px;
    background-color: hsla(0, 0%, 100%, .7)
}

.showpiece__title:hover:after {
    background-color: transparent
}

.showpiece__name {
    text-transform: uppercase
}

.showpiece__picture {
    display: block;
    margin: 0 auto 25px;
    max-width: 280px
}

.showpiece__controls {
    display: -ms-flexbox;
    display: flex
}

.similar-collection .slick-list {
    margin-left: -10px;
    margin-right: -10px
}

.similar-collection__item, .similar-collection__unit {
    margin: 0 10px;
    transition: opacity .3s
}

.similar-collection__item:hover, .similar-collection__unit:hover {
    opacity: .9
}

.similar-collection__item {
    width: 280px;
    height: 376px;
    margin-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #424241;
    color: #fff;
    overflow: hidden
}

.similar-collection__image {
    display: inline-block;
    height: 75%
}

.similar-collection__image img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.similar-collection__info {
    height: 25%;
    padding: 20px
}

.similar-collection__title {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase
}

.similar-collection__text {
    font-size: 12px
}

.similar-collection__slider .slick__arrow {
    z-index: 9
}

.similar-collection__slider .slick__arrow svg.icon {
    fill: #424241
}

.similar-collection__slider .slick__arrow_next {
    right: -40px
}

.similar-collection__slider .slick__arrow_prev {
    left: -40px;
    transform: translateY(-50%) rotate(180deg)
}

.similar-collection__slider .slick-dots {
    bottom: -85px !important
}

@media screen and (max-width: 1340px) {
    .similar-collection__item {
        padding-bottom: 20px
    }
}

@media screen and (max-width: 1155px) {
    .similar-collection__slider .slick__arrow_next {
        right: -30px
    }

    .similar-collection__slider .slick__arrow_prev {
        left: -30px
    }
}

@media screen and (max-width: 480px) {
    .similar-collection__item {
        height: 248px
    }

    .similar-collection__info {
        padding: 3px 10px 10px
    }

    .similar-collection__title {
        margin-bottom: 5px;
        font-size: 14px
    }

    .similar-collection__description {
        font-size: 10px
    }

    .similar-collection__slider .slick-dots {
        position: relative !important;
        bottom: 0 !important;
        margin-bottom: 0
    }
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 61px;
    padding: 0;
    background: transparent;
    outline: none;
    box-shadow: none;
    border: 0;
    cursor: pointer
}

.slick-arrow svg.icon {
    fill: #fff
}

.slick-prev {
    left: 0
}

.slick-next {
    right: 0
}

.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none
}

.slick-dots li {
    padding: 0;
    margin: 0
}

.slick-dots li + li {
    margin-left: 20px
}

.slick-dots button {
    display: block;
    height: 3px;
    width: 170px;
    -webkit-appearance: none;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    background-color: hsla(0, 0%, 100%, .6)
}

.slick-dots li.slick-active button {
    background-color: #fff
}

.slider_main .slider__slide-desc {
    left: 12.5%;
    right: 12.5%;
    -ms-flex-pack: start;
    justify-content: flex-start;
    pointer-events: none
}

.slider_main .slider__slide-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    width: 100%
}

.slider_main__holder {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 650px) {
    .slider_main__holder {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .slider_main__holder {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }
}

.slider_main__holder--bottom {
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 30px
}

.slider_main__holder--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.slider_main__block {
    display: block;
    max-width: 460px
}

@media screen and (max-width: 1024px) {
    .slider_main__block {
        max-width: 400px;
        max-width: 300px
    }
}

.slider_main__block:not(:last-child) {
    margin-bottom: 30px
}

@media screen and (max-width: 1440px) {
    .slider_main__block:not(:last-child) {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 1024px) {
    .slider_main__block:not(:last-child) {
        margin-bottom: 10px
    }
}

.slider_main__title--shadow {
    text-shadow: 3px 1px 2px #969696
}

.slider_main__title__sub-title {
    font-size: 22px;
    margin-top: 0
}

@media screen and (max-width: 1024px) {
    .slider_main__title__sub-title {
        font-size: 18px
    }
}

.slider_main__title--extra-large {
    font-size: 140px
}

@media screen and (max-width: 1440px) {
    .slider_main__title--extra-large {
        font-size: 100px
    }
}

@media screen and (max-width: 1024px) {
    .slider_main__title--extra-large {
        font-size: 60px
    }
}

.slider_main__title--large {
    font-size: 45px
}

@media screen and (max-width: 1440px) {
    .slider_main__title--large {
        font-size: 30px
    }
}

@media screen and (max-width: 1024px) {
    .slider_main__title--large {
        font-size: 20px
    }
}

.slider_main__title--medium {
    font-size: 30px
}

@media screen and (max-width: 1440px) {
    .slider_main__title--medium {
        font-size: 20px
    }
}

@media screen and (max-width: 1024px) {
    .slider_main__title--medium {
        font-size: 15px
    }
}

.slider_main__title--small {
    font-size: 20px
}

@media screen and (max-width: 1440px) {
    .slider_main__title--small {
        font-size: 16px
    }
}

@media screen and (max-width: 1024px) {
    .slider_main__title--small {
        font-size: 14px
    }
}

.slider_main__text--shadow {
    text-shadow: 3px 1px 2px #969696
}

.slider_main__text--large {
    font-size: 20px
}

@media screen and (max-width: 1440px) {
    .slider_main__text--large {
        font-size: 16px
    }
}

@media screen and (max-width: 1024px) {
    .slider_main__text--large {
        font-size: 14px
    }
}

.slider_main__text--medium {
    font-size: 16px
}

@media screen and (max-width: 1440px) {
    .slider_main__text--medium {
        font-size: 14px
    }
}

@media screen and (max-width: 1024px) {
    .slider_main__text--medium {
        font-size: 12px
    }
}

.slider_main__text--small {
    font-size: 12px
}

@media screen and (max-width: 1024px) {
    .slider_main__text--small {
        font-size: 10px
    }
}

.slider_main__content {
    max-width: 800px;
    border: none;
    text-align: start
}

.slider_main__content tr {
    background-color: transparent;
    text-align: start;
    font-weight: 400
}

.slider_main__content tr td {
    width: auto;
    border: none
}

.slider_main__content tr td:first-child {
    padding-right: 50px
}

.slider_main__content tr td:last-child {
    padding-left: 50px
}

.slider_main__content tr td--bordered {
    border-right: 1px solid #fff
}

@media screen and (max-width: 1024px) {
    .slider_main__content tr td:first-child {
        padding-right: 35px
    }

    .slider_main__content tr td:last-child {
        padding-left: 35px
    }
}

.slider_main a {
    pointer-events: auto;
    text-decoration: underline
}

.slider_main a:hover {
    text-decoration: none
}

.slider_main__holder .slider_main__content {
    max-width: 80%;
    border: none !important;
    text-align: start
}

@media screen and (max-width: 768px) {
    .slider_main__holder .slider_main__content {
        max-width: none
    }
}

.slider_main__holder .slider_main__content tr, .slider_main__holder .slider_main__content tr:first-of-type {
    background-color: transparent !important;
    text-align: start;
    font-weight: 400
}

.slider_main__holder .slider_main__content tr:first-of-type td:first-child {
    position: relative
}

.slider_main__holder .slider_main__content tr:first-of-type td:first-child:after {
    content: "";
    position: absolute;
    height: 50%;
    width: 3px;
    background-color: #fff;
    top: 25%;
    right: 0
}

@media screen and (max-width: 768px) {
    .slider_main__holder .slider_main__content tr:first-of-type td:first-child:after {
        width: 2px
    }
}

.slider_main__holder .slider_main__content tr td {
    width: auto !important;
    text-align: start !important;
    border: none
}

.slider_main__holder .slider_main__content tr td:first-child {
    padding-right: 50px
}

@media screen and (max-width: 1024px) {
    .slider_main__holder .slider_main__content tr td:first-child {
        padding-right: 30px
    }
}

@media screen and (max-width: 768px) {
    .slider_main__holder .slider_main__content tr td:first-child {
        padding-right: 12px
    }
}

.slider_main__holder .slider_main__content tr td:last-child {
    padding-left: 50px
}

@media screen and (max-width: 1024px) {
    .slider_main__holder .slider_main__content tr td:last-child {
        padding-left: 30px
    }
}

@media screen and (max-width: 768px) {
    .slider_main__holder .slider_main__content tr td:last-child {
        padding-left: 12px
    }
}

.slider {
    width: 100%
}

.slider .swiper-hidden {
    visibility: hidden
}

.slider .swiper-button__svg {
    fill: #fff
}

.slider .swiper-pagination-bullet-active {
    transition: all .5s ease-in;
    animation-name: d;
    animation-duration: .6s
}

.slider .swiper-button-next, .slider .swiper-button-prev {
    display: none;
    background-image: none
}

.slider.swiper-container-horizontal > .swiper-pagination-bullets {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: 14px
}

.slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 5px
}

.slider .swiper-pagination-bullet {
    display: block;
    width: 35px;
    height: 2px;
    margin-right: 5px;
    background-color: #fff;
    opacity: .6;
    cursor: pointer;
    border-radius: 0;
    transition: opacity .2s
}

.slider .swiper-pagination-bullet-active, .slider .swiper-pagination-bullet:focus, .slider .swiper-pagination-bullet:hover {
    opacity: 1
}

.slider .swiper-slide {
    overflow: hidden
}

.slider__slide:not(.swiper-slide-active) .slider__video-wrapper, .slider__slide:not(.swiper-slide-active) .swiper-lazy-preloader {
    visibility: hidden
}

.slider__slide-desktop {
    display: none
}

.slider__slide-mobile {
    display: block
}

.slider__slide-pseudo-img {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    height: 100%;
    width: 100%;
    min-height: 290px
}

.slider__slide-image {
    height: 100%
}

.slider__slide-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    vertical-align: middle
}

.slider__slide-image img.slider__slide-mobile {
    max-width: none;
    width: 100%;
    height: 500px
}

.no-object-fit .slider__slide-image img {
    display: none
}

.slider__slide-image_alter img {
    width: auto;
    max-width: none;
    margin-right: -270px
}

.slider__slide-desc {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.slider__slide-desc_alter {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.slider__video-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 500px
}

.slider__video-wrapper object-fit {
    visibility: visible !important
}

.slider__video-desktop, .slider__video-mobile, .slider__video-tablet {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.slider__video-desktop {
    font-family: "object-fit: cover;"
}

.slider__slide-title {
    width: 100%;
    margin: 0 0 5px;
    font-size: 46px;
    line-height: 58px;
    font-weight: 100;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #fff
}

.slider__slide-text {
    margin: 0 0 29px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #fff
}

.slider__link {
    display: block;
    cursor: pointer
}

.slider__btn {
    display: none
}

.slider__slide-ref {
    display: block;
    height: 100%
}

.slider__feature, .slider__slide-ref_alter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.slider__feature {
    margin: 0 0 30px;
    color: #fff;
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.slider__feature-text {
    margin: 0 0 6px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 23px
}

.slider__feature-ref {
    text-decoration: underline;
    font-size: 18px;
    pointer-events: auto
}

.slider__feature-ref:hover {
    text-decoration: none
}

.slider--small {
    margin-bottom: 25px
}

.slider--small.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px
}

.slider--small .slider__slide-desc {
    top: auto;
    bottom: 22px;
    padding: 30px 20px
}

.slider--small .slider__slide-text {
    margin: 0 0 15px;
    margin: 0
}

.slider__slide {
    position: relative;
}

p.slicetext {
    position: absolute;
    top: 70%;
    left: 90px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;

    text-shadow: 5px 4px 5px black, 0 0 4em #212529;
}
@media (min-width: 500px) {
    p.slicetext {
        font-size: 20px;
        top: 75%;
        left: 120px;
    }

}

@media (min-width: 600px) {
    p.slicetext {

        top: 80%;
        left: 120px;
    }

}

@media (min-width: 768px) {
    p.slicetext {
        font-size: 20px;
        left: 18%;
    }

}

@media (min-width: 1000px) {
    p.slicetext {



    }

}

@media (orientation: portrait) {
    .slider__video-tablet[data-mobile-video-exists=true] {
        display: none
    }
}

@media (orientation: landscape) {
    .slider__video-mobile[data-tablet-video-exists=true] {
        display: none
    }
}

@media (min-width: 650px) {
    .slider__slide-desktop {
        display: block
    }

    .slider__slide-mobile {
        display: none
    }
}

@media (min-width: 768px) {
    .slider .swiper-pagination {
        margin-bottom: 0
    }

    .slider.swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 49px
    }

    .slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin-right: 11px
    }

    .slider .swiper-pagination-bullet {
        width: 140px;
        height: 3px
    }

    .slider .swiper-button-next use, .slider .swiper-button-prev use {
        fill: #fff
    }

    .slider .swiper-button-next, .slider .swiper-button-prev {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        width: 32px;
        height: 101px;
        background-image: none;
        transition: opacity .2s;
        padding: 20px 5px
    }

    .slider .swiper-button-next {
        right: 20px;
        margin-right: -5px
    }

    .slider .swiper-button-prev {
        left: 20px;
        margin-left: -5px
    }

    .slider .swiper-button-next:after {
        content: "";
        position: absolute;
        background-color: #000;
        opacity: .5;
        display: block;
        left: 0;
        height: 0;
        width: 100%;
        z-index: -1;
        transition: height .3s ease-in-out;
        bottom: 0
    }

    .slider .swiper-button-next:hover:after {
        height: 100%
    }

    .slider .swiper-button-prev:after {
        content: "";
        position: absolute;
        background-color: #000;
        opacity: .5;
        display: block;
        left: 0;
        height: 0;
        width: 100%;
        z-index: -1;
        transition: height .3s ease-in-out;
        top: 0
    }

    .slider .swiper-button-prev:hover:after {
        height: 100%
    }

    .slider__slide-desc {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start
    }

    .slider__container {
        width: 94%;
        max-width: 1180px
    }

    .slider__slide-pseudo-img {
        background-position: 50%
    }

    .slider, .slider__slide-image img {
        height: 489px
    }

    .slider__slide-image_alter img {
        margin-right: -240px
    }

    .slider__container {
        position: relative;
        width: 90%;
        margin: 0 auto
    }

    .slider__wrapper {
        padding-top: 154px
    }

    .slider__feature, .slider__slide {
        text-align: left
    }

    .slider__slide-title {
        font-size: 85px;
        font-weight: 300;
        line-height: 100px;
        letter-spacing: 4.7px;
        transition: transform .3s ease-in-out, opacity .3s ease-in-out;
        transform: translateY(-25px);
        opacity: 0
    }

    .slider__slide-title--current {
        opacity: 1;
        transform: translateY(0)
    }

    .slider__slide-text {
        font-size: 19px;
        line-height: 23px;
        letter-spacing: .9px;
        margin-bottom: 32px;
        transition: transform .2s ease-in-out .2s, opacity .2s ease-in-out .2s;
        transform: translateX(30px);
        opacity: 0
    }

    .slider__slide-text--current {
        opacity: 1;
        transform: translateX(0)
    }

    .slider__btn {
        position: absolute;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        width: 22px;
        height: 61px
    }

    .slider__btn--prev {
        left: 0
    }

    .slider__btn--next {
        right: 0
    }

    .slider__btn {
        fill: #fff
    }

    .slider--small .swiper-button-next, .slider--small .swiper-button-prev {
        display: none
    }

    .slider--small .slider__slide-desc {
        display: block;
        top: calc(50% - 60px);
        bottom: auto
    }
}

@media (min-width: 769px) {
    .slider__video-wrapper {
        height: 100%
    }

    .slider--small .slider__slide-desc {
        padding: 65px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }
}

@media (min-width: 1024px) {
    .slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin-right: 20px
    }

    .slider .swiper-pagination-bullet {
        width: 170px;
        border-radius: none
    }

    .slider__container {
        max-width: 1180px
    }

    .slider, .slider__slide-image img {
        height: 100vh
    }

    .slider__slide-title {
        letter-spacing: 6.8px;
        margin-bottom: 9px
    }

    .slider__slide-text {
        line-height: 30px;
        letter-spacing: 1.3px;
        margin-bottom: 34px
    }

    .slider--small .swiper-button-next, .slider--small .swiper-button-prev {
        display: block;
        top: calc(50% + 60px)
    }

    .slider--small, .slider--small .slider__slide-image img {
        height: 60vh
    }

    .slider--small .slider__slide-title {
        font-size: 50px;
        line-height: 1;
        margin-bottom: 0;
        font-weight: 400;
        letter-spacing: 2px;
        min-height: 23px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        position: relative;
        top: -4px
    }

    .slider--small .slider__slide-text {
        font-size: 18px;
        line-height: 1;
        text-transform: none
    }

    .slider--small .slider__slide-text + .slider--small .slider__slide-text {
        margin-top: 8px
    }

    .slider--small .slider__slide-text {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: .7px;
        margin-bottom: 0
    }
}

@media (min-width: 1261px) {
    .slider .swiper-button-prev {
        left: 8.5%
    }

    .slider .swiper-button-next {
        right: 8.5%
    }

    .slider__slide-desc {
        text-align: left;
        left: 8.5%;
        right: 8.5%
    }

    .slider__slide-btn {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start
    }

    .slider__slide-image_alter img {
        margin-right: 0
    }

    .slider--small .slider__slide-desc {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start
    }

    .slider--small .slider__slide-title {
        text-align: left
    }
}

@media (min-width: 1450px) {
    .slider__slide-title {
        font-size: 110px;
        line-height: 125px
    }

    .slider__slide-text {
        font-size: 22px
    }
}

@media (min-width: 1600px) {
    .slider__slide-image_alter img {
        width: 100%;
        max-width: 100%
    }
}

@keyframes d {
    0% {
        transform: translateX(-10px)
    }
    70% {
        transform: translateX(5px)
    }
    90% {
        transform: translateX(-2px)
    }
    to {
        transform: translateY(0)
    }
}

.steps {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px 30px
}

.steps__item {
    width: 25%;
    margin-bottom: 10px;
    padding: 0 10px
}

.steps__picture {
    height: 50px;
    margin: 0 auto 14px;
    display: block
}

.steps__description {
    font-size: 11px
}

.steps__description sup {
    top: -.2em;
    font-size: 130%
}

@media screen and (max-width: 1024px) {
    .steps {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .steps__item {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-align: center;
        align-items: center
    }

    .steps__picture {
        width: 60px;
        height: auto;
        margin: 0 16px 0 0
    }

    .steps__description {
        font-size: 15px
    }
}

.stickers {
    position: absolute;
    left: 0;
    bottom: 10px
}

.stickers__item {
    display: table;
    border-radius: 0 15px 15px 0;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .08);
    background: linear-gradient(90deg, #d8dad9 0, #fff)
}

.stickers__item:not(:first-of-type) {
    margin-top: 5px
}

.stickers__item span {
    display: inline-block;
    padding: 2px 15px 2px 2px;
    font-size: 14px;
    color: #818181;
    white-space: nowrap;
    text-overflow: ellipsis
}

.structure {
    color: #60605e;
    line-height: 26px
}

.structure__header {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin: 0 0 25px;
    color: #000
}

.structure td {
    vertical-align: top;
    padding-bottom: 60px
}

.structure td > :last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.structure td:first-child {
    padding-right: 100px
}

.structure img {
    height: auto
}

.structure p {
    margin-bottom: 40px
}

.structure a {
    text-decoration: underline
}

.structure a:hover {
    text-decoration: none
}

@media (max-width: 1450px) {
    .structure td:first-child {
        padding-right: 40px
    }

    .structure img {
        max-width: 100%;
        min-width: 260px
    }
}

@media (max-width: 767px) {
    .structure {
        font-size: 14px;
        line-height: 21px
    }

    .structure td {
        display: block;
        padding-bottom: 30px
    }

    .structure td:first-child {
        padding-right: 0
    }

    .structure p {
        margin-bottom: 30px
    }

    .structure__header {
        margin: 0 0 15px
    }
}

.support-content__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px
}

.systems-block {
    padding: 22px 0 51px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.systems-block-wrap {
    background-color: #d2d2d2
}

.systems-block__text {
    font-size: 18px;
    color: #000;
    text-align: center
}

.systems-block__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 60px
}

.systems-block__item {
    width: 22%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 90px
}

.systems-block__icon {
    width: 80px;
    margin-right: 19px;
    overflow: hidden
}

.systems-block__svg {
    width: 100%;
    fill: #737373
}

.systems-block__description {
    width: 55%;
    font-size: 16px;
    color: #000
}

.systems-block__btn {
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    padding: 11px 29px;
    margin-top: -41px
}

.systems-block .slick-list, .systems-block .slick-slide, .systems-block .slick-track {
    min-width: 100px
}

@media screen and (max-width: 1024px) {
    .systems-block__text {
        font-size: 16px
    }

    .systems-block__item {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .systems-block__icon {
        margin-right: 0;
        margin-bottom: 25px
    }

    .systems-block__description {
        width: 100%
    }
}

@media screen and (max-width: 665px) {
    .systems-block__description {
        width: 60%;
        text-align: center
    }

    .systems-block__item.slick-slide {
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width: 650px) {
    .systems-block__btn {
        margin-top: 0
    }
}

@media screen and (max-width: 450px) {
    .systems-block__text {
        font-size: 14px
    }

    .systems-block__items {
        padding-top: 25px
    }

    .systems-block__description {
        font-size: 12px
    }
}

.systems {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.systems, .systems__item {
    display: -ms-flexbox;
    display: flex
}

.systems__item {
    width: 25%;
    margin-bottom: 40px;
    padding: 10px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.systems__title {
    padding-top: 20px;
    font-size: 14px;
    text-align: center;
    color: #3c3c3b;
    text-transform: uppercase
}

@media screen and (max-width: 1024px) {
    .systems__item {
        width: 33%;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 650px) {
    .systems__item {
        width: 50%;
        margin-bottom: 10px
    }

    .systems__title {
        font-size: 12px
    }
}

@media screen and (max-width: 480px) {
    .systems__item {
        width: 100%
    }
}

.text-block {
    padding: 0 100px 25px;
    margin: 0 0 20px;
    text-align: center
}

.text-block__text {
    max-width: 770px;
    margin: 0 auto;
    font: 400 18px/1.44 EuclidFlex, sans-serif;
    color: #3c3c3b
}

.text-block__marked {
    font-size: 20px;
    max-width: 840px;
    padding: 50px 0;
    margin: 0 auto;
    position: relative;
    color: #3c3c3b;
    font-weight: 400;
    text-align: center;
    line-height: 1.4
}

.text-block__marked:after, .text-block__marked:before {
    content: "";
    height: 2px;
    width: 101px;
    background-color: #979797;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.text-block__marked:before {
    width: 40%;
    top: 20px
}

.text-block__marked:after {
    width: 40%;
    bottom: 20px
}

.text-block_simple {
    margin-top: 0
}

.text-block_simple .text-block__marked {
    padding-top: 30px
}

.text-block_simple .text-block__marked:before {
    content: none
}

.text-block_compact {
    padding-bottom: 0
}

.text-block_separate {
    margin-top: 30px
}

.info .text-block {
    padding: 53px 0 0
}

.info .text-block__text {
    font-weight: 400;
    font-size: 18px
}

@media screen and (max-width: 1024px) {
    .text-block:not(:text-block_compact) {
        padding: 0 100px 45px;
        margin-top: 55px
    }

    .text-block:not(:text-block_compact) __text {
        font-size: 16px
    }

    .text-block:not(:text-block_compact) __marked {
        font-size: 18px
    }
}

@media screen and (max-width: 768px) {
    .text-block:not(:text-block_compact) {
        padding: 0 30px 20px;
        margin-top: 30px
    }

    .info .text-block__text, .text-block:not(:text-block_compact) __text {
        font-size: 16px
    }
}

@media screen and (max-width: 480px) {
    .text-block {
        padding: 0 10px;
        margin-top: 15px
    }

    .text-block:not(:text-block_compact) __text {
        font-size: 12px
    }

    .text-block:not(:text-block_compact) __marked {
        padding: 38px 0;
        font-size: 14px
    }
}

@media screen and (max-width: 650px) {
    .info .text-block {
        padding: 0;
        margin-top: 20px
    }

    .info .text-block__marked {
        font-size: 12px
    }

    .info .text-block__text {
        font-size: 12px;
        font-weight: 400
    }
}

.thing__showcase {
    position: relative;
    display: block;
    padding-bottom: 70%
}

.thing__picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.thing__title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.3px;
    color: #383451;
    text-transform: uppercase;
    margin: 5px 20px 5px 0
}

.thing__description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 20px
}

.thing__ref {
    padding: 16px 35px 13px
}

.tooltip {
    position: relative;
    width: 16px;
    height: 16px
}

.tooltip__icon {
    width: 100%;
    height: 100%
}

.tooltip__text {
    position: absolute;
    width: 500px;
    height: auto;
    padding: 20px;
    margin-left: 15px;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #3f3f3f;
    font-size: 12px;
    box-shadow: 0 0 27px rgba(0, 0, 0, .2);
    z-index: 14;
    visibility: hidden
}

.tooltip__text:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    margin: auto;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 9px solid #fff;
    width: 0;
    height: 0
}

.tooltip__text_bottom {
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0
}

.tooltip__text_no-arrow:before {
    content: none
}

.tooltip:hover .tooltip__text {
    visibility: visible
}

@media screen and (max-width: 1365px) {
    .tooltip__text_left {
        right: 100%;
        left: auto;
        margin-left: 0;
        margin-right: 15px
    }

    .tooltip__text_left:before {
        display: none
    }

    .tooltip__text_left:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        margin: auto;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 9px solid #fff;
        width: 0;
        height: 0
    }
}

@media screen and (max-width: 1000px) {
    .tooltip__text {
        width: 400px
    }

    .tooltip__text div {
        font-size: 12px
    }
}

@media screen and (max-width: 768px) {
    .tooltip__text {
        width: 255px
    }

    .tooltip__text div {
        font-size: 12px
    }
}

@media screen and (max-width: 650px) {
    .tooltip__text {
        right: 100%;
        left: auto;
        margin-left: 0;
        margin-right: 15px
    }

    .tooltip__text:before {
        display: none
    }

    .tooltip__text:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        margin: auto;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 9px solid #fff;
        width: 0;
        height: 0
    }
}

.top-section {
    height: 60vh;
    min-height: 542px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.top-section h1 {
    position: absolute
}

.top-section__background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
    max-width: 100%;
    height: auto
}

.top-section__background img.mobile {
    display: none
}

.top-section__background img.desktop {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover
}

.top-section__video {
    width: 100%;
    height: 100%
}

.top-section__video .video-container {
    height: 100%;
    overflow: hidden
}

.top-section__video .video {
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

.top-section_h-auto {
    height: auto
}

.top-section_h-auto + .container > .info .text-block {
    padding: 0
}

.top-section_distant {
    margin-bottom: 30px
}

.top-section_long-text {
    margin-bottom: 25px
}

.top-section_long-text h1 {
    width: 83.3%;
    max-width: 1200px;
    text-align: left;
    font-size: 52px
}

@media screen and (max-width: 1150px) {
    .top-section_long-text {
        height: 489px
    }

    .top-section_long-text h1 {
        width: 93.75%;
        font-size: 38px
    }
}

@media screen and (max-width: 650px) {
    .top-section {
        height: auto;
        min-height: auto
    }

    .top-section__background {
        position: static;
        z-index: -1;
        overflow: hidden;
        max-width: 100%;
        height: auto
    }

    .top-section__background img.desktop {
        display: none
    }

    .top-section__background img.mobile {
        display: block;
        position: relative;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        object-fit: cover
    }
}

@media screen and (max-width: 650px) {
    .top-section_h-auto {
        height: auto
    }

    .top-section_long-text h1 {
        font-size: 18px
    }
}

.towns {
    width: 100%;
    max-width: 990px;
    border: 1px solid #979797;
    padding: 45px 62px 17px;
    color: #464646
}

.towns__header {
    color: #3c3c3b;
    font-size: 24px;
    line-height: 1.21em;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 1em
}

.towns__search-box {
    position: relative;
    margin: 0 0 22px
}

.towns__search {
    -webkit-appearance: none;
    height: 45px;
    border: 1px solid #d8d8d8;
    padding-right: 50px
}

.towns__send {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background: url(/local/templates/volhovec/images/raster/search.png) no-repeat 50%;
    background-size: 80% 80%;
    border: 0;
    cursor: pointer
}

.towns__content {
    display: -ms-flexbox;
    display: flex
}

.towns__main {
    width: calc(100% - 244px)
}

.towns__aside {
    margin: 0;
    list-style-type: none;
    -ms-flex: 1 1 244px;
    flex: 1 1 244px;
    padding: 0 0 0 65px
}

.towns__aside li:not(:last-child) {
    margin: 0 0 30px
}

.towns__country, .towns__primary-unit {
    display: inline-block;
    font-size: 17px;
    line-height: 1.35em
}

.towns__country {
    font-weight: 500
}

.towns__country_leader {
    margin: 0 0 15px
}

.towns__country_secondary {
    margin: 0 0 5px
}

.towns__primary {
    margin: 0 0 56px;
    padding: 0;
    list-style-type: none
}

.towns__primary li:not(:last-child) {
    margin-bottom: 3px
}

.towns__primary-unit {
    font-weight: 700
}

.towns__collection {
    column-count: 3;
    column-gap: 60px;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.towns__list {
    margin: 0;
    padding: 0 0 0 34px;
    list-style-type: none
}

.towns__list li:not(:last-child) {
    margin: 0 0 10px
}

.towns__group {
    position: relative;
    display: inline-block
}

ul li.towns__group {
    margin: 0 0 50px
}

.towns__letter {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    font-weight: 500
}

.towns__item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.47em
}

.towns__sublist {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.towns__sublist li:not(:last-child) {
    margin: 0 0 5px
}

@media screen and (max-width: 960px) {
    .towns__collection {
        column-count: 2
    }
}

@media screen and (max-width: 740px) {
    .towns__content {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .towns__main {
        width: 100%
    }

    .towns__aside {
        padding: 0 0 20px
    }
}

@media screen and (max-width: 500px) {
    .towns__collection {
        column-count: 1
    }
}

.video {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 650px) {
    .video {
        display: block
    }
}

.ware {
    background: #ededed;
    background-clip: content-box
}

.ware__frame {
    height: 190px;
    overflow: hidden
}

.ware__description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px
}

.ware__picture {
    vertical-align: bottom
}

.object-fit .ware__picture {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ware__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #6b6b6b;
    color: #fff;
    padding: 8px 15px 10px;
    white-space: nowrap
}

.ware__text {
    font-size: 13px;
    margin: 0 auto 0 0;
    max-width: 200px;
    padding: 0 10px 0 0
}

.ware__tooltip {
    margin: 0 10px 0 0;
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media (max-width: 1023px) {
    .ware__description {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end
    }
}

.product-pic-zoom {
    margin-bottom: 35px;
}

.product-thumbs-track {
    width: 1200px;
}

.product-thumbs .pt {
    width: 116px;
    height: 116px;
    float: left;
    margin-right: 31px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.product-thumbs .pt img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-thumbs .pt:last-child {
    margin-right: 0;
}

.product-thumbs .pt.active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 5px solid #42424152;
    z-index: 1;
}

.site-btn {
    display: inline-block;
    border: 1px solid rgba(0, 40, 100, 0.12);
    font-size: 14px;
    line-height: 1.5rem;
    font-weight: 600;
    min-width: 167px;
    padding: 0.375rem 1rem;
    border-radius: 3px;
    text-transform: uppercase;
    background: #424241;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.site-btn:hover {
    color: #fff !important;
}

.selectgroup-item {
    margin-right: .5rem;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.selectgroup-item .selectgroup-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.selectgroup-item .selectgroup-input:checked + .selectgroup-button {
    border-color: #424241;
    z-index: 1;
    color: #000;
    background: rgba(66, 66, 65, 0.15);
}

.selectgroup-item .selectgroup-button {
    display: block;
    border: 1px solid rgba(0, 40, 100, 0.12);
    text-align: center;
    padding: 0.375rem 1rem;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    color: #9aa0ac;
    user-select: none;
    font-size: 14px;
    line-height: 1.5rem;
    min-width: 2.375rem;
}

#category-filter {
    display: flex;
    flex-direction: column;
}

[data-name="tovar-po-akcii"] {
    order: 3;
    margin-top: 30px;
}

[data-name="dveri-pod-zakaz"] {
    order: 4;
    display: none;
}

[data-name="color"] {
    order: 2;
}

.products-catalog__buttons.mt-4 {
    order: 5;
}

.favorites__table-cell {
    display: flex;
    justify-content: space-around;
}

dt {
    font-size: 10px;
}

.site-pagination {
    font-size: 12px;
}

.products-catalog__filters {
    width: 100%;
}

@media (min-width: 990px) {

    .products-catalog__filters {
        width: auto;
    }
}

.cennik {
    height: 275px;
}

.products-catalog__filters-inner {
    width: auto;
}

@media (min-width: 767px) {
    .cennik {
        height: 248px;
    }

    .products-catalog__filters-inner {
        width: 280px;
    }
}

img.action {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;

}

/* ----------------
  Publications
---------------------*/

.publication {
    width: 100%;
}

.publication .meta {
    list-style-type: none;
    margin-left: 0;
}

.publication .meta:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
}

.publication .meta li {
    position: relative;
    float: left;
    margin-right: 24px;
}

.publication ul,
.publication ol {
    margin: 0 0 1em 1em;
}

.publication ul li,
.publication ol li {
    font-size: 14px;
    color: #585858;
    line-height: 1.6;
}

.publication img {
    width: 100%;
}

.pokazat {
    order: 5;
}

.title.title_light {
    text-shadow: 5px 4px 5px black, 0 0 4em #212529;
}

a.phone {
    font-family: sans-serif;
}