@-webkit-keyframes f-spinner-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes f-spinner-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes f-spinner-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}
@keyframes f-spinner-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}
@-webkit-keyframes f-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -150px, 0);
        transform: translate3d(0, -150px, 0);
        opacity: 0;
    }
}
@keyframes f-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -150px, 0);
        transform: translate3d(0, -150px, 0);
        opacity: 0;
    }
}
@-webkit-keyframes f-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 150px, 0);
        opacity: 0;
    }
}
@keyframes f-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 150px, 0);
        opacity: 0;
    }
}
@-webkit-keyframes f-zoomInUp {
    0% {
        -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes f-zoomInUp {
    0% {
        -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes f-zoomOutDown {
    to {
        -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
}
@keyframes f-zoomOutDown {
    to {
        -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
}
@-webkit-keyframes f-fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes f-fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes f-fadeOut {
    to {
        opacity: 0;
    }
}
@keyframes f-fadeOut {
    to {
        opacity: 0;
    }
}
@-webkit-keyframes f-fadeSlowIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes f-fadeSlowIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes f-fadeSlowOut {
    to {
        opacity: 0;
    }
}
@keyframes f-fadeSlowOut {
    to {
        opacity: 0;
    }
}
@-webkit-keyframes f-fadeFastIn {
    0% {
        opacity: 0.75;
    }
    to {
        opacity: 1;
    }
}
@keyframes f-fadeFastIn {
    0% {
        opacity: 0.75;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes f-fadeFastOut {
    to {
        opacity: 0;
    }
}
@keyframes f-fadeFastOut {
    to {
        opacity: 0;
    }
}
@-webkit-keyframes f-crossfadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes f-crossfadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes f-crossfadeOut {
    to {
        opacity: 0;
    }
}
@keyframes f-crossfadeOut {
    to {
        opacity: 0;
    }
}
@-webkit-keyframes f-slideInPrev {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes f-slideInPrev {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes f-slideInNext {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes f-slideInNext {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes f-slideOutNext {
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes f-slideOutNext {
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@-webkit-keyframes f-slideOutPrev {
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes f-slideOutPrev {
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@-webkit-keyframes f-classicInNext {
    0% {
        -webkit-transform: translateX(-75px);
        transform: translateX(-75px);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes f-classicInNext {
    0% {
        -webkit-transform: translateX(-75px);
        transform: translateX(-75px);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes f-classicInPrev {
    0% {
        -webkit-transform: translateX(75px);
        transform: translateX(75px);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes f-classicInPrev {
    0% {
        -webkit-transform: translateX(75px);
        transform: translateX(75px);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes f-classicOutNext {
    to {
        -webkit-transform: translateX(-75px);
        transform: translateX(-75px);
        opacity: 0;
    }
}
@keyframes f-classicOutNext {
    to {
        -webkit-transform: translateX(-75px);
        transform: translateX(-75px);
        opacity: 0;
    }
}
@-webkit-keyframes f-classicOutPrev {
    to {
        -webkit-transform: translateX(75px);
        transform: translateX(75px);
        opacity: 0;
    }
}
@keyframes f-classicOutPrev {
    to {
        -webkit-transform: translateX(75px);
        transform: translateX(75px);
        opacity: 0;
    }
}
@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes fade {
    0% {
        opacity: 0;
        scale: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        scale: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fade {
    0% {
        opacity: 0;
        scale: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        scale: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes shadow {
    0% {
        -webkit-box-shadow: 0;
        box-shadow: 0;
    }
    to {
        -webkit-box-shadow: -10px -8px 0 0 #cdb6a7;
        box-shadow: -10px -8px 0 0 #cdb6a7;
    }
}
@keyframes shadow {
    0% {
        -webkit-box-shadow: 0;
        box-shadow: 0;
    }
    to {
        -webkit-box-shadow: -10px -8px 0 0 #cdb6a7;
        box-shadow: -10px -8px 0 0 #cdb6a7;
    }
}
@-webkit-keyframes hoverWave {
    0% {
        -webkit-box-shadow: 0 8px 10px #cdb6a7, 0 0 0 0 #00ff73, 0 0 0 0 #16f06a;
        box-shadow: 0 8px 10px #cdb6a7, 0 0 0 0 #00ff73, 0 0 0 0 #16f06a;
    }
    40% {
        -webkit-box-shadow: 0 8px 10px rgba(10, 233, 47, 0.3), 0 0 0 15px rgba(16, 250, 16, 0.2), 0 0 0 0 rgba(33, 247, 4, 0.2);
        box-shadow: 0 8px 10px rgba(10, 233, 47, 0.3), 0 0 0 15px rgba(16, 250, 16, 0.2), 0 0 0 0 rgba(33, 247, 4, 0.2);
    }
    80% {
        -webkit-box-shadow: 0 8px 10px rgba(83, 240, 11, 0.3), 0 0 0 30px transparent, 0 0 0 26.7px rgba(12, 221, 57, 0.067);
        box-shadow: 0 8px 10px rgba(83, 240, 11, 0.3), 0 0 0 30px transparent, 0 0 0 26.7px rgba(12, 221, 57, 0.067);
    }
    to {
        -webkit-box-shadow: 0 8px 10px rgba(77, 235, 3, 0.3), 0 0 0 30px transparent 0 0 0 40px transparent;
        box-shadow: 0 8px 10px rgba(77, 235, 3, 0.3), 0 0 0 30px transparent 0 0 0 40px transparent;
    }
}
@keyframes hoverWave {
    0% {
        -webkit-box-shadow: 0 8px 10px #cdb6a7, 0 0 0 0 #00ff73, 0 0 0 0 #16f06a;
        box-shadow: 0 8px 10px #cdb6a7, 0 0 0 0 #00ff73, 0 0 0 0 #16f06a;
    }
    40% {
        -webkit-box-shadow: 0 8px 10px rgba(10, 233, 47, 0.3), 0 0 0 15px rgba(16, 250, 16, 0.2), 0 0 0 0 rgba(33, 247, 4, 0.2);
        box-shadow: 0 8px 10px rgba(10, 233, 47, 0.3), 0 0 0 15px rgba(16, 250, 16, 0.2), 0 0 0 0 rgba(33, 247, 4, 0.2);
    }
    80% {
        -webkit-box-shadow: 0 8px 10px rgba(83, 240, 11, 0.3), 0 0 0 30px transparent, 0 0 0 26.7px rgba(12, 221, 57, 0.067);
        box-shadow: 0 8px 10px rgba(83, 240, 11, 0.3), 0 0 0 30px transparent, 0 0 0 26.7px rgba(12, 221, 57, 0.067);
    }
    to {
        -webkit-box-shadow: 0 8px 10px rgba(77, 235, 3, 0.3), 0 0 0 30px transparent 0 0 0 40px transparent;
        box-shadow: 0 8px 10px rgba(77, 235, 3, 0.3), 0 0 0 30px transparent 0 0 0 40px transparent;
    }
}
@-webkit-keyframes show {
    0% {
        display: none;
        opacity: 0;
        scale: 0.1;
    }
    1% {
        display: -webkit-box;
        display: flex;
    }
    to {
        opacity: 1;
        scale: 1;
    }
}
@keyframes show {
    0% {
        display: none;
        opacity: 0;
        scale: 0.1;
    }
    1% {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    to {
        opacity: 1;
        scale: 1;
    }
}
@-webkit-keyframes mod {
    0% {
        top: 45%;
        -webkit-transform: rotate3d(0, 0, 0, 0deg) translateY(-50%);
        transform: rotate3d(0, 0, 0, 0deg) translateY(-50%);
    }
    to {
        -webkit-transform: rotate3d(0, 1, 0, 360deg) translateY(-50%);
        transform: rotate3d(0, 1, 0, 360deg) translateY(-50%);
        top: 55%;
    }
}
@keyframes mod {
    0% {
        top: 45%;
        -webkit-transform: rotate3d(0, 0, 0, 0deg) translateY(-50%);
        transform: rotate3d(0, 0, 0, 0deg) translateY(-50%);
    }
    to {
        -webkit-transform: rotate3d(0, 1, 0, 360deg) translateY(-50%);
        transform: rotate3d(0, 1, 0, 360deg) translateY(-50%);
        top: 55%;
    }
}
@-webkit-keyframes circle {
    0% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
        -webkit-filter: blur(3px) brightness(100%);
        filter: blur(3px) brightness(100%);
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-filter: blur(1px) brightness(150%);
        filter: blur(1px) brightness(150%);
    }
}
@keyframes circle {
    0% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
        -webkit-filter: blur(3px) brightness(100%);
        filter: blur(3px) brightness(100%);
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-filter: blur(1px) brightness(150%);
        filter: blur(1px) brightness(150%);
    }
}
@-webkit-keyframes lev {
    0% {
        top: -40%;
    }
    to {
        top: -50%;
    }
}
@keyframes lev {
    0% {
        top: -40%;
    }
    to {
        top: -50%;
    }
}
:root {
    --f-spinner-width: 36px;
    --f-spinner-height: 36px;
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
    --f-spinner-stroke: 2.75;
}
.f-spinner {
    margin: auto;
    padding: 0;
    width: var(--f-spinner-width);
    height: var(--f-spinner-height);
}
.f-spinner svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    -webkit-animation: f-spinner-rotate 2s linear infinite;
    animation: f-spinner-rotate 2s linear infinite;
}
.f-spinner svg * {
    stroke-width: var(--f-spinner-stroke);
    fill: none;
}
.f-spinner svg :first-child {
    stroke: var(--f-spinner-color-1);
}
.f-spinner svg :last-child {
    stroke: var(--f-spinner-color-2);
    -webkit-animation: f-spinner-dash 2s ease-in-out infinite;
    animation: f-spinner-dash 2s ease-in-out infinite;
}
.f-throwOutUp {
    -webkit-animation: 0.175s ease-out both f-throwOutUp;
    animation: 0.175s ease-out both f-throwOutUp;
}
.f-throwOutDown {
    -webkit-animation: 0.175s ease-out both f-throwOutDown;
    animation: 0.175s ease-out both f-throwOutDown;
}
.f-zoomInUp {
    -webkit-animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp;
    animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp;
}
.f-zoomOutDown {
    -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown;
    animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown;
}
.f-fadeIn {
    -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
    animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
    z-index: 2;
}
.f-fadeOut {
    -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
    animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
    z-index: 1;
}
.f-fadeSlowIn {
    -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
    z-index: 2;
}
.f-fadeSlowOut {
    -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
    z-index: 1;
}
.f-fadeFastIn {
    -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
    animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
    z-index: 2;
}
.f-fadeFastOut {
    -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
    animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
    z-index: 2;
}
.f-crossfadeIn {
    -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
    animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
    z-index: 2;
}
.f-crossfadeOut {
    -webkit-animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
    animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
    z-index: 1;
}
.f-slideIn.from-next {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}
.f-slideIn.from-prev {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}
.f-slideOut.to-next {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}
.f-slideOut.to-prev {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}
.f-classicIn.from-next {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
    z-index: 2;
}
.f-classicIn.from-prev {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
    z-index: 2;
}
.f-classicOut.to-next {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
    z-index: 1;
}
.f-classicOut.to-prev {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
    z-index: 1;
}
:root {
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-color: #374151;
    --f-button-bg: #f8f8f8;
    --f-button-hover-bg: #e0e0e0;
    --f-button-active-bg: #d0d0d0;
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: none;
    --f-button-svg-disabled-opacity: 0.65;
}
.f-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 0;
    width: var(--f-button-width);
    height: var(--f-button-height);
    border: var(--f-button-border);
    border-radius: var(--f-button-border-radius);
    color: var(--f-button-color);
    background: var(--f-button-bg);
    -webkit-box-shadow: var(--f-button-shadow);
    box-shadow: var(--f-button-shadow);
    pointer-events: all;
    cursor: pointer;
    -webkit-transition: var(--f-button-transition);
    -o-transition: var(--f-button-transition);
    transition: var(--f-button-transition);
}
.f-button:active:not([disabled]) {
    background: var(--f-button-active-bg);
}
.f-button:focus:not(:focus-visible) {
    outline: 0;
}
.f-button:focus-visible {
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
    box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}
.f-button svg {
    width: var(--f-button-svg-width);
    height: var(--f-button-svg-height);
    fill: var(--f-button-svg-fill);
    stroke: currentColor;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    -webkit-transform: var(--f-button-transform);
    -ms-transform: var(--f-button-transform);
    transform: var(--f-button-transform);
    -webkit-filter: var(--f-button-svg-filter);
    filter: var(--f-button-svg-filter);
    pointer-events: none;
}
.f-button[disabled] {
    cursor: default;
}
.f-button[disabled] svg {
    opacity: var(--f-button-svg-disabled-opacity);
}
.f-carousel__nav .f-button.is-next,
.f-carousel__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev {
    position: absolute;
    z-index: 1;
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
    left: var(--f-button-prev-pos);
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
    right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
    left: auto;
    right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
    right: auto;
    left: var(--f-button-prev-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev {
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
    top: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
    bottom: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
html.with-fancybox {
    width: auto;
    overflow: visible;
    scroll-behavior: auto;
}
html.with-fancybox body {
    -ms-touch-action: none;
    touch-action: none;
}
html.with-fancybox body.hide-scrollbar {
    width: auto;
    margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
    overflow: hidden !important;
    overscroll-behavior-y: none;
}
.fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-hover-color: #fff;
    --fancybox-bg: rgba(24, 24, 27, 0.98);
    --fancybox-slide-gap: 10px;
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-color-1: rgba(255, 255, 255, 0.1);
    --f-spinner-color-2: #bbb;
    --f-spinner-stroke: 3.65;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #f8f8f8;
    -webkit-tap-highlight-color: transparent;
    overflow: visible;
    z-index: 1050;
    outline: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overscroll-behavior-y: contain;
}
.fancybox__container *,
.fancybox__container ::after,
.fancybox__container ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.fancybox__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: var(--fancybox-bg);
    opacity: var(--fancybox-opacity, 1);
    will-change: opacity;
}
.fancybox__carousel {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    z-index: 10;
    overflow-y: visible;
    overflow-x: clip;
}
.fancybox__viewport {
    width: 100%;
    height: 100%;
}
.fancybox__slide,
.fancybox__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.fancybox__track {
    margin: 0 auto;
}
.fancybox__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 var(--fancybox-slide-gap) 0 0;
    padding: 4px;
    overflow: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 40px;
}
.fancybox__slide.has-html5video,
.fancybox__slide.has-iframe,
.fancybox__slide.has-image,
.fancybox__slide.has-video {
    overflow: hidden;
}
.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
    overflow: visible;
}
.fancybox__slide::after,
.fancybox__slide::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    margin: auto;
}
.fancybox__content {
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 2rem;
    max-width: 100%;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    cursor: default;
    border-radius: 0;
    z-index: 20;
}
.f-thumbs__slide.is-loading img,
.is-loading .fancybox__content {
    opacity: 0;
}
.is-draggable .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.can-zoom_in .fancybox__content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.can-zoom_out .fancybox__content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.is-dragging .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox__content [contenteditable],
.fancybox__content [data-selectable] {
    cursor: auto;
}
.fancybox__slide.has-image > .fancybox__content {
    padding: 0;
    background: 0 0;
    min-height: 1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fancybox__slide.has-image > .fancybox__content > picture > img {
    width: 100%;
    height: auto;
    max-height: 100%;
}
.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,
.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
    visibility: hidden;
}
.is-animating .fancybox__content,
.is-dragging .fancybox__content {
    -webkit-filter: blur(0);
    filter: blur(0);
    will-change: transform, width, height;
}
.fancybox-image {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox__caption {
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 14px 0 4px;
    overflow-wrap: anywhere;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    cursor: auto;
    visibility: visible;
}
.is-closing .fancybox__caption,
.is-loading .fancybox__caption {
    opacity: 0;
    visibility: hidden;
}
.is-compact .fancybox__caption {
    padding-bottom: 0;
}
.f-button.is-close-btn {
    --f-button-svg-stroke-width: 2;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 40;
}
.fancybox__content > .f-button.is-close-btn {
    --f-button-width: 34px;
    --f-button-height: 34px;
    --f-button-border-radius: 4px;
    --f-button-color: var(--fancybox-color, #fff);
    --f-button-hover-color: var(--fancybox-color, #fff);
    --f-button-bg: transparent;
    --f-button-hover-bg: transparent;
    --f-button-active-bg: transparent;
    --f-button-svg-width: 22px;
    --f-button-svg-height: 22px;
    position: absolute;
    top: -38px;
    right: 0;
    opacity: 0.75;
}
.is-loading .fancybox__content > .f-button.is-close-btn,
.is-zooming-out .fancybox__content > .f-button.is-close-btn {
    visibility: hidden;
}
.fancybox__content > .f-button.is-close-btn:hover {
    opacity: 1;
}
.fancybox__footer {
    padding: 0;
    margin: 0;
    position: relative;
}
.fancybox__footer .fancybox__caption {
    width: 100%;
    padding: 24px;
    opacity: var(--fancybox-opacity, 1);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.is-compact .fancybox__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgba(24, 24, 27, 0.5);
}
.is-compact .fancybox__footer .fancybox__caption {
    padding: 12px;
}
.is-compact .fancybox__content > .f-button.is-close-btn {
    --f-button-border-radius: 50%;
    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    --f-button-outline-color: #000;
    --f-button-bg: rgba(0, 0, 0, 0.6);
    --f-button-active-bg: rgba(0, 0, 0, 0.6);
    --f-button-hover-bg: rgba(0, 0, 0, 0.6);
    --f-button-svg-width: 18px;
    --f-button-svg-height: 18px;
    --f-button-svg-filter: none;
    top: 5px;
    right: 5px;
}
.fancybox__nav {
    --f-button-width: 50px;
    --f-button-height: 50px;
    --f-button-border: 0;
    --f-button-border-radius: 50%;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: transparent;
    --f-button-hover-bg: rgba(24, 24, 27, 0.3);
    --f-button-active-bg: rgba(24, 24, 27, 0.5);
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 26px;
    --f-button-svg-height: 26px;
    --f-button-svg-stroke-width: 2.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
    --f-button-svg-disabled-opacity: 0.65;
    --f-button-next-pos: 1rem;
    --f-button-prev-pos: 1rem;
    opacity: var(--fancybox-opacity, 1);
}
.fancybox__nav .f-button:before {
    position: absolute;
    content: "";
    top: -30px;
    right: -20px;
    left: -20px;
    bottom: -30px;
    z-index: 1;
}
.is-idle .fancybox__nav,
.is-idle.is-compact .fancybox__footer {
    -webkit-animation: 0.15s ease-out both f-fadeOut;
    animation: 0.15s ease-out both f-fadeOut;
}
.is-idle.is-compact .fancybox__footer {
    pointer-events: none;
}
.fancybox__slide > .f-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
    z-index: 30;
    cursor: pointer;
}
.fancybox-ghost,
.fancybox-protected {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 40;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-protected {
    right: 0;
    bottom: 0;
}
.fancybox-ghost {
    width: 100%;
    height: 100%;
    min-height: 0;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none;
}
.fancybox-focus-guard {
    outline: 0;
    opacity: 0;
    position: fixed;
    pointer-events: none;
}
.fancybox__container:not([aria-hidden]) {
    opacity: 0;
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__carousel > :not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__slide > :not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden="false"] > :not(.fancybox__backdrop, .fancybox__carousel) {
    -webkit-animation: 0.25s ease 0.1s backwards f-fadeIn;
    animation: 0.25s ease 0.1s backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop {
    -webkit-animation: 0.35s ease backwards f-fadeIn;
    animation: 0.35s ease backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__carousel > :not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__slide > :not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden="true"] > :not(.fancybox__backdrop, .fancybox__carousel) {
    -webkit-animation: 0.15s ease forwards f-fadeOut;
    animation: 0.15s ease forwards f-fadeOut;
}
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__backdrop {
    -webkit-animation: 0.35s ease forwards f-fadeOut;
    animation: 0.35s ease forwards f-fadeOut;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
    max-width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible;
}
.has-html5video .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
    width: 100%;
    height: 100%;
}
.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,
.fancybox__container:not(.is-compact) .has-map .fancybox__content,
.fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
    width: calc(100% - 120px);
    height: 90%;
}
.has-html5video .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%;
}
.has-html5video .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, 0.9);
    color: #fff;
}
.has-map .fancybox__content {
    background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: 0 0;
}
.fancybox-placeholder {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.f-carousel__thumbs,
.f-carousel__thumbs.is-classic {
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
}
.f-carousel__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-outline: 0;
    --f-thumb-outline-color: #5eb0ef;
    --f-thumb-opacity: 1;
    --f-thumb-border-radius: 2px;
    --f-thumb-offset: 0px;
    --f-button-next-pos: 0;
    --f-button-prev-pos: 0;
}
.f-carousel__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
}
.f-carousel__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 20px;
    --f-thumb-clip-width: 46px;
}
.f-thumbs {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.f-thumbs .f-spinner {
    background: linear-gradient(#ebeff2, #e2e8f0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    z-index: -1;
}
.f-thumbs .f-spinner svg {
    display: none;
}
.f-thumbs.is-vertical,
.is-classic .f-thumbs__viewport {
    height: 100%;
}
.f-thumbs__viewport {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.f-thumbs__slide,
.f-thumbs__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.f-thumbs__track {
    will-change: transform;
}
.f-thumbs__slide {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: var(--f-thumb-width);
    min-width: var(--f-thumb-width);
    height: var(--f-thumb-height);
    overflow: visible;
    cursor: pointer;
}
.is-modern .f-thumbs__track {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.is-modern .f-thumbs__track::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(var(--left, 0) * 1px);
    width: calc(100% - var(--width, 0) * 1px);
    cursor: pointer;
}
.is-modern .f-thumbs__slide {
    --clip-path: inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0))) round var(--f-thumb-border-radius, 0));
    -webkit-transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
    transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    pointer-events: none;
}
.is-modern .f-thumbs__slide:focus-within:not(.is-selected) {
    -webkit-filter: drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color));
    filter: drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color));
}
.is-modern .f-thumbs__slide > * {
    -webkit-clip-path: var(--clip-path);
    clip-path: var(--clip-path);
}
.is-modern.in-touch .f-thumbs__slide {
    -webkit-filter: none;
    filter: none;
}
.is-modern.is-resting .f-thumbs__slide,
.is-modern.is-resting .f-thumbs__slide > * {
    -webkit-transition: all 0.33s ease;
    -o-transition: all 0.33s ease;
    transition: all 0.33s ease;
}
.f-thumbs__slide__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    border-radius: var(--f-thumb-border-radius);
    overflow: hidden;
    background: 0 0;
    outline: 0;
    cursor: pointer;
    pointer-events: auto;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    opacity: var(--f-thumb-opacity);
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.f-thumbs__slide__button:hover {
    opacity: var(--f-thumb-hover-opacity);
}
.f-thumbs__slide__button:focus:not(:focus-visible) {
    outline: 0;
}
.f-thumbs__slide__button:focus-visible {
    outline: 0;
    opacity: var(--f-thumb-selected-opacity);
}
.is-nav-selected .f-thumbs__slide__button {
    opacity: var(--f-thumb-selected-opacity);
}
.is-nav-selected .f-thumbs__slide__button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    bottom: 0;
    border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
    border-radius: var(--f-thumb-border-radius);
    -webkit-animation: f-fadeIn 0.2s ease-out;
    animation: f-fadeIn 0.2s ease-out;
    z-index: 10;
}
.f-thumbs__slide__img {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: var(--f-thumb-offset);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
}
.f-thumbs.is-horizontal .f-thumbs__track {
    margin: 0 auto;
    padding: 8px 0 12px;
}
.f-thumbs.is-horizontal .f-thumbs__slide {
    margin: 0 var(--f-thumb-gap) 0 0;
}
.f-thumbs.is-vertical .f-thumbs__track {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto 0;
    padding: 0 8px;
}
.f-thumbs.is-vertical .f-thumbs__slide {
    margin: 0 0 var(--f-thumb-gap) 0;
}
.fancybox__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-border-radius: 2px;
    --f-thumb-outline: 2px;
    --f-thumb-outline-color: #ededed;
    position: relative;
    opacity: var(--fancybox-opacity, 1);
    -webkit-transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.fancybox__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-classic .f-spinner,
.fancybox__thumbs.is-modern .f-spinner {
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}
.fancybox__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 20px;
    --f-thumb-clip-width: 46px;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-horizontal {
    padding: 0 var(--f-thumb-gap);
}
.fancybox__thumbs.is-vertical {
    padding: var(--f-thumb-gap) 0;
}
.is-compact .fancybox__thumbs {
    --f-thumb-width: 64px;
    --f-thumb-clip-width: 32px;
    --f-thumb-height: 48px;
    --f-thumb-extra-gap: 10px;
}
.fancybox__thumbs.is-masked {
    max-height: 0 !important;
}
.is-closing .fancybox__thumbs {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.fancybox__toolbar {
    --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
    --f-button-width: 46px;
    --f-button-height: 46px;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: rgba(24, 24, 27, 0.65);
    --f-button-hover-bg: rgba(70, 70, 73, 0.65);
    --f-button-active-bg: rgba(90, 90, 93, 0.65);
    --f-button-border-radius: 0;
    --f-button-svg-width: 24px;
    --f-button-svg-height: 24px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
    --f-button-svg-fill: none;
    --f-button-svg-disabled-opacity: 0.65;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
    pointer-events: none;
    z-index: 20;
}
.fancybox__toolbar :focus-visible {
    z-index: 1;
}
.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.is-idle .fancybox__toolbar {
    pointer-events: none;
    -webkit-animation: 0.15s ease-out both f-fadeOut;
    animation: 0.15s ease-out both f-fadeOut;
}
.fancybox__toolbar__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}
.fancybox__toolbar__column.is-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.fancybox__infobar {
    padding: 0 5px;
    line-height: var(--f-button-height);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox__infobar span {
    padding: 0 5px;
}
.fancybox__infobar:not(:first-child):not(:last-child) {
    background: var(--f-button-bg);
}
[data-fancybox-toggle-slideshow] {
    position: relative;
}
[data-fancybox-toggle-slideshow] .f-progress {
    height: 100%;
    opacity: 0.3;
}
[data-fancybox-toggle-slideshow] svg g:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
[data-fancybox-toggle-slideshow] svg g:last-child {
    display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
    display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:last-child {
    display: none;
}
:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none;
}
:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none;
}
:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: -webkit-box;
    display: flex;
}
:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: -ms-flexbox;
    display: flex;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.f-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
    z-index: 30;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: block;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}
.swiper-button-lock {
    display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font: initial var(--swiper-navigation-size) / 1 swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar,
.swiper-scrollbar-drag {
    position: relative;
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
}
.swiper-scrollbar {
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock,
.video__wrapper.playing .volume::after {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
    -ms-touch-action: none;
    touch-action: none;
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cards,
.swiper-cube,
.swiper-flip {
    overflow: visible;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-flip .swiper-slide {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-cards .swiper-slide,
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.swiper-creative .swiper-slide {
    -webkit-transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}
@font-face {
    font-family: "Bebas Neue";
    src: url(../fonts/BebasNeue-Regular.eot);
    src: url(../fonts/BebasNeue-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/BebasNeue-Regular.woff2) format("woff2"), url(../fonts/BebasNeue-Regular.woff) format("woff"),
    url(../fonts/BebasNeue-Regular.ttf) format("truetype"), url(../fonts/BebasNeue-Regular.svg#BebasNeue-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Regular.eot);
    src: url(../fonts/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto-Regular.ttf) format("truetype"),
    url(../fonts/Roboto-Regular.svg#Roboto-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Light.eot);
    src: url(../fonts/Roboto-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Light.woff2) format("woff2"), url(../fonts/Roboto-Light.woff) format("woff"), url(../fonts/Roboto-Light.ttf) format("truetype"),
    url(../fonts/Roboto-Light.svg#Roboto-Light) format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Medium.eot);
    src: url(../fonts/Roboto-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Medium.woff2) format("woff2"), url(../fonts/Roboto-Medium.woff) format("woff"), url(../fonts/Roboto-Medium.ttf) format("truetype"),
    url(../fonts/Roboto-Medium.svg#Roboto-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Thin.eot);
    src: url(../fonts/Roboto-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Thin.woff2) format("woff2"), url(../fonts/Roboto-Thin.woff) format("woff"), url(../fonts/Roboto-Thin.ttf) format("truetype"),
    url(../fonts/Roboto-Thin.svg#Roboto-Thin) format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Black.eot);
    src: url(../fonts/Roboto-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Black.woff2) format("woff2"), url(../fonts/Roboto-Black.woff) format("woff"), url(../fonts/Roboto-Black.ttf) format("truetype"),
    url(../fonts/Roboto-Black.svg#Roboto-Black) format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.landing .h1,
.landing .h2,
.landing .h3,
.landing .h4,
.landing h1,
.landing h2,
.landing h3,
.landing h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}
.landing .h1,
.landing h1 {
    font-size: 32px;
}
.landing .h2,
.landing h2 {
    font-size: 24px;
}
.landing .h3,
.landing h3 {
    font-size: 30px;
}
.landing .h4,
.landing h4 {
    font-size: 20px;
}
.landing a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: opacity ease 0.35s;
    -o-transition: opacity ease 0.35s;
    transition: opacity ease 0.35s;
}
.landing a:hover {
    opacity: 0.7;
}
.landing p {
    margin: 0;
}
.landing b,
.landing strong {
    font-weight: 700;
}
.landing .container {
    margin: 0 auto;
}
.landing .container,
.landing .container-fluid {
    width: 100%;
    max-width: 100%;
    padding: 0 24px;
}
.landing * {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.landing ,
.landing img {
    height: auto;
}

.landing  {
    font: 16px/1.5 "Roboto", sans-serif;
    background: #000;
    position: relative;
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
}

.landing img {
    display: block;
    max-width: 100%;
}
.landing fieldset,
.landing ul {
    padding: 0;
    margin: 0;
}
.landing ul {
    list-style: none;
}
.landing fieldset {
    border: 0;
}
.landing textarea {
    font: 400 14px/9.78px "Roboto", sans-serif;
    background: 0 0;
    resize: none;
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0;
    border-radius: 15px;
    min-height: 50px;
}
.landing input::-webkit-input-placeholder,
.landing textarea::-webkit-input-placeholder {
    font: 400 14px/9.78px "Roboto", sans-serif;
    color: #fff;
    letter-spacing: normal;
    text-align: center;
}
.landing input::-moz-placeholder,
.landing textarea::-moz-placeholder {
    font: 400 14px/9.78px "Roboto", sans-serif;
    color: #fff;
    letter-spacing: normal;
    text-align: center;
}
.landing input:-ms-input-placeholder,
.landing textarea:-ms-input-placeholder {
    font: 400 14px/9.78px "Roboto", sans-serif;
    color: #fff;
    letter-spacing: normal;
    text-align: center;
}
.landing input::-ms-input-placeholder,
.landing textarea::-ms-input-placeholder {
    font: 400 14px/9.78px "Roboto", sans-serif;
    color: #fff;
    letter-spacing: normal;
    text-align: center;
}
.landing input::placeholder,
.landing textarea::placeholder {
    font: 400 14px/9.78px "Roboto", sans-serif;
    color: #fff;
    letter-spacing: normal;
    text-align: center;
}
.landing input {
    font: 400 14px/9.78px "Roboto", sans-serif;
    background: 0 0;
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0;
    border-radius: 15px;
}
.landing .wrapper {
    background: #000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    margin-top: 83px;
}
.landing .wrapper .footer {
    margin-top: auto;
}
.landing .success {
    font: 800 15px "Roboto", sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #cdb6a7;
}
.landing .button,
.landing .error,
.landing .success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}
.landing .error {
    font: 800 15px "Roboto", sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: red;
}
.landing .button {
    font: 800 11px "Roboto", sans-serif;
    background: #000;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 37px;
    color: #cdb6a7;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    border-radius: 18px;
    border: 1px solid #cdb6a7;
    -webkit-transition: opacity ease 0.35s;
    -o-transition: opacity ease 0.35s;
    transition: opacity ease 0.35s;
}
.landing .button img {
    margin-right: 5px;
}
.landing .button:hover,
.landing .video__wrapper .volume:hover {
    opacity: 0.7;
}
.landing .button.white {
    background: #fff;
    color: #000;
}
.landing .burger__button {
    position: relative;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.landing .burger__button span,
.landing .burger__button span::before {
    background: #cdb6a7;
    display: block;
    position: absolute;
    height: 4px;
}
.landing .burger__button span {
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform ease 0.35s;
    -o-transition: transform ease 0.35s;
    transition: transform ease 0.35s;
    transition: transform ease 0.35s, -webkit-transform ease 0.35s;
}
.landing .burger__button span::before {
    content: "";
}
.landing .burger__button span::after,
.landing .video__wrapper .volume::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
}
.burger__button span::after {
    background: #cdb6a7;
    height: 4px;
}
.burger__button span::before {
    top: 10px;
    width: 80%;
    left: 10%;
    -webkit-transition: left ease 0.35s, opacity ease 0.35s, width ease 0.35s;
    -o-transition: left ease 0.35s, opacity ease 0.35s, width ease 0.35s;
    transition: left ease 0.35s, opacity ease 0.35s, width ease 0.35s;
}
.burger__button span::after {
    top: 20px;
    -webkit-transition: -webkit-transform ease 0.35s;
    -o-transition: transform ease 0.35s;
    transition: transform ease 0.35s;
    transition: transform ease 0.35s, -webkit-transform ease 0.35s;
}
.burger__button:hover span::before {
    width: 100%;
    left: 0;
}
.burger__button.opened span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
}
.burger__button.opened span::before {
    opacity: 0;
}
.burger__button.opened span::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
}
.video__wrapper .volume {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 2%;
    top: 80%;
    cursor: pointer;
    -webkit-transition: opacity ease 0.35s;
    -o-transition: opacity ease 0.35s;
    transition: opacity ease 0.35s;
}
.video__wrapper .volume::after {
    background: #000;
    height: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.landing .header {
    background: #000;
    padding: 20px 0;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: padding ease 0.35s, -webkit-box-shadow ease 0.35s;
    -o-transition: box-shadow ease 0.35s, padding ease 0.35s;
    transition: box-shadow ease 0.35s, padding ease 0.35s;
    transition: box-shadow ease 0.35s, padding ease 0.35s, -webkit-box-shadow ease 0.35s;
}
.landing .header.scrolled {
    padding: 14px 0;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(205, 182, 167, 0.5803921569);
    box-shadow: 1px 1px 5px 1px rgba(205, 182, 167, 0.5803921569);
}
.landing .header__logo img {
    width: 121px;
    height: 41px;
}
.landing .header__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.landing .header__feedback,
.landing .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.landing .header__contacts,
.landing .header__menu.opened .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.landing .header__busket {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
    height: 35px;
    padding: 10px 0;
    border: 1px solid #cdb6a7;
    border-radius: 50%;
    -webkit-transition: opacity ease 0.35s;
    -o-transition: opacity ease 0.35s;
    transition: opacity ease 0.35s;
    margin-right: 11px;
}
.landing .header__busket:hover {
    opacity: 0.7;
}
.landing .header__email,
.landing .header__nav_link,
.landing .header__tel {
    background: linear-gradient(89deg, rgba(232, 194, 95, 0.4) 0% text, rgba(232, 194, 95, 0.4) 1% text, rgba(199, 138, 32, 0.4) 30% text, rgba(243, 226, 146, 0.4) 53% text, rgba(198, 143, 43, 0.4) 76% text, rgba(232, 194, 95, 0.4) 100%)
    text;
    -webkit-background-clip: text;
    color: #cdb6a7;
    text-align: center;
    text-transform: uppercase;
}
.landing .header__email {
    font: 400 15px "Roboto", sans-serif;
    letter-spacing: 2.69px;
    margin-bottom: 6px;
}
.landing .header__nav_link,
.landing .header__tel {
    font: 400 15px #cdb6a7;
    letter-spacing: normal;
}
.landing .header__nav_link {
    font: 500 11px "Roboto", sans-serif;
    letter-spacing: 1.4px;
    margin-right: 5px;
}
.landing .header__nav_link:last-child {
    margin-right: 0;
}
.landing .header__menu {
    display: none;
}
.landing .header__menu.opened {
    background: #000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 65px;
    width: 100vw;
    height: 100vh;
    z-index: 50;
    padding: 50px 0;
    -webkit-animation: fade 1s forwards ease;
    animation: fade 1s forwards ease;
}
.landing .header__menu.opened .header__nav_link {
    margin-right: 0;
    margin-bottom: 20px;
}
.landing .header__menu.opened,
.landing .header__menu.opened .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.landing .header__menu.opened .button {
    max-width: 250px;
    margin: 0 auto 20px;
}
.landing .header__menu.opened .button,
.landing .header__menu.opened .header__feedback {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.landing .header .mobile__num {
    font: 500 12px "Roboto", sans-serif;
    color: #cdb6a7;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
}
.landing .footer {
    padding: 44px 0;
}
.landing .footer__logo {
    margin: 0 auto 30px;
}
.landing .feedback .form fieldset,
.landing .footer__inner_top,
.landing .footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.landing .footer__inner_top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.landing .footer__title {
    font: 700 12px "Roboto", sans-serif;
    text-transform: uppercase;
    color: #cdb6a7;
    text-align: center;
    margin-bottom: 10px;
}
.landing .footer__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.landing .footer .medical {
    font: 500 22px "Bebas Neue", sans-serif;
    position: absolute;
    right: 18%;
    bottom: -140%;
    letter-spacing: 5px;
}
.landing .footer__text_item {
    margin-bottom: 20px;
    margin-top: 30px;
}
.landing .footer .medical,
.landing .footer__text_item,
.landing .footer__text_sub {
    color: #cdb6a7;
    text-transform: uppercase;
    text-align: center;
}
.landing .footer__text_item,
.landing .footer__text_sub {
    font: 800 15px "Roboto", sans-serif;
}
.landing .footer__inner_bot {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}
.landing .footer__contacts,
.landing .footer__inner_bot,
.landing .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.landing .footer__contacts {
    font: 700 25px/1 "Roboto", sans-serif;
    color: #cdb6a7;
    text-transform: uppercase;
}
.landing .footer__contacts .footer__link {
    font: 300 20px "Roboto", sans-serif;
    color: #cdb6a7;
    margin-bottom: 10px;
}
.landing .footer__contacts .footer__tel {
    font: 700 20px "Roboto", sans-serif;
    color: #cdb6a7;
}
.landing .footer__nav {
    width: 100%;
    margin: 30px 0;
}
.landing .footer__nav_link {
    font: 700 15px/1 "Roboto", sans-serif;
    margin-bottom: 20px;
    color: #cdb6a7;
    text-transform: uppercase;
}
.landing .footer__nav_link:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
.landing .footer__tech,
.landing .footer__tech_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.landing .footer__tech_img {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.landing .footer__tech_img p {
    font: 700 25px/1 "Roboto", sans-serif;
    color: #cdb6a7;
    max-width: 250px;
    text-transform: uppercase;
    text-align: center;
}
.landing .up,
.landing .whatsapp {
    position: fixed;
    bottom: 10%;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: scale ease 0.35s, opacity ease 0.35s, visibility ease 0.35s;
    -o-transition: scale ease 0.35s, opacity ease 0.35s, visibility ease 0.35s;
    transition: scale ease 0.35s, opacity ease 0.35s, visibility ease 0.35s;
}
.landing .up {
    opacity: 0;
    visibility: hidden;
    right: 5%;
    width: 30px;
    height: 30px;
    border-top: 10px solid #ecd765;
    border-left: 10px solid #ecd765;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.landing .up:hover {
    scale: 1.1;
    -webkit-animation: shadow 1s forwards;
    animation: shadow 1s forwards;
}
.landing .up.scrolled {
    opacity: 1;
    visibility: visible;
}
.landing .whatsapp {
    background: 0 0;
    left: 5%;
    border-radius: 50%;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}
.landing .whatsapp:hover {
    scale: 1.1;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
.landing .popup-wrapper {
    position: fixed;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    overflow-y: auto;
    padding: 20px;
    margin: auto 0;
    background: rgba(17, 17, 17, 0.884);
}
.landing .popup-wrapper .popup,
.landing .popup-wrapper.showed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.landing .popup-wrapper.showed {
    -webkit-animation: show 1s forwards;
    animation: show 1s forwards;
}
.landing .popup-wrapper .popup {
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    margin: auto 0;
    background: rgba(0, 0, 0, 0.89);
    max-width: 640px;
    border-radius: 20px;
}
.landing .popup-wrapper form input {
    background: #cdb6a7;
    margin-bottom: 10px;
    border: 0;
    font-size: 15px;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
}
.landing .popup-wrapper form input::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
    font-size: 15px;
}
.landing .popup-wrapper form input::-moz-placeholder {
    opacity: 1;
    color: #000;
    font-size: 15px;
}
.landing .popup-wrapper form input:-ms-input-placeholder {
    opacity: 1;
    color: #000;
    font-size: 15px;
}
.landing .popup-wrapper form input::-ms-input-placeholder {
    opacity: 1;
    color: #000;
    font-size: 15px;
}
.landing .popup-wrapper form input::placeholder {
    opacity: 1;
    color: #000;
    font-size: 15px;
}
.landing .popup-wrapper form textarea {
    font: 15px/1 "Roboto", sans-serif;
    background: #cdb6a7;
    border: 0;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    margin: 0 0 10px;
    overflow: hidden;
}
.landing .popup-wrapper form textarea::-webkit-input-placeholder {
    font-size: 15px;
    opacity: 1;
    line-height: 1;
    color: #000;
}
.landing .popup-wrapper form textarea::-moz-placeholder {
    font-size: 15px;
    opacity: 1;
    line-height: 1;
    color: #000;
}
.landing .popup-wrapper form textarea:-ms-input-placeholder {
    font-size: 15px;
    opacity: 1;
    line-height: 1;
    color: #000;
}
.landing .popup-wrapper form textarea::-ms-input-placeholder {
    font-size: 15px;
    opacity: 1;
    line-height: 1;
    color: #000;
}
.landing .popup-wrapper form textarea::placeholder {
    font-size: 15px;
    opacity: 1;
    line-height: 1;
    color: #000;
}
.landing .popup-wrapper .container {
    max-width: 680px;
}
.landing .popup-wrapper .popup-close {
    position: relative;
    margin-left: auto;
    width: 15px;
    height: 15px;
    cursor: pointer;
    -webkit-transition: opacity ease 0.35s;
    -o-transition: opacity ease 0.35s;
    transition: opacity ease 0.35s;
}
.landing .popup-wrapper .popup-close:hover {
    opacity: 0.7;
}
.landing .popup-wrapper .popup-close span,
.landing .popup-wrapper .popup-close span::before {
    display: block;
    width: 100%;
    height: 2px;
    background: #cdb6a7;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.landing .popup-wrapper .popup-close span::before {
    content: "";
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.landing .popup-wrapper .button__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.landing .hero__wrapper {
    position: relative;
    width: 100%;
    padding: 50px 0 52.5vw
}
.landing .hero__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.chair {
    padding: 50px 0;
    position: relative;
}
.chair__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 100px;
}
.chair .medical,
.chair h2 {
    text-transform: uppercase;
    letter-spacing: normal;
}
.chair h2 {
    font: 400 20px "Bebas Neue", sans-serif;
    display: inline-block;
    color: #fff;
    text-align: right;
}
.chair h2.first__title {
    position: absolute;
    left: 0;
    top: -150%;
    max-width: 140px;
    text-align: left;
}
.chair h2.last__title {
    position: absolute;
    right: 0;
    top: -150%;
    max-width: 130px;
}
.chair__img_title {
    height: 63px;
    position: relative;
}
.chair__img_title img {
    max-width: 100%;
}
.chair .medical {
    font: 500 35px "Bebas Neue", sans-serif;
    position: absolute;
    right: 0;
    color: #cdb6a7;
    text-align: center;
}
.chair__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.chair__slider {
    width: 300px;
}
.chair__info {
    max-width: 500px;
    margin-top: 40px;
    border-top: 2px solid #cdb6a7;
}
.chair__info_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.chair__info_img {
    width: 40%;
}
.chair__info_img img {
    height: 100%;
}
.chair__info_titles {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
}
.chair__info_title {
    font: 400 15px "Roboto", sans-serif;
    color: #cdb6a7;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: normal;
    margin-bottom: 15px;
}
.chair__info_text {
    font: 300 12px "Roboto", sans-serif;
    text-align: left;
    letter-spacing: normal;
}
.chair__info_cost,
.chair__info_text,
.scan h1,
.scan h4 {
    color: #cdb6a7;
    text-transform: uppercase;
}
.chair__info_cost {
    font: 300 43px "Roboto", sans-serif;
    letter-spacing: normal;
    text-align: center;
    border-top: 2px solid #cdb6a7;
    border-bottom: 2px solid #cdb6a7;
    padding: 20px 0;
}
.chair__info_buy,
.chair__info_click {
    font: 400 12px "Roboto", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #cdb6a7;
    text-align: center;
    cursor: pointer;
    -webkit-transition: opacity ease 0.35s;
    -o-transition: opacity ease 0.35s;
    transition: opacity ease 0.35s;
    border-bottom: 2px solid #cdb6a7;
    padding: 13px 0;
}
.chair__info_buy:hover,
.chair__info_click:hover {
    opacity: 0.7;
}
.chair__info_buy img,
.chair__info_click img {
    margin-right: 15px;
}
.chair .flag h4,
.chair__info_buy,
.chair__info_click,
.chair__info_credit {
    letter-spacing: normal;
    text-transform: uppercase;
}
.chair__info_credit {
    font: 500 10px "Roboto", sans-serif;
    color: #585758;
    text-align: center;
    margin-top: 20px;
}
.chair .flag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 21px;
}
.chair .flag h4 {
    font: 400 16px "Roboto", sans-serif;
    color: #fff;
    text-align: left;
    margin-left: 20px;
}
.chair .flag h4 span {
    font-weight: 800;
}
.swiper-wrapper {
    position: relative;
}
.button-next,
.button-prev {
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: opacity ease 0.35s;
    -o-transition: opacity ease 0.35s;
    transition: opacity ease 0.35s;
    position: absolute;
    z-index: 10;
    border-left: 5px solid #daa520;
    border-top: 5px solid #daa520;
    top: 50%;
}
.button-next:hover,
.button-prev:hover {
    opacity: 0.7;
}
.button-prev {
    left: 3%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.button-next {
    right: 3%;
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}
.swiper .slider__thumbs .swiper-slide-thumb-active img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.slider__thumbs {
    width: 300px;
    margin: 0;
}
.slider__thumbs .slider__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 97px;
    overflow: hidden;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}
.slider__images .slider__image img,
.slider__thumbs .slider__image img {
    width: 100%;
    max-width: 100px;
    max-height: 97px;
    -o-object-fit: cover;
    object-fit: cover;
}
.slider__images .slider__image,
.slider__thumbs .slider__image,
.swiper-slide {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slider__thumbs .slider__image:hover {
    opacity: 1;
}
.slider__thumbs .swiper-slide-thumb-active .slider__image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.slider__images {
    width: 300px;
    margin: 0 0 30px;
}
.slider__images .slider__image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 250px;
    height: 380px;
    overflow: hidden;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}
.slider__images .slider__image img {
    max-width: 401px;
    max-height: 425px;
    height: auto;
}
.scan {
    background: url(../img/scan/bg.png) no-repeat center/100% 50%;
    padding: 50px 0 20px;
}
.scan h1,
.scan h4 {
    font: 400 26px "Roboto", sans-serif;
}
.scan h4 {
    font: 400 18px "Roboto", sans-serif;
    margin-top: 20px;
}
.scan__img,
.slider__images .slider__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.scan__img {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.scan h1,
.scan h4,
.scan__text {
    letter-spacing: normal;
    text-align: center;
}
.scan__text {
    font: 300 12px "Roboto", sans-serif;
    color: #d2cdca;
    margin-top: 30px;
}
.scan__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.scan__model_text {
    width: 50%;
}
.scan .scan__img img {
    max-width: 110%;
}
.scan__texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-top: 40px;
}
.scan__texts .scan__text_item {
    font: 400 14px "Roboto", sans-serif;
    color: #cdb6a7;
    letter-spacing: normal;
    text-align: left;
    width: 180px;
    position: relative;
}
.scan__texts .scan__text_item:first-child {
    margin-bottom: 20px;
}
.scan__texts .scan__text_item:first-child::after {
    background: #0272f3;
    content: "";
    width: 90%;
    height: 2px;
    display: block;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-box-shadow: 1px 1px 1px 1px #cdb6a7;
    box-shadow: 1px 1px 1px 1px #cdb6a7;
}
.scan__texts .scan__text_item:nth-child(2) {
    margin-bottom: 15px;
}
.scan__texts .scan__text_item:nth-child(2)::after,
.scan__texts .scan__text_item:nth-child(3)::after {
    background: #0272f3;
    content: "";
    width: 95%;
    height: 2px;
    display: block;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-box-shadow: 1px 1px 1px 1px #cdb6a7;
    box-shadow: 1px 1px 1px 1px #cdb6a7;
}
.scan__texts .scan__text_item:nth-child(3),
.scan__texts .scan__text_item:nth-child(4) {
    margin-bottom: 10px;
}
.scan__texts .scan__text_item:nth-child(3)::after {
    width: 70%;
}
.scan__texts .scan__text_item:nth-child(4)::after,
.scan__texts .scan__text_item:nth-child(5)::after,
.scan__texts .scan__text_item:nth-child(6)::after {
    background: #00f7ff;
    content: "";
    width: 60%;
    height: 2px;
    display: block;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-box-shadow: 1px 1px 1px 1px #cdb6a7;
    box-shadow: 1px 1px 1px 1px #cdb6a7;
}
.scan__texts .scan__text_item:nth-child(5) {
    margin-bottom: 25px;
}
.scan__texts .scan__text_item:nth-child(6) {
    color: #fff;
}
.scan__texts .scan__text_item:nth-child(6)::after {
    width: 65%;
}
.scan__texts .model {
    position: absolute;
    left: 15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    animation: mod 5s forwards linear infinite alternate-reverse;
}
.scan__texts .model img {
    width: 120px;
}
.scan__texts .model .circle {
    width: 80px;
    position: absolute;
    top: 30%;
    left: 15%;
    animation: circle 3s forwards linear infinite alternate-reverse;
}
.tech {
    background: url(../img/tech/bg.png) no-repeat center/cover;
    min-height: 570px;
}
.tech h2,
.tech__subtitle {
    color: #fff;
    letter-spacing: normal;
    text-align: center;
}
.tech h2 {
    font: 400 29px "Roboto", sans-serif;
    text-transform: uppercase;
    text-shadow: 2px 2px #cdb6a7;
}
.tech__subtitle {
    font: 300 22px "Roboto", sans-serif;
    max-width: 950px;
    margin: 0 auto;
    display: none;
}
.tech__texts,
.tech__wrapper {
    width: 100%;
    height: 100%;
}
.tech__texts {
    font: 300 18px "Roboto", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #66483e;
    letter-spacing: normal;
    text-transform: uppercase;
    margin: 200vw auto 0;
    max-width: 800px;
}
.tech__left,
.tech__texts {
    text-align: left;
}
.tech__right {
    text-align: right;
}
.levitate {
    background: url(../img/levitate/bg.png) no-repeat center/300%;
    padding: 50px 0 20px;
}
.levitate h2,
.levitate__subtitle {
    letter-spacing: normal;
    text-align: center;
}
.levitate h2 {
    font: 400 29px "Roboto", sans-serif;
    color: #cdb6a7;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: 2px 2px #000;
}
.levitate__subtitle {
    font: 300 15px "Roboto", sans-serif;
    color: #fff;
    max-width: 950px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
}
.levitate__img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.levitate__img .levitate__model {
    position: absolute;
    left: 50%;
    top: -45%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    animation: lev 3s forwards linear infinite alternate-reverse;
}
.innovation {
    background: url(../img/innovation/bg.png) no-repeat 80% / cover;
    padding: 50px 0;
    min-height: 569px;
}
.innovation__text {
    font: 800 15px "Roboto", sans-serif;
    color: #66483e;
    letter-spacing: normal;
    text-align: center;
    max-width: 292px;
    margin: 18% auto 0;
    text-shadow: 1px 1px #cdb6a7;
}
.sound {
    background: url(../img/sound/bg.png) no-repeat center/cover;
    padding: 50px 0 42vw;
    min-height: 750px;
}
.sound h2,
.sound__subtitle {
    color: #cdb6a7;
    text-transform: uppercase;
}
.sound h2 {
    font: 400 29px "Roboto", sans-serif;
    margin-bottom: 38px;
}
.sound__subtitle {
    font: 400 15px "Roboto", sans-serif;
    max-width: 950px;
    position: relative;
}
.advantages h2,
.sound h2,
.sound__subtitle,
.sound__text {
    letter-spacing: normal;
    text-align: center;
}
.sound__text {
    font: 400 15px #cdb6a7;
    color: #d2cdca;
    text-shadow: 1px 1px #daa520;
    width: 100%;
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    bottom: -550px;
}
.medical__wrapper {
    position: relative;
    width: 100%;
    height: 250px;
}
.medical__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.advantages {
    background: url(../img/advantages/bg.png) no-repeat center/100%;
    padding: 50px 0;
}
.advantages h2 {
    font: 400 29px "Roboto", sans-serif;
    color: #cdb6a7;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.advantages__video,
.advantages__videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.advantages__videos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.advantages__video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 30px;
}
.advantages__video video {
    border-radius: 10px;
    width: 274px;
    height: 154px;
}
.advantages__video_title {
    font: 300 27px "Roboto", sans-serif;
    color: #cdb6a7;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    margin-top: 24px;
}
.info {
    background: url(../img/info/bg.png) no-repeat center/cover;
    padding: 30px 0;
}
.info__title,
.info__title_left,
.info__title_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.info__title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.info__title_left,
.info__title_right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 800 20px "Roboto", sans-serif;
    width: 40%;
    color: #66483e;
    letter-spacing: normal;
    text-align: right;
    text-transform: uppercase;
}
.info__title_left img,
.info__title_right img {
    max-width: none;
    width: 124px;
    height: 87px;
}
.info__title_right {
    text-align: left;
}
.info__texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 120px;
}
.info__left {
    text-align: left;
    margin-bottom: 33px;
    position: relative;
}
.info__left::after,
.info__right::after {
    background: url(../img/info/chair.png) no-repeat center/contain;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
}
.info__left::after {
    right: -150px;
}
.info__left .info__text_desc::after,
.info__right .info__text_desc::after {
    background: #68bbff;
    content: "";
    position: absolute;
    bottom: 0;
    width: 40%;
    height: 2px;
    display: block;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-box-shadow: 1px 1px 1px 1px #cdb6a7;
    box-shadow: 1px 1px 1px 1px #cdb6a7;
}
.info__left .info__text_desc::after {
    left: 0;
}
.info__right {
    text-align: right;
}
.info__right::after {
    left: -150px;
}
.info__right,
.info__right .info__text_desc,
.info__text {
    position: relative;
}
.info__right .info__text_desc::after {
    right: 0;
}
.info__text {
    margin-bottom: 23px;
    z-index: 1;
}
.info__text_title,
.programms__title p {
    letter-spacing: normal;
    text-transform: uppercase;
}
.info__text_title {
    font: 800 12px "Roboto", sans-serif;
    color: #66483e;
    margin-bottom: 10px;
    text-shadow: 1px 1px #000;
}
.info__text_desc {
    font: 700 9px "Roboto", sans-serif;
    color: #fff;
    text-shadow: 1px 1px #000;
    letter-spacing: normal;
    position: relative;
}
.info__img {
    display: none;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.programms {
    padding: 33px 0;
}
.programms__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}
.programms__title p {
    font: 400 29px "Roboto", sans-serif;
    color: #cdb6a7;
    text-align: center;
}
.programms__title p:first-child {
    margin-right: 20px;
}
.programms__title p:last-child {
    max-width: 428px;
}
.programms__card,
.programms__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.programms__cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 7px;
}
.programms__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 7px;
    width: 50%;
    margin-bottom: 25px;
}
.programms__card_title {
    font: 400 16px "Roboto", sans-serif;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    color: #000;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.programms__card_text {
    font: 400 15px/25px "Roboto", sans-serif;
    color: #cdb6a7;
    letter-spacing: normal;
    text-align: center;
}
.programms__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px -7px 0;
}
.programms__item {
    font: 300 16px "Roboto", sans-serif;
    padding: 0 7px;
    width: 50%;
    color: #fff;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.programms__item_inner {
    background: #cdb6a7;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
}
.smart {
    background: url(../img/smart/bg.png) no-repeat center/cover;
    padding: 30px 0;
    min-height: 700px;
}
.relax h2,
.smart h2 {
    font: 400 29px "Roboto", sans-serif;
    text-transform: uppercase;
}
.smart h2,
.smart__title {
    color: #fff;
    letter-spacing: normal;
    text-align: center;
}
.smart h2 {
    max-width: 750px;
    text-shadow: 2px 2px #cdb6a7;
}
.smart__title {
    font: 300 30px "Roboto", sans-serif;
    text-transform: uppercase;
    margin: 18px 0 15px;
    text-shadow: 1px 1px #000;
}
.smart__texts_img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.smart__texts .left-img {
    position: absolute;
    left: 23%;
    top: 43%;
    display: none;
}
.smart__texts .left-img::before {
    background: #1baff3;
    content: "";
    width: 3px;
    height: 85%;
    display: block;
    position: absolute;
    left: 13%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.smart__texts .left-img::after {
    right: 13%;
}
.smart__texts .right-img {
    display: none;
    position: absolute;
    right: -8%;
    top: 15%;
}
.smart__texts .left-img::after,
.smart__texts .right-img::after,
.smart__texts .right-img::before {
    background: #1baff3;
    content: "";
    width: 3px;
    height: 85%;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.smart__texts .right-img::before {
    left: 13%;
}
.smart__texts .right-img::after {
    right: 13%;
}
.smart__text {
    font: 700 18px "Roboto", sans-serif;
    color: #66483e;
    letter-spacing: normal;
    text-align: center;
    max-width: 314px;
    margin: 0 auto 20vw;
}
.relax {
    padding: 50px 0;
}
.relax h2 {
    color: #cdb6a7;
}
.params h2,
.relax h2,
.relax__text {
    letter-spacing: normal;
    text-align: center;
}
.relax__text {
    font: 300 12px "Roboto", sans-serif;
    color: #cdb6a7;
    margin: 38px 0 43px;
}
.relax__gif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.params {
    background: #cdb6a7;
    padding: 70px 0;
}
.params h2 {
    font: 400 29px "Roboto", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
}
.params__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
}
.params .row,
.params__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.params .row:nth-child(2n + 2) {
    background: -webkit-gradient(linear, left top, right top, from(#cdb6a7), color-stop(10%, #b49783), color-stop(91%, #b49783), to(#cdb6a7));
    background: -o-linear-gradient(left, #cdb6a7 0, #b49783 10%, #b49783 91%, #cdb6a7 100%);
    background: linear-gradient(to right, #cdb6a7 0, #b49783 10%, #b49783 91%, #cdb6a7 100%);
}
.params .col {
    font: 400 12px "Roboto", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 10px 10px 0;
    width: 50%;
    color: #fff;
    letter-spacing: normal;
    text-align: left;
    word-break: break-word;
}
.params .col:first-child {
    border-right: 2px solid #cdb6a7;
}
.params .col:last-child {
    padding: 10px 0 10px 10px;
}
.params__text {
    width: 100%;
    max-width: 500px;
}
.feedback {
    background: url(../img/feedback/bg-mob.png) no-repeat center/cover;
    padding: 50px 0;
}
.feedback h2,
.feedback__subtitle {
    font: 400 29px/1.2 "Roboto", sans-serif;
    color: #fff;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
}
.feedback__subtitle {
    font: 300 23px "Roboto", sans-serif;
    margin: 20px 0;
}
.feedback__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.feedback__item:first-child img {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
.feedback__item:last-child img {
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
}
.feedback .form {
    width: 100%;
}
.feedback .form fieldset input {
    margin-bottom: 10px;
}
.feedback .white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 15px;
    padding: 5px 0;
}
@supports (-webkit-appearance: none) {
    .scan {
        background-image: url(../img/scan/bg.webp);
    }
    .tech {
        background-image: url(../img/tech/bg.webp);
    }
    .levitate {
        background-image: url(../img/levitate/bg.webp);
    }
    .innovation {
        background-image: url(../img/innovation/bg.webp);
    }
    .sound {
        background-image: url(../img/sound/bg.webp);
    }
    .advantages {
        background-image: url(../img/advantages/bg.webp);
    }
    .info {
        background-image: url(../img/info/bg.webp);
    }
    .info__left::after,
    .info__right::after {
        background-image: url(../img/info/chair.webp);
    }
    .smart {
        background-image: url(../img/smart/bg.webp);
    }
    .feedback {
        background-image: url(../img/feedback/bg-mob.webp);
    }
}
@media all and (min-width: 400px) {
    .landing .header .mobile__num {
        font-size: 18px;
    }
}
@media all and (min-width: 480px) {
    .chair__slider,
    .slider__images,
    .slider__thumbs {
        width: 400px;
    }
    .slider__images .slider__image {
        width: 401px;
        height: 425px;
    }
    .scan__texts .scan__text_item:nth-child(2) {
        margin-bottom: 10px;
    }
    .scan__texts .scan__text_item:nth-child(3) {
        margin-bottom: 20px;
    }
    .scan__texts .scan__text_item:nth-child(4) {
        margin-bottom: 25px;
    }
    .scan__texts .scan__text_item:nth-child(5) {
        margin-bottom: 45px;
    }
    .scan__texts .model img {
        width: 150px;
    }
    .tech__texts {
        font-size: 30px;
    }
    .medical__wrapper {
        height: 350px;
    }
    .info__text_title {
        font-size: 18px;
    }
    .info__text_desc {
        font-size: 14px;
    }
}
@media all and (min-width: 576px) {
    .landing .header__logo img {
        width: 201px;
        height: 41px;
    }
    .innovation {
        background-position: center bottom;
    }
}
@media all and (min-width: 768px) {
    .landing .container {
        max-width: 760px;
    }
    .chair__info_title {
        font-size: 20px;
        line-height: 19.18px;
        margin-bottom: 30px;
    }
    .chair__info_text {
        font-size: 15px;
    }
    .scan {
        background-size: 100% 66%;
    }
    .scan__texts .scan__text_item:nth-child(2) {
        margin-bottom: 25px;
    }
    .scan__texts .scan__text_item:nth-child(3) {
        margin-bottom: 70px;
    }
    .scan__texts .scan__text_item:nth-child(4) {
        margin-bottom: 40px;
    }
    .scan__texts .model {
        left: 5%;
    }
    .scan__texts .model img {
        width: auto;
    }
    .scan__texts .model .circle {
        width: 120px;
    }
    .tech__subtitle {
        display: block;
    }
    .tech__texts {
        font-size: 27px;
        margin: 28vw auto 0;
    }
    .levitate__subtitle {
        margin: 0 auto 116px;
    }
    .innovation__text {
        margin: 10% auto 0;
    }
    .sound__text {
        text-align: right;
        right: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        max-width: 446px;
    }
    .medical__wrapper {
        height: 765px;
    }
    .feedback .form fieldset,
    .info__title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .programms__card,
    .programms__item {
        width: 33.3333333333%;
    }
    .feedback .form fieldset input {
        margin-bottom: 0;
    }
    .feedback .form fieldset input:first-child {
        margin-right: 10px;
    }
    .feedback .white {
        margin-left: 10px;
    }
}
@media all and (min-width: 992px) {
    .landing .h1,
    .landing .h2,
    .landing h1,
    .landing h2 {
        font-size: 36px;
    }
    .landing .h4,
    .landing h4 {
        font-size: 24px;
    }
    .landing .container {
        max-width: 990px;
    }
    .landing input,
    .landing textarea {
        padding: 14px 0;
        font-size: 18px;
    }
    .landing input::-webkit-input-placeholder,
    .landing textarea::-webkit-input-placeholder {
        font-size: 18px;
    }
    .landing input::-moz-placeholder,
    .landing textarea::-moz-placeholder {
        font-size: 18px;
    }
    .landing input:-ms-input-placeholder,
    .landing textarea:-ms-input-placeholder {
        font-size: 18px;
    }
    .landing input::-ms-input-placeholder,
    .landing textarea::-ms-input-placeholder {
        font-size: 18px;
    }
    .landing input::placeholder,
    .landing textarea::placeholder {
        font-size: 18px;
    }
    .landing .wrapper {
        margin-top: 0;
    }
    .landing .burger__button {
        display: none;
    }
    .landing .header {
        padding: 44px 0;
    }
    .landing .header__logo {
        margin-right: 47px;
    }
    .landing .header__email,
    .landing .header__tel {
        font-size: 12px;
    }
    .landing .header__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .landing .header__menu.opened {
        top: 82px;
    }
    .header .mobile__num,
    .info__left::after,
    .info__right::after {
        display: none;
    }
    .landing .footer__logo {
        margin: 0;
    }
    .landing .footer__inner_top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .landing .footer__text_item,
    .scan h4 {
        margin-top: 0;
        text-align: left;
    }
    .landing .footer__text_sub {
        text-align: left;
    }
    .landing .footer__inner_bot {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .landing .footer__contacts {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-right: 20px;
    }
    .landing .footer__contacts .footer__link {
        font-size: 15px;
    }
    .landing .footer__contacts .footer__tel {
        font-size: 12px;
    }
    .landing .footer__nav {
        width: 50%;
        margin: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .landing .footer__nav_link {
        margin-right: 20px;
        margin-bottom: 0;
    }
    .landing .footer__tech_img {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .landing .footer__tech_img p {
        text-align: left;
        font-size: 15px;
    }
    .landing .popup-wrapper .popup {
        padding: 50px;
    }
    .chair {
        padding: 44px 0 101px;
    }
    .chair__title {
        margin-top: 0;
    }
    .chair h2.first__title {
        left: 0;
        top: 0;
    }
    .chair h2.last__title {
        right: 0;
        top: 0;
    }
    .chair__img_title img {
        max-width: 140%;
    }
    .chair .medical {
        right: 0;
    }
    .chair__items,
    .chair__title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .chair__slider {
        margin-left: 120px;
    }
    .chair__info {
        margin-top: 130px;
    }
    .chair__info_img {
        width: auto;
    }
    .chair__info_img img {
        max-width: none;
    }
    .chair__info_titles {
        width: auto;
        padding: 0;
    }
    .levitate h2,
    .scan h1 {
        font-size: 60px;
    }
    .scan h4 {
        font-size: 27px;
        padding-right: 17%;
        text-align: right;
    }
    .scan__text {
        font-size: 18px;
    }
    .scan__model_text {
        width: auto;
    }
    .scan .scan__img img {
        max-width: 100%;
    }
    .levitate h2 {
        margin-bottom: 28px;
    }
    .levitate__subtitle {
        font-size: 22px;
    }
    .sound h2 {
        margin-bottom: 0;
    }
    .sound__subtitle {
        font-size: 27px;
    }
    .medical__wrapper {
        height: 900px;
    }
    .advantages h2,
    .sound h2 {
        font-size: 60px;
    }
    .advantages__videos {
        margin: 0 -35px;
    }
    .advantages__video {
        width: 33.3333333333%;
        padding: 0 35px;
        margin-bottom: 71px;
    }
    .info {
        padding: 50px 0 100px;
    }
    .info__texts {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .info__left,
    .info__right {
        width: 35%;
        position: absolute;
    }
    .info__left {
        left: 0;
    }
    .info__left .info__text_desc::after,
    .info__right .info__text_desc::after {
        width: 100%;
    }
    .info__right {
        right: 0;
    }
    .info__img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .programms__title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .programms__title p {
        font-size: 51px;
        text-align: left;
    }
    .programms__card {
        width: 16.6666666667%;
    }
    .programms__card_text {
        text-align: left;
        max-width: 126px;
    }
    .programms__item {
        width: 16.6666666667%;
    }
    .smart h2 {
        margin-left: auto;
    }
    .smart h2,
    .smart__text,
    .smart__title {
        text-align: right;
    }
    .smart__text {
        margin: 0 0 0 auto;
    }
    .feedback h2,
    .params h2,
    .relax h2,
    .smart h2 {
        font-size: 60px;
    }
    .params .col,
    .relax__text {
        font-size: 18px;
    }
    .params__items {
        padding: 0;
    }
    .feedback {
        background-image: url(../img/feedback/bg.png);
        background-repeat: no-repeat;
        background-size: 200%;
        background-position: center;
    }
    .feedback h2 {
        line-height: 8.98px;
        margin-bottom: 40px;
    }
    .feedback__subtitle {
        font-size: 27px;
    }
    .feedback__items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .feedback__item:first-child img {
        -webkit-transform: translateX(70px) translateY(0);
        -ms-transform: translateX(70px) translateY(0);
        transform: translateX(70px) translateY(0);
    }
    .feedback__item:last-child img {
        -webkit-transform: translateX(-70px) translateY(0);
        -ms-transform: translateX(-70px) translateY(0);
        transform: translateX(-70px) translateY(0);
    }
    @supports (-webkit-appearance: none) {
        .feedback {
            background-image: url(../img/feedback/bg.webp);
        }
    }
}
@media all and (min-width: 1200px) {
    .landing .container {
        max-width: 1200px;
    }
    .landing .header__email,
    .landing .header__tel {
        font-size: 15px;
    }
    .landing .header__nav_link {
        margin-right: 21px;
    }
    .landing .footer__title {
        font-size: 15px;
    }
    .landing .footer__contacts .footer__link,
    .landing .footer__contacts .footer__tel,
    .landing .footer__text_item {
        font-size: 20px;
    }
    .landing .footer__contacts {
        margin-right: 0;
    }
    .landing .footer__nav {
        width: auto;
    }
    .chair h2 {
        font-size: 37px;
        line-height: 38.25px;
    }
    .chair h2.first__title,
    .chair h2.last__title {
        max-width: 250px;
    }
    .innovation__text {
        max-width: 750px;
    }
    .info__title_left {
        font-size: 51px;
    }
    .info__title_left img {
        width: 175px;
        height: 134px;
    }
    .info__title_right {
        font-size: 32px;
    }
    .info__title_right img {
        width: 183px;
        height: 130px;
    }
    .smart__texts .left-img {
        display: block;
    }
    .smart__texts .right-img {
        display: block;
        right: 0;
    }
}
@media all and (min-width: 1366px) {
    .tech {
        padding: 29px 0 60px;
    }
    .tech h2 {
        font-size: 60px;
    }
    .levitate,
    .tech {
        background-size: cover;
    }
    .innovation {
        padding: 50px 0 35vw;
    }
    .innovation__text {
        font-size: 25px;
        margin: 30% auto 0;
    }
    .smart__texts .right-img {
        right: -8%;
    }
}
@media all and (min-width: 1500px) {
    .feedback {
        background-size: cover;
    }
}
@media all and (min-width: 1600px) {
    .tech h2 {
        margin-bottom: 28px;
    }
}
@media all and (min-width: 1900px) {
    .sound__text {
        bottom: -750px;
    }
}
@media (hover: hover) {
    .f-button:hover:not([disabled]) {
        color: var(--f-button-hover-color);
        background-color: var(--f-button-hover-bg);
    }
}
