

/* Start:/assets/style.css?178428767197247*/
/*fancybox*/
.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}

* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

*,
html * {
    scrollbar-width: thin;
    scrollbar-color: #e1e1e1 #f5f5f5;
}

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
    background: #f5f5f5;
}

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
    background-color: #e1e1e1;
}

body {
    overflow: hidden;
    overflow-y: scroll;
    font-family: 'hnc';
    font-weight: 500;
    font-style: normal;
    font-size: 0px;
    line-height: normal;
    font-display: swap;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #232323;
}

svg {
    display: block;
    width: 100%;
    height: auto;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

html:not(.bx-admin) img {
    pointer-events: none;
}

input,
button,
textarea,
select {
    font-family: 'hnc';
    border: none;
    background: none;
    box-shadow: none;
    border-radius: 0px;
}

html:not(.bx-admin) input,
html:not(.bx-admin) button,
html:not(.bx-admin) textarea,
html:not(.bx-admin) select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button {
    cursor: pointer;
}

.app {
    max-width: 1920px;
    margin: 0px auto;
    overflow-x: clip;
    overflow-y: visible;
}

.of {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.ofc {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.gr {
    position: relative;
    overflow: hidden;
}

.gr:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: -150%;
    transform: skewX(-45deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    z-index: 1;
    pointer-events: none;
}

.gr:hover:before {
    left: 150%;
    transition: 0.5s ease-in-out;
}

.lc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lo {
    overflow: hidden;
    text-overflow: ellipsis;
}

.hn {
    font-weight: bold;
    font-style: normal;
    font-family: "Roboto Condensed";
    font-size: 22px;
}

.hnb {
    font-family: 'hnb';
    font-weight: bold;
    font-style: normal;
}

.hncb {
    font-family: 'hncb';
    font-weight: bold;
    font-style: normal;
}

/*reset*/

.d {
    font-size: 16px;
    /* padding-bottom: 100px; */
}


/*container*/

.c {
    max-width: 1170px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 24px;
}


/*brcr*/

.b {
    padding-top: 50px;
    padding-bottom: 53px;
}

.bc {
    display: flex;
    justify-content: space-between;
}

.bcb {
    display: flex;
    flex-wrap: wrap;
}

.bci {
    font-size: 16px;
    line-height: 22px;
}

.bci a {
    display: block;
    color: #232323;
    text-transform: uppercase;
    text-decoration: underline;
    transition: color 0.5s;
}

.bci a:hover {
    color: #670D22;
}

.bci span {
    display: block;
    color: #670D22;
    text-transform: uppercase;
}

.bcs {
    font-size: 16px;
    line-height: 22px;
    margin: 0px 6px;
}

.bcs span {
    display: block;
    text-transform: uppercase;
}

.br {
    margin-left: 30px;
}


/*page*/

.pt {
    font-size: 72px;
    line-height: 67px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.pt i {
    font-style: normal;
    color: #670D22;
}

.pst {
    font-size: 66px;
    line-height: 73px;
    color: #000000;
    margin-bottom: 50px;
}


/*slider*/

.s {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    touch-action: pan-y;
    cursor: -webkit-grab;
    cursor: grab;
	z-index:1;
}

.sw {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    transform: translate3d(0px, 0, 0);
}

.ss {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    transform: translate3d(0px, 0, 0);
}


/*header*/

.hpb {
    height: 43px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hpl {
    display: flex;
}

.hpi {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
}

.hpi:not(:last-child) {
    margin-right: 96px;
}

.hpi a {
    color: #232323;
    text-decoration: none;
    transition: color 0.5s;
}

.hpi:not(.hpic) a:hover {
    color: #670D22;
}

.hpic a {
    color: #670D22;
}

.hpic a:hover {
    color: #96485A;
}

.hps {
    display: flex;
    align-items: center;
}

.hpsi:not(:last-child) {
    margin-right: 27px;
}

.hpsi a {
    color: #232323;
    transition: color 0.5s;
}

.hpsi a:hover {
    color: #670D22;
}

.hpsi svg {
    width: 18px;
}

.h {
    background-color: #232323;
}

.hb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 115px;
}

.hl {
    width: 120px;
    margin-right: 30px;
}

.hl img {
    transition: opacity 0.5s;
}

.hl a:hover img {
    opacity: 0.8;
}

.hz {
    display: none;
    flex: none;
    margin-left: 10px;
}

.hzu {
    display: block;
    color: #ffffff;
    width: 30px;
}

.hr {
    display: flex;
    align-items: center;
}

.hm {
    display: flex;
    align-items: center;
}

.hmi:not(:last-child) {
    /* margin-right: 3px; */
}

.hmi a {
    display: inline-block;
    line-height: 20px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px;
    transition: color 0.5s;
}

.hmi:not(.hmia) a:hover {
    color: #96485A;
}

.hmia {
    background-color: #670D22;
}

.hs {
    margin-left: 20px;
}

.hs form {
    display: flex;
}

.hs input {
    width: 195px;
    height: 29px;
    font-size: 12px;
    background-color: transparent;
    border: 2px solid #8C8C8C;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 13px;
    transition: border-color 0.5s;
}

.hs input:focus {
    border-color: #ffffff;
}

.hs button {
    padding-left: 9px;
    flex: none;
    transition: opacity 0.5s;
}

.hs button:hover {
    opacity: 0.8;
}


/*footer*/

.f {
    background-color: #232323;
    color: #ffffff;
    padding-top: 100px;
    padding-bottom: 70px;
}

.fx {
    display: none;
}

.fb {
    display: flex;
    justify-content: space-between;
}

.fcf {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.fpf {
    padding-bottom: 90px;
}

.fcl {
    width: 420px;
}

.fm {
    display: flex;
}

.fmc:not(:last-child) {
    margin-right: 76px;
}

.fmi:not(:last-child) {
    margin-bottom: 20px;
}

.fmi a {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.5s;
}

.fmi a:hover {
    color: #96485A;
}

.fcc {
    text-align: center;
}

.fs {
    margin-bottom: 72px;
}

.fs form {
    display: flex;
    justify-content: center;
}

.fs input {
    width: 207px;
    height: 29px;
    font-size: 16px;
    background-color: transparent;
    border: 2px solid #8C8C8C;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 13px;
    transition: border-color 0.5s;
}

.fs input:focus {
    border-color: #ffffff;
}

.fs button {
    padding-left: 9px;
    flex: none;
    transition: opacity 0.5s;
}

.fs button:hover {
    opacity: 0.8;
}

.fl {
    width: 239px;
    margin: 0px auto;
}

.fl img {
    transition: opacity 0.5s;
}

.fl a:hover img {
    opacity: 0.8;
}

.fcr {
    text-align: right;
}

.fp {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 60px;
}

.fp a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.5s;
}

.fp a:hover {
    color: #96485A;
}

.fii {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.fii:not(:last-child) {
    margin-bottom: 20px;
    margin-top: 5px;
}

.fiic a {
    color: white;
    text-decoration: none;
    transition: color 0.5s;
}

.fiic a:hover {
    color: #96485A;
}

.fg {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.fgi:not(:last-child) {
    margin-right: 21px;
}

.fgi a {
    color: #ffffff;
    transition: color 0.5s;
}

.fgi a:hover {
    color: #96485A;
}

.fgi svg {
    width: 19px;
}

.fct {
    color: #8C8C8C;
    font-size: 12px;
    line-height: 20px;
}

.fct a {
    text-decoration: none;
    color: #8C8C8C;
}

.fcmi:not(:last-child) {
    margin-bottom: 4px;
}

.fcmi a {
    font-size: 12px;
    line-height: 20px;
    color: #8C8C8C;
    text-decoration: none;
    transition: color 0.5s;
}

.fcmi a:hover {
    color: #ffffff;
}


/*main*/

.mt {
    margin-bottom: 42px;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

.mb {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    text-align: center;
}

.mb a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    padding: 10px 24px;
    color: #A99D99;
    border: 2px solid #A99D99;
    text-decoration: none;
    border-radius: 10px;
    white-space: nowrap;
    transition: color 0.5s, border-color 0.5s, background-color 0.5s;
}

.mb a:not(.mbc):hover {
    background-color: #670D22;
    border-color: #670D22;
    color: #ffffff;
}

.mb a:not(:last-child) {
    margin-right: 19px;
}

.mb a svg {
    width: 18px;
    color: #A99D99;
    flex: none;
    margin-right: 10px;
    transition: color 0.5s;
}

.mb a:hover svg {
    color: #ffffff;
}

.mb a.mbc {
    background-color: #670D22;
    border-color: #670D22;
    color: #ffffff
}

.mb a.mbc:hover {
    background-color: #96485A;
    border-color: #96485A;
    color: #ffffff;
}

.ma {
    position: absolute;
    width: 20px;
    top: calc(50% - 16px);
    z-index: 1;
    cursor: pointer;
}

.ma svg {
    color: #A99D99;
    transition: color 0.5s;
}

.ma:hover svg {
    color: #96485A;
}

.mal {
    left: -44px;
}

.mar {
    right: -44px;
}


/*main slider*/

.ms {
    position: relative;
}

.msx {
    position: relative;
    height: 0px;
    padding-top: 49%;
}

.mse {
    position: absolute;
    bottom: 0px;
    z-index: 0;
    width: 100%;
    pointer-events: none;
}

.msp {
    padding-bottom: 60px;
    pointer-events: none;
}

.mso {
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
}

.mspp {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    transition: background 0.2s;
	cursor:pointer;
}

.mspp:not(:last-child) {
    margin-right: 20px;
}

.mspa {
    background-color: #670D22;
}

.msb {
    background-color: rgb(103 13 34 / 86%);
    color: #ffffff;
    padding-top: 45px;
    padding-bottom: 40px;
}

.msbb {
    display: flex;
    justify-content: space-between;
}

.msbi {
    display: flex;
    pointer-events: auto;
}

.msbi a{
    color: #ffffff;
    transition: opacity 0.2s;
}

.сmsb .msbi a{
    color: #232323;
}

.msbi a:hover{
    opacity: 0.7;
}

.msbc {
    width: 48px;
    margin-right: 30px;
    flex: none;
}

.msbn {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 29px;
}

.msbp {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 12px;
    line-height: 15px;
    margin-top: 12px;
}


/*main news*/

.mn {
    padding-top: 100px;
    padding-bottom: 70px;
}

.mnc {
    position: relative;
}

.mns {
    width: calc(33.33333% - 8px);
    margin-right: 12px;
}

.mnx {
    position: relative;
}

.mnx a {
    display: block;
    position: relative;
    height: 0px;
    padding-top: 66%;
    background-color: #f5f5f5;
}

.mnl {
    position: absolute;
    background-color: #232323;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 6px 11px;
    top: 0px;
    left: 0px;
    z-index: 1;
    pointer-events: none;
}

.mny {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    pointer-events: none;
}

.mny img {
    width: 91px;
}

.mnd {
    font-size: 12px;
    line-height: 12px;
    color: #8C8C8C;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.mnt {
    padding-right: 50px;
}

.mnt a {
    font-size: 16px;
    line-height: 22px;
    color: #232323;
    text-decoration: underline;
    text-transform: uppercase;
    transition: color 0.5s;
}

.mnt a:hover {
    color: #670D22;
}


/*main instagram*/

.mi {
    position: relative;
    padding-top: 50px;
    padding-bottom: 120px;
    background-color: #232323;
}

.mi .c {
    position: relative;
    z-index: 2;
}

.mit {
    margin-bottom: 50px;
}

.mith {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.mitl {
    width: 87px;
    margin-right: 22px;
    flex: none;
}

.mitn a {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    text-decoration: underline;
    text-transform: uppercase;
    transition: opacity 0.5s;
}

.mitn a:hover {
    opacity: 0.8;
}

.mitb {
    font-size: 12px;
    line-height: 12px;
    color: #8C8C8C;
    text-transform: uppercase;
}

.mic {
    position: relative;
}

.mis {
    width: calc(25% - 45px);
    margin-right: 60px;
}

.mix {
    position: relative;
}

.mil {
    position: absolute;
    width: 36px;
    top: 20px;
    right: 20px;
    z-index: 1;
    pointer-events: none;
}

.mil svg {
    color: #ffffff;
}

.mix a {
    display: block;
    position: relative;
    height: 0px;
    padding-top: 118%;
    background-color: #f5f5f5;
}

.mib {
    z-index: 1;
}


/*main info*/

.mc {
    padding-bottom: 100px;
}

.mch {
    margin-bottom: 43px;
    color: #000000;
}

.mcht {
    font-size: 66px;
    line-height: 66px;
}

.mchb {
    font-size: 120px;
    line-height: 120px;
}

.mct {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 30px;
}

.mct p:not(:last-child) {
    margin-bottom: 30px;
}

.mcc {
    width: calc(50% - 30px);
    color: #8C8C8C;
}


/*catalog*/

.ch {
    display: flex;
    align-items: center;
}

.cht {
    font-size: 16px;
    line-height: 16px;
    flex: none;
    margin-right: 13px;
}

.chf {
    display: flex;
}

.chfi {
    overflow: hidden;
    border: 1px solid #B6B6B6;
}

.chfi:not(:last-child) {
    border-right: none;
}

.chfi:first-child {
    border-radius: 9px 0px 0px 9px;
}

.chfi:last-child {
    border-radius: 0px 9px 9px 0px;
}

.chfi a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #232323;
    text-decoration: none;
    padding: 8px 15px;
    transition: background-color 0.5s;
}

.chfi:not(.chfia) a:hover {
    background-color: #f5f5f5;
}

.chfia {
    border: 1px solid #96485A;
}

.chfia a {
    background-color: #96485A;
    color: #ffffff;
}


/*catalog.section*/

.cs {
    padding-bottom: 40px;
}

/* .csl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
} */

.csi {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    width: 235px;
}

.csif {
    /*
    margin-bottom: 60px;
    */
}

.csj {
    position: relative;
}

.csj a {
    display: block;
    position: relative;
    height: 0px;
    padding-top: 100%;
}

.csn a {
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #232323;
    transition: color 0.5s;
}

.csn a:hover {
    color: #670D22;
}

.csp{
    color: #670D22;
    font-size: 16px;
    margin-top: 21px;
    font-family: 'hn';
}

.csb {
    margin-top: 21px;
}

.csb a {
    display: inline-block;
    align-items: center;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 24px;
    color: #A99D99;
    border: 2px solid #A99D99;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.5s, border-color 0.5s, color 0.5s;
}

.csb a:hover {
    background-color: #670D22;
    border-color: #670D22;
    color: #ffffff;
}
.csd {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    color: #858585;
    margin-top: 16px;
}
.csd img {
    max-width: 90%;
    margin: 0 auto;
    max-height: 18px;
}


/*catalog.triggers*/

.сmsb {
    background-color: #E7E7E7;
    color: #232323;
}

.сmsb .msbc img {
    -webkit-filter: brightness(0%);
    -moz-filter: brightness(0%);
    filter: brightness(0%);
}


/*catalog.adv*/

.ca {
    padding-top: 100px;
    padding-bottom: 40px;
}

.cal {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cai {
    width: calc(33.33333% - 20px);
}

.caif {
    margin-bottom: 50px;
}

.caip {
    position: relative;
    height: 0px;
    padding-top: 67%;
    background-color: #f5f5f5;
}

.cain {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    min-height: 60px;
    margin-top: 43px;
}

.cait {
    color: #8C8C8C;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}


/*catalog.banner*/

.ci {
    overflow: hidden;
}

.cib {
    display: flex;
    color: #ffffff;
}

.cil {
    position: relative;
    flex: none;
}

.cilb {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -400px;
    z-index: -1;
    background-color: #232323;
}

.cilf {
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 80px;
}

.cili {
    width: 48px;
    margin-bottom: 25px;
}

.cilt {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

.cir {
    position: relative;
    width: 100%;
}

.cirb {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: -400px;
    background-color: #711E31;
    z-index: -1;
}

.cirf {
    padding: 54px 0px 54px 65px;
}

.cirt {
    font-size: 16px;
    line-height: 30px;
}

.cirt ul {
    padding-left: 40px;
}

.cirt ul li:not(:last-child) {
    margin-bottom: 30px;
}

.cirp {
    margin-top: 30px;
    padding-left: 40px;
}

.cirp a {
    display: inline-block;
    align-items: center;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 24px;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.5s, border-color 0.5s, color 0.5s;
}

.cirp a:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #670D22;
}

.cirv {
    display: flex;
    justify-content: space-between;
}

.circ {
    width: calc(50% - 38px);
    font-size: 16px;
    line-height: 30px;
}

.circ ul {
    padding-left: 40px;
}


/*catalog.video*/

.cv {
    position: relative;
    cursor: pointer;
}

.cvb {
    position: relative;
}

.cvh {
    position: relative;
    height: 0px;
    padding-top: 41%;
    background-color: #f5f5f5;
}

.cvp {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.cvp svg {
    width: 200px;
    color: #ffffff;
    transition: color 0.5s;
}

.cv:hover .cvp svg {
    color: #670D22;
}

.cvc {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding-top: 100px;
}

.cvt {
    color: #ffffff;
    font-size: 72px;
    line-height: 71px;
    text-transform: uppercase;
    text-shadow: 0px 34px 39px rgba(0, 0, 0, 0.55);
}


/*catalog.reviews*/

.cr {
    padding-top: 100px;
    padding-bottom: 100px;
}

.crl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.crif {
    width: calc(33.33333% - 20px);
}

.crlr{
    margin-bottom: 50px;
}

.crx {
    position: relative;
}

.crp {
    position: relative;
    height: 0px;
    padding-top: 98%;
    background-color: #f5f5f5;
}

.crn {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 17px;
    background-color: rgb(103 13 34 / 78%);
    min-height: 68px;
    box-sizing: border-box;
}

.crn span {
    font-size: 12px;
    line-height: 17px;
    color: #ffffff;
    text-decoration: underline;
    text-transform: uppercase;
    width: 100%;
    max-width: 237px;
    margin: 0px auto;
}

.crt {
    position: relative;
    margin-top: 30px;
}

.crti {
    position: absolute;
    width: 25px;
    top: 8px;
}

.crtt {
    font-size: 16px;
    line-height: 30px;
    color: #8C8C8C;
    padding-left: 43px;
}


/*news*/

.n {
    padding-bottom: 100px;
}

.nb {
    display: flex;
    justify-content: space-between;
}

.nm {
    width: 170px;
    margin-right: 30px;
    flex: none;
}

.nml {
    border: 1px solid #B6B6B6;
}

.nmi:not(:last-child) {
    border-bottom: 1px solid #B6B6B6;
}

.nmi a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #232323;
    padding: 9px 15px;
    text-decoration: none;
    transition: background-color 0.5s;
}

.nmi:not(.nmia) a:hover {
    background-color: #f5f5f5;
}

.nmia a {
    background-color: #82132D;
    color: #ffffff;
}

.nc {
    width: 100%;
}

.ncl {
    width: 100%;
}

.nci {
    display: flex;
    justify-content: space-between;
}

.nci:not(:last-child) {
    margin-bottom: 100px;
}

.ncp {
    width: 384px;
    margin-right: 50px;
    flex: none;
}

.ncx {
    position: relative;
}

.ncx a {
    display: block;
    position: relative;
    height: 0px;
    padding-top: 66%;
    background-color: #f5f5f5;
}

.nco {
    position: absolute;
    background-color: #232323;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 6px 11px;
    top: 0px;
    left: 0px;
    z-index: 1;
    pointer-events: none;
}

.ncr {
    width: 100%;
}

.ncd {
    font-size: 12px;
    line-height: 12px;
    color: #8C8C8C;
    text-transform: uppercase;
}

.nct {
    margin-top: 17px;
}

.nct a {
    font-size: 16px;
    line-height: 22px;
    color: #232323;
    text-decoration: underline;
    text-transform: uppercase;
    transition: color 0.5s;
}

.nct a:hover {
    color: #670D22;
}

.nctt {
    font-size: 16px;
    line-height: 30px;
    margin-top: 17px;
    color: #8C8C8C;
}

.ncb {
    margin-top: 17px;
}

.ncb a {
    font-size: 16px;
    line-height: 30px;
    color: #82132D;
    text-decoration: none;
    transition: color 0.5s;
}

.ncb a:hover {
    color: #96485A;
}


/*news.detail*/

.ndd {
    font-size: 12px;
    line-height: 12px;
    color: #8C8C8C;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ndc {
    margin-top: 42px;
    display: flex;
    justify-content: space-between;
}

.ndl {
    width: 100%;
}

.ndt {
    color: #8C8C8C;
    font-size: 16px;
    line-height: 30px;
}

.ndb {
    margin-top: 40px;
}

.ndb a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 30px;
    color: #82132D;
    text-decoration: none;
    transition: color 0.5s;
}

.ndb a:hover {
    color: #96485A;
}

.ndb a svg {
    width: 18px;
    margin-right: 15px;
    flex: none;
}

.ndv {
    margin: 40px 0px;
}

.ndr {
    width: 384px;
    margin-left: 86px;
    flex: none;
}

.ndi:not(:last-child) {
    margin-bottom: 30px;
}


/*pagen*/

.p {
    margin-top: 100px;
}

.pb {
    display: flex;
    justify-content: center;
}

.pi:not(:last-child) {
    margin-right: 20px;
}

.pi a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #232323;
    padding: 8px 14px;
    border: 1px solid #B6B6B6;
    text-decoration: none;
    transition: background-color 0.5s;
}

.pi:not(.pia) a:hover {
    background-color: #f5f5f5;
}

.pia a {
    background-color: #82132D;
    border-color: #82132D;
    color: #ffffff;
}


/*faq*/

.fq {
    padding-bottom: 100px;
}

.fqc {
    display: flex;
    justify-content: space-between;
}

.fqnf {
    margin-top: 63px;
}

.fqi {
    border-bottom: 1px solid #B6B6B6;
    padding-bottom: 50px;
}

.fqi:not(:first-child) {
    padding-top: 50px;
}

.fqo:not(:last-child) {
    border-bottom: 1px solid #B6B6B6;
    padding-bottom: 30px;
}

.fqo:not(:first-child) {
    padding-top: 30px;
}

.fqp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.fqa {
    flex: none;
    margin-right: 30px;
}

.fqs {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 39px;
    height: 34px;
    border: 1px solid #B6B6B6;
    font-size: 16px;
    line-height: 16px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    box-sizing: border-box;
}

.fqia>.fqp>.fqa .fqs {
    background-color: #82132D;
    border: 1px solid #82132D;
    color: #ffffff;
}

.fqz {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}

.fqsm {
    display: none;
}

.fqia>.fqp>.fqa .fqsm {
    display: block;
}

.fqia>.fqp>.fqa .fqsp {
    display: none;
}

.fqm {
    width: 100%;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
}

.fqk {
    overflow: hidden;
    height: 0px;
}

.fqia>.fqk {
    height: auto;
}

.fqkf {
    padding-left: 40px;
    padding-top: 50px;
}

.fqt {
    padding-top: 30px;
    padding-left: 69px;
    font-size: 16px;
    line-height: 30px;
    color: #8C8C8C;
}

.fqr {
    width: 270px;
    margin-left: 100px;
    flex: none;
}


/*form*/

.fdi:not(:last-child) {
    margin-bottom: 35px;
}

.fdl {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
}

.fdt input {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    padding-left: 15px;
    color: #232323;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    transition: border-color 0.5s;
}

.fdt input:focus {
    border-color: #232323;
}

.fdt select {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    padding-left: 15px;
    color: #232323;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    cursor: pointer;
}

.fdt textarea {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 17px;
    padding: 15px;
    color: #232323;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    height: 228px;
    resize: none;
    transition: border-color 0.5s;
}

.fdt textarea:focus {
    border-color: #232323;
}

.fds {
    position: relative;
}

.fdsa {
    display: flex;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    padding-right: 12px;
    pointer-events: none;
}

.fdsa svg {
    width: 11px;
}

.fdb button {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    padding: 12px 24px;
    color: #ffffff;
    background-color: #670D22;
    text-decoration: none;
    border-radius: 10px;
    transition: border-color 0.5s, background-color 0.5s;
}

.fdb button:hover {
    background-color: #96485A;
    border-color: #96485A;
}

.fdp {
    margin-top: 35px;
    font-size: 12px;
    line-height: 17px;
}

.fdp a {
    color: #670D22;
    text-decoration: none;
    transition: color 0.5s;
}

.fdp a:hover {
    color: #96485A;
}

.fbp {
    display: flex;
    align-items: center;
}

.fbp .fdb {
    flex: none;
    margin-right: 20px;
}

.fbp .fdp {
    margin-top: 0px;
}


/*test drive*/

.td {
    padding-bottom: 100px;
}

.tdt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
}

.tdc {
    width: calc(50% - 30px);
    font-size: 16px;
    line-height: 30px;
    color: #8C8C8C;
}

.tdf {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

.tdfl {
    width: 395px;
    margin-right: 80px;
    flex: none;
}

.tdfr {
    width: 100%;
}

.tdm {
    height: 400px;
    margin-bottom: 100px;
}

.tdh {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tdh:not(:last-child) {
    margin-bottom: 4px;
}

.tdhi {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 23px;
    flex: none;
}

.tdhv {
    width: 100%;
}

.tdhv a {
    color: #8C8C8C;
    text-decoration: none;
}


/*catalog.product*/

.cdh {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.cdl {
    width: 345px;
    margin-right: 28px;
    flex: none;
}

.cdlf {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.cdt {
    font-size: 72px;
    line-height: 67px;
    text-transform: uppercase;
}

.cdp {
    font-size: 24px;
    line-height: 68px;
    margin-top: 25px;
    text-transform: uppercase;
}

.cdp span {
    font-size: 40px;
    color: #670D22;
}

.cdb {
    margin-top: 30px;
}

.cdb a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 24px;
    color: #A99D99;
    border: 2px solid #A99D99;
    text-decoration: none;
    border-radius: 10px;
    transition: color 0.5s, border-color 0.5s, background-color 0.5s;
}

.cdb a:hover {
    background-color: #670D22;
    border-color: #670D22;
    color: #ffffff;
}

.cdlb {
    margin-top: 58px;
}

.cdla {
    position: relative;
    display: inline-flex;
    background-color: #82132D;
    padding: 14px 30px;
}

.cdla .msbi {
    align-items: center;
}

.cdla .msbc {
    margin-right: 15px;
}

.cdla .msbn {
    color: #ffffff;
}

.cdll {
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    pointer-events: none;
}

.cdll svg {
    position: relative;
    left: -100%;
    height: 100%;
    width: auto;
}

.cdln {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    pointer-events: none;
}

.cdln svg {
    position: relative;
    bottom: -100%;
}

.cdc {
    display: flex;
    align-items: center;
    width: calc(100% - (345px + 28px) - (143px + 57px));
    padding-bottom: 45px;
}

.cdcp {
    width: 100%;
}

.cdcb {
    position: relative;
    height: 0px;
    padding-top: 76%;
    overflow: hidden;
}

.cdr {
    width: 143px;
    margin-left: 57px;
    padding-bottom: 45px;
    flex: none;
}

.cde {
    text-align: center;
}

.cdei {
    padding-bottom: 13px;
    border-bottom: 1px solid #B6B6B6;
}

.cdei:not(:first-child) {
    padding-top: 22px;
}

.cden {
    font-size: 16px;
    line-height: 16px;
}

.cdev {
    font-size: 24px;
    line-height: 29px;
    margin-top: 4px;
}

.cdg {
    margin-top: 30px;
}

.cdu {
    margin-top: 30px;
    text-align: center;
}

.cdut {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.cdui {
    position: relative;
}

.cdui:not(:last-child) {
    margin-bottom: 6px;
}

.cduit {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    padding: 0px 20px;
}

.cduit span {
    font-size: 12px;
    color: #ffffff;
}

.cduit .cduib {
    color: #232323;
}

.cdst {
    background-color: #E7E7E7;
    padding-top: 28px;
    padding-bottom: 28px;
}

.cdss {
    display: flex;
    justify-content: flex-end;
    padding-right: 45px;
}

.cdsw {
    display: flex;
    width: 820px;
}

.cdsp {
    position: relative;
    max-width: 100%;
}

.cdsu {
    width: 160px;
    margin-right: 5px;
}

.cdsb {
    border: 1px solid #8C8C8C;
    background-color: #ffffff;
    padding: 8px 12px;
    box-sizing: border-box;
    transition: border 0.5s, box-shadow 0.5s;
}

.sta .cdsb {
    border: 1px solid #b42d4c;
    box-shadow: inset 0px 0px 0px 1px #b42d4c;
}

.cdsn {
    position: relative;
    height: 0px;
    padding-top: 76%;
    overflow: hidden;
}

.cdm {
    position: relative;
    padding: 50px 20px;
    background-color: #232323;
}

.cdmt {
    position: relative;
    font-size: 24px;
    line-height: 29px;
    color: #ffffff;
    text-align: center;
    max-width: 882px;
    margin: 0px auto;
    z-index: 2;
}

.cdz {
    padding-top: 100px;
}

.cdzp {
    margin: -25px;
}

.cdzl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cdzi {
    width: calc(20% - 50px);
    margin: 25px;
}

.cdzif {
    width: 20%;
}

.cdzi a {
    display: block;
    position: relative;
    height: 0px;
    padding-top: 67%;
    overflow: hidden;
    background-color: #f5f5f5;
}

.cdsve {
    width: calc(25% - 22.5px);
}

.cdsve:not(:last-child) {
    margin-right: 30px;
}

.cdsvu .mny img {
    width: 65px;
}

.cdsvu a {
    display: block;
    position: relative;
    height: 0px;
    padding-top: 66%;
    background-color: #f5f5f5;
}

.cdsvs {
    position: relative;
    height: 1px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.cdsvl {
    height: 100%;
    width: 100%;
    background: #232323;
}

.cdsvj {
    height: 100%;
    width: 100%;
    background: transparent;
}

.cdsvb:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 101px;
    height: 28px;
    margin-top: -14px;
    cursor: -webkit-grab;
    cursor: grab;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAxIiBoZWlnaHQ9IjI4IiB2aWV3Qm94PSIwIDAgMTAxIDI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTEwLjEyOTggNkgxMDFMOTUuODcwMiAyOEg1TDEwLjEyOTggNloiIGZpbGw9IiM1NTBBMUIiLz4NCjxwYXRoIGQ9Ik01LjEyOTc3IDBIOTZMOTAuODcwMiAyMkgwTDUuMTI5NzcgMFoiIGZpbGw9IiM4MjEzMkQiLz4NCjwvc3ZnPg==);
}

.cdpl {
    padding-bottom: 100px;
}

.cdph {
    background-color: #AAAAAA;
    padding: 13px 13px 12px 100px;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.cdpi {
    display: flex;
    align-items: center;
    background-color: #E7E7E7;
    padding: 13px 13px 13px 100px;
}

.cdpi:nth-child(2n) {
    background-color: #ffffff;
}

.cdpn {
    width: 380px;
    font-size: 16px;
    line-height: 30px;
    padding-right: 50px;
    text-transform: uppercase;
    font-weight: bold;
    box-sizing: border-box;
    flex: none;
}

.cdpv {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
}

.cdpg:not(:last-child) {
    margin-bottom: 10px;
}

.cdx {
    position: relative;
    background-color: #232323;
    padding: 36px 0px;
}

.cdxj {
    position: relative;
    z-index: 2;
}

.cdxc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cdxt {
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
}

.cdxt span {
    color: #AA2B48;
}

.cdxb {
    margin-left: 58px;
    flex: none;
}

.cdxb a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    padding: 10px 24px;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-decoration: none;
    border-radius: 10px;
    transition: color 0.5s, border-color 0.5s, background-color 0.5s;
}

.cdxb a:hover {
    background-color: #670D22;
    border-color: #670D22;
    color: #ffffff;
}

.cdfl {
    display: flex;
    justify-content: space-between;
}

.cdfi {
    width: calc(33.33333% - 66px);
}

.cdfi a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #232323;
    transition: color 0.5s;
}

.cdfi a:hover {
    color: #670D22;
}

.cdfs {
    width: 48px;
    margin-right: 20px;
    flex: none;
}

.cdft {
    font-size: 16px;
    line-height: 23px;
}

.cdns {
    width: calc(33.33333% - 44px);
    margin-right: 66px;
}

.cdni {
    text-align: center;
}

.cdk {
    height: 100px;
}

.cdkb {
    margin-top: 82px;
}


/*modal*/

.dfb {
    font-size: 16px;
    line-height: normal;
    padding: 0px 36px;
}

.dfb p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 30px;
}

.dfb h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    font-family: 'hn';
}

.dfb h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    font-family: 'hn';
}

.dfb h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    font-family: 'hn';
}

.dfb h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    font-family: 'hn';
}

.dfb h5 {
    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    font-family: 'hn';
}

.dfb h6 {
    display: block;
    font-size: 0.67em;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    font-family: 'hn';
}

.dfb ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    line-height: 30px;
}

.dfb ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    line-height: 30px;
}

.sb {
    display: none;
    position: fixed;
    width: 375px;
    left: -375px;
    top: 0px;
    bottom: 0px;
    background-color: #171717;
    overflow-y: auto;
    z-index: 999;
    transition: 0.5s;
}

.sbb {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgb(33 33 33 / 50%);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.sbc {
    position: absolute;
    width: 30px;
    right: 15px;
    top: 19px;
    z-index: 2;
}

.sbw {
    padding: 48px 24px 24px 24px;
}

.sbw .hs {
    margin-left: 0px;
    margin-bottom: 30px;
}

.sbw .hs input {
    font-size: 14px;
    width: 200px;
}

.sbw .hm {
    flex-direction: column;
}

.sbw .hmi {
    width: 100%;
}

.sbw .hmi a {
    text-align: center;
    padding: 10px;
    width: 100%;
}

.sbw .hpb {
    padding-top: 24px;
    border-top: 1px solid rgb(255 255 255 / 10%);
    margin-top: 24px;
    text-align: center;
    height: auto;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
}

.sbw .hpl {
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

.sbw .hpi:not(:last-child) {
    margin-right: 0px;
}

.sbw .hpsi a {
    color: #ffffff;
}

.sbw .hpi:not(.hpic) a {
    color: #ffffff;
}

.sbw .hpic a {
    color: #96485A;
}

.sbw .hpi:not(:last-child) {
    margin-bottom: 12px;
}

.sbw .hps {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}

@media only screen and (max-width: 1366px) {

    .d {
        font-size: 16px;
        padding-bottom: 0;
    }

    .hpi:not(:last-child) {
        margin-right: 60px;
    }
    .hb {
        height: 100px;
    }
    .hmi:not(:last-child) {
        /*margin-right: 5px;*/
    }
    .hmi a {
        padding: 6px 4px;
    }
    .hn {
        font-size: 18px;
    }
    .menu__bottom-contacts {
        gap: 12px;
    }
    .hs {
        margin-left: 40px;
    }
    .hs input {
        font-size: 14px;
        width: 170px;
    }
    .msb {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .msbn {
        font-size: 20px;
        line-height: 24px;
    }
    .msp {
        padding-bottom: 40px;
    }
    .mspp {
        width: 15px;
        height: 15px;
    }
    .mspp:not(:last-child) {
        margin-right: 15px;
    }
    .mn {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .mnl {
        font-size: 14px;
    }
    .mnt a {
        font-size: 14px;
    }
    .mb a {
        font-size: 14px;
    }
    .mcht {
        font-size: 50px;
        line-height: 50px;
    }
    .mchb {
        font-size: 120px;
        line-height: 120px;
    }
    .mt {
        margin-bottom: 32px;
    }
    .mi {
        padding-bottom: 70px;
    }
    .mis {
        width: calc(25% - 30px);
        margin-right: 40px;
    }
    .mit {
        margin-bottom: 40px;
    }
    .mil {
        width: 30px;
    }
    .mny img {
        width: 72px;
    }
    .mc {
        padding-bottom: 70px;
    }
    .mct {
        font-size: 14px;
        line-height: 28px;
    }
    .mct p:not(:last-child) {
        margin-bottom: 20px;
    }
    .fq {
        padding-bottom: 70px;
    }
    .td {
        padding-bottom: 70px;
    }
    .f {
        padding-top: 70px;
    }
    .fmc:not(:last-child) {
        margin-right: 60px;
    }
    .fmi a {
        font-size: 14px;
        line-height: 18px;
    }
    .fs input {
        font-size: 14px;
        width: 170px;
    }
    .fl {
        width: 170px;
    }
    .fs {
        margin-bottom: 60px;
    }
    .fp {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 40px;
    }
    .fii {
        font-size: 14px;
        line-height: 16px;
    }
    .fpf {
        padding-bottom: 70px;
    }
    .cht {
        font-size: 14px;
        line-height: 14px;
    }
    .csif {
        margin-bottom: 40px;
    }
    .chfi a {
        font-size: 14px;
        line-height: 14px;
    }
    .bci {
        font-size: 14px;
        line-height: 20px;
    }
    .pt {
        font-size: 60px;
        margin-bottom: 40px;
    }
    .b {
        padding-bottom: 40px;
    }
    .csn a {
        font-size: 14px;
        line-height: 20px;
    }
    .ca {
        padding-top: 70px;
    }
    .pst {
        font-size: 52px;
        line-height: 65px;
        margin-bottom: 40px;
    }
    .cain {
        font-size: 20px;
        line-height: 28px;
        margin-top: 32px;
        min-height: 56px;
    }
    .cait {
        color: #8C8C8C;
        font-size: 14px;
        line-height: 26px;
        margin-top: 15px;
    }
    .caif {
        margin-bottom: 40px;
    }
    .cilt {
        font-size: 20px;
        line-height: 28px;
    }
    .cirt ul li:not(:last-child) {
        margin-bottom: 15px;
    }
    .cirt {
        font-size: 14px;
        line-height: 28px;
    }
    .cirf {
        padding: 54px 0px 54px 54px;
    }
    .cirp a {
        display: inline-block;
        align-items: center;
        text-align: center;
        font-size: 14px;
    }
    .cvt {
        font-size: 60px;
        line-height: 65px;
    }
    .cvp svg {
        width: 120px;
    }
    .cr {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .crtt {
        font-size: 14px;
        line-height: 28px;
    }
    .cdt {
        font-size: 60px;
        line-height: 60px;
    }
    .cden {
        font-size: 14px;
        line-height: 14px;
    }
    .cdev {
        font-size: 22px;
    }
    .cdut {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .cdei:not(:first-child) {
        padding-top: 18px;
    }
    .cdb {
        margin-top: 15px;
    }
    .cdb a {
        font-size: 14px;
    }
    .cdm {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .cdmt {
        font-size: 22px;
    }
    .cdz {
        padding-top: 70px;
    }
    .tdc {
        font-size: 14px;
        line-height: 28px;
    }
    .circ {
        font-size: 14px;
        line-height: 28px;
    }
    .cdpn {
        font-size: 14px;
        line-height: 28px;
    }
    .cdpv {
        font-size: 14px;
        line-height: 28px;
    }
    .cdpi {
        padding: 13px 13px 13px 70px;
    }
    .cdpg:not(:last-child) {
        margin-bottom: 70px;
    }
    .cdxt {
        font-size: 22px;
    }
    .cdxb a {
        font-size: 14px;
    }
    .csb a {
        font-size: 14px;
    }
    .cdkb {
        margin-top: 70px;
    }
    .cdk {
        height: 70px;
    }
    .nmi a {
        font-size: 14px;
    }
    .nct a {
        font-size: 14px;
        line-height: 20px;
    }
    .nctt {
        font-size: 14px;
        line-height: 28px;
    }
    .ncb a {
        font-size: 14px;
        line-height: 28px;
    }
    .ncp {
        width: 330px;
        margin-right: 40px;
    }
    .nci:not(:last-child) {
        margin-bottom: 70px;
    }
    .nco {
        font-size: 14px;
        line-height: 18px;
    }
    .p {
        margin-top: 70px;
    }
    .n {
        padding-bottom: 70px;
    }
    .ndt {
        font-size: 14px;
        line-height: 28px;
    }
    .ndv {
        margin: 30px 0px;
    }
    .ndb a {
        font-size: 14px;
        line-height: 28px;
    }
    .fqm {
        font-size: 22px;
    }
    .fqi {
        padding-bottom: 40px;
    }
    .fqi:not(:first-child) {
        padding-top: 40px;
    }
    .fqkf {
        padding-top: 40px;
    }
    .fqt {
        padding-top: 20px;
        font-size: 14px;
        line-height: 28px;
    }
    .fdl {
        font-size: 14px;
        line-height: 14px;
    }
    .fdi:not(:last-child) {
        margin-bottom: 25px;
    }
    .fdb button {
        font-size: 14px;
    }
    .fdp {
        margin-top: 20px;
    }
    .tdm {
        margin-bottom: 70px;
    }
    .tdf {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 1280px) {
    .c {
        max-width: none;
        box-sizing: border-box;
    }
    .cirf {
        padding: 54px 0px 54px 30px;
    }
    .cdl {
        width: 280px;
    }
    .cdc {
        width: calc(100% - (280px + 28px) - (143px + 57px));
    }
    .cdzi {
        width: ;
        margin: 20px;
    }
    .cdzp {
        margin: -20px;
    }
    .cdzif {
        width: 20%;
    }
    .cdxt {
        font-size: 20px;
    }
    .cdft {
        font-size: 14px;
        line-height: 19px;
    }
    .pi a {
        font-size: 14px;
    }
    .cilf {
        padding-right: 20px;
    }
    .cili {
        margin: 0px auto 25px auto;
    }
    .cilt {
        text-align: center;
    }
    .cilx {
        padding: 0px 40px;
    }
    .cilb {
        left: -24px;
    }
    .cirb {
        right: -24px;
    }
}

@media only screen and (max-width: 1100px) {
    .hmi:not(:last-child) {
        margin-right: 5px;
    }
    .ncp {
        width: 280px;
        margin-right: 30px;
    }
    .cvc {
        padding-top: 50px;
    }
    .cvp svg {
        width: 70px;
    }
    .fqr {
        margin-left: 60px;
    }
    .tdfl {
        margin-right: 60px;
    }
    .ndr {
        margin-left: 60px;
    }
    .ndr {
        width: 300px;
    }
    .cdxb {
        margin-left: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    .hr {
        display: none;
    }
    .hp {
        display: none;
    }
    .hz {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .hl {
        width: 100px;
        margin-right: 0px;
    }
    .hb {
        height: 70px;
    }
    .sb {
        display: block;
    }
    .sbs .sb {
        left: 0px;
        box-shadow: 6px 0px 50px #2b2b2b;
    }
    .sbb {
        display: block;
    }
    .sbs .sbb {
        opacity: 1;
        visibility: visible;
    }
    .menu__top-phone {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
    }
    .menu__top-phone a {
        padding: 0 !important;
    }
    .menu-phone-top {
        display: flex;
        align-items: center;
        gap: 5px;
        line-height: 80%;
        margin-right: 20px;
        justify-content: center;
    }
    .menu-phone-bottom,
    .menu__bottom-phone img {
        display: none !important;
    }
    .menu-phone-top img,
    .menu-email img {
        width: 18px;
        height: auto;
        display: inline;
    }
    .menu-email {
        justify-content: center;
        width: 100%;
        margin-top: 40px;
    }
    .btn-header {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .sbs .app {
        /* -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        filter: blur(5px); */
    }
    .mse {
        position: relative;
        pointer-events: none;
    }
    .msp {
        position: relative;
        padding-bottom: 0px;
        height: 0px;
        pointer-events: none;
    }
    .mso {
        position: absolute;
        display: flex;
        justify-content: center;
        left: 0px;
        right: 0px;
        bottom: 30px;
        pointer-events: none;
    }
    .msbi {
        flex: none;
    }
    .msbn {
        font-size: 18px;
        line-height: 22px;
    }
    .msbc {
        margin-right: 12px;
    }
    .mnt {
        padding-right: 0px;
    }
    .mnd {
        margin-top: 24px;
        margin-bottom: 12px;
    }
    .bc {
        flex-direction: column;
    }
    .br {
        margin-left: 0px;
        margin-top: 30px;
    }
    .pt {
        font-size: 40px;
        line-height: 40px;
    }
    .pst {
        font-size: 36px;
        line-height: 36px;
    }
    .cai {
        width: calc(33.33333% - 8px);
    }
    .cain {
        font-size: 18px;
        line-height: 24px;
        margin-top: 24px;
        min-height: 48px;
    }
    .csif {
        margin-bottom: 30px;
    }
    .csp{
        margin-top: 12px;
    }
    .cvt {
        font-size: 40px;
        line-height: 46px;
    }
    .crif {
        width: calc(33.33333% - 8px);
    }
    .crt {
        margin-top: 22px;
    }
    .fqc {
        flex-direction: column;
    }
    .fql {
        width: 100%;
    }
    .fqr {
        margin-left: 0px;
        margin-top: 40px;
        width: 100%;
        max-width: 500px;
    }
    .tdf {
        flex-direction: column;
    }
    .tdfl {
        margin-right: 0px;
        width: 100%;
    }
    .fd {
        max-width: 500px
    }
    .tdfr {
        margin-top: 60px;
    }
    .tdfr img {
        max-width: 500px;
    }
    .ndc {
        flex-direction: column;
    }
    .ndr {
        width: 100%;
        margin-left: 0px;
        margin-top: 60px;
    }
    .ndm {
        display: flex;
    }
    .ndi {
        width: calc(33.33333% - 8px);
    }
    .ndi:not(:last-child) {
        margin-right: 12px;
        margin-bottom: 0px;
    }
    .ndv {
        max-width: 500px;
    }
    .nb {
        flex-direction: column;
    }
    .nm {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 60px;
    }
    .nml {
        display: inline-flex;
    }
    .nmi:not(:last-child) {
        border-bottom: none;
        border-right: 1px solid #B6B6B6;
    }
    .nct {
        margin-top: 12px;
    }
    .nctt {
        margin-top: 12px;
    }
    .nci:not(:last-child) {
        margin-bottom: 40px;
    }
    .cdh {
        flex-wrap: wrap;
    }
    .cdl {
        width: 100%;
        margin-right: 0px;
    }
    .cdt {
        font-size: 40px;
        line-height: 40px;
    }
    .cdp {
        line-height: 40px;
    }
    .cdlf {
        position: relative;
    }
    .cdlt {
        padding-right: 200px;
    }
    .cdlb {
        margin-top: 0px;
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .cdc {
        width: calc(100% - 200px);
        align-items: flex-start;
    }
    .cdss {
        justify-content: center;
        padding-right: 0px;
    }
    .cdsw {
        width: 100%;
    }
    .cdsu {
        width: calc(20% - 4px);
    }
    .cdsp {
        width: 100%;
    }
    .cdfi {
        width: calc(33.33333% - 20px);
    }
    .circ {
        width: calc(50% - 10px);
    }
    .cdzi {
        width: calc(25% - 30px);
        margin: 15px;
    }
    .cdzif {
        width: 25%;
    }
    .cdzp {
        margin: -15px;
    }
    .fl {
        width: 130px;
    }
    .fcl {
        order: 2;
        width: auto;
    }
    .fmc:not(:last-child) {
        margin-right: 30px;
    }
    .fcc {
        order: 1;
        flex: none;
    }
    .fs {
        display: none;
    }
    .fcr {
        order: 3;
        flex: none;
    }
    .fp {
        margin-bottom: 24px;
    }
    .fpf {
        padding-bottom: 0px;
    }
    .fph {
        display: none;
    }
    .fpc {
        display: none;
    }
    .fpn {
        margin-top: 30px;
    }
    .fx {
        display: block;
        padding-top: 24px;
        border-top: 1px solid rgb(255 255 255 / 10%);
        margin-top: 24px;
        text-align: center;
    }
    .fct {
        text-align: center;
    }
    .fct:not(:first-child) {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 900px) {
    .msb {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .msb::-webkit-scrollbar {
        display: none;
    }
    .msbi {
        flex-direction: column;
        text-align: center;
    }
    .msbi:not(:last-child) {
        margin-right: 50px;
    }
    .msbi:last-child {
        padding-right: 50px;
    }
    .msbc {
        margin: 0px auto;
    }
    .msbn {
        margin-top: 12px;
    }
    .msbn br {
        display: none;
    }
    .msbp br {
        display: none;
    }
    .mis {
        width: calc(33.33333% - 20px);
        margin-right: 30px;
    }
    .mcht {
        font-size: 33px;
        line-height: 33px;
    }
    .mchb {
        font-size: 78px;
        line-height: 78px;
    }
    .cdlb .msbi:last-child {
        padding-right: 0px;
    }
    .cdla .msbc {
        margin-right: auto;
    }
    .fb {
        flex-wrap: wrap;
    }
    .fcc {
        width: 100%;
    }
    .fl {
        margin: 0px 0px 50px 0px;
    }
    .fmc:not(:last-child) {
        margin-right: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .d {
        padding-bottom: 0;
    }

    .mspp {
        width: 12px;
        height: 12px;
    }
    .msb {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .msbi:last-child {
        padding-right: 24px;
    }
    .mn {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mns {
        width: calc(50% - 6px);
    }
    .mb {
        margin-top: 30px;
    }
    .mt {
        margin-bottom: 22px;
    }
    .mi {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mit {
        margin-bottom: 30px;
    }
    .mnc .s {
        overflow: visible;
    }
    .mic .s {
        overflow: visible;
    }
    .mc {
        padding-bottom: 40px;
    }
    .mch {
        margin-bottom: 22px;
    }
    .mcht {
        font-size: 20px;
    }
    .mchb {
        font-size: 47px;
        line-height: 47px;
    }
    .b {
        padding-bottom: 30px;
        padding-top: 40px;
    }
    .br {
        margin-top: 22px;
    }
    .cs {
        padding-bottom: 10px;
    }
    .ca {
        padding-top: 40px;
    }
    .cai {
        width: calc(50% - 6px);
    }
    .csl {
        justify-content: center;
    }
    .csif {
        margin: 15px;
    }
    .ch {
        flex-direction: column;
        margin-left: -24px;
        margin-right: -24px;
        box-sizing: border-box;
    }
    .cht {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 14px;
        padding-left: 24px;
        box-sizing: border-box;
    }
    .chfi {
        flex: none;
    }
    .chfi:last-child {
        margin-right: 20px;
    }
    .chfi:first-child {
        margin-left: 20px;
    }
    .chf {
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        box-sizing: border-box;
    }
    .chf::-webkit-scrollbar {
        display: none;
    }
    .caif {
        margin-bottom: 30px;
    }
    .pst {
        font-size: 30px;
        line-height: 34px;
    }
    .pt {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 30px;
    }
    .cib {
        flex-direction: column;
    }
    .cil {
        padding: 22px 0px;
    }
    .cilb {
        right: -24px;
    }
    .cirb {
        left: -24px;
    }
    .cirf {
        padding: 40px 0px;
    }
    .cirt ul {
        padding-left: 15px;
    }
    .cirp {
        margin-top: 24px;
        padding-left: 15px;
    }
    .cilf {
        justify-content: center;
        padding-right: 0px;
    }
    .cilx {
        display: flex;
        align-items: center;
        padding: 0px;
    }
    .cili {
        margin: 0px 18px 0px 0px;
        flex: none;
    }
    .cilt br {
        display: none;
    }
    .cilt {
        font-size: 18px;
    }
    .cvc {
        padding-top: 30px;
    }
    .cvp svg {
        width: 45px;
    }
    .cvt {
        font-size: 30px;
        line-height: 38px;
    }
    .cvt br {
        display: none;
    }
    .cr {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .crif {
        width: calc(50% - 6px);
    }
    .crif:not(:last-child) {
        margin-bottom: 30px;
    }
    .fq {
        padding-bottom: 40px;
    }
    .fqi {
        padding-bottom: 22px;
    }
    .fqi:not(:first-child) {
        padding-top: 22px;
    }
    .fqo:not(:last-child) {
        padding-bottom: 22px;
    }
    .fqo:not(:first-child) {
        padding-top: 22px;
    }
    .fqkf {
        padding-top: 22px;
    }
    .fdi:not(:last-child) {
        margin-bottom: 18px;
    }
    .fdt select {
        font-size: 16px;
    }
    .fdt input {
        font-size: 16px;
    }
    .fdt textarea {
        font-size: 16px;
    }
    .tdt {
        flex-direction: column;
        margin-bottom: 0px;
    }
    .tdc {
        width: 100%;
    }
    .tdc:not(:first-child) {
        margin-top: 15px;
    }
    .tdf {
        margin-bottom: 40px;
    }
    .tdfr {
        margin-top: 40px;
    }
    .tdm {
        margin-bottom: 40px;
    }
    .fqnf {
        margin-top: 40px;
    }
    .td {
        padding-bottom: 40px;
    }
    .ndm {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ndi {
        width: calc(50% - 6px);
    }
    .ndi:not(:last-child) {
        margin-right: 0px;
    }
    .ndi:not(:last-child) {
        margin-bottom: 30px;
    }
    .ndc {
        margin-top: 0px;
    }
    .ndb {
        margin-top: 22px;
    }
    .ndr {
        margin-top: 40px;
    }
    .nm {
        margin-bottom: 40px;
    }
    .nci {
        flex-direction: column;
    }
    .ncp {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 22px;
    }
    .ncx {
        max-width: 280px;
        width: 100%;
    }
    .nci:not(:last-child) {
        margin-bottom: 40px;
    }
    .p {
        margin-top: 40px;
    }
    .pi:not(:last-child) {
        margin-right: 8px;
    }
    .pi a {
        padding: 8px 12px;
    }
    .cdt {
        font-size: 30px;
        line-height: 34px;
    }
    .cdc {
        width: 100%;
        padding-bottom: 30px;
    }
    .cdei {
        padding-bottom: 8px;
    }
    .cdei:not(:first-child) {
        padding-top: 10px;
    }
    .cdzi {
        width: calc(33.33333% - 8px);
        margin: 4px;
    }
    .cdzif {
        width: 33.33333%;
    }
    .cdzp {
        margin: -4px;
    }
    .cdr {
        width: 100%;
        margin-left: 0px;
    }
    .cdg img {
        max-width: 143px;
        margin: 0px auto;
    }
    .cdul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .cdui {
        max-width: 143px;
        margin: 5px;
    }
    .cdmt {
        font-size: 18px;
        line-height: 24px;
    }
    .cdx {
        padding: 22px 0px;
    }
    .cdfl {
        flex-direction: column;
    }
    .cdfi {
        width: 100%;
    }
    .cdfi:not(:last-child) {
        margin-bottom: 18px;
    }
    .cdpn {
        width: 50%;
        padding-right: 12px;
    }
    .cdpi {
        padding: 4px 24px;
    }
    .cdz {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .cdns {
        width: calc(33.33333% - 6px);
        margin-right: 8px;
    }
    .cdk {
        height: 40px;
    }
    .cdph {
        padding: 4px 24px;
        font-size: 20px;
    }
    .cdpg {
        margin-left: -24px;
        margin-right: -24px;
    }
    .cdpg:not(:last-child) {
        margin-bottom: 30px;
    }
    .circ ul {
        padding-left: 15px;
    }
    .cdsve {
        width: calc(33.33333% - 6px);
    }
    .cdsve:not(:last-child) {
        margin-right: 8px;
    }
    .cdst {
        display: none;
    }
    .cdm {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .cdla {
        padding: 8px 20px;
    }
    .cdp {
        font-size: 18px;
        line-height: 22px;
    }
    .cdp span {
        font-size: 26px;
    }
    .cdp {
        margin-top: 15px;
    }
    .cdsvs {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .f {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .fqm {
        font-size: 18px;
    }
    .fqz {
        font-size: 14px;
        line-height: 20px;
    }
    .fl {
        width: 100px;
        margin: 0px auto;
    }
    .fcl {
        width: 100%;
    }
    .fcc {
        padding-bottom: 24px;
        border-bottom: 1px solid rgb(255 255 255 / 10%);
        margin-bottom: 24px;
    }
    .fcr {
        width: 100%;
        padding-top: 24px;
        border-top: 1px solid rgb(255 255 255 / 10%);
        margin-top: 24px;
        text-align: center;
    }
    .fcr .fcf {
        flex-direction: row;
    }
    .fcr .fpf {
        width: 50%;
    }
    .fcr .fpn {
        width: 50%;
        margin-top: 0px;
    }
    .fm {
        justify-content: center;
    }
    .fmc {
        text-align: center;
        width: 50%;
    }
    .fmc:not(:last-child) {
        margin-right: 0px;
    }
    .fp {
        margin-bottom: 18px;
    }
    .fg {
        justify-content: center;
    }
    .fx {
        padding-top: 22px;
    }
    .fancybox__content {
        padding: 0px;
    }
}

@media only screen and (max-width: 650px) {
    .mis {
        width: calc(50% - 15px);
    }
    .mct {
        flex-direction: column;
    }
    .mcc {
        width: 100%;
    }
    .mct {
        line-height: 22px;
    }
    .mct p:not(:last-child) {
        margin-bottom: 12px;
    }
    .mcc:not(:last-child) {
        margin-bottom: 12px;
    }
    .mcc ul {
        padding-left: 15px;
    }
    .cait {
        line-height: 22px;
    }
    .cirt {
        line-height: 22px;
    }
    .cvh {
        padding-top: 75%;
    }
    .crtt {
        line-height: 22px;
    }
    .fqt {
        line-height: 22px;
    }
    .tdc {
        line-height: 22px;
    }
    .ndt {
        line-height: 22px;
    }
    .nctt {
        line-height: 22px;
    }
    .cdpv {
        line-height: 22px;
    }
    .cdns {
        width: calc(50% - 2px);
        margin-right: 8px;
    }
    .cirv {
        flex-direction: column;
    }
    .circ {
        width: 100%;
        line-height: 22px;
    }
    .cdlb {
        position: relative;
        margin-top: 30px;
        z-index: 2;
    }
    .cdlt {
        padding-right: 0px;
    }
    .cdla .msbi {
        flex-direction: row;
    }
    .cdla .msbn {
        margin-top: 0px;
    }
    .cdla .msbc {
        margin-right: 15px;
    }
    .cdl {
        padding-bottom: 40px;
    }
    .cdzi {
        width: calc(50% - 8px);
        margin: 4px;
    }
    .cdzif {
        width: 50%;
    }
    .cdsve {
        width: calc(50% - 6px);
    }
}

@media only screen and (max-width: 520px) {
    .mns {
        width: 100%;
    }
    .mb {
        flex-direction: column;
    }
    .mb a:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 12px;
    }
    .mis {
        width: calc(50% - 6px);
        margin-right: 12px;
    }
    .mcht {
        font-size: 17px;
    }
    .mchb {
        font-size: 40px;
        line-height: 40px;
    }
    .cai {
        width: 100%;
    }
    .cain {
        min-height: auto;
    }
    .crif {
        width: 100%;
    }
    .fqa {
        margin-right: 20px;
    }
    .fqkf {
        padding-left: 20px;
    }
    .fqt {
        padding-left: 60px;
    }
    .fdb button {
        width: 100%;
    }
    .fbp {
        flex-direction: column;
    }
    .fbp .fdb {
        width: 100%;
        margin-right: 0px;
    }
    .fbp .fdp {
        text-align: center;
        margin-top: 12px;
    }
    .tdhi {
        margin-right: 12px;
    }
    .ndi {
        width: 100%;
    }
    .nml {
        display: flex;
        flex-direction: column;
    }
    .nmi:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #B6B6B6;
    }
    .ncx {
        max-width: none;
    }
    .cdxc {
        flex-direction: column;
    }
    .cdxb {
        margin-left: 0px;
        width: 100%;
        margin-top: 18px;
    }
    .cdxb a {
        width: 100%;
        box-sizing: border-box;
    }
    .cdns {
        width: 100%;
    }
    .cdb a {
        width: 100%;
        box-sizing: border-box;
    }
    .cdzi {
        width: 100%;
        margin: 0px;
    }
    .cdzif {
        display: none;
    }
    .cdzi:not(:last-child) {
        margin-bottom: 8px;
    }
    .cdzp {
        margin: 0px;
    }
    .cdsve {
        width: 100%;
    }
    .csb a {
        width: 100%;
        box-sizing: border-box;
    }
    .csif {
        margin: 0px;
    }
    .csif:not(:last-child) {
        margin-bottom: 30px;
    }
    .csi {
        width: 100%;
    }
    .cdns {
        margin-right: 24px;
    }
    .fm {
        flex-wrap: wrap;
    }
    .fmc {
        width: 100%;
    }
    .fmc:not(:last-child) {
        padding-bottom: 24px;
        border-bottom: 1px solid rgb(255 255 255 / 10%);
        margin-bottom: 24px;
    }
    .fmi:not(:last-child) {
        margin-bottom: 18px;
    }
    .fl {
        margin: 0px auto;
    }
    .fcr .fcf {
        flex-direction: column;
    }
    .fcr .fpf {
        width: 100%;
    }
    .fcr .fpn {
        width: 100%;
        margin-top: 30px;
    }

    .crif:not(.crlr){
        display: none;
    }
}

@media only screen and (max-width: 375px) {
    .sb {
        width: 320px;
        left: -320px;
    }
    .sbw .hs input {
        width: 170px;
    }
}
.tdfl-lamp{}
.tdfl-lamp .fd {
	line-height: 20px;
	text-align: center;
	font-size: 15px;
	margin: 15px auto;
	color: #8C8C8C;
}
.tdfl-lamp .fd.left{
	text-align: left;
}
.simple_link{
    margin: 0;
    padding: 0!important;
    background-color: transparent;
    border: none!important;
    color: #8C8C8C!important;
    font-weight: 600;
}
.simple_link:hover{
    margin: 0!important;
    color: #670D22!important;
    padding: 0!important;
    background-color: transparent!important;
    border: none!important;
}

.blue{
    color: #07f;
}

.hisun-thanks {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    position: relative;
}

.hisun-thanks__card {
    width: calc(50% - 12.5px);
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.hisun-thanks__card--text {
    background: #efefef;
    padding: 80px 42px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    left: 0;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
}

.hisun-thanks__card--image {
    margin-top: 0;
    z-index: 1;
}

.hisun-thanks__card--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hisun-thanks__btn {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 122%;
    color: #fff;
    display: inline-flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    padding: 19px 23px;
    transition: 0.2s all ease;
    background: #670d22;
    outline: none !important;
    white-space: nowrap;
    border-radius: 10px;
    text-decoration: none;
}

.hisun-thanks__btn:hover {
    opacity: 0.8;
    color: #fff;
}

@media (max-width: 768px) {
    .hisun-thanks {
        flex-direction: column;
        padding: 0;
        gap: 0;
    }

    .hisun-thanks__card {
        width: 100%;
        height: auto;
        left: 0;
    }

    .hisun-thanks__card--image {
        order: -1;
        margin-top: 0;
        height: 260px;
        border-radius: 20px 20px 0 0;
        overflow: hidden;
    }

    .hisun-thanks__card--image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hisun-thanks__card--text {
        margin-top: 0;
        padding: 40px 24px;
        box-shadow: none;
        left: 0;
        border-radius: 0 0 20px 20px;
    }
}

@media (max-width: 768px) and (min-width: 450px) {
    .hisun-thanks__card--image {
        height: 500px;
    }

    .hisun-thanks__card--image img {
        height: 100%;
        object-fit: cover;
    }
}

.populars .products-grid-item .product-image {
    height: 300px;
}

.rassrochka-p img {
    width:100%;
    height:auto;
    display:block;
    margin-bottom:20px;
}

.rassrochka-table {
    text-decoration: none;
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}

.rassrochka-table th {
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    background-color: #354251;
}

.rassrochka-table td {
    font-size: 13px;
    color: #354251;
}

.rassrochka-table td,
.rassrochka-table th {
    white-space: pre-wrap;
    padding: 20px 10px;
    line-height: 13px;
    vertical-align: middle;
    border: 0;
}

.rassrochka-table tr:hover {
    background-color: #f9fafb;
}

.rassrochka-table tr:hover td {
    color: #354251;
    cursor: default;
}

.rassrochka-mobile-table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.rassrochka-table .rassrochka-table__head td {
    font-weight: 600;
    border-right: 0 !important;
}

.rassrochka-table tr td:first-child {
    font-weight: 600;
}

.rassrochka-table tr:nth-child(even) td {
    background-color: #eee;
}

.rassrochka-little-text p {
    font-size: 0.8em;
    opacity: 0.6;
}

.rassrochka-list {
    padding-left: 30px;
}

.rassrochka-btn a {
    background-color: #670D22;
    border-color: #670D22;
    color: white;
}

.rassrochka-form__container {
    padding: 0;
}

.rassrochka-form__parts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.rassrochka-form__inputs {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    gap: 20px;
}

.rassrochka-select {
    position: relative;
    display: block;
    width: 100%;
}

.rassrochka-select::after {
    content: url(/assets/img/sections_page_images/arrow-select.svg);
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    width: auto;
    line-height: 0;
    pointer-events: none;
}

.rassrochka-form__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rassrochka-form__info textarea {
    width: 100%;
    height: calc(100% - 71px - 20px);
    resize: none;
}

.rassrochka-form__controls {
    display: flex;
    align-items: center;
    gap: 60px;
}

.rassrochka-agreement {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rassrochka-form__output {
    margin: 0 auto;
}

.rassrochka-form input[type=text],
.rassrochka-form input[type=tel],
.rassrochka-form textarea,
.rassrochka-form select {
    background: #F0F0F0;
    padding: 27px 57px;
    font-size: 18px;
    line-height: 21px;
    color: #969696;
    width: 100%;
    appearance: none;
}

.rassrochka-form input[type=submit] {
    padding: 25px 65px;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #fff;
    background: #670D22;
    border-radius: 10px;
    margin: 0 auto;
}

.rassrochka-form h2 {
    margin-bottom: 25px;
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
    color: #354251;
}

@media (max-width: 1000px) {
    .rassrochka-form__parts,
    .rassrochka-form__inputs {
        gap: 10px;
    }

    .rassrochka-form__parts {
        grid-template-columns: 1fr;
    }

    .rassrochka-form__controls {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .rassrochka-form__info textarea {
        height: 200px;
    }

    .rassrochka-form__inputs {
        grid-template-rows: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .rassrochka-form input[type=submit] {
        padding: 19px 65px;
    }

    .rassrochka-form select,
    .rassrochka-form input[type=text],
    .rassrochka-form input[type=tel],
    .rassrochka-form textarea {
        padding: 20px;
    }

    .rassrochka-form h2 {
        font-size: 28px;
        line-height: 33px;
    }

    .rassrochka-form form {
        gap: 10px;
    }
}

.menu__bottom-phone img,
.menu-email img {
    width: 14px;
    height: auto;
    display: inline;
}

.menu__top-phone img {
    width: 18px;
    height: auto;
    display: inline;
}

.empty-space {
    width: 30px;
}

.menu__top-phone {
    display: none;
}

@media (max-width: 1200px) {
    .menu__top-phone {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
    }
}

/* Phones in mobile drawer — only under email; leave room for close button */
.sbw .menu__top-phone {
    display: none !important;
}

.sbw .menu-phone-bottom,
.sbw .menu__bottom-phone img {
    display: inline !important;
}

.sbw .menu__bottom-phone {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.sbw .menu__bottom-contacts {
    flex-direction: column;
    gap: 12px;
    padding-right: 36px;
    box-sizing: border-box;
}

.menu__bottom-contacts {
    display: flex;
    align-items: center;
    gap: 20px;
}

.menu__bottom-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.menu__bottom-phone a {
    padding: 0 !important;
}

.menu__phones {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

.menu-email,
.menu-phone {
    display: flex !important;
    align-items: center;
    gap: 5px;
    line-height: 80%;
}

.btn-header {
    font-size: 14px;
    background: #fbca10;
    color: #232323 !important;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 600;
    text-decoration: none !important;
    text-align: center;
}

.btn-header:hover {
    opacity: 0.8;
}

@media (max-width: 1200px) {
    .btn-header {
        padding: 1px;
    }
}

.footer-contacts {
    font-size: 16px;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1366px) {
    .footer-contacts {
        font-size: 14px;
    }
}

.footer-contacts div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-contacts a {
    color: #fff;
    text-decoration: none;
    transition: color 0.5s;
}

.footer-contacts a:hover {
    color: #96485a;
}

.more-photo {
    overflow: hidden;
}

.city__route a {
    padding: 19px 23px;
    background: #670d22;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 22px;
    color: #fff;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    transition: 0.2s all ease;
}

.city__route a:hover {
    opacity: 0.8;
}

/* End */


/* Start:/bitrix/templates/hisun/components/bitrix/menu/hisun_main-menu/style.css?17842879324080*/
.test {
    background: #232323;
}

.hmi.menu-parent {
    position: relative;
}

.app.app-menu {
    z-index: 11;
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
}

.hmi.menu-parent ul {
    position: absolute;
    list-style: none;
    background: #232323;
    height: 0;
    opacity: 0;
    z-index: 11;
    cursor: none;
    pointer-events: none;
}

.hmi.menu-parent:hover ul {
    cursor: default;
    pointer-events: all;
    height: auto;
    opacity: 1;
    background: #E7E7E7;
    transition: .2s all ease;
    min-width: 120px;
    padding-left: 0;
}

/* Touch: no hover open — only .active via JS */
body._touch .hmi.menu-parent:hover ul {
    height: 0;
    opacity: 0;
    pointer-events: none;
}

body._touch .hmi.menu-parent.active ul {
    cursor: default;
    pointer-events: all;
    height: auto;
    opacity: 1;
    background: #E7E7E7;
    transition: .2s all ease;
    min-width: 120px;
    padding-left: 0;
}

.hmi.menu-parent:hover ul li {
    text-align: left;
}

.hmi.menu-parent:hover ul a {
    color: #232323;

}

.link-cont img {
    display: none;
    transition: .2s all ease;
}

.hmi.menu-parent .link-cont a::after{
    content: url(/assets/img/sections_page_images/arrow-down-hisun.svg);
    /* height: 24px; */
}
.hmi.menu-parent .link-cont a {
    display: flex;
    align-items: center;
    gap: 6px;
}
@media only screen and (max-width: 1200px) {
    .hmi ul{
        padding-left: 0;
    }
    .hmi.menu-parent ul a {
        color: #232323;
    }
    .hmi.menu-parent .link-cont a::after {
        content: unset
    }
    .hmi.menu-parent:hover ul {
        cursor: default;
        pointer-events: all;
        height: 0;
        opacity: 0;
        background: #E7E7E7;
        transition: .2s all ease;
        min-width: 120px;
    }

    .hmi.menu-parent.active img.arrow {
        transform: translateY(50%) rotate(90deg);
    }

    .link-cont {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .link-cont img {
        width: 20px;
        height: 20px;
        transform: translateY(50%);
        margin-right: 10px;
        display: block;
    }

    .link-cont a {
        display: inline;
        width: auto !important;
    }

    .hmi.menu-parent {
        position: relative;
        display: inline-block;
    }

    .hmi.menu-parent ul {
        position: static;
        width: 100%;
        height: 0;
    }

    .hmi.menu-parent.active ul {
        cursor: default;
        pointer-events: all;
        height: auto;
        opacity: 1;
        background: #E7E7E7;
        transition: .2s all ease;
        min-width: 120px;
    }
}

@media (min-width: 1201px) {
    .hmi:not(:last-child).not-relative {
        position: static;
    }

    .hmi.menu-parent:hover .catalog_menu,
    body._touch .hmi.menu-parent.active .catalog_menu {
        width: 100%;
        left: 0;
        background: #262529;
        display: flex;
        justify-content: space-evenly;
    }

    .hmi.menu-parent:hover .catalog_menu li a,
    body._touch .hmi.menu-parent.active .catalog_menu li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #FFFFFF;
    }

    .hmi.menu-parent:hover .catalog_menu li a img,
    body._touch .hmi.menu-parent.active .catalog_menu li a img {
        height: 105px;
        margin: 30px;
        margin-bottom: 0px;
        width: auto;
    }

    .hmi.menu-parent:hover .catalog_menu li a span,
    body._touch .hmi.menu-parent.active .catalog_menu li a span {
        padding: 10px;
    }

    .hmi.menu-parent:hover .catalog_menu li a.bx-active span,
    body._touch .hmi.menu-parent.active .catalog_menu li a.bx-active span {
        background-color: #670D22;
    }
}

@media (max-width: 1200px) {
    .hmi.menu-parent .catalog_menu li a img {
        display: none !important;
    }
}
/* End */


/* Start:/bitrix/templates/hisun/css/modal.css?17352184172470*/
 /* Модальное окно */
 .hisun-modal {
    display: none;
    /* По умолчанию скрыто */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000009;
    overflow-x: auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 100px 0;
}

.hisun-modal-container {
    position: relative;
}

.hisun-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.hisun-modal__container {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    max-width: 500px;
    width: 90%;

    margin: 0 auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.hisun-modal__title {
    font-size: 22px;
    margin-bottom: 10px;
    color: #333;
}

.hisun-modal__text {
    font-size: 16px;
    color: #555;
}

.hisun-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #aaa;
    transition: color 0.3s;
}

.hisun-modal__close:hover {
    color: #333;
}

/* Показать модальное окно */
.hisun-modal--active {
    display: block;
}

/* Показать модальное окно */
.hisun-modal--active {
    display: block;
}

/* Анимация overlay */
@keyframes hisun-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes hisun-fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.hisun-modal__overlay {
    animation: hisun-fade-in 0.3s forwards;
}

/* Анимация окна (контейнера) */
@keyframes hisun-scale-in {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes hisun-scale-out {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0.8);
    }
}

.hisun-modal__container {
    animation: hisun-scale-in 0.3s forwards;
}

/* Скрытие с анимацией */
.hisun-modal--hidden .hisun-modal__overlay {
    animation: hisun-fade-out 0.3s forwards;
}

.hisun-modal--hidden .hisun-modal__container {
    animation: hisun-scale-out 0.3s forwards;
}
/* End */


/* Start:/bitrix/templates/hisun/components/bitrix/search.title/Hisun-search/style.min.css?1718029736679*/
.searche-title {}

.search-title-button {
	background-image: url(/bitrix/templates/hisun/components/bitrix/search.title/Hisun-search/images/icon-search.svg); background-repeat:no-repeat;background-position:center;min-width:45px}.title-search-result{border:1px solid #ced4da;display:none;overflow:hidden;z-index:205;background-color:#fff;padding:10px;border-radius:3px}.search-title-result-item{border-bottom:1px solid #ddd}.search-title .search-title-result-item:last-child{border-bottom:0}.search-title-result-item-link{font-size:16px;transition:170ms linear all}.search-title-result-item-price{font-size:16px}.search-title-result-item-current-price{font-weight:bold}.search-title-result-item-old-price{font-size:80%;text-decoration:line-through}
/* End */


/* Start:/bitrix/templates/hisun/components/bitrix/menu/footer.menu/style.css?1725880399285*/
body .footer__links {
    display: flex;
    flex-direction: column;
}

.footer__menus {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 768px) {
    .footer__menus {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
/* End */


/* Start:/local/components/hisun/socials.widget/templates/.default/style.css?17737797641367*/
.hisun-socials {
    position: fixed;
    z-index: 9999;
}

.hisun-social {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    overflow: hidden;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, translate .2s ease;
    position: relative;
}

.hisun-social:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.hisun-social-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    pointer-events: none;
}

.hisun-social::after {
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.6) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: rotate(25deg);
    animation: hisun-shine 4s infinite;
    opacity: 0;
}

@keyframes hisun-shine {
    0% {
        opacity: 0;
        transform: translate(-150%, -150%) rotate(25deg);
    }
    10% {
        opacity: 1;
    }
    30% {
        transform: translate(50%, 50%) rotate(25deg);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* End */


/* Start:/bitrix/templates/hisun/styles.css?178516123736*/
.section_tags{
    overflow: auto;
}
/* End */


/* Start:/bitrix/templates/hisun/template_styles.css?17851612373357*/
body .cdcb{
	padding-top: 100%;
}
.kredit-partner {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.kredit-partner_item {
	width: 20%;
	text-align: center;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.kredit-partner_item img {
	max-width: 80%;
	max-height: 85px;
	object-fit: contain;
}
.kredit-rules {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 20px 0;
	background: #E7E7E7;
}
.kredit-rules_item {
	width: 33%;
	text-align: center;
	font-weight: bold;
}
.kredit-rules_item:before {
	content: "\2022";
	margin-right: 10px;
	color:#82132D;
}
.kredit-small {
	font-size: 12px;
	line-height: 1.5em;
}
.tdf.kredit-form {
	margin-bottom: 30px;
}
.faq-files {

}
.faq-files .faq-file_item {
	margin-bottom: 20px;
	margin-left: 30px;
}
.faq-files .faq-file_item a {
	display: inline-block;
	color: black;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 27px;
	min-height: 27px;
	padding-left: 42px;
	background: url("/assets/img/icon-download.png") 0 0 no-repeat;
}
.cdr.cdr--auto {width: auto;}
.color-item {width: 80px; height: 80px; border-radius: 40px; text-align: center; line-height: 80px;margin-bottom: 20px;position: relative;}
.color-item span {
	display: none;
	position: absolute;
	right: 100px;
	z-index: 50;
}
.color-item:hover {
	background-color: white;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}
.color-item:hover span {
	display: inline-block;
	font-size: 16px;
	font-style: italic;
	white-space: nowrap;
}
.color-item img {width: 44px; display: inline-block;vertical-align: middle;}
.cddb {
	margin-top: 18px;
	min-height: 42px;
	padding-left: 60px;
	background: url("/assets/img/label_dropbody.png") 0 0 no-repeat;
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
	.kredit-partner_item {
		width: 33%;
	}
	.color-item {
		display: inline-block;
		margin:0 20px 20px 0;
	}
	.color-item:hover {
		box-shadow: none;
	}
	.color-item:hover span {
		display: none;
	}
	.cdr.cdr--auto {width: 100%;}
}
.csj-label__new, .csj-label__credit-0, .csj-label__dropbody {
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
}
.csj-label__new {
	top: 10px;
	right: 0;
	background-image: url("/assets/img/label_new.png");
	height: 43px;
	width: 40px;
}
.csj-label__new.efi {
	background-image: url("/assets/img/label_efi.png");
}
.csj-label__dropbody {
	top: 10px;
	left: 0;
	background-image: url("/assets/img/label_dropbody.png");
	height: 42px;
	width: 42px;
}
.csj-label__credit-0 {
	background-image: url("/assets/img/label_credit_0.png");
	height: 23px;
	width: 139px;
	bottom: 20px;
	left: 0;
}
@media only screen and (max-width: 520px) {
	.csj-label__new {
		top: 40px;
	}
	.csj-label__credit-0 {
		bottom: 40px;
	}
}


.product-discount{
	font-family: 'hn';
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	width: 180px;
	background: #D54242;
	padding: 3px 10px;
	border-radius: 13px;;
}
.csh{
	position: relative;
}

h1 .cdt img {
	display: inline-block;
	width: auto;
	margin-left: 10px;
	height: 0.6em;
}
body .swiper-wrapper,
.news__list .swiper-slide {
	height: fit-content;
}

.anchors-sticky .swiper-wrapper {
	height: 100%;
}
/* End */
/* /assets/style.css?178428767197247 */
/* /bitrix/templates/hisun/components/bitrix/menu/hisun_main-menu/style.css?17842879324080 */
/* /bitrix/templates/hisun/css/modal.css?17352184172470 */
/* /bitrix/templates/hisun/components/bitrix/search.title/Hisun-search/style.min.css?1718029736679 */
/* /bitrix/templates/hisun/components/bitrix/menu/footer.menu/style.css?1725880399285 */
/* /local/components/hisun/socials.widget/templates/.default/style.css?17737797641367 */
/* /bitrix/templates/hisun/styles.css?178516123736 */
/* /bitrix/templates/hisun/template_styles.css?17851612373357 */
