.swiper-container-cube,
.swiper-container-flip,
button,
hr,
input {
    overflow: visible;
}
progress,
sub,
sup {
    vertical-align: baseline;
}
.si-wrapper-bottom,
.si-wrapper-top {
    -webkit-box-orient: vertical;
    margin-left: 0;
}
.swiper-wrapper,
[class*="si-shadow-wrapper"],
[class*="si-wrapper"] {
    display: -webkit-box;
    display: -ms-flexbox;
}
a,
legend {
    color: inherit;
}
*,
::after,
::before {
    scrollbar-color: #363130 #f2f2f2;
    scrollbar-width: thin;
}
a,
a:focus,
a:hover {
    text-decoration: none;
}
html {
    -webkit-text-size-adjust: 100%;
}
.quiz-question__variants-itemRadio:checked ~ .quiz-question__variants-itemTitle,
.quiz-question__variants-itemWrapper:hover .quiz-question__variants-itemTitle {
    -webkit-text-stroke-color: #000;
}
.btn,
.custom__tab,
.gift__banner-title,
.modal__form-title,
.modal__message-title,
.mounting__content-item,
.quiz-question__list-item,
.quiz-question__variants-title,
.section__top-title,
.smallTitle,
.title {
    text-transform: uppercase;
}
.category-tabs__slides,
.custom__tabs,
.footer__menu,
.menu,
.menu ul,
.ourWorks-slide__description ul,
.quiz ul,
.swiper-container {
    list-style: none;
}
.advantages__item,
.footer-contacts__item a,
.header-contacts__item,
.menu a,
.quiz-question__variants-itemTitle {
    -webkit-text-stroke: 1px transparent;
}
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
}
.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: calc(1 * 2);
    animation-iteration-count: calc(1 * 2);
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
    animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: calc(1 * 3);
    animation-iteration-count: calc(1 * 3);
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
    animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
    -webkit-animation-delay: calc(1s * 2);
    animation-delay: calc(1s * 2);
    -webkit-animation-delay: calc(var(--animate-delay) * 2);
    animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
    -webkit-animation-delay: calc(1s * 3);
    animation-delay: calc(1s * 3);
    -webkit-animation-delay: calc(var(--animate-delay) * 3);
    animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
    -webkit-animation-delay: calc(1s * 4);
    animation-delay: calc(1s * 4);
    -webkit-animation-delay: calc(var(--animate-delay) * 4);
    animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
    -webkit-animation-delay: calc(1s * 5);
    animation-delay: calc(1s * 5);
    -webkit-animation-delay: calc(var(--animate-delay) * 5);
    animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
    -webkit-animation-duration: calc(1s / 2);
    animation-duration: calc(1s / 2);
    -webkit-animation-duration: calc(var(--animate-duration) / 2);
    animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
    -webkit-animation-duration: calc(1s * 0.8);
    animation-duration: calc(1s * 0.8);
    -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
    animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
    -webkit-animation-duration: calc(1s * 2);
    animation-duration: calc(1s * 2);
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
    -webkit-animation-duration: calc(1s * 3);
    animation-duration: calc(1s * 3);
    -webkit-animation-duration: calc(var(--animate-duration) * 3);
    animation-duration: calc(var(--animate-duration) * 3);
}
@-webkit-keyframes bounce {
    20%,
    53%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
        transform: translate3d(0, 0, 0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}
@keyframes bounce {
    20%,
    53%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
        transform: translate3d(0, 0, 0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}
.animate__headShake,
.animate__pulse {
    -webkit-animation-timing-function: ease-in-out;
}
.animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
}
@keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
}
.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
}
@keyframes rubberBand {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
}
.animate__rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shakeX {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
.animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX;
}
@-webkit-keyframes shakeY {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
}
@keyframes shakeY {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
}
.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY;
}
@-webkit-keyframes headShake {
    0%,
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
}
@keyframes headShake {
    0%,
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
}
.animate__headShake {
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}
.animate__heartBeat,
.header.--show {
    -webkit-animation-timing-function: ease-in-out;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.animate__swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}
@keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}
.animate__tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
}
@keyframes wobble {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
}
.animate__wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}
@keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}
.animate__jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes heartBeat {
    0%,
    28%,
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14%,
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}
@keyframes heartBeat {
    0%,
    28%,
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14%,
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}
.animate__heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: calc(1s * 1.3);
    animation-duration: calc(1s * 1.3);
    -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
    animation-duration: calc(var(--animate-duration) * 1.3);
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(0.7);
        transform: translateY(-1200px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(0.7);
        transform: translateY(-1200px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight;
}
@-webkit-keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp;
}
@-webkit-keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translateY(700px) scale(0.7);
        transform: translateY(700px) scale(0.7);
        opacity: 0.7;
    }
}
@keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translateY(700px) scale(0.7);
        transform: translateY(700px) scale(0.7);
        opacity: 0.7;
    }
}
.animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7;
    }
}
@keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7;
    }
}
.animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }
}
@keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }
}
.animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translateY(-700px) scale(0.7);
        transform: translateY(-700px) scale(0.7);
        opacity: 0.7;
    }
}
@keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translateY(-700px) scale(0.7);
        transform: translateY(-700px) scale(0.7);
        opacity: 0.7;
    }
}
.animate__backOutUp {
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp;
}
@-webkit-keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.animate__bounceIn {
    -webkit-animation-duration: calc(1s * 0.75);
    animation-duration: calc(1s * 0.75);
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
.animate__bounceOut,
.animate__flipOutX {
    -webkit-animation-duration: calc(1s * 0.75);
}
@-webkit-keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
        transform: translate3d(0, 25px, 0) scaleY(0.9);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
        transform: translate3d(0, -10px, 0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
        transform: translate3d(0, 5px, 0) scaleY(0.985);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
        transform: translate3d(0, 25px, 0) scaleY(0.9);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
        transform: translate3d(0, -10px, 0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
        transform: translate3d(0, 5px, 0) scaleY(0.985);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
        transform: translate3d(-10px, 0, 0) scaleX(0.98);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
        transform: translate3d(5px, 0, 0) scaleX(0.995);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
        transform: translate3d(-10px, 0, 0) scaleX(0.98);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
        transform: translate3d(5px, 0, 0) scaleX(0.995);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
        transform: translate3d(10px, 0, 0) scaleX(0.98);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
        transform: translate3d(-5px, 0, 0) scaleX(0.995);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
        transform: translate3d(10px, 0, 0) scaleX(0.98);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
        transform: translate3d(-5px, 0, 0) scaleX(0.995);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
        transform: translate3d(0, 10px, 0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
        transform: translate3d(0, -5px, 0) scaleY(0.985);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
        transform: translate3d(0, 10px, 0) scaleY(0.95);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
        transform: translate3d(0, -5px, 0) scaleY(0.985);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.animate__bounceOut {
    animation-duration: calc(1s * 0.75);
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
        transform: translate3d(0, 10px, 0) scaleY(0.985);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
        transform: translate3d(0, 10px, 0) scaleY(0.985);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3);
    }
}
.animate__bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
        transform: translate3d(20px, 0, 0) scaleX(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
        transform: translate3d(20px, 0, 0) scaleX(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2);
    }
}
.animate__bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
        transform: translate3d(-20px, 0, 0) scaleX(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
        transform: translate3d(-20px, 0, 0) scaleX(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2);
    }
}
.animate__bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
        transform: translate3d(0, -10px, 0) scaleY(0.985);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
        transform: translate3d(0, 20px, 0) scaleY(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
        transform: translate3d(0, -10px, 0) scaleY(0.985);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
        transform: translate3d(0, 20px, 0) scaleY(0.9);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3);
    }
}
.animate__bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInTopLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInTopRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInBottomLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInBottomRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight;
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.animate__fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.animate__fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.animate__fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.animate__fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.animate__fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.animate__fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.animate__fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.animate__fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
}
@keyframes fadeOutTopLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
}
.animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }
}
@keyframes fadeOutTopRight {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }
}
.animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
}
@keyframes fadeOutBottomRight {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
}
.animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
    }
}
@keyframes fadeOutBottomLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
    }
}
.animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft;
}
@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animate__animated.animate__flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.animate__flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
.animate__flipInY,
.animate__flipOutX {
    -webkit-backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.animate__flipInY {
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.animate__flipOutX {
    animation-duration: calc(1s * 0.75);
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.animate__flipOutY {
    -webkit-animation-duration: calc(1s * 0.75);
    animation-duration: calc(1s * 0.75);
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes lightSpeedInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes lightSpeedInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOutRight {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.animate__lightSpeedOutRight {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOutLeft {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
}
.animate__lightSpeedOutLeft {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.animate__rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.animate__rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.animate__rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.animate__rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}
@-webkit-keyframes rotateOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
.animate__rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.animate__rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.animate__rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.animate__rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
.animate__rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}
@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.animate__hinge {
    -webkit-animation-duration: calc(1s * 2);
    animation-duration: calc(1s * 2);
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.animate__jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
.animate__rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.animate__zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.animate__zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.animate__zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.animate__zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.animate__zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.animate__zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
    }
}
.animate__zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
    }
}
.animate__zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.animate__zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.animate__slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.animate__slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.animate__slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.animate__slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
html {
    line-height: 1.15;
}
details,
main {
    display: block;
}
h1 {
    font-size: 2em;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
[type="checkbox"],
[type="radio"],
legend {
    -webkit-box-sizing: border-box;
    padding: 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
body,
html {
    font-size: 10px;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    white-space: normal;
}
.si-content,
textarea {
    overflow: auto;
}
.modal,
body {
    overflow-x: hidden;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
.si-float-wrapper {
    position: absolute;
    width: 100%;
}
.si-float-wrapper,
.si-float-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
[class*="si-wrapper"] {
    display: flex;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    cursor: default;
}
.si-wrapper-top {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -40px;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
.si-wrapper-bottom {
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.si-wrapper-left {
    margin-top: -20px;
    margin-left: -11px;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}
.si-wrapper-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: -20px;
    margin-left: 11px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
[class*="si-shadow-wrapper"] {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.29804;
    z-index: 1;
}
.si-shadow-wrapper-bottom,
.si-shadow-wrapper-top,
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.si-shadow-frame {
    -webkit-box-shadow: 0 1px 3px 0 #000;
    box-shadow: 0 1px 3px 0 #000;
}
[class*="si-shadow-pointer"] {
    position: relative;
    width: 15px;
    height: 15px;
    margin: auto;
}
[class*="si-shadow-inner-pointer"] {
    position: absolute;
    width: 141%;
    height: 141%;
    -webkit-box-shadow: -0.70711px 0.70711px 3px 0 #000;
    box-shadow: -0.70711px 0.70711px 3px 0 #000;
}
.si-shadow-inner-pointer-top {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.si-shadow-inner-pointer-bottom {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    -ms-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
}
.si-shadow-inner-pointer-left {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.si-shadow-inner-pointer-right {
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    -ms-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
}
.si-frame {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 3px;
    overflow: hidden;
    z-index: 2;
}
.si-content-wrapper {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 30px;
    background-color: #fff;
}
.si-has-border .si-content-wrapper {
    border: 1px solid #bbb;
}
.si-close-button {
    position: absolute;
    border: 0;
    outline: 0;
    background-color: transparent;
    color: inherit;
    font-family: Arial, Baskerville, monospace;
    font-size: 24px;
    cursor: pointer;
    opacity: 0.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.si-close-button:focus,
.si-close-button:hover {
    opacity: 0.7;
}
[class*="si-pointer-border"] {
    position: absolute;
    border: 15px solid transparent;
    z-index: 3;
}
[class*="si-pointer-bg"] {
    position: relative;
    border: 15px solid transparent;
    z-index: 4;
}
.si-has-border [class*="si-pointer-bg"] {
    border-width: 15px;
}
.si-pointer-border-bottom,
.si-pointer-border-top {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.si-pointer-border-left,
.si-pointer-border-right {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.si-pointer-top {
    border-bottom: 0;
}
.si-pointer-border-top {
    bottom: 0;
    border-top-color: #bbb;
}
.si-pointer-bg-top {
    border-top-color: #fff;
}
.si-has-border .si-pointer-bg-top {
    top: -1px;
    margin-bottom: 0;
}
.si-pointer-bottom {
    border-top: 0;
}
.si-pointer-border-bottom {
    top: 0;
    border-bottom-color: #bbb;
}
.si-pointer-bg-bottom {
    border-bottom-color: #fff;
}
.si-has-border .si-pointer-bg-bottom {
    bottom: -1px;
    margin-top: 0;
}
.si-pointer-left {
    border-right: 0;
}
.si-pointer-border-left {
    right: 0;
    border-left-color: #bbb;
}
.si-pointer-bg-left {
    border-left-color: #fff;
}
.si-has-border .si-pointer-bg-left {
    left: -1px;
    margin-right: 0;
}
.si-pointer-right {
    border-left: 0;
}
.si-pointer-border-right {
    left: 0;
    border-right-color: #bbb;
}
.si-pointer-bg-right {
    border-right-color: #fff;
}
.si-has-border .si-pointer-bg-right {
    right: -1px;
    margin-left: 0;
}
@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")
        format("woff");
    font-weight: 400;
    font-style: normal;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
*,
.swiper-lazy-preloader {
    -webkit-box-sizing: border-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-multirow-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-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -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, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-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, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * 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:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}
.swiper-button-lock,
.swiper-pagination-lock,
.swiper-scrollbar-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(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-next,
.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-next-next,
.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-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
.swiper-zoom-container,
body {
    display: -webkit-box;
    display: -ms-flexbox;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.gift__banner,
.quiz {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.show__modal,
.swiper-pagination-clickable .swiper-pagination-bullet,
.youtubeVideo__player,
label {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: transform 0.2s, top 0.2s;
    -o-transition: transform 0.2s, top 0.2s;
    transition: transform 0.2s, top 0.2s;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: transform 0.2s, left 0.2s;
    -o-transition: transform 0.2s, left 0.2s;
    transition: transform 0.2s, left 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: transform 0.2s, right 0.2s;
    -o-transition: transform 0.2s, right 0.2s;
    transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
    background: 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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    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-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: 1s linear infinite swiper-preloader-spin;
    animation: 1s linear infinite swiper-preloader-spin;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-fade .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.wrapper,
body {
    position: relative;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.custom-select.open .custom-options,
.stretchCeiling__slide.slider-slide.swiper-slide,
.swiper-slide-active > .stretchCeiling__slider {
    pointer-events: all;
}
*:not([type="checkbox"]) {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
}
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
::after::-webkit-scrollbar,
::before::-webkit-scrollbar {
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
    background: #f2f2f2;
}
::after::-webkit-scrollbar-thumb,
::before::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #363130;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}
::after::-webkit-scrollbar-thumb:hover,
::before::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
    background: #878686;
}
.header-contacts__icon.--clicked:before,
.modal__close span,
.top__video-close span {
    background-image: url(../img/icons/close.png);
}
::-webkit-scrollbar {
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
    background: #f2f2f2;
}
::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #363130;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}
.modal__form-content,
.modal__message-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
}
::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
    background: #878686;
}
:focus {
    outline: 0;
}
@-webkit-keyframes fullSize {
    0% {
        width: 0;
        height: 0;
        opacity: 0.45;
    }
    25% {
        width: 100px;
        height: 100px;
        opacity: 0.35;
    }
    50% {
        width: 200px;
        height: 200px;
        opacity: 0.25;
    }
    75% {
        width: 300px;
        height: 300px;
        opacity: 0.15;
    }
    100% {
        width: 400px;
        height: 400px;
        opacity: 0;
    }
}
@keyframes fullSize {
    0% {
        width: 0;
        height: 0;
        opacity: 0.45;
    }
    25% {
        width: 100px;
        height: 100px;
        opacity: 0.35;
    }
    50% {
        width: 200px;
        height: 200px;
        opacity: 0.25;
    }
    75% {
        width: 300px;
        height: 300px;
        opacity: 0.15;
    }
    100% {
        width: 400px;
        height: 400px;
        opacity: 0;
    }
}
@-webkit-keyframes show__header {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}
@keyframes show__header {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}
@-webkit-keyframes hide__header {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}
@keyframes hide__header {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}
@-webkit-keyframes loader-item {
    0% {
        height: 64px;
    }
    100% {
        height: 32px;
    }
}
@keyframes loader-item {
    0% {
        height: 64px;
    }
    100% {
        height: 32px;
    }
}
@-webkit-keyframes arrow__move {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@keyframes arrow__move {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@font-face {
    font-family: TTNorms;
    src: url(../fonts/TTNorms-ExtraLight.woff);
    font-style: normal;
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: TTNorms;
    src: url(../fonts/TTNorms-Light.woff);
    font-style: normal;
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: TTNorms;
    src: url(../fonts/TTNorms-Thin.woff);
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: TTNorms;
    src: url(../fonts/TTNorms-Regular.woff);
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: TTNorms;
    src: url(../fonts/TTNorms-Medium.woff);
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: TTNorms;
    src: url(../fonts/TTNorms-Bold.woff);
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: TTNorms;
    src: url(../fonts/TTNorms-ExtraBold.woff);
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: TTNorms;
    src: url(../fonts/TTNorms-Black.woff);
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}
::-webkit-input-placeholder {
    color: #000;
}
::-moz-placeholder {
    color: #000;
}
:-ms-input-placeholder {
    color: #000;
}
::-ms-input-placeholder {
    color: #000;
}
::placeholder {
    color: #000;
}
::-moz-selection {
    background-color: #fd531b;
    color: #fff;
}
::selection {
    background-color: #fd531b;
    color: #fff;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    transform-origin: 100% 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: 0.2s ease-in-out;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: 0.2s ease-in-out;
    transform-origin: 100% 0;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: 0.2s ease-in-out;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: 0.2s ease-in-out;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
input::placeholder,
textarea::placeholder {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: 0.2s ease-in-out;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
input:active::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
}
input:active::-moz-placeholder,
input:focus::-moz-placeholder,
textarea:active::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
}
input:active:-ms-input-placeholder,
input:focus:-ms-input-placeholder,
textarea:active:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
}
input:active::-ms-input-placeholder,
input:focus::-ms-input-placeholder,
textarea:active::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
    opacity: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
}
input:active::placeholder,
input:focus::placeholder,
textarea:active::placeholder,
textarea:focus::placeholder {
    opacity: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
}
.btn::after,
.modal__content {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
button,
input[type="button"],
input[type="submit"] {
    border: none;
    cursor: pointer;
}
html {
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility;
    height: 100%;
}
@-ms-viewport {
    width: device-width;
}
body {
    margin: 0;
    font-family: TTNorms, sans-serif;
    line-height: 1.65;
    background: #fff;
    color: #000;
    min-width: 320px;
    min-height: 100%;
    width: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.section,
.wrapper,
footer,
header,
section {
    display: -webkit-box;
    display: -ms-flexbox;
}
.category-tabs__slider.swiper-container,
body.--fixed {
    width: 100%;
    overflow: hidden;
}
.section,
footer,
header,
section {
    width: 100%;
    display: flex;
}
strong {
    font-weight: 500;
}
.aboutText__coll h1,
.aboutText__coll h2,
.aboutText__coll h3,
.aboutText__coll h4,
.aboutText__coll h5,
.aboutText__coll h6,
.accordion-item__title,
.advantages__item,
.advantages__item *,
.footer-contacts__itemContent,
.footer-contacts__itemContent *,
.footer__subscribe-btn.btn,
.gift__banner-subtitle,
.header-logo__title,
.modal__form-title,
.modal__message-subtitle,
.modal__message-title,
.mounting__content-item,
.quiz-question__progress-title,
.quiz-question__variants-title,
.reviews__slide-content,
.reviews__slide-content p,
.section__quiz-title,
.smallTitle,
.t1,
.t2,
.t3,
.t4,
.t5,
.t6,
.title,
.top__video-controlTitle,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 134%;
    position: relative;
    z-index: 1;
    font-weight: 400;
}
.t1,
h1 {
    font-size: calc(22px + 23 * ((100vw - 320px) / 1120));
}
.t2,
.title,
h2 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 1120));
}
.modal__message-title,
.section__quiz-title,
.t3,
h3 {
    font-size: calc(18px + 9 * ((100vw - 320px) / 1120));
}
.aboutText__coll h1,
.aboutText__coll h2,
.aboutText__coll h3,
.aboutText__coll h4,
.aboutText__coll h5,
.aboutText__coll h6,
.modal__form-title,
.modal__message-subtitle,
.quiz-question__progress-title,
.smallTitle,
.t4,
h4 {
    font-size: calc(16px + 7 * ((100vw - 320px) / 1120));
}
.accordion-item__title,
.mounting__content-item,
.quiz-question__variants-title,
.t5,
h5 {
    font-size: calc(15px + 5 * ((100vw - 320px) / 1120));
}
.advantages__item,
.advantages__item *,
.footer-contacts__itemContent,
.footer-contacts__itemContent *,
.footer__subscribe-btn.btn,
.gift__banner-subtitle,
.header-logo__title,
.reviews__slide-content,
.reviews__slide-content p,
.t6,
.top__video-controlTitle,
h6 {
    font-size: calc(12.5px + 3.5 * ((100vw - 320px) / 1120));
}
.article__grid-title,
.category-tabs__slide,
.category-tabs__slide *,
.ceilings__category-slide,
.ceilings__category-slide *,
.custom-option,
.footer-contacts__itemTitle,
.gift__banner-title,
.header-contacts__item *,
.map__popup-title,
.modal__form-subtitle,
.mounting__text h1,
.mounting__text h2,
.mounting__text h3,
.mounting__text h4,
.mounting__text h5,
.mounting__text h6,
.ourWorks-slide__title,
.p,
.quiz-question__variants-itemTitle,
.reviews__slide-info,
.reviews__slide-infoItem,
.showrooms__item-address,
.showrooms__item-address *,
.showrooms__item-title,
.showrooms__item-workTime,
.training-tab__contentText p,
.workSteps-tab__contentText p,
a,
button,
input,
input[type="button"],
input[type="submit"],
label,
li,
p,
textarea {
    line-height: 1.35;
    font-size: calc(15px + 3 * ((100vw - 320px) / 1120));
}
.wrapper {
    width: calc(100% - 80px);
    margin: 0 auto;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modal__form,
.modal__form-title {
    margin-left: auto;
    margin-right: auto;
}
.modal,
.modal__body {
    display: -webkit-box;
    display: -ms-flexbox;
}
.modal {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: 0.2s ease-in-out;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100500;
    background: rgba(1, 1, 1, 0.75);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}
.modal__body {
    position: relative;
    width: 95%;
    max-width: 95%;
    max-height: 97%;
    display: flex;
}
.modal__content,
.modal__img {
    display: -webkit-box;
    display: -ms-flexbox;
}
.modal__body--img {
    height: 87%;
    width: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal__content {
    cursor: default;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: 0.2s ease-in-out;
    background: #fff;
    display: flex;
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translate(0, -50%);
    -webkit-perspective-origin: 30px;
    perspective-origin: 30px;
}
.--open .modal__content {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal__img {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: unset;
    height: 100%;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal__img img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: 100%;
}
.--open .modal__img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.modal__close,
.top__video-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -34px;
    width: 34px;
    height: 34px;
    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-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform ease-in-out 0.3s;
    -o-transition: transform 0.3s ease-in-out;
    background: #6c6c6c;
}
.modal__close span,
.top__video-close span {
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.modal__form {
    max-width: 825px;
    padding: calc(15px + 10 * ((100vw - 320px) / 1120));
    background: #f6f6f6;
}
.modal__form-content {
    padding: 100px 20px 50px;
    padding-top: calc(45px + 25 * ((100vw - 320px) / 1120));
    padding-right: calc(15px + 85 * ((100vw - 320px) / 1120));
    padding-bottom: calc(15px + 10 * ((100vw - 320px) / 1120));
    padding-left: calc(15px + 85 * ((100vw - 320px) / 1120));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.modal__form-inputs,
.modal__form-title {
    display: -webkit-box;
    display: -ms-flexbox;
}
.modal__form-title {
    font-weight: 500;
    position: absolute;
    display: flex;
    top: calc(25px + 25 * ((100vw - 320px) / 1120));
    left: 0;
    width: 100%;
    padding: 0 25px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modal__form-subtitle {
    text-align: center;
    margin-bottom: calc(20px + 5 * ((100vw - 320px) / 1120));
}
.modal__form-inputs {
    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;
    margin: -7.5px;
    margin-bottom: calc(20px + 10 * ((100vw - 320px) / 1120));
}
.modal__form-inputs .modal__form-input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    margin: 7.5px;
    cursor: pointer;
}
.section__freeSize-title.title,
.section__help-title.title {
    margin-bottom: calc(10px + 10 * ((100vw - 320px) / 1120));
    text-align: left;
}
.advantages-item:nth-child(1) .advantages-item__lineDot,
.advantages-item:nth-child(10) .advantages-item__lineDot,
.advantages-item:nth-child(11) .advantages-item__lineDot,
.advantages-item:nth-child(12) .advantages-item__lineDot,
.advantages-item:nth-child(2) .advantages-item__lineDot,
.advantages-item:nth-child(3) .advantages-item__lineDot,
.advantages-item:nth-child(4) .advantages-item__lineDot,
.advantages-item:nth-child(5) .advantages-item__lineDot,
.advantages-item:nth-child(6) .advantages-item__lineDot,
.advantages-item:nth-child(7) .advantages-item__lineDot,
.advantages-item:nth-child(8) .advantages-item__lineDot,
.advantages-item:nth-child(9) .advantages-item__lineDot,
.advantagesCompany-item:nth-child(1) .advantages-item__lineDot,
.advantagesCompany-item:nth-child(10) .advantages-item__lineDot,
.advantagesCompany-item:nth-child(11) .advantages-item__lineDot,
.advantagesCompany-item:nth-child(12) .advantages-item__lineDot,
.advantagesCompany-item:nth-child(13) .advantages-item__lineDot,
.advantagesCompany-item:nth-child(14) .advantages-item__lineDot,
.advantagesCompany-item:nth-child(16) .advantages-item__lineDot,
.advantagesCompany-item:nth-child(17) .advantages-item__lineDot,
.advantagesCompany-item:nth-child(18) .advantages-item__lineDot,
.advantagesCompany-item:nth-child(2) .advantages-item__lineDot,
.advantagesCompany-item:nth-child(3) .advantages-item__lineDot,
.advantagesCompany-item:nth-child(4) .advantages-item__lineDot,
.advantagesCompany-item:nth-child(5) .advantages-item__lineDot,
.advantagesCompany-item:nth-child(6) .advantages-item__lineDot,
.advantagesCompany-item:nth-child(7) .advantages-item__lineDot,
.advantagesCompany-item:nth-child(8) .advantages-item__lineDot,
.advantagesCompany-item:nth-child(9) .advantages-item__lineDot {
    margin-top: -15px;
}
.modal__form-input {
    margin-bottom: calc(15px + 5 * ((100vw - 320px) / 1120));
    width: 100%;
}
.modal__form-textarea {
    margin-bottom: 15px;
}
.modal__message {
    background: #f6f6f6;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    flex-direction: column;
}
.modal__message-content {
    padding: calc(25px + 25 * ((100vw - 320px) / 1120));
    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;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.modal__message-title {
    font-weight: 500;
    margin-bottom: calc(15px + 5 * ((100vw - 320px) / 1120));
}
.modal__message-subtitle {
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 400px;
}
.modal.--open {
    opacity: 1;
    visibility: visible;
}

.modal .quiz-adv{
    background: #4C5056;
    padding: 20px;
    color: #fff;
    display: flex;
}

.modal .quiz-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 15px;
    flex-direction: column;
    max-width: 150px;
    text-align: center;
}

.modal .quiz-item img {
    margin-right: 0;
    margin-bottom: 5px;
}
.swiper-container {
    overflow: unset;
}
.aboutImg img,
.additionalServices-slider-slide img,
.article__grid-img img,
.img__fullCenter,
.map__popup-img img,
.mounting__img img,
.ourWorks-slide__currentImg img,
.ourWorks-thumbsSlide img,
.partitions__slide img,
.player__preview img,
.section__banner-img img,
.youtubeVideo__poster img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.custom-select-icon img,
.img__fullWidth,
.logo img {
    width: 100%;
    height: auto;
}
.icon__play {
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #fff;
}
.blink,
.player__control {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
}
.blink {
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out;
    display: block;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-animation-name: fullSize;
    animation-name: fullSize;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transform: translate(-50%, -50%);
}
.player__control {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.player__control * {
    transition: 0.37s ease-in-out;
    -webkit-transition: 0.37s ease-in-out;
    -moz-transition: 0.37s ease-in-out;
    -ms-transition: all ease-in-out 0.37s;
    -o-transition: 0.37s ease-in-out;
}
.player__control-icon {
    width: calc(60px + 20 * ((100vw - 320px) / 1120));
    height: calc(60px + 20 * ((100vw - 320px) / 1120));
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    position: relative;
    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;
}
.player__control-icon::after,
.player__control-icon::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.player__control-icon::before {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: -2;
}
.player__control-icon::after {
    width: calc((62 / 82) * 100%);
    height: calc((62 / 82) * 100%);
    background: #fd531b;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.player__control:hover .player__control-icon {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.player__preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top__video {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: 0.45s ease-in-out;
    -webkit-transition: 0.45s ease-in-out;
    -moz-transition: 0.45s ease-in-out;
    -ms-transition: all ease-in-out 0.45s;
    -o-transition: 0.45s ease-in-out;
    opacity: 0;
}
.top__video-wrapper {
    width: calc(95px + 45 * ((100vw - 320px) / 1120));
    height: calc(235px + 170 * ((100vw - 320px) / 1120));
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: -10px;
}
.top__video-wrapper:hover .top__video-close {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.top__video-preview {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.top__video-preview img {
    max-height: 100%;
    -o-object-position: top center;
    object-position: top center;
}
.developer,
.top__video-control {
    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;
}
.top__video-controlTitle {
    font-weight: 500;
    margin-left: 5px;
}
.top__video-close {
    transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: all ease-in-out 0.25s;
    -o-transition: 0.25s ease-in-out;
    right: 0;
    z-index: 5;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
}
.section {
    position: relative;
    padding-top: calc(70px + 30 * ((100vw - 320px) / 1120));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.section__top {
    padding-top: 0;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 60%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section__top::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.45);
}
.section__freeSize.visible,
.section__help.visible {
    background-image: url(../img/contactUS-bg.png);
}
.section__top-wrapper {
    height: 94vh;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    position: relative;
}
.section__top-title {
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 60px;
    line-height: 72px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    margin-top: 60px;
}
.section__quiz {
    padding-top: calc(25px + 25 * ((100vw - 320px) / 1120));
    padding-bottom: calc(20px + 20 * ((100vw - 320px) / 1120));
    -webkit-box-align: center;
    -ms-flex-align: center;
    background: #F5F5F5;
    align-items: center;
    margin-top: calc(25px + 25 * ((100vw - 320px) / 1120));
}
.section__compare-subtitle,
.section__mounting-btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.section__quiz-title {
    font-weight: 500;
    text-align: center;
    max-width: 55%;
    margin-bottom: calc(15px + 15 * ((100vw - 320px) / 1120));
}
.section__stretchCeiling {
    padding-bottom: calc(50px + 30 * ((100vw - 320px) / 1120));
}
.section__compare {
    padding-bottom: calc(40px + 40 * ((100vw - 320px) / 1120));
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(rgba(245, 245, 245, 0)));
    background: -o-linear-gradient(top, #f5f5f5 0, rgba(245, 245, 245, 0) 100%);
    background: linear-gradient(180deg, #f5f5f5 0, rgba(245, 245, 245, 0) 100%);
}
.section__compare-subtitle {
    width: 40%;
    text-align: center;
}
.section__banner {
    padding-top: 0;
    position: relative;
}
.section__banner-img {
    width: 100%;
    height: calc(140px + 380 * ((100vw - 320px) / 1120));
}
.section__freeSize,
.section__help,
.section__questions {
    padding-top: calc(30px + 30 * ((100vw - 320px) / 1120));
    padding-bottom: calc(30px + 30 * ((100vw - 320px) / 1120));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}
.section__mounting-btn {
    max-width: 380px;
}
.section__ourWorks {
    padding-bottom: 10px;
}
.section__ourWorks-smallTitle {
    -webkit-margin-after: calc(20px + 15 * ((100vw - 320px) / 1120));
    margin-block-end: calc(20px + 15 * ((100vw - 320px) / 1120));
}
.section__ourWorks-btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.section__gifts-btn {
    max-width: 285px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.section__sales-btn,
.section__videReviews-subtitle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.section__sales {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(rgba(245, 245, 245, 0)));
    background: -o-linear-gradient(top, #f5f5f5 0, rgba(245, 245, 245, 0) 100%);
    background: linear-gradient(180deg, #f5f5f5 0, rgba(245, 245, 245, 0) 100%);
}
.section__sales-btn {
    max-width: 355px;
}
.section__additionalServices,
.section__training,
.section__videReviews,
.section__workSteps {
    padding-bottom: calc(50px + 70 * ((100vw - 320px) / 1120));
}
.section__advantages,
.section__turnkey {
    padding-top: calc(30px + 30 * ((100vw - 320px) / 1120));
    padding-bottom: calc(30px + 30 * ((100vw - 320px) / 1120));
}
.section__videReviews-subtitle {
    width: 60%;
    -ms-grid-column-align: center;
    justify-self: center;
    text-align: center;
    font-weight: 500;
}
.section__additionalServices-btn,
.section__workSteps-btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.section__training-title.title {
    text-align: left;
}
.section__workSteps-btn {
    max-width: 370px;
}
.section__turnkey {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section__turnkey.visible {
    background-image: url(../img/turnkey__ceiling-bg.png);
}
.section__bewareCounterfeits-title.title {
    text-align: left;
    margin-bottom: calc(15px + 15 * ((100vw - 320px) / 1120));
}
.section__map-title.title,
.section__reviews-title.title {
    text-align: left;
    margin-bottom: calc(20px + 10 * ((100vw - 320px) / 1120));
}
.section__questions.visible {
    background-image: url(../img/contactUS-bg.png);
}
.section__questions-title.title {
    margin-bottom: calc(10px + 10 * ((100vw - 320px) / 1120));
    text-align: left;
}
.section__advantages-title.title {
    margin-bottom: calc(5px + 15 * ((100vw - 320px) / 1120));
}
.section__advantagesCelling {
    background: #f5f5f5;
}
.section__certificate-subtitle {
    width: 60%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
}
.sales__img {
    width: calc(50px + 75 * ((100vw - 320px) / 1120));
    height: calc(50px + 75 * ((100vw - 320px) / 1120));
}
.gift__banner {
    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;
    padding: calc(10px + 10 * ((100vw - 320px) / 1120));
    margin-top: auto;
    margin-bottom: calc(25px + 40 * ((100vw - 320px) / 1120));
    border: 2px solid #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.3);
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out;
}
.gift__banner-text,
.header-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-direction: normal;
}
.gift__banner-text {
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: calc(20px + 20 * ((100vw - 320px) / 1120));
}
.gift__banner-title {
    margin-bottom: calc(5px + 5 * ((100vw - 320px) / 1120));
    font-weight: 700;
    color: #fd531b;
}
.footer-logo__title,
.gift__banner-subtitle,
.header,
.menu-item {
    color: #fff;
}
.gift__banner-img {
    width: calc(60px + 0 * ((100vw - 320px) / 1120));
    height: calc(35px + 20 * ((100vw - 320px) / 1120));
}
.gift__banner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.gift__banner:hover {
    -webkit-box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.75);
    background: rgba(0, 0, 0, 0.75);
    -webkit-transform: translate(-3.5px, -3.5px);
    -ms-transform: translate(-3.5px, -3.5px);
    transform: translate(-3.5px, -3.5px);
}
.header {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: 0.5s ease-in-out;
    position: fixed;
    z-index: 10;
}
.header-wrapper {
    padding-top: calc(15px + 5 * ((100vw - 320px) / 1120));
    padding-bottom: calc(15px + 5 * ((100vw - 320px) / 1120));
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.burger__menu,
.header-contacts,
.main {
    -webkit-box-orient: vertical;
}
.header-logo {
    height: calc(25px + 5 * ((100vw - 320px) / 1120));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-logo__img {
    max-width: calc(100px + 50 * ((100vw - 320px) / 1120));
    min-width: calc(100px + 50 * ((100vw - 320px) / 1120));
    width: calc(100px + 50 * ((100vw - 320px) / 1120));
    margin-right: calc(7.5px + 5.5 * ((100vw - 320px) / 1120));
}
.header-logo__title {
    font-size: calc(10px + 2 * ((100vw - 320px) / 1120));
}
.header-contacts {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out;
}
.header-contacts__icon {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out;
    position: relative;
    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;
    cursor: pointer;
}
.header-contacts__icon:before {
    content: "";
    display: block;
    width: 14px;
    min-width: 14px;
    height: 14px;
    background-image: url(../img/icons/call.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.header-contacts__icon::after {
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    content: "";
    display: block;
    width: 160%;
    height: 160%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    z-index: 0;
}
.footer__menu-item:hover,
.menu-item:hover {
    z-index: 3;
}
.header-contacts__icon.--clicked::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.header-contacts__item {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out;
    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;
}
.logo,
.menu {
    display: -webkit-box;
    display: -ms-flexbox;
}
.header-contacts__item:hover {
    color: #fd531b;
    -webkit-text-stroke-color: #fd531b;
}
.header-contacts__number {
    margin-right: calc(0px + 5 * ((100vw - 320px) / 1120));
}
.header.--show {
    background: #111;
    -webkit-animation-name: show__header;
    animation-name: show__header;
    -webkit-animation-duration: 0.51s;
    animation-duration: 0.51s;
    animation-timing-function: ease-in-out;
}
.header.--default {
    -webkit-animation-name: hide__header;
    animation-name: hide__header;
    -webkit-animation-duration: 0.51s;
    animation-duration: 0.51s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.--fixed .footer,
.--fixed .header,
.--fixed .main {
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.logo {
    display: flex;
}
.burger__menu {
    z-index: 2;
    display: none;
    -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;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.burger__menu span {
    display: block;
    width: 20px;
    height: 2px;
    background: #f5f5f5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: 0.5s ease-in-out;
    opacity: 1;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}
.burger__menu span:nth-child(2) {
    margin-top: 3px;
    margin-bottom: 3px;
}
.custom__tab:last-child,
.footer-contacts__item:last-child,
.footer__menu-item:last-child {
    margin-bottom: 0;
}
.burger__menu.--clicked span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(0, -3px);
    -ms-transform: rotate(45deg) translate(0, -3px);
    transform: rotate(45deg) translate(0, -3px);
}
.burger__menu.--clicked span:nth-child(2) {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}
.burger__menu.--clicked span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(0, 3px);
    -ms-transform: rotate(-45deg) translate(0, 3px);
    transform: rotate(-45deg) translate(0, 3px);
}
.menu {
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.45s ease-in-out;
    -webkit-transition: 0.45s ease-in-out;
    -moz-transition: 0.45s ease-in-out;
    -ms-transition: all ease-in-out 0.45s;
    -o-transition: 0.45s ease-in-out;
}
.menu-item,
.menu-nav {
    transition: 0.5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
}
.menu-nav {
    z-index: 1;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: 0.5s ease-in-out;
}
.menu-item {
    width: auto;
    height: auto;
    margin-right: calc(0px + 10 * ((100vw - 320px) / 1120));
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: 0.5s ease-in-out;
    position: relative;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 0;
}
.menu a,
.menu-item::before {
    transition: 0.5s ease-in-out;
}
.menu-dropdown,
.menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
}
.menu-item:last-child {
    margin-right: 0;
}
.menu-item::before {
    position: absolute;
    width: 0%;
    height: 5px;
    background: #fd531b;
    display: block;
    content: "";
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: 0.5s ease-in-out;
    opacity: 0;
    left: 0;
    bottom: -5px;
}
.menu-item:hover::after,
.menu-item:hover::before {
    width: 100%;
    opacity: 1;
}
.menu a {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: 0.5s ease-in-out;
}
.menu-link {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.menu-dropdown {
    width: calc(300px + 150 * ((100vw - 320px) / 1120));
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: 0.5s ease-in-out;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 0;
    background: #fff;
    margin: -10px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}
.menu-dropdown-item,
.menu-dropdown-link {
    display: -webkit-box;
    display: -ms-flexbox;
    text-align: center;
}
.menu-dropdown-item {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: 0.3s ease-in-out;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
}
.menu-dropdown-item:hover {
    background: #474747;
}
.menu-dropdown-link {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: 0.3s ease-in-out;
    padding: 10px;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about__row,
.bewareCounterfeits__row,
.main,
.row,
.trainingText__row {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-direction: normal;
    width: 100%;
}
.main {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about__row,
.bewareCounterfeits__row,
.row,
.trainingText__row {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: -20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.aboutText__coll,
.bewareCounterfeits__coll,
.coll,
.trainingText__coll {
    margin: 20px;
    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-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.stretchCeiling-tab__content,
.stretchCeiling-tabs {
    margin-bottom: calc(20px + 15 * ((100vw - 320px) / 1120));
}
.category-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
}
.category-tabs__slides {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.category-tabs__slide {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    position: relative;
    padding-bottom: 5px;
}
.category-tabs__slide * {
    font-weight: 500;
}
.category-tabs__slide::before {
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out;
    width: 0%;
    height: 3px;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    background: #fd531b;
}
.category-tabs__slide.--active::before,
.category-tabs__slide.swiper-slide-active::before {
    width: 100%;
}
.category-tabs__slide-new,
.stretchCeiling-tabs__slide-new {
    color: #fd531b;
    margin-right: 5px;
}
.stretchCeiling-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: calc((1024 / 1135) * 100%);
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.stretchCeiling-tab__content-container,
.stretchCeiling-tab__content-contentWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.quiz-question__btn,
.stretchCeiling-tab__content,
.stretchCeiling-tab__content-btn {
    align-self: center;
    -ms-grid-row-align: center;
}
.stretchCeiling-tab__content {
    transition: 0.5s ease-in-out 0.35s;
    -webkit-transition: 0.5s ease-in-out 0.35s;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: 0.5s ease-in-out 0.35s;
    text-align: center;
    width: 75%;
    -ms-flex-item-align: center;
}
.stretchCeiling-tab__content-container {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.stretchCeiling-tab__content-contentWrapper {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: 0.5s ease-in-out;
}
.footer-logo,
.footer__coll {
    display: -webkit-box;
    display: -ms-flexbox;
}
.stretchCeiling-tab__content-btn {
    -ms-flex-item-align: center;
    -webkit-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}
.footer,
.footer-logo {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.stretchCeiling__slider {
    margin-bottom: calc(30px + 10 * ((100vw - 320px) / 1120));
    pointer-events: none;
}
.stretchCeiling__slide {
    width: calc(135px + 345 * ((100vw - 320px) / 1120));
    height: calc(200px + 160 * ((100vw - 320px) / 1120));
}
.stretchCeiling__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.footer {
    margin-top: auto;
    background: #111;
    padding-top: calc(35px + 35 * ((100vw - 320px) / 1120));
    padding-bottom: calc(25px + -5 * ((100vw - 320px) / 1120));
    -webkit-box-orient: vertical;
    flex-direction: column;
    color: #fff;
}
.footer-wrapper {
    -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;
}
.footer-wrapper__top {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid #3f3f3f;
    padding-bottom: calc(30px + 45 * ((100vw - 320px) / 1120));
}
.footer-wrapper__bottom {
    padding-top: calc(25px + -5 * ((100vw - 320px) / 1120));
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-logo {
    width: calc(150px + 50 * ((100vw - 320px) / 1120));
    min-width: calc(150px + 50 * ((100vw - 320px) / 1120));
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
}
.footer-logo__img {
    width: 100%;
    height: calc(25px + 15 * ((100vw - 320px) / 1120));
    margin-bottom: calc(30px + -5 * ((100vw - 320px) / 1120));
}
.footer-logo__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.footer__coll {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer-contacts__itemContent,
.footer__menu,
.footer__subscribe-container {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
}
.footer-contacts__item {
    margin-bottom: calc(10px + 10 * ((100vw - 320px) / 1120));
}
.footer-contacts__item a {
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out;
}
.footer-contacts__item a:hover {
    -webkit-text-stroke-color: #fff;
}
.footer-contacts__itemTitle {
    font-weight: 500;
    margin-bottom: 5px;
}
.footer-contacts__itemContent,
.footer__subscribe-container {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer__menu {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
}
.footer__menu-item {
    margin-bottom: 15px;
    width: auto;
    position: relative;
}
.footer__menu-item::before {
    position: absolute;
    width: 0%;
    height: 5px;
    background: #fd531b;
    display: block;
    content: "";
    transition: 0.45s ease-in-out;
    -webkit-transition: 0.45s ease-in-out;
    -moz-transition: 0.45s ease-in-out;
    -ms-transition: all ease-in-out 0.45s;
    -o-transition: 0.45s ease-in-out;
    opacity: 1;
    left: 0;
    bottom: -5px;
}
.custom-options,
input,
textarea {
    background: #fff;
    transition: 0.5s ease-in-out;
}
.footer__menu-item:hover::before {
    width: 100%;
    opacity: 1;
}
.footer__menu-link {
    width: auto;
}
.footer__subscribe-title {
    margin-bottom: 5px;
    font-weight: 500;
}
.footer__subscribe-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__subscribe-input {
    width: 60%;
    height: calc(30px + 15 * ((100vw - 320px) / 1120));
    background: #fff;
}
.footer__subscribe-btn.btn {
    background: #000;
    border: none;
    width: 40%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-transform: capitalize;
    font-weight: 500;
}
.custom-option.selected,
.custom-option:hover {
    background-color: #fd531b;
    color: #fff;
}
.footer__subscribe-btn.btn::before {
    display: none;
}
.copyright {
    color: #fff;
    opacity: 0.8;
}
input:not([type="checkbox"]),
textarea {
    outline: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: 0.5s ease-in-out;
    padding: 10px;
    height: calc(40px + 15 * ((100vw - 320px) / 1120));
    border: none;
    color: #000;
}
textarea {
    resize: none;
    height: 150px;
}
.custom-select {
    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%;
}
.custom-select__trigger,
.custom__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    cursor: pointer;
}
.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
}
.custom-select-wrapper {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.custom-select-icon {
    width: 19px;
    height: 24px;
    margin-right: 14px;
}
.custom-select-icon svg {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: 0.2s ease-in-out;
    width: 100%;
    height: auto;
}
.custom-select-icon svg * {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: 0.2s ease-in-out;
}
.custom-select-input {
    position: absolute;
    height: 0;
    width: 0;
    pointer-events: none;
}
.custom-select__trigger {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 22px;
    font-size: calc(18px + 2 * ((100vw - 320px) / 1120));
    width: 100%;
    height: 35px;
    border: 1px solid #000;
}
.custom-select__trigger > span {
    margin-right: 14px;
}
.custom-options {
    position: absolute;
    display: block;
    top: 95%;
    left: 0;
    right: 0;
    border: 1px solid #000;
    border-top: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 8px 16px 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 8px 16px 0;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: 0.5s ease-in-out;
}
.custom__tab {
    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;
    font-weight: 600;
    position: relative;
    margin-bottom: calc(10px + 5 * ((100vw - 320px) / 1120));
}
.custom__tab-title,
.custom__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
}
.custom__tab-title {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.custom__tabs,
.quiz-question__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.custom__tab-title::before {
    transition: 0.37s ease-in-out;
    -webkit-transition: 0.37s ease-in-out;
    -moz-transition: 0.37s ease-in-out;
    -ms-transition: all ease-in-out 0.37s;
    -o-transition: 0.37s ease-in-out;
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: #000;
}
.--active .custom__tab-title::before {
    width: 100%;
}
.custom__tab::before {
    content: "";
    display: block;
    width: calc(12px + 12 * ((100vw - 320px) / 1120));
    min-width: calc(12px + 12 * ((100vw - 320px) / 1120));
    height: calc(6px + 2 * ((100vw - 320px) / 1120));
    margin-right: calc(10px + 6 * ((100vw - 320px) / 1120));
    transition: 0.356s ease-in-out;
    -webkit-transition: 0.356s ease-in-out;
    -moz-transition: 0.356s ease-in-out;
    -ms-transition: all ease-in-out 0.356s;
    -o-transition: 0.356s ease-in-out;
    background: #c4c4c4;
}
.custom__tab.--active::before {
    background: #fd531b;
}
.custom__tabs {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.btn,
.quiz {
    display: -webkit-box;
    display: -ms-flexbox;
}
.arrow {
    position: relative;
    height: 10px;
    width: 10px;
    cursor: pointer;
}
.arrow::after,
.arrow::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0.15rem;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.arrow::before {
    left: -2.7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #b0b1b1;
}
.arrow::after {
    left: 2.7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #b0b1b1;
}
.active .arrow::before,
.open .arrow::before {
    left: -2.7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.active .arrow::after,
.open .arrow::after {
    left: 2.7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow--menu {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
.triangle {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #000;
    border-bottom: 0 solid transparent;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: 0.5s ease-in-out;
}
.active .triangle,
.open .triangle {
    border-top: 0 solid transparent;
    border-bottom: 10px solid #000;
}
.btn {
    min-width: calc(150px + 0 * ((100vw - 320px) / 1120));
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out;
    line-height: 0;
    display: flex;
    padding: 15px 18px;
    width: auto;
    height: 50px;
    height: calc(40px + 15 * ((100vw - 320px) / 1120));
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1.5px solid #fd531b;
}
.btn span,
.btn::after,
.btn::before {
    transition: 0.35s ease-in-out;
    position: absolute;
    display: block;
}
.btn::after,
.btn::before {
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out;
    content: "";
    left: 0;
}
.btn span {
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-animation-name: fullSize;
    animation-name: fullSize;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.btn::before {
    background: #fd531b;
    z-index: -1;
    top: 4px;
    left: 4px;
    bottom: 4px;
    right: 4px;
}
.btn::after {
    top: 50%;
    background: #474747;
    z-index: -1;
    width: 0;
    transform: translate(0, -50%);
}
.compare__item-label,
.quiz-question__progress::before {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.quiz {
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    box-shadow: none;
    border-radius: 20px
    ;
}
.quiz-question__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 20%;
    background: #4C5056;
    color: #fff;
    padding-bottom: calc(10px + 15 * ((100vw - 320px) / 1120));
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.quiz-text1{
    display: block;
    margin: 30px 20px;
    border-radius: 15px;
    border: 1px dashed #FFF;
    padding: 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.quiz-adv > span{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin: 0 15px;
    line-height: normal;
    margin-bottom: 20px;
    display: block;

}

.quiz-item{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 15px;
    margin-bottom: 15px;
}

.quiz-item img{
    margin-right: 10px;
}

.quiz-item strong{
    font-weight: 700;
}

.quiz-image{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.quiz-question__list-item {
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out;
    padding-top: calc(5px + 2 * ((100vw - 320px) / 1120));
    padding-right: calc(10px + 15 * ((100vw - 320px) / 1120));
    padding-bottom: calc(5px + 2 * ((100vw - 320px) / 1120));
    padding-left: calc(10px + 15 * ((100vw - 320px) / 1120));
    cursor: pointer;
    opacity: 0;
    display: none;
}
.quiz-question__list-item.active {
    opacity: 1;
    display: block;
}
.quiz-question__progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 28px;
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.quiz-question__progress-wrapper,
.quiz-question__variants-list {
    display: -webkit-box;
    display: -ms-flexbox;
}
.quiz-question__progress-wrapper,
.quiz-question__variants-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.quiz-question__progress::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 28px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: #E1E1E1;
    border-radius: 20px;
}
.quiz-question__progress-item {
    width: calc(100% / 5);
    height: 100%;
    transition: 0.55s ease-in-out;
    -webkit-transition: 0.55s ease-in-out;
    -moz-transition: 0.55s ease-in-out;
    -ms-transition: all ease-in-out 0.55s;
    -o-transition: 0.55s ease-in-out;
    background: url(/wp-content/uploads/2023/08/prog.svg) center center/cover;
    z-index: 1;
    opacity: 1;
    border-radius: 15px;
}
.quiz-question__progress-item.active {
    opacity: 1;
}
.quiz-question__progress-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 59px;
    position: relative;
}
.quiz-question__progress-title {
    font-weight: 500;
    text-transform: lowercase;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.60);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    z-index: 100;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
}
.quiz-question__variants {
    width: 80%;
   padding: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: unset;
    background: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.quiz-question__variants-list {
    width: 100%;
    height: auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: unset;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;

}
.quiz-question__variants-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: unset;
}
.quiz-question__variants-wrapper {
    transition: 0.38s ease-in-out;
    -webkit-transition: 0.38s ease-in-out;
    -moz-transition: 0.38s ease-in-out;
    -ms-transition: all ease-in-out 0.38s;
    -o-transition: 0.38s ease-in-out;
    padding: 0;
    border: none;
    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;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    top: 0;
    z-index: 2;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 100%;
    overflow: unset;
}
.quiz-question__variants-itemContainer,
.quiz-question__variants-itemWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    overflow: unset;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
}
.quiz-question__variants-wrapper:not(.quiz-question__variants-wrapper.active) {
    max-height: 0;
    height: 0;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
.quiz-question__variants-wrapper.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    max-height: unset;
    height: auto;
}
.quiz-question__variants-title {
    font-weight: 500;
    font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding-top: 20px;
width: 100%;
}
.quiz-question__variants-itemContainer {
    width: 100%;
    height: auto;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.quiz-question__variants-itemWrapper {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
}
.quiz-question__variants-itemWrapper:hover .quiz-question__variants-itemImage {
    -webkit-filter: drop-shadow(0 4px 10px #fd531b);
    filter: drop-shadow(0 4px 10px #fd531b);
    border-color: #fd531b;
    border-radius: 15px;
}
.quiz-question__variants-itemTitle {
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out;
    position: absolute;
    left: 15px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    bottom: 15px;
    z-index: 100;
}
.quiz-question__variants-itemImage {
    width: 100%;
    height: calc(70px + 50 * ((100vw - 320px) / 1120));
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid transparent;
    overflow: unset;
    position: relative;
}
.quiz-question__variants-itemImage:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: var(--unnamed, linear-gradient(360deg, rgba(0, 0, 0, 0.60) 20.41%, rgba(0, 0, 0, 0.00) 50.52%));
    left: 0;
    position: absolute;
    top: 0;
}

.quiz-question__variants-wrapper:nth-child(4){
}

.quiz-question__variants-wrapper:nth-child(4) .quiz-question__variantsLabel{
    max-width: 431px;
}

.quiz-question__variants-wrapper:nth-child(4) .quiz-question__variantsLabel > span:first-child{
    margin-top: 25px;
}

.quiz-question__variants-wrapper:nth-child(4) .quiz-question__variantsInput {
    background: #F5F5F5;
    margin-top: 10px;
}

.quiz-question__variants-wrapper:nth-child(5) .quiz-question__input {
    background: #F5F5F5;
    margin-top: 10px;
    max-width: 400px;
}

.quiz-question__variants-wrapper:nth-child(5) .quiz-question__inputs{
    align-items: flex-start;
}

.quiz-question__variants-wrapper:nth-child(5) .quiz-question__input:first-child{
    margin-top: 25px;
    margin-bottom: 0;
}

.section__quiz .section__quiz-title{
    margin-left: auto;
    margin-right: auto;
}

.quiz-question__variants-wrapper:nth-child(4) .quiz-question__btns {
    top: 0;
}


.quiz-question__variants-itemImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    border-radius: 15px;
}
.quiz-question__variants-itemRadio {
    position: absolute;
    z-index: -1;
}
.quiz-question__variants-itemRadio:checked ~ .quiz-question__variants-itemImage {
    -webkit-filter: drop-shadow(0 4px 10px #fd531b);
    filter: drop-shadow(0 4px 10px #fd531b);
    border-color: #fd531b;
    border-radius: 15px;
}
.quiz-question__variantsLabel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.quiz-question__variantsLabel-title,
.slider {
    width: 100%;
}
.quiz-question__variantsInput {
    width: 90%;
    margin-right: 5px;
}
.quiz-question__btns {
    margin-top: calc(16px + 14 * ((100vw - 320px) / 1120));
    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%;
    height: auto;
    position: absolute;
    top: -42px;
    margin: 0;
    padding: 0;
    width: fit-content;
    right: 0;
}
.quiz-question__btn {
    -ms-flex-item-align: center;
    max-width: 200px;
}
.quiz-question__inputs {
    width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.quiz__prev::before{
    display: none;
}

.quiz__prev{
    color: #4C5056;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    border-bottom: 1px solid;
    border-bottom: 1.5px solid #B4B4B4;
    padding: 0;
    height: fit-content;
    padding-bottom: 5px;
    text-transform: capitalize;
    min-width: auto;
    margin-right: 20px;
}
.quiz-question__input {
    width: 100%;
    margin-bottom: calc(15px + 5 * ((100vw - 320px) / 1120));
}
.quiz.animated .quiz-question__variants-container {
    opacity: 1;
}
.title {
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin-bottom: calc(25px + 25 * ((100vw - 320px) / 1120));
}
.subtitle {
    margin-bottom: calc(20px + 20 * ((100vw - 320px) / 1120));
}
.smallTitle {
    font-weight: 500;
}
.accordion-item {
    width: 100%;
    border: 1px solid #000;
    margin-bottom: 10px;
}
.accordion-item__title {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: 0.5s ease-in-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    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;
    padding: 5px;
    position: relative;
    cursor: pointer;
}
.accordion-item__title.active {
    background: #fd531b;
}
.accordion-item__content {
    -webkit-transition: height 0.25s;
    -o-transition: height 0.25s;
    transition: height 0.25s;
    overflow: hidden;
}
.accordion-item__content-wrapp {
    transition: 0.8s ease-in-out;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -ms-transition: all ease-in-out 0.8s;
    -o-transition: 0.8s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    padding: 5px;
    opacity: 1;
}
.slider-control,
.slider-control-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
}
.accordion-item__content-wrapp p {
    transition: 0.3s ease-in-out 0;
    -webkit-transition: 0.3s ease-in-out 0;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: 0.3s ease-in-out 0;
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
    margin-bottom: 10px;
}
.accordion-item__content-wrapp p:last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0;
    margin-bottom: 0;
}
.accordion-item__content.active p {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: 0.5s ease-in-out;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.accordion-item__content.active p:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.accordion-item__content.active p:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.accordion-item__content.active p:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.accordion-item__content.active p:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.accordion-item__content.active p:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.accordion-item__content.active p:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.accordion-item__content.active p:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.accordion-item__content.active p:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.accordion-item__content.active p:nth-child(9) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.accordion-item__content.active p:nth-child(10) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.accordion-item__content.active p:nth-child(11) {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
.accordion-item__content.active p:nth-child(12) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.accordion-item__content.active p:nth-child(13) {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
.accordion-item__content.active p:nth-child(14) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
.accordion-item__content.active p:nth-child(15) {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.accordion-item__content.active p:nth-child(16) {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
.accordion-item__content.active p:nth-child(17) {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
}
.accordion-item__content.active p:nth-child(18) {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}
.accordion-item__content.active p:nth-child(19) {
    -webkit-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s;
}
.accordion-item__content.active p:nth-child(20) {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}
.accordion-item__content.active p:nth-child(21) {
    -webkit-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s;
}
.accordion-item__content.active p:nth-child(22) {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
}
.accordion-item__content.active p:nth-child(23) {
    -webkit-transition-delay: 2.3s;
    -o-transition-delay: 2.3s;
    transition-delay: 2.3s;
}
.accordion-item__content.active p:nth-child(24) {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
}
.accordion-item__content.active p:nth-child(25) {
    -webkit-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s;
}
.accordion-item__content.active p:nth-child(26) {
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
}
.accordion-item__content.active p:nth-child(27) {
    -webkit-transition-delay: 2.7s;
    -o-transition-delay: 2.7s;
    transition-delay: 2.7s;
}
.accordion-item__content.active p:nth-child(28) {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
}
.accordion-item__content.active p:nth-child(29) {
    -webkit-transition-delay: 2.9s;
    -o-transition-delay: 2.9s;
    transition-delay: 2.9s;
}
.accordion-item__content.active p:nth-child(30) {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
}
.accordion-item__content.active p:nth-child(31) {
    -webkit-transition-delay: 3.1s;
    -o-transition-delay: 3.1s;
    transition-delay: 3.1s;
}
.accordion-item__content.active p:nth-child(32) {
    -webkit-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s;
}
.accordion-item__content.active p:nth-child(33) {
    -webkit-transition-delay: 3.3s;
    -o-transition-delay: 3.3s;
    transition-delay: 3.3s;
}
.accordion-item__content.active p:nth-child(34) {
    -webkit-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s;
}
.accordion-item__content.active p:nth-child(35) {
    -webkit-transition-delay: 3.5s;
    -o-transition-delay: 3.5s;
    transition-delay: 3.5s;
}
.accordion-item__content.active p:nth-child(36) {
    -webkit-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s;
}
.accordion-item__content.active p:nth-child(37) {
    -webkit-transition-delay: 3.7s;
    -o-transition-delay: 3.7s;
    transition-delay: 3.7s;
}
.accordion-item__content.active p:nth-child(38) {
    -webkit-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s;
}
.accordion-item__content.active p:nth-child(39) {
    -webkit-transition-delay: 3.9s;
    -o-transition-delay: 3.9s;
    transition-delay: 3.9s;
}
.accordion-item__content.active p:nth-child(40) {
    -webkit-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s;
}
.accordion-item__content.active p:nth-child(41) {
    -webkit-transition-delay: 4.1s;
    -o-transition-delay: 4.1s;
    transition-delay: 4.1s;
}
.accordion-item__content.active p:nth-child(42) {
    -webkit-transition-delay: 4.2s;
    -o-transition-delay: 4.2s;
    transition-delay: 4.2s;
}
.accordion-item__content.active p:nth-child(43) {
    -webkit-transition-delay: 4.3s;
    -o-transition-delay: 4.3s;
    transition-delay: 4.3s;
}
.accordion-item__content.active p:nth-child(44) {
    -webkit-transition-delay: 4.4s;
    -o-transition-delay: 4.4s;
    transition-delay: 4.4s;
}
.accordion-item__content.active p:nth-child(45) {
    -webkit-transition-delay: 4.5s;
    -o-transition-delay: 4.5s;
    transition-delay: 4.5s;
}
.accordion-item__content.active p:nth-child(46) {
    -webkit-transition-delay: 4.6s;
    -o-transition-delay: 4.6s;
    transition-delay: 4.6s;
}
.accordion-item__content.active p:nth-child(47) {
    -webkit-transition-delay: 4.7s;
    -o-transition-delay: 4.7s;
    transition-delay: 4.7s;
}
.accordion-item__content.active p:nth-child(48) {
    -webkit-transition-delay: 4.8s;
    -o-transition-delay: 4.8s;
    transition-delay: 4.8s;
}
.accordion-item__content.active p:nth-child(49) {
    -webkit-transition-delay: 4.9s;
    -o-transition-delay: 4.9s;
    transition-delay: 4.9s;
}
.accordion-item__content.active p:nth-child(50) {
    -webkit-transition-delay: 5s;
    -o-transition-delay: 5s;
    transition-delay: 5s;
}
.accordion-item__content.active p:nth-child(51) {
    -webkit-transition-delay: 5.1s;
    -o-transition-delay: 5.1s;
    transition-delay: 5.1s;
}
.accordion-item__content.active p:nth-child(52) {
    -webkit-transition-delay: 5.2s;
    -o-transition-delay: 5.2s;
    transition-delay: 5.2s;
}
.accordion-item__content.active p:nth-child(53) {
    -webkit-transition-delay: 5.3s;
    -o-transition-delay: 5.3s;
    transition-delay: 5.3s;
}
.accordion-item__content.active p:nth-child(54) {
    -webkit-transition-delay: 5.4s;
    -o-transition-delay: 5.4s;
    transition-delay: 5.4s;
}
.accordion-item__content.active p:nth-child(55) {
    -webkit-transition-delay: 5.5s;
    -o-transition-delay: 5.5s;
    transition-delay: 5.5s;
}
.accordion-item__content.active p:nth-child(56) {
    -webkit-transition-delay: 5.6s;
    -o-transition-delay: 5.6s;
    transition-delay: 5.6s;
}
.accordion-item__content.active p:nth-child(57) {
    -webkit-transition-delay: 5.7s;
    -o-transition-delay: 5.7s;
    transition-delay: 5.7s;
}
.accordion-item__content.active p:nth-child(58) {
    -webkit-transition-delay: 5.8s;
    -o-transition-delay: 5.8s;
    transition-delay: 5.8s;
}
.accordion-item__content.active p:nth-child(59) {
    -webkit-transition-delay: 5.9s;
    -o-transition-delay: 5.9s;
    transition-delay: 5.9s;
}
.accordion-item__content.active p:nth-child(60) {
    -webkit-transition-delay: 6s;
    -o-transition-delay: 6s;
    transition-delay: 6s;
}
.accordion-item__content.active p:nth-child(61) {
    -webkit-transition-delay: 6.1s;
    -o-transition-delay: 6.1s;
    transition-delay: 6.1s;
}
.accordion-item__content.active p:nth-child(62) {
    -webkit-transition-delay: 6.2s;
    -o-transition-delay: 6.2s;
    transition-delay: 6.2s;
}
.accordion-item__content.active p:nth-child(63) {
    -webkit-transition-delay: 6.3s;
    -o-transition-delay: 6.3s;
    transition-delay: 6.3s;
}
.accordion-item__content.active p:nth-child(64) {
    -webkit-transition-delay: 6.4s;
    -o-transition-delay: 6.4s;
    transition-delay: 6.4s;
}
.accordion-item__content.active p:nth-child(65) {
    -webkit-transition-delay: 6.5s;
    -o-transition-delay: 6.5s;
    transition-delay: 6.5s;
}
.accordion-item__content.active p:nth-child(66) {
    -webkit-transition-delay: 6.6s;
    -o-transition-delay: 6.6s;
    transition-delay: 6.6s;
}
.accordion-item__content.active p:nth-child(67) {
    -webkit-transition-delay: 6.7s;
    -o-transition-delay: 6.7s;
    transition-delay: 6.7s;
}
.accordion-item__content.active p:nth-child(68) {
    -webkit-transition-delay: 6.8s;
    -o-transition-delay: 6.8s;
    transition-delay: 6.8s;
}
.accordion-item__content.active p:nth-child(69) {
    -webkit-transition-delay: 6.9s;
    -o-transition-delay: 6.9s;
    transition-delay: 6.9s;
}
.accordion-item__content.active p:nth-child(70) {
    -webkit-transition-delay: 7s;
    -o-transition-delay: 7s;
    transition-delay: 7s;
}
.accordion-item__content.active p:nth-child(71) {
    -webkit-transition-delay: 7.1s;
    -o-transition-delay: 7.1s;
    transition-delay: 7.1s;
}
.accordion-item__content.active p:nth-child(72) {
    -webkit-transition-delay: 7.2s;
    -o-transition-delay: 7.2s;
    transition-delay: 7.2s;
}
.accordion-item__content.active p:nth-child(73) {
    -webkit-transition-delay: 7.3s;
    -o-transition-delay: 7.3s;
    transition-delay: 7.3s;
}
.accordion-item__content.active p:nth-child(74) {
    -webkit-transition-delay: 7.4s;
    -o-transition-delay: 7.4s;
    transition-delay: 7.4s;
}
.accordion-item__content.active p:nth-child(75) {
    -webkit-transition-delay: 7.5s;
    -o-transition-delay: 7.5s;
    transition-delay: 7.5s;
}
.accordion-item__content.active p:nth-child(76) {
    -webkit-transition-delay: 7.6s;
    -o-transition-delay: 7.6s;
    transition-delay: 7.6s;
}
.accordion-item__content.active p:nth-child(77) {
    -webkit-transition-delay: 7.7s;
    -o-transition-delay: 7.7s;
    transition-delay: 7.7s;
}
.accordion-item__content.active p:nth-child(78) {
    -webkit-transition-delay: 7.8s;
    -o-transition-delay: 7.8s;
    transition-delay: 7.8s;
}
.accordion-item__content.active p:nth-child(79) {
    -webkit-transition-delay: 7.9s;
    -o-transition-delay: 7.9s;
    transition-delay: 7.9s;
}
.accordion-item__content.active p:nth-child(80) {
    -webkit-transition-delay: 8s;
    -o-transition-delay: 8s;
    transition-delay: 8s;
}
.accordion-item__content.active p:nth-child(81) {
    -webkit-transition-delay: 8.1s;
    -o-transition-delay: 8.1s;
    transition-delay: 8.1s;
}
.accordion-item__content.active p:nth-child(82) {
    -webkit-transition-delay: 8.2s;
    -o-transition-delay: 8.2s;
    transition-delay: 8.2s;
}
.accordion-item__content.active p:nth-child(83) {
    -webkit-transition-delay: 8.3s;
    -o-transition-delay: 8.3s;
    transition-delay: 8.3s;
}
.accordion-item__content.active p:nth-child(84) {
    -webkit-transition-delay: 8.4s;
    -o-transition-delay: 8.4s;
    transition-delay: 8.4s;
}
.accordion-item__content.active p:nth-child(85) {
    -webkit-transition-delay: 8.5s;
    -o-transition-delay: 8.5s;
    transition-delay: 8.5s;
}
.accordion-item__content.active p:nth-child(86) {
    -webkit-transition-delay: 8.6s;
    -o-transition-delay: 8.6s;
    transition-delay: 8.6s;
}
.accordion-item__content.active p:nth-child(87) {
    -webkit-transition-delay: 8.7s;
    -o-transition-delay: 8.7s;
    transition-delay: 8.7s;
}
.accordion-item__content.active p:nth-child(88) {
    -webkit-transition-delay: 8.8s;
    -o-transition-delay: 8.8s;
    transition-delay: 8.8s;
}
.accordion-item__content.active p:nth-child(89) {
    -webkit-transition-delay: 8.9s;
    -o-transition-delay: 8.9s;
    transition-delay: 8.9s;
}
.accordion-item__content.active p:nth-child(90) {
    -webkit-transition-delay: 9s;
    -o-transition-delay: 9s;
    transition-delay: 9s;
}
.accordion-item__content.active p:nth-child(91) {
    -webkit-transition-delay: 9.1s;
    -o-transition-delay: 9.1s;
    transition-delay: 9.1s;
}
.accordion-item__content.active p:nth-child(92) {
    -webkit-transition-delay: 9.2s;
    -o-transition-delay: 9.2s;
    transition-delay: 9.2s;
}
.accordion-item__content.active p:nth-child(93) {
    -webkit-transition-delay: 9.3s;
    -o-transition-delay: 9.3s;
    transition-delay: 9.3s;
}
.accordion-item__content.active p:nth-child(94) {
    -webkit-transition-delay: 9.4s;
    -o-transition-delay: 9.4s;
    transition-delay: 9.4s;
}
.accordion-item__content.active p:nth-child(95) {
    -webkit-transition-delay: 9.5s;
    -o-transition-delay: 9.5s;
    transition-delay: 9.5s;
}
.accordion-item__content.active p:nth-child(96) {
    -webkit-transition-delay: 9.6s;
    -o-transition-delay: 9.6s;
    transition-delay: 9.6s;
}
.accordion-item__content.active p:nth-child(97) {
    -webkit-transition-delay: 9.7s;
    -o-transition-delay: 9.7s;
    transition-delay: 9.7s;
}
.accordion-item__content.active p:nth-child(98) {
    -webkit-transition-delay: 9.8s;
    -o-transition-delay: 9.8s;
    transition-delay: 9.8s;
}
.accordion-item__content.active p:nth-child(99) {
    -webkit-transition-delay: 9.9s;
    -o-transition-delay: 9.9s;
    transition-delay: 9.9s;
}
.accordion-item__content:not(.active) {
    height: 0;
}
.slider-slides,
.turnkey__input {
    width: 100%;
    margin-bottom: calc(15px + 10 * ((100vw - 320px) / 1120));
}
.slider-control {
    display: flex;
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.slider-control-wrapper {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider-control__item {
    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: calc(20px + 10 * ((100vw - 320px) / 1120));
    min-width: calc(20px + 10 * ((100vw - 320px) / 1120));
    height: calc(20px + 10 * ((100vw - 320px) / 1120));
    background: #dfdfdf;
    transition: 0.357s ease-in-out;
    -webkit-transition: 0.357s ease-in-out;
    -moz-transition: 0.357s ease-in-out;
    -ms-transition: all ease-in-out 0.357s;
    -o-transition: 0.357s ease-in-out;
    position: relative;
    -webkit-animation-fill-mode: unset;
    animation-fill-mode: unset;
}
.slider-control__item::after,
.slider-control__item::before {
    transition: 0.357s ease-in-out;
    -webkit-transition: 0.357s ease-in-out;
    -moz-transition: 0.357s ease-in-out;
    -ms-transition: all ease-in-out 0.357s;
    -o-transition: 0.357s ease-in-out;
    content: "";
    display: block;
}
.slider-control__item::before {
    width: 12px;
    width: calc(8px + 4 * ((100vw - 320px) / 1120));
    min-width: calc(8px + 4 * ((100vw - 320px) / 1120));
    height: calc(4.5px + 2.5 * ((100vw - 320px) / 1120));
    background-image: url(../img/icons/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.slider-control__item::after {
    background: #fd531b;
    width: 0%;
    height: 0%;
    position: absolute;
    z-index: 0;
}
.slider-control__item:nth-child(1) {
    margin-right: calc(10px + 5 * ((100vw - 320px) / 1120));
}
.slider-control__item:hover::after {
    width: 100%;
    height: 100%;
}
.slider-control__item:hover::before {
    background-image: url(../img/icons/arrow-alt.svg);
}
.slider-control__next::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.compare__table {
    width: 100%;
    height: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    overflow-x: auto;
    overflow-y: hidden;
}
.compare__table::-webkit-scrollbar {
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
    background: #c4c4c4;
}
.compare__table::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #fd531b;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}
.compare__table::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
    background: #878686;
}
.compare__table-arrow {
    position: relative;
    width: 50px;
    height: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-animation: 1.5s ease-in-out infinite arrow__move;
    animation: 1.5s ease-in-out infinite arrow__move;
    display: none;
}
.compare__item,
.compare__item-label {
    display: -webkit-box;
    display: -ms-flexbox;
}
.compare__table-arrow:before {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../img/icons/right-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}
.mounting__content-item:last-child,
.ourWorks-slide__thumbImg:last-child {
    margin-bottom: 0;
}
.compare__item {
    min-height: calc(25px + 25 * ((100vw - 320px) / 1120));
    padding: 10px 15px;
    border: 1px solid #000;
    border-collapse: collapse;
    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;
    min-width: 250px;
    position: relative;
}
.compare__item--title {
    font-weight: 500;
    border: 3px solid #fff;
    color: #fff;
    padding: 8px 15px;
    margin-bottom: 3px;
    min-height: unset;
    border-collapse: unset;
}
.compare__item:nth-child(1),
.compare__item:nth-child(2) .compare__item-label,
.compare__item:nth-child(4) .compare__item-label {
    background: #000;
}
.compare__item:nth-child(1) .compare__item-label,
.compare__item:nth-child(2),
/*.compare__item:nth-child(4),*/
.mounting__content-item.--active::before {
    background: #fd531b;
}
.compare__item:nth-child(3) {
    background: #8c8c8c;
}
.compare__item:nth-child(3) .compare__item-label {
    background: #000;
}
.compare__item:nth-child(2) .compare__item-label,
.si-has-border .si-pointer-bg-top,
.si-has-border .si-pointer-border-top {
    display: none;
}
.compare__item-label {
    display: flex;
    position: absolute;
    padding: 2px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    top: 50%;
    right: calc(10px + 10 * ((100vw - 320px) / 1120));
    transform: translate(0, -50%);
    font-size: 12px;
}
.compare__item--even,
.compare__item--even:nth-child(13),
.compare__item--even:nth-child(21),
.compare__item--even:nth-child(29),
.compare__item--even:nth-child(5) {
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(rgba(238, 238, 238, 0)));
    background: -o-linear-gradient(top, #eee 0, rgba(238, 238, 238, 0) 100%);
    background: linear-gradient(180deg, #eee 0, rgba(238, 238, 238, 0) 100%);
}
.compare__item--even:nth-child(11),
.compare__item--even:nth-child(17),
.compare__item--even:nth-child(19),
.compare__item--even:nth-child(25),
.compare__item--even:nth-child(27),
.compare__item--even:nth-child(9),
.compare__item--odd:nth-child(10),
.compare__item--odd:nth-child(12),
.compare__item--odd:nth-child(18),
.compare__item--odd:nth-child(20),
.compare__item--odd:nth-child(26),
.compare__item--odd:nth-child(28) {
    background: 0 0;
}
.compare__item--odd {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd3c5), to(rgba(255, 211, 197, 0)));
    background: -o-linear-gradient(top, #ffd3c5 0, rgba(255, 211, 197, 0) 100%);
    background: linear-gradient(180deg, #ffd3c5 0, rgba(255, 211, 197, 0) 100%);
}
.compare__item-icon {
    width: 28px;
    height: 28px;
    position: absolute;
    left: calc(10px + 10 * ((100vw - 320px) / 1120));
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.compare__item-icon svg {
    width: 100%;
    height: 100%;
}
.contactUS__form {
    width: 100%;
    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;
}
.contactUS__form-input {
    background: #fff;
    width: 37%;
}
.contactUS__form-btn {
    width: 22%;
}
.mounting__img {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    transition: 0.356s ease-in-out;
    -webkit-transition: 0.356s ease-in-out;
    -moz-transition: 0.356s ease-in-out;
    -ms-transition: all ease-in-out 0.356s;
    -o-transition: 0.356s ease-in-out;
    -webkit-transform: translate(-101%, 0);
    -ms-transform: translate(-101%, 0);
    transform: translate(-101%, 0);
    opacity: 0;
    border: 5px solid #fff;
}
.mounting__img-container {
    width: calc((700 / 1135) * 100%);
    height: calc(200px + 230 * ((100vw - 320px) / 1120));
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    overflow: hidden;
    -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
}
.mounting__img.--active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.mounting__content {
    width: calc((400 / 1135) * 100%);
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.mounting__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: calc(20px + 20 * ((100vw - 320px) / 1120));
}
.mounting__content-list {
    list-style: none;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: calc(20px + 10 * ((100vw - 320px) / 1120));
}
.mounting__content-item {
    font-weight: 500;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: calc(10px + 15 * ((100vw - 320px) / 1120));
}
.mounting__content-item::before {
    content: "";
    display: block;
    width: calc(12px + 12 * ((100vw - 320px) / 1120));
    min-width: calc(12px + 12 * ((100vw - 320px) / 1120));
    height: calc(6px + 2 * ((100vw - 320px) / 1120));
    margin-right: calc(10px + 6 * ((100vw - 320px) / 1120));
    transition: 0.356s ease-in-out;
    -webkit-transition: 0.356s ease-in-out;
    -moz-transition: 0.356s ease-in-out;
    -ms-transition: all ease-in-out 0.356s;
    -o-transition: 0.356s ease-in-out;
    background: #c4c4c4;
}
.mounting__content-itemTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}
.mounting__content-itemTitle::before {
    transition: 0.37s ease-in-out;
    -webkit-transition: 0.37s ease-in-out;
    -moz-transition: 0.37s ease-in-out;
    -ms-transition: all ease-in-out 0.37s;
    -o-transition: 0.37s ease-in-out;
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: #000;
}
.--active .mounting__content-itemTitle::before,
.certificate-slider,
.ourWorks-slides,
.reviews__slider {
    width: 100%;
}
.mounting__text {
    position: absolute;
    transition: 0.356s ease-in-out;
    -webkit-transition: 0.356s ease-in-out;
    -moz-transition: 0.356s ease-in-out;
    -ms-transition: all ease-in-out 0.356s;
    -o-transition: 0.356s ease-in-out;
    -webkit-transform: translate(110%, 0);
    -ms-transform: translate(110%, 0);
    transform: translate(110%, 0);
    width: 100%;
}
.mounting__text-container {
    position: relative;
    overflow: hidden;
}
.mounting__text.--active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.mounting__text p {
    margin-bottom: calc(12px + 8 * ((100vw - 320px) / 1120));
}
.mounting__text h1,
.mounting__text h2,
.mounting__text h3,
.mounting__text h4,
.mounting__text h5,
.mounting__text h6 {
    margin-bottom: 5px;
}
.mounting__text ul {
    padding-left: calc(25px + 25 * ((100vw - 320px) / 1120));
}
.ourWorks-slider {
    width: 100%;
    margin-bottom: calc(30px + 30 * ((100vw - 320px) / 1120));
}
.ourWorks-slide {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    -ms-grid-columns: 1fr 0.7fr;
    grid-template-columns: 1fr 0.7fr;
    grid-column-gap: calc(15px + 15 * ((100vw - 320px) / 1120));
}
.ourWorks-slide__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: auto;
}
.ourWorks-slide__thumbs {
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: calc(10px + 15 * ((100vw - 320px) / 1120));
}
.ourWorks-slide__thumbImg {
    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: calc(80px + 45 * ((100vw - 320px) / 1120));
    min-width: calc(80px + 45 * ((100vw - 320px) / 1120));
    height: calc(40px + 40 * ((100vw - 320px) / 1120));
    margin-bottom: calc(10px + 5 * ((100vw - 320px) / 1120));
}
.aboutText__coll h1,
.aboutText__coll h2,
.aboutText__coll h3,
.aboutText__coll h4,
.aboutText__coll h5,
.aboutText__coll h6,
.ourWorks-slide__title {
    margin-bottom: calc(20px + 10 * ((100vw - 320px) / 1120));
    text-transform: uppercase;
}
.ourWorks-slide__thumbImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.ourWorks-slide__currentImg {
    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%;
    height: calc(250px + 175 * ((100vw - 320px) / 1120));
    position: relative;
    overflow: hidden;
}
.ourWorks-slide__description,
.ourWorks-slide__descriptionList {
    display: -webkit-box;
    display: -ms-flexbox;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.ourWorks-slide__description {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.ourWorks-slide__title {
    font-weight: 500;
}
.ourWorks-slide__descriptionList {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: auto;
    margin-bottom: calc(15px + 5 * ((100vw - 320px) / 1120));
}
.ourWorks-slide__descriptionList-item {
    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%;
    height: auto;
    margin-bottom: calc(10px + 5 * ((100vw - 320px) / 1120));
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
}
.ourWorks-slide__descriptionList-item span {
    width: 35%;
    height: auto;
}
.ourWorks-slide__descriptionList-item span:nth-child(2) {
    text-align: right;
}
.ourWorks-thumbsSlide {
    width: calc(170px + 65 * ((100vw - 320px) / 1120));
    height: calc(85px + 30 * ((100vw - 320px) / 1120));
    cursor: pointer;
}
.ceilings.swiper-container,
.ourWorks-thumbsSlider {
    overflow: hidden;
}
.ourWorks-thumbsSlider-control__prev {
    margin-right: calc(15px + 10 * ((100vw - 320px) / 1120));
}
.ourWorks-thumbsSlider-control__next {
    margin-left: calc(15px + 10 * ((100vw - 320px) / 1120));
}
.ourWorks-thumbsSlider-container {
    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;
    margin-bottom: calc(30px + 30 * ((100vw - 320px) / 1120));
}
.article__grid,
.article__grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
}
.article__grid {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: calc(-5px + -5 * ((100vw - 320px) / 1120));
    margin-bottom: calc(20px + 20 * ((100vw - 320px) / 1120));
}
.article__grid-item {
    margin: calc(5px + 5 * ((100vw - 320px) / 1120));
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.article__grid-title {
    font-weight: 500;
    text-align: center;
}
.about__row {
    margin: -20px;
    margin-bottom: calc(25px + 25 * ((100vw - 320px) / 1120));
}
.aboutText__coll {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    margin: 20px;
}
.aboutText__coll mark {
    background-color: unset;
    color: #fd531b;
    font-weight: 600;
}
.aboutText__coll p,
.turnkey__title.title {
    margin-bottom: calc(15px + 5 * ((100vw - 320px) / 1120));
}
.aboutImages__row,
.aboutText__coll p:last-child {
    margin-bottom: 0;
}
.aboutImg {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    margin: 20px;
}
.videReviews__slide {
    width: calc(235px + 290 * ((100vw - 320px) / 1120));
    height: calc(150px + 190 * ((100vw - 320px) / 1120));
    position: relative;
}
.videReviews__slide img {
    -o-object-position: left center;
    object-position: left center;
}
.youtubeVideo__player * {
    transition: 0.15s ease-in-out;
    -webkit-transition: 0.15s ease-in-out;
    -moz-transition: 0.15s ease-in-out;
    -ms-transition: all ease-in-out 0.15s;
    -o-transition: 0.15s ease-in-out;
}
.youtubeVideo__player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtubeVideo__player:hover .youtubeVideo__control {
    -webkit-transform: translate(-50%, -50%) scale(1.15);
    -ms-transform: translate(-50%, -50%) scale(1.15);
    transform: translate(-50%, -50%) scale(1.15);
}
.youtubeVideo__poster {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.youtubeVideo__control {
    width: calc(50px + 25 * ((100vw - 320px) / 1120));
    height: calc(50px + 25 * ((100vw - 320px) / 1120));
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    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;
    overflow: hidden;
}
.youtubeVideo__control::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #fd531b;
}
.trainingText__row {
    margin-bottom: calc(40px + 20 * ((100vw - 320px) / 1120));
}
.training__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.training__video {
    width: 100%;
    height: 100%;
    position: absolute;
}
.training__video-wrapper {
    width: 100%;
    height: calc(225px + 220 * ((100vw - 320px) / 1120));
    margin-bottom: calc(20px + 10 * ((100vw - 320px) / 1120));
}
.training__video-wrapper--single {
    width: 70%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    height: auto;
}
.training__video-wrapper--single video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.training__video-preview img {
    -o-object-position: left center;
    object-position: left center;
}
.training-tab {
    width: calc((790 / 1135) * 100%);
    max-width: 63%;
    position: relative;
    overflow: hidden;
}
.training-tab__contentContainer {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.7s ease-in-out;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: all ease-in-out 0.7s;
    -o-transition: 0.7s ease-in-out;
    width: 100%;
    position: absolute;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    top: 0;
    left: 0;
    overflow: hidden;
    height: auto;
}
.training-tab__contentContainer.--active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.training-tab__contentWrapper,
.workSteps-tab__contentWrapper {
    transition: 0.47s ease-in-out;
    -webkit-transition: 0.47s ease-in-out;
    -moz-transition: 0.47s ease-in-out;
    -ms-transition: all ease-in-out 0.47s;
    -o-transition: 0.47s ease-in-out;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
}
.--active .training-tab__contentWrapper {
    opacity: 1;
}
.training-tab__contentText,
.workSteps-tab__contentText {
    width: 90%;
    text-align: center;
}
.advantages-item,
.advantagesCompany-item,
.training__video-wrapper {
    position: relative;
}
.workSteps__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: calc(40px + 20 * ((100vw - 320px) / 1120));
}
.workSteps-tab,
.workSteps-tab__contentContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    overflow: hidden;
}
.workSteps__tabs {
    width: 35%;
}
.workSteps__video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.workSteps__video-wrapper {
    width: 100%;
    height: calc(225px + 220 * ((100vw - 320px) / 1120));
    margin-bottom: calc(20px + 10 * ((100vw - 320px) / 1120));
    position: relative;
}
.workSteps-tab {
    width: calc((790 / 1135) * 100%);
    max-width: 63%;
    position: relative;
    display: flex;
}
.workSteps-tab__contentContainer {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.7s ease-in-out;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: all ease-in-out 0.7s;
    -o-transition: 0.7s ease-in-out;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    opacity: 0;
}
.turnkey__fieldset,
.turnkey__form {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.workSteps-tab__contentContainer.--active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: auto;
    height: auto;
    opacity: 1;
}
.--active .workSteps-tab__contentWrapper {
    opacity: 1;
}
.lamps-smallTitle {
    margin-bottom: calc(20px + 30 * ((100vw - 320px) / 1120));
}
.additionalServices-tabs {
    max-width: calc((876 / 1135) * 100%);
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: calc(20px + 15 * ((100vw - 320px) / 1120));
}
.additionalServices-tabs__slides {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.additionalServices-tabs__slide {
    text-transform: uppercase;
    font-weight: 600;
}
.additionalServices-tabs__slide * {
    font-weight: 600;
}
.additionalServices-slider {
    margin-bottom: calc(25px + 25 * ((100vw - 320px) / 1120));
}
.additionalServices-slider-slides {
    margin-bottom: calc(15px + 15 * ((100vw - 320px) / 1120));
}
.additionalServices-slider-slide {
    height: calc(200px + 120 * ((100vw - 320px) / 1120));
}
.additionalServices-tab__content {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: calc(30px + 30 * ((100vw - 320px) / 1120));
}
.additionalServices-tab__content-container {
    height: 0;
    overflow: hidden;
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out;
}
.additionalServices-tab__content-container.--active {
    height: auto;
}
.additionalServices-tab__content-contentWrapper {
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out;
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    margin-bottom: calc(70px + 70 * ((100vw - 320px) / 1120));
}
.--active .additionalServices-tab__content-contentWrapper {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.additionalServices-tab__btn {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-right: auto;
    margin-left: auto;
}
.partitions-smallTitle {
    margin-bottom: calc(10px + 15 * ((100vw - 320px) / 1120));
}
.partitions__slider {
    margin-bottom: calc(10px + 40 * ((100vw - 320px) / 1120));
}
.partitions__slide {
    width: calc(250px + 230 * ((100vw - 320px) / 1120));
    height: calc(160px + 200 * ((100vw - 320px) / 1120));
}
.partitions__content {
    margin-bottom: calc(20px + 20 * ((100vw - 320px) / 1120));
    text-align: center;
    width: 70%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.turnkey__form {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.turnkey__fieldset {
    border: none;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.turnkey__title.title {
    text-align: left;
}
.turnkey__btn {
    width: 100%;
    max-width: 250px;
}
.certificate-slider-slide {
    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;
    height: calc(215px + 160 * ((100vw - 320px) / 1120));
}
.certificate-slider-slide img {
    height: 100%;
    width: auto;
}
.bewareCounterfeits__coll mark {
    background: 0 0;
    color: #fd531b;
}
.reviews__slides {
    width: 100%;
    height: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 10px;
    margin-bottom: calc(10px + 15 * ((100vw - 320px) / 1120));
}
.reviews__slide {
    padding-top: calc(20px + 10 * ((100vw - 320px) / 1120));
    padding-right: calc(20px + 5 * ((100vw - 320px) / 1120));
    padding-bottom: calc(15px + 5 * ((100vw - 320px) / 1120));
    padding-left: calc(20px + 5 * ((100vw - 320px) / 1120));
    width: calc(250px + 215 * ((100vw - 320px) / 1120));
    min-height: calc(160px + 80 * ((100vw - 320px) / 1120));
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    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;
}
.advantagesCelling-item__img,
.advantagesCompany-item__img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.reviews__slide-content {
    margin-bottom: calc(20px + 15 * ((100vw - 320px) / 1120));
}
.reviews__slide-info {
    font-weight: 500;
    color: #fd531b;
    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%;
    height: auto;
}
.advantages-container,
.advantages__item {
    -webkit-box-pack: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.map {
    width: 100%;
    height: calc(265px + 385 * ((100vw - 320px) / 1120));
    border: none;
}
.advantages-container {
    width: calc((1300 / 1440) * 100%);
    height: auto;
    display: -ms-grid;
    display: grid;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr 1fr 0.5fr 1fr 1fr 1fr 0.5fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 0.5fr 1fr 1fr 1fr 0.5fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1.3fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1.3fr;
    grid-template-areas: ". . . a . . ." "d . b . c . e" "d . i i i . e" ". . i i i . ." "f f i i i . g" ". . i i i . ." "h . i i i . m" "h . n . o . m" ". . . p . . .";
    margin: 0 auto;
}
.advantages-item__img,
.advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative;
}
.advantages__item {
    transition: 0.47s ease-in-out;
    -webkit-transition: 0.47s ease-in-out;
    -moz-transition: 0.47s ease-in-out;
    -ms-transition: all ease-in-out 0.47s;
    -o-transition: 0.47s ease-in-out;
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
    cursor: pointer;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    text-align: center;
    font-weight: 500;
}
.advantages__item.--active,
.advantages__item:hover {
    color: #fd531b;
    -webkit-text-stroke-color: #fd531b;
}
.advantages__item.--active .advantages-item__line,
.advantages__item.--active .advantages-item__lineDot,
.advantages__item:hover .advantages-item__line,
.advantages__item:hover .advantages-item__lineDot {
    border-color: #fd531b;
}
.advantages__item.--active .advantages-item__lineDot::before,
.advantages__item:hover .advantages-item__lineDot::before {
    background: #fd531b;
    width: 80%;
    height: 80%;
}
.ceilings.swiper-container-autoheight .swiper-slide.stretchCeiling__slide,
.ceilings__category.swiper-container-autoheight .swiper-slide.stretchCeiling__slide {
    height: calc(200px + 160 * ((100vw - 320px) / 1120));
}
.advantages-item:nth-child(1),
.advantagesCompany-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    grid-area: a;
}
.advantagesCompany-container > .advantages-item:nth-child(1),
.advantagesCompany-container > .advantagesCompany-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 5;
}
.advantages-item:nth-child(1) .advantages-item__line {
    top: 135%;
    height: calc(100px + 250 * ((100vw - 320px) / 1120));
    width: 0;
}
.advantages-item:nth-child(2),
.advantagesCompany-item:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    grid-area: b;
}
.advantagesCompany-container > .advantages-item:nth-child(2),
.advantagesCompany-container > .advantagesCompany-item:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 5;
}
.advantages-item:nth-child(2) .advantages-item__line {
    top: 125%;
    height: calc(100px + 250 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantages-item:nth-child(3),
.advantagesCompany-item:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
    grid-area: c;
}
.advantagesCompany-container > .advantages-item:nth-child(3),
.advantagesCompany-container > .advantagesCompany-item:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 13;
    -ms-grid-column-span: 5;
}
.advantages-item:nth-child(3) .advantages-item__line {
    top: 125%;
    height: calc(100px + 250 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantages-item:nth-child(4),
.advantagesCompany-item:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: d;
}
.advantagesCompany-container > .advantages-item:nth-child(4),
.advantagesCompany-container > .advantagesCompany-item:nth-child(4) {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    -ms-grid-column: 19;
    -ms-grid-column-span: 3;
}
.advantages-item:nth-child(4) .advantages-item__line {
    top: 135%;
    height: calc(200px + 250 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(-72.5deg);
    -ms-transform: rotate(-72.5deg);
    transform: rotate(-72.5deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantages-item:nth-child(5),
.advantagesCompany-item:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 7;
    grid-area: e;
}
.advantagesCompany-container > .advantages-item:nth-child(5),
.advantagesCompany-container > .advantagesCompany-item:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 17;
    -ms-grid-column-span: 3;
}
.advantages-item:nth-child(5) .advantages-item__line {
    top: 135%;
    height: calc(200px + 300 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(72.5deg);
    -ms-transform: rotate(72.5deg);
    transform: rotate(72.5deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantages-item:nth-child(6),
.advantagesCompany-item:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: f;
}
.advantagesCompany-container > .advantages-item:nth-child(6),
.advantagesCompany-container > .advantagesCompany-item:nth-child(6) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
}
.advantages-item:nth-child(6) .advantages-item__line {
    top: 50%;
    height: calc(250px + 250 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    left: 125%;
}
.advantages-item:nth-child(7),
.advantagesCompany-item:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
    grid-area: g;
}
.advantagesCompany-container > .advantages-item:nth-child(7),
.advantagesCompany-container > .advantagesCompany-item:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
}
.advantages-item:nth-child(7) .advantages-item__line {
    top: 50%;
    height: calc(250px + 250 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    left: auto;
    right: 120%;
}
.advantages-item:nth-child(8),
.advantagesCompany-item:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: h;
}
.advantagesCompany-container > .advantages-item:nth-child(8),
.advantagesCompany-container > .advantagesCompany-item:nth-child(8) {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
}
.advantages-item:nth-child(8) .advantages-item__line {
    top: -10%;
    height: calc(250px + 200 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(-109deg);
    -ms-transform: rotate(-109deg);
    transform: rotate(-109deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantages-item:nth-child(9),
.advantagesCompany-item:nth-child(12) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 2;
    -ms-grid-column: 7;
    grid-area: m;
}
.advantagesCompany-container > .advantages-item:nth-child(9),
.advantagesCompany-container > .advantagesCompany-item:nth-child(12) {
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    -ms-grid-column: 17;
    -ms-grid-column-span: 3;
}
.advantages-item:nth-child(9) .advantages-item__line {
    top: -20%;
    height: calc(250px + 200 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(109deg);
    -ms-transform: rotate(109deg);
    transform: rotate(109deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantages-item:nth-child(10),
.advantagesCompany-item:nth-child(13) {
    -ms-grid-row: 8;
    -ms-grid-column: 3;
    grid-area: n;
}
.advantagesCompany-container > .advantages-item:nth-child(10),
.advantagesCompany-container > .advantagesCompany-item:nth-child(13) {
    -ms-grid-row: 13;
    -ms-grid-column: 13;
    -ms-grid-column-span: 5;
}
.advantages-item:nth-child(10) .advantages-item__line {
    top: -20%;
    height: calc(250px + 200 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantages-item:nth-child(11),
.advantagesCompany-item:nth-child(14) {
    -ms-grid-row: 8;
    -ms-grid-column: 5;
    grid-area: o;
}
.advantagesCompany-container > .advantages-item:nth-child(11),
.advantagesCompany-container > .advantagesCompany-item:nth-child(14) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
}
.advantages-item:nth-child(11) .advantages-item__line {
    top: -20%;
    height: calc(250px + 200 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantages-item:nth-child(12) {
    -ms-grid-row: 9;
    -ms-grid-column: 4;
    grid-area: p;
}
.advantages-item:nth-child(12) .advantages-item__line {
    top: -20%;
    height: calc(250px + 200 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantages-item:nth-child(13),
.advantagesCompany-item:nth-child(15) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-area: i;
}
.advantagesCompany-container > .advantages-item:nth-child(13),
.advantagesCompany-container > .advantagesCompany-item:nth-child(15) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 5;
    -ms-grid-column: 9;
    -ms-grid-column-span: 5;
}
.advantages-item__img {
    min-width: calc(250px + 150 * ((100vw - 320px) / 1120));
    width: calc(250px + 200 * ((100vw - 320px) / 1120));
    height: calc(250px + 200 * ((100vw - 320px) / 1120));
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    overflow: hidden;
}
.advantages-item__imgWrap {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 72%;
    height: 72%;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.advantages-item__imgWrap img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out;
    -webkit-transform: scale(0) translate(0, 0);
    -ms-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
}
.advantages-item__imgWrap img.--visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
}
.advantages-item__line {
    transition: 0.35s ease-in-out 0.25s;
    -webkit-transition: 0.35s ease-in-out 0.25s;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out 0.25s;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    position: absolute;
    border: 2px dashed #a3a3a3;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
}
.animated > .advantages-item__line {
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.advantages-item__lineDot {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    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: calc(15px + 5 * ((100vw - 320px) / 1120));
    min-width: calc(15px + 5 * ((100vw - 320px) / 1120));
    height: calc(15px + 5 * ((100vw - 320px) / 1120));
    border: 2px solid transparent;
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out;
    z-index: 2;
}
.advantages-item__lineDot::before {
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    content: "";
    display: block;
    width: 70%;
    height: 70%;
    background: #a3a3a3;
}
.advantagesCompany-item:nth-child(1) .advantages-item__line {
    top: 185%;
    height: calc(200px + 150 * ((100vw - 320px) / 1120));
    width: 0;
}
.advantagesCompany-item:nth-child(2) .advantages-item__line {
    top: 165%;
    height: calc(200px + 150 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantagesCompany-item:nth-child(3) .advantages-item__line {
    top: 155%;
    height: calc(200px + 150 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantagesCompany-item:nth-child(4) .advantages-item__line {
    top: 50%;
    right: 105%;
    left: auto;
    height: calc(200px + 250 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantagesCompany-item:nth-child(5) .advantages-item__line {
    top: 135%;
    height: calc(200px + 250 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    transform: rotate(70deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantagesCompany-item:nth-child(6) .advantages-item__line {
    top: 135%;
    height: calc(200px + 250 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(-80deg);
    -ms-transform: rotate(-80deg);
    transform: rotate(-80deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantagesCompany-item:nth-child(7) .advantages-item__line {
    top: 135%;
    height: calc(200px + 250 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(-70deg);
    -ms-transform: rotate(-70deg);
    transform: rotate(-70deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantagesCompany-item:nth-child(8) .advantages-item__line {
    top: 50%;
    left: 120%;
    height: calc(200px + 200 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantagesCompany-item:nth-child(9) {
    -ms-grid-row: 17;
    -ms-grid-column: 9;
    -ms-grid-column-span: 5;
    grid-area: j;
}
.advantagesCompany-item:nth-child(9) .advantages-item__line {
    top: -50%;
    right: 50%;
    left: auto;
    height: calc(200px + 200 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantagesCompany-item:nth-child(10) {
    -ms-grid-row: 7;
    -ms-grid-column: 17;
    -ms-grid-column-span: 3;
    grid-area: k;
}
.advantagesCompany-item:nth-child(10) .advantages-item__line {
    top: 135%;
    height: calc(200px + 250 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantagesCompany-item:nth-child(11) {
    -ms-grid-row: 13;
    -ms-grid-column: 5;
    -ms-grid-column-span: 5;
    grid-area: l;
}
.advantagesCompany-item:nth-child(11) .advantages-item__line {
    top: -30%;
    height: calc(200px + 250 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(230deg);
    -ms-transform: rotate(230deg);
    transform: rotate(230deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantagesCompany-item:nth-child(12) .advantages-item__line {
    top: -30%;
    height: calc(200px + 200 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(-255deg);
    -ms-transform: rotate(-255deg);
    transform: rotate(-255deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantagesCompany-item:nth-child(13) .advantages-item__line {
    top: -35%;
    height: calc(200px + 200 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(-230deg);
    -ms-transform: rotate(-230deg);
    transform: rotate(-230deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantagesCompany-item:nth-child(14) .advantages-item__line {
    top: -30%;
    height: calc(250px + 250 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(255deg);
    -ms-transform: rotate(255deg);
    transform: rotate(255deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantagesCompany-item:nth-child(16) {
    grid-area: q;
}
.advantagesCompany-item:nth-child(16) .advantages-item__line {
    top: -30%;
    height: calc(200px + 100 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantagesCompany-item:nth-child(17) {
    grid-area: r;
}
.advantagesCompany-item:nth-child(17) .advantages-item__line {
    top: -30%;
    height: calc(200px + 100 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(205deg);
    -ms-transform: rotate(205deg);
    transform: rotate(205deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantagesCompany-item:nth-child(18) {
    grid-area: s;
}
.advantagesCompany-item:nth-child(18) .advantages-item__line {
    top: -30%;
    height: calc(200px + 100 * ((100vw - 320px) / 1120));
    width: 0;
    -webkit-transform: rotate(-205deg);
    -ms-transform: rotate(-205deg);
    transform: rotate(-205deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.advantagesCompany-item__imgWrap,
.advantagesCompany-item__imgWrap img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.gifts__title {
    text-transform: uppercase;
    display: none;
}
.gifts__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
}
.gifts__img {
    min-height: calc(100px + 135 * ((100vw - 320px) / 1120));
}
.gifts__note {
    margin-bottom: calc(15px + 15 * ((100vw - 320px) / 1120));
    font-weight: 500;
}
.si-close-button {
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out;
    top: 10px;
    right: 10px;
}
.si-content-wrapper {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding-top: calc(10px + 5 * ((100vw - 320px) / 1120));
    padding-right: calc(15px + 5 * ((100vw - 320px) / 1120));
    padding-bottom: calc(10px + 5 * ((100vw - 320px) / 1120));
    padding-left: calc(15px + 5 * ((100vw - 320px) / 1120));
}
.map__popup-title {
    color: #fd531b;
    font-weight: 500;
    margin-bottom: 5px;
}
.map__popup-img {
    width: 100%;
    height: calc(100px + 65 * ((100vw - 320px) / 1120));
    margin-bottom: 10px;
}
.map__popup-content {
    margin-bottom: calc(10px + 5 * ((100vw - 320px) / 1120));
}
.map__popup-content-wrap {
    width: 100%;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.loader-item,
.preloader {
    display: -webkit-box;
    display: -ms-flexbox;
}
.map__popup-content-title {
    font-weight: 500;
    margin-bottom: 5px;
}
.developer__logo {
    width: 100px;
    height: 20px;
    margin-left: 5px;
    position: relative;
}
.developer__logo svg,
.developer__logo svg path {
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out;
}
.developer__logo svg .cls-1,
.developer__logo svg .cls-2,
.developer__logo svg .cls-3,
.developer__logo svg .cls-4,
.developer__logo svg .cls-5 {
    fill: #b0b1b1;
}
.developer__logo:hover svg .cls-3 {
    fill: #c0312c;
}
.developer__logo-img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out;
}
.developer__logo-img.img__alt {
    opacity: 0;
}
.developer__logo-img:hover.img__alt {
    opacity: 1;
}
.developer__logo-img:hover.img__main {
    opacity: 0;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
    background: #111;
    width: 100vw;
    height: 100vh;
    transition: 0.47s ease-in-out;
    -webkit-transition: 0.47s ease-in-out;
    -moz-transition: 0.47s ease-in-out;
    -ms-transition: all ease-in-out 0.47s;
    -o-transition: 0.47s ease-in-out;
}
.loaded__hiding .preloader {
    opacity: 0;
    pointer-events: none;
}
.loader-item {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 80px;
    height: 80px;
}
.showrooms,
.showrooms__item {
    display: -webkit-box;
    display: -ms-flexbox;
}
.loader-item div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 10px;
    background: #fff;
    -webkit-animation: 1s cubic-bezier(0, 0.5, 1, 1.5) infinite loader-item;
    animation: 1s cubic-bezier(0, 0.5, 1, 1.5) infinite loader-item;
}
.loader-item div:nth-child(1) {
    left: 8px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.loader-item div:nth-child(2) {
    left: 32px;
    -webkit-animation-delay: 0.12s;
    animation-delay: 0.12s;
}
.loader-item div:nth-child(3) {
    left: 56px;
    -webkit-animation-delay: 0.24s;
    animation-delay: 0.24s;
}
.showrooms {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin: calc(-10px + -10 * ((100vw - 320px) / 1120));
    margin-bottom: calc(15px + 5 * ((100vw - 320px) / 1120));
}
.showrooms__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    width: auto;
    height: auto;
    margin: calc(10px + 10 * ((100vw - 320px) / 1120));
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.showrooms__item-title {
    color: #fd531b;
    font-weight: 500;
    margin-bottom: 10px;
}
.showrooms__item-addressTitle {
    font-weight: 500;
    margin-bottom: 5px;
}
.showrooms__item-address,
.showrooms__item-address * {
    font-style: normal;
}
.ceilings__category {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.ceilings__category.swiper-container {
    overflow: hidden;
}
.ceilings__category-container {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: calc(25px + -5 * ((100vw - 320px) / 1120));
}
.ceilings__category-wrapper {
    width: 100%;
}
.ceilings__category-slide {
    width: auto;
    min-width: auto;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    transition: 0.55s ease-in-out;
    -webkit-transition: 0.55s ease-in-out;
    -moz-transition: 0.55s ease-in-out;
    -ms-transition: all ease-in-out 0.55s;
    -o-transition: 0.55s ease-in-out;
}
.ceilings__category-slide * {
    font-weight: 500;
}
.ceilings__category-slide::before {
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: all ease-in-out 0.35s;
    -o-transition: 0.35s ease-in-out;
    width: 0%;
    height: 3px;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    background: #fd531b;
}
.ceilings__category-slide.swiper-slide-prev {
    opacity: 0;
}
.ceilings__category-slide.swiper-slide-active::before {
    width: 100%;
}
.ceilings__category-new {
    color: #fd531b;
    margin-right: 5px;
}
.ceilings-slide__btn,
.ceilings-slide__content {
    margin-right: auto;
    margin-left: auto;
    -ms-grid-column-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    transition: 358ms ease-in-out 0.5s;
    opacity: 0;
}
.ceilings-slide {
    width: 100%;
    height: auto;
    pointer-events: none;
    z-index: -1;
}
.ceilings-slide.swiper-slide-active {
    pointer-events: all;
    z-index: 1;
}
.ceilings-slide__content {
    width: 80%;
    justify-self: center;
    -ms-flex-item-align: center;
    text-align: center;
    margin-bottom: calc(20px + 15 * ((100vw - 320px) / 1120));
    -webkit-transition: 358ms ease-in-out 0.5s;
    -moz-transition: 358ms ease-in-out 0.5s;
    -ms-transition: all 358ms ease-in-out 0.5s;
    -o-transition: 358ms ease-in-out 0.5s;
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
}
.swiper-slide-active > .ceilings-slide__content {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.ceilings-slide__btn {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    justify-self: center;
    -ms-flex-item-align: center;
    -webkit-transition: 358ms ease-in-out 0.5s;
    -moz-transition: 358ms ease-in-out 0.5s;
    -ms-transition: all 358ms ease-in-out 0.5s;
    -o-transition: 358ms ease-in-out 0.5s;
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
}
.ceilings-slide.swiper-slide-active .stretchCeiling__slider,
.swiper-slide-active > .ceilings-slide__btn {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.ceilings-slide .stretchCeiling__slider {
    transition: 358ms ease-in-out 0.5s;
    -webkit-transition: 358ms ease-in-out 0.5s;
    -moz-transition: 358ms ease-in-out 0.5s;
    -ms-transition: all 358ms ease-in-out 0.5s;
    -o-transition: 358ms ease-in-out 0.5s;
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    opacity: 0;
}
.ceilings-container {
    margin-bottom: calc(80px + 40 * ((100vw - 320px) / 1120));
}

/* change */

.category-toggle {
    margin-bottom: 30px;
    display: flex;
  justify-content: center;
    gap: 31px;
  }

  .category-button {
    margin-right: 10px;
    color: #4C5056;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: none;
    border-bottom: 1.5px solid #B4B4B4;
    padding: 10px 0;
    transition: 0.5s;
  }

  .items .item {
    display: none;
  }

  .items .item.show {
    display: block;
  }

  .good-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }

  .good-items .item{
    border-radius: 20px;
    border: 1px solid #E1E1E1;
  }

  .good-items img{
padding: 0 20px;
margin: 0 auto;
    display: block;
  }

  .good-items .item-info{
    background: #F5F5F5;
    padding: 15px 20px;
    border-radius: 0 0 20px 20px;
    height: 88px;
  }

  .good-items .item-info span:first-child{
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .good-items .item-info span:last-child{
    color: #FD531B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 5px;
  }

  .category-button.active, .category-button:hover{
    color: #111;
    border-bottom: 1.5px solid #FD531B;
    transition: 0.5s;
  }



.catalog-title{
    visibility: visible;
    text-align: center !important;
    margin-top: 41px !important;
}

.catalog-block{
    margin: 0 auto;
}
.to-catalog.btn{
    margin: 0 auto;
    margin-bottom: 40px;
}

.room-toggle{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}

.room-button{
    background: #E1E1E1;
    padding: 10px 20px;
    color: #4C5056;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-right: 1px solid #D5D5D5;
    position: relative;
    z-index: 100;
}

.room-button:last-child{
    border-right: none;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.room-button:first-child{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.room-button:hover::after, .room-button.active::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    border-radius: 30px;
    z-index: -1;
}
.room-button:hover, .room-button.active{
    border: none;
    color: #111;
}

.main-image img {
    max-width: 100%;
    height: auto;
}

.thumbnail-container {
    display: flex;
    flex-direction: column;
    margin-left: 20px; /* Отступ сбоку от основной картинки */
}

.thumbnail img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

.full-image-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.full-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;

}

.image-block{
    width: 400px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.close-button {
    position: absolute;
    top: 0px;
    right: -40px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    background: #6C6C6C;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.work-items .item{
    position: relative;

}

.work-items .thumbnail{
    width: 60px;
    height: 45px;
    position: relative;
    cursor: pointer;
}

.work-items .thumbnail img{
    width: 60px;
    height: 45px;
    border-radius: 5px;

}

.work-items .main-image{
    width: 100%;
    height: 250px;
}

.work-items .main-image img{
    cursor: pointer;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 15px 15px 0 0;
}

.work-items .thumbnail-container{
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 5px;
    gap: 5px;
    right: 15px;
    top: 28px;
    margin-left: 0;
}

.work-items .thumbnail::before{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    content: "";
    display: block;
    top: 0;
    left: 0;
    background: linear-gradient(271deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.48) 100%), url(<path-to-image>), lightgray 50% / cover no-repeat;
    border: 1px solid #B4B4B4;
    opacity: 0.7;
}

.work-items .thumbnail.active::before{
    display: none;
}

.work-items .thumbnail.active img{
    border: 1px solid rgba(253, 83, 27, 0.80);
}

.work-items .item-content{
    background: #fff;
    border-radius: 0 0 15px 15px;
    padding: 20px;
}
.work-items .item-content > span{
    color: #111;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
margin-bottom: 10px;
display: block;
}

.work-items .item-info{
    display: grid;
    grid-template-columns: 1fr 1fr;

    row-gap: 5px;
}

.work-items .item-info span{
    color: #4C5056;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 0%;
display: flex;
    gap: 5px;
    align-items: flex-start;
    line-height: 1em;
}

.work-items .item-info strong{
    color: #4C5056;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
white-space: nowrap;
}

.works{
    background: #F5F5F5;
    padding: 50px 0;
}

.modal__message-title {
    font-weight: 500;
    margin-bottom: calc(15px + 5 * ((100vw - 320px) / 1120));
    border-bottom: 1.5px solid #FD531B;
    padding-bottom: 10px;
}

@media only screen and (max-width: 1024px){
    .good-items{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .category-toggle {

        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }


}



@media only screen and (max-width: 830px){
    .good-items{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .category-toggle {

        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .work-items {
        grid-template-columns: 1fr;
    }

    .room-toggle {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .room-button{
        border-radius: 0!important;
    }
}

@media only screen and (max-width: 600px){
    .good-items{
        display: grid;
        grid-template-columns: 1fr;
    }

    .category-toggle {

        display: grid;
        grid-template-columns: 1fr;
    }
    .modal .quiz-item {
        display: flex;
        align-items: center;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0 2px;
        margin-bottom: 0;
        flex-direction: column;
        max-width: 94px;
        text-align: center;
    }
    }




  /* change */
@media only screen and (min-width: 600px) {
    .header-contacts__icon {
        display: none;
    }
}
@media only screen and (min-width: 800px) {
    .aboutText__coll,
    .bewareCounterfeits__coll,
    .coll,
    .trainingText__coll {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
        flex: 1 1 45%;
    }
    .additionalServices-tabs,
    .stretchCeiling-tabs {
        width: 100%;
    }
}
@media only screen and (min-width: 1024px) {
    .menu-item:hover .arrow--menu::before {
        left: -2.7px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-item:hover .arrow--menu::after {
        left: 2.7px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .menu-item:hover .menu-dropdown {
        opacity: 1;
        pointer-events: all;
        visibility: visible;
    }
}
@media only screen and (min-width: 1135px) {
    .wrapper {
        width: 100%;
        max-width: 1135px;
    }
}
@media only screen and (min-width: 1152px) {
    .quiz-question__progress-wrapper {
        margin-bottom: 1.38889vw;
    }
    .quiz-question__variants-title {
    }
    .quiz-question__variants-itemImage {
        height: 13vw;
    }
}
@media (min-width: 2560px) {
    .t1,
    h1 {
        font-size: 45px;
    }
    .t2,
    .title,
    h2 {
        font-size: 32px;
    }
    .modal__message-title,
    .section__quiz-title,
    .t3,
    h3 {
        font-size: 27px;
    }
    .aboutText__coll h1,
    .aboutText__coll h2,
    .aboutText__coll h3,
    .aboutText__coll h4,
    .aboutText__coll h5,
    .aboutText__coll h6,
    .modal__form-title,
    .modal__message-subtitle,
    .quiz-question__progress-title,
    .smallTitle,
    .t4,
    h4 {
        font-size: 23px;
    }
    .accordion-item__title,
    .custom-select__trigger,
    .mounting__content-item,
    .quiz-question__variants-title,
    .t5,
    h5 {
        font-size: 20px;
    }
    .advantages__item,
    .advantages__item *,
    .footer-contacts__itemContent,
    .footer-contacts__itemContent *,
    .footer__subscribe-btn.btn,
    .gift__banner-subtitle,
    .header-logo__title,
    .reviews__slide-content,
    .reviews__slide-content p,
    .t6,
    .top__video-controlTitle,
    h6 {
        font-size: 16px;
    }
    .article__grid-title,
    .category-tabs__slide,
    .category-tabs__slide *,
    .ceilings__category-slide,
    .ceilings__category-slide *,
    .custom-option,
    .footer-contacts__itemTitle,
    .gift__banner-title,
    .header-contacts__item *,
    .map__popup-title,
    .modal__form-subtitle,
    .mounting__text h1,
    .mounting__text h2,
    .mounting__text h3,
    .mounting__text h4,
    .mounting__text h5,
    .mounting__text h6,
    .ourWorks-slide__title,
    .p,
    .quiz-question__variants-itemTitle,
    .reviews__slide-info,
    .reviews__slide-infoItem,
    .showrooms__item-address,
    .showrooms__item-address *,
    .showrooms__item-title,
    .showrooms__item-workTime,
    .training-tab__contentText p,
    .workSteps-tab__contentText p,
    a,
    button,
    input,
    input[type="button"],
    input[type="submit"],
    label,
    li,
    p,
    textarea {
        font-size: 18px;
    }
    .modal__form,
    .modal__message {
        padding: 25px;
    }
    .modal__form-content {
        padding: 70px 100px 25px;
    }
    .modal__form-title {
        top: 50px;
    }
    .modal__form-subtitle,
    .mounting__content-item,
    .partitions-smallTitle,
    .reviews__slides,
    .slider-slides,
    .turnkey__input {
        margin-bottom: 25px;
    }
    .modal__form-inputs {
        margin-bottom: 30px;
    }
    .modal__form-input,
    .modal__message-title {
        margin-bottom: 20px;
    }
    .modal__message-content {
        padding: 50px;
    }
    .player__control-icon {
        width: 80px;
        height: 80px;
    }
    .top__video-wrapper {
        width: 140px;
        height: 405px;
    }
    .section,
    .section__quiz {
        padding-top: 100px;
    }
    .section__quiz {
        padding-bottom: 40px;
    }
    .aboutText__coll h1,
    .aboutText__coll h2,
    .aboutText__coll h3,
    .aboutText__coll h4,
    .aboutText__coll h5,
    .aboutText__coll h6,
    .additionalServices-slider-slides,
    .gifts__note,
    .mounting__content-list,
    .ourWorks-slide__title,
    .section__bewareCounterfeits-title.title,
    .section__map-title.title,
    .section__quiz-title,
    .section__reviews-title.title {
        margin-bottom: 30px;
    }
    .aboutText__coll p,
    .ceilings__category-container,
    .footer-contacts__item,
    .mounting__text p,
    .ourWorks-slide__descriptionList,
    .quiz-question__input,
    .section__advantages-title.title,
    .section__freeSize-title.title,
    .section__help-title.title,
    .section__questions-title.title,
    .turnkey__title.title {
        margin-bottom: 20px;
    }
    .section__compare,
    .section__stretchCeiling {
        padding-bottom: 80px;
    }
    .section__banner-img {
        height: 520px;
    }
    .section__advantages,
    .section__freeSize,
    .section__help,
    .section__questions,
    .section__turnkey {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section__ourWorks-smallTitle {
        -webkit-margin-after: 35px;
        margin-block-end: 35px;
    }
    .section__additionalServices,
    .section__training,
    .section__videReviews,
    .section__workSteps {
        padding-bottom: 120px;
    }
    .sales__img {
        width: 125px;
        height: 125px;
    }
    .gift__banner {
        padding: 20px;
        margin-bottom: 65px;
    }
    .gift__banner-text {
        margin-right: 40px;
    }
    .gift__banner-title {
        margin-bottom: 10px;
    }
    .gift__banner-img {
        width: 60px;
        height: 55px;
    }
    .header-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .header-logo {
        width: 305px;
        height: 30px;
    }
    .header-logo__img {
        max-width: 150px;
        min-width: 150px;
        width: 150px;
        margin-right: 13px;
    }
    .header-logo__title {
        font-size: 12px;
    }
    .header-contacts__item {
        font-size: 14px;
    }
    .header-contacts__number {
        margin-right: 5px;
    }
    .menu-item {
        margin-right: 10px;
    }
    .menu-dropdown {
        width: 450px;
    }
    .additionalServices-tabs,
    .stretchCeiling-tab__content,
    .stretchCeiling-tabs {
        margin-bottom: 35px;
    }
    .mounting__content-wrapper,
    .partitions__content,
    .stretchCeiling__slider,
    .subtitle {
        margin-bottom: 40px;
    }
    .stretchCeiling__slide {
        width: 480px;
        height: 360px;
    }
    .footer {
        padding-top: 70px;
        padding-bottom: 20px;
    }
    .footer-wrapper__top {
        padding-bottom: 75px;
    }
    .footer-wrapper__bottom {
        padding-top: 20px;
    }
    .footer-logo {
        width: 200px;
        min-width: 200px;
    }
    .footer-logo__img {
        height: 40px;
        margin-bottom: 25px;
    }
    .footer__subscribe-input {
        height: 45px;
    }
    .btn,
    input,
    textarea {
        height: 55px;
    }
    .custom__tab {
        margin-bottom: 15px;
    }
    .custom__tab::before {
        width: 24px;
        min-width: 24px;
        height: 8px;
        margin-right: 16px;
    }
    .btn {
        min-width: 150px;
    }
    .quiz-question__list {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .quiz-question__list-item {
        padding: 7px 25px;
    }
    .quiz-question__progress-wrapper {
        margin-bottom: 35px;
        padding-left: 20px;
    }
    .quiz-question__variants {
        padding: 30px 50px 20px 20px;
    }
    .quiz-question__variants-list {
        margin: -15px -7.5px;
        padding-left: 20px;
    }
    .quiz-question__variants-title {
        margin-bottom: 45px;
        padding-left: 20px;
    }
    .quiz-question__variants-itemContainer {
        width: 240px;
        margin: 15px 7.5px;
    }
    .quiz-question__variants-itemTitle {
        margin-bottom: 15px;
    }
    .quiz-question__variants-itemImage {
        height: 120px;
    }
    .quiz-question__btns {
        margin-top: 30px;
    }
    .about__row,
    .additionalServices-slider,
    .lamps-smallTitle,
    .partitions__slider,
    .title {
        margin-bottom: 50px;
    }
    .slider-control__item {
        width: 30px;
        min-width: 30px;
        height: 30px;
    }
    .slider-control__item::before {
        width: 12px;
        min-width: 12px;
        height: 7px;
    }
    .slider-control__item:nth-child(1) {
        margin-right: 15px;
    }
    .compare__item {
        min-height: 50px;
    }
    .compare__item-label {
        right: 20px;
    }
    .compare__item-icon {
        left: 20px;
    }
    .mounting__img-container {
        height: 430px;
    }
    .mounting__content-item::before {
        width: 24px;
        min-width: 24px;
        height: 8px;
        margin-right: 16px;
    }
    .mounting__text ul {
        padding-left: 50px;
    }
    .additionalServices-tab__content,
    .ourWorks-slider,
    .ourWorks-thumbsSlider-container,
    .trainingText__row,
    .workSteps__container {
        margin-bottom: 60px;
    }
    .ourWorks-slide {
        grid-column-gap: 30px;
    }
    .ourWorks-slide__thumbs,
    .ourWorks-thumbsSlider-control__prev {
        margin-right: 25px;
    }
    .ourWorks-slide__thumbImg {
        width: 125px;
        min-width: 125px;
        height: 80px;
        margin-bottom: 15px;
    }
    .ourWorks-slide__currentImg {
        height: 425px;
    }
    .map__popup-content,
    .ourWorks-slide__descriptionList-item {
        margin-bottom: 15px;
    }
    .ourWorks-thumbsSlide {
        width: 235px;
        height: 115px;
    }
    .ourWorks-thumbsSlider-control__next {
        margin-left: 25px;
    }
    .article__grid {
        margin: -10px -10px 40px;
    }
    .article__grid-item {
        margin: 10px;
    }
    .videReviews__slide {
        width: 525px;
        height: 340px;
    }
    .youtubeVideo__control {
        width: 75px;
        height: 75px;
    }
    .training__video-wrapper,
    .workSteps__video-wrapper {
        height: 445px;
        margin-bottom: 30px;
    }
    .additionalServices-slider-slide {
        height: 320px;
    }
    .additionalServices-tab__content-contentWrapper {
        margin-bottom: 140px;
    }
    .partitions__slide {
        width: 480px;
        height: 360px;
    }
    .certificate-slider-slide {
        height: 375px;
    }
    .reviews__slide {
        padding: 30px 25px 20px;
        width: 465px;
        min-height: 240px;
    }
    .ceilings-slide__content,
    .reviews__slide-content {
        margin-bottom: 35px;
    }
    .map {
        height: 650px;
    }
    .advantages-item:nth-child(1) .advantages-item__line,
    .advantages-item:nth-child(2) .advantages-item__line,
    .advantages-item:nth-child(3) .advantages-item__line,
    .advantagesCompany-item:nth-child(1) .advantages-item__line,
    .advantagesCompany-item:nth-child(2) .advantages-item__line,
    .advantagesCompany-item:nth-child(3) .advantages-item__line {
        height: 350px;
    }
    .advantages-item:nth-child(10) .advantages-item__line,
    .advantages-item:nth-child(11) .advantages-item__line,
    .advantages-item:nth-child(12) .advantages-item__line,
    .advantages-item:nth-child(4) .advantages-item__line,
    .advantages-item:nth-child(8) .advantages-item__line,
    .advantages-item:nth-child(9) .advantages-item__line,
    .advantagesCompany-item:nth-child(10) .advantages-item__line,
    .advantagesCompany-item:nth-child(11) .advantages-item__line,
    .advantagesCompany-item:nth-child(4) .advantages-item__line,
    .advantagesCompany-item:nth-child(5) .advantages-item__line,
    .advantagesCompany-item:nth-child(6) .advantages-item__line,
    .advantagesCompany-item:nth-child(7) .advantages-item__line {
        height: 450px;
    }
    .advantages-item:nth-child(5) .advantages-item__line,
    .advantages-item:nth-child(6) .advantages-item__line,
    .advantages-item:nth-child(7) .advantages-item__line,
    .advantagesCompany-item:nth-child(14) .advantages-item__line {
        height: 500px;
    }
    .advantages-item__img {
        min-width: 400px;
        width: 450px;
        height: 450px;
    }
    .advantages-item__lineDot {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }
    .advantagesCompany-item:nth-child(12) .advantages-item__line,
    .advantagesCompany-item:nth-child(13) .advantages-item__line,
    .advantagesCompany-item:nth-child(8) .advantages-item__line,
    .advantagesCompany-item:nth-child(9) .advantages-item__line {
        height: 400px;
    }
    .advantagesCompany-item:nth-child(16) .advantages-item__line,
    .advantagesCompany-item:nth-child(17) .advantages-item__line,
    .advantagesCompany-item:nth-child(18) .advantages-item__line {
        height: 300px;
    }
    .gifts__img {
        min-height: 235px;
    }
    .si-content-wrapper {
        padding: 15px 20px;
    }
    .map__popup-img {
        height: 165px;
    }
    .showrooms {
        margin: -20px -20px 20px;
    }
    .showrooms__item {
        margin: 20px;
    }
    .ceilings.swiper-container-autoheight .swiper-slide.stretchCeiling__slide,
    .ceilings__category.swiper-container-autoheight .swiper-slide.stretchCeiling__slide {
        height: 360px;
    }
    .ceilings-container {
        margin-bottom: 120px;
    }
}
@media only screen and (max-width: 1920px) {
    .wrapper {
        max-width: 1440px;
    }
}
@media only screen and (max-width: 1440px) {
    .wrapper {
        max-width: 1135px;
    }
}
@media only screen and (max-width: 1152px) {
    .menu,
    .menu-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
    .burger__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .menu-nav {
        width: calc(300px + 0 * ((100vw - 320px) / 1120));
        position: fixed;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background: #111;
        top: 0;
        left: 0;
        height: 100vh;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
        padding: 80px 40px 40px;
    }
    .menu-nav:not(.--show) {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    .menu-nav.--show {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition-delay: 0;
        -o-transition-delay: 0;
        transition-delay: 0;
    }
    .menu {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 25px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 1024px) {
    html::-webkit-scrollbar {
        display: none;
        cursor: pointer;
        width: 0;
        background: 0 0;
    }
    html::-webkit-scrollbar-thumb {
        display: none;
        width: 0;
        background: 0 0;
        border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        -ms-border-radius: 0.5rem;
        -o-border-radius: 0.5rem;
    }
    html::-webkit-scrollbar-thumb:hover {
        background: 0 0;
    }
    .wrapper {
        width: calc(100% - 55px);
    }
    .menu-item {
        width: 100%;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        opacity: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .menu-item.--open {
        background: #474747;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        z-index: 5;
    }
    .menu-item.--open .arrow--menu::before {
        left: -2.7px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-item.--open .arrow--menu::after {
        left: 2.7px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .menu-item.--open .menu-dropdown {
        opacity: 1;
        pointer-events: all;
        visibility: visible;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
    .menu-item:not(.menu-item:hover) {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }
    .--show .menu-item {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .--show .menu-item:nth-child(1) {
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    .--show .menu-item:nth-child(2) {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .--show .menu-item:nth-child(3) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .--show .menu-item:nth-child(4) {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    .--show .menu-item:nth-child(5) {
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }
    .--show .menu-item:nth-child(6) {
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }
    .--show .menu-item:nth-child(7) {
        -webkit-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }
    .--show .menu-item:nth-child(8) {
        -webkit-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }
    .--show .menu-item:nth-child(9) {
        -webkit-transition-delay: 0.9s;
        -o-transition-delay: 0.9s;
        transition-delay: 0.9s;
    }
    .menu-link {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .menu-dropdown {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }
    .quiz-question__variants-list {
        grid-template-columns: 1fr 1fr;
    }
    .quiz-question__variants-itemImage {
        height: 200px;
    }
    .quiz-question__variants-title {
        max-width: 400px;
    }
}
@media only screen and (max-width: 900px) and (orientation: landscape) {
    .category-tabs__slides {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .stretchCeiling-tabs {
        max-width: 100%;
    }
    .footer-wrapper__top {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin: -15px auto;
    }
    .footer-wrapper__top > * {
        margin: 15px 0;
    }
    .footer-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .custom__tabs {
        width: 100%;
        margin-bottom: 20px;
    }
    .ourWorks-slide__images {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 20px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .ourWorks-slide__thumbs {
        margin-right: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .ourWorks-slide__thumbImg {
        margin-bottom: 0;
        margin-right: 15px;
    }
    .ourWorks-slide__thumbImg:last-child {
        margin-right: 0;
    }
    .ourWorks-slide__currentImg {
        margin-bottom: 25px;
    }
    .training__container,
    .workSteps__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .training-tab,
    .workSteps-tab {
        width: 100%;
        max-width: 100%;
    }
    .turnkey__form {
        width: 100%;
    }

}

@media (max-width: 900px) {
    .quiz{
        flex-direction: column;
    }
    .quiz-question__list {
        border-radius: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        width: 100%;
    }
    .quiz-question__variants{
        width: 100%;
        border-radius: 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .quiz-image{
        display: none;
    }

    .quiz-question__btns {
        margin-top: calc(16px + 14 * ((100vw - 320px) / 1120));
        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%;
        height: auto;
        position: absolute;
        top: auto;
        bottom: -70px;
        margin: 0;
        padding: 0;
        width: fit-content;
        right: 50%;
        transform: translateX(50%);
    }

    .quiz-question__variants-wrapper.active {
        margin-bottom: 50px;
    }

    .quiz-question__variants-title {
        max-width: 100%;
    }
    .quiz-question__variants-wrapper:nth-child(4) .quiz-question__btns {
        top: auto;
        bottom: -70px;
    }
}
@media only screen and (max-width: 800px) {
    .ceilings__category-container,
    .section__certificate-subtitle {
        width: 100%;
    }
    .stretchCeiling-tabs {
        max-width: 100%;
    }
    .footer-wrapper__top {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin: -15px auto;
    }
    .footer-wrapper__top > * {
        margin: 15px 0;
    }
    .footer-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .compare__table {
        padding-bottom: 25px;
    }
    .contactUS__form-input {
        margin-right: 20px;
        width: calc(50% - 20px);
    }
    .contactUS__form-btn {
        margin-top: 20px;
        width: 30%;
    }
    .contactUS__form {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ourWorks-slide__images {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .ourWorks-slide__thumbs {
        margin-right: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .ourWorks-slide__thumbImg {
        margin-bottom: 0;
        margin-right: 15px;
        width: auto;
        min-width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .ourWorks-slide__thumbImg:last-child {
        margin-right: 0;
    }
    .ourWorks-slide__currentImg {
        margin-bottom: 25px;
    }
    .showrooms__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
    }
    .showrooms {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 700px) {
    .ourWorks-slide {
        -ms-grid-columns: (100%) [1];
        grid-template-columns: repeat(1, 100%);
        grid-row-gap: 20px;
        grid-column-gap: 0;
    }
}
@media only screen and (max-width: 600px) {
    .footer__coll,
    .quiz-question__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }
    .mounting__img-container,
    .turnkey__btn {
        -ms-grid-row-align: center;
        align-self: center;
    }

    .footer__coll,
    .quiz-question__list {
        -webkit-box-direction: normal;
    }

    .wrapper {
        width: calc(100% - 45px);
    }
    .modal__body--img {
        height: auto;
        max-width: 80%;
    }
    .modal__img img {
        height: auto;
        width: 100%;
    }
    .modal__form-inputs .modal__form-input {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: 0 0 15px;
    }
    .modal__form-inputs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 10px;
    }
    .modal__form {
        max-width: 80%;
    }
    .section__quiz-title,
    .training-tab,
    .workSteps-tab {
        max-width: 100%;
    }
    .additionalServices-tab__content,
    .ceilings-slide__content,
    .mounting__content,
    .partitions__content,
    .quiz-question__variants,
    .section__compare-subtitle,
    .section__videReviews-subtitle,
    .stretchCeiling-tab__content,
    .training__video-wrapper--single,
    .turnkey__form,
    .workSteps-tab__contentText,
    .workSteps-tab__contentWrapper {
        width: 100%;
    }
    .section__turnkey.visible {
        background-image: url(../img/turnkey__ceiling-bg-mobile.png);
    }
    .section__advantages-title.title {
        margin-bottom: calc(25px + 25 * ((100vw - 320px) / 1120));
    }
    .header-logo__img {
        margin-right: 0;
        position: absolute;
        top: 56%;
        left: 14%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .header-logo__title,
    .quiz-question__list-item {
        display: none;
    }
    .header-contacts__item {
        visibility: hidden;
        -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0;
    }
    .header-contacts__item:not(:last-child) {
        margin-bottom: 15px;
    }
    .--show .header-contacts__item {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .--show .header-contacts__item:nth-child(1) {
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    .--show .header-contacts__item:nth-child(2) {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .--show .header-contacts__item:nth-child(3) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .--show .header-contacts__item:nth-child(4) {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    .--show .header-contacts__item:nth-child(5) {
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }
    .--show .header-contacts__item:nth-child(6) {
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }
    .--show .header-contacts__item:nth-child(7) {
        -webkit-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }
    .--show .header-contacts__item:nth-child(8) {
        -webkit-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }
    .--show .header-contacts__item:nth-child(9) {
        -webkit-transition-delay: 0.9s;
        -o-transition-delay: 0.9s;
        transition-delay: 0.9s;
    }
    .header-contacts {
        position: fixed;
        right: 35px;
        top: 75%;
        padding: 20px;
        background: #111;
        overflow: hidden;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.25);
        -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    .header-contacts.--show {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        pointer-events: all;
    }
    .menu-nav {
        padding-top: 100px;
    }
    .menu-dropdown-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .menu-dropdown {
        width: 100%;
        left: 10px;
    }
    .category-tabs__slides {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footer-wrapper__bottom {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer__coll {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -10px -10px 15px;
    }
    .footer-contacts__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
        width: 35%;
        margin: 10px;
    }
    .footer__menu-item {
        margin-bottom: 10px;
    }
    .custom__tabs {
        width: 100%;
        margin-bottom: 20px;
    }
    .quiz-question__list-item.active {
        display: block;
    }
    .quiz-question__list {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .quiz-question__variants-list {
        gap: 10px;
    }

    .quiz-question__variants-itemImage img {
        border-radius: 10px;
    }
    .quiz-question__variants-itemRadio:checked ~ .quiz-question__variants-itemImage{
        border-radius: 10px;
    }
    .quiz-question__variants-itemImage{
        height: 100px;
    }
    .quiz-question__progress-wrapper,
    .quiz-question__variants-list,
    .quiz-question__variants-title {
        padding-left: 0;
    }
    .contactUS__form,
    .developer,
    .mounting__content-wrapper,
    .quiz,
    .training__container,
    .workSteps__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .compare__table-arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .contactUS__form-input {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .contactUS__form-btn {
        margin-top: 0;
        width: 70%;
    }
    .mounting__img-container {
        width: 90%;
        margin-bottom: 20px;
        -ms-flex-item-align: center;
    }
    .ourWorks-slide__currentImg {
        min-height: 225px;
    }
    .ourWorks-slide__description,
    .training-tab__contentContainer {
        width: 100%;
        min-width: 100%;
    }
    .article__grid-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
    }
    .about__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .aboutImages__row {
        margin: 0;
    }
    .aboutImg {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: 0 0 20px;
    }
    .aboutImg:last-child {
        margin-bottom: 0;
    }
    .training-tab {
        width: 100%;
    }
    .workSteps-tab {
        width: 100%;
    }
    .turnkey__btn {
        -ms-flex-item-align: center;
    }
    .developer__logo {
        margin-left: 0;
        margin-top: 5px;
    }
    .quiz-question__variants-itemTitle {
        font-size: 10px;
    }
    .quiz-question__progress-title{
        font-size: 14px;
    }
    .quiz-question__variants{
        padding: 15px;
    }

    .quiz-question__variants-list{
        margin-top: 20px;
    }
    .quiz-question__variantsInput {
        width: 88%;
    }

    .room-toggle {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .work-items .item-info {
        grid-template-columns: 1fr;
    }

    .room-button:hover::after, .room-button.active::after{
        border-radius: 0;
    }

    .image-block {
        width: 250px;
        height: 320px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
@media only screen and (max-width: 360px) {

    .quiz-question__variants-itemImage {
        height: calc(65px + 55 * ((100vw - 320px) / 1120));
    }
    .reviews__slide-info,
    .reviews__slide-infoItem {
        font-size: calc(12.5px + 3.5 * ((100vw - 320px) / 1120));
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    .section__banner,
    .section__top {
        padding-top: 0;
    }
    .section__quiz {
        padding-top: calc(50px + 10 * ((100vw - 320px) / 1120));
        padding-bottom: calc(20px + 15 * ((100vw - 320px) / 1120));
    }
    .section__stretchCeiling {
        padding-bottom: calc(50px + 10 * ((100vw - 320px) / 1120));
    }
    .section__compare {
        padding-bottom: calc(40px + 25 * ((100vw - 320px) / 1120));
    }
    .section__help {
        padding-top: calc(30px + 20 * ((100vw - 320px) / 1120));
        padding-bottom: calc(30px + 20 * ((100vw - 320px) / 1120));
    }
    .section__advantages,
    .section__freeSize,
    .section__questions,
    .section__turnkey {
        padding-top: calc(30px + 25 * ((100vw - 320px) / 1120));
        padding-bottom: calc(30px + 25 * ((100vw - 320px) / 1120));
    }
    .section__ourWorks {
        padding-bottom: 10px;
    }
    .section__additionalServices,
    .section__training,
    .section__videReviews,
    .section__workSteps {
        padding-bottom: calc(50px + 50 * ((100vw - 320px) / 1120));
    }
    .section {
        padding-top: calc(50px + 30 * ((100vw - 320px) / 1120));
    }
    .stretchCeiling__slide {
        width: calc(135px + 285 * ((100vw - 320px) / 1120));
        height: calc(180px + 140 * ((100vw - 320px) / 1120));
    }
    .title {
        margin-bottom: calc(25px + 5 * ((100vw - 320px) / 1120));
    }
    .videReviews__slide {
        width: calc(235px + 215 * ((100vw - 320px) / 1120));
        height: calc(150px + 150 * ((100vw - 320px) / 1120));
    }
    .partitions__slide {
        width: calc(250px + 170 * ((100vw - 320px) / 1120));
        height: calc(100px + 200 * ((100vw - 320px) / 1120));
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) and (min-width: 2560px) {
    .section__quiz {
        padding-top: 60px;
        padding-bottom: 35px;
    }
    .section__stretchCeiling {
        padding-bottom: 60px;
    }
    .section__compare {
        padding-bottom: 65px;
    }
    .section__help {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section__advantages,
    .section__freeSize,
    .section__questions,
    .section__turnkey {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .section__additionalServices,
    .section__training,
    .section__videReviews,
    .section__workSteps {
        padding-bottom: 100px;
    }
    .section {
        padding-top: 80px;
    }
    .stretchCeiling__slide {
        width: 420px;
        height: 320px;
    }
    .title {
        margin-bottom: 30px;
    }
    .videReviews__slide {
        width: 450px;
        height: 300px;
    }
    .partitions__slide {
        width: 420px;
        height: 300px;
    }
}
@media only screen and (max-width: 600px) and (min-width: 2560px) {
    .section__advantages-title.title {
        margin-bottom: 50px;
    }
    .advantages__item,
    .advantages__item * {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1152px) and (min-width: 2560px) {
    .menu-nav {
        width: 300px;
    }
}
@media only screen and (max-width: 360px) and (min-width: 2560px) {
    .quiz-question__variants-itemContainer {
        width: 240px;
    }
    .quiz-question__variants-itemImage {
        height: 120px;
    }
    .reviews__slide-info,
    .reviews__slide-infoItem {
        font-size: 16px;
    }
}
@media print, (prefers-reduced-motion: reduce) {
    .animate__animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        -o-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
    .animate__animated[class*="Out"] {
        opacity: 0;
    }
}

.section__top-subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #F5F5F5;
    margin-bottom: 160px;
}

.section__top-about {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border-bottom: 2px solid #fd531b;
    padding-bottom: 5px;
    margin-top: 100px;
}

.get-consult-btn {
    background-color: #FD531B;
    color: white;
    padding: 10px 13px;
    outline: 1.5px solid #FD531B;
    outline-offset: 5px;
    min-width: fit-content !important;
}

.section__top-bottom-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: white;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    gap: 200px;
    position: absolute;
    bottom: 80px;
}

.section__top-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 42px;
}

.our-works-btn {
    position: relative;
    min-width: fit-content !important;
    transition: .5s ease-in-out;
}

.our-works-btn::before {
    position: absolute;
    width: 120%;
    height: 1px;
    background: #fd531b;
    display: block;
    content: '';
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: all ease-in-out .5s;
    -o-transition: .5s ease-in-out;
    opacity: 1;
    left: 0;
    bottom: -13px;
}

.our-works-btn::after {
    content: "";
    width: 8px;
    height: 8px;
    border: solid white;
    border-width: 2px 0 0 2px;
    transform: translate(-40%, -40%) rotate(135deg);
    position: absolute;
    top: 13px;
    right: -20px;
}

.section__top-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    color: white;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 19px !important;
}

.info-item:first-child {
    max-width: 170px;
}

.info-item {
    max-width: 120px;
    position: relative;
}

.info-item::after {
    display: block;
    position: absolute;
    left: 0;
    top: -16px;
    width: 68px;
    height: 4px;
    background-color: #FD531B;
    content: "";
}

.section__top-people-choice {
    position: absolute;
    right: 0px;
    top: 100px;
}

.menu {
    gap: 20px;
}

.header-socials__item:hover > svg > path {
    fill: #fd531b;
}

@media (max-width: 768px) {
    .header-contacts__icon {
        max-width: 16px;
        max-height: 16px;
    }

    .header-socials {
        height: 20px;
        align-items: center;
    }

    .header-socials__item {
        max-width: 16px;
        max-height: 16px;
    }

    .header-socials__item > img {
        max-width: 16px;
        max-height: 16px;
    }

    .our-works-btn::after {
        top: 9px;
    }

    .section__top-people-choice > img {
        width: 50px;
        height: auto;
    }

    .section__top-people-choice {
        top: 94px;
    }

    .info-item::after {
        width: 48px;
    }

    .section__top-subtitle {
        font-weight: 400;
        margin-bottom: 70px;
        font-size: 16px;
    }

    .section__top {
        height: 100%;
    }

    .section__top-title {
        font-size: 32px;
        line-height: 42px;
        margin-top: 47px;
    }

    .section__top-about {
        max-width: 171px;
        font-size: 14px;
        line-height: 17px;
    }

    .section__top-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .section__top-wrapper {
        height: auto !important;
    }

    .section__top-bottom-row {
        flex-direction: column;
        gap: 70px;
        bottom: 100px;
        position: initial;
    }

    .section__top-info {
        align-items: flex-start;
        gap: 20px;
    }
}

.header-socials {
    display: flex;
    gap: 21px;
}

@media (min-width: 1440px) {
    .section__top-about {
        margin-top: 200px;
    }

    .section__top-people-choice {
        top: 200px;
    }

    .section__top-info {
        align-items: flex-start;
    }
}

@media (max-width: 1120px) and (min-width: 768px) {
    .section__top-info {
        align-items: flex-start;
    }
}

@media screen and (max-height: 400px) {
    .section__top-wrapper {
        height: max-content;
    }

    .section__top-bottom-row {
        margin-bottom: 20px;
        position: initial;
        flex-direction: column;
        gap: 80px;
    }

    .section__top-subtitle {
        margin-bottom: 60px;
    }
}

.section__credit.section {
    background: url("../img/credit__bg.png");
    background-size: cover;
    padding: 0;
    margin-top: calc(50px + 30 * ((100vw - 320px)/ 1120));
}

.section__credit-inner {
    background: linear-gradient(270.6deg, rgba(0, 0, 0, 0.6375) 5.38%, rgba(0, 0, 0, 0.51) 99.32%);
}

.section__credit-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 70px 0 64px;
}

.section__credit-contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #FFFFFF;
    max-width: 505px;
}

.section__credit-contents > .get-consult-btn {
    margin-left: 5px;
}

.section__credit-title.title {
    text-align: left;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 23px;
    line-height: 126.8%;
}

.section__credit-subtitle.subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.section__credit-btn {
    align-self: flex-start;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    max-height: 52px;
    margin-left: 5px;
}

.section__credit-pic img {
    width: 100%;
}

@media (max-width: 900px) {
    .section__credit-title.title {
        font-size: 18px;
        line-height: 22px;
    }

    .section__credit-subtitle {
        font-size: 14px;
        line-height: 17px;
    }

    .section__credit-wrapper {
        flex-direction: column;
        gap: 35px;
        padding: 32px 0 30px;
    }
}

.gifts-item__body {
    border-radius: 15px;
    height: 100%;
}

.gifts-item__contents {
    padding: 18px 20px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.gifts-item__ads {
    display: flex;
    justify-content: space-between;
}

.gifts-item__ads span:first-child {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
    padding: 3px 7px;
    background: #FD531B;
    display: inline-block;
}

.gifts-item__ads span:last-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #000000;
    padding: 3px 7px;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
}

@media (min-width: 1450px) {
	.gifts-item__text {
		font-size: 19px !important;
	}

	.gifts-item__title {
		font-size: 26px !important;
	}
    .workSteps-item__text {
        font-size: 14px !important;
        line-height: 17px !important;
    }

    .workSteps-item__title {
        font-size: 18px !important;
        line-height: 22px !important;
    }
}

.gifts-item__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.gifts-item__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.gifts-item__btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border-bottom: 1.5px solid #FD531B;
    width: fit-content;
    cursor: pointer;
    position: relative;
}

.gifts-item__btn:after {
    content: "";
    width: 8px;
    height: 8px;
    border: solid rgba(248, 248, 248, 0.863);
    border-width: 2px 0 0 2px;
    transform: translate(-40%, -40%) rotate(135deg);
    position: absolute;
    top: 54%;
    right: -12%;
}

.gifts-item__btn:hover {
    opacity: 0.7;
}

.bg-1 {
    background: url("../img/gifts-1.png");
}

.bg-2 {
    background: url("../img/gifts-2.png");
}

.bg-3 {
    background: url("../img/gifts-3.png");
}

.bg-4 {
    background: url("../img/gifts-4.png");
}

.bg-5 {
    background: url("../img/gifts-5.png");
}

.bg-6 {
    background: url("../img/gifts-6.png");
}

.bg-gradient {
    background: linear-gradient(270.6deg, rgba(0, 0, 0, 0.6) 5.38%, rgba(0, 0, 0, 0.48) 99.32%);
}

.gifts__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 366px);
    grid-gap: 20px;
    margin-bottom: 25px;
    justify-content: center;
}

@media (max-width: 1024px) {
    .gifts__wrapper {
        grid-template-columns: repeat(2, 366px);
    }
}

@media (max-width: 850px) {
    .gifts__wrapper {
        grid-template-columns: repeat(1, 320px);
        margin-bottom: 15px;
        grid-gap: 10px;
    }

    .gifts-item__title {
        font-size: 16px;
        line-height: 19px;
    }

    .gifts-item__btn {
        font-size: 14px;
        line-height: 17px;
        border-radius: 0;
    }

    .section__gifts-item {
        width: 310px !important;
        border-radius: 15px;
    }
}

.section__gifts-item {
    height: 210px;
    width: 366px;
}

@media (min-width: 1450px) {
    .section__gifts-item {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        width: 466px;
        height: 268px;
    }

    .gifts__wrapper {
        grid-template-columns: repeat(2, 466px); /*3*/
    }
}

.advantagesCompany-container {
    display: -ms-grid;
    display: grid;
    width: calc((1135 / 1195) * 100%);
    -ms-grid-row-align: center;
    align-self: center;
    height: auto;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* -ms-grid-rows: .2fr 0 .2fr 0 .2fr 0 .35fr 0 .45fr 0 .35fr 0 .2fr 0 .2fr 0 .2fr;
    grid-template-rows: .2fr .2fr .2fr .35fr .45fr .35fr .2fr .2fr .2fr; */
    gap: 0 0;
    grid-template-areas: ". a a a k k k f f f ."
                         "b b b b k k k g g g g"
                         "c c c c k k k h h h h"
                         ". d d d k k k j j j ."
                         ". . . . e e e . . . .";
    margin: 0 auto
}

.right-side-item {
    text-align: left;
}

.left-side-item {
    text-align: right;
}

.left-side-item::after,
.right-side-item:before {
    content: "";
    background: #B4B4B4;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    right: -20px;
}

.right-side-item:before {
    left: -20px;
}

.central-item::after {
    content: "";
    background: #B4B4B4;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    top: -20px;
}

.section__ceiling .ceilings-container {
    margin-bottom: 0px;
}

.advantages-item__mobile {
    display: none;
}

.advantages-item__img {
    height: auto;
}

.advantages-item__img img {
    height: auto;
    max-width: 100%;
}

@media (max-width: 850px) and (min-width: 480px) {
    .advantagesCompany-container.adv {
        grid-template-areas: ". a a a a ."
        ". b b b k k"
        "c c c . k k"
        ". d d d k k"
        ". . e e e ."
        ". . . . . ."
        "l l f f f ."
        "l l . g g ."
        "l l . h h ."
        "l l j j j .";
    }
}

@media (max-width: 1024px) and (min-width: 480px) {
    .advantages-item__mobile {
        display: block;
    }

    .advantagesCompany-container {
        grid-template-areas: ". . a a k k"
                             ". b b b k k"
                             "c c c c k k"
                             ". d d d k k"
                             ". . e e k k"
                             ". . . . . ."
                             "l l f f f ."
                             "l l . g g ."
                             "l l . h h ."
                             "l l j j j ."
    }

    .advantages-container {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        -ms-grid-rows: 2fr 2fr 2fr 2fr 2fr 0.5fr 2fr 2fr 2fr 1fr;
        grid-template-rows: 2fr 2fr 2fr 2fr 2fr 0.5fr 2fr 2fr 2fr 1fr;
    }

    .advantages-container.advantages-company {
        -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 0.5fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 0.5fr 1fr 1fr 1fr 1fr;
    }

    .central-item::after {
        top: unset;
        right: -20px;
    }

    .advantages-container.adv {
        grid-template-rows: 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr 0.5fr 1.5fr 1.5fr 1.5fr 1fr;
    }

    .central-item {
        text-align: right;
    }

    .advantages-item__img.img-top {
        position: absolute;
        right: -140px;
        top: 72px;
    }

    .adv .advantages-item__img.img-top {
        top: 262px;
    }

    .adv .advantages-item__img.img-bot {
        top: 910px;
    }

    .advantages-item__img.img-bot {
        position: absolute;
        top: 430px;
        left: -150px;
    }
}

@media (max-width: 480px) {
    .advantages-item__mobile {
        display: block;
    }

    .advantagesCompany-container {
        grid-template-areas: ". a a a a ."
                            "b b b b k k"
                            "c c c . k k"
                            "d d d d k k"
                            ". e e e e ."
                            ". . . . . ."
                            "l l f f f ."
                            "l l . g g g"
                            "l l . h h h"
                            "l l j j j ."
    }

    .advantages-container {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        -ms-grid-rows: 1fr 2fr 2fr 2fr 1fr 0.5fr 2fr 2fr 2fr 1fr;
        grid-template-rows: 1fr 2fr 2fr 2fr 1fr 0.5fr 2fr 2fr 2fr 1fr;
    }

    .advantages-container.advantages-company {
        -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 0.5fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 0.5fr 1fr 1fr 1fr 1fr;
    }

    .advantages-container.adv {
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 0.5fr 1fr 1fr 1fr 1fr;
    }

    .central-item::after {
        top: unset;
        right: -20px;
    }

    .left-side-item {
        margin-right: 10px;
    }

    .left-side-item br,
    .central-item br,
    .right-side-item br {
        display: none;
    }

    .central-item {
        text-align: right;
    }

    .advantages-item__img.img-top {
        position: absolute;
        right: -110px;
        top: 106px;
    }

    .adv .advantages-item__img.img-top {
        top: 196px;
    }

    .advantages-item__img.img-bot {
        position: absolute;
        top: 574px;
        left: -110px;
    }

    .adv .advantages-item__img.img-bot {
        top: 698px;
    }
}

@media (max-width: 420px) {
    .advantages-item__img.img-top {
        top: 136px;
    }
}

@media (max-width: 1024px) and (min-width: 850px) {
    .adv .advantages-item__img.img-top {
        top: 190px;
    }

    .adv .advantages-item__img.img-bot {
        top: 740px;
    }
}

.header .static {
    display: block;
}

.header .move {
    display: none;
}

.header.--show .static {
    display: none;
}

.header.--show .move {
    display: block;
}

.section__banner-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    max-width: 1138px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 0 20px;
}

.section__banner-text a {
    color: #FD531B;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.section__banner-text a:hover {
    color: #FD531B;
    opacity: 0.7;
    text-decoration: none;
}

#modal_form .modal__form-title {
    border-bottom: 1.5px solid #FD531B;
    padding-bottom: 10px;
    position: static;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    width: max-content;
}

#modal_form {
    max-width: 480px;
    padding: 0;
}

#modal_form .modal__form-content {
    padding: 30px 40px;
    border: 0;
}

#modal_form .modal__form-subtitle {
    text-align: left;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 20px;
    margin-top: 20px;
}

#modal_form .modal__form-input {
    margin-bottom: 10px;
}

#modal_form .modal__form-input::placeholder {
    color: rgba(0, 0, 0, 0.4);;
}

#modal_form .modal__close {
    background: none;
    top: -6px;
    right: -44px;
}

#modal_form p.warning {
    color: rgba(0, 0, 0, 0.4) !important;
    font-size: 16px !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

#modal_form p.warning a {
    font-size: 16px !important;
}

#modal_form .modal__btn {
    width: 128px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    #modal_form .modal__form-content {
        padding: 25px
    }
}

@media (max-width: 586px) {
    #modal_form .modal__close {
        top: -46px;
        right: -4px;
    }
}
/*Этапы работ*/
.workSteps__container {
  display: grid;
  grid-template-columns: repeat(4, 270px);
  grid-gap: 20px;
  margin-bottom: 25px;
  max-width: 1140px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.workSteps__container article {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 15px;
    max-width: 270px;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 230px;
}
.workSteps__container article:first-child {
    grid-row: 1 / span 2;
    height: 480px; /* Растянуть на две строки */
}
.workSteps-item__bottom {
    position: absolute;
    bottom: 0;
}
.workSteps__container article::before {
  border-radius: 15px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.9));
  z-index: -1;
}
.workSteps-item__title {
    padding-right: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 15px;
}

.workSteps-item__text{
    padding-right: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    padding-left: 15px;
    margin-bottom: 25px;
}
.workSteps-item__ads {
    padding-left: 15px;
    padding-top: 15px;
}
.workSteps-item__ads span {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 3px 7px;
    border: 2px solid #FD531B;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
}
@media (max-width: 1150px) {
.workSteps__container article:first-child {
        grid-row: inherit;
        height: 230px;
    }
.workSteps__container {
        display: grid;
        grid-template-columns: repeat(3, 270px);
    }
}
@media (max-width: 907px) {
.workSteps__container article:first-child {
        grid-row: inherit;
        height: 230px;
    }
.workSteps__container {
        display: grid;
        grid-template-columns: repeat(2, 50%);
        padding-right: 15px;
    }
    .workSteps__container article {
        margin: 0 auto;
    }
}
@media (max-width: 630px) {
    .workSteps__container article:first-child {
        grid-row: inherit;
        max-width: 320px;
        height: 210px;
    }
    .workSteps__container {
        display: grid;
        grid-template-columns: repeat(1, 100%);
        padding-right: 0px;
    }
    .workSteps__container article {
        max-width: 320px;
        margin: 0 auto;
        height: 210px;
    }
    .workSteps-item__text {
        margin-bottom: 20px;
    }
}

.personal-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 20px;
}

.personal-div label{
    text-align: left;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.75);
}

.personal-div [type="checkbox"] {
    margin-left: 5px;
}
.answer.error {
    color: red;
}

.personal-abs{
    position: absolute;
    bottom: -30px;
}

#turnkey_form .personal-div {
    margin-bottom: 0;
}

#turnkey_form .warning {
    margin-top: 0!important;
}

#turnkey_form .personal-div label, #turnkey_form .personal-div [type="checkbox"]{
    color: #000;
    margin-bottom: 20px;
}
jdiv.globalClass__QPd_F {
    display: none;
}