@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@-webkit-keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    0%, 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 {
    0%, 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)
    }
}

@-webkit-keyframes rubberBand {
    0%, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes rubberBand {
    0%, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@-webkit-keyframes shake {
    0%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    20%, 60%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    30%, 70% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    20%, 60%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    30%, 70% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@-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)
    }
}

@-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, 0);
        transform: rotate3d(0, 0, 1, 0)
    }
}

@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, 0);
        transform: rotate3d(0, 0, 1, 0)
    }
}

@-webkit-keyframes tada {
    0%, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .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 {
    0%, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .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)
    }
}

@-webkit-keyframes wobble {
    0%, 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 {
    0%, 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)
    }
}

@-webkit-keyframes jello {
    0%, 11.1%, 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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%, 11.1%, 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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@-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)
    }
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        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 {
    0% {
        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)
    }
}

@-webkit-keyframes fadeInDownBig {
    0% {
        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 {
    0% {
        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)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        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 {
    0% {
        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)
    }
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        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 {
    0% {
        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)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        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 {
    0% {
        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)
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        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 {
    0% {
        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)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        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 {
    0% {
        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)
    }
}

@-webkit-keyframes fadeInUpBig {
    0% {
        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 {
    0% {
        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)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0);
        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);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0);
        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);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes flipInX {
    0% {
        -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 {
    0% {
        -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)
    }
}

@-webkit-keyframes flipInY {
    0% {
        -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 {
    0% {
        -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)
    }
}

@-webkit-keyframes flipOutX {
    0% {
        -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 {
    0% {
        -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
    }
}

@-webkit-keyframes flipOutY {
    0% {
        -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 {
    0% {
        -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
    }
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -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 lightSpeedIn {
    0% {
        -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)
    }
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -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-transform-origin: top left;
        transform-origin: top left;
        -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-transform-origin: top left;
        transform-origin: top left;
        -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-transform-origin: top left;
        transform-origin: top left;
        -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-transform-origin: top left;
        transform-origin: top left;
        -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-transform-origin: top left;
        transform-origin: top left;
        -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
    }
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.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 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.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)
    }
}

@-webkit-keyframes rollIn {
    0% {
        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 {
    0% {
        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)
    }
}

@-webkit-keyframes rollOut {
    0% {
        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 {
    0% {
        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)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes slideInDown {
    0% {
        -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 {
    0% {
        -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)
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        -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 {
    0% {
        -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)
    }
}

@-webkit-keyframes slideInRight {
    0% {
        -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 {
    0% {
        -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)
    }
}

@-webkit-keyframes slideInUp {
    0% {
        -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 {
    0% {
        -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)
    }
}

@-webkit-keyframes slideOutDown {
    0% {
        -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 {
    0% {
        -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)
    }
}

@-webkit-keyframes slideOutLeft {
    0% {
        -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 {
    0% {
        -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)
    }
}

@-webkit-keyframes slideOutRight {
    0% {
        -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 {
    0% {
        -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)
    }
}

@-webkit-keyframes slideOutUp {
    0% {
        -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 {
    0% {
        -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)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes move {
    0%, to {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px)
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes move {
    0%, to {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px)
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@font-face {
    font-family: 'Inter';
    font-weight: 700;
    src: url(../fonts/inter-bold.woff) format("woff")
}

@font-face {
    font-family: 'Inter';
    font-weight: 500;
    src: url(../fonts/inter-medium.woff) format("woff")
}

@font-face {
    font-family: 'Inter';
    font-weight: 400;
    src: url(../fonts/inter-regular.woff) format("woff")
}

@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    src: url(../fonts/Roboto-Bold.woff) format("woff")
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    src: url(../fonts/Roboto-Medium.woff) format("woff")
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    src: url(../fonts/Roboto-Regular.woff) format("woff")
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased
}

::-moz-focus-inner, button.styler::-moz-focus-inner, input[type=button].styler::-moz-focus-inner, input[type=reset].styler::-moz-focus-inner, input[type=submit].styler::-moz-focus-inner {
    padding: 0;
    border: 0
}

figure, img {
    vertical-align: top;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.footer__pxl a svg, .footer__social a svg, svg {
    width: 100%;
    height: 100%
}

address {
    font-style: normal
}

li, ol, ul {
    list-style: none
}

a {
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

input, textarea {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.clearfix:after, .clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both
}

.slick-slide img, article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

sub, sup {
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em;
    font-size: 75%;
    vertical-align: baseline
}

sup {
    top: -.5em;
    vertical-align: super;
    font-size: smaller
}

button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

input[type=email], input[type=tel], input[type=text] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.header__search-form input:-webkit-autofill, .header__search-form input:-webkit-autofill:focus, .header__search-form input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

.shake {
    -webkit-animation-name: shake;
    -webkit-animation: shake easeInOut;
    animation: shake easeInOut
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

.flipInX, .flipInY, .flipOutX, .flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.flipInY, .flipOutX, .flipOutY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

.flipOutX, .flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX
}

.flipOutY {
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important
    }
}

.jq-checkbox, .jq-radio {
    top: -1px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    background: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background: -o-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #fff, inset 1px -1px #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #fff, inset 1px -1px #fff;
    cursor: pointer
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 12px;
    height: 12px;
    margin: 2px 0 0 2px;
    border-radius: 2px;
    background: #666;
    -webkit-box-shadow: inset 0 -3px 6px #aaa;
    box-shadow: inset 0 -3px 6px #aaa
}

.jq-checkbox.focused {
    border: 1px solid #08c
}

.jq-checkbox.disabled {
    opacity: .55
}

.jq-radio {
    border-radius: 50%
}

.jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #777;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .7);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .7)
}

.jq-radio.focused {
    border: 1px solid #08c
}

.jq-radio.disabled {
    opacity: .55
}

.jq-file {
    width: 270px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.jq-file input {
    height: auto;
    line-height: 1em;
    cursor: pointer
}

.jq-file__browse, .jq-file__name {
    font: 14px/32px Arial, sans-serif;
    color: #333
}

.jq-file__name {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    background: #fff;
    -webkit-box-shadow: inset 1px 1px #f1f1f1;
    box-shadow: inset 1px 1px #f1f1f1;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 0 80px 0 10px;
    border-radius: 4px
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    background: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background: -o-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    -webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    text-shadow: 1px 1px #fff
}

.jq-file:hover .jq-file__browse {
    background: #e6e6e6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
    background: -o-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6)
}

.jq-file:active .jq-file__browse {
    background: #f5f5f5;
    -webkit-box-shadow: inset 1px 1px 3px #ddd;
    box-shadow: inset 1px 1px 3px #ddd
}

.jq-file.focused .jq-file__name {
    border: 1px solid #5794bf
}

.jq-file.disabled, .jq-file.disabled .jq-file__browse, .jq-file.disabled .jq-file__name {
    border-color: #ccc;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.jq-number {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 36px 0 0
}

.jq-number__field {
    width: 100px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1)
}

.jq-number__field:hover, input[type=email].styler:hover, input[type=password].styler:hover, input[type=search].styler:hover, input[type=tel].styler:hover, input[type=text].styler:hover, input[type=url].styler:hover, textarea.styler:hover {
    border-color: #b3b3b3
}

.jq-number__field input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 9px;
    border: 0;
    outline: 0;
    background: 0 0;
    font: 14px Arial, sans-serif;
    color: #333;
    text-align: left;
    -moz-appearance: textfield
}

.jq-number__field input::-webkit-inner-spin-button, .jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 14px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background: -o-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    -webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px #fff;
    cursor: pointer
}

.jq-number__spin.minus {
    top: auto;
    bottom: 0
}

.jq-number__spin:hover {
    background: #e6e6e6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
    background: -o-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6)
}

.jq-number__spin:active {
    background: #f5f5f5;
    -webkit-box-shadow: inset 1px 1px 3px #ddd;
    box-shadow: inset 1px 1px 3px #ddd
}

.jq-number__spin.minus:after, .jq-number__spin:after {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

.jq-number__spin:after {
    content: '';
    position: absolute;
    left: 11px;
    width: 0;
    height: 0;
    top: 4px;
    border-bottom: 5px solid #999
}

.jq-number__spin.minus:after {
    top: 5px;
    border-top: 5px solid #999;
    border-bottom: none
}

.jq-number__spin.minus:hover:after {
    border-top-color: #000
}

.jq-number__spin.plus:hover:after {
    border-bottom-color: #000
}

.jq-number.focused .jq-number__field {
    border: 1px solid #5794bf
}

.jq-number.disabled .jq-number__field, .jq-number.disabled .jq-number__spin {
    border-color: #ccc;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #aaa
}

.jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #aaa
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 20
}

.jq-selectbox.changed .jq-selectbox__select {
    border-color: #c4c4c4
}

.jq-selectbox select {
    position: absolute;
    z-index: -2;
    opacity: 0;
    width: 0
}

.jq-selectbox.dropdown .jq-selectbox__trigger-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.jq-selectbox.disabled {
    pointer-events: none
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #dfdfdf !important;
    background-color: #f4f4f4 !important;
    color: #494949 !important;
    cursor: default !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.jq-selectbox.disabled .jq-selectbox__trigger {
    opacity: .2
}

.jq-selectbox__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 8px;
    border-radius: 4px;
    border: 1px solid #e7e7e7
}

.bx-active .jq-selectbox__select-text, .changed .jq-selectbox__select-text, .jq-selectbox li.sel {
    color: #f27e25
}

.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100%;
    color: #000;
    white-space: nowrap;
    position: relative
}

.jq-selectbox__select-text:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(114.08%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 114.08%);
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 114.08%)
}

.jq-selectbox .placeholder {
    color: #888
}

.jq-selectbox__trigger {
    width: 30px;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width: 600px) {
    .jq-selectbox__trigger {
        width: 20px
    }
}

.jq-selectbox__trigger-arrow {
    background-image: url(../images/dropdown.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 6px;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 600px) {
    .jq-selectbox__trigger-arrow {
        background-size: 8px 4px
    }
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #aaa
}

.jq-selectbox__dropdown {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% + 3.4vw);
    max-width: 270px;
    margin: 8px 0 0;
    padding: 1.7vw 0;
    border-radius: 8px;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(146, 152, 155, .2);
    box-shadow: 0 2px 8px rgba(146, 152, 155, .2);
    left: -1.7vw;
    z-index: 20
}

@media screen and (max-width: 800px) {
    .jq-selectbox__dropdown {
        width: 100%;
        left: 0;
        max-width: unset
    }
}

.jq-selectbox__search {
    margin: 5px
}

.jq-selectbox__search input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px #f1f1f1;
    box-shadow: inset 1px 1px #f1f1f1;
    color: #333;
    -webkit-appearance: textfield
}

.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #f0f0f0;
    font-size: 13px
}

.jq-selectbox ul {
    max-height: unset !important
}

.jq-select-multiple li, .jq-selectbox li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jq-selectbox li {
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 8px 32px
}

.jq-selectbox li.sel.disabled {
    background-color: #fff
}

.jq-selectbox li:hover {
    background-color: #f5f5f5
}

.jq-selectbox li.disabled {
    color: #aaa;
    font-weight: 400
}

.jq-selectbox li.disabled:hover {
    background: 0 0
}

.jq-selectbox li.optgroup {
    font-weight: 700
}

.jq-selectbox li.optgroup:hover {
    background: 0 0;
    color: #231f20;
    cursor: default
}

.jq-selectbox li.option {
    padding-left: 25px
}

.jq-select-multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px/18px Arial, sans-serif;
    color: #333;
    cursor: default
}

.jq-select-multiple.focused {
    border: 1px solid #5794bf
}

.jq-select-multiple.disabled {
    border-color: #ccc;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.jq-select-multiple ul, .jq-selectbox ul {
    margin: 0;
    padding: 0
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
    white-space: nowrap
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px
}

.jq-select-multiple li.selected {
    background: #08c;
    color: #fff
}

.jq-select-multiple li.disabled {
    color: #aaa
}

.jq-select-multiple li.selected.disabled, .jq-select-multiple.disabled li.selected {
    background: #ccc;
    color: #fff
}

.jq-select-multiple li.optgroup {
    font-weight: 700
}

.jq-select-multiple li.option {
    padding-left: 25px
}

input[type=email].styler, input[type=password].styler, input[type=search].styler, input[type=tel].styler, input[type=text].styler, input[type=url].styler, textarea.styler {
    padding: 8px 9px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px Arial, sans-serif;
    color: #333
}

input[type=search].styler {
    -webkit-appearance: none
}

textarea.styler {
    overflow: auto
}

input[type=email].styler:focus, input[type=password].styler:focus, input[type=search].styler:focus, input[type=tel].styler:focus, input[type=text].styler:focus, input[type=url].styler:focus, textarea.styler:focus {
    border-color: #b3b3b3 #ccc #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

button.styler, input[type=button].styler, input[type=reset].styler, input[type=submit].styler {
    overflow: visible;
    padding: 8px 11px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    outline: 0;
    background: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background: -o-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    -webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff;
    cursor: pointer
}

button.styler:not([disabled]):hover, input[type=button].styler:not([disabled]):hover, input[type=reset].styler:hover, input[type=submit].styler:not([disabled]):hover {
    background: #e6e6e6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
    background: -o-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6)
}

button.styler:not([disabled]):active, input[type=button].styler:not([disabled]):active, input[type=reset].styler:active, input[type=submit].styler:not([disabled]):active {
    background: #f5f5f5;
    -webkit-box-shadow: inset 1px 1px 3px #ddd;
    box-shadow: inset 1px 1px 3px #ddd
}

button.styler[disabled], input[type=button].styler[disabled], input[type=submit].styler[disabled] {
    border-color: #ccc;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner, .fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe, .fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
    background-image: url(../images/fancybox/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat
}

.fancybox-close, .fancybox-nav {
    position: absolute;
    cursor: pointer;
    z-index: 8040
}

.fancybox-close {
    right: -18px;
    top: -18px;
    width: 36px;
    height: 36px
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    text-decoration: none;
    background: url(../images/fancybox/blank.gif);
    -webkit-tap-highlight-color: transparent
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: visible !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../images/fancybox/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
        background-image: url(../images/fancybox/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url(../images/fancybox/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

#fancybox-buttons, #fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050
}

#fancybox-buttons.top {
    top: 10px
}

#fancybox-buttons.bottom {
    bottom: 10px
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    background: #323232;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(50%, #343434), color-stop(50%, #292929), to(#333));
    background: -o-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
    background: linear-gradient(to bottom, #444 0, #343434 50%, #292929 50%, #333 100%)
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url(../images/fancybox/fancybox_buttons.png);
    background-repeat: no-repeat;
    outline: 0;
    opacity: .8
}

#fancybox-buttons a:hover {
    opacity: 1
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0
}

#fancybox-buttons a.btnDisabled {
    opacity: .4;
    cursor: default
}

#fancybox-thumbs {
    overflow: hidden
}

#fancybox-thumbs.bottom {
    bottom: 2px
}

#fancybox-thumbs.top {
    top: 2px
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: .5
}

#fancybox-thumbs ul li.active {
    opacity: .75;
    padding: 0;
    border: 1px solid #fff
}

#fancybox-thumbs ul li:hover {
    opacity: 1
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: 0
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none
}

.slick-loading .slick-list {
    background: #fff url(../images/ajax-loader.gif) center center no-repeat
}

.slick-next, .slick-prev {
    font-size: 40px;
    line-height: 0;
    position: absolute;
    bottom: 36px;
    z-index: 10;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before, .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 45%
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '<'
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: '>'
}

.slick-next {
    right: 45%
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .slick-next:before {
    content: '<'
}

.slick-dots {
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: 0;
    background: 0 0;
    border: 1px solid #fff;
    width: 5px;
    height: 5px;
    border-radius: 50%
}

.slick-dots li button:focus, .slick-dots li button:hover, .slick-list:focus {
    outline: 0
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    content: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.button.loading .button__spinner, .slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.err {
    margin: 3.75vw 0 2.5vw;
    text-align: left;
    padding: 0
}

.err__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10.42vw 8vw
}

.err__title {
    margin-bottom: 2.5vw
}

.err__desc {
    margin-bottom: 3.75vw
}

.err__link {
    display: inline-block;
    color: #f27e25;
    line-height: 1em
}

.err__number {
    width: 470px;
    margin-left: 24px
}

@media screen and (max-width: 1000px) {
    .err {
        margin: 7.85vw -3.75vw 5vw
    }

    .err__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 30px
    }

    .err__number {
        margin: 0 0 10.42vw;
        width: 100%
    }

    .err__title {
        margin-bottom: 5vw
    }

    .err__desc {
        margin-bottom: 7.85vw
    }
}

@media screen and (max-width: 700px) {
    .err {
        margin: 7.85vw -6vw 5vw
    }
}

.album__title {
    margin-bottom: 3.75vw
}

.album__back {
    margin-bottom: 4.125vw;
    display: block;
    margin-left: 32px
}

.album__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.album__item {
    width: calc(33.3% - 8px * 4);
    margin-bottom: 48px;
    margin-right: 48px
}

.album__item:nth-child(3n) {
    margin-right: 0
}

.album__image {
    margin-bottom: 24px;
    height: 385px
}

.album__name {
    text-align: center;
    font-weight: 500
}

@media screen and (max-width: 1200px) {
    .album__gallery {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .album__item {
        width: 48%;
        margin: 0 0 48px
    }
}

@media screen and (max-width: 760px) {
    .album__gallery {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .album__item {
        width: 100%
    }

    .album__image {
        height: 45vw;
        min-height: 200px;
        margin-bottom: 16px
    }

    .album__title {
        margin-bottom: 5vw
    }

    .album__back {
        margin-bottom: 7.85vw;
        margin-left: 24px
    }
}

.backstage__video {
    background-size: cover;
    background-position: center center;
    z-index: 1
}

.backstage__video video {
    visibility: visible;
    margin: auto;
    position: absolute;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: auto
}

.backstage__video, .backstage__video-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (max-width: 1000px) {
    .backstage:before {
        background-color: var(--color)
    }
}

.g-breadcrumbs {
    margin-bottom: 2.5vw
}

.g-breadcrumbs__item {
    position: relative;
    margin-right: 20px;
    line-height: 1.6em;
    color: gray;
    font-weight: 500;
    display: inline-block;
}

.g-breadcrumbs__item span {
    display: inline-block;
    text-decoration: underline
}

.g-breadcrumbs__item:after {
    content: '→';
    position: absolute;
    top: 0;
    right: -17px;
    height: 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: center;
    -ms-flex-pack: center;
    justify-content: center
}

.g-breadcrumbs__item:last-child:after {
    content: none
}

@media screen and (max-width: 1000px) {
    .g-breadcumbs {
        margin-bottom: 36px
    }
}

.button {
    padding: 15px 40px;
    line-height: 1em;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
    background-color: #f27e25;
    border: 1px solid #f27e25
}

.button.loading .button__text {
    visibility: hidden;
    line-height: .2;
    display: block
}

.button:active {
    -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, .15);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .15)
}

.button:hover {
    background-color: #f17210
}

.button--icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.button--transparent {
    color: #f27e25;
    background-color: transparent;
    padding: 15px 40px
}

.button--transparent.button--icon path {
    stroke: #f27e25;
    -webkit-transition: stroke .3s ease;
    -o-transition: stroke .3s ease;
    transition: stroke .3s ease
}

.button--transparent.loading .button__spinner {
    border-color: #f27e25
}

.button--transparent:hover {
    background-color: rgba(242, 126, 37, .05);
    color: #f27e25;
    border-bottom-color: #f27e25 !important
}

.button--transparent:hover.loading .button__spinner {
    border-color: rgba(255, 255, 255, .4)
}

.button--transparent:active {
    background-color: rgba(242, 126, 37, .1);
    -webkit-box-shadow: none;
    box-shadow: none
}

.button--ghost:active, .button--ghost:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.button--disabled, .button--ghost, .button--ghost:hover {
    color: #000;
    background-color: transparent;
    border: 1px solid #ababab
}

.button--disabled {
    pointer-events: none;
    color: #c4c4c4;
    border: 1px solid #c4c4c4
}

.button__spinner {
    height: 20px;
    width: 20px;
    margin: 0 auto;
    border: 3px solid rgba(255, 255, 255, .4);
    border-top: 3px solid #fff;
    border-radius: 50%;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    display: none
}

.button__icon {
    line-height: 1em;
    margin-right: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width: 1500px) {
    .button {
        padding: 20px 32px
    }

    .button--icon {
        padding: 14px 25px
    }
}

@media screen and (max-width: 1000px) {
    .button {
        padding: 18px 30px
    }

    .button--icon {
        padding: 12px 20px
    }
}

@media screen and (max-width: 700px) {
    .button {
        padding: 14px 28px
    }

    .button--icon {
        padding: 10px 15px
    }

    .button__icon {
        width: 18px
    }
}

.catalog-products {
    position: relative
}

.catalog-products--grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 10px
}

.catalog-products--grid .product:nth-of-type(4n+1), .catalog-products--grid .product:nth-of-type(4n+4) {
    padding-right: 0
}

.catalog-products--grid .product:nth-of-type(4n+1) img, .catalog-products--grid .product:nth-of-type(4n+4) img {
    width: calc(100% - 40px)
}

.catalog-products--grid .product:nth-of-type(4n+1) .product__category--warning {
    left: 0
}

.catalog-products--more-detailed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.catalog-products--more-detailed .product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 72px calc(10% - 4px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog-products--more-detailed .product--hide-decoration:not(:last-of-type)::before {
    display: block
}

.catalog-products--more-detailed .product:last-of-type::before {
    display: none
}

.catalog-products--more-detailed .product__picture {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px
}

.catalog-products--more-detailed .product__content {
    -ms-flex-preferred-size: calc(100% - 400px);
    flex-basis: calc(100% - 400px)
}

.catalog-products--more-detailed .product__category--warning {
    position: relative;
    margin-bottom: 24px;
    left: 0
}

.catalog-products--more-detailed .product__title {
    margin-bottom: 48px;
    font-size: 36px;
    line-height: 48px
}

@media (max-width: 1600px) {
    .catalog-products--more-detailed .product__title {
        font-size: calc((100vw - 320px) / 1280 * 18 + 18px);
        line-height: calc((100vw - 320px) / 1280 * 24 + 24px)
    }
}

.catalog-products--more-detailed .product__details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 44px
}

.catalog-products--more-detailed .product__detail {
    margin-right: 48px;
    margin-bottom: 0
}

.catalog-products--more-detailed .product__detail:last-of-type {
    margin-right: 0
}

.catalog-products--more-detailed .product__detail-subtitle {
    margin-bottom: 12px
}

@media screen and (max-width: 1600px) {
    .catalog-products {
        grid-template-columns:repeat(3, 1fr)
    }

    .catalog-products--grid .product {
        padding: 0 40px 40px
    }

    .catalog-products--grid .product .product__picture img {
        width: 100%
    }

    .catalog-products--grid .product:nth-of-type(4n+4) {
        padding-right: 40px
    }

    .catalog-products--grid .product:nth-of-type(4n+1) {
        padding-left: 40px
    }

    .catalog-products--grid .product:nth-of-type(4n+1) .product__category--warning {
        left: 40px
    }

    .catalog-products--grid .product:nth-of-type(3n+1) {
        padding-left: 0
    }

    .catalog-products--grid .product:nth-of-type(3n+1) img, .catalog-products--grid .product:nth-of-type(3n+3) img {
        width: calc(100% - 40px)
    }

    .catalog-products--grid .product:nth-of-type(3n+1) .product__category--warning {
        left: 0
    }

    .catalog-products--grid .product:nth-of-type(3n+3) {
        padding-right: 0
    }

    .catalog-products--grid .product:nth-of-type(3n+3) .product__category--warning {
        left: 40px
    }

    .catalog-products--more-detailed .product {
        padding: 72px 7%
    }

    .catalog-products--more-detailed .product__picture {
        -ms-flex-preferred-size: calc(45% - 40px);
        flex-basis: calc(45% - 40px)
    }

    .catalog-products--more-detailed .product__content {
        -ms-flex-preferred-size: calc(55% - 40px);
        flex-basis: calc(55% - 40px)
    }
}

@media screen and (max-width: 1180px) {
    .catalog-products--grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .catalog-products--grid .product {
        padding: 40px
    }

    .catalog-products--grid .product .product__picture img {
        width: 100%
    }

    .catalog-products--grid .product:nth-of-type(odd) {
        padding-left: 0;
        padding-right: 40px
    }

    .catalog-products--grid .product:nth-of-type(odd) .product__category--warning {
        left: 0
    }

    .catalog-products--grid .product:nth-of-type(even) {
        padding-right: 0;
        padding-left: 40px
    }

    .catalog-products--grid .product:nth-of-type(even) .product__category--warning {
        left: 40px
    }

    .catalog-products--grid .product__category--warning {
        bottom: calc(100% - 360px - 40px)
    }

    .catalog-products--more-detailed .product {
        padding: 64px 16px
    }

    .catalog-products--more-detailed .product__details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 16px
    }

    .catalog-products--more-detailed .product__detail {
        margin-right: 0;
        margin-bottom: 32px
    }

    .catalog-products--more-detailed .product__picture {
        -ms-flex-preferred-size: calc(45% - 24px);
        flex-basis: calc(45% - 24px)
    }

    .catalog-products--more-detailed .product__content {
        -ms-flex-preferred-size: calc(55% - 24px);
        flex-basis: calc(55% - 24px)
    }

    .catalog-products--more-detailed .product__title {
        margin-bottom: 24px
    }
}

@media screen and (max-width: 600px) {
    .catalog-products--grid {
        grid-template-columns:repeat(1, 1fr)
    }

    .catalog-products--grid .product {
        padding: 40px 0
    }

    .catalog-products--grid .product:nth-of-type(even), .catalog-products--grid .product:nth-of-type(odd) {
        padding: 40px 0
    }

    .catalog-products--grid .product:nth-of-type(even) .product__category--warning {
        left: 0
    }

    .catalog-products--grid .product__category--warning {
        left: 0
    }

    .catalog-products--more-detailed .product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 64px 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .catalog-products--more-detailed .product__picture {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 32px;
        width: 100%;
        max-height: 360px
    }

    .catalog-products--more-detailed .product__content {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.catalog-type {
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(146, 152, 155, .2);
    box-shadow: 0 2px 8px rgba(146, 152, 155, .2);
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: -65px;
    min-height: 54px;
    padding: 16px;
    z-index: 10
}

.catalog-type__button {
    width: 22px;
    height: 22px;
    display: block;
    background: 0 0;
    margin-right: 16px;
    cursor: pointer
}

.catalog-type__button:not(:last-of-type) {
    border-right: 1px solid #f5f5f5
}

.catalog-type__button:last-of-type {
    margin-right: 0
}

@media screen and (max-width: 600px) {
    .catalog-type {
        display: none
    }
}

.catalog__products {
    position: relative
}

.catalog__selected-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.catalog__selected-item {
    margin-right: 56px;
    margin-bottom: 40px
}

.catalog__selected-header {
    font-size: 16px;
    line-height: 140%;
    color: #c4c4c4;
    margin-bottom: 8px
}

.catalog__selected-desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #000
}

.catalog__selected-title {
    font-size: 24px;
    line-height: 140%;
    color: #2c2c2c;
    margin-bottom: 38px
}

.catalog__selected-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 0 auto;
    max-width: 1170px
}

.catalog__selected {
    margin-top: -6px;
    margin-left: 161px
}

.catalog__top {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    margin-bottom: 5vw
}

.catalog div.catalog__preview, .certificate__text p {
    margin-bottom: 24px
}

.catalog__text-toggler {
    margin-top: 0
}

.catalog__title {
    margin-bottom: 8px
}

.catalog__wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1680px
}

@media screen and (max-width: 1500px) {
    .catalog__wrapper {
        max-width: 1280px
    }
}

.catalog__form-reset {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #f27e25;
    text-align: left;
    cursor: pointer;
    display: inline-block;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: 0 0;
    padding: 0;
    border: 0
}

.catalog__form-reset span {
    border-bottom: 1px dashed #f27e25
}

.catalog__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    max-width: 1170px;
    margin-left: auto
}

.catalog__filters--sidebar {
    margin-bottom: 73px;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    padding: 32px 40px;
    margin-left: -42px;
    margin-top: -32px;
    width: calc(240px + 80px)
}

.catalog__filters--sidebar .catalog__limiter {
    margin: 0;
    width: 100%
}

.catalog__filters--sidebar .catalog__form-item {
    width: 100%
}

.catalog__filters--sidebar .jq-selectbox__dropdown {
    left: 0;
    max-width: 100%
}

.catalog__filters--sticky {
    position: fixed;
    width: 100%;
    left: 0;
    background-color: #fff;
    z-index: -1;
    margin-bottom: 0;
    -webkit-box-shadow: 0 6px 8px rgba(146, 152, 155, .2);
    box-shadow: 0 6px 8px rgba(146, 152, 155, .2);
    padding-top: 16px;
    max-width: unset;
    padding-bottom: 16px;
    border-top: 1px solid #f5f5f5;
    opacity: 0
}

.catalog__filters--sticky .jq-selectbox__dropdown {
    max-width: unset
}

.catalog__filters--sticky .g-wrapper {
    width: 100%
}

.catalog__filters--sticky .catalog__form-item {
    width: 27%;
    margin-right: 2.7%
}

.catalog__filters--sticky .catalog__form-reset {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: auto;
    margin-bottom: 5px
}

.catalog__filters--show {
    z-index: 48;
    opacity: 1
}

.catalog__sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog__sorting--col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.catalog__sorting--col .catalog__form-item {
    margin-right: 0;
    margin-bottom: 24px
}

.catalog__select {
    position: relative
}

.catalog__form-item {
    margin-right: 24px;
    width: 215px
}

.catalog__form-item:last-child {
    margin: 0
}

.catalog__form-caption {
    margin-bottom: 8px
}

.catalog__row {
    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
}

.catalog__subtitle {
    margin: 0 0 1.7vw;
    font-weight: 500
}

.catalog__info {
    margin: 0 0 2.5vw auto;
    max-width: 1170px
}

.catalog__content {
    max-width: 1320px;
    width: 100%
}

.catalog__desc {
    max-width: 1080px
}

.catalog__sidenav {
    width: 240px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.catalog__pagination {
    margin-top: 6.65vw
}

.catalog__toggler {
    display: none;
    position: fixed;
    bottom: 24px;
    left: 3.75vw;
    -webkit-box-shadow: 0 23px 50px rgba(146, 152, 155, .15);
    box-shadow: 0 23px 50px rgba(146, 152, 155, .15);
    z-index: 30
}

@media screen and (max-width: 1710px) {
    .catalog__content {
        max-width: 1200px
    }

    .catalog__selected {
        margin-left: 50px
    }

    .catalog__filters, .catalog__info, .catalog__selected-wrapper {
        max-width: 1080px
    }

    .catalog__filters--sticky {
        max-width: unset
    }
}

@media screen and (max-width: 1600px) {
    .catalog__content {
        max-width: 1000px
    }

    .catalog__filters, .catalog__info, .catalog__selected-wrapper {
        max-width: 980px
    }

    .catalog__filters--sticky {
        max-width: unset
    }
}

@media screen and (max-width: 1500px) {
    .catalog__filters, .catalog__top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .catalog__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .catalog__filters {
        max-width: 100%;
        margin-bottom: 24px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .catalog__filters--sidebar {
        margin-bottom: 50px;
        margin-top: 0;
        width: calc(210px + 80px);
        max-width: unset
    }

    .catalog__limiter {
        margin: 0 24px 16px 0
    }

    .catalog__info {
        max-width: 930px
    }

    .catalog__content {
        max-width: 900px
    }

    .catalog__sidenav {
        width: 210px
    }
}

@media screen and (max-width: 1280px) {
    .catalog__content {
        max-width: 65vw
    }

    .catalog__selected-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .catalog__selected {
        margin-left: 0;
        margin-top: 50px
    }

    .catalog__filters--sidebar {
        padding: 20px;
        width: calc(210px + 40px);
        margin-left: -20px
    }
}

@media screen and (max-width: 1000px) {
    .catalog__filters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 0 6vw
    }

    .catalog__filters--sidebar {
        margin-bottom: 10px;
        margin-left: 0;
        margin-top: 0;
        border: 0;
        width: 100%
    }

    .catalog__filters--sticky {
        display: none
    }

    .catalog__content {
        max-width: unset
    }

    .catalog__limiter {
        margin: 48px 0 0;
        width: 100%
    }

    .catalog__sorting {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .catalog__sorting--col .catalog__form-item {
        margin-bottom: 15px
    }

    .catalog__form-item {
        width: 30%
    }

    .catalog__sidenav {
        position: fixed;
        z-index: -1;
        background: #fff;
        width: 100%;
        opacity: 0;
        height: 0;
        top: 0;
        overflow: hidden;
        left: 0
    }

    .catalog__sidenav.opened {
        height: 100%;
        min-height: 300px;
        opacity: 1;
        pointer-events: auto;
        z-index: 3000
    }

    .catalog__sidenav .sidenav {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .catalog__sidenav .sidenav .sidenav__inner {
        width: 100%;
        height: 100%;
        padding: 0 0 72px
    }

    .catalog__sidenav .sidenav .sidenav__border {
        padding: 5vw 6vw 72px;
        overflow: auto
    }

    .catalog__toggler {
        display: block;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease
    }

    .catalog__toggler.visible {
        opacity: 1;
        pointer-events: auto
    }
}

@media screen and (max-width: 900px) and (max-height: 420px) {
    .catalog__sidenav.opened {
        min-height: 200px
    }
}

@media screen and (max-width: 700px) {
    .catalog__sidenav {
        padding: 7.85vw 6vw
    }

    .catalog__selected-item {
        margin-right: 30px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 600px) {
    .catalog__sorting {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .catalog__form-item {
        width: 100%;
        margin: 0 0 24px;
        font-size: 14px;
        line-height: 18px
    }

    .catalog__selected-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .catalog__selected-title {
        margin-bottom: 30px
    }

    .catalog__selected {
        margin-top: 30px
    }
}

.certificate__title {
    margin-bottom: 5vw
}

.certificate__link {
    display: block;
    margin-bottom: 24px
}

.certificate__row {
    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
}

.certificate__info {
    width: 480px;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.certificate__form {
    width: calc(100% - 600px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #f5f5f5;
    padding: 0 calc(7.85vw - 30px);
    padding-top: calc(7.85vw - 30px);
    padding-bottom: 5vw
}

.certificate__line:last-child, .certificate__text p:last-child {
    margin-bottom: 0
}

.certificate__line, .certificate__result {
    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: 1.7vw
}

.certificate__result {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    margin-bottom: 2.5vw
}

.certificate__success {
    width: 36px;
    margin-left: 24px;
    height: 36px
}

.certificate__caption {
    color: rgba(0, 0, 0, .5);
    margin-bottom: 8px
}

.certificate__option {
    font-weight: 500
}

.certificate__back {
    display: block;
    margin-top: 3.75vw
}

.certificate__data--more {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px solid #e7e7e7
}

@media screen and (max-width: 1500px) {
    .certificate__form {
        width: calc(100% - 550px);
        padding: 5vw 5vw 3.75vw
    }
}

@media screen and (max-width: 1300px) {
    .certificate__line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .certificate__line .certificate__option {
        margin-bottom: 24px
    }

    .certificate__line .certificate__option:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width: 1200px) {
    .certificate__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .certificate__form {
        margin-bottom: 48px;
        width: 100%
    }

    .certificate__info {
        width: 100%
    }

    .certificate__line {
        margin-bottom: 24px
    }

    .certificate__result {
        margin-bottom: 36px
    }

    .certificate__success {
        width: 24px;
        height: 24px
    }
}

@media screen and (max-width: 960px) {
    .certificate__form {
        padding: 7.85vw 34px
    }
}

@media screen and (max-width: 800px) {
    .certificate__title {
        margin-bottom: 43.2px
    }

    .certificate__link {
        margin-bottom: 16px
    }
}

@media screen and (max-width: 700px) {
    .certificate__form {
        padding: 24px 0;
        width: calc(100% + 12vw);
        margin: 0 -6vw 38.400000000000006px
    }

    .certificate__data {
        padding: 0 6vw
    }

    .certificate__back {
        margin-left: 24px
    }
}

.choice__selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2.5vw;
    margin-left: -5vw;
    margin-right: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    border-bottom: 1px solid rgba(44, 44, 44, .1)
}

.choice__selected {
    max-width: 33%
}

.choice__selected:not(:last-child) {
    margin-right: 5%
}

.choice__title {
    margin: 0 0 48px
}

.choice .g-checkbox .g-checkbox__box {
    border-radius: 50%
}

.choice .g-checkbox .g-checkbox__box::before {
    background-color: #f27e25;
    border-radius: 50%;
    background-image: none;
    height: 10px;
    width: 10px
}

.choice__text {
    margin: 0 0 3.4vw
}

.choice__box {
    -webkit-box-shadow: 0 23px 50px rgba(146, 152, 155, .15);
    box-shadow: 0 23px 50px rgba(146, 152, 155, .15);
    padding: 3.75vw 5vw;
    background-color: #fff;
    border-radius: 8px;
    display: none
}

.choice__box.visible {
    display: block
}

.choice__wrapper {
    padding: 0 0 6.5vw
}

.choice__topline {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    margin: 0 0 24px
}

.choice__counter {
    color: rgba(0, 0, 0, .4)
}

.choice__item {
    margin: 0 0 24px
}

.choice__item:last-child, .clean-entry__gosts p:last-child, .clean-meaning__text p:last-child, .clean-options__text p:last-child {
    margin: 0
}

.choice__desc {
    min-height: 1px
}

.choice__desc, .choice__holder {
    margin: 0 0 2.5vw
}

.choice__stage {
    display: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.choice__stage.current, .choice__stage[data-result] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.choice__column {
    width: calc(50% - 25px)
}

.choice__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    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
}

.choice__controls .button {
    margin: 0 24px 0 0
}

.choice__back {
    display: none
}

.choice__back.visible {
    display: block
}

.choice__result {
    margin: 0 0 3.75vw;
    width: 100%
}

.choice__link {
    display: inline-block;
    margin: 24px 0 0
}

.choice__bottom {
    background-color: #f5f5f5;
    margin: 0 -3.75vw
}

@media screen and (max-width: 1280px) {
    .choice__selects {
        padding-bottom: 48px
    }

    .choice__text {
        margin-bottom: 60px
    }

    .choice__title {
        margin: 0 0 40.8px
    }

    .choice__desc, .choice__holder {
        margin-bottom: 48px
    }
}

@media screen and (max-width: 1200px) {
    .choice__result {
        width: 100%
    }
}

@media (max-width: 940px) {
    .choice__selects {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .choice__selected {
        max-width: 100%
    }

    .choice__selected:not(:last-child) {
        margin-right: 0;
        margin-bottom: 3%
    }
}

@media screen and (max-width: 800px) {
    .choice__selects {
        margin-left: -6vw;
        margin-right: -6vw;
        padding-left: 6vw;
        padding-right: 6vw
    }

    .choice__stage.current, .choice__stage[data-getter] {
        display: block
    }

    .choice__column {
        margin: 0 0 24px;
        width: 100%
    }

    .choice__column:last-child {
        margin: 0
    }

    .choice__box {
        padding: 36px 6vw
    }

    .choice__link {
        margin: 8px 0 0
    }

    .choice__result {
        margin: 0 0 43.2px
    }
}

@media screen and (max-width: 700px) {
    .choice__bottom {
        margin: 0 -6vw
    }

    .choice__wrapper {
        padding-bottom: 48px
    }

    .choice__controls {
        -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
    }

    .choice__back {
        margin: 0 0 0 24px
    }

    .choice__group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .choice__group .button {
        width: 100%
    }

    .choice__group, .choice__group .button.button--transparent {
        margin: 16px 0 0
    }
}

.clean-advices__title {
    margin: 0 0 2.5vw
}

@media screen and (max-width: 1040px) {
    .clean-advices__title {
        margin: 0 0 48px
    }
}

.clean-consistency__title {
    margin: 0 0 3.75vw
}

.clean-consistency__row {
    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: 0 0 3.75vw
}

.clean-consistency__column {
    width: 43%
}

.clean-consistency__disclaimer {
    color: #c4c4c4
}

@media screen and (max-width: 1600px) {
    .clean-consistency__row {
        padding: 0 36px
    }
}

@media screen and (max-width: 1000px) {
    .clean-consistency__row {
        display: block;
        margin: 0 0 48px
    }

    .clean-consistency__column {
        width: 100%;
        margin: 0 0 2.5vw
    }

    .clean-consistency__column:last-child {
        margin: 0
    }
}

@media screen and (max-width: 700px) {
    .clean-consistency__title {
        margin: 0 0 36px
    }

    .clean-consistency__row {
        padding: 0
    }

    .clean-consistency__column {
        margin: 0 0 16px
    }
}

.clean-elements__title {
    margin: 0 0 3.75vw
}

.clean-elements__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.clean-elements__column {
    width: 48%
}

@media screen and (max-width: 1600px) {
    .clean-elements__row {
        padding: 0 36px
    }
}

@media screen and (max-width: 700px) {
    .clean-elements__row {
        display: block;
        padding: 0
    }

    .clean-elements__column {
        width: 100%;
        margin-bottom: 16px
    }

    .clean-elements__column:last-child {
        margin: 0
    }

    .clean-elements__title {
        margin: 0 0 36px
    }
}

.clean-entry {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.clean-entry__wrapper {
    height: calc(100vh - 129px);
    min-height: 500px;
    padding: 7.85vw 0 0
}

.clean-entry__info {
    position: relative;
    padding: 20px 40px;
    background-color: rgba(255, 255, 255, .6);
    z-index: 5
}

.clean-entry__title {
    margin: 0 0 .5vw
}

.clean-entry__optional {
    max-width: 360px
}

.clean-entry__row {
    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
}

.clean-entry__caption {
    margin: 0 0 1.7vw
}

.clean-entry__gosts p {
    display: block;
    margin: 0 0 8px
}

.clean-entry__desc {
    max-width: 1100px
}

.clean-entry__desc .colored {
    color: #f27e25
}

.clean-entry__scroller {
    position: absolute;
    bottom: 2.5vw;
    left: 0
}

@media screen and (max-width: 1500px) {
    .clean-entry__wrapper {
        height: calc(100vh - 99px)
    }
}

@media screen and (max-width: 1300px) {
    .clean-entry__wrapper {
        padding: 10.42vw 3.75vw 0
    }

    .clean-entry__row {
        display: block
    }

    .clean-entry__desc {
        max-width: unset;
        margin: 0 0 48px
    }

    .clean-entry__optional {
        max-width: unset
    }
}

@media screen and (max-width: 1100px) {
    .clean-entry__scroller {
        position: static
    }

    .clean-entry__wrapper {
        height: auto;
        min-height: unset;
        padding: 10.42vw 3.75vw 5vw
    }

    .clean-entry__row {
        margin: 0 0 60px
    }
}

@media screen and (max-width: 700px) {
    .clean-entry__wrapper {
        padding: 48px 6vw 60px
    }

    .clean-entry__scroller {
        display: none
    }
}

.clean-features__title {
    margin: 0 0 2.5vw
}

@media screen and (max-width: 1600px) {
    .clean-features__list {
        padding: 0 24px
    }
}

@media screen and (max-width: 700px) {
    .clean-features__list {
        padding: 0
    }

    .clean-features__title {
        margin: 0 0 36px
    }
}

.clean-meaning__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
}

.clean-meaning__title {
    max-width: 480px
}

.clean-meaning__text {
    max-width: 600px
}

.clean-meaning__text p {
    display: block;
    margin: 0 0 24px
}

@media screen and (max-width: 1100px) {
    .clean-meaning__wrapper {
        display: block
    }

    .clean-meaning__title {
        margin: 0 0 48px
    }

    .clean-meaning__text {
        max-width: unset
    }
}

.clean-objects__title {
    margin: 0 0 3.75vw;
    text-align: center
}

.clean-objects__main {
    margin: 0 0 16px;
    background-color: #f5f5f5;
    position: relative
}

.clean-objects__inner {
    padding: 5vw;
    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
}

.clean-objects__info {
    max-width: 470px
}

.clean-objects__desc, .clean-objects__name {
    margin: 0 0 1.7vw
}

.clean-objects__desc span {
    display: block;
    margin: 0 0 16px
}

.clean-objects__arrow.arrow-caption__arrow, .clean-objects__sizes {
    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
}

.clean-objects__group {
    width: 48%
}

.clean-objects__caption {
    margin: 0 0 16px
}

.clean-objects__photo {
    width: 440px;
    height: 330px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.clean-objects__arrow.arrow-caption__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.clean-objects__arrow.arrow-caption__arrow--prev {
    left: -5vw;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg)
}

.clean-objects__arrow.arrow-caption__arrow--next {
    right: -5vw
}

.clean-objects__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    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
}

.clean-objects__navslider {
    width: calc(100% - 260px)
}

.clean-objects__navslider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.clean-objects__navslider .slick-track .slick-slide {
    height: 80px
}

.clean-objects__navslider .slick-track .slick-slide.slick-current {
    border-color: #f27e25
}

@media screen and (max-width: 1600px) {
    .clean-objects__wrapper {
        padding: 0 3.75vw
    }

    .clean-objects__arrow.arrow-caption__arrow--prev {
        left: -44px
    }

    .clean-objects__arrow.arrow-caption__arrow--next {
        right: -44px
    }

    .clean-objects__photo {
        width: 360px
    }
}

@media screen and (max-width: 1500px) {
    .clean-objects__wrapper {
        padding: 0
    }

    .clean-objects__photo {
        width: 300px
    }
}

@media screen and (max-width: 1340px) {
    .clean-objects__wrapper {
        padding: 0 50.4px
    }

    .clean-objects__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .clean-objects__photo {
        width: 400px;
        height: 280px;
        margin: 0 0 48px
    }

    .clean-objects__info {
        max-width: unset
    }
}

@media screen and (max-width: 1230px) {
    .clean-objects__slider {
        position: relative
    }
}

@media screen and (max-width: 700px) {
    .clean-objects__wrapper {
        padding: 0
    }

    .clean-objects__title {
        margin: 0 0 36px
    }

    .clean-objects__inner {
        padding: 48px 6vw 72px
    }

    .clean-objects__holder {
        width: calc(100% + ($m3 + 1vw));
        margin: 0 -6vw
    }

    .clean-objects__name {
        margin: 0 0 48px
    }

    .clean-objects__desc {
        margin: 0 0 24px
    }

    .clean-objects__desc span {
        margin: 0 0 8px
    }

    .clean-objects__photo {
        width: 50vw;
        height: 37vw;
        min-width: 260px;
        min-height: 200px
    }

    .clean-objects__sizes {
        display: block
    }

    .clean-objects__group {
        margin: 0 0 36px;
        width: 100%
    }

    .clean-objects__group:last-child {
        margin: 0
    }

    .clean-objects__navslider {
        width: 100%;
        margin: 0 0 24px
    }

    .clean-objects__navslider .slick-track .slick-slide {
        height: 60px
    }

    .clean-objects__controls {
        width: 100%;
        display: block;
        padding: 0 6vw
    }

    .clean-objects__arrow.arrow-caption__arrow {
        top: unset;
        bottom: 0;
        width: 30px;
        height: 30px;
        z-index: 20
    }

    .clean-objects__arrow.arrow-caption__arrow--prev {
        left: 6vw
    }

    .clean-objects__arrow.arrow-caption__arrow--next {
        left: calc(5vw + 1vw + 40px);
        right: unset
    }
}

.clean-options {
    background-color: #f5f5f5
}

.clean-options__title {
    margin: 0 0 3.75vw;
    text-align: center
}

.clean-options__wrapper {
    padding: 6.7vw 0 5vw
}

.clean-options__inner {
    padding: 2.5vw 0 0;
    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
}

.clean-options__caption {
    margin: 0 0 24px
}

.clean-options__text, .clean-options__text p {
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column
}

.clean-options__text {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-width: 360px;
    column-width: 360px;
    -webkit-column-gap: 36px;
    column-gap: 36px
}

.clean-options__text p {
    display: block;
    margin: 0 0 24px
}

.clean-options__perks {
    width: 756px
}

.clean-options__examples {
    width: 390px
}

.clean-options__list {
    height: 490px;
    overflow: hidden
}

.clean-options__docs {
    padding-right: 30px;
    height: 100%
}

.clean-options__docs .simplebar-scrollbar {
    background-color: #c4c4c4;
    width: 12px;
    border-radius: 6px
}

.clean-options__docs .simplebar-track {
    width: 12px;
    background-color: rgba(196, 196, 196, .2);
    border-radius: 6px
}

@media screen and (max-width: 1630px) {
    .clean-options__wrapper {
        padding: 7.85vw 3.75vw
    }

    .clean-options__perks {
        width: 580px
    }
}

@media screen and (max-width: 1500px) {
    .clean-options__wrapper {
        padding: 7.85vw 0
    }

    .clean-options__perks {
        width: 480px
    }
}

@media screen and (max-width: 1350px) {
    .clean-options__wrapper {
        padding: 7.85vw 2.5vw
    }

    .clean-options__perks {
        width: 450px
    }
}

@media screen and (max-width: 1200px) {
    .clean-options__inner {
        padding: 5vw 0 0;
        display: block
    }

    .clean-options__wrapper {
        padding: 7.85vw 3.75vw
    }

    .clean-options__perks {
        width: 100%;
        margin: 0 0 3.75vw
    }

    .clean-options__examples {
        width: 100%
    }
}

@media screen and (max-width: 700px) {
    .clean-options {
        margin: 0 -6vw
    }

    .clean-options__wrapper {
        padding: 10.42vw 6vw
    }

    .clean-options__inner {
        padding: 36px 0 0
    }

    .clean-options__title {
        margin: 0 0 36px
    }

    .clean-options__docs {
        padding-right: 0
    }

    .clean-options__caption {
        margin: 0 0 16px
    }

    .clean-options__text {
        -webkit-columns: unset;
        columns: unset
    }

    .clean-options__list {
        height: 300px
    }

    .clean-options__tabs .g-tabs__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.clean-perks__title {
    margin: 0 0 3.75vw
}

.clean-perks__list {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.clean-perks__list li {
    position: relative;
    display: block;
    width: 48%;
    margin: 0 0 2.5vw
}

.clean-perks__list li:nth-last-child(-n+2) {
    margin: 0
}

.clean-perks__list li:before {
    content: '';
    position: absolute;
    top: 13px;
    left: -10px;
    width: 4px;
    height: 4px;
    background-color: #f27e25;
    border-radius: 50%
}

@media screen and (max-width: 700px) {
    .clean-perks__list {
        display: block
    }

    .clean-perks__list li {
        width: 100%;
        margin: 0 0 24px
    }

    .clean-perks__list li:before {
        top: 10px
    }

    .clean-perks__list li:nth-last-child(-n+2) {
        margin: 0 0 24px
    }

    .clean-perks__title {
        margin: 0 0 36px
    }
}

.clean-rank {
    background-color: #f5f5f5
}

.clean-rank__wrapper {
    padding: 6.7vw 0 7.85vw
}

.clean-rank__title {
    margin: 0 0 3.75vw
}

.clean-rank__row {
    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
}

.clean-rank__main {
    width: 55%
}

.clean-rank__extra {
    width: 42%
}

.clean-rank__desc {
    margin: 0 0 2.5vw
}

.clean-rank__text p {
    margin: 0 0 24px
}

.clean-rank__gost {
    margin: 0 0 1.7vw
}

.clean-rank__levels {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.clean-rank__item {
    margin: 0 0 1.7vw
}

@media screen and (max-width: 1600px) {
    .clean-rank__wrapper {
        padding: 5vw 3.75vw
    }
}

@media screen and (max-width: 1500px) {
    .clean-rank__row {
        display: block
    }

    .clean-rank__main {
        width: 100%;
        margin: 0 0 48px
    }

    .clean-rank__extra {
        width: 100%
    }

    .clean-rank__item {
        width: 48%
    }
}

@media screen and (max-width: 700px) {
    .clean-rank {
        margin: 0 -6vw;
        width: calc(100% + 6vw * 2)
    }

    .clean-rank__wrapper {
        padding: 10.42vw 6vw
    }

    .clean-rank__title {
        margin: 0 0 36px
    }

    .clean-rank__desc {
        margin: 0 0 24px
    }

    .clean-rank__gost, .clean-rank__item {
        margin: 0 0 16px
    }
}

.clean-specifics__title {
    margin: 0 0 3.75vw;
    text-align: center
}

.clean-specifics__line {
    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
}

.clean-specifics__descisions {
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    text-align: center;
    width: 240px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 1.7vw 0
}

.clean-specifics__number, .contacts__inner a, .contacts__mail a {
    color: #f27e25
}

.clean-specifics__text {
    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: 70%
}

.clean-specifics__column {
    width: 43%;
    min-width: 200px
}

.clean-specifics__subtitle {
    margin: 0 0 24px
}

@media screen and (max-width: 1500px) {
    .clean-specifics__line {
        display: block
    }

    .clean-specifics__descisions {
        width: 100%;
        margin: 0 0 3.75vw
    }

    .clean-specifics__text {
        width: 100%
    }

    .clean-specifics__column {
        width: 46%
    }
}

@media screen and (max-width: 900px) {
    .clean-specifics__descisions {
        padding: 24px 0 36px;
        margin: 0 0 48px
    }

    .clean-specifics__text {
        display: block
    }

    .clean-specifics__column {
        width: 100%;
        margin: 0 0 24px
    }

    .clean-specifics__subtitle {
        margin: 0 0 8px
    }
}

@media screen and (max-width: 700px) {
    .clean-specifics__title {
        margin: 0 0 36px
    }
}

.clean-usage {
    background-color: #f5f5f5
}

.clean-usage__wrapper {
    padding: 7.85vw 60px 1.7vw;
    text-align: center
}

.clean-usage__desc {
    margin: 0 auto 5vw;
    max-width: 910px
}

.clean-usage__title {
    margin: 0 0 24px
}

.clean-usage__cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media screen and (max-width: 700px) {
    .clean-usage {
        margin: 0 -6vw;
        width: calc(100% + 6vw * 2)
    }

    .clean-usage__wrapper {
        padding: 10.42vw 6vw 3.75vw
    }

    .clean-usage__title {
        margin: 0 0 36px
    }
}

.clean-validation__title {
    margin: 0 0 3.75vw
}

.clean-validation__row {
    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: 0 0 60px
}

.clean-validation__desc {
    width: 60%
}

.clean-validation__pic {
    width: 360px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.clean-validation__line {
    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
}

.clean-validation__procedures {
    width: 60%
}

.clean-validation__caption {
    margin: 0 0 1.7vw
}

.clean-validation__columns {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 48px;
    column-gap: 48px;
    -webkit-column-width: 336px;
    column-width: 336px;
    margin: 0 0 2.5vw
}

.clean-validation__columns, .clean-validation__columns > * {
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column
}

.clean-validation__goals {
    width: 360px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.clean-validation__list li {
    position: relative;
    margin: 0 0 24px
}

.clean-validation__list li:last-child {
    margin: 0
}

.clean-validation__list li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -10px;
    width: 4px;
    height: 4px;
    background-color: #f27e25;
    border-radius: 50%
}

@media screen and (max-width: 1230px) {
    .clean-validation__line, .clean-validation__row {
        display: block
    }

    .clean-validation__desc, .clean-validation__procedures {
        width: 100%;
        margin: 0 0 24px
    }

    .clean-validation__pic {
        width: 55vw;
        min-width: 260px
    }

    .clean-validation__goals {
        width: 100%
    }
}

@media screen and (max-width: 700px) {
    .clean-validation__list li:before {
        top: 7px
    }

    .clean-validation__title {
        margin: 0 0 24px
    }

    .clean-validation__caption {
        margin: 0 0 16px
    }
}

.clean__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;
    padding-bottom: 10.42vw
}

.clean__sidenav {
    width: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    z-index: 4;
    top: 150px
}

.clean__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 -3.75vw 0 calc(3.75vw * -1 - 120px)
}

.clean__margin {
    margin-bottom: 5.85vw !important
}

.clean__callback {
    margin-bottom: 200px
}

@media screen and (max-width: 1700px) {
    .clean__content {
        margin: 0
    }

    .clean__sidenav {
        margin-right: 40px
    }
}

@media screen and (max-width: 1500px) {
    .clean__content .g-centre {
        max-width: 1000px
    }

    .clean__margin {
        margin-bottom: 10.42vw
    }
}

@media screen and (max-width: 1230px) {
    .clean__sidenav {
        display: none
    }

    .clean__content {
        overflow: hidden;
        margin: 0 -3.75vw;
        padding: 0 3.75vw
    }

    .clean__content .g-centre {
        max-width: unset
    }
}

@media screen and (max-width: 700px) {
    .clean__content {
        overflow: hidden;
        margin: 0 -6vw;
        padding: 0 6vw
    }

    .clean__margin {
        margin-bottom: 64px
    }

    .clean__callback {
        margin-bottom: 100px
    }
}

.contacts {
    padding-top: 20px !important
}

.contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contacts__title {
    font-size: 42px;
    line-height: 30px !important;
    margin-bottom: 0
}

.contacts__info {
    min-width: 400px;
    width: 42%
}

.contacts__map {
    width: 50%;
    min-width: 500px;
    max-height: 520px
}

.contacts__item {
    margin-bottom: 2.5vw
}

.contacts__item:last-child, .docs__block:last-child, .docs__desc p:last-child, .docs__item:last-child, .docs__list li p:last-child, .docs__row:last-child, .docs__textblock:last-child, .footer__pages li:last-child {
    margin-bottom: 0
}

.contacts__caption {
    margin-bottom: 24px;
    font-size: 28px
}

.contacts__inner {
    font-size: 18px !important;
    line-height: 33px !important
}

.contacts__inner--column {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 48px;
    column-gap: 48px;
    font-weight: 400;
    -webkit-column-width: 270px;
    column-width: 270px
}

.contacts__inner--column, .contacts__inner--column > * {
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column
}

.contacts__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 8vw;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.contacts__gallery, .contacts__row, .contacts__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contacts__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 14px !important
}

.contacts__gallery {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px
}

.contacts__person {
    width: calc(25% - 3.75vw);
    margin-bottom: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 3.75vw
}

.contacts__image {
    width: 200px;
    height: 200px;
    margin-bottom: 10px
}

.contacts__image img {
    height: 100%
}

.contacts__job {
    margin-bottom: 8px
}

.contacts__name {
    margin-bottom: 5px
}

.contacts__mail, .docs__desc p, .docs__list li p {
    margin-bottom: 16px
}

@media screen and (max-width: 1300px) {
    .contacts__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts__info {
        margin-bottom: 5vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .contacts__info, .contacts__map {
        width: 100%;
        min-width: unset
    }

    .contacts__item {
        width: 48%;
        margin-bottom: 3.75vw
    }
}

@media screen and (max-width: 1040px) {
    .contacts__row {
        display: block
    }

    .contacts__item {
        width: 100%
    }

    .contacts__person {
        width: calc(33.3% - 3.75vw);
        margin-bottom: 5vw
    }
}

@media screen and (max-width: 720px) {
    .contacts__person {
        width: calc(50% - 3.75vw);
        margin-bottom: 7.85vw
    }
}

@media screen and (max-width: 600px) {
    .contacts__map {
        height: 75vw
    }

    .contacts__inner--column {
        -webkit-columns: unset;
        columns: unset
    }
}

@media screen and (max-width: 500px) {
    .contacts__person {
        width: calc(70% - 3.75vw);
        margin-bottom: 16px
    }

    .contacts__limiter {
        overflow: hidden
    }

    .contacts__gallery {
        padding-top: 7.85vw;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px;
        margin-bottom: -20px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.docs__content {
    margin-bottom: 7.85vw
}

.docs__title {
    margin-bottom: 3.75vw
}

.docs__disclaimer {
    margin: 0 0 5vw
}

.docs__subtitle {
    margin-bottom: 3.75vw
}

.docs__item {
    margin-bottom: 7vw
}

.docs__row {
    margin-bottom: 3.75vw
}

.docs__block {
    margin: 0 0 3.75vw
}

.docs__textblock {
    margin-bottom: 3.75vw
}

.docs__caption {
    margin-bottom: 24px
}

.docs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -24px
}

.docs__list li {
    width: calc(25% - 48px);
    margin: 0 24px 1.7vw
}

.docs__list li span {
    color: rgba(0, 0, 0, .4);
    margin-bottom: 16px;
    display: block
}

@media screen and (max-width: 1200px) {
    .docs__list li {
        width: calc(33.3% - 48px);
        margin: 0 24px 3.75vw
    }
}

@media screen and (max-width: 700px) {
    .docs__form {
        margin: 0 -6vw
    }

    .docs__list li {
        width: calc(50% - 48px);
        margin: 0 24px 7.85vw
    }
}

@media screen and (max-width: 500px) {
    .docs__column, .docs__list li, .docs__row, .docs__textblock {
        margin-bottom: 7.85vw
    }

    .docs__item, .docs__title {
        margin-bottom: 40px
    }

    .docs__caption {
        margin-bottom: 16px
    }

    .docs__list li {
        width: 100%
    }

    .docs__list li span {
        margin: 0 0 8px
    }

    .docs__list li p {
        margin: 0 0 10px
    }
}

.faq__title {
    margin-bottom: 2.5vw
}

.faq__row {
    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
}

.faq__questions {
    min-width: 500px;
    width: 50%
}

.faq__form {
    width: 42%;
    position: -webkit-sticky;
    position: sticky;
    top: 150px
}

@media screen and (max-width: 1300px) {
    .faq__form {
        position: static
    }
}

@media screen and (max-width: 1100px) {
    .faq__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .faq__form {
        width: 100%
    }

    .faq__questions {
        width: 100%;
        margin-bottom: 5vw;
        min-width: unset;
        padding: 24px 0
    }
}

@media screen and (max-width: 700px) {
    .faq__form {
        margin: 0 -6vw;
        width: calc(100% + 12vw)
    }
}

.filters {
    background-color: #fff;
    max-width: 1300px
}

.filters__inner {
    padding: 5vw 7.85vw 3.75vw
}

.filters__title {
    margin: 0 0 3.75vw
}

.filters__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.filters__column {
    margin: 0 3.75vw 48px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 240px
}

.filters__column:last-child, .filters__column:nth-child(3n) {
    margin-right: 0
}

.filters__caption {
    margin: 0 0 24px
}

.filters__item {
    margin: 0 0 14px
}

.filters__item:last-child, .footer__social a:last-child, .header__menu > li:last-child {
    margin: 0
}

.filters__controls .button--filters {
    margin: 0 0 0 24px
}

@media screen and (max-width: 1100px) {
    .filters__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .filters__inner {
        padding: 7.85vw 5vw 5vw
    }

    .filters__item {
        margin: 0 24px 16px 0
    }

    .filters__item:last-child {
        margin: 0 0 16px
    }

    .filters__row {
        display: block
    }

    .filters__controls {
        margin: 36px 0 0
    }

    .filters__caption, .filters__column {
        margin-bottom: 16px
    }
}

@media screen and (max-width: 800px) {
    .filters {
        height: 100%
    }

    .filters__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .filters__title {
        margin: 0 0 36px
    }

    .filters__caption {
        margin: 0 0 24px
    }

    .filters__inner {
        padding: 55.199999999999996px 6vw 72px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .filters__row {
        height: 62vh;
        min-height: 320px;
        overflow: auto;
        padding: 0 0 90px
    }

    .filters__column {
        margin: 0 0 32px
    }

    .filters__holder {
        position: relative
    }

    .filters__holder:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        top: unset;
        bottom: 0;
        height: 90px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
        background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%)
    }

    .filters__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        position: fixed;
        background-color: #fff;
        z-index: 20;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 32px 6vw
    }

    .filters__controls .button {
        width: 100%
    }

    .filters__controls .button--filters {
        margin: 0 16px 0 0
    }
}

@media screen and (max-width: 800px) and (orientation: landscape) {
    .filters__row {
        height: auto;
        min-height: unset;
        padding: 0
    }

    .filters__controls {
        position: static;
        padding: 0
    }

    .filters__holder {
        position: static
    }
}

.footer__main {
    background-color: #2c2c2c;
    padding: 55.199999999999996px 0
}

.footer__bottom {
    background-color: #3e3e3e;
    padding: 48px 0 55.199999999999996px
}

.footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    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
}

.footer__soc-caption {
    margin: 0 0 16px;
    color: #c4c4c4
}

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__caption {
    margin-bottom: 24px;
    display: block;
    pointer-events: none
}

.footer__column {
    margin-right: 2.5vw;
    margin-bottom: 36px;
    width: calc(20% - 2.5vw);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.footer__column:last-child, .footer__pages:last-child {
    margin-right: 0
}

.footer__column a {
    color: #fff
}

.footer__pages {
    max-width: 230px;
    margin-right: 2.5vw
}

@media screen and (min-width: 1301px) {
    .footer__pages {
        display: block !important
    }
}

.footer__pages li {
    margin-bottom: 16px
}

.footer__pages li a {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease
}

.footer__pages li a:hover {
    border-bottom-color: transparent
}

.footer__contacts {
    margin-bottom: 2.5vw
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__social a {
    width: 30px;
    height: 30px;
    margin-right: 16px
}

.footer__copy {
    color: rgba(255, 255, 255, .5)
}

.footer__phones, .footer__pxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer__pxl {
    color: rgba(255, 255, 255, .5)
}

.footer__pxl a {
    display: inline-block;
    width: 85px
}

.footer__pxl a svg polygon {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.footer__phones {
    margin: 0 0 31.200000000000003px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 570px
}

.footer__item {
    margin: 0 48px 24px 0;
    text-align: right;
    width: auto
}

.footer__item:last-child, .footer__item:nth-child(3n) {
    margin-right: 0
}

.footer__city {
    margin: 0 0 16px;
    color: #c4c4c4;
    white-space: nowrap
}

.footer__callme {
    display: block;
    color: #fff;
    white-space: nowrap
}

.footer--white-theme .footer__main {
    background: #fff
}

.footer--white-theme .footer__caption {
    color: #2c2c2c
}

.footer--white-theme .footer__pages li a {
    color: #f27e25;
    border-bottom: 1px solid rgba(242, 126, 37, .5)
}

@media screen and (max-width: 1340px) {
    .footer__column {
        width: calc(25% - 2.5vw);
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset
    }

    .footer__caption {
        margin: 0 0 16px
    }

    .footer__menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__bottom, .footer__main {
        padding: 48px 3.75vw
    }
}

@media screen and (max-width: 1000px) {
    .footer__pages {
        display: none;
        padding: 24px 16px 36px;
        width: 100%;
        max-width: unset
    }

    .footer__pages li {
        font-size: 16px;
        line-height: 22px;
        display: block;
        margin: 0 0 22px
    }

    .footer__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__caption {
        pointer-events: auto;
        margin-bottom: 0;
        position: relative;
        padding: 16px 0;
        font-weight: 500
    }

    .footer__caption:before {
        content: '';
        position: absolute;
        background-image: url(../images/dropdown-white.svg);
        background-repeat: no-repeat;
        right: 2px;
        top: 49%;
        width: 10px;
        height: 6px
    }

    .footer__caption.opened:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .footer__column {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .3)
    }

    .footer__column:last-child {
        border-bottom: none
    }

    .footer__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer__contacts {
        margin: 0 0 48px
    }

    .footer__phones {
        max-width: unset;
        margin: 0 0 32px;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__item {
        margin: 0 0 24px;
        width: 48%;
        text-align: left
    }

    .footer__city {
        margin: 0 0 8px
    }

    .footer__copy {
        margin: 0 0 24px
    }
}

@media screen and (max-width: 700px) {
    .footer__bottom, .footer__main {
        padding: 40px 6vw
    }

    .footer__pages li a {
        border-color: rgba(255, 255, 255, .15)
    }
}

.form-feedback {
    background: #f5f5f5
}

.form-feedback .g-tabs {
    margin: 0
}

.form-feedback .g-tabs__tab {
    color: #2c2c2c
}

.form-feedback .error > .form-feedback__hint {
    color: red
}

.form-feedback .error > .input, .form-feedback .error > .textarea {
    border: 1px solid red
}

.form-feedback_add-picture .form-feedback__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-feedback_mobile .form-feedback__row {
    padding: 72px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-feedback_mobile .form-feedback__wrap {
    max-width: 405px
}

.form-feedback_mobile .form-feedback__footer {
    -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
}

.form-feedback_mobile .footer-feedback__policy {
    margin-left: 0;
    margin-top: 32px
}

.form-feedback_mobile .form-feedback__item-halfs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form-feedback_mobile .form-feedback__item-halfs .form-feedback__choice-button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.form-feedback_mobile .form-feedback__item-halfs .form-feedback__choice-button:first-of-type {
    border-radius: 10px 10px 0 0
}

.form-feedback_mobile .form-feedback__item-halfs .form-feedback__choice-button:last-of-type {
    border-radius: 0 0 10px 10px
}

.form-feedback_mobile .form-feedback__input-chekbox {
    margin-top: 3px
}

.form-feedback_mobile .form-feedback__item-parts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form-feedback_mobile .form-feedback__item-parts .form-feedback__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%
}

.form-feedback__row {
    padding: 96px 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.form-feedback__product-picture {
    margin: 0 32px 32px 0
}

.form-feedback__product-picture img {
    width: 300px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    mix-blend-mode: multiply
}

.form-feedback__wrap {
    max-width: 712px;
    width: 100%
}

.form-feedback__header {
    margin-bottom: 48px
}

.form-feedback__description, .form-feedback__title {
    display: block;
    font-size: 36px;
    line-height: 130%
}

.form-feedback__description {
    margin-top: 16px;
    font-size: 24px
}

.form-feedback__item {
    position: relative;
    margin-bottom: 32px;
    display: block
}

.form-feedback__item-parts {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-feedback__item-parts .form-feedback__item {
    -ms-flex-preferred-size: calc(50% - 16px);
    flex-basis: calc(50% - 16px)
}

.form-feedback__hint {
    position: absolute;
    top: 16px;
    left: 24px;
    font-size: 13px;
    line-height: 130%;
    color: #000;
    opacity: .4;
    display: block
}

.form-feedback__hint_static {
    position: static;
    margin-bottom: 16px
}

.form-feedback__item-halfs .form-feedback__item {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 32px
}

.form-feedback__item-halfs .form-feedback__choice-button {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.form-feedback__item-halfs .button-tabs {
    background: rgba(196, 196, 196, .3)
}

.form-feedback__item-halfs .button-tabs_active {
    background: #f27e25
}

.form-feedback__choice-button:first-of-type {
    border-radius: 10px 0 0 10px
}

.form-feedback__choice-button:last-of-type {
    border-radius: 0 10px 10px 0
}

.form-feedback__input-file {
    border: 2px dashed #ababab;
    border-radius: 4px;
    height: 80px;
    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;
    width: 100%;
    cursor: pointer;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #c4c4c4
}

.form-feedback__input-file:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 12px;
    background: url(../images/icon-add.png) no-repeat center/contain
}

.form-feedback__input-hidden {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.form-feedback__item-chekbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    line-height: 130%;
    position: relative;
    cursor: pointer;
    color: #2c2c2c
}

.form-feedback__input-chekbox {
    width: 16px;
    height: 16px;
    min-width: 16px;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    margin-right: 8px;
    margin-top: 4px;
    position: relative
}

.form-feedback__input-chekbox::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: url(../images/check.svg) no-repeat center/contain;
    display: none
}

.form-feedback__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 32px
}

.form-feedback__button-submit {
    font-size: 24px;
    line-height: 100%;
    padding: 24px 44px;
    background: #f27e25;
    border-radius: 4px;
    max-height: 80px;
    max-width: 215px;
    display: inline-block;
    color: #fff;
    cursor: pointer
}

.footer-feedback__policy {
    font-size: 18px;
    line-height: 130%;
    max-width: 350px;
    margin-left: 40px
}

.footer-feedback__policy a {
    display: inline-block;
    color: #f27e25;
    text-decoration: underline
}

.form-feedback__choice-button {
    display: inline-block;
    text-align: center;
    padding: 24px 8px;
    color: #2c2c2c;
    border: 0;
    cursor: pointer;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.form-feedback__choice-button::before {
    display: none
}

.form-feedback__choice-button.g-tabs__tab {
    background: rgba(196, 196, 196, .3)
}

.form-feedback__choice-button.g-tabs__tab.current {
    background: #f27e25;
    color: #fff
}

.form-feedback__advice {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 130%;
    color: #2c2c2c
}

input[type=checkbox]:checked + .form-feedback__input-chekbox {
    border: 1px solid #f27e25
}

input[type=checkbox]:checked + .form-feedback__input-chekbox::before {
    display: inline-block
}

@media screen and (max-width: 1500px) {
    .form-feedback__row {
        padding: 96px 60px
    }
}

@media screen and (max-width: 1180px) {
    .form-feedback__row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-feedback__product-picture {
        display: none
    }

    .form-feedback_add-picture .form-feedback__row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 920px) {
    .form-feedback__row {
        padding: 72px 24px
    }

    .form-feedback__wrap {
        max-width: 405px
    }

    .form-feedback__footer {
        -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
    }

    .footer-feedback__policy {
        margin-left: 0;
        margin-top: 32px
    }

    .form-feedback__item-halfs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form-feedback__item-halfs .form-feedback__choice-button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .form-feedback__item-halfs .form-feedback__choice-button:first-of-type {
        border-radius: 10px 10px 0 0
    }

    .form-feedback__item-halfs .form-feedback__choice-button:last-of-type {
        border-radius: 0 0 10px 10px
    }

    .form-feedback__input-chekbox {
        margin-top: 3px
    }

    .form-feedback__item-parts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form-feedback__item-parts .form-feedback__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%
    }
}

@media screen and (max-width: 450px) {
    .form-feedback {
        background: 0 0
    }

    .form-feedback__row {
        padding: 72px 0
    }
}

.form {
    position: relative;
    background-color: #f5f5f5;
    border-radius: 8px
}

.form--response {
    border-radius: 0
}

.form__inner {
    padding: 3.75vw 6vw
}

.form__inner--item {
    padding: 5vw 3.75vw calc(3.75vw + 8px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form__inner--item .form__title {
    margin-bottom: 16px
}

.form__inner--certificate {
    padding: 0
}

.form__inner--certificate .form__titlebook {
    margin-bottom: 1.7vw
}

.form__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 215px;
    margin-right: 60px
}

.form__group {
    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: 2.5vw
}

.form__group--stretch {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial
}

.form__group .form__bottom, .form__group .form__fields, .form__group .form__line, .form__group .form__sent {
    margin-bottom: 0
}

.form__group .form__line {
    max-width: 48%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 1.7vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form__group .form__line:last-child {
    margin-right: 0
}

.form__group .form__bottom {
    margin-left: 1.7vw;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 215px
}

.form__group .form__bottom .button {
    width: 100%
}

.form__titlebook {
    margin-bottom: 2.5vw
}

.form__title {
    margin: 0 0 16px
}

.form__fields {
    margin-bottom: 2.5vw
}

.form__fields .g-tabs__container {
    padding-top: 1.7vw
}

.form__fields--long, .form__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.form__line {
    -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;
    position: relative;
    margin-bottom: 24px;
    border: 1px solid #ababab;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 16px 24px;
    height: 80px;
    min-height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #fff
}

.form__line:last-child, .header__burger span:last-child, .header__sub-column a:last-child {
    margin-bottom: 0
}

.form__line:focus-within {
    border-color: #f27e25
}

.form__line--textarea {
    height: 160px
}

.form__line--textarea textarea {
    min-height: 80%;
    overflow: hidden;
    resize: none
}

.form__line.error {
    border-color: red
}

.form__input {
    background-color: transparent;
    font-weight: 500;
    width: 100%
}

.form__input::-webkit-input-placeholder {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0
}

.form__input:-ms-input-placeholder, .form__input::-ms-input-placeholder {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0
}

.form__input::placeholder {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0
}

.form__input:focus::-webkit-input-placeholder {
    opacity: .5
}

.form__input:focus:-ms-input-placeholder, .form__input:focus::-ms-input-placeholder {
    opacity: .5
}

.form__input:focus::placeholder {
    opacity: .5
}

.form__label {
    color: rgba(0, 0, 0, .3);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 30px;
    -webkit-transform: translate(0, 22px);
    -ms-transform: translate(0, 22px);
    transform: translate(0, 22px);
    will-change: transform, font-size
}

@media (max-width: 1500px) {
    .form__label {
        font-size: calc((100vw - 320px) / 1180 * 8 + 16px);
        line-height: calc((100vw - 320px) / 1180 * 6 + 24px)
    }
}

.form__label--visible {
    font-size: 14px;
    line-height: 18px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@media (max-width: 1100px) {
    .form__label--visible {
        font-size: calc((100vw - 320px) / 780 * 4 + 10px);
        line-height: calc((100vw - 320px) / 780 * 4 + 14px)
    }
}

.form__bottom--line {
    display: -webkit-box;
    display: -ms-flexbox;
    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
}

.form__bottom--line .form__sent {
    margin-bottom: 0
}

.form__warning {
    color: rgba(0, 0, 0, .4);
    max-width: 360px
}

.form__sent {
    margin-bottom: 1.7vw
}

.form__confidential {
    width: 100%;
    max-width: 360px
}

.form__confidential--long {
    max-width: unset
}

.form__confidential > a {
    color: #f27e25
}

@media screen and (max-width: 1870px) {
    .form__inner--item {
        display: block;
        max-width: 1000px
    }

    .form__image {
        margin: 0 0 2.5vw
    }
}

@media screen and (max-width: 1400px) {
    .form__fields .g-tabs__container {
        padding-top: 24px
    }

    .form__bottom--line {
        -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
    }

    .form__bottom--line .form__sent {
        margin-bottom: 24px
    }

    .form__line {
        height: 70px;
        padding: 14px 24px
    }

    .form__line--textarea {
        height: 120px
    }
}

@media screen and (max-width: 1360px) {
    .form__image {
        display: none
    }
}

@media screen and (max-width: 1300px) {
    .form__inner--item .form__titlebook {
        margin-bottom: 3.75vw
    }

    .form__inner--item .form__title {
        margin-bottom: 8px
    }

    .form__line {
        padding: 8px 20px
    }

    .form__line--textarea {
        height: 100px
    }
}

@media screen and (max-width: 960px) {
    .form__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form__group .form__line {
        margin-bottom: 3.75vw;
        max-width: unset
    }

    .form__group .form__bottom {
        margin-left: 0;
        width: 100%
    }

    .form__label {
        margin: 0 0 4px;
        -webkit-transform: translate(0, 14px);
        -ms-transform: translate(0, 14px);
        transform: translate(0, 14px)
    }

    .form__label--visible {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .form__fields {
        margin-bottom: 36px
    }

    .form__fields--long {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .form__fields .g-tabs__container {
        padding-top: 8px
    }
}

@media screen and (max-width: 700px) {
    .form {
        border-radius: 0
    }

    .form__inner {
        padding: 7.85vw 34px
    }

    .form__inner--item {
        padding: 7.85vw 6vw
    }

    .form__group .form__bottom {
        max-width: unset
    }

    .form__line {
        height: 60px
    }

    .form__line--textarea {
        height: 80px
    }

    .form__response {
        margin: 0 0 48px
    }
}

.found__row {
    padding: 72px 0 200px
}

.found__wrapper {
    margin: 0 auto;
    max-width: 1440px
}

.found__title {
    text-align: center;
    margin-bottom: 2.5vw;
    font-size: 64px;
    line-height: 80px;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 600px) {
    .found__title {
        font-size: calc((100vw - 320px) / 280 * 40 + 24px);
        line-height: calc((100vw - 320px) / 280 * 48 + 32px)
    }
}

.found__searchform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 3.75vw;
    max-width: 700px
}

.found .g-tabs__menu, .found__results {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto
}

.found__results {
    position: relative
}

.found__results--full {
    margin-top: 20px;
    max-width: initial
}

.found__results .g-item {
    border-top: none;
    border-bottom: 1px solid #c4c4c4
}

.found__results .g-item__inner {
    margin: 0;
    max-width: none
}

.found__results .g-item__image {
    width: 300px;
    margin-right: 96px
}

.found__results .g-item__info {
    max-width: none
}

.found__results .g-item__name {
    text-decoration: underline;
    margin-bottom: 32px;
    max-width: 80%
}

.found__results .g-item__desc {
    max-width: 80%;
    font-size: 24px;
    line-height: 140%;
    color: #202020
}

.found__results > div:last-child {
    border-bottom: none
}

.found__error-message {
    text-align: center
}

.found__pagination {
    padding-top: 80px
}

@media (min-width: 1180px) {
    .found__results {
        padding: 0 60px
    }

    .found__results--catalog {
        padding: 0
    }

    .found__results .g-item__desc, .found__results .g-item__name {
        max-width: 100%
    }
}

@media screen and (max-width: 600px) {
    .found__row {
        padding: 60px 0 100px
    }

    .found__title {
        margin-bottom: 10.42vw
    }
}

.fancybox-overlay {
    background: rgba(225, 225, 225, .7) !important
}

.gallery__draw .fancybox-close {
    position: absolute;
    z-index: 40003;
    top: 0;
    right: calc(-5vw - 12px);
    width: 60px;
    height: 60px;
    background: url(../images/close.svg) no-repeat;
    background-size: 60px 60px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.gallery__draw .fancybox-skin {
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important
}

.gallery__fancy .fancybox-caption-wrap, .gallery__fancy .fancybox-nav:hover span {
    display: none
}

.gallery__fancy .fancybox-custom-caption {
    position: relative
}

.gallery__fancy .fancybox-skin {
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important
}

.gallery__fancy .fancybox-title {
    padding: 15px;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    line-height: 18px
}

.gallery__fancy .fancybox-close, .gallery__fancy .fancybox-nav {
    width: 60px;
    height: 60px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.gallery__fancy .fancybox-close {
    right: calc(-5vw - 12px);
    background: url(../images/close.svg) no-repeat;
    background-size: 60px 60px;
    position: absolute;
    z-index: 40003;
    top: 0
}

.gallery__fancy .fancybox-nav {
    background-color: rgba(44, 44, 44, .65);
    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-negative: 0;
    flex-shrink: 0;
    padding: 10px 20px;
    border-radius: 50%;
    position: fixed;
    top: 50%;
    z-index: 8;
    background-position: center;
    background-repeat: no-repeat
}

.gallery__fancy .fancybox-next {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    right: calc(-5vw - 12px);
    background-image: url(../images/arrow.svg)
}

.gallery__fancy .fancybox-prev {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    left: calc(-5vw - 12px);
    background-image: url(../images/arrow.svg)
}

.gallery__fancy .fancybox-outer {
    overflow: hidden
}

@media (max-width: 1140px) {
    .gallery__fancy .fancybox-close {
        height: 40px;
        width: 40px;
        background-size: 40px 40px
    }

    .gallery__fancy .fancybox-nav {
        width: 40px;
        height: 40px;
        padding: 6px 12px
    }

    .gallery__fancy .fancybox-next {
        right: 0
    }

    .gallery__fancy .fancybox-prev {
        left: 0
    }

    .gallery__draw .fancybox-close {
        height: 40px;
        width: 40px;
        background-size: 40px 40px
    }
}

@media (max-width: 700px) {
    .gallery__fancy .fancybox-close {
        right: 0;
        top: -50px
    }

    .gallery__fancy .fancybox-next {
        right: 6vw
    }

    .gallery__fancy .fancybox-prev {
        left: 6vw
    }

    .gallery__draw .fancybox-close {
        right: 0;
        top: -50px
    }
}

.gridlist__title {
    margin-bottom: 3.75vw
}

.gridlist__gallery {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 2.5vw;
    margin-bottom: 2.5vw
}

.gridlist__gallery, .gridlist__gallery.g-tabs__container.current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gridlist__item {
    width: calc(33.3% - 30px);
    margin-right: 45px;
    margin-bottom: 2.5vw
}

.gridlist__item:nth-child(3n) {
    margin-right: 0
}

.gridlist__image, .header__burger span {
    display: block;
    width: 100%;
    height: 240px;
    margin-bottom: 24px
}

.gridlist__image img {
    height: 100%
}

.gridlist__date {
    color: #c4c4c4;
    margin-bottom: 8px;
    font-weight: 500
}

.gridlist__name {
    color: #f27e25;
    display: inline-block;
    margin-bottom: 16px
}

@media screen and (max-width: 1160px) {
    .gridlist__gallery {
        padding-top: 5vw;
        margin-bottom: 5vw;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .gridlist__item {
        width: calc(50% - 30px);
        margin-right: 0;
        margin-bottom: 5vw
    }
}

@media screen and (max-width: 700px) {
    .gridlist__gallery {
        padding-top: 10.42vw;
        margin-bottom: 5vw
    }

    .gridlist__item {
        width: 100%;
        margin-bottom: 50px
    }

    .gridlist__image {
        height: 50vw;
        min-height: 180px;
        max-height: 280px
    }
}

.header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    z-index: 50
}

.header--fixed.header--white, .header--sticky {
    -webkit-box-shadow: 0 -20px 19px 3px;
    box-shadow: 0 -20px 19px 3px
}

.header--no-shadow {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.header--fixed {
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent
}

.header--fixed.header--white {
    background-color: #fff
}

.header--black {
    background: #2c2c2c
}

.header--black .header__menu .menu-item-has-children::before {
    background-image: url(../images/dropdown-grey.png)
}

.header--black .phone-nav__value {
    color: #fff
}

.header--black .phone-nav__panel {
    background: #3e3e3e
}

.header--black .phone-nav__city, .header__menu > li a, .header__sub-menu > ul > li > a {
    color: #fff
}

.header--black .phone-nav__city:hover {
    background-color: rgba(245, 245, 245, .1)
}

.header__wrapper {
    width: 100%
}

.header__block, .header__limiter, .header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    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
}

.header__row {
    padding: 47px 3.75vw
}

.header__block, .header__limiter {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.header__closer {
    display: none
}

.header__burger {
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25px;
    height: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__burger span {
    height: 2px;
    border-radius: 2px;
    background-color: #f27e25;
    margin-bottom: 4px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.header__burger.opened span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 12px;
    -ms-transform-origin: 12px;
    transform-origin: 12px;
    margin-bottom: 0
}

.header__burger.opened span:nth-child(3) {
    opacity: 0
}

.header__burger.opened span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: 0;
    -webkit-transform-origin: 10px;
    -ms-transform-origin: 10px;
    transform-origin: 10px
}

.header__box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__box, .header__party {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 1550px) and (min-width: 1500px) {
    .header__party, .header__party .phone-nav {
        font-size: 16px
    }
}

.header__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1em;
    max-width: 220px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 3.4vw;
    min-height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__menu {
    font-family: 'Roboto', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px
}

@media screen and (max-width: 1500px) {
    .header__menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.header__menu > li {
    margin-right: 20px;
    min-height: 40px;
    position: relative;
    bottom: -6px
}

.header__menu > li.menu-item-has-children {
    margin-right: 2.5vw;
    position: relative;
    display: block
}

.header__menu > li.menu-item-has-children:before {
    content: '';
    position: absolute;
    background-image: url(../images/dropdown.png);
    right: -21px;
    top: 1px;
    width: 21px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (min-width: 1181px) {
    .header__menu > li.menu-item-has-children:hover:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .header__menu > li.menu-item-has-children:hover .header__sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.header__menu > li ul {
    -webkit-box-shadow: 0 2px 8px rgba(146, 152, 155, .2);
    box-shadow: 0 2px 8px rgba(146, 152, 155, .2);
    padding: 1.7vw;
    border-radius: 8px
}

.header__menu > li ul li {
    padding: 5px 10px;
    width: 100%;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

.header__sub-menu {
    position: absolute;
    z-index: 51;
    top: 40px;
    left: 0;
    background: #3e3e3e;
    border-radius: 8px;
    overflow: hidden;
    display: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header__sub-column a:hover, .header__sub-menu > ul > li > a:hover {
    opacity: .5
}

.header__sub-menu--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__sub-row {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px
}

.header__sub-column, .header__sub-row--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__sub-column {
    margin-right: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 170px
}

.header__sub-column:last-child {
    margin-right: 0
}

.header__sub-column a {
    color: #fff;
    display: block;
    margin-bottom: 16px;
    cursor: pointer
}

.header__sub-column:only-child a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.header__menu-navigation {
    min-width: 240px;
    width: 100%;
    height: 100%;
    position: relative
}

.header__menu-navigation > a {
    padding: 16px 32px;
    display: block;
    background: 0 0;
    cursor: pointer;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header__menu-navigation > a:hover {
    background-color: rgba(245, 245, 245, .1);
    color: #f27e25;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header__menu-navigation > a::after, .header__menu-navigation > a:hover:after {
    display: inline-block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header__menu-navigation > a::after {
    height: 100%;
    width: 4px;
    content: '';
    background: #f27e25;
    top: 0;
    right: -1px;
    position: absolute;
    display: none;
    z-index: 1
}

.header__menu-navigation::after {
    height: 100%;
    width: 1px;
    background: #bdbdbd;
    content: '';
    position: absolute;
    top: 0;
    right: -1px
}

.header__phone-nav {
    margin-right: 1.7vw
}

@media screen and (max-width: 1550px) and (min-width: 1500px) {
    .header__phone-nav {
        margin-right: 16px
    }
}

.header__langs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1.7vw
}

@media screen and (max-width: 1550px) and (min-width: 1500px) {
    .header__langs {
        margin-right: 16px
    }
}

.header__langs--mobile, .header__mobile {
    display: none
}

.header__langs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px
}

@media screen and (max-width: 1550px) and (min-width: 1500px) {
    .header__langs li {
        margin-right: 16px
    }
}

.header__langs li:last-child {
    margin: 0
}

.header__langs li a {
    color: #c4c4c4;
    border-bottom: 1px solid #c4c4c4
}

.header__langs li a:hover, .icon-cat__name span:hover {
    border-bottom-color: transparent
}

@media screen and (max-width: 1500px) {
    .header__box, .header__menu {
        font-size: 16px;
        line-height: 22px
    }

    .header__menu li.menu-item-has-children:before {
        top: -2px
    }

    .header__logo {
        max-width: 200px;
        margin-right: 48px
    }

    .header__row {
        padding: 30px 3.75vw
    }

    .header__party {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header__langs, .header__langs li, .header__phone-nav {
        margin-right: 16px;
        display: none
    }

    .header__langs--mobile {
        display: none
    }
}

@media screen and (max-width: 1180px) {
    .header--black .phone-nav__panel {
        background: #fff
    }

    .header--black .phone-nav__city {
        color: #000
    }

    .header--black .phone-nav__city:hover {
        background-color: #f5f5f5
    }

    .header--black .phone-nav__value {
        color: #000;
        margin-left: 16px
    }

    .header--black .header__langs--desktop {
        display: none
    }

    .header--black .header__langs--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 32px;
        margin-top: -4px
    }

    .header--black .header__langs--mobile li {
        font-size: 14px
    }

    .header--black .header__langs--mobile li:not(:last-child) {
        margin-right: 14px
    }

    .header .phone-nav__head {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .header__row {
        position: relative;
        padding: 32px 3.75vw
    }

    .header__wrapper {
        opacity: 0
    }

    .header__wrapper--visible {
        opacity: 1
    }

    .header__limiter {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        overflow: auto;
        width: 450px;
        -webkit-box-shadow: 0 23px 50px rgba(146, 152, 155, .15);
        box-shadow: 0 23px 50px rgba(146, 152, 155, .15);
        pointer-events: none;
        -webkit-transition: opacity .5s cubic-bezier(.54, .01, .49, 1), background-color .5s cubic-bezier(.54, .01, .49, 1), -webkit-transform .5s cubic-bezier(.54, .01, .49, 1);
        -o-transition: opacity .5s cubic-bezier(.54, .01, .49, 1), background-color .5s cubic-bezier(.54, .01, .49, 1), transform .5s cubic-bezier(.54, .01, .49, 1);
        transition: opacity .5s cubic-bezier(.54, .01, .49, 1), background-color .5s cubic-bezier(.54, .01, .49, 1), transform .5s cubic-bezier(.54, .01, .49, 1);
        transition: opacity .5s cubic-bezier(.54, .01, .49, 1), background-color .5s cubic-bezier(.54, .01, .49, 1), transform .5s cubic-bezier(.54, .01, .49, 1), -webkit-transform .5s cubic-bezier(.54, .01, .49, 1);
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        z-index: -1;
        will-change: transform, opacity, z-index
    }

    .header__limiter--visible {
        background: #fff;
        pointer-events: auto;
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        z-index: 1
    }

    .header__block {
        padding: 84px 3.75vw 32px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        z-index: 110;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        background: #fff;
        -webkit-transition: all .5s cubic-bezier(.54, .01, .49, 1), background .36s cubic-bezier(.32, .08, .24, 1), height .56s cubic-bezier(.52, .16, .24, 1);
        -o-transition: all .5s cubic-bezier(.54, .01, .49, 1), background .36s cubic-bezier(.32, .08, .24, 1), height .56s cubic-bezier(.52, .16, .24, 1);
        transition: all .5s cubic-bezier(.54, .01, .49, 1), background .36s cubic-bezier(.32, .08, .24, 1), height .56s cubic-bezier(.52, .16, .24, 1)
    }

    .header__block, .header__box {
        -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%
    }

    .header__box--reversive {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__mobile {
        width: 100%;
        display: block
    }

    .header__party {
        width: 100%;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        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
    }

    .header__menu {
        display: none
    }

    .header__langs {
        -ms-flex-item-align: unset;
        align-self: unset;
        margin: 0
    }

    .header__closer {
        display: block;
        position: absolute;
        right: 3.75vw;
        top: 32px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: 0 0;
        cursor: pointer
    }

    .header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__logo {
        min-height: auto
    }
}

@media screen and (max-width: 700px) {
    .header__row {
        padding: 20px 6vw
    }

    .header__logo {
        max-width: 140px
    }

    .header__limiter {
        width: 100%
    }

    .header__block {
        padding: 72px 6vw 48px
    }

    .header__closer {
        right: 6vw;
        top: 20px
    }
}

@media screen and (max-width: 500px) {
    .header__party {
        height: 30px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .header .phone-nav__toggler {
        margin-right: 28px
    }

    .header .phone-nav.opened .phone-nav__panel {
        border-radius: 0;
        -webkit-box-shadow: 0 35px 50px rgba(146, 152, 155, .15);
        box-shadow: 0 35px 50px rgba(146, 152, 155, .15);
        left: -22.5px
    }

    .header__phone-nav {
        padding-top: 0
    }

    .header__block {
        padding-top: 25px
    }

    .header--black .phone-nav__value {
        font-size: 18px;
        margin-left: 0
    }

    .header--black .phone-nav__city {
        font-size: 18px;
        padding-left: 22px;
        padding-right: 22px
    }

    .header .phone-nav__toggler {
        font-size: 18px
    }
}

.header__search-wrapper {
    margin-bottom: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__search-form input {
    background: #fff;
    display: block;
    width: 0;
    color: #2c2c2c;
    border: 0;
    border-radius: 2px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform-origin: -100% 0;
    -ms-transform-origin: -100% 0;
    transform-origin: -100% 0;
    padding: 0
}

.header__search-form input::-webkit-input-placeholder {
    color: #c4c4c4
}

.header__search-form input:-ms-input-placeholder, .header__search-form input::-ms-input-placeholder {
    color: #c4c4c4
}

.header__search-form input::placeholder {
    color: #c4c4c4
}

.header__search-close, .header__search-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.header__search-icon {
    background: 0 0;
    border: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: calc(50% - 8px);
    width: 20px;
    right: calc(32px + 12px + 16px);
    position: absolute;
    height: 20px
}

.header__search-icon path {
    stroke: #f27e25
}

.header__search-close {
    display: none;
    margin-left: 12px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff
}

.header__search-close::before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url(../images/close.png) no-repeat center/contain
}

@media screen and (min-width: 1350px) {
    .header__search-wrapper.opened .header__search-form input {
        width: 250px
    }
}

@media screen and (min-width: 1600px) {
    .header__search-wrapper.opened .header__search-form input {
        width: 350px
    }
}

@media screen and (min-width: 1180px) {
    .header__search-wrapper {
        margin-bottom: 0
    }

    .header__search-wrapper.opened .header__search-form input {
        padding: 8px 40px 8px 16px;
        border: 1px solid #c4c4c4
    }

    .header__search-wrapper.opened .header__search-icon {
        position: absolute;
        width: 16px;
        height: 16px
    }

    .header__search-wrapper.opened .header__search-close {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .header__search-form input {
        background: 0 0;
        color: #fff
    }

    .header__search-icon {
        position: static
    }
}

@media screen and (max-width: 1350px) and (min-width: 1180px) {
    .header__search-wrapper.opened .header__search-form input {
        width: 240px;
        padding: 8px 40px 8px 16px
    }
}

@media screen and (max-width: 1180px) {
    .header__search-wrapper {
        width: 100%
    }

    .header__search-form {
        display: block;
        width: 100%
    }

    .header__search-form input {
        padding: 8px 40px 8px 16px;
        width: 100%;
        border: 1px solid #c4c4c4
    }

    .header__search-icon {
        right: 16px;
        width: 16px;
        height: 16px
    }
}

.input {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ababab;
    min-height: 80px;
    padding: 40px 24px 8px;
    font-size: 24px;
    line-height: 130%
}

.input:placeholder {
    font-size: 24px;
    line-height: 130%;
    color: #c4c4c4
}

.intermediate__box, .item-usage__menu li a {
    display: block
}

.item-extra {
    background-color: #f5f5f5;
    padding: 7.85vw 0;
    margin: 0 -3.75vw
}

.item-extra img {
    height: auto
}

.item-extra__wrapper {
    max-width: 1040px;
    margin: 0 auto
}

.item-extra__options {
    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
}

.item-extra__title {
    margin-bottom: 5vw
}

.item-extra__column {
    width: 46%
}

@media screen and (max-width: 1700px) {
    .item-extra__wrapper {
        max-width: 930px
    }

    .item-extra__title {
        text-align: center
    }
}

@media screen and (max-width: 1300px) {
    .item-extra__wrapper {
        max-width: 750px
    }
}

@media screen and (max-width: 1111px) {
    .item-extra {
        padding: 7.85vw 5vw
    }

    .item-extra__options {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .item-extra__column {
        width: 100%;
        margin-bottom: 3.75vw
    }

    .item-extra__column:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width: 700px) {
    .item-extra {
        margin: 0 -6vw;
        padding: 10.42vw 6vw
    }
}

.item-settings {
    padding: 24px 0 0
}

.item-settings__row {
    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
}

.item-settings__wrapper {
    padding: 2.5vw 24px
}

.item-settings__item {
    width: 100%;
    border-top: 1px solid #c4c4c4
}

.item-settings__item:first-child {
    border-top: 0
}

.item-settings__item:nth-child(n+6) {
    display: none
}

.item-settings__inner {
    padding: 2.5vw 0
}

.item-settings__line {
    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;
    font-weight: 500;
    margin-bottom: 24px
}

.item-settings__button:last-child, .item-settings__disclaimers p:last-child, .item-settings__line:last-child, .item-settings__links a:last-child, .item-usage__menu li:last-child {
    margin-bottom: 0
}

.item-settings__line--caption {
    font-weight: 400;
    margin-bottom: 28.799999999999997px
}

.item-settings__value {
    width: 240px
}

.item-settings__param {
    width: 480px
}

.item-settings__image {
    width: 360px;
    font-weight: 500;
    padding-top: 2.5vw
}

.item-settings__image img {
    border: 1px solid rgba(0, 0, 0, .4);
    padding: 14px
}

.item-settings__image figcaption {
    margin-bottom: 24px;
    color: #000
}

.item-settings__holder {
    position: relative
}

.item-settings__options {
    width: 650px
}

.item-settings__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 80px;
    height: 80px
}

.item-settings__column {
    width: 360px
}

.item-settings__picture {
    margin-bottom: 2.5vw
}

.item-settings__name {
    margin-bottom: 16px;
    font-weight: 500
}

.item-settings__disclaimers p, .item-settings__links a {
    display: block;
    margin-bottom: 16px
}

.item-settings__disclaimers {
    color: rgba(44, 44, 44, .5)
}

.item-settings__button {
    margin: 2.5vw 0
}

.item-settings__button .button {
    width: 100%
}

@media screen and (max-width: 1700px) {
    .item-settings__row {
        font-size: 14px;
        line-height: 18px
    }

    .item-settings__image {
        width: 260px
    }

    .item-settings__options {
        width: 550px
    }

    .item-settings__value {
        width: 250px
    }

    .item-settings__param {
        width: 340px
    }

    .item-settings__icon {
        width: 70px;
        height: 70px
    }
}

@media screen and (max-width: 1300px) {
    .item-settings__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .item-settings__image, .item-settings__picture {
        width: 40vw;
        min-width: 260px;
        margin: 36px 0 0
    }

    .item-settings__picture {
        margin: 40px 0 0
    }

    .item-settings__column {
        width: 100%;
        margin-bottom: 43.2px
    }

    .item-settings__options {
        width: 100%
    }
}

@media screen and (max-width: 800px) {
    .item-settings__inner {
        padding: 24px 0
    }

    .item-settings__icon {
        width: 40px;
        height: 40px
    }

    .item-settings__image {
        padding: 0
    }

    .item-settings__line--caption .item-settings__param {
        width: 100%
    }

    .item-settings__param {
        width: calc(100% - 140px)
    }

    .item-settings__value {
        width: 120px
    }
}

@media screen and (max-width: 700px) {
    .item-settings__wrapper {
        padding: 32px 0
    }
}

@media screen and (max-width: 600px) {
    .item-settings__button {
        margin: 24px 0
    }

    .item-settings__image {
        width: 100%
    }

    .item-settings__image figcaption {
        margin-bottom: 16px
    }
}

.item-slider {
    overflow: hidden;
    margin: 0 -3.75vw
}

.item-slider__controls, .item-slider__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.item-slider__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6vw
}

.item-slider__controls {
    width: 180px
}

.item-slider__arrow, .item-slider__controls, .item-slider__slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.item-slider__arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 80px;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px
}

.item-slider__arrow.slick-disabled {
    opacity: .5
}

.item-slider__arrow--prev span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.item-slider__arrow--next span {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.item-slider__arrow span {
    display: block;
    width: 28px;
    height: 28px
}

.item-slider__arrow span path {
    stroke: #fff
}

.item-slider__slide {
    margin-right: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 400px
}

.item-slider__slide.slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.item-slider__slide:not(.slick-active) {
    opacity: 0;
    pointer-events: none
}

.item-slider__image {
    display: block;
    margin-bottom: 3vw;
    width: 280px
}

#map-contacts, #map-main, .item-slider__image img, .journal__image img {
    height: 100%
}

.item-slider__name {
    color: #000;
    text-align: center
}

.item-slider__container {
    position: relative
}

.item-slider__container .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media screen and (max-width: 1700px) {
    .item-slider__slide {
        width: 220px;
        margin-right: 80px
    }

    .item-slider__image {
        width: 210px
    }

    .item-slider__name {
        font-size: 18px;
        line-height: 25px
    }
}

@media screen and (max-width: 1260px) {
    .item-slider__top {
        max-width: 900px;
        padding: 0 24px
    }

    .item-slider__slide {
        width: 320px;
        margin-right: 40px
    }

    .item-slider__image {
        width: 200px
    }

    .item-slider__controls {
        width: 140px
    }

    .item-slider__arrow {
        width: 60px;
        height: 60px
    }

    .item-slider__arrow span {
        width: 20px;
        height: 20px
    }
}

@media screen and (max-width: 1100px) {
    .item-slider__slide {
        width: 500px;
        margin-right: 16px
    }

    .item-slider__image {
        width: 300px
    }
}

@media screen and (max-width: 960px) {
    .item-slider__top {
        padding: 0 24px
    }

    .item-slider__controls {
        width: 120px
    }

    .item-slider__arrow {
        width: 50px;
        height: 50px
    }

    .item-slider__arrow span {
        width: 22px;
        height: 22px
    }
}

@media screen and (max-width: 820px) {
    .item-slider__slide {
        width: 360px
    }

    .item-slider__image {
        width: 240px
    }
}

@media screen and (max-width: 700px) {
    .item-slider {
        margin: 0 -6vw
    }
}

@media screen and (max-width: 650px) {
    .item-slider__top {
        display: block
    }

    .item-slider__slide {
        width: 200px;
        margin-right: 40px
    }

    .item-slider__image {
        width: 170px
    }

    .item-slider__caption {
        margin-bottom: 24px
    }

    .item-slider__controls {
        width: 90px
    }

    .item-slider__arrow {
        width: 40px;
        height: 40px
    }

    .item-slider__arrow span {
        width: 18px;
        height: 18px
    }
}

.item-usage {
    padding: 3.75vw 0 0
}

.item-usage__column {
    width: 220px;
    margin-right: 3.75vw
}

.item-usage__column--bigger {
    margin: 0 0 0 60px;
    width: 340px;
    font-weight: 500
}

.item-usage__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.item-usage__caption {
    margin-bottom: 16px
}

.item-usage__menu li {
    margin-bottom: 24px
}

@media screen and (max-width: 1160px) {
    .item-usage {
        padding: 36px 0 0
    }

    .item-usage__row {
        display: block
    }

    .item-usage__column {
        width: 100%;
        margin: 0 0 36px
    }

    .item-usage__column:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width: 700px) {
    .item-usage__menu li {
        margin-bottom: 16px
    }
}

.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.item__button {
    margin-bottom: 50px
}

.item__print {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.item__print span {
    font-size: 18px;
    line-height: 140%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #f27e25
}

.item__print svg {
    width: 27px;
    height: 26px;
    margin-right: 16px
}

.item__gallery {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.item__minipic {
    margin-bottom: 16px
}

.item__row {
    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: 6vw
}

.item__sidenav {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    width: 120px;
    left: 3.75vw;
    top: calc(130px + 3.75vw);
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.item__content {
    margin: 0 -3.75vw 0 calc(3.75vw * -1 - 120px);
    overflow: hidden;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.item__images {
    width: 390px
}

.item__picture {
    margin-bottom: 24px
}

.item__info {
    width: 58%
}

.item__title {
    margin-bottom: 1.7vw;
    font-weight: 400
}

@media screen and (max-width: 1700px) {
    .item__title {
        font-size: 36px;
        line-height: 48px
    }
}

@media screen and (max-width: 800px) {
    .item__title {
        font-size: 48px;
        line-height: 60px
    }
}

@media screen and (max-width: 1700px) and (max-width: 1700px) {
    .item__title {
        font-size: calc((100vw - 320px) / 1380 * 18 + 18px);
        line-height: calc((100vw - 320px) / 1380 * 24 + 24px)
    }
}

@media screen and (max-width: 800px) and (max-width: 800px) {
    .item__title {
        font-size: calc((100vw - 320px) / 480 * 24 + 24px);
        line-height: calc((100vw - 320px) / 480 * 28 + 32px)
    }
}

.item__articule {
    margin-bottom: 40px;
    color: rgba(44, 44, 44, .5)
}

.item__desc {
    margin-bottom: 2.5vw
}

.item__callback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px
}

.item__callback, .item__tabs, .item__tabs.g-centre {
    margin-bottom: 10.42vw
}

.item__more {
    padding: 10.42vw 0
}

.item__form {
    margin-bottom: 200px;
    width: 100%
}

@media screen and (max-width: 1700px) {
    .item .g-centre {
        max-width: 64.5vw;
        min-width: 900px
    }

    .item__images {
        width: 320px
    }

    .item__button .button {
        font-size: 18px;
        line-height: 25px;
        padding: 16px 24px
    }

    .item__desc, .item__tabs {
        font-size: 14px;
        line-height: 18px
    }

    .item__more .arrow-caption, .item__more .g-media__caption {
        font-size: 24px;
        line-height: 30px
    }

    .item__more .arrow-caption {
        width: 115px
    }

    .item__more .arrow-caption__arrow {
        width: 30px;
        height: 30px
    }
}

@media screen and (max-width: 1340px) {
    .item__sidenav {
        display: none
    }

    .item .g-centre {
        max-width: 1000px;
        min-width: unset
    }
}

@media screen and (max-width: 1240px) {
    .item__button {
        margin-bottom: 2.5vw
    }

    .item__content {
        margin: 0 -3.75vw;
        padding: 0 3.75vw
    }
}

@media screen and (max-width: 1160px) {
    .item__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .item__info {
        width: 100%;
        margin-bottom: 5vw
    }

    .item__images {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        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
    }

    .item__picture {
        margin-right: 3.5vw;
        margin-bottom: 0;
        width: 320px
    }

    .item__callback {
        width: auto;
        margin: 0 -3.75vw 10.42vw
    }
}

@media screen and (max-width: 800px) {
    .item__picture {
        width: 40vw;
        min-width: 200px
    }

    .item__row {
        margin-bottom: 48px
    }
}

@media screen and (max-width: 700px) {
    .item__button {
        margin-bottom: 34px
    }

    .item__articule {
        margin-bottom: 20px
    }

    .item__content {
        margin: 0 -6vw;
        padding: 0 6vw
    }

    .item__desc {
        margin-bottom: 34px
    }

    .item__info {
        margin-bottom: 10.42vw
    }

    .item__callback {
        margin: 0 -6vw 10.42vw
    }

    .item__tabs {
        width: calc(100% + 6vw * 2)
    }

    .item__tabs.g-tabs {
        margin-bottom: 48px
    }
}

@media screen and (max-width: 600px) {
    .item__images {
        display: block
    }

    .item__gallery {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .item__picture {
        margin: 0 auto 24px
    }

    .item__info {
        margin-bottom: 56px
    }
}

.print__block {
    position: absolute;
    left: -9999px
}

@media print {
    @page {
        margin: 0;
        margin-top: 40px;
        margin-bottom: 40px
    }

    .print__disabled .print__img {
        padding: 14px 20px;
        display: inline-block;
        border: 1.32155px solid rgba(0, 0, 0, .4);
        margin-top: 25px;
        margin-bottom: 40px;
        height: 400px
    }

    .print__disabled .print__img img {
        height: 100%;
        width: unset;
        -o-object-fit: contain;
        object-fit: contain
    }

    .print__disabled .print__content {
        margin-top: 38px
    }

    .print__disabled .print__head {
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
        color: #000;
        margin-bottom: 15px;
        margin-top: 25px
    }

    .print__disabled .print__div li, .print__disabled .print__txt {
        margin-top: 0;
        margin-bottom: 6px;
        font-size: 11px;
        line-height: 130%;
        color: #202020;
        max-width: 450px
    }

    .print__disabled .print__options {
        margin-top: 39px;
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
        color: #000
    }

    .print__disabled .print__options li {
        margin-bottom: 26px
    }

    .print__disabled table {
        font-weight: 500;
        font-size: 11px;
        line-height: 140%;
        color: #202020;
        border-collapse: collapse;
        border: 1px solid #c4c4c4
    }

    .print__disabled table td {
        padding: 11px 15px 15px 13px;
        border: 1px solid #c4c4c4;
        width: 100%;
        vertical-align: top
    }

    .print__disabled table td:nth-child(2n) {
        width: 150px;
        min-width: 150px
    }

    .print__disabled table td p {
        max-width: 520px
    }

    .print__disabled .print__table-title {
        font-weight: 400
    }

    .print__disabled .item__table-more td {
        border-bottom: none;
        border-top: none
    }

    .print__disabled .print__right {
        margin-left: auto;
        min-width: 230px
    }

    .print__disabled .print__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 230px;
        height: 54px;
        margin-right: -18px
    }

    .print__disabled .print__list p {
        font-size: 7px;
        line-height: 130%;
        color: #2c2c2c;
        width: 110px;
        min-width: 110px;
        margin-right: 18px
    }

    .print__disabled .print__list p:nth-child(9) {
        min-width: 96px;
        width: 96px
    }

    .print__disabled .print__list:last-child {
        max-width: 97px
    }

    .print__disabled .print__list:first-child {
        margin-right: 18px
    }

    .print__disabled .print__right-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .print__disabled .print__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 32px
    }

    .print__disabled .print__title {
        font-size: 20px;
        line-height: 130%;
        color: #202020
    }

    .print__disabled .print__col {
        max-width: 184px;
        margin-right: 26px
    }

    .print__disabled .print__header, .print__disabled .print__phone {
        font-size: 7px;
        line-height: 130%;
        font-weight: 400;
        color: #c4c4c4;
        margin-bottom: 3px
    }

    .print__disabled .print__phone {
        font-size: 10px;
        color: #f27e25;
        margin-bottom: 7px
    }

    .print__disabled .print__text {
        font-size: 7px;
        line-height: 130%;
        color: #202020
    }

    .print__disabled .g-page {
        display: none
    }

    .print__disabled .print__block {
        position: relative;
        left: unset
    }

    .print__disabled .print__inner {
        min-height: 100vh;
        padding-left: 34px;
        padding-right: 34px
    }

    .print__disabled .print__inner:not(:last-child) {
        page-break-after: always
    }

    .print__disabled .print__inner:not(:last-child) .print__footer {
        display: none
    }

    .print__disabled .print__footer {
        content: "";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 16px 34px 0;
        width: calc(100% + 68px);
        margin-left: -34px;
        background-color: #f9f9f9;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        margin-top: 100px
    }

    .print__disabled .item__picture {
        width: 224.33px;
        min-width: 224.33px;
        margin-right: 96px
    }

    .print__disabled .item__title {
        font-size: 28px;
        line-height: 130%;
        color: #202020;
        margin-bottom: 17.5px;
        max-width: 355px
    }

    .print__disabled .item__articule {
        font-weight: 500;
        font-size: 11px;
        line-height: 130%;
        color: #202020;
        opacity: .5;
        margin-bottom: 24px
    }

    .print__disabled .item__desc {
        font-weight: 500;
        font-size: 11px;
        line-height: 140%;
        color: #202020;
        max-width: 310px
    }

    .print__disabled .item__table-no-p {
        padding-top: 0
    }

    .print__disabled .print__grey {
        font-size: 11px;
        line-height: 140%;
        color: #202020;
        opacity: .5;
        margin-top: 11px
    }

    .print__disabled .print__table--12 {
        margin-top: 12px
    }

    .print__disabled .print__table--25 {
        margin-top: 25px
    }

    .print__disabled .item__row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 24px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 14.59px;
        padding-top: 12.09px
    }

    .print__disabled .item__info {
        width: unset
    }
}

.journal__title {
    margin-bottom: 3.75vw
}

.journal__gallery {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.5vw 0
}

.journal__gallery, .journal__gallery.g-tabs__container.current, .menu__list > li > a.menu__toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.journal__item {
    width: calc(25% - 30px);
    margin-right: 40px;
    margin-bottom: 40px
}

.journal__item:nth-child(4n) {
    margin-right: 0
}

.journal__item--short {
    width: 100%
}

.journal__item--short .journal__image {
    height: 520px
}

.journal__image {
    width: 100%;
    margin-bottom: 24px;
    height: 470px;
    display: block;
    border: 1px solid #bdbdbd
}

.journal__download .button {
    width: 100%;
    padding: 16px 30px
}

@media screen and (max-width: 1430px) {
    .journal__item {
        margin-bottom: 5vw
    }

    .journal__image {
        height: 30vw
    }
}

@media screen and (max-width: 1160px) {
    .journal__gallery {
        padding: 5vw 0
    }

    .journal__item {
        width: calc(33.3% - 30px);
        margin-right: 45px;
        margin-bottom: 64px
    }

    .journal__item:nth-child(3n), .journal__item:nth-child(3n):nth-child(4n) {
        margin-right: 0
    }

    .journal__item:nth-child(4n) {
        margin-right: 45px
    }

    .journal__item--short {
        width: 100%
    }

    .journal__item--short .journal__image {
        height: auto
    }

    .journal__image {
        height: auto;
        min-height: 320px
    }
}

@media screen and (max-width: 880px) {
    .journal__gallery {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .journal__item {
        width: calc(50% - 30px);
        margin-right: 0 !important
    }
}

@media screen and (max-width: 550px) {
    .journal__item {
        width: 100%;
        margin-bottom: 50px
    }

    .journal__image {
        margin-bottom: 16px
    }
}

.main-choice {
    background-color: #f5f5f5
}

.main-choice__title {
    text-align: center;
    margin: 0 0 24px
}

.main-choice__wrapper {
    padding: 7.85vw 0 24px
}

.main-choice__cats {
    padding: 5vw 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.main-choice__cats--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5vw 6.7vw 0
}

.main-choice__cats--picless {
    padding: 3.75vw 0 0;
    margin: 0 -32px
}

.main-choice__link {
    display: block;
    color: #000;
    width: 335px;
    margin: 0 16px 2.5vw
}

.main-choice__link span {
    border-bottom: 1px solid #000
}

@media screen and (max-width: 1500px) {
    .main-choice__wrapper {
        padding: 10.42vw 3.75vw 1.7vw
    }

    .main-choice__link {
        width: 48%;
        margin: 0 0 36px
    }

    .main-choice__cats--picless {
        margin: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width: 700px) {
    .main-choice__wrapper {
        padding: 48px 6vw
    }

    .main-choice__cats {
        padding: 36px 0 0
    }

    .main-choice__link {
        width: 100%;
        margin: 0 0 24px;
        display: inline-block
    }
}

.main-contacts {
    background-color: #f5f5f5;
    position: relative
}

.main-contacts__wrapper {
    height: 820px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 56px 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.main-contacts__map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.main-contacts__title {
    margin: 0 0 1.7vw
}

.main-contacts__info {
    background-color: #fff;
    width: 600px;
    position: relative;
    z-index: 3;
    padding: 3.75vw 81.6px
}

.main-contacts__list {
    margin: 0 0 2.5vw;
    color: #2c2c2c
}

.main-contacts__item {
    margin: 0 0 1.7vw
}

.main-contacts__item:last-child {
    margin: 0
}

.main-contacts__caption {
    margin: 0 0 16px
}

.main-contacts__value a {
    color: #2c2c2c
}

@media screen and (max-width: 1280px) {
    .main-contacts__wrapper {
        height: 700px
    }

    .main-contacts__info {
        width: 500px;
        padding: 20px 40px
    }
}

@media screen and (max-width: 950px) {
    .main-contacts__wrapper {
        height: auto;
        display: block;
        padding: 48px 0 0
    }

    .main-contacts__map {
        position: static;
        height: 450px
    }

    .main-contacts__info {
        width: 100%;
        padding: 7.85vw 6vw
    }

    .main-contacts__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .main-contacts__item {
        width: 48%;
        margin: 0 0 36px
    }
}

@media screen and (max-width: 700px) {
    .main-contacts__title {
        margin: 0 0 24px
    }

    .main-contacts__item {
        width: 100%
    }

    .main-contacts__map {
        height: 240px
    }

    .main-contacts__list {
        display: block;
        margin: 0 0 48px
    }

    .main-contacts__info {
        padding: 48px 6vw
    }
}

.main-entrance {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-entrance__slogan {
    color: #f27e25;
    margin: 0 0 1.7vw
}

.main-entrance__titlecard {
    max-width: 1020px;
    margin: 0 0 36px
}

.main-entrance__holder {
    padding: 30px 0
}

.main-entrance__controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-entrance__controls, .main-entrance__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.main-entrance__links .button:not(:last-child) {
    margin-right: 20px
}

.main-entrance__links .button--transparent {
    margin: 0 0 0 16px
}

.main-entrance__scroller {
    position: absolute;
    z-index: -1;
    bottom: 5vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px;
    text-align: center
}

.main-entrance__scroller.aos-animate {
    z-index: 5
}

.main-entrance__choice a {
    color: #f27e25
}

@media (max-width: 1100px) {
    .main-entrance__controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .main-entrance__links {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .main-entrance {
        height: auto
    }
}

@media (max-width: 725px) {
    .main-entrance__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .main-entrance__links .button:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.main-info {
    background-color: #f5f5f5
}

.main-info__wrapper {
    padding: 7.85vw 0 2.5vw
}

.main-info__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-info__title {
    margin: 0 0 3.75vw;
    text-align: center
}

@media screen and (max-width: 1360px) {
    .main-info__line {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal
    }

    .main-info__wrapper {
        padding: 10.42vw 3.75vw 2.5vw
    }
}

@media screen and (max-width: 1080px) {
    .main-info__line {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width: 700px) {
    .main-info__title {
        margin: 0 0 48px
    }

    .main-info__wrapper {
        padding: 48px 6vw
    }
}

.main-news__wrapper {
    padding: 7.85vw 0 10.42vw
}

.main-news__title {
    margin: 0 0 1.7vw
}

.main-news__gallery {
    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;
    padding: 3.75vw 0 0
}

.main-news__prime {
    width: 58.5%
}

.main-news__pic {
    display: block;
    margin: 0 0 1.7vw
}

.main-news__date {
    color: #c4c4c4;
    margin: 0 0 16px
}

.main-news__name {
    font-weight: 500;
    color: #2c2c2c
}

.main-news__list {
    width: 33.5%
}

.main-news__item {
    margin: 0 0 40px
}

.main-news__item:last-child {
    margin: 0
}

@media screen and (max-width: 1380px) {
    .main-news__wrapper {
        padding: 10.42vw 3.75vw 11.42vw
    }
}

@media screen and (max-width: 1060px) {
    .main-news__gallery {
        display: block
    }

    .main-news__prime {
        margin: 0 0 48px;
        width: 100%
    }

    .main-news__list {
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }

    .main-news__item {
        width: 48%
    }
}

@media screen and (max-width: 700px) {
    .main-news__wrapper {
        padding: 84px 6vw 48px
    }

    .main-news__gallery {
        padding: 48px 0 0
    }

    .main-news__item {
        width: 100%;
        margin: 0 0 24px
    }

    .main-news__pic {
        margin: 0;
        width: 52%
    }

    .main-news__info {
        width: 45%
    }

    .main-news__prime {
        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
    }

    .main-news__date {
        margin: 0 0 8px
    }
}

@media screen and (max-width: 500px) {
    .main-news__pic {
        margin: 0 0 16px;
        min-width: 260px;
        width: 80vw
    }

    .main-news__info {
        width: 100%
    }

    .main-news__prime {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main-support {
    background-color: #fff;
    -webkit-box-shadow: 0 23px 50px rgba(146, 152, 155, .15);
    box-shadow: 0 23px 50px rgba(146, 152, 155, .15)
}

.main-support__wrapper {
    padding: 7.85vw 0
}

.main-support__row {
    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
}

.main-support__title {
    width: 350px
}

.main-support__options {
    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: calc(100% - 500px)
}

.main-support__column {
    width: 47%
}

.main-support__link {
    display: block;
    margin: 0 0 1.7vw
}

.main-support__link:last-child {
    margin: 0
}

@media screen and (max-width: 1500px) {
    .main-support__wrapper {
        padding: 10.42vw 3.75vw
    }

    .main-support__row {
        display: block
    }

    .main-support__title {
        margin: 0 0 48px;
        width: auto
    }

    .main-support__options {
        width: 100%
    }

    .main-support__column {
        width: 48%
    }
}

@media screen and (max-width: 700px) {
    .main-support__wrapper {
        padding: 36px 6vw
    }

    .main-support__options {
        display: block
    }

    .main-support__title {
        margin: 0 0 24px
    }

    .main-support__link {
        margin: 0 0 16px
    }

    .main-support__column {
        width: 100%;
        margin: 0 0 16px
    }

    .main-support__column:last-child {
        margin: 0
    }
}

.map {
    height: 100%;
    position: relative
}

.media__topline {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    margin: 0 0 5vw
}

.media__item {
    margin: 0 0 3.75vw;
    width: calc(50% - 36px)
}

.media__gallery {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3.75vw 0 0
}

.media__box {
    margin: 0 0 24px
}

@media screen and (max-width: 960px) {
    .media__item {
        width: 100%;
        margin: 0 0 48px
    }
}

@media screen and (max-width: 720px) {
    .media__topline {
        display: block
    }

    .media__title {
        margin: 0 0 24px
    }
}

.menu__list {
    width: 100%
}

.menu__list > li {
    display: block;
    border-bottom: 1px solid rgba(44, 44, 44, .2)
}

.menu__list > li:last-child {
    border-bottom: 0
}

.menu__inner > li > a, .menu__list > li > a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    color: #2c2c2c
}

.menu__list > li > a {
    font-weight: 500;
    padding: 16px 0
}

.menu__inner {
    display: none;
    padding: 16px 16px 24px
}

.menu__inner > li {
    display: block
}

.menu__inner > li > a {
    padding: 8px 0
}

.menu__inner > li > a.menu__toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0;
    font-weight: 400
}

.menu__inner > li > a.menu__choice {
    color: #c4c4c4;
    font-weight: 400
}

.menu__inner--deeper {
    font-size: 14px;
    line-height: 22px
}

.menu__inner--deeper > li {
    margin: 0 0 24px
}

.menu__inner--deeper > li:last-child {
    margin: 0
}

.menu__inner--deeper > li > a {
    display: block;
    padding: 0;
    color: #2c2c2c
}

.menu__toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    position: relative
}

.menu__toggler .icon {
    width: 16px;
    height: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.menu__toggler .text {
    width: calc(100% - 20px)
}

.menu__toggler.rotated .icon, .phone-nav.opened .phone-nav__toggler:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.news-item {
    position: relative;
    padding: 72px 0;
    border-bottom: 1px solid #c4c4c4
}

.news-item:last-of-type {
    padding-bottom: 0
}

.news-item__bread-crumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px
}

.news-item__bread-crumbs li {
    display: inline-block;
    color: #c4c4c4;
    font-size: 15px;
    line-height: 140%;
    margin-right: 6px;
    font-weight: 300
}

.news-item__bread-crumbs li:not(:last-of-type)::after {
    content: '';
    width: 12px;
    height: 12px;
    margin-left: 6px;
    display: inline-block;
    background: url(../images/right-arrow.svg) no-repeat center/contain
}

.news-item__bread-crumbs b {
    font-weight: 400
}

.news-item__bread-crumbs a {
    color: #c4c4c4;
    display: inline-block;
    text-decoration: underline
}

.news-item__title {
    color: #f27e25;
    text-decoration: underline
}

.news-item__description b, .news-item__title b {
    background: #fff3e1;
    font-weight: 400;
    padding: 0 2px
}

.news-item__description, .news-item__title {
    margin-bottom: 16px;
    display: block;
    max-width: 70%
}

.news-item__date {
    display: block
}

.news-item__date b, .product__category b {
    font-weight: 400
}

.news-item__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

@media screen and (max-width: 1180px) {
    .news-item__description, .news-item__title {
        max-width: 100%
    }
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    font-size: 18px;
    line-height: 25px
}

@media (max-width: 1920px) {
    .pagination {
        font-size: calc((100vw - 320px) / 1600 * 4 + 14px);
        line-height: calc((100vw - 320px) / 1600 * 5 + 20px)
    }
}

.pagination__button, .pagination__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.pagination__button {
    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 8px;
    background-color: #f5f5f5;
    color: #000;
    border: 0
}

.pagination__button--active, .pagination__button:hover {
    color: #fff;
    background-color: #f27e25
}

.pagination__button--active {
    pointer-events: none
}

.pagination__control {
    height: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination__control--disabled {
    opacity: 0;
    pointer-events: none
}

.pagination__dots {
    display: block;
    margin: 0 8px;
    width: 40px;
    text-align: center;
    color: #c4c4c4
}

@media screen and (max-width: 1280px) {
    .pagination {
        font-size: 14px;
        line-height: 18px
    }

    .pagination__dots {
        width: 20px
    }

    .pagination__control {
        height: 50px
    }

    .pagination__button {
        height: 50px;
        width: 50px
    }
}

@media screen and (max-width: 1170px) {
    .pagination {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .pagination__control {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .pagination__nav {
        margin: 20px auto
    }
}

@media screen and (max-width: 720px) {
    .pagination__button, .pagination__control {
        height: 50px
    }

    .pagination__button {
        width: 50px
    }
}

@media screen and (max-width: 500px) {
    .pagination__control {
        display: none
    }

    .pagination__dots {
        width: 20px
    }

    .pagination__nav {
        margin: 0 auto 8px
    }

    .pagination__button {
        width: 40px;
        height: 40px;
        margin: 0 4px
    }

    .pagination__dots {
        margin: 0 4px
    }
}

@media screen and (max-width: 360px) {
    .pagination__dots {
        width: 15px
    }

    .pagination__button {
        width: 35px;
        height: 35px
    }
}

.partners-extra__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.partners-extra__item {
    margin-right: 2.5vw;
    width: calc(33.3% - 32px);
    margin-bottom: calc(2.5vw + 8px)
}

.partners-extra__item:nth-child(3n) {
    margin-right: 0
}

.partners-extra__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    width: 240px;
    height: 240px;
    border: 1px solid #c4c4c4;
    margin-bottom: 24px
}

.partners-extra__image img {
    -ms-flex-item-align: center;
    align-self: center;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.partners-extra__name {
    margin-bottom: 16px;
    display: inline-block
}

@media screen and (max-width: 1000px) {
    .partners-extra__item {
        width: calc(50% - 24px);
        margin-right: 0;
        margin-bottom: 5vw
    }

    .partners-extra__row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width: 620px) {
    .partners-extra__item {
        width: 100%;
        margin-bottom: 7.85vw
    }

    .partners-extra__image {
        margin-bottom: 16px
    }
}

.partners-holding {
    margin-bottom: 3.4vw
}

.partners-holding__box, .partners-holding__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.partners-holding__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.partners-holding__box {
    border: 1px solid #c4c4c4;
    padding: 2.5vw;
    width: calc(50% - 16px);
    margin-bottom: 32px;
    -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
}

.partners-holding__image {
    margin-bottom: 2.5vw;
    max-width: 20.84vw;
    min-width: 220px
}

.partners-holding__name {
    margin-bottom: 16px;
    display: inline-block
}

@media screen and (max-width: 1000px) {
    .partners-holding__box {
        width: 100%;
        padding: 24px 36px
    }
}

@media screen and (max-width: 500px) {
    .partners-holding__box {
        padding: 10.42vw 24px
    }
}

.partners__subtitle, .partners__title {
    margin-bottom: 3.75vw
}

@media screen and (max-width: 620px) {
    .partners__title {
        margin-bottom: 7.85vw
    }

    .partners__subtitle {
        margin-bottom: 5vw
    }
}

.phone-nav {
    position: relative
}

.phone-nav--footer .phone-nav__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.phone-nav--footer .phone-nav__toggler {
    margin: 0 0 8px;
    color: #fff
}

.phone-nav--footer .phone-nav__toggler:before {
    background-image: url(../images/dropdown-filled.png)
}

.phone-nav--footer .phone-nav__city, .phone-nav--footer .phone-nav__value {
    color: #fff
}

.phone-nav--footer .phone-nav__panel {
    background-color: #2c2c2c
}

.phone-nav.opened .phone-nav__panel {
    opacity: 1;
    z-index: 3;
    pointer-events: auto
}

.phone-nav__panel {
    padding: 1.7vw 0;
    background-color: #fff;
    position: absolute;
    opacity: 0;
    z-index: -1;
    will-change: opacity, z-index;
    top: 32px;
    -webkit-box-shadow: 0 2px 8px rgba(146, 152, 155, .2);
    box-shadow: 0 2px 8px rgba(146, 152, 155, .2);
    border-radius: 8px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    left: -16px;
    pointer-events: none
}

.phone-nav__city {
    color: #000;
    display: block;
    padding: 8px 1.7vw
}

.phone-nav__city.choosen {
    color: #f27e25
}

.phone-nav__city:hover {
    background-color: #f5f5f5
}

.phone-nav__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.phone-nav__toggler {
    margin-right: 30px;
    color: #f27e25;
    display: inline-block;
    position: relative
}

.phone-nav__toggler:before {
    content: '';
    position: absolute;
    background-image: url(../images/dropdown-orange.png);
    background-repeat: no-repeat;
    right: -14px;
    top: 11px;
    width: 10px;
    height: 6px
}

.phone-nav__value {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: inherit
}

@media screen and (max-width: 1500px) {
    .phone-nav {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (max-width: 1300px) {
    .phone-nav__toggler {
        margin-right: 12px
    }

    .phone-nav__toggler:before {
        top: 55%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .phone-nav__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 22px
    }
}

@media screen and (max-width: 700px) {
    .phone-nav__panel {
        padding: 16px 0
    }

    .phone-nav__city {
        padding: 8px 16px
    }
}

@media screen and (max-width: 500px) {
    .phone-nav__toggler {
        margin: 0 0 8px
    }

    .phone-nav__head {
        -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
    }
}

.photo__title {
    margin-bottom: 2.5vw
}

.photo__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.photo__item {
    width: 47.5%;
    margin-bottom: 2.5vw
}

.photo__image {
    display: block;
    height: 385px;
    margin-bottom: 24px
}

.photo__image img, .popup.opened .popup__overlay {
    height: 100%
}

.photo__name {
    display: block
}

@media screen and (max-width: 1500px) {
    .photo__item {
        margin-bottom: 5vw
    }

    .photo__image {
        height: 350px;
        margin-bottom: 1.7vw
    }
}

@media screen and (max-width: 1060px) {
    .photo__image {
        height: 300px
    }
}

@media screen and (max-width: 760px) {
    .photo__item {
        width: 100%;
        margin-bottom: 72px
    }

    .photo__title {
        margin-bottom: 5vw
    }

    .photo__image {
        height: calc((100vw - 320px) / (760 - 320) * (400 - 200) + 200px);
        margin-bottom: 16px
    }
}

.popup, .popup__overlay {
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    pointer-events: none
}

.popup {
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
    background: 0 0;
    position: fixed;
    z-index: 40002
}

.popup.opened {
    opacity: 1;
    height: 100%;
    overflow: auto;
    background: rgba(225, 225, 225, .7);
    cursor: pointer;
    pointer-events: auto
}

.popup.opened .popup__content {
    background-color: #fff
}

.popup--album.opened .popup__wrapper {
    padding: 5vw 0 3.75vw
}

.popup--album.opened .popup__content {
    background: 0 0
}

.popup__overlay {
    position: absolute;
    z-index: 1
}

.popup__wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.75vw 5vw;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.popup__close {
    position: absolute;
    z-index: 40003;
    top: 0;
    right: calc(-5vw - 12px);
    width: 60px;
    height: 60px;
    background: url(../images/close.svg) no-repeat;
    background-size: 60px 60px
}

.popup__close:hover {
    opacity: .5
}

.popup__content {
    -webkit-transition: opacity 0s, background-color .2s, -webkit-transform 0s;
    -o-transition: opacity 0s, transform 0s, background-color .2s;
    transition: opacity 0s, transform 0s, background-color .2s;
    transition: opacity 0s, transform 0s, background-color .2s, -webkit-transform 0s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    cursor: default;
    opacity: 0;
    position: relative
}

.popup.opened .popup__content, .popup__list {
    -webkit-transition: opacity .3s, -webkit-transform .5s;
    -o-transition: opacity .3s, transform .5s;
    transition: opacity .3s, transform .5s;
    transition: opacity .3s, transform .5s, -webkit-transform .5s
}

.popup.opened .popup__content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.popup__title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 32px
}

.popup__list {
    position: absolute;
    width: 40%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
    opacity: 0
}

.popup .expo__top {
    background-color: #fff
}

.popup.opened .popup__list {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 1140px) {
    .popup--album .popup__close, .popup__list .popup__close {
        top: -50px
    }

    .popup--album.opened .popup__wrapper {
        padding: 52.800000000000004px 0 5vw
    }

    .popup__close {
        right: 0;
        height: 40px;
        width: 40px;
        background-size: 40px 40px
    }
}

@media (max-width: 768px) {
    .popup__list {
        width: 80%
    }
}

@media screen and (max-width: 700px) {
    .popup--response .popup__close {
        top: -50px;
        right: 0
    }

    .popup__wrapper {
        padding: 0;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .popup__content {
        width: 100%
    }

    .popup__close {
        right: 20px;
        top: 20px
    }
}

@media (max-width: 468px) {
    .popup__list {
        width: 90%
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    height: 0;
    width: 100%;
    z-index: 10003;
    overflow: hidden;
    background: rgba(225, 225, 225, .7);
    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
}

.preloader.opened {
    opacity: 1;
    height: 100%
}

.preloader__spinner {
    height: 2.5vw;
    width: 2.5vw;
    min-width: 30px;
    min-height: 30px;
    margin: 0 auto;
    border: 3px solid rgba(242, 126, 37, .4);
    border-top: 3px solid #f27e25;
    border-radius: 50%;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear
}

.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
    position: relative
}

.product::before {
    position: absolute;
    width: 103% !important;
    height: 1px;
    background: #c4c4c4;
    bottom: 0;
    left: 0;
    display: block;
    content: ''
}

.product--hide-decoration {
    padding-bottom: 0
}

.g-checkbox input, .product--hide-decoration::before {
    display: none
}

.product a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.product__picture {
    height: 360px
}

.product__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product__category, .product__picture {
    margin-bottom: 24px;
    position: relative
}

.product__category a, .product__category span {
    background-color: #f27e25;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #fff;
    border-radius: 4px;
    padding: 6px;
    display: inline;
    line-height: 150%
}

.product__category a:empty {
    display: none
}

.product__category--warning {
    position: absolute;
    bottom: calc(100% - 330px - 80px);
    left: 40px;
    width: 100%;
    margin-bottom: 0
}

.product__title {
    color: #f27e25;
    display: block;
    margin-bottom: 24px;
    position: relative;
    font-size: 24px;
    line-height: 30px
}

@media (max-width: 1500px) {
    .product__title {
        font-size: calc((100vw - 320px) / 1180 * 8 + 16px);
        line-height: calc((100vw - 320px) / 1180 * 6 + 24px)
    }
}

.product__description b, .product__details b, .product__title b {
    background: #fff3e1;
    font-weight: 400;
    padding: 0 2px
}

.product__description {
    color: #202020
}

.product__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16px
}

.product__detail {
    color: #202020;
    margin-bottom: 32px
}

.product__detail:last-of-type {
    margin-bottom: 0
}

.product__detail-subtitle {
    margin-bottom: 8px;
    display: block
}

.product__detail-content {
    font-weight: 500;
    display: block
}

.product__detail-content b {
    font-weight: 700
}

.product__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.product__title:hover {
    text-decoration: underline
}

.itemcost__wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
    display: -webkit-box;
    display: -ms-flexbox;
    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
}

@media screen and (max-width: 1500px) {
    .itemcost__wrapper {
        max-width: 1280px
    }
}

.itemcost__title {
    color: #f27e25;
    margin-bottom: 16px
}

.itemcost__articule {
    margin-bottom: 40px;
    color: rgba(44, 44, 44, .5)
}

.itemcost__subtitle {
    margin-bottom: 24px
}

.itemcost__params {
    padding: 3.75vw 5vw 3.5vw;
    width: 58%
}

.itemcost__limiter {
    height: 550px;
    margin-bottom: 2.5vw;
    overflow: hidden;
    width: calc(100% + 50px)
}

.itemcost__limiter--empty {
    height: 85px
}

.itemcost__options {
    height: 100%
}

.itemcost__options .simplebar-scrollbar {
    border-radius: 8px;
    background-color: #c4c4c4;
    width: 12px;
    right: 0
}

.itemcost__options .simplebar-track.vertical {
    border-radius: 8px;
    background-color: rgba(196, 196, 196, .2);
    width: 12px
}

.itemcost__image {
    width: 135px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.itemcost__form {
    width: 42%
}

.itemcost__form .form, .itemcost__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.itemcost__form .form {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.itemcost__form .form .form__inner {
    padding-right: 5vw;
    padding-left: 5vw
}

.itemcost__top {
    margin-bottom: 1.7vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.itemcost__group {
    width: calc(100% - 180px)
}

.itemcost__item {
    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: calc(100% - 50px);
    margin-bottom: 24px
}

.itemcost__item:last-child {
    margin-bottom: 0
}

.itemcost__caption {
    width: 360px;
    font-weight: 500
}

.itemcost__buttons .button:first-child {
    margin-right: 1.7vw
}

.itemcost__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    background-color: #f5f5f5;
    border-radius: 50px;
    width: 108px
}

.itemcost__controls--bigger {
    width: 145px
}

.itemcost__button {
    color: #000;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%
}

.itemcost__button.disabled, .itemcost__value.disabled {
    pointer-events: none;
    opacity: .4
}

.itemcost__button--bigger {
    width: 48px;
    height: 48px
}

.itemcost__value {
    width: 36px;
    text-align: center
}

@media screen and (max-width: 1560px) {
    .itemcost__wrapper {
        max-width: 1200px !important
    }
}

@media screen and (max-width: 1440px) {
    .itemcost__wrapper {
        display: block
    }

    .itemcost__form, .itemcost__params {
        width: 100%
    }

    .itemcost__form .form {
        height: auto
    }

    .itemcost__limiter {
        height: 400px;
        width: calc(100% + 30px)
    }

    .itemcost__item {
        width: calc(100% - 30px)
    }
}

@media screen and (max-width: 700px) {
    .itemcost__articule {
        margin-bottom: 20px
    }

    .itemcost__params {
        padding: 7.85vw 6vw
    }

    .itemcost__top {
        display: block;
        margin-bottom: 60px
    }

    .itemcost__image {
        margin-bottom: 36px
    }

    .itemcost__buttons .button, .itemcost__group {
        width: 100%
    }

    .itemcost__limiter {
        margin-bottom: 36px;
        height: auto;
        width: auto
    }

    .itemcost__item {
        display: block;
        margin-bottom: 36px;
        width: 100%
    }

    .itemcost__form .form .form__inner {
        padding-right: 6vw;
        padding-left: 6vw
    }

    .itemcost__caption {
        width: auto;
        margin-bottom: 8px
    }

    .itemcost__buttons .button:first-child {
        margin: 0 0 24px
    }
}

.g-dropdown {
    margin-bottom: 2.5vw;
    display: block
}

.g-dropdown:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 700px) {
    .g-dropdown {
        margin-bottom: 16px;
        padding-left: 15px
    }
}

.g-dropdown__toggler {
    border-bottom: 1px dashed #000;
    position: relative
}

.g-dropdown__toggler:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/arrow-circle.svg) no-repeat;
    background-size: 20px 20px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    left: -32px
}

.g-dropdown__toggler.opened:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.g-dropdown__toggler.g-minititle:before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    left: -46px
}

@media screen and (max-width: 900px) {
    .g-dropdown__toggler.g-minititle:before {
        top: 2px;
        left: -30px;
        width: 25px;
        height: 25px;
        background-size: 25px 25px
    }
}

@media screen and (max-width: 400px) {
    .g-dropdown__toggler.g-minititle:before {
        top: 2px;
        left: -25px;
        width: 20px;
        height: 20px;
        background-size: 20px 20px
    }
}

@media screen and (max-width: 900px) {
    .g-dropdown__toggler:before {
        top: 2px;
        left: -18px;
        width: 15px;
        height: 15px;
        background-size: 15px 15px
    }
}

.g-dropdown__inner {
    padding: 30px 0 0;
    display: none
}

@media screen and (max-width: 600px) {
    .g-dropdown__inner {
        padding: 20px 0 0
    }
}

.g-checkbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer
}

.g-checkbox.disabled {
    opacity: .25;
    pointer-events: none
}

.g-checkbox input:checked + .g-checkbox__box {
    border-color: #f27e25
}

.g-checkbox input:checked + .g-checkbox__box:before {
    opacity: 1
}

.g-checkbox--round {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media screen and (max-width: 700px) {
    .g-checkbox--round {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.g-checkbox .g-checkbox__box, .g-checkbox__box {
    border-radius: 2px
}

.g-checkbox .g-checkbox__box:before {
    background-image: url(../images/n-check.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 8px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.g-checkbox .g-checkbox__value {
    white-space: normal
}

.g-checkbox__box {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #c4c4c4;
    display: inline-block;
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.g-checkbox__box:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 2px;
    left: 2px;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.g-checkbox__value {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

@media screen and (max-width: 700px) {
    .g-checkbox__value {
        font-size: 14px;
        line-height: 18px
    }
}

.g-item {
    border-top: 1px solid #c4c4c4;
    width: 100%
}

.g-item:first-child {
    border-top: 0
}

.g-item__inner {
    padding: 3.75vw 0;
    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: 0 auto 0 6.7vw;
    max-width: 960px
}

@media screen and (max-width: 1600px) {
    .g-item__inner {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

@media screen and (max-width: 750px) {
    .g-item__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 7.85vw 0;
        margin: 0 auto
    }
}

.g-item__image {
    display: block;
    width: 290px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 36px
}

@media screen and (max-width: 1600px) {
    .g-item__image {
        margin-right: 3.75vw;
        width: 230px
    }
}

@media screen and (max-width: 750px) {
    .g-item__image {
        margin: 0 0 24px
    }
}

.g-item__info {
    max-width: 550px;
    width: 100%
}

@media screen and (max-width: 1600px) {
    .g-item__info {
        max-width: 380px
    }
}

@media screen and (max-width: 1000px) {
    .g-item__info {
        max-width: unset
    }
}

@media screen and (max-width: 1600px) {
    .g-item__textblock {
        font-size: 18px;
        line-height: 25px
    }
}

@media screen and (max-width: 1200px) {
    .g-item__textblock {
        font-size: 14px;
        line-height: 18px
    }
}

@media screen and (max-width: 1000px) {
    .g-item__textblock {
        font-size: 14px !important;
        line-height: 18px !important
    }
}

@media screen and (max-width: 1600px) and (max-width: 1600px) {
    .g-item__textblock {
        font-size: calc((100vw - 1200px) / 400 * 4 + 14px);
        line-height: calc((100vw - 1200px) / 400 * 5 + 20px)
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .g-item__textblock {
        font-size: calc((100vw - 320px) / 880 * 4 + 10px);
        line-height: calc((100vw - 320px) / 880 * 4 + 14px)
    }
}

.g-item__name {
    margin-bottom: 2.5vw;
    display: block;
    color: #f27e25
}

@media screen and (max-width: 1600px) {
    .g-item__name {
        font-size: 36px;
        line-height: 48px
    }
}

@media screen and (max-width: 1340px) {
    .g-item__name {
        margin: 0 0 1.7vw
    }
}

@media screen and (max-width: 1200px) {
    .g-item__name {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 24px
    }
}

@media screen and (max-width: 1600px) and (max-width: 1600px) {
    .g-item__name {
        font-size: calc((100vw - 1200px) / 400 * 18 + 18px);
        line-height: calc((100vw - 1200px) / 400 * 24 + 24px)
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .g-item__name {
        font-size: calc((100vw - 320px) / 880 * 2 + 16px);
        line-height: calc((100vw - 320px) / 880 * 3 + 22px)
    }
}

.g-item__desc {
    margin-bottom: 2.5vw;
    max-width: 465px
}

@media screen and (max-width: 1340px) {
    .g-item__desc {
        margin: 0 0 24px
    }
}

@media screen and (max-width: 750px) {
    .g-item__desc {
        max-width: unset;
        margin-bottom: 16px
    }
}

.g-item__desc:last-child {
    margin-bottom: 0
}

.g-item__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 1200px) and (min-width: 1000px) {
    .g-item__options {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.g-item__block {
    margin-right: 2.5vw
}

@media screen and (max-width: 1200px) and (min-width: 1000px) {
    .g-item__block {
        margin: 0 0 16px
    }
}

@media screen and (max-width: 900px) {
    .g-item__block {
        margin-right: 36px
    }
}

.g-item__block:last-child, .get-format p:last-child {
    margin: 0
}

.g-item__caption, .get-format p, .sidenav__list li {
    margin-bottom: 16px
}

@media screen and (max-width: 1600px) {
    .g-item__caption {
        font-size: 14px;
        line-height: 18px
    }
}

@media screen and (max-width: 1200px) {
    .g-item__caption {
        margin: 0 0 8px
    }
}

@media screen and (max-width: 1000px) {
    .g-item__caption {
        font-size: 14px !important;
        line-height: 18px !important
    }
}

@media screen and (max-width: 1600px) and (max-width: 1600px) {
    .g-item__caption {
        font-size: calc((100vw - 320px) / 1280 * 4 + 10px);
        line-height: calc((100vw - 320px) / 1280 * 4 + 14px)
    }
}

.g-album {
    width: 100%;
    position: relative;
    display: block
}

.g-album, .g-album__image, .g-album__image img, .g-minipic img, .typical-other__image img, .typical__figure .typical__fig-holder img, .video__banner img {
    height: 100%
}

.g-album__stamp {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .6);
    padding: 18px 0;
    line-height: 1em;
    width: 225px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 24px;
    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
}

@media screen and (max-width: 700px) {
    .g-album__stamp {
        padding: 12px 0;
        bottom: 12px
    }
}

.g-album__icon {
    margin-right: 12px;
    width: 24px;
    height: 24px
}

@media screen and (max-width: 700px) {
    .g-album__icon {
        width: 18px;
        height: 18px
    }
}

.g-album__caption {
    color: #fff
}

.arrow-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    width: 160px
}

.arrow-caption--media .arrow-caption__arrow {
    background-color: #f5f5f5
}

@media screen and (max-width: 600px) {
    .arrow-caption {
        width: 120px
    }
}

.arrow-caption__arrow {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.arrow-caption__arrow.slick-disabled {
    opacity: .4
}

.arrow-caption__arrow.slick-disabled path {
    stroke: #c4c4c4
}

.arrow-caption__arrow--prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.arrow-caption__arrow--prev path {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width: 600px) {
    .arrow-caption__arrow {
        width: 30px;
        height: 30px
    }
}

.expo {
    max-width: 960px;
    width: 70vw;
    background-color: #fff
}

@media screen and (max-width: 720px) {
    .expo {
        width: 100%
    }
}

.expo__top {
    padding: 24px 2.5vw;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 1100px) {
    .expo__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 700px) {
    .expo__top {
        padding: 36px 6vw
    }
}

.expo__info {
    width: 380px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.expo__info--full_width {
    width: 100%
}

@media screen and (max-width: 1100px) {
    .expo__info {
        margin-bottom: 24px
    }
}

.expo__name {
    margin-bottom: 8px
}

.expo__params {
    width: calc(100% - 420px);
    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
}

@media screen and (max-width: 1200px) {
    .expo__params {
        width: calc(100% - 360px)
    }
}

@media screen and (max-width: 1100px) {
    .expo__params {
        width: 100%
    }
}

.expo__options {
    width: 47%
}

.expo__caption {
    margin-bottom: 8px
}

.expo__value {
    font-weight: 500
}

.expo__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.expo__slider-container {
    width: 100%
}

.expo__control {
    width: 60px;
    height: 60px;
    background-color: rgba(44, 44, 44, .65);
    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-negative: 0;
    flex-shrink: 0;
    padding: 10px 20px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 8
}

@media screen and (max-width: 1140px) {
    .expo__control {
        width: 40px;
        height: 40px;
        padding: 6px 12px
    }
}

.expo__control--next {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    right: calc(-5vw - 12px)
}

@media screen and (max-width: 1140px) {
    .expo__control--next {
        right: 0
    }
}

@media screen and (max-width: 700px) {
    .expo__control--next {
        right: 6vw
    }
}

.expo__control--prev {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    left: calc(-5vw - 12px)
}

@media screen and (max-width: 1140px) {
    .expo__control--prev {
        left: 0
    }
}

@media screen and (max-width: 700px) {
    .expo__control--prev {
        left: 6vw
    }
}

.expo__closer {
    width: 60px;
    height: 60px;
    background: 0 0
}

.expo__closer svg {
    width: 100%;
    height: 100%
}

.expo__text {
    padding: 24px 2.5vw
}

@media screen and (max-width: 700px) {
    .expo__text {
        padding: 36px 6vw
    }
}

.expo__image {
    cursor: pointer
}

.g-media__row {
    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
}

@media screen and (max-width: 740px) {
    .g-media__row {
        display: block
    }
}

.g-media__cat, .g-media__cat .journal__item {
    width: 18.8vw
}

.g-media__cat .journal__item .journal__image {
    height: 450px
}

@media screen and (max-width: 1700px) {
    .g-media__cat, .g-media__cat .journal__item {
        width: 32%
    }

    .g-media__cat .journal__item .journal__image {
        height: 32vw
    }
}

@media screen and (max-width: 1220px) {
    .g-media__cat .journal__item .journal__image {
        height: 420px
    }
}

@media screen and (max-width: 900px) {
    .g-media__cat {
        margin-bottom: 38.400000000000006px;
        width: 250px
    }

    .g-media__cat .journal__item {
        width: 250px
    }

    .g-media__cat .journal__item .journal__image {
        height: 370px
    }
}

@media screen and (max-width: 540px) {
    .g-media__cat {
        width: 100%
    }

    .g-media__cat .journal__item {
        width: auto
    }

    .g-media__cat .journal__item .journal__image {
        height: 100vw;
        min-height: 470px
    }
}

.g-media__video, .g-media__video .video {
    width: 37.5vw
}

.g-media__video .video .video__banner {
    height: 27vw
}

.g-media__video .video .video__credits {
    font-size: 18px;
    line-height: 25px
}

@media (max-width: 1700px) {
    .g-media__video .video .video__credits {
        font-size: calc((100vw - 320px) / 1380 * 4 + 14px);
        line-height: calc((100vw - 320px) / 1380 * 5 + 20px)
    }
}

@media screen and (max-width: 1700px) {
    .g-media__video, .g-media__video .video {
        width: 60%
    }

    .g-media__video .video .video__banner {
        height: 32vw
    }
}

@media screen and (max-width: 900px) {
    .g-media__video, .g-media__video .video {
        width: 390px
    }

    .g-media__video .video .video__banner {
        height: 280px
    }
}

@media screen and (max-width: 740px) {
    .g-media__video {
        width: 100%
    }

    .g-media__video .video {
        width: auto
    }

    .g-media__video .video .video__banner {
        height: 60vw;
        min-height: 240px
    }
}

.g-media__top, .icon-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.g-media__top {
    margin-bottom: 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.icon-cat {
    background-color: transparent;
    width: 360px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 5vw;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width: 1500px) {
    .icon-cat {
        width: 25%
    }
}

@media screen and (max-width: 1140px) {
    .icon-cat {
        width: 33.3%;
        margin: 0 0 7.85vw
    }
}

@media screen and (max-width: 850px) {
    .icon-cat {
        width: 50%
    }
}

@media screen and (max-width: 460px) {
    .icon-cat {
        width: 100%;
        margin: 0 0 60px
    }
}

.icon-cat--clean {
    width: 25%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (max-width: 1500px) {
    .icon-cat--clean {
        width: 33.3%
    }
}

@media screen and (max-width: 900px) {
    .icon-cat--clean {
        width: 50%
    }
}

@media screen and (max-width: 600px) {
    .icon-cat--clean {
        width: 100%
    }
}

.icon-cat--white {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 330px;
    margin: 0 40px 5vw 0;
    padding: 3.75vw 0
}

.icon-cat--white:nth-child(4n) {
    margin: 0 0 5vw
}

.icon-cat--white .icon-cat__icon {
    width: 148px
}

@media screen and (max-width: 1500px) {
    .icon-cat--white {
        width: calc(25% - 30px)
    }
}

@media screen and (max-width: 1360px) {
    .icon-cat--white {
        width: calc(25% - 23px);
        margin: 0 30px 5vw 0
    }

    .icon-cat--white:nth-child(4n) {
        margin: 0 0 5vw
    }
}

@media screen and (max-width: 1080px) {
    .icon-cat--white {
        width: 48%;
        margin: 0 0 36px !important
    }
}

@media screen and (max-width: 700px) {
    .icon-cat--white {
        width: 100%;
        padding: 36px 0
    }
}

.icon-cat--bigger .icon-cat__icon {
    width: 360px
}

.icon-cat__icon {
    margin: 0 0 24px;
    width: 128px
}

@media screen and (max-width: 1300px) {
    .icon-cat__icon {
        width: 100px;
        height: 100px
    }
}

.icon-cat__name {
    text-align: center;
    color: #000
}

@media screen and (max-width: 1300px) and (min-width: 1140px) {
    .icon-cat__name {
        max-width: 250px
    }
}

.icon-cat__name span {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.doc {
    display: block;
    margin: 0 0 16px;
    background-color: #fff;
    border-radius: 4px
}

.doc__inner {
    padding: 24px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 500
}

.doc__pic {
    width: 80px;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width: 700px) {
    .doc__pic {
        width: 60px
    }
}

.doc__name {
    margin: 0 0 8px;
    color: #000
}

.doc__weight, .sidenav__caption a.active, .sidenav__list li a.active {
    color: #f27e25
}

.doc__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.doc__icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 12px 0 0
}

.doc__icon path {
    stroke: #f27e25
}

.scroller {
    display: none;
    width: 16px;
    height: 16px
}

.scroller:hover .scroller__icon {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    opacity: .4
}

.scroller__icon {
    display: inline-block;
    -webkit-animation-name: move;
    animation-name: move;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

@media screen and (max-width: 1060px) {
    .scroller__icon {
        -webkit-animation-name: none;
        animation-name: none
    }
}

.searchform {
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 100%
}

.searchform--big {
    height: 80px
}

.searchform--big .searchform__input {
    padding: 24px 40px
}

.searchform__input {
    padding: 17px 23px;
    height: 100%;
    border: 1px solid #ababab;
    margin-right: -2px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 500
}

.searchform__input:focus {
    border-color: #f27e25
}

.searchform__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 0 40px
}

.searchform__button svg {
    width: 24px;
    height: 24px
}

@media screen and (max-width: 600px) {
    .searchform {
        height: 45px
    }

    .searchform__input {
        padding: 10px 18px
    }

    .searchform__button {
        padding: 0 20px
    }

    .searchform__button svg {
        width: 18px;
        height: 18px
    }
}

@media screen and (max-width: 360px) {
    .searchform__button {
        padding: 0 15px
    }

    .searchform__input {
        width: 70vw
    }
}

.sidenav__more {
    background: 0 0;
    padding: 0;
    border: 0;
    text-align: center;
    margin-left: 20px;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: -9px;
    cursor: pointer
}

.sidenav__more span {
    font-size: 14px;
    line-height: 17px;
    color: #f27e25;
    border-bottom: 1px dashed #f27e25
}

.sidenav__more--hide {
    display: none
}

.sidenav__more--show, .sidenav__more--visible .sidenav__more--hide {
    display: inline
}

.sidenav__more--visible {
    margin-top: 16px
}

.sidenav__more--visible .sidenav__more--show {
    display: none
}

.sidenav__item {
    margin-bottom: 31.92px
}

.sidenav__item .disable {
    color: #aaa;
    font-weight: 400
}

.sidenav--catalog .sidenav__item:last-child, .sidenav__item:last-child {
    margin-bottom: 0
}

.sidenav__caption {
    margin-bottom: 24px
}

.sidenav__caption--mobile, .sidenav__closer {
    display: none
}

.sidenav__caption a {
    color: #000
}

.sidenav--catalog .sidenav__item {
    margin-bottom: 31.92px
}

.sidenav--catalog .sidenav__item--linear {
    margin-bottom: 4px
}

.sidenav--catalog .sidenav__list {
    padding-left: 20px
}

.sidenav__list li:nth-child(n+8) {
    display: none
}

.sidenav__list li:last-child {
    margin-bottom: 0
}

.sidenav__list li a {
    position: relative;
    color: #000
}

.sidenav__list--open li:nth-child(n+8) {
    display: block
}

@media screen and (max-width: 1000px) {
    .sidenav__container {
        height: calc(100vh - 418px);
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

    .sidenav--catalog .sidenav__item, .sidenav--catalog .sidenav__item--linear {
        margin-bottom: 31.92px
    }

    .sidenav--catalog .sidenav__item:last-child {
        margin-bottom: 0
    }

    .sidenav--catalog .sidenav__list {
        padding-left: 16px;
        font-size: 14px;
        line-height: 18px
    }

    .sidenav--catalog .sidenav__list li a {
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .sidenav--catalog .sidenav__list li a.active {
        border-bottom-color: transparent
    }

    .sidenav--catalog .sidenav__list li a:before {
        left: -16px
    }

    .sidenav--catalog .sidenav__caption {
        font-size: 16px;
        line-height: 22px
    }

    .sidenav__closer {
        display: block;
        width: 40px;
        height: 40px
    }

    .sidenav__item {
        margin: 0 0 36px
    }

    .sidenav__item--linear {
        display: -webkit-box;
        display: -ms-flexbox;
        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;
        border-bottom: 1px solid rgba(196, 196, 196, .5);
        padding: 16px 6vw
    }

    .sidenav__item--linear .sidenav__caption {
        margin: 0
    }

    .sidenav__caption--mobile {
        display: block
    }

    .sidenav__more {
        display: none
    }

    .sidenav__list li:nth-child(n+8) {
        display: block
    }
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 15px
}

.sp-block-table table tr {
    background: 0 0;
    color: #8a8a8a
}

.sp-block-table table tr:nth-child(odd) {
    background: 0 0
}

.g-tabs--line, .g-tabs__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.g-tabs--line {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 800px
}

.g-tabs--line .g-tabs__tab:hover {
    background-color: #f5f5f5
}

.g-tabs__menu {
    position: relative;
    font-weight: 500
}

.g-tabs__tab {
    cursor: pointer;
    position: relative;
    color: #000;
    text-align: center;
    padding: 23px 22px;
    width: 20%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.g-tabs__tab:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    bottom: 0;
    background-color: #bdbdbd
}

.g-tabs__tab.current {
    color: #f27e25;
    border-bottom-color: #f27e25
}

.g-tabs__tab.current:before {
    height: 4px;
    background-color: #f27e25
}

.g-tabs__tab:not([data-tab]) {
    color: #c4c4c4
}

.g-tabs__container {
    display: none
}

.g-tabs__container.current {
    display: block
}

.g-tabs__tab-title {
    position: relative;
    text-align: center
}

.g-tabs__tab-number {
    position: absolute;
    top: -15px;
    left: calc(100% + 8px)
}

@media screen and (min-width: 1181px) {
    .g-tabs--line .g-tabs__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        font-weight: 400
    }

    .g-tabs--line .g-tabs__tab {
        padding: 16px 2.5vw;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
        max-width: 240px;
        min-width: 240px
    }

    .g-tabs--line .g-tabs__tab:before {
        width: 1px;
        height: 100%;
        left: unset;
        right: 0
    }

    .g-tabs--line .g-tabs__tab.current:before {
        height: 100%;
        width: 4px;
        z-index: 5
    }
}

@media screen and (max-width: 650px) {
    .g-tabs {
        margin: 0 -6vw
    }

    .g-tabs__container {
        padding: 0 6vw
    }

    .g-tabs__limiter {
        overflow: auto;
        -webkit-box-shadow: 0 23px 50px rgba(146, 152, 155, .15);
        box-shadow: 0 23px 50px rgba(146, 152, 155, .15)
    }

    .g-tabs__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        margin: 0;
        overflow: auto;
        border-top: 1px solid #c4c4c4;
        border-bottom: 1px solid #c4c4c4
    }

    .g-tabs__tab {
        padding: 12px 6vw;
        white-space: normal;
        text-align: left;
        width: 100%;
        background-color: #fff
    }

    .g-tabs__tab:before {
        right: 0;
        left: unset;
        height: 100%;
        width: 0
    }

    .g-tabs__tab.current {
        background-color: #f5f5f5;
        color: #f27e25
    }

    .g-tabs__tab.current:before {
        width: 4px;
        height: 100%
    }

    .g-tabs__tab-number {
        display: none
    }
}

.tests-stages__title {
    margin-bottom: 3.75vw;
    text-align: center
}

.tests-stages__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tests-stages__imagebox {
    width: 480px;
    height: 480px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.tests-stages__controls {
    margin-bottom: 20px
}

.tests-stages__slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.tests-stages__stage-info {
    background-color: #f5f5f5;
    padding: 5vw 3.75vw;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.tests-stages__name {
    margin-bottom: 24px
}

@media screen and (max-width: 1100px) {
    .tests-stages__imagebox {
        width: 25vw
    }

    .tests-stages__slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 36px;
        background-color: #f5f5f5
    }

    .tests-stages__info {
        padding: 0;
        background-color: transparent
    }

    .tests-stages__imagebox {
        width: 300px;
        height: 300px;
        margin-bottom: 24px
    }

    .tests-stages__name {
        margin-bottom: 16px
    }
}

@media screen and (max-width: 500px) {
    .tests-stages__slide {
        padding: 24px 16px
    }

    .tests-stages__imagebox {
        width: 70vw;
        height: 70vw;
        max-width: 280px;
        max-height: 280px
    }
}

.tests__wrapper {
    max-width: 1230px;
    margin: 0 0 0 9vw
}

.tests__title {
    margin-bottom: 2.5vw
}

.get-format h3, .tests__image {
    margin-bottom: 1.7vw
}

.tests__row {
    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: 7.85vw
}

.tests__desc {
    width: 360px
}

.tests__info {
    width: calc(100% - (2.5vw + 390px))
}

@media screen and (max-width: 1700px) {
    .tests__wrapper {
        margin: 0 auto
    }
}

@media screen and (max-width: 1300px) {
    .tests__wrapper {
        max-width: 90vw
    }
}

@media screen and (max-width: 1000px) {
    .tests__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tests__info {
        width: 100%;
        margin-bottom: 24px
    }

    .tests__desc {
        width: 100%
    }
}

@media screen and (max-width: 700px) {
    .tests__title {
        margin-bottom: 40px
    }

    .tests__image {
        margin-bottom: 3.75vw
    }
}

.textarea {
    min-height: 160px;
    resize: none;
    background: #fff;
    font-size: 24px;
    line-height: 130%;
    display: block;
    width: 100%;
    padding: 40px 24px 20px;
    border: 1px solid #ababab;
    border-radius: 4px
}

.textarea:placeholder {
    font-size: 24px;
    line-height: 130%;
    color: #c4c4c4
}

.to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.to-top.visible {
    opacity: 1;
    z-index: 404;
    pointer-events: all
}

.to-top__btn {
    padding: 0;
    width: 60px;
    height: 60px;
    background-color: #c4c4c4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.to-top__btn span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1em;
    padding: 20px
}

.typical-other {
    padding: 36px 0
}

.typical-other__item {
    margin-bottom: 48px
}

.typical-other__block, .typical-other__item {
    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
}

.typical-other__date {
    color: #f27e25;
    margin-right: 5vw;
    width: 300px
}

.typical-other__image {
    display: block;
    width: 290px;
    height: 290px;
    margin-right: 3.75vw;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.typical-other__name {
    display: block;
    margin-bottom: 1.7vw
}

.typical-other__name:hover {
    color: #f27e25
}

.typical-other__group {
    width: 515px
}

@media screen and (max-width: 1060px) {
    .typical-other__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .typical-other__date {
        margin: 0 0 24px
    }
}

@media screen and (max-width: 700px) {
    .typical-other__block {
        display: block
    }

    .typical-other__image {
        margin: 0 0 16px
    }
}

.typical__theme {
    padding: 3.5vw calc(7.85vw + 14px);
    background-color: #f5f5f5;
    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;
    position: relative
}

.typical__title {
    margin-bottom: 2.5vw;
    font-weight: 400
}

.typical__info {
    width: calc(100% - (25vw + 120px));
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.typical__scroller {
    position: absolute;
    left: calc(7.85vw + 14px);
    bottom: 56px
}

.typical__image {
    width: 25vw;
    margin-left: 6.7vw
}

.typical__content {
    padding-top: 3vw;
    margin: 0 auto 0 calc(7.85vw + 14px)
}

.typical__item {
    margin-bottom: 1.75vw
}

.typical__item--flexible {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.get-format ol li:last-child, .get-format ul li:last-child, .get-format > div:last-child, .typical__item:last-child {
    margin-bottom: 0
}

.typical__block {
    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
}

.typical__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    margin-right: 3.23vw
}

.typical__text--shorten {
    max-width: 42.9vw
}

.typical__text:last-child {
    margin-right: 0
}

.typical__extra {
    width: 360px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.typical__figure {
    width: 100%
}

.typical__figure .typical__fig-holder {
    margin-bottom: 24px;
    height: 34.8vw;
    min-height: 240px
}

.typical__pseudoslider {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.typical__pseudoslider .typical__figcaption {
    width: calc(100% - 500px)
}

.typical__line, .typical__minipics, .typical__pseudoslider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.typical__line {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.typical__link {
    color: rgba(0, 0, 0, .4);
    border-bottom: 1px solid rgba(0, 0, 0, .4)
}

.typical__link:hover {
    border-bottom-color: transparent
}

.typical__2-col {
    width: 48%;
    margin-bottom: 48px !important
}

@media screen and (min-width: 1181px) {
    .typical__2-col:nth-last-child(-n+2) {
        margin-bottom: 0
    }
}

.typical__3-col {
    width: 30%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 60px;
    margin-bottom: 60px !important
}

.typical__3-col:last-child, .typical__3-col:nth-child(3n) {
    margin-right: 0
}

@media screen and (min-width: 1351px) {
    .typical__3-col:nth-last-child(-n+3) {
        margin-bottom: 0
    }
}

.typical__fact {
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 3.75vw 40px;
    text-align: center;
    font-size: 24px;
    line-height: 30px
}

@media (max-width: 1400px) {
    .typical__fact {
        font-size: calc((100vw - 320px) / 1080 * 8 + 16px);
        line-height: calc((100vw - 320px) / 1080 * 6 + 24px)
    }
}

.typical__fact span {
    display: block;
    color: #f27e25
}

.typical__instruction span {
    display: block;
    font-weight: 500;
    margin-bottom: 24px
}

.typical__mark {
    margin-bottom: 7.5vw
}

.typical__form {
    margin-bottom: 7.85vw
}

.typical__column {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 7.85vw;
    width: 33%
}

.typical__column:last-child {
    margin-right: 0
}

.typical__fullinfo {
    margin-top: 24px
}

.typical__pic {
    margin-bottom: 24px
}

@media screen and (max-width: 1600px) {
    .typical__theme {
        padding: 7.85vw 3.75vw 11.25vw
    }

    .typical__content {
        margin-left: 3.75vw
    }

    .typical__item {
        margin-bottom: 7.85vw
    }

    .typical__scroller {
        left: 3.75vw;
        bottom: 16px
    }
}

@media screen and (max-width: 1420px) {
    .typical__content {
        max-width: 1000px
    }
}

@media screen and (max-width: 1350px) {
    .typical__3-col {
        width: 100%;
        margin: 0 0 43.2px !important
    }

    .typical__toggler:before {
        top: 55%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media screen and (max-width: 1180px) {
    .typical__theme {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .typical__image {
        width: 36vw;
        min-width: 240px;
        margin-top: 48px;
        margin-left: 0
    }

    .typical__content {
        padding-top: 10.42vw;
        width: auto
    }

    .typical__info {
        width: 100%
    }

    .typical__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .typical__extra {
        margin-top: 24px;
        width: 30vw;
        min-width: 240px
    }

    .typical__2-col, .typical__extra--text {
        width: 100%
    }

    .typical__2-col:last-child {
        margin-bottom: 0
    }

    .typical__text--shorten {
        max-width: unset
    }
}

@media screen and (max-width: 800px) {
    .typical__pseudoslider .typical__figcaption {
        width: calc(100% - 350px)
    }
}

@media screen and (max-width: 700px) {
    .typical {
        margin: 0;
        padding-left: 6vw;
        padding-right: 6vw
    }

    .typical__theme {
        padding: 10.42vw 6vw 48px;
        margin: 0
    }

    .typical__scroller {
        display: none
    }

    .typical__content {
        padding-top: 48px;
        margin-left: 0
    }

    .typical__item {
        margin-bottom: 40.8px
    }

    .typical__column {
        width: 100%;
        margin: 0 0 16px
    }

    .typical__column:last-child {
        margin-bottom: 0
    }

    .typical__fact {
        border-radius: 0;
        padding: 7.85vw 36px
    }

    .typical__mark {
        margin: 0
    }

    .typical__form {
        margin: 48px 0
    }

    .typical__pseudoslider .typical__figcaption {
        width: 100%
    }

    .typical__line {
        display: block
    }
}

@media screen and (max-width: 500px) {
    .typical__extra {
        width: 100%
    }
}

.video, .video--item {
    width: 100%
}

.video--large .video__banner {
    height: 770px
}

.video--large .video__play {
    width: 120px;
    height: 120px
}

.video--item .video__banner {
    height: 520px
}

.video__banner {
    position: relative;
    margin-bottom: 24px;
    width: 100%;
    height: 390px;
    display: block
}

.video__image, .video__link:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.video__iframe {
    padding: 0;
    margin: 0;
    background: #000;
    width: 80%;
    height: 80%;
    min-width: 290px;
    min-height: 200px
}

.video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 80px;
    height: 80px
}

.video__credits {
    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%
}

.video__group, .video__name {
    width: 72%
}

.video__group .video__name {
    width: 100%
}

.video__duration {
    color: #bdbdbd
}

.video__count, .video__duration--playlist {
    color: #f27e25
}

.video__link {
    margin: 16px 0 0;
    color: rgba(44, 44, 44, .3);
    display: inline-block;
    position: relative
}

.video__link:before {
    content: '';
    width: 24px;
    height: 24px;
    background: 24px 24px url(../images/link.svg) no-repeat
}

.video__link span {
    border-bottom: 1px solid rgba(44, 44, 44, .3)
}

@media screen and (max-width: 1340px) {
    .video--large .video__banner {
        height: 50vw
    }
}

@media screen and (max-width: 1000px) {
    .video--large .video__play {
        width: 80px;
        height: 80px
    }
}

@media screen and (max-width: 600px) {
    .video--large .video__play, .video__play {
        width: 50px;
        height: 50px
    }

    .video__banner {
        height: 60vw;
        min-height: 240px
    }
}

@media screen and (max-width: 1700px) and (max-width: 1100px) {
    __row {
        font-size: calc((100vw - 320px) / 780 * 4 + 10px);
        line-height: calc((100vw - 320px) / 780 * 4 + 14px)
    }
}

@media screen and (max-width: 1700px) and (max-width: 1700px) {
    .button, __name {
        font-size: calc((100vw - 320px) / 1380 * 4 + 14px);
        line-height: calc((100vw - 320px) / 1380 * 5 + 20px)
    }
}

@media screen and (max-width: 1700px) and (max-width: 1100px) {
    __desc, __tabs {
        font-size: calc((100vw - 320px) / 780 * 4 + 10px);
        line-height: calc((100vw - 320px) / 780 * 4 + 14px)
    }
}

@media screen and (max-width: 1700px) and (max-width: 1700px) {
    .arrow-caption, .g-media__caption {
        font-size: calc((100vw - 320px) / 1380 * 8 + 16px);
        line-height: calc((100vw - 320px) / 1380 * 6 + 24px)
    }
}

@media screen and (max-width: 1280px) and (max-width: 1280px) {
    .pagination {
        font-size: calc((100vw - 320px) / 960 * 4 + 10px);
        line-height: calc((100vw - 320px) / 960 * 4 + 14px)
    }
}

:root {
    --color: rgba(255, 255, 255, 0.85)
}

body {
    -webkit-text-size-adjust: none;
    min-width: 320px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    -webkit-tap-highlight-color: transparent;
    font-size: 24px;
    line-height: 30px
}

@media (max-width: 1500px) {
    body {
        font-size: calc((100vw - 320px) / 1180 * 8 + 16px);
        line-height: calc((100vw - 320px) / 1180 * 6 + 24px)
    }
}

::selection {
    background-color: #f27e25;
    color: #fff
}

::-moz-selection {
    background-color: #f27e25;
    color: #fff
}

.hidden {
    display: none
}

.g-rowline {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto
}

@media screen and (max-width: 1500px) {
    .g-rowline {
        max-width: 1280px
    }
}

.g-centre {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.lock {
    overflow: hidden;
    position: fixed
}

.g-content--flexible .g-start, .lock {
    width: 100%
}

.g-wrapper {
    padding: 0 3.75vw
}

@media screen and (max-width: 700px) {
    .g-wrapper {
        padding: 0 6vw
    }
}

.g-mark {
    -webkit-box-shadow: 0 23px 50px rgba(146, 152, 155, .15);
    box-shadow: 0 23px 50px rgba(146, 152, 155, .15);
    background-color: #fff;
    padding: 5vw 7.85vw;
    text-align: center
}

@media screen and (max-width: 700px) {
    .g-mark {
        padding: 48px 36px
    }
}

.g-minipic {
    display: block;
    width: 80px;
    height: 80px;
    padding: 5px;
    border: 1px solid #c4c4c4;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width: 800px) {
    .g-minipic {
        width: 60px;
        height: 60px;
        margin-right: 8px
    }
}

.g-minipic:last-child {
    margin-right: 0
}

.g-minipic.choosen {
    border-color: #f27e25
}

.g-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.g-huge {
    font-size: 128px;
    line-height: 160px
}

@media (max-width: 1600px) {
    .g-huge {
        font-size: calc((100vw - 320px) / 1280 * 64 + 64px);
        line-height: calc((100vw - 320px) / 1280 * 80 + 80px)
    }
}

.g-title, h1 {
    font-size: 42px;
    line-height: 50px
}

@media (max-width: 1600px) {
    .g-title, h1 {
        font-size: calc((100vw - 320px) / 1280 * 21 + 21px);
        line-height: calc((100vw - 320px) / 1280 * 26 + 24px)
    }
}

.g-subtitle, h2 {
    font-size: 38px;
    line-height: 60px
}

@media (max-width: 1600px) {
    .g-subtitle, h2 {
        font-size: calc((100vw - 320px) / 1280 * 24 + 24px);
        line-height: calc((100vw - 320px) / 1280 * 28 + 32px)
    }
}

.g-minititle, h3 {
    font-size: 36px;
    line-height: 48px
}

@media (max-width: 1600px) {
    .g-minititle, h3 {
        font-size: calc((100vw - 320px) / 1280 * 18 + 18px);
        line-height: calc((100vw - 320px) / 1280 * 24 + 24px)
    }
}

.g-middletext, .get-format h4 {
    font-size: 22px;
    line-height: 30px
}

@media (max-width: 1500px) {
    .g-middletext {
        font-size: calc((100vw - 320px) / 1180 * 8 + 16px);
        line-height: calc((100vw - 320px) / 1180 * 6 + 24px)
    }
}

.g-smalltext {
    font-size: 18px;
    line-height: 25px
}

@media (max-width: 1500px) {
    .g-smalltext {
        font-size: calc((100vw - 320px) / 1180 * 2 + 16px);
        line-height: calc((100vw - 320px) / 1180 * 3 + 22px)
    }
}

.g-tinytext {
    font-size: 14px;
    line-height: 18px
}

@media (max-width: 1100px) {
    .g-tinytext {
        font-size: calc((100vw - 320px) / 780 * 4 + 10px);
        line-height: calc((100vw - 320px) / 780 * 4 + 14px)
    }
}

.g-bolder {
    font-weight: 500
}

h1, h2, h3, h4 {
    font-weight: 400
}

.g-uppercase {
    letter-spacing: .1em;
    text-transform: uppercase
}

.g-underline {
    border-bottom: 1px solid rgba(44, 44, 44, .3);
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease
}

.g-underline:hover, .get-format p a:hover {
    border-bottom-color: transparent
}

.g-underline--orange {
    border-bottom: 1px solid rgba(242, 126, 37, .5);
    color: #f27e25
}

.g-pointer {
    position: relative
}

.g-pointer::after {
    position: absolute;
    right: -32px;
    top: 0;
    content: '';
    display: inline-block;
    width: 24px;
    height: 100%;
    background: url(../images/arrow-pointer.svg) no-repeat center/contain
}

.g-pointer--left::after {
    right: auto;
    left: -32px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.g-pointer_cerf::after {
    position: absolute;
    right: -32px;
    top: 15px;
    content: '';
    display: inline-block;
    width: 24px;
    height: 100%;
    background: url(../images/arrow-pointer.svg) no-repeat center/contain
}

.get-format {
    font-size: 18px;
    line-height: 25px
}

@media (max-width: 1300px) {
    .get-format {
        font-size: calc((100vw - 320px) / 980 * 4 + 14px);
        line-height: calc((100vw - 320px) / 980 * 5 + 20px)
    }
}

.get-format p a {
    color: #f27e25;
    border-bottom: 1px solid #f27e25;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease
}

.get-format > div {
    margin-top: 32px;
    margin-bottom: 32px
}

@media screen and (max-width: 1180px) {
    .get-format h3 {
        margin-bottom: 28px
    }
}

@media screen and (max-width: 700px) {
    .get-format h3 {
        margin-bottom: 16px
    }
}

.get-format h4 {
    margin-bottom: 24px
}

@media (max-width: 1400px) {
    .get-format h4 {
        font-size: calc((100vw - 320px) / 1080 * 8 + 16px);
        line-height: calc((100vw - 320px) / 1080 * 6 + 24px)
    }
}

@media screen and (max-width: 1350px) {
    .get-format h4 {
        margin-bottom: 12px
    }
}

@media screen and (max-width: 700px) {
    .get-format h4 {
        margin-bottom: 12px
    }
}

.get-format blockquote {
    display: block;
    border-left: 2px solid #f27e25;
    padding-left: 2.5vw
}

.get-format ol li, .get-format ul li {
    position: relative;
    margin-bottom: 8px
}

.get-format ul li:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    left: -10px;
    top: 11px;
    border-radius: 50%;
    background: #f27e25
}

@media screen and (max-width: 900px) {
    .get-format ul li:before {
        top: 8px
    }
}

.get-format ol {
    counter-reset: list 0
}

@media screen and (max-width: 900px) {
    .get-format ol li {
        padding-left: 25px
    }
}

.get-format ol li:before {
    counter-increment: list;
    content: "" counter(list);
    color: #f27e25;
    position: absolute;
    top: 0;
    left: -42px
}

@media screen and (max-width: 900px) {
    .get-format ol li:before {
        left: 0
    }
}

.g-start {
    padding: 3.75vw 0 5vw
}

.g-start--unbot {
    padding-bottom: 0 !important
}

@media screen and (max-width: 1280px) {
    .g-start {
        padding: 2.5vw 0 7.85vw
    }
}

@media screen and (max-width: 680px) {
    .g-start {
        padding: 7.85vw 0 5vw
    }
}

@media screen and (max-width: 480px) {
    .g-start {
        padding: 10.42vw 0 7.85vw
    }
}

.g-fullinfo {
    display: none
}

.g-accord-toggler {
    margin-top: 24px;
    display: inline-block;
    position: relative
}

@media screen and (max-width: 700px) {
    .g-accord-toggler {
        margin-top: 8px
    }
}

.g-accord-toggler:before {
    content: '';
    position: absolute;
    background-image: url(../images/dropdown-orange.png);
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    right: -14px;
    top: 11px;
    width: 10px;
    height: 6px
}

.g-accord-toggler.rotated:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.g-accord-toggler span {
    border-bottom-style: dashed
}

@media screen and (max-width: 820px) {
    .g-accord-toggler:before {
        top: 42%
    }
}

@media screen and (max-width: 600px) {
    .g-accord-toggler:before {
        top: 40%;
        width: 8px;
        height: 4px;
        background-size: 8px 4px
    }
}

.g-menu .important {
    color: #c4c4c4
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}

.catalog_item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog_item-wrap a {
    text-decoration: underline
}

.catalog_item_cust {
    width: 27px;
    margin: 0 16px 0 0
}

.manual-anchor {
    padding-top: 275px;
    margin-top: -275px
}

.congress {
    max-width: 680px;
    margin: 0 auto
}

@media (max-width: 699px) {
    .pagination__nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 10px
    }
}

@media (max-width: 490px) {
    .typical-other__group {
        max-width: 300px
    }
}

@media screen and (max-width: 767.98px) {
    .item__row {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .button--transparent {
        margin-bottom: 15px
    }
}

.index_slider, .main-entrance__wrapper, .slider-main {
    width: 100%
}

.index_slider_el {
    width: 100%;
    max-height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative
}

.slider__button {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    border: 1px solid #fff;
    padding: 1px 10px;
    overflow: hidden;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    z-index: 2;
    bottom: 30px;
    left: 58%
}

.slider__button:hover {
    color: #000
}

.slider__button::before {
    background: #fff;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    width: 100%;
    height: 0%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.slider__button:hover::before {
    height: 380%
}

.slick-dots {
    bottom: 40px;
    z-index: 1;
    left: 50%;
    width: 13%;
    margin-left: -123.5px
}

.slick-dots li {
    width: 12px;
    height: 12px
}

.slick-dots .slick-active {
    background-color: #fff;
    border-radius: 50%
}

@media (min-width: 2560px) {
    .slick-prev {
        left: 48%
    }
}

@media (min-width: 1581px) and (max-width: 1800px) {
    .slick-dots {
        margin-left: -102.5px
    }
}

@media (max-width: 1580px) {
    .slick-dots {
        margin-left: -93.5px
    }
}

@media (min-width: 1441px) and (max-width: 1500px) {
    .slider__button {
        bottom: 30px;
        left: 58%
    }

    .slick-dots {
        margin-left: -93.5px
    }
}

@media (max-width: 1440.98px) {
    .slider__button {
        bottom: 30px;
        left: 58%
    }

    .slick-dots {
        margin-left: -93.5px
    }

    .slick-prev {
        left: 42%
    }
}

@media (max-width: 1180.98px) {
    .slider__button {
        bottom: 30px;
        left: 66%
    }
}

@media (max-width: 1100.98px) {
    .slick-dots {
        width: 50%;
        bottom: 14px;
        margin-left: -275px
    }

    .slick-next, .slick-prev {
        bottom: 8px
    }

    .slick-prev {
        left: 43%
    }

    .slick-next {
        right: 42.2%
    }

    .slick-next:before, .slick-prev:before {
        font-size: 34px
    }
}

@media (max-width: 1024.98px) {
    .slick-dots {
        bottom: 32px;
        width: 100px;
        left: 70%;
        margin-left: -256px
    }

    .slider__button {
        bottom: 25px;
        left: 66%
    }

    .slick-next, .slick-prev {
        bottom: 25px
    }

    .slick-prev {
        left: 43%
    }

    .slick-next {
        right: 42.2%
    }

    .slick-next:before, .slick-prev:before {
        font-size: 34px
    }
}

@media (max-width: 768.98px) {
    .slider__button {
        bottom: 12px;
        left: 66%
    }

    .slick-dots {
        bottom: 16px;
        margin-left: -192px
    }

    .slick-dots li {
        margin: 0 5px
    }

    .slick-dots li button {
        width: 9px;
        height: 8px
    }
}

@media (max-width: 725.98px) {
    .button {
        padding: 14px 30px;
        min-width: 180px
    }
}

@media (max-width: 650.98px) {
    .button {
        padding: 10px 15px;
        min-width: 145px
    }
}

@media (max-width: 425.98px) {
    .slider__button {
        bottom: 10px;
        left: 66%;
        line-height: 17px;
        max-height: 20px;
        font-size: 12px
    }

    .button {
        padding: 5px 15px;
        min-width: 145px
    }

    .slick-dots {
        left: 61%;
        margin-left: -106px
    }
}

@media (max-width: 375.98px) {
    .slick-dots {
        margin-left: -93px
    }

    .slider__button {
        bottom: 8px
    }
}
.catalog-products.catalog-products--grid .product{
max-width: 303px;
}

.item-slider__container:not(.slick-initialized) {
    display: flex;
    justify-content: center;
    align-items: start;
}
.item-slider__container:not(.slick-initialized) .item-slider__slide {
    opacity: 1;
    pointer-events: initial;
}
.item-slider__container:not(.slick-initialized) .item-slider__slide img {
    margin-right: 0;
}