

/* Start:/local/templates/multydex/css/animate.css?159058266285370*/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

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

@-webkit-keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    from {
        -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);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -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);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

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

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

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -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);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

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

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    from {
        -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);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wobble {
    from {
        -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);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes jello {

    from,
    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(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {

    from,
    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(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

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

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.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;
}

@-webkit-keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        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 {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        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);
    }
}

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

@-webkit-keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        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 {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        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);
    }
}

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

@-webkit-keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        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 {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        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);
    }
}

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

@-webkit-keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        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 {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        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);
    }
}

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

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

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

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

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

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

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

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

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

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

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

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

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

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

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

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

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

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

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes rotateIn {
    from {
        -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 {
    from {
        -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;
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    from {
        -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 {
    from {
        -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;
    }
}

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

@-webkit-keyframes rotateInDownRight {
    from {
        -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 {
    from {
        -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;
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    from {
        -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 {
    from {
        -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;
    }
}

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

@-webkit-keyframes rotateInUpRight {
    from {
        -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 {
    from {
        -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;
    }
}

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

@-webkit-keyframes rotateOut {
    from {
        -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 {
    from {
        -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;
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    from {
        -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 {
    from {
        -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;
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    from {
        -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 {
    from {
        -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;
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    from {
        -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 {
    from {
        -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;
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    from {
        -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 {
    from {
        -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;
    }
}

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

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

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

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

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

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

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

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

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

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

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

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

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

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

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

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.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;
        transition: none !important;
    }
}
/* End */


/* Start:/local/templates/multydex/css/intlTelInput.min.css?163472258419157*/
.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{padding:5px 10px;outline:0}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__dial-code,.iti__flag-box{vertical-align:middle}.iti__country-name,.iti__flag-box{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{height:10px;background-position:0 0}.iti__flag.iti__ad{height:14px;background-position:-22px 0}.iti__flag.iti__ae{height:10px;background-position:-44px 0}.iti__flag.iti__af{height:14px;background-position:-66px 0}.iti__flag.iti__ag{height:14px;background-position:-88px 0}.iti__flag.iti__ai{height:10px;background-position:-110px 0}.iti__flag.iti__al{height:15px;background-position:-132px 0}.iti__flag.iti__am{height:10px;background-position:-154px 0}.iti__flag.iti__ao{height:14px;background-position:-176px 0}.iti__flag.iti__aq{height:14px;background-position:-198px 0}.iti__flag.iti__ar{height:13px;background-position:-220px 0}.iti__flag.iti__as{height:10px;background-position:-242px 0}.iti__flag.iti__at{height:14px;background-position:-264px 0}.iti__flag.iti__au{height:10px;background-position:-286px 0}.iti__flag.iti__aw{height:14px;background-position:-308px 0}.iti__flag.iti__ax{height:13px;background-position:-330px 0}.iti__flag.iti__az{height:10px;background-position:-352px 0}.iti__flag.iti__ba{height:10px;background-position:-374px 0}.iti__flag.iti__bb{height:14px;background-position:-396px 0}.iti__flag.iti__bd{height:12px;background-position:-418px 0}.iti__flag.iti__be{height:15px;background-position:-440px 0}.iti__flag.iti__bf{height:14px;background-position:-460px 0}.iti__flag.iti__bg{height:12px;background-position:-482px 0}.iti__flag.iti__bh{height:12px;background-position:-504px 0}.iti__flag.iti__bi{height:12px;background-position:-526px 0}.iti__flag.iti__bj{height:14px;background-position:-548px 0}.iti__flag.iti__bl{height:14px;background-position:-570px 0}.iti__flag.iti__bm{height:10px;background-position:-592px 0}.iti__flag.iti__bn{height:10px;background-position:-614px 0}.iti__flag.iti__bo{height:14px;background-position:-636px 0}.iti__flag.iti__bq{height:14px;background-position:-658px 0}.iti__flag.iti__br{height:14px;background-position:-680px 0}.iti__flag.iti__bs{height:10px;background-position:-702px 0}.iti__flag.iti__bt{height:14px;background-position:-724px 0}.iti__flag.iti__bv{height:15px;background-position:-746px 0}.iti__flag.iti__bw{height:14px;background-position:-768px 0}.iti__flag.iti__by{height:10px;background-position:-790px 0}.iti__flag.iti__bz{height:14px;background-position:-812px 0}.iti__flag.iti__ca{height:10px;background-position:-834px 0}.iti__flag.iti__cc{height:10px;background-position:-856px 0}.iti__flag.iti__cd{height:15px;background-position:-878px 0}.iti__flag.iti__cf{height:14px;background-position:-900px 0}.iti__flag.iti__cg{height:14px;background-position:-922px 0}.iti__flag.iti__ch{height:15px;background-position:-944px 0}.iti__flag.iti__ci{height:14px;background-position:-961px 0}.iti__flag.iti__ck{height:10px;background-position:-983px 0}.iti__flag.iti__cl{height:14px;background-position:-1005px 0}.iti__flag.iti__cm{height:14px;background-position:-1027px 0}.iti__flag.iti__cn{height:14px;background-position:-1049px 0}.iti__flag.iti__co{height:14px;background-position:-1071px 0}.iti__flag.iti__cp{height:14px;background-position:-1093px 0}.iti__flag.iti__cr{height:12px;background-position:-1115px 0}.iti__flag.iti__cu{height:10px;background-position:-1137px 0}.iti__flag.iti__cv{height:12px;background-position:-1159px 0}.iti__flag.iti__cw{height:14px;background-position:-1181px 0}.iti__flag.iti__cx{height:10px;background-position:-1203px 0}.iti__flag.iti__cy{height:14px;background-position:-1225px 0}.iti__flag.iti__cz{height:14px;background-position:-1247px 0}.iti__flag.iti__de{height:12px;background-position:-1269px 0}.iti__flag.iti__dg{height:10px;background-position:-1291px 0}.iti__flag.iti__dj{height:14px;background-position:-1313px 0}.iti__flag.iti__dk{height:15px;background-position:-1335px 0}.iti__flag.iti__dm{height:10px;background-position:-1357px 0}.iti__flag.iti__do{height:14px;background-position:-1379px 0}.iti__flag.iti__dz{height:14px;background-position:-1401px 0}.iti__flag.iti__ea{height:14px;background-position:-1423px 0}.iti__flag.iti__ec{height:14px;background-position:-1445px 0}.iti__flag.iti__ee{height:13px;background-position:-1467px 0}.iti__flag.iti__eg{height:14px;background-position:-1489px 0}.iti__flag.iti__eh{height:10px;background-position:-1511px 0}.iti__flag.iti__er{height:10px;background-position:-1533px 0}.iti__flag.iti__es{height:14px;background-position:-1555px 0}.iti__flag.iti__et{height:10px;background-position:-1577px 0}.iti__flag.iti__eu{height:14px;background-position:-1599px 0}.iti__flag.iti__fi{height:12px;background-position:-1621px 0}.iti__flag.iti__fj{height:10px;background-position:-1643px 0}.iti__flag.iti__fk{height:10px;background-position:-1665px 0}.iti__flag.iti__fm{height:11px;background-position:-1687px 0}.iti__flag.iti__fo{height:15px;background-position:-1709px 0}.iti__flag.iti__fr{height:14px;background-position:-1731px 0}.iti__flag.iti__ga{height:15px;background-position:-1753px 0}.iti__flag.iti__gb{height:10px;background-position:-1775px 0}.iti__flag.iti__gd{height:12px;background-position:-1797px 0}.iti__flag.iti__ge{height:14px;background-position:-1819px 0}.iti__flag.iti__gf{height:14px;background-position:-1841px 0}.iti__flag.iti__gg{height:14px;background-position:-1863px 0}.iti__flag.iti__gh{height:14px;background-position:-1885px 0}.iti__flag.iti__gi{height:10px;background-position:-1907px 0}.iti__flag.iti__gl{height:14px;background-position:-1929px 0}.iti__flag.iti__gm{height:14px;background-position:-1951px 0}.iti__flag.iti__gn{height:14px;background-position:-1973px 0}.iti__flag.iti__gp{height:14px;background-position:-1995px 0}.iti__flag.iti__gq{height:14px;background-position:-2017px 0}.iti__flag.iti__gr{height:14px;background-position:-2039px 0}.iti__flag.iti__gs{height:10px;background-position:-2061px 0}.iti__flag.iti__gt{height:13px;background-position:-2083px 0}.iti__flag.iti__gu{height:11px;background-position:-2105px 0}.iti__flag.iti__gw{height:10px;background-position:-2127px 0}.iti__flag.iti__gy{height:12px;background-position:-2149px 0}.iti__flag.iti__hk{height:14px;background-position:-2171px 0}.iti__flag.iti__hm{height:10px;background-position:-2193px 0}.iti__flag.iti__hn{height:10px;background-position:-2215px 0}.iti__flag.iti__hr{height:10px;background-position:-2237px 0}.iti__flag.iti__ht{height:12px;background-position:-2259px 0}.iti__flag.iti__hu{height:10px;background-position:-2281px 0}.iti__flag.iti__ic{height:14px;background-position:-2303px 0}.iti__flag.iti__id{height:14px;background-position:-2325px 0}.iti__flag.iti__ie{height:10px;background-position:-2347px 0}.iti__flag.iti__il{height:15px;background-position:-2369px 0}.iti__flag.iti__im{height:10px;background-position:-2391px 0}.iti__flag.iti__in{height:14px;background-position:-2413px 0}.iti__flag.iti__io{height:10px;background-position:-2435px 0}.iti__flag.iti__iq{height:14px;background-position:-2457px 0}.iti__flag.iti__ir{height:12px;background-position:-2479px 0}.iti__flag.iti__is{height:15px;background-position:-2501px 0}.iti__flag.iti__it{height:14px;background-position:-2523px 0}.iti__flag.iti__je{height:12px;background-position:-2545px 0}.iti__flag.iti__jm{height:10px;background-position:-2567px 0}.iti__flag.iti__jo{height:10px;background-position:-2589px 0}.iti__flag.iti__jp{height:14px;background-position:-2611px 0}.iti__flag.iti__ke{height:14px;background-position:-2633px 0}.iti__flag.iti__kg{height:12px;background-position:-2655px 0}.iti__flag.iti__kh{height:13px;background-position:-2677px 0}.iti__flag.iti__ki{height:10px;background-position:-2699px 0}.iti__flag.iti__km{height:12px;background-position:-2721px 0}.iti__flag.iti__kn{height:14px;background-position:-2743px 0}.iti__flag.iti__kp{height:10px;background-position:-2765px 0}.iti__flag.iti__kr{height:14px;background-position:-2787px 0}.iti__flag.iti__kw{height:10px;background-position:-2809px 0}.iti__flag.iti__ky{height:10px;background-position:-2831px 0}.iti__flag.iti__kz{height:10px;background-position:-2853px 0}.iti__flag.iti__la{height:14px;background-position:-2875px 0}.iti__flag.iti__lb{height:14px;background-position:-2897px 0}.iti__flag.iti__lc{height:10px;background-position:-2919px 0}.iti__flag.iti__li{height:12px;background-position:-2941px 0}.iti__flag.iti__lk{height:10px;background-position:-2963px 0}.iti__flag.iti__lr{height:11px;background-position:-2985px 0}.iti__flag.iti__ls{height:14px;background-position:-3007px 0}.iti__flag.iti__lt{height:12px;background-position:-3029px 0}.iti__flag.iti__lu{height:12px;background-position:-3051px 0}.iti__flag.iti__lv{height:10px;background-position:-3073px 0}.iti__flag.iti__ly{height:10px;background-position:-3095px 0}.iti__flag.iti__ma{height:14px;background-position:-3117px 0}.iti__flag.iti__mc{height:15px;background-position:-3139px 0}.iti__flag.iti__md{height:10px;background-position:-3160px 0}.iti__flag.iti__me{height:10px;background-position:-3182px 0}.iti__flag.iti__mf{height:14px;background-position:-3204px 0}.iti__flag.iti__mg{height:14px;background-position:-3226px 0}.iti__flag.iti__mh{height:11px;background-position:-3248px 0}.iti__flag.iti__mk{height:10px;background-position:-3270px 0}.iti__flag.iti__ml{height:14px;background-position:-3292px 0}.iti__flag.iti__mm{height:14px;background-position:-3314px 0}.iti__flag.iti__mn{height:10px;background-position:-3336px 0}.iti__flag.iti__mo{height:14px;background-position:-3358px 0}.iti__flag.iti__mp{height:10px;background-position:-3380px 0}.iti__flag.iti__mq{height:14px;background-position:-3402px 0}.iti__flag.iti__mr{height:14px;background-position:-3424px 0}.iti__flag.iti__ms{height:10px;background-position:-3446px 0}.iti__flag.iti__mt{height:14px;background-position:-3468px 0}.iti__flag.iti__mu{height:14px;background-position:-3490px 0}.iti__flag.iti__mv{height:14px;background-position:-3512px 0}.iti__flag.iti__mw{height:14px;background-position:-3534px 0}.iti__flag.iti__mx{height:12px;background-position:-3556px 0}.iti__flag.iti__my{height:10px;background-position:-3578px 0}.iti__flag.iti__mz{height:14px;background-position:-3600px 0}.iti__flag.iti__na{height:14px;background-position:-3622px 0}.iti__flag.iti__nc{height:10px;background-position:-3644px 0}.iti__flag.iti__ne{height:15px;background-position:-3666px 0}.iti__flag.iti__nf{height:10px;background-position:-3686px 0}.iti__flag.iti__ng{height:10px;background-position:-3708px 0}.iti__flag.iti__ni{height:12px;background-position:-3730px 0}.iti__flag.iti__nl{height:14px;background-position:-3752px 0}.iti__flag.iti__no{height:15px;background-position:-3774px 0}.iti__flag.iti__np{height:15px;background-position:-3796px 0}.iti__flag.iti__nr{height:10px;background-position:-3811px 0}.iti__flag.iti__nu{height:10px;background-position:-3833px 0}.iti__flag.iti__nz{height:10px;background-position:-3855px 0}.iti__flag.iti__om{height:10px;background-position:-3877px 0}.iti__flag.iti__pa{height:14px;background-position:-3899px 0}.iti__flag.iti__pe{height:14px;background-position:-3921px 0}.iti__flag.iti__pf{height:14px;background-position:-3943px 0}.iti__flag.iti__pg{height:15px;background-position:-3965px 0}.iti__flag.iti__ph{height:10px;background-position:-3987px 0}.iti__flag.iti__pk{height:14px;background-position:-4009px 0}.iti__flag.iti__pl{height:13px;background-position:-4031px 0}.iti__flag.iti__pm{height:14px;background-position:-4053px 0}.iti__flag.iti__pn{height:10px;background-position:-4075px 0}.iti__flag.iti__pr{height:14px;background-position:-4097px 0}.iti__flag.iti__ps{height:10px;background-position:-4119px 0}.iti__flag.iti__pt{height:14px;background-position:-4141px 0}.iti__flag.iti__pw{height:13px;background-position:-4163px 0}.iti__flag.iti__py{height:11px;background-position:-4185px 0}.iti__flag.iti__qa{height:8px;background-position:-4207px 0}.iti__flag.iti__re{height:14px;background-position:-4229px 0}.iti__flag.iti__ro{height:14px;background-position:-4251px 0}.iti__flag.iti__rs{height:14px;background-position:-4273px 0}.iti__flag.iti__ru{height:14px;background-position:-4295px 0}.iti__flag.iti__rw{height:14px;background-position:-4317px 0}.iti__flag.iti__sa{height:14px;background-position:-4339px 0}.iti__flag.iti__sb{height:10px;background-position:-4361px 0}.iti__flag.iti__sc{height:10px;background-position:-4383px 0}.iti__flag.iti__sd{height:10px;background-position:-4405px 0}.iti__flag.iti__se{height:13px;background-position:-4427px 0}.iti__flag.iti__sg{height:14px;background-position:-4449px 0}.iti__flag.iti__sh{height:10px;background-position:-4471px 0}.iti__flag.iti__si{height:10px;background-position:-4493px 0}.iti__flag.iti__sj{height:15px;background-position:-4515px 0}.iti__flag.iti__sk{height:14px;background-position:-4537px 0}.iti__flag.iti__sl{height:14px;background-position:-4559px 0}.iti__flag.iti__sm{height:15px;background-position:-4581px 0}.iti__flag.iti__sn{height:14px;background-position:-4603px 0}.iti__flag.iti__so{height:14px;background-position:-4625px 0}.iti__flag.iti__sr{height:14px;background-position:-4647px 0}.iti__flag.iti__ss{height:10px;background-position:-4669px 0}.iti__flag.iti__st{height:10px;background-position:-4691px 0}.iti__flag.iti__sv{height:12px;background-position:-4713px 0}.iti__flag.iti__sx{height:14px;background-position:-4735px 0}.iti__flag.iti__sy{height:14px;background-position:-4757px 0}.iti__flag.iti__sz{height:14px;background-position:-4779px 0}.iti__flag.iti__ta{height:10px;background-position:-4801px 0}.iti__flag.iti__tc{height:10px;background-position:-4823px 0}.iti__flag.iti__td{height:14px;background-position:-4845px 0}.iti__flag.iti__tf{height:14px;background-position:-4867px 0}.iti__flag.iti__tg{height:13px;background-position:-4889px 0}.iti__flag.iti__th{height:14px;background-position:-4911px 0}.iti__flag.iti__tj{height:10px;background-position:-4933px 0}.iti__flag.iti__tk{height:10px;background-position:-4955px 0}.iti__flag.iti__tl{height:10px;background-position:-4977px 0}.iti__flag.iti__tm{height:14px;background-position:-4999px 0}.iti__flag.iti__tn{height:14px;background-position:-5021px 0}.iti__flag.iti__to{height:10px;background-position:-5043px 0}.iti__flag.iti__tr{height:14px;background-position:-5065px 0}.iti__flag.iti__tt{height:12px;background-position:-5087px 0}.iti__flag.iti__tv{height:10px;background-position:-5109px 0}.iti__flag.iti__tw{height:14px;background-position:-5131px 0}.iti__flag.iti__tz{height:14px;background-position:-5153px 0}.iti__flag.iti__ua{height:14px;background-position:-5175px 0}.iti__flag.iti__ug{height:14px;background-position:-5197px 0}.iti__flag.iti__um{height:11px;background-position:-5219px 0}.iti__flag.iti__un{height:14px;background-position:-5241px 0}.iti__flag.iti__us{height:11px;background-position:-5263px 0}.iti__flag.iti__uy{height:14px;background-position:-5285px 0}.iti__flag.iti__uz{height:10px;background-position:-5307px 0}.iti__flag.iti__va{height:15px;background-position:-5329px 0}.iti__flag.iti__vc{height:14px;background-position:-5346px 0}.iti__flag.iti__ve{height:14px;background-position:-5368px 0}.iti__flag.iti__vg{height:10px;background-position:-5390px 0}.iti__flag.iti__vi{height:14px;background-position:-5412px 0}.iti__flag.iti__vn{height:14px;background-position:-5434px 0}.iti__flag.iti__vu{height:12px;background-position:-5456px 0}.iti__flag.iti__wf{height:14px;background-position:-5478px 0}.iti__flag.iti__ws{height:10px;background-position:-5500px 0}.iti__flag.iti__xk{height:15px;background-position:-5522px 0}.iti__flag.iti__ye{height:14px;background-position:-5544px 0}.iti__flag.iti__yt{height:14px;background-position:-5566px 0}.iti__flag.iti__za{height:14px;background-position:-5588px 0}.iti__flag.iti__zm{height:14px;background-position:-5610px 0}.iti__flag.iti__zw{height:10px;background-position:-5632px 0}.iti__flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(/local/templates/multydex/css/../img/flags.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(/local/templates/multydex/css/../img/flags@2x.png)}}.iti__flag.iti__np{background-color:transparent}
/* End */


/* Start:/local/templates/multydex/css/style.css?1716387644151176*/
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

#nprogress {
  pointer-events: none
}

#nprogress .bar {
  background: #96c11f;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px
}

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #96c11f, 0 0 5px #96c11f;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0, -4px);
  transform: rotate(3deg) translate(0, -4px)
}

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #96c11f;
  border-left-color: #96c11f;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
  position: absolute
}

.fade {
  transition: all 300ms linear 700ms;
  opacity: 1
}

.fade.out {
  opacity: 0
}

@font-face {
  font-family: 'MADE The Artist Script';
  font-display: swap;
  src: url(/local/templates/multydex/css/../fonts/MADETheArtist/MADETheArtistScript.eot);
  src: url(/local/templates/multydex/css/../fonts/MADETheArtist/MADETheArtistScript.eot?#iefix) format("embedded-opentype"), url(/local/templates/multydex/css/../fonts/MADETheArtist/MADETheArtistScript.woff2) format("woff2"), url(/local/templates/multydex/css/../fonts/MADETheArtist/MADETheArtistScript.woff) format("woff"), url(/local/templates/multydex/css/../fonts/MADETheArtist/MADETheArtistScript.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'MADE The Artist Sans';
  font-display: swap;
  src: url(/local/templates/multydex/css/../fonts/MADETheArtist/MADETheArtistSans.eot);
  src: url(/local/templates/multydex/css/../fonts/MADETheArtist/MADETheArtistSans.eot?#iefix) format("embedded-opentype"), url(/local/templates/multydex/css/../fonts/MADETheArtist/MADETheArtistSans.woff2) format("woff2"), url(/local/templates/multydex/css/../fonts/MADETheArtist/MADETheArtistSans.woff) format("woff"), url(/local/templates/multydex/css/../fonts/MADETheArtist/MADETheArtistSans.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'MADE The Artist Script Extras';
  font-display: swap;
  src: url(/local/templates/multydex/css/../fonts/MADETheArtist/MADETheArtistScriptExtras.eot);
  src: url(/local/templates/multydex/css/../fonts/MADETheArtist/MADETheArtistScriptExtras.eot?#iefix) format("embedded-opentype"), url(/local/templates/multydex/css/../fonts/MADETheArtist/MADETheArtistScriptExtras.woff2) format("woff2"), url(/local/templates/multydex/css/../fonts/MADETheArtist/MADETheArtistScriptExtras.woff) format("woff"), url(/local/templates/multydex/css/../fonts/MADETheArtist/MADETheArtistScriptExtras.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: url("/local/templates/multydex/css/../fonts/OpenSansLight/OpenSansLight.eot");
  src: url("/local/templates/multydex/css/../fonts/OpenSansLight/OpenSansLight.eot?#iefix")format("embedded-opentype"),
    url("/local/templates/multydex/css/../fonts/OpenSansLight/OpenSansLight.woff") format("woff"),
    url("/local/templates/multydex/css/../fonts/OpenSansLight/OpenSansLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: url("/local/templates/multydex/css/../fonts/OpenSansRegular/OpenSansRegular.eot");
  src: url("/local/templates/multydex/css/../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix")format("embedded-opentype"),
    url("/local/templates/multydex/css/../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"),
    url("/local/templates/multydex/css/../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: url("/local/templates/multydex/css/../fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
  src: url("/local/templates/multydex/css/../fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix")format("embedded-opentype"),
    url("/local/templates/multydex/css/../fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"),
    url("/local/templates/multydex/css/../fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: url("/local/templates/multydex/css/../fonts/OpenSansBold/OpenSansBold.eot");
  src: url("/local/templates/multydex/css/../fonts/OpenSansBold/OpenSansBold.eot?#iefix")format("embedded-opentype"),
    url("/local/templates/multydex/css/../fonts/OpenSansBold/OpenSansBold.woff") format("woff"),
    url("/local/templates/multydex/css/../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "OpenSans";
  font-display: swap;
  src: url("/local/templates/multydex/css/../fonts/OpenSansExtraBold/OpenSansExtraBold.eot");
  src: url("/local/templates/multydex/css/../fonts/OpenSansExtraBold/OpenSansExtraBold.eot?#iefix")format("embedded-opentype"),
    url("/local/templates/multydex/css/../fonts/OpenSansExtraBold/OpenSansExtraBold.woff") format("woff"),
    url("/local/templates/multydex/css/../fonts/OpenSansExtraBold/OpenSansExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: 'ALSRubl';
  font-display: swap;
  src: url(/local/templates/multydex/css/../fonts/ALSRubl.eot);
  src: url(/local/templates/multydex/css/../fonts/ALSRubl.eot?#iefix) format("embedded-opentype"), url(/local/templates/multydex/css/../fonts/ALSRubl.woff2) format("woff2"), url(/local/templates/multydex/css/../fonts/ALSRubl.woff) format("woff"), url(/local/templates/multydex/css/../fonts/ALSRubl.ttf) format("truetype"), url(/local/templates/multydex/css/../fonts/ALSRubl.svg#ALSRubl) format("svg");
  font-weight: 400;
  font-style: normal
}

.jq-checkbox,
.jq-radio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0
}

.jq-checkbox,
.jq-file,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.jq-select-multiple,
.jq-selectbox {
  position: relative;
  display: inline-block
}

.jq-select-multiple select,
.jq-selectbox select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0
}

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

.jq-selectbox {
  z-index: 10
}

.jq-selectbox__select {
  position: relative
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis
}

.jq-selectbox__dropdown {
  position: absolute
}

.jq-selectbox__search input {
  -webkit-appearance: textfield
}

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

.jq-selectbox__dropdown ul {
  overflow: auto;
  list-style: none
}

.jq-select-multiple ul,
.jq-selectbox__dropdown ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch
}

.jq-number {
  display: inline-block
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left
}

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

.jq-checkbox,
.jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #c3c3c3;
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #fff, inset 1px -1px #fff;
  cursor: pointer
}

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

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

.jq-checkbox {
  border-radius: 3px
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg)
}

.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;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .7)
}

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

.jq-file input {
  cursor: pointer
}

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

.jq-file__name {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  background: #fff;
  box-shadow: inset 1px 1px #f1f1f1;
  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: linear-gradient(#fff, #e6e6e6);
  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: linear-gradient(#f6f6f6, #e6e6e6)
}

.jq-file:active .jq-file__browse {
  background: #f5f5f5;
  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;
  box-shadow: none;
  color: #888
}

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

.jq-number__field,
.jq-number__spin {
  width: 100px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  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 {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: 0;
  outline: 0;
  background: 0 0;
  font: 14px Arial, sans-serif;
  color: #333
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  background: linear-gradient(#fff, #e6e6e6);
  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: linear-gradient(#f6f6f6, #e6e6e6)
}

.jq-number__spin:active {
  background: #f5f5f5;
  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;
  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
}

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff
}

.jq-selectbox__select:hover {
  background: linear-gradient(#f6f6f6, #e6e6e6)
}

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

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794bf
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888
}

.jq-selectbox__select-text {
  display: block;
  width: 100%
}

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

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #ccc
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent
}

.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 {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
  font: 14px/18px Arial, sans-serif
}

.jq-selectbox__search {
  margin: 5px
}

.jq-select-multiple,
.jq-selectbox__search input {
  box-sizing: border-box;
  border: 1px solid #ccc;
  color: #333
}

.jq-selectbox__search input {
  width: 100%;
  margin: 0;
  outline: 0;
  background: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  box-shadow: inset 1px 1px #f1f1f1;
  padding: 5px 27px 6px 8px;
  border-radius: 3px
}

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

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

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231f20
}

.jq-selectbox li.selected {
  background-color: #a3abb1;
  color: #fff
}

.jq-selectbox li:hover {
  background-color: #08c;
  color: #fff
}

.jq-selectbox li.disabled {
  color: #aaa
}

.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 {
  padding: 1px;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px/18px Arial, sans-serif;
  cursor: default
}

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

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

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

.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.optgroup {
  font-weight: 700
}

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

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

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;
  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;
  -moz-appearance: none;
  appearance: none
}

textarea.styler {
  overflow: auto
}

input[type=email].styler:hover:focus,
input[type=password].styler:hover:focus,
input[type=search].styler:hover:focus,
input[type=tel].styler:hover:focus,
input[type=text].styler:hover:focus,
input[type=url].styler:hover:focus,
textarea.styler:hover:focus {
  border-color: #b3b3b3 #ccc #ccc;
  outline: 0;
  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: linear-gradient(#fff, #e6e6e6);
  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.styler::-moz-focus-inner,
input[type=button].styler.styler::-moz-focus-inner,
input[type=reset].styler.styler::-moz-focus-inner,
input[type=submit].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0
}

button.styler:not([disabled]):hover,
input[type=button].styler:not([disabled]):hover,
input[type=reset].styler:hover,
input[type=reset].styler:not([disabled]):hover,
input[type=submit].styler:not([disabled]):hover {
  background: linear-gradient(#f6f6f6, #e6e6e6)
}

button.styler:active,
input[type=button].styler:active,
input[type=reset].styler:active,
input[type=submit].styler:active {
  background: #f5f5f5;
  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;
  box-shadow: none;
  color: #888
}

body.compensate-for-scrollbar {
  overflow: hidden
}

.fancybox-active {
  height: auto
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}

.fancybox-container * {
  box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-toolbar {
  opacity: 0;
  position: absolute
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  visibility: visible
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-toolbar {
  right: 0;
  top: 0
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block
}

.fancybox-slide--next {
  z-index: 99995
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0
}

.fancybox-slide--image:before {
  display: none
}

.fancybox-slide--html {
  padding: 6px 6px 0
}

.fancybox-slide--iframe {
  padding: 44px 44px 0
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fancybox-container [data-selectable=true] {
  cursor: text
}

.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%
}

.fancybox-iframe,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content,
.fancybox-video {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%
}

.fancybox-slide--video .fancybox-content {
  background: #000
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin: 0 0 44px
}

.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  overflow: hidden
}

.fancybox-iframe {
  vertical-align: top
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: 0;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
  color: #ccc
}

.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor
}

.fancybox-button--share svg path {
  stroke-width: 1
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px
}

.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s
}

.fancybox-close-small:focus {
  outline: 0
}

.fancybox-close-small:hover svg {
  opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  background: 0 0;
  color: #fff
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small,
.slick-slide.slick-loading img {
  display: none
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0
}

.fancybox-caption:before {
  background-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC");
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1
}

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline
}

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: 0 0;
  border: 6px solid #fff;
  border-radius: 100%;
  border-top-color: #96c11f;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current,
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1)
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px
}

.fancybox-share p {
  margin: 0;
  padding: 0
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}

.fancybox-share__button svg path {
  fill: #fff
}

.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs,
.slick-slide img {
  display: block
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs>ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.fancybox-thumbs-x>ul {
  overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs>ul>li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991
}

@media (max-width:800px) {
  .fancybox-thumbs {
    width: 110px
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }

  .fancybox-thumbs>ul>li {
    max-width: calc(100% - 10px)
  }
}

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

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

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

.slick-list:focus {
  outline: 0
}

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  /*    margin-left: auto;*/
  margin-right: auto
}

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

.slick-track:after {
  clear: both
}

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

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

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

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

.slick-initialized .slick-slide {
  display: block
}

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

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

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes slider-arrow {
  40% {
    margin-left: 10%;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    margin-left: 0
  }
}

@keyframes slider-arrow {
  40% {
    margin-left: 10%;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    margin-left: 0
  }
}

@keyframes slider-arrow-left {
  40% {
    transform: translateX(10%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    transform: translateX(0%);
  }
}

@keyframes slider-arrow-right {
  40% {
    transform: translateX(-10%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes nav-arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  25%,
  75% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%)
  }

  50% {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%)
  }
}

@keyframes nav-arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  25%,
  75% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%)
  }

  50% {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%)
  }
}

@-webkit-keyframes navigate-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  25%,
  75% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%)
  }

  50% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%)
  }
}

@keyframes navigate-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  25%,
  75% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%)
  }

  50% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%)
  }
}


html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #575e62;
  letter-spacing: 0;
  line-height: 1.2
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  font: inherit
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace, sans-serif;
  font-size: 1em
}

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

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

legend,
td,
th {
  padding: 0
}

.rub-z {
  font-family: 'ALSRubl', sans-serif;
  font-style: normal;
  text-transform: lowercase;
  font-size: 16px;
  font-weight: 400
}

@-ms-viewport {
  width: device-width
}

@viewport {
  width: device-width
}

.browserupgrade {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0
}

html * {
  box-sizing: border-box
}

body,
html {
  width: 100%
}

body._fix,
body.modal-open,
html._fix {
  overflow: hidden
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden
}

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

h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0
}

.button:after,
.button:before,
a:active,
a:hover {
  cursor: pointer
}

.slick-slide {
  outline: 0 !important
}

.button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  line-height: 1.2;
  border: 0;
  outline: 0;
  background: #96c11f;
  cursor: pointer;
}

.button_hexagonal {
  width: 228px;
  height: 48px;
  background: #96c11f
}

.button_hexagonal:after,
.button_hexagonal:before {
  content: '';
  display: block;
  width: 56px;
  height: 48px;
  position: absolute;
  top: 0;
  background: url(/local/templates/multydex/css/../images/icons/hexagonal.svg) center/contain no-repeat;
  z-index: 0
}

.button_hexagonal:before {
  left: -15px
}

.button_hexagonal:after {
  right: -15px
}

.button_hexagonal span {
  position: relative;
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1
}

.button_about,
.button_call,
.button_more,
.button_popup {
  width: 154px;
  height: 80px;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 0;
}

.button_still {
  width: 144px;
  height: 75px;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-top: 30px;
}

.button_morevid {
  width: 144px;
  height: 75px;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-top: 30px;
}

.button_home {
  width: 146px;
  height: 67px;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-top: 20px;
  margin-left: 0;
}

.button_build {
  width: 390px;
  height: 75px;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-top: -10px;
}
.button_tg {
  width: 260px;
  height: 80px;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
}

.button_about:after,
.button_about:before,
.button_call:after,
.button_still:after,
.button_morevid:after,
.button_build:after,
.button_home:after,
.button_more:after,
.button_still:before,
.button_tg:before,
.button_morevid:before,
.button_home:before,
.button_more:before,
.button_build:before,
.button_call:before,
.button_popup:after,
.button_tg:after,
.button_popup:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .15s ease-in-out
}

.button_about:before {
  background-image: url(/local/templates/multydex/css/../images/buttons/about.png);
  opacity: 1
}

.button_about:after {
  background-image: url(/local/templates/multydex/css/../images/buttons/about_active.png);
  opacity: 0
}

.button_tg:before {
  background-image: url(/local/templates/multydex/css/../images/buttons/tg.png);
  opacity: 1
}

.button_tg:after {
  background-image: url(/local/templates/multydex/css/../images/buttons/tg_active.png);
  opacity: 0
}

.button_about:hover:before,
.button_call:hover:before,
.button_still:hover:before,
.button_morevid:hover:before,
.button_home:hover:before,
.button_more:hover:before,
.button_build:hover:before,
.button_tg:hover:before,
.button_popup:hover:before {
  opacity: 0
}

.button_about:hover:after,
.button_call:hover:after,
.button_still:hover:after,
.button_morevid:hover:after,
.button_home:hover:after,
.button_build:hover:after,
.button_more:hover:after,
.button_tg:hover:after,
.button_popup:hover:after {
  opacity: 1
}

.button_about span,
.button_call span,
.button_more span,
.button_home span,
.button_build span,
.button_still span,
.button_morevid span,
.button_tg span,
.button_popup span {
  display: none
}

.button_popup:before {
  background-image: url(/local/templates/multydex/css/../images/buttons/send.png);
  opacity: 1
}

.button_popup:after {
  background-image: url(/local/templates/multydex/css/../images/buttons/send_active.png);
  opacity: 0
}

.button_call:before {
  background-image: url(/local/templates/multydex/css/../images/buttons/call.png);
  opacity: 1
}

.button_call:after {
  background-image: url(/local/templates/multydex/css/../images/buttons/call_active.png);
  opacity: 0
}

.button_still:before {
  background-image: url(/local/templates/multydex/css/../images/buttons/still.png);
  opacity: 1;
  background-repeat: no-repeat;
}

.button_still:after {
  background-image: url(/local/templates/multydex/css/../images/buttons/still_active.png);
  opacity: 0;
}

.button_morevid:before {
  background-image: url(/local/templates/multydex/css/../images/buttons/morevid.png);
  opacity: 1;
  background-repeat: no-repeat;
}

.button_morevid:after {
  background-image: url(/local/templates/multydex/css/../images/buttons/morevid_active.png);
  opacity: 0;
}

.button_more:before {
  background-image: url(/local/templates/multydex/css/../images/buttons/more.png);
  opacity: 1;
  background-repeat: no-repeat;
}

.button_more:after {
  background-image: url(/local/templates/multydex/css/../images/buttons/more_active.png);
  opacity: 0;
  background-repeat: no-repeat;
}

.button_build:before {
  background-image: url(/local/templates/multydex/css/../images/buttons/build.png);
  opacity: 1;
  background-repeat: no-repeat;
}

.button_build:after {
  background-image: url(/local/templates/multydex/css/../images/buttons/build_active.png);
  opacity: 0;
  background-repeat: no-repeat;
}

.button_home:before {
  background-image: url(/local/templates/multydex/css/../images/buttons/home.png);
  opacity: 1;
  background-repeat: no-repeat;
}

.button_home:after {
  background-image: url(/local/templates/multydex/css/../images/buttons/home_active.png);
  opacity: 0;
  background-repeat: no-repeat;
}

.restrict {
  overflow: hidden
}

.main {
  padding-top: 84px;
  position: relative;
}

.nav-ov {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 14;
}

.section,
.section__wrap {
  width: 100%
}

#content-page {
  min-height: 245px;
}

.section {
  max-width: 1230px;
  padding: 0;
  margin: 0 auto
}

@media screen and (max-width: 1230px) {
  .section {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .section {
    padding: 0 30px;
  }
}

.section__title {
  padding: 24px 0;
  text-align: center;
  color: #415815;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  position: relative;
  z-index: 3;
}

.section__title--middle {
  font-size: 36px;
}

.section__title--center {
  position: relative;
  z-index: 101;
}

.section__title--small {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: normal;
}

.section__title--left {
  text-align: left;
}

.section__description {
  font-size: 14px
}

.btn {
  display: inline-block;
  height: 32px;
  text-align: center;
  min-width: 120px;
  background: #2d2d2d;
  color: #fff;
  line-height: 1.2;
  font-size: 13px;
  border-radius: 4px;
  cursor: pointer
}

.btn span,
.btn:before {
  display: inline-block;
  vertical-align: middle
}

.btn:before {
  content: '';
  width: 1px;
  height: 100%;
  margin-left: -2px
}

.btn span {
  color: inherit;
  line-height: inherit;
  font: inherit
}

.btn_product-card {
  height: 36px;
  border-radius: 17px;
  background: 0 0;
  border: 1px solid #9e9e9e;
  color: #9e9e9e
}

.btn_card-slider-all {
  min-width: 260px;
  height: 40px;
  background: #f5f5f5;
  color: #757575
}

.btn_card-slider-all:hover {
  color: #fff;
  background-color: #2d2d2d
}

.btn_blog-preview-all,
.btn_show-all {
  min-width: 260px;
  height: 40px;
  background: #ff5722;
  color: #fff
}

.btn_blog-preview-all:hover,
.btn_show-all:hover {
  background-color: #2d2d2d
}

.btn_prod-opt {
  min-width: 90px;
  white-space: nowrap;
  height: 36px;
  background: #fff;
  border: 1px solid #333;
  color: #333;
  padding: 0 15px
}

.btn_prod-opt-disable {
  color: #fff;
  border-color: #2d2d2d x;
  background-color: #2d2d2d
}

.btn_sort {
  border-radius: 15px;
  background-color: transparent;
  color: #757575;
  white-space: nowrap;
  padding: 0 24px;
  height: 30px;
  transition: all .5s ease-in-out
}

.btn_sort:hover {
  background-color: #f5f5f5
}

.btn_sort.active {
  background-color: #2d2d2d;
  color: #fff
}

.btn_prod-buy {
  width: 100%;
  height: 50px
}

.btn_header {
  min-width: 210px;
  height: 36px;
  letter-spacing: .5px
}

.btn_ib-main {
  height: 40px;
  min-width: 180px;
  background: #03a9f4
}

.btn_subscription {
  display: inline-block;
  height: 40px;
  border-radius: 4px;
  background: rgba(3, 169, 244, .5);
  border: 0;
  color: #fff;
  min-width: 190px
}

.btn_repair-category {
  height: 46px;
  background-color: #ff5722;
  border-radius: 23px;
  padding: 0 15px;
  min-width: 200px
}

.btn_tab-repair {
  min-width: 200px;
  height: 40px;
  white-space: nowrap;
  padding: 0 25px;
  background-color: #f5f5f5;
  border-radius: 40px;
  color: #757575
}

.btn_tab-repair.active {
  background: #2d2d2d;
  color: #fff
}

.btn_repair-table {
  background-color: transparent;
  color: #757575;
  border: 1px solid #e6e6e6;
  transition: all .25s ease-in-out
}

.btn_repair-table.active {
  background-color: #2d2d2d;
  color: #fff
}

.btn_order-form {
  width: 100%;
  height: 48px
}

.btn_clear-filter {
  width: 100%;
  border: 0;
  line-height: 46px;
  height: 46px
}

.js-open-popup {
  cursor: default
}

.fancybox-content {
  padding: 0
}

.fancybox-can-drag .fancybox-content {
  cursor: pointer
}

.fancybox-bg {
  background: #575e62
}

.fancybox-close-small {
  display: none
}

.jq-selectbox li.selected,
.jq-selectbox li:hover {
  color: #96c11f;
  background: 0 0
}

@media (max-width:768px) {



  .section__title {
    padding: 16px 0;
    font-size: 26px;
    line-height: 1.2
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 84px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 9999;
  background: #fff
}

.header__main {
  width: 70.5%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d1d6d9;
}

.header__mobile-contacts {
  display: none
}

.header__contacts {
  width: 29.5%;
  height: 100%;
  background-color: #96c11f
}

.header__contacts .header__phone {
  padding-left: 38px;
  color: #fff !important;
  margin-top: 3px;
}

.header__contacts .header__phone .header__phone-text {
  font-size: 9px;
  text-transform: uppercase;
}

.header__contacts .header__phone .header__phone-number {
  font-size: 20px;
}

.header__navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px
}

.header__contacts {
  padding-left: 34px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.header__contacts-item {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.header__contacts-item_mail {
  width: 36px;
  height: 26px;
  background-image: url(/local/templates/multydex/css/../images/icons/mail.png);
  cursor: pointer
}

.header__contacts-item_mail:hover {
  background-image: url(/local/templates/multydex/css/../images/icons/mail_active.png)
}

.sticky-wrapper {
  z-index: 99
}

.sticky-wrapper.is-sticky .header {
  height: 60px
}

@media (max-width:767px) {
  .header {
    height: 55px
  }

  .header__contacts {
    width: 17.5%;
    padding-left: 4.5%;
    padding-right: 10px
  }

  .header__contacts-item_mail {
    width: 32px
  }

}

.footer {
  position: relative;
  background: #2d2d2d;
  z-index: 2
}

.footer__box {
  padding-top: 45px;
  margin-bottom: 40px
}

.footer__logo-img {
  display: block;
  margin-bottom: 35px
}

.footer__navigation {
  min-width: 50%
}

.footer__contacts {
  padding-top: 3px;
  vertical-align: top;
  text-align: right
}

.footer__contacts-description {
  width: 100%;
  text-align: left
}

.footer__tel {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-top: -2px;
  margin-bottom: 4px
}

.footer__copyright {
  border-top: 1px solid #424242;
  padding-top: 20px;
  padding-bottom: 22px;
  text-align: left
}

.footer__copyright-text {
  display: inline-block;
  margin-right: 16.5%
}

.footer__confidential {
  display: inline-block;
  text-decoration: underline
}

.footer__work-time {
  margin-bottom: 10px
}

.footer-maps {
  background: #fff;
  position: relative;
  top: -3px;
}

.footer-maps__route-controlls {
  position: absolute
}

.footer-maps__box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.footer-maps__box_first .footer-maps__info {
  position: relative;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 515px
}

.footer-maps__box_first .footer-maps__info:before,
.footer-maps__box_second .footer-maps__info:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 30px solid transparent
}

.footer-maps__box_first .footer-maps__info:before {
  left: 100%;
  border-left: 30px solid #fff;
  z-index: 1
}

.footer-maps__box_first .footer-maps__info-box {
  width: 100%;
  max-width: 500px;
  padding-right: 25px
}

.footer-maps__box_first .footer-maps__map {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.footer-maps__box_second .footer-maps__info {
  position: relative;
  width: 60%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 372px
}

.footer-maps__box_second .footer-maps__info:before {
  right: 100%;
  border-right: 30px solid #fff
}

.footer-maps__box_second .footer-maps__info-box {
  width: 100%;
  max-width: 790px;
  padding-left: 8.7%
}

.footer-maps__box_second .footer-maps__map {
  width: 40%
}

.footer-maps__box_second .footer-maps__contact-name {
  min-width: 128px
}

.footer-maps__info {
  padding: 85px 0
}

.footer-maps__map {
  position: relative;
  z-index: 9
}

.footer-maps__map-box {
  height: 100%
}

.footer-maps__name,
.footer-maps__title {
  font-family: "Open Sans", Arial, sans-serif;
}

.footer-maps__title {
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #415815;
  font-size: 36px;
  font-weight: 300;
  line-height: 35.96px;
  margin-bottom: 30px
}

.footer-maps__name {
  color: #575e62;
  font-size: 20px;
  font-weight: 600;
  line-height: 23.97px;
  margin-bottom: 15px
}

.footer-maps__contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.footer-maps__contact-name {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 23.97px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  min-width: 105px;
  color: #979b9c;
}

.footer-copyright__developer span,
.footer-maps__contact-value {
  color: #575e62;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px
}

.footer-maps__contact-value a {
  transition: all .1s ease-in-out
}

.footer-maps__contact-value a:hover {
  color: #96c11f;
  text-decoration: underline
}

.footer-maps__route-controls {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.footer-maps__route-control {
  padding: 0 5px;
  min-width: 305px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  background: #fff;
  color: #d1d6d9;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 50.59px;
  text-transform: uppercase;
  cursor: pointer
}

.footer-maps__route-control_active {
  color: #fff;
  background-color: #96c11f
}

@media (max-width:1199px) {
  .footer-maps__box_first .footer-maps__info {
    -webkit-flex-basis: 41%;
    -ms-flex-preferred-size: 41%;
    flex-basis: 41%;
    padding-left: 10px;
    padding-right: 10px
  }

  .footer-maps__box_first .footer-maps__info-box {
    padding-right: 0
  }

  .footer-maps__box_first .footer-maps__map {
    -webkit-flex-basis: 59%;
    -ms-flex-preferred-size: 59%;
    flex-basis: 59%
  }

  .footer-maps__box_second .footer-maps__map {
    -webkit-flex-basis: 41%;
    -ms-flex-preferred-size: 41%;
    flex-basis: 41%
  }

  .footer-maps__box_second .footer-maps__info {
    -webkit-flex-basis: 59%;
    -ms-flex-preferred-size: 59%;
    flex-basis: 59%;
    padding-left: 10px;
    padding-right: 10px
  }

  .footer-maps__box_second .footer-maps__info-box {
    padding-left: 0
  }

  .footer-maps__route-controls {
    width: 100%
  }

  .footer-maps__route-control {
    width: 50%;
    min-width: 0
  }
}

@media (max-width:767px) {
  .footer-maps__box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .footer-maps__box_first .footer-maps__info {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-height: 455px
  }

  .footer-maps__box_first .footer-maps__info-box {
    max-width: none;
    padding: 0
  }

  .footer-maps__box_first .footer-maps__info:before {
    display: none
  }

  .footer-maps__box_first .footer-maps__map {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .footer-maps__box_second .footer-maps__info {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding-top: 40px;
    min-height: 336px
  }

  .footer-maps__box_second .footer-maps__info:before {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 15px solid transparent;
    border-top-color: #fff;
    z-index: 9
  }

  .footer-maps__box_second .footer-maps__info-box {
    padding: 0
  }

  .footer-maps__box_second .footer-maps__map {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    min-height: 336px
  }

  .footer-maps__info {
    padding: 70px 10px 0
  }

  .footer-maps__info-box {
    padding: 0
  }

  .footer-maps__map {
    min-height: 336px
  }

  .footer-maps__title {
    font-size: 30px;
    line-height: 30px
  }

  .footer-maps__name {
    font-weight: 600;
    line-height: 24px
  }

  .footer-maps__route-control {
    position: relative;
    border: 1px solid #d1d6d9;
    min-width: 50%;
    line-height: 1.2;
    text-align: center
  }

  .footer-maps__route-control:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 15px solid transparent;
    border-top-color: #96c11f;
    opacity: 0
  }

  .footer-maps__route-control_active {
    border-color: #96c11f
  }

  .footer-maps__route-control_active:after {
    opacity: 1
  }
}

.footer-copyright__box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 84px
}

.footer-copyright__developer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.footer-copyright__developer span {
  color: #979b9c;
  line-height: 48px
}

@media (max-width:1229px) {
  .footer-copyright {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media (max-width:767px) {
  .footer-copyright__box {
    height: auto;
    padding: 24px 0 15px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .footer-copyright__text {
    margin-bottom: 15px
  }

  .footer-copyright__developer {
    width: 100%;
    padding: 0;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.navigation__item,
.navigation__link {
  display: inline-block
}

.navigation__link {
  color: #575e62;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  margin-right: 5px;
  transition: all .1s ease-in-out;
  padding: 0 20px;
  position: relative;
}

.navigation__link:hover {
  color: #96c11f;
}

.navigation__title {
  color: #415815;
  font-size: 30px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  margin-bottom: 10px;
  display: none;
}

.open_menu {
  color: #575e62;
  font-size: 25px;
  margin-right: 5px;
  cursor: pointer;
  display: none;
  width: 24px;
  text-align: center;
  margin-left: 10px;
}

.open_menu:hover {
  color: #96c11f;
}

.popup {
  display: none
}

@media screen and (max-width: 1440px) {
  .navigation__link {
    padding: 0 9px;
    margin-right: 0;
  }
}

@media screen and (max-width: 1270px) {
  .navigation__list {
    margin-right: 10px;
  }

  .navigation__link {
    padding: 0 7px;
    font-size: 9px;
  }
}

@media screen and (max-width: 1024px) {

  .header__contacts .header__phone {
    display: none;
  }

  .navigation {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 84px;
    right: 0;
    left: 0;
    bottom: 0;
    background: #96c11f;
    padding: 56px 20px 20px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.5s ease-in-out;
  }

  .navigation__title {
    display: block;
    padding-left: 30px;
    margin-bottom: 30px;
  }

  .navigation__link:before {
    content: '';
    width: 410px;
    height: 1px;
    background-color: #fff;
    top: 45%;
    position: absolute;
    left: 0px;
    transform: translateX(-200%);
    transition: 0.5s ease;
  }

  .navigation__link:hover:before {
    transform: translateX(-100%);
  }

  .navigation__item--active .navigation__link {
    padding-left: 20px;
  }

  .navigation__item--active .navigation__link:before {
    transform: translateX(-100%);
  }

  .navigation__close {
    display: inline-block;
  }

  .navigation__item {
    display: block;
    padding-left: 25px;
    margin-bottom: 30px;
  }

  .navigation__link:hover {
    color: #ffffff;
    text-decoration: none;
  }

  .navigation__link {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 2.8px;
    font-weight: 200;
  }

  .open_menu {
    display: block;
  }

  .header__navigation {
    margin-right: 15px;
    flex-direction: row-reverse;
  }

  .header__mobile-contacts {
    display: block
  }

  .header__phone-text {
    font-size: 8px;
    text-transform: uppercase
  }

  .header__phone-number {
    font-size: 18px
  }

  .header__main {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 10px;
    width: 82.5%;
    padding-left: 10px
  }

  .active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
  }
}

.popup__box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  max-height: 100%;
  overflow-y: auto
}

.popup__body {
  width: 100%;
  max-width: 588px;
  position: relative;
  background: #fff
}

.popup__header {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 84px;
  background-color: #96c11f;
  border: 1px solid #8bae28;
  padding: 0 76px
}

.popup__title {
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase
}

.popup__close {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 30px;
  background: url(/local/templates/multydex/css/../images/icons/close_white.png) center/contain no-repeat;
  z-index: 999
}

.popup__close_open {
  background: url(/local/templates/multydex/css/../images/icons/close_green.png) center/contain no-repeat
}

.popup__close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: 500ms
}

.popup__main {
  padding: 48px 76px 25px
}

.popup__submit {
  padding: 0 12px
}

.popup__footer {
  padding: 0 76px 10px
}

.popup__footer-remark {
  width: 100%;
  text-align: right;
  font-size: 12px;
  color: #979b9c;
  /*d1d6d9*/
  letter-spacing: .5px
}

.popup__finish {
  display: none;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  text-align: center;
  line-height: 1.4;
  font-size: 20px
}

.popup__finish_open {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.popup__background-cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 94, 98, .5);
  z-index: 99
}

@media (max-width:767px) {
  .popup__header {
    padding-right: 35px;
    padding-left: 10px
  }

  .popup__close {
    right: 15px
  }

  .popup__title {
    font-size: 18px;
    line-height: 1.2
  }

  .popup__footer,
  .popup__main {
    padding-left: 10px;
    padding-right: 10px
  }

  .navigation {
    top: 55px;
  }
}

.form {
  position: relative
}

.form__field {
  width: calc(100% - 105px);
  height: 36px;
  border: 1px solid #e8eaec;
  background-color: #f6f7f7;
  padding: 0 18px;
  outline: transparent
}

.form__field:focus {
  border: 1px solid #d1d6d9
}

.form__field.error {
  border-color: #ff2626
}

.form__field_select {
  background: 0 0;
  border: 0;
  padding: 0
}

.form__field_select .jq-selectbox__select {
  background: #f6f7f7;
  border: 1px solid #d1d6d9;
  box-shadow: none;
  border-radius: 0;
  padding-left: 18px;
  height: 36px;
  outline: 0
}

.form__field_select .jq-selectbox__dropdown {
  border-radius: 0;
  box-shadow: none;
  margin-top: 0
}

.form__field_select.focused .jq-selectbox__select {
  border: 1px solid #d1d6d9
}

.language .jq-selectbox__select {
  border: 1px solid #d1d6d9;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: none;
  border-bottom-color: #d1d6d9;
  background: none;
  width: 40px;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
}

.language .jq-selectbox__select-text {
  color: #96c11f;
  font-size: 12px;
  font-weight: 900;
  display: inline-block;
  text-transform: uppercase;
}

.language.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #d1d6d9;
}

.language .jq-selectbox__dropdown {
  border: 1px solid #d1d6d9;
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
  border-bottom-color: #d1d6d9;
  width: 40px;
  box-sizing: border-box;
  margin-top: 0;
  border-top: 0;
}

.language.jq-selectbox li {
  color: #575e62;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.language.jq-selectbox li.selected {
  color: #575e62;
}

.language .jq-selectbox__trigger {
  display: none;
}

.language.jq-selectbox.opened .jq-selectbox__select {
  border-bottom: 0;
}

.form__field_select .jq-selectbox li:hover {
  background: #f6f7f7
}

.form__field_textaria {
  min-height: 72px;
  resize: vertical;
  outline: 0;
  padding: 5px 18px
}

.form__field-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 12px
}

.form__field-box_agree {
  padding-top: 12px;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px
}

.form__field-box_popup-action {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.form__field-name {
  padding-top: 12px;
  width: 100%;
  max-width: 105px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #979b9c
}

.page-contact__form .form__field-name {
  font-size: 10px;
  letter-spacing: 1.5px;
}

.form__agree {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.form__req {
  font-size: 12px;
  font-weight: 400;
  color: #d1d6d9;
  text-align: right;
}

.form__agree-checkbox {
  margin: 0;
  width: 16px;
  box-shadow: none;
  background: 0 0;
  border-radius: 0
}

.form__agree-checkbox.error {
  border-color: #ff2626
}

.form__agree-checkbox.checked .jq-checkbox__div {
  border: 0;
  background-color: #96c11f;
  width: 70%;
  height: 70%;
  margin: 15%;
  -webkit-transform: none;
  transform: none
}

.form__agree-text {
  width: 100%;
  padding-left: 14px;
  color: #979b9c;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: justify
}

.form a {
  color: #96c11f
}

.form a:hover {
  text-decoration: underline
}

.index-callback {
  position: relative;
  z-index: 30;
}

.index-callback__cover {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  margin-top: -35%;

}

.index-callback__info {
  width: 100%;
  max-width: 560px;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.index-callback__title {
  color: #575e62;
  font-family: "MADE The Artist Script", Arial, sans-serif;
  font-size: 104px;
  font-weight: 400;
  line-height: 69.17px;
  margin-bottom: 66px;
  margin-left: 32px
}

@media (max-width:1460px) {
  .index-callback__title {
    text-align: center;
    font-size: 90px
  }

  .footer {
    margin-top: 0px;
  }
}

@media (max-width:1365px) {



  .index-callback__title {
    text-align: center;
    font-size: 90px;
    margin-bottom: 0
  }
}

.page-callback {
  position: relative
}

.page-callback__cover {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto
}

.page-callback__info {
  width: 100%;
  max-width: 560px;
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%)
}

.page-callback__button .button {
  margin: 10px 0 0 0;
}

.page-callback__title {
  color: #575e62;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}

@media (max-width:1365px) {
  .page-callback {
    min-height: 380px;
    background: url(/local/templates/multydex/css/../images/footer-bg.jpg) center/cover no-repeat
  }

  .page-callback__cover {
    display: none
  }

  .page-callback__info {
    left: 5%;
  }

  .page-callback__title {
    font-size: 26px;
    line-height: 32px;
  }

  .index-slider__image {
    height: 100%;
    object-fit: cover
  }

  .index-slider__image.id-13 {
    object-position: right
  }
}

@media (max-width:768px) {
  .page-callback {
    min-height: 480px
  }

  .page-callback__cover {
    display: none
  }

  .page-callback__title {
    font-size: 22px;
    line-height: 28px;
    width: 50%;
  }

  .index-slider__item {
    height: 320px;
  }
}

.page-news .index-news__list {
  max-width: inherit;
}

@media (max-width:560px) {
  .page-callback {
    background: url(/local/templates/multydex/css/../images/footer-bg_mobile.jpg) center top no-repeat;
    overflow: hidden;
    background-size: cover;
  }

  .page-callback__title {
    font-size: 18px;
    line-height: 24px;
    width: 80%;
    padding-bottom: 10px;
  }

  .page-callback__info {
    top: auto;
    bottom: -60px;
  }

}


.index-news {
  padding: 90px 0 70px;
  position: relative
}

.index-news .section__title {
  margin-bottom: 24px
}

.index-news:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #f6f7f7;
  width: 100%;
  height: 630px;
  top: -132px;
  left: 0;
  z-index: -2
}

.index-news__box {
  position: relative;
  z-index: 1;
}

.slick-arrow.slider-arrow {
  top: auto;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 60px;
  height: 50px;
}

.slick-arrow.slider-prev {
  right: 70px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAYAAAAA9rgCAAACCklEQVRoQ+2av0vDQBSA3yUtDoqbuLUdOjk4O0iLiCBOLg4uLg5tLdSOOujqKBQaOzg59g8o4iLJLA5uQlVqR11cCiUlT1JMEemPy6Vy3Ltmf3n35e7y3b07BgJPxUkvxdBtAsCiQLjUECaSvWonagayjtuJn5Z2ml2Rd8iIsewkhgauOYkVD9mT4Xlr+Y32g4yGi+YUArbsxC0gcwrZ1gVjgKLJZcSFBrac1C4gls2ed5jbbL/IaHSUnKGAK430XGzBfUbE82L2/SZKYlmxoYCv7NQJMFw1umYht/X6JavRUfJyAwcaQjD2itm3uyhJZcZyA6uqob8flwtYZQ0JAausodDA1fvUNjPwzOx5BypqKBRwX0Pz7iMwuDzKtK5l/mymlXvsHA405EL8uJRpfkwrqcz3jASmoiHuIU1FQ1zAlDTEBUxJQxOBqWloLHC9DubncvKJkobGAltOqgyI6z0WL1DR0EjgQEMGwH4+22rIdOV/5h54mKqGhvYwZQ0NBaasoRmwX5fWbkj73a7VT8sH1k5LPrRWCw8fWLulZX8uE6thTdwt9Ye2wodlk5alQ0s8lDU1sqZFVVOzIt7vOaBVmba/GNGtEE9RU1ynh5Q0xQVMSVNcwJR2U9zAVM6auIH9XtbqUstAUzpdW/rZM+tzMS1YhamsqVBzOABWWVNCwCprShhY5Qvi33fm/RxuUBpZAAAAAElFTkSuQmCC')
}

.slick-arrow.slider-prev:hover svg {
  animation: slider-arrow-right .5s infinite linear;
}

.slick-arrow.slider-next {
  left: 70px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAYAAAAA9rgCAAACAUlEQVRoQ+2aPUjDQBTH3ysNxS4uugi1fhQchA7inOAi4uTU0cmhplBwdFVEx1rol+ji4uDipIKIpDg4ODk4dUi7iZvYQZrk5KyFUps25yL3zswXuF9e7n7J/x4WrTgD+a43B7VEVq+9ik4dObBp1FH0xr8an79MRLRoa99DFs0YjbToPKQD5oDlu9iiFwo9hJAl03rjWQRaSmDGAEtWfBuQ6abRWCEPzAErt7FZNxw6AcScqdsXQaGlrHAHrmBNriPijvOuzWVXax9BoKUGrtzMjHoRtwQMnzYN+4A8MAcsWNPLCN55UE1JXWEOLKop6YFFNUUCWERTJIC7NHXKPNzNLNnXfhsYGWAOWKzGN4DB1thLPZlKgdsPmhRwvpoYD7NWCRDvTd3OkQf+2sCs+KoHcOanKVIVDqIpcsDDNEUSeJCmSAIP0hRZYD9NkQZua8o5BoQrU7fL/CGQBm5XeWoNGDtyUJvnoR954MrjRNRthvcYwAgP/cgD92pKCeBuTf0DB8mFZBvTnWOTr7Bym5ZSWlLuw6NfAkJ2DX8fxfzIuEgCK/d7OOg4lVyFh51EkANWKsRTLqZVKoj301Dvdz+JNazcYZpIV4/0FR6mIXKvtFItD1xDGrQOlWlq6WjIaWoL5NuWgmqIxBoW0RAJYBENSQ8sqqG+wLLFrgDw6wbxT2C3He84MA8/AAAAAElFTkSuQmCC')
}

.slick-arrow.slider-next:hover svg {
  animation: slider-arrow-left .5s infinite linear;
}

.index-news__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 70px;
}

.index-news__list .slick-list,
.index-slider__item.cover:after {
  width: 100%
}

.index-news__list .news-preview {
  width: 25%
}

.index-news__list.list-row {
  max-width: 1230px;
  padding: 0;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: flex-start
}

.press .tabs__box {
  background: none
}

@media (max-width:1480px) {
  .index-news:before {
    display: none
  }
}

@media (max-width:1199px) {
  .index-news .slick-list {
    padding-right: 15%
  }
}

@media (max-width:960px) {
  .index-news .slick-list {
    padding-right: 10%
  }
}

@media (max-width:820px) {
  .index-news .slick-list {
    padding-right: 30%
  }
}

@media (max-width:767px) {
  .index-news {
    padding: 50px 0;
    min-height: 838px
  }

  .index-news .section__title {
    line-height: 1;
    margin-bottom: 14px
  }

  .index-news .slick-list {
    padding-right: 20%
  }
}

@media (max-width:560px) {
  .index-news .slick-list {
    padding-right: 40%
  }
}

@media (max-width:460px) {
  .index-news .slick-list {
    padding-right: 30%
  }
}

@media (max-width:360px) {
  .index-news .slick-list {
    padding-right: 15%
  }
}

.news-preview {
  position: relative;
  width: 100%;
}

.news-preview:hover .news-preview__title {
  color: #96c123;
}

.news-preview__box {
  display: block;
  width: 222px;
  margin: 0 auto;

}

.index-news__list:focus a,
.index-news__list a:active,
.index-news__list a:link,
.index-news__list a:focus {
  outline: none !important
}

.news-preview:after {
  content: '';
  display: block;
  width: 140%;
  height: 105%;
  position: absolute;
  top: -7px;
  left: -18.3%;
  background: url(/local/templates/multydex/css/../images/news-contour_2.svg) center top no-repeat;
  z-index: -1
}

.news-preview__view {
  padding-top: 10px;
}

.news-preview--big:after {
  background: url(/local/templates/multydex/css/../images/news-contour_3.svg) no-repeat;
  background-size: 74%;
  background-position: 72px 3px;
}

.news-preview--big .news-preview__box {
  width: 382px;
}

.news-preview__info {
  position: relative;
  background: #fff;
  padding: 10px 15px 0
}

.news-preview--big .news-preview__info {
  top: -55px;
}

.news-preview--big .news-preview__info:after {
  left: -4px;
  width: 102.5%;
}

.index-slider__item:after,
.news-preview__info:after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff
}

.news-preview__info:after {
  left: -7px;
  z-index: 0;
  width: 106.5%
}

.news-preview__title {
  position: relative;
  color: #415815;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  z-index: 1;
  margin-bottom: 10px
}

.news-preview__description {
  position: relative;
  line-height: 1.7;
  letter-spacing: .5px;
  color: #575e62;
  z-index: 1
}

@media (max-width:767px) {
  .news-preview__description {
    line-height: 1.6
  }
}

.index-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}

.index-slider__main {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  max-height: 600px
}

.index-slider__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden
}

.index-slider__item {
  position: relative
}

.index-slider__item:after {
  width: 0;
  right: 0;
  transition: width .25s ease-in-out
}

.index-slider__image {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 600px;
}

#autoResizeTextareaCopy,
.index-slider__mobile-img {
  display: none
}

.index-slider__contacts {
  position: absolute;
  width: 290px;
  height: 290px;
  bottom: 5px;
  right: 8%;
}

.index-slider__phone {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #575e62;
  display: none;
}

.index-slider__phone-text {
  font-size: 8px;
  letter-spacing: 1.76px
}

.index-slider__phone-number {
  font-size: 24px
}

.index-slider__control {
  display: block;
  width: 290px;
  height: 290px;
  -webkit-transform: translate(-125px, -10px);
  transform: translate(-125px, -10px);
  background: url(/local/templates/multydex/css/../images/icons/leaf.png) top left/contain no-repeat
}

.index-slider__control-text {
  display: inline-block;
  width: 100%;
  max-width: 226px;
  position: absolute;
  -webkit-transform: translate(35px, 45px);
  transform: translate(35px, 45px);
  top: 0;
  left: 0;
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -.54px
}

.index-slider__control-icon {
  position: absolute;
  bottom: 0;
  right: -53px;
  width: 108px;
  height: 127px;
  background: url(/local/templates/multydex/css/../images/icons/hexagonal_slider.svg) center/contain no-repeat;
  cursor: pointer
}

.index-slider__control-icon:hover .index-slider__control-arrow {
  -webkit-animation: slider-arrow 1s infinite linear;
  animation: slider-arrow 1s infinite linear
}

.index-slider__control-arrow {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(/local/templates/multydex/css/../images/icons/arrow_slider.svg) center/contain no-repeat;
  cursor: pointer
}

.press.section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.press__item {
  max-width: 385px;
  height: 470px;
  border: 1px solid #e8eaec;
  background-color: #ffffff;
  width: 35%;
  margin-right: 25px;
  border-bottom: 4px solid #96c11f;
  margin-bottom: 25px;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.press__img {
  width: 100%;
}

.press__item:hover {
  border-bottom-width: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.press__item:nth-of-type(3n) {
  margin-right: 0;
}

.press__info {
  padding: 30px;
  box-sizing: border-box;
}

.press__title {
  height: 60px;
  color: #415815;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 40px;
}

.press__data {
  color: #979b9c;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width:1479px) {


  .index-slider__control-text {
    -webkit-transform: translate(40px, 70px);
    transform: translate(40px, 70px);
    font-size: 24px;
    line-height: 1.2
  }

  .index-slider__control-icon {
    right: 0;
    width: 128px;
    height: 126px
  }

  .main {
    overflow: hidden;
  }

  .index-slider__contacts {
    right: -2%;
  }
}

@media (max-width:1199px) {
  .index-slider__control {
    width: 228px;
    height: 184px;
  }

  .index-slider__contacts {
    right: -14%;
    bottom: -90px;
  }

  .index-slider {
    overflow: hidden;
  }

  .news-preview--big .news-preview__info:after {
    left: -6px;
    width: 104%;
  }

  .index-slider__control-text {
    -webkit-transform: translate(35px, 50px);
    transform: translate(35px, 50px);
    font-size: 16px
  }

  .index-slider__control-icon {
    width: 90px;
    height: 84px
  }

  .index-slider__control-arrow {
    max-width: 60%
  }

  .press__item {
    width: 49%;
    margin-right: 10px;
    height: auto;
  }

  .list-row .news-preview {
    width: 33%;
  }

  .press__item:nth-of-type(3n) {
    margin-right: 10px;
  }

  .press__item:nth-of-type(2n) {
    margin-right: 0px;
  }

  .press__info {
    padding: 20px;
  }

  .press.section {
    justify-content: center
  }
}

@media (max-width:767px) {
  .index-slider {
    position: relative
  }

  .main {
    padding-top: 55px
  }

  .news-preview--big .news-preview__info:after {
    left: -6px;
    width: 104.3%;
  }

  .index-slider__list {
    height: 320px
  }

  .index-slider__list .index-slider__image,
  .index-slider__list .slick-slide,
  .index-slider__list .slick-track {
    height: 100%
  }

  .index-slider__mobile-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
  }

  .index-slider__contacts {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 110px;
    height: 110px;
    right: 30px;
    bottom: 10px;
    max-width: none
  }

  .index-slider__phone {
    display: none
  }

  .press__item,
  .list-row .news-preview {
    width: 100%;
  }

  .index-slider__control {
    -webkit-transform: none;
    transform: none;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0
  }

  .index-slider__control-text {
    display: none;
    top: 52px;
    left: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    -webkit-transform: none;
    transform: none
  }

  .index-slider__control-icon {
    bottom: 0;
    right: -20px;
    width: 40px;
    height: 45px
  }
}

@media (max-width: 380px) {
  .press__title {
    height: auto
  }
}

.index-about {
  color: #575e62;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 30px;
  font-size: 20px;
  padding: 140px 0 200px;
  margin-bottom: 90px;
  position: relative;
}

.index-about:before {
  content: url(/local/templates/multydex/css/../images/img-additive.png);
  position: absolute;
  top: 140px;
  left: -400px;
  z-index: 1;
}

.index-about__pic {
  margin-right: 40px;
}

.index-about__box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.index-about__title {
  color: #415815;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 22px
}

.index-about__description {
  font-weight: 600;
  margin-bottom: 12px
}

.index-about__text {
  font-weight: 300;
  margin-bottom: 42px
}

.index-about__button {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
  
}

.index-about__button .button {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width:1199px) {
  .index-about {
    padding-top: 100px;
    padding-bottom: 170px;
  }
}

@media (max-width:767px) {
  .index-about__button {
      flex-flow: column;
  }

  .index-about__title {
    font-size: 30px;
    line-height: 1.2
  }

  .index-about__description,
  .index-about__text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 6px
  }

  .index-about__text {
    margin-bottom: 18px
  }
}

.index-category {
  padding: 12px 0
}

.index-category__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 12px;
  margin: -12px
}

.index-category__item {
  display: block;
  position: relative
}

.index-category__item:nth-of-type(1):before,
.index-category__item:nth-of-type(4):before,
.index-category__item:nth-of-type(5):before {
  content: '';
  display: block;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat
}

.index-category__item:nth-of-type(1):before {
  width: 98px;
  height: 104px;
  top: -29%;
  left: 21.5%;
  background-image: url(/local/templates/multydex/css/../images/element-1.png)
}

.index-category__item:nth-of-type(4):before {
  width: 55px;
  height: 97px;
  top: -29%;
  left: 47.5%;
  background-image: url(/local/templates/multydex/css/../images/element-2.png)
}

.index-category__item:nth-of-type(5):before {
  width: 106px;
  height: 86px;
  top: -2%;
  right: -36.7%;
  background-image: url(/local/templates/multydex/css/../images/element-3.png)
}

.index-category__item-view {
  max-width: 246px;
  position: relative;
  padding: 12px;
  margin: 0 auto 16px
}

.index-category__item-view:after,
.index-category__item-view:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  transition: opacity .25s ease-in-out;
  z-index: -1
}

.index-category__item-view:before {
  background: url(/local/templates/multydex/css/../images/category-contour.svg) center no-repeat;
  opacity: 1
}

.index-category__item-view:after {
  background: url(/local/templates/multydex/css/../images/category-contour_active.png) center no-repeat;
  opacity: 0
}

.index-category__item-view:hover:after {
  opacity: 1
}

.index-category__item-view:hover:before {
  opacity: 0
}

.index-category__mobile-control {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%
}

.index-category__mobile-control:not(:first-of-type) {
  z-index: 999
}

.index-category__image {
  max-width: 222px;
  width: 222px
}

.index-category__item-name,
.index-category__mobile-name {
  color: #415815;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 7
}

.index-category__item-name {
  font-family: "Open Sans", Arial, sans-serif;
  letter-spacing: .7px;
  line-height: 14px
}

.index-category__mobile-name {
  display: none;
  line-height: 1.2;
  max-width: 200px;
  margin: 0 auto
}

.index-category__list .index-category__item:first-of-type {
  padding-top: 7px;
}

.index-category__list .index-category__item:first-of-type .index-category__item-info {
  padding-bottom: 6px;
}

@media (max-width:1365px) {
  .index-category__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 960px;
    margin: 0 auto
  }

  .index-category__center {
    margin-top: 0;
  }
}

@media (min-width:800px) and (max-width:1365px) {
  .index-category__list .index-category__item {
    display: inline-flex;
    justify-content: center;
    flex-flow: column;
  }

  .index-category__list .index-category__item:last-of-type,
  .index-category__list .index-category__item:nth-last-of-type(2) {
    flex-flow: column-reverse;
    margin-top: -90px;
  }
}

@media (max-width:800px) {
  .index-category__list {
    max-width: 100%
  }

}

@media (max-width:767px) {
  .index-category {
    padding-bottom: 6%;
    position: relative
  }

  .index-category .section__title {
    margin-bottom: 50px
  }

  .index-category__list {
    padding: 15px 0;
    display: block;
    position: relative;
    height: 410px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px
  }

  .index-category__item {
    position: absolute;
    margin: 0
  }

  .index-category__item-view .index-category__image:not(:first-of-type) {
    display: none
  }

  .index-category__item-info {
    display: none
  }

  .index-category__item:before {
    display: none !important
  }

  .index-category__item:nth-of-type(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9
  }

  .index-category__item:nth-of-type(2) {
    top: 0;
    left: 0;
    -webkit-transform: scale(.8) translate(-12%, -35%);
    transform: scale(.8) translate(-12%, -35%)
  }

  .index-category__item:nth-of-type(3) {
    top: 0;
    right: 0;
    -webkit-transform: scale(.8) translate(12%, -35%);
    transform: scale(.8) translate(12%, -35%)
  }

  .index-category__item:nth-of-type(4) {
    bottom: 0;
    left: 0;
    -webkit-transform: scale(.8) translate(-12%, 35%);
    transform: scale(.8) translate(-12%, 35%)
  }

  .index-category__item:nth-of-type(5) {
    bottom: 0;
    right: 0;
    -webkit-transform: scale(.8) translate(12%, 35%);
    transform: scale(.8) translate(12%, 35%)
  }

  .index-category__mobile-control {
    display: block
  }

  .index-category__mobile-name {
    display: block;
    max-width: 100%
  }
}

@media (max-width:413px) {
  .index-category .section__title {
    margin-bottom: 40px
  }

  .index-category__item:nth-of-type(2) {
    top: 0;
    left: 0;
    -webkit-transform: scale(.72) translate(-14%, -35%);
    transform: scale(.72) translate(-14%, -35%)
  }

  .index-category__item:nth-of-type(3) {
    top: 0;
    right: 0;
    -webkit-transform: scale(.72) translate(14%, -35%);
    transform: scale(.72) translate(14%, -35%)
  }

  .index-category__item:nth-of-type(4) {
    bottom: 0;
    left: 0;
    -webkit-transform: scale(.72) translate(-14%, 35%);
    transform: scale(.72) translate(-14%, 35%)
  }

  .index-category__item:nth-of-type(5) {
    bottom: 0;
    right: 0;
    -webkit-transform: scale(.72) translate(14%, 35%);
    transform: scale(.72) translate(14%, 35%)
  }
}

@media (max-width:374px) {

  .index-category .section__title,
  .index-category__list {
    margin-bottom: 0
  }

  .index-category__item:nth-of-type(2) {
    top: 0;
    left: 0;
    -webkit-transform: scale(.625) translate(-26%, -35%);
    transform: scale(.625) translate(-26%, -35%)
  }

  .index-category__item:nth-of-type(3) {
    top: 0;
    right: 0;
    -webkit-transform: scale(.625) translate(26%, -35%);
    transform: scale(.625) translate(26%, -35%)
  }

  .index-category__item:nth-of-type(4) {
    bottom: 0;
    left: 0;
    -webkit-transform: scale(.625) translate(-26%, 35%);
    transform: scale(.625) translate(-26%, 35%)
  }

  .index-category__item:nth-of-type(5) {
    bottom: 0;
    right: 0;
    -webkit-transform: scale(.625) translate(26%, 35%);
    transform: scale(.625) translate(26%, 35%)
  }
}

.mobileHorizontalCover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(/local/templates/multydex/css/../images/mobileHorizontalCover.png) center/auto 320px no-repeat;
  z-index: 9999
}

.h-content:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden
}

.arrow-nav {
  display: none;
  width: 18px;
  height: 106px;
  position: fixed;
  right: 5%;
  bottom: 86px;
  background: url(/local/templates/multydex/css/../images/arrow_up.png) center/contain no-repeat;
  z-index: 9;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.arrow-nav:hover {
  -webkit-animation: nav-arrow 1s infinite linear;
  animation: nav-arrow 1s infinite linear
}

.arrow-bottom {
  display: block;
  width: 18px;
  height: 106px;
  position: fixed;
  right: 5%;
  bottom: 86px;
  background: url(/local/templates/multydex/css/../images/arrow_bottom.png) center/contain no-repeat;
  z-index: 9;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.arrow-bottom:hover {
  -webkit-animation: nav-arrow 1s infinite linear;
  animation: nav-arrow 1s infinite linear
}


@media (max-width:767px) {
  .arrow-nav {
    display: none !important
  }

  .arrow-bottom {
    display: none !important
  }
}

@media (min-width:768px) {}

.categoryAria {
  -webkit-tap-highlight-color: transparent
}

.link-dock {
  display: inline-block;
  color: #96c11f;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  margin-top: 25px;
}

.link-dock:before {
  content: url('/local/templates/multydex/css/../images/icons/pdf.png');
  position: relative;
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px;
}

.page-header {
  background-color: #f7f8f8;
  border-top: 1px solid #d1d6d9;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.page-header__info {
  flex-basis: 66%;
  padding: 30px 200px 67px 340px;
  position: relative;
}

.page-header__breadcrumbs {
  margin-bottom: 20px;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap
}

.breadcrumbs__item {
  margin-right: 5px;
}

.breadcrumbs__item .breadcrumbs__link {
  border-right: 1px solid #979b9c;
  padding-right: 5px;
  color: #979b9c;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 8px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.breadcrumbs__link:hover {
  cursor: pointer;
  color: #96c11f;
}

.breadcrumbs__item--active .breadcrumbs__link {
  border-right: none;
}

.page-content {
  padding: 90px 0;
}

.page-content--overfolow {
  overflow: hidden;
}

.page-video .list {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.page-header__pic {
  vertical-align: bottom;
}

.page-nav {
  display: flex;
  justify-content: space-between;
}

.page-nav__link {
  color: #575e62;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 25.55px;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  position: relative;
  display: inline-block;
}

.page-nav__link:hover {
  color: #96c11f;
}

.page-header__backpagelink {
  margin-bottom: 30px;
  color: #575e62;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 25.55px;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.page-header__backpagelink:before {
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAANCAYAAACKCx+LAAAAkUlEQVQoU2NkwAIuXb+VwIguDhL8////fBQJmCBIMVzi/NVbBkyM/89DTVgIloAK7mdgYBBgYGDYqK+lHsCILPifkeHi/x9sDoaGih8YL167+YCBgUEepPMf4z9FQ01NEJ8BpuMAAwMDPwMDw4V/P9kcwTqQ7ABL/mdg2GCgpR6I1VX//zMsIOwPWAhg9TmyJABBzlMNg65hEwAAAABJRU5ErkJggg==');
  position: absolute;
  left: 0;
  top: 6%;
}

.page-header__backpagelink:hover {
  color: #96c11f;
}

.page-header__backpagelink:hover:before {
  -webkit-animation: navigate-arrow .8s infinite linear;
  animation: navigate-arrow .8s infinite linear;
}

.page-nav__link--back {
  padding-left: 15px;
}

.page-nav__link--back:before {
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAANCAYAAACKCx+LAAAAkUlEQVQoU2NkwAIuXb+VwIguDhL8////fBQJmCBIMVzi/NVbBkyM/89DTVgIloAK7mdgYBBgYGDYqK+lHsCILPifkeHi/x9sDoaGih8YL167+YCBgUEepPMf4z9FQ01NEJ8BpuMAAwMDPwMDw4V/P9kcwTqQ7ABL/mdg2GCgpR6I1VX//zMsIOwPWAhg9TmyJABBzlMNg65hEwAAAABJRU5ErkJggg==');
  position: absolute;
  left: 0;
  top: 6%;
}

.page-nav__link--up {
  padding-right: 15px;
}

.page-nav__link--up:after {
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAANCAYAAACKCx+LAAAAk0lEQVQoU2O8dP1Wgp6m2gIGNMB48drN/4yMjInokmAJkGJ0SZAEyJh4kOS//4yGhtpqF8AKQcTFazc3MDAw+DMwMHz495/RESQJljh//r4AI8evA4z/GfRhkmAJsOT16wpM/5nuQ7kP4TqY2H/tZ2BgMGBgYPj47z+jA9SOGwcYGBjtYYJgO3C6Cp8/sPscV1gBAI/XT8pDfVdPAAAAAElFTkSuQmCC');
  position: absolute;
  right: 0;
  top: 6%;
}

.page-nav__link--back:hover:before {
  -webkit-animation: navigate-arrow .8s infinite linear;
  animation: navigate-arrow .8s infinite linear;
}

.page-nav__link--up:hover:after {
  -webkit-animation: navigate-arrow .8s infinite linear;
  animation: navigate-arrow .8s infinite linear;
}

.page-header__title {
  color: #415815;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  margin-bottom: 10px;
}

.pt60 {
  padding-top: 60px;
}

.pt45 {
  padding-top: 45px;
}

.pt130 {
  padding-top: 130px;
}

.pb185 {
  padding-bottom: 185px;
}

.page-header__subtitle {
  color: #575e62;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  max-width: 585px;
}

.page-content__meta {
  margin: 30px 0 40px;
  display: flex;
  justify-content: space-between;
}

.page-content__meta-date {
  color: #979b9c;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14.94px;
  display: none;
}

.page-content__meta-info {
  flex-basis: 33%;
  display: flex;
  justify-content: flex-start;
}

.page-content__meta-item:first-of-type {
  margin-right: 50px;
}

.page-content__meta-item p {
  color: #979b9c;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14.94px;
  display: inline-block;
  margin-right: 10px;
}

.page-content__meta-item a {
  color: #96c11f;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14.94px;
}

.page-content__meta-item a:hover {
  text-decoration: underline;
}

.page-content-article p {
  color: #575e62;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 30px;
}

.page-content-article-mark {
  padding: 10px 0px 10px 40px;
  border-left: 6px solid #96c11f;
}

.page-content-article-mark span {
  color: #979b9c;
  font-size: 14px;
  display: block;
  margin: 15px 0 0px;
}

.tags {
  position: absolute;
  bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: none;
}

.tags__item {
  margin-right: 15px;
}

.tags__link {
  color: #96c11f;
  font-size: 14px;
}

.tags__link:hover {
  text-decoration: underline;
}

.page-news:before {
  height: 479px;
  top: 17px;
}

.banner_mobile {
  display: none;
}

@media screen and (max-width:1700px) {
  .page-header__title {
    font-size: 28px;
    line-height: 30px;
  }

  .page-header__info {
    padding: 17px 50px 35px 15px;
  }
}

.page-header__img img {
  max-width: 100%;
}

@media screen and (max-width:1395px) {
  .page-header__img {
    width: 600px;
    overflow: hidden;
  }

  .page-video .list {
    justify-content: flex-start;
    width: 810px;
    margin: 0 auto;
  }
}

@media screen and (max-width:810px) {
  .page-video .list {
    width: 100%;
  }
}

@media screen and (max-width:1400px) {
  .page-header__info {
    padding-left: 45px !important;
  }
}

@media screen and (max-width:1110px) {
  .page-header__backpagelink {
    margin-bottom: 3px;
  }

  .page-header__breadcrumbs {
    display: none;
  }

  .page-header__img {
    width: 400px;
    overflow: hidden;
  }
}

@media screen and (max-width:768px) {
  .page-header__title {
    font-size: 30px;
    letter-spacing: 1px;
    padding: 15px 0 !important;
    line-height: 1.2;
    margin-bottom: 40px;
  }

  .page-header__subtitle {
    padding-bottom: 30px !important;
    font-size: 16px;
    line-height: 1.5;
    max-width: inherit;
  }

  .page-header__img {
    width: 300px;
    overflow: hidden;
  }

  .banner_mobile {
    display: block;
    height: 360px;
    width: 100%;
  }

  .page-header {
    background: none !important;
    overflow: hidden;
    position: relative;
  }

  .page-header {
    flex-wrap: wrap
  }

  .page-header__info {
    flex-basis: 100%;
    padding-bottom: 0;
  }

  .page-header__img {
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width:650px) {

  .banner_mobile {
    width: auto;
  }

  .section {
    padding: 0 15px
  }

  .page-callback__info {
    max-width: 380px;
  }

  .page-nav__link {
    letter-spacing: normal;
  }

  .tags__link {
    font-size: 11px;
  }

  .page-header__info {
    padding-left: 15px !important;
  }

  .page-content__meta {
    flex-wrap: wrap;
    margin: 10px 0 20px;
  }

  .page-content__meta-info {
    flex-wrap: wrap;
    flex-basis: 100%;
    margin-top: 5px;
  }
}

.list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.list__item {
  align-self: stretch;
}

.event-block__section,
.page-video__section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.event-block__section .list {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.event-block {
  position: relative;
  padding-bottom: 50px;
}

.event-block:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #f6f7f7;
  width: 100%;
  height: 503px;
  bottom: 0;
  left: 0;
  z-index: -2
}

.event-block--notitle:before {
  height: 435px;
}

.event {
  border: 1px solid #e8eaec;
  background-color: #ffffff;
  width: 384px;
  padding: 24px;
  height: 100%;
  box-sizing: border-box;
  margin-right: 15px;
}

.event-block__section .list__item {
  margin-bottom: 20px;
}

.event-block__section .list__item .event:nth-child(3n) {
  margin-right: 0;
}

.event:hover {
  border: 1px solid #96c123;
  box-shadow: 0px 0px 8px 1px rgba(150, 193, 30, 0.3);
  cursor: pointer;
}

.event__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 37px;
}

.event__date {
  font-family: "Open Sans", sans-serif;
  color: #575e62;
}

.event__date-d {
  font-size: 54px;
}

.event__date-y {
  font-weight: 600;
  font-size: 30px;
  font-weight: 400;
  text-align: right;
}

.event__title {
  color: #415815;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 24px;
}

.event__article {
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
}

.video-block {
  width: 384px;
  position: relative;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 20px;
}

.page-video .list-item .video-block:nth-child(3n) {
  margin-right: 0;
}

.video-block:hover .video-block__title {
  color: #96c11f;
}

.video-block:hover img {
  box-shadow: 0px 0px 12px 2px rgba(150, 193, 30, 0.3);
  cursor: pointer;
}

.video-block:before {
  content: '';
  position: absolute;
  top: 85px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  background: url("/local/templates/multydex/css/../images/icons/hexagonal.png") center/contain no-repeat;
  width: 48px;
  height: 51px;
  transition: all 0.7s ease;
}

.video-block:after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAYAAAA/I0V3AAAAmElEQVQ4T52SURGDQAxEX5QhoRaQAA6ogyIBB0hoHSABCa2CdJYhPzfA3ZHvfZtNZs3dO+ABrEBvZl8yY+7+BppdJ6Azs+mKS6HQykhblyP4DArtAIxp5BwkOG6dw6kECq0gRV5rIMF61FALbVvvQM8a6AO0pTf9dnHx98bt8KRaZ/EURXUqaoSiyPmV656q0gLqm9yzLf8DlppV9QShL10AAAAASUVORK5CYII=");
  position: absolute;
  top: 104px;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  display: inline-block;
}

.video-block:hover:before {
  transform: rotate(180deg);
}

.video-block__title {
  font-size: 16px;
  font-weight: 400;
  color: #575e62;
  font-family: "Open Sans", sans-serif;
  margin-top: 10px;
  display: inline-block;
}

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

  .event-block .list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .event-block .list__item {
    flex-basis: 30%;
    margin: 10px;
  }

  .video-block {
    margin: 10px;
  }

  .page-content,
  .page-video {
    padding: 30px 15px;
  }

  .event-block__section,
  .page-video__section {
    margin-top: 25px;
  }

  .parallax h2 {
    padding-left: 15px;
  }

}

@media screen and (max-width:1045px) {
  .event__date-d {
    font-size: 40px;
    text-align: right;
  }

  .event-block:before {
    display: none;
  }
}

@media screen and (max-width:960px) {
  .event-block .list__item {
    flex-basis: 46%;
  }
}

@media screen and (max-width:695px) {
  .event-block .list__item {
    flex-basis: initial;
    margin: 10px 0;
  }

  .event {
    margin-right: 0;
  }
}

.page-about__box {
  display: flex;
  justify-content: space-between;
  padding: 103px 0;
}

.page-about__logo {
  padding-top: 60px;
}

.page-about__info {
  margin-left: 90px;
}

.page-about__title {
  color: #415815;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 42.03px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.page-about__text {
  color: #575e62;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30.02px;
  margin: 35px 0 0;
}

.page-about__link {
  color: #96c11f;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 50.63px;
  text-transform: uppercase;
}

.page-about__link:hover {
  text-decoration: underline;
}

.page-content {
  background: #fff;
  position: relative;
  z-index: 1;
}

.page-content--gray {
  background: #f6f7f7;
}

.page-content__text {
  color: #575e62;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.page-content__text--middle {
  font-size: 16px;
  line-height: 24px;
}

.page-content__text b {
  font-weight: 700;
}

.page-content__text p {
  margin-bottom: 30px;
}

.page-content__video {
  margin-top: 46px;
}
.page-about__pic{
  max-width: 261px;
}

@media screen and (max-width:1200px) {
  .page-about__box {
    padding: 50px 0;
  }
}

@media screen and (max-width:960px) {
  .page-about__info {
    margin-left: 30px;
  }
}

@media screen and (max-width:770px) {
  .page-content__text {
    font-size: 16px
  }
}

@media screen and (max-width:770px) {
  .page-about__box {
    padding: 30px 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .page-about__info {
    margin-left: 0px;
    text-align: center;
  }

  .page-about__logo {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .page-content__video iframe {
    height: 400px !important;
  }

  .page-about__link {
    line-height: 1;
  }

  .page-about__text {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 18px;
  }

  .page-about__title {
    line-height: 1.2;
    font-size: 30px;
  }

  .video-block {
    width: 98%;
  }

  .video-block img {
    width: 100%;
  }

  .video-block:before {
    top: 66px;
  }

  .video-block:after {
    top: 84px;
  }

}

@media screen and (max-width:480px) {
  .page-about__title {
    font-size: 27px;
    line-height: 1;
  }

  .page-content__video iframe {
    height: 300px !important;
  }

  .page-header__info {
    padding: 10px;
  }

  .page-about__pic {
    width: 100%;
  }

  .page-about__link span {
    display: block;
  }

}

@media screen and (max-width:390px) {
  .video-block {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .event__logo img {
    width: 120px;
  }

  .video-block__title {
    margin-top: 0;
    margin-bottom: 0px;
  }

  .video-block:before {
    top: 80px;
  }

  .video-block:after {
    top: 98px;
  }

}

@media screen and (max-width:360px) {
  .video-block:after {
    top: 78px;
  }

  .video-block:before {
    top: 60px;
  }
}

.page-adv {
  padding: 110px 0 85px;
}

.page-adv--gray {
  background-color: #f6f7f7;
}

.page-adv__list {
  width: 100%;
  max-width: 996px;
  margin: 0 auto
}

.page-adv__pic {
  height: 210px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-adv__pic:before {
  content: url('/local/templates/multydex/css/../images/icons/hexagon.svg');
  width: 100%;
  height: 210px;
  position: absolute;
  left: 0;
  text-align: left;
}

.page-adv__list .list__item {
  flex-basis: 180px;
}

.page-adv__title {
  color: #415815;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
}

.page-adv__img {
  margin-left: -5px;
  margin-top: -14px;
  opacity: 0;
}

.page-adv__button {
  margin-top: 20px;
}

.page-content__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-content__row--border {
  border-top: 1px solid #e8eaec;
  border-bottom: 1px solid #e8eaec;
}

.content {
  margin-right: 105px;
}

.content-right {
  margin-right: 0;
  margin-left: 105px;
}

.content__subject {
  color: #415815;
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 24px;
}

.content__text {
  font-weight: 300;
  line-height: 24px;
}

.content__link {
  margin-left: 0;
  margin-top: 25px;
}

.preview {
  position: relative;
  width: 439px;
}

.preview .slick-list {
  z-index: 2;
  margin: -10px 0 -25px;
}

.preview:after {
  content: "";
  position: absolute;
  width: 250px;
  height: 540px;
  bottom: -20px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  vertical-align: top;
}

.product__box {
  width: 200px;
  height: 220px;
  text-align: center;
  margin: 20px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-flow: column;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  box-sizing: border-box;
  background-size: cover;
  transition: .3s ease-in-out;
  cursor: pointer;
}

.product__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 19.91px;
}

.product__box_1 {
  background-image: url(/local/templates/multydex/css/../images/product/product_item1.png);
}

.product__box_2 {
  background-image: url(/local/templates/multydex/css/../images/product/product_item2.png);
}

.product__box_3 {
  background-image: url(/local/templates/multydex/css/../images/product/product_item3.png);
}

.product__box_4 {
  background-image: url(/local/templates/multydex/css/../images/product/product_item4.png);
}

.product__box_5 {
  background-image: url(/local/templates/multydex/css/../images/product/product_item5.png);
}

.product__box_6 {
  background-image: url(/local/templates/multydex/css/../images/product/product_item6.png);
}

.product__box_1 .product__title {
  color: #8bae28;
}

.product__box_2 .product__title {
  color: #789c1b;
}

.product__box_3 .product__title {
  color: #618019;
}

.product__box_4 .product__title {
  color: #415815;
}

.product__box_5 .product__title {
  color: #7b542c;
}

.product__box_6 .product__title {
  color: #977045;
}

.product__box_1:hover,
.list__item--active .product__box_1 {
  background-image: url(/local/templates/multydex/css/../images/product/bg-haxagon.png);
}

.product__box_2:hover,
.list__item--active .product__box_2 {
  background-image: url(/local/templates/multydex/css/../images/product/bg-haxagon2.png);
}

.product__box_3:hover,
.list__item--active .product__box_3 {
  background-image: url(/local/templates/multydex/css/../images/product/bg-haxagon3.png);
}

.product__box_4:hover,
.list__item--active .product__box_4 {
  background-image: url(/local/templates/multydex/css/../images/product/bg-haxagon4.png);
}

.product__box_5:hover,
.list__item--active .product__box_5 {
  background-image: url(/local/templates/multydex/css/../images/product/bg-haxagon5.png);
}

.product__box_6:hover,
.list__item--active .product__box_6 {
  background-image: url(/local/templates/multydex/css/../images/product/bg-haxagon6.png);
}

.product__box_1:hover .product__title,
.list__item--active .product__box_1 .product__title {
  color: #8bae28;
  text-shadow: 0 0 8px #ffffff;
}

.product__box_2:hover .product__title,
.list__item--active .product__box_2 .product__title {
  color: #789c1b;
  text-shadow: 0 0 8px #ffffff;
}

.product__box_3:hover .product__title,
.list__item--active .product__box_3 .product__title {
  color: #618019;
  text-shadow: 0 0 8px #ffffff;
}

.product__box_4:hover .product__title,
.list__item--active .product__box_4 .product__title {
  color: #415815;
  text-shadow: 0 0 8px #ffffff;
}

.product__box_5:hover .product__title,
.list__item--active .product__box_5 .product__title {
  color: #fff;
  text-shadow: 0 0 8px #000000;
}

.product__box_6:hover .product__title,
.list__item--active .product__box_6 .product__title {
  color: #fff;
  text-shadow: 0 0 8px #000000;
}

.min-nav-product .product__box {
  padding: 0 0 0 70px;
  height: 60px;
  background-position: left;
  background-size: contain;
  text-align: left
}


.product__list {
  justify-content: center;
  flex-wrap: wrap;
}

.min-nav-product.product-menu {
  display: none;
}

.product-menu .list__item {
  position: relative;
}

@media screen and (max-width:1120px) {
  .content {
    margin-right: 50px;
    padding: 20px;
  }

  .content-right {
    margin-left: 50px;
    margin-right: 0;
  }

  .preview:after {
    content: "";
    position: absolute;
    width: 250px;
    height: 500px;
    bottom: -20px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    vertical-align: top;
  }

  .product__box {
    width: 160px;
    height: 180px;
  }

  .product__title {
    font-size: 18px
  }

  .min-nav-product .product__box {
    padding: 0 0 0 60px;
  }

  .product__list {
    justify-content: space-around;
  }
}

@media screen and (max-width:960px) {
  .section__title--middle {
    font-size: 22px;
    line-height: 1.4;
  }

  .page-adv {
    padding: 55px 0px 40px;
  }

  .page-adv .list {
    justify-content: center;
    flex-wrap: wrap;
  }

  .page-adv__title {
    margin-top: -5px;
    margin-bottom: 15px;
  }

  .page-adv__list .list__item {
    flex-basis: 187px;
  }

  .product__box {
    width: 110px;
    height: 130px;
  }

  .product__title {
    font-size: 12px;
    line-height: 1;
  }

  .min-nav-product .product__box {
    padding: 0 0 0 50px;
    background-position: -18%;
  }
}

@media screen and (max-width:855px) {
  .content {
    margin-right: 30px;
  }

  .content-right {
    margin-left: 30px;
    margin-right: 0;
  }

  .preview {
    width: 300px;
  }

  .preview img {
    width: 100%;
  }

  .preview:after {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .content {
    margin-right: 10px;
  }

  .content-right {
    margin-left: 10px;
    margin-right: 0;
  }

  .product__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start
  }

  .page-content__product.product-menu {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .min-nav-product.product-menu {
    display: none;
  }

  .product__box {
    height: 80px;
    width: 70px;
  }

  .product__title {
    font-size: 8px
  }
}

@media screen and (max-width:640px) {
  .content {
    margin-right: 0px;
    padding: 30px 0;
  }

  .content-right {
    margin-left: 0px;
    margin-right: 0;
  }

  .page-content__row {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  .page-content__row--rev {
    flex-wrap: wrap;
    justify-content: center;
  }

  .preview img {
    margin: 10px 0 0;
  }
}

.page-slider {
  padding: 100px 0;
}

.slider {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 46%;
  background: none;
  border: none;

}

.slick-arrow:hover svg use {
  fill: #96c11f;
}

.slick-arrow:focus,
.slick-arrow:active {
  outline: none;
}

.slider__next {
  right: -50px;
}

.slider__prev {
  left: -50px;
}

.slick-dots {
  display: table;
  float: right;
  margin-top: -35px;
}

.slick-dots li {
  display: table-cell;
  text-align: center;
}

.slick-dots li button {
  width: 12px;
  height: 7px;
  background-color: #d9dbdc;
  font-size: 0;
  border: none;
  margin: 0 5px;
  outline: none;
  display: inline-block;
  position: relative;
  transition: 0, 5s ease-in;
}

.slick-dots li.slick-active button {
  width: 25px;
  background-color: #96c11f;
}

.slick-dots li button:hover {
  background-color: #96c11f;
}

.fixed {
  position: fixed;
  background: #fff;
  top: 60px;
  width: 100%;
  left: 0;
  border-bottom: 6px solid #96c11f;
  z-index: 102;
}

.product-menu .list__item:after {
  content: url('/local/templates/multydex/css/../images/icons/arrow-product.svg');
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  bottom: -28px;
  text-align: center;
  opacity: 0;
  width: 86px;
}

.min-nav-product.product-menu .list__item:after {
  text-align: left;
  left: 53px;
  width: 86px;
}

.product-menu .list__item--active:after {
  opacity: 1;
}

.page-content--pb {
  padding-bottom: 0;
  z-index: 10;
}

.content-product {
  border-top: 6px solid #96c11f;
  padding-top: 65px;
  position: relative;
  z-index: 2;
}

.fixed-block {
  border-top: 0;
  margin-top: 235px;
}



.sphere {
  margin-top: 80px;
}

.sphere__row {
  align-items: flex-start;
}

.sphere__col {
  flex-basis: 120%;
  position: relative;
  z-index: 3;
}

.sphere__box {
  padding-top: 30px;
  width: 370px;
}

.sphere__item {
  margin: 0 20px 80px;
  transition: 0.5s ease
}

.sphere__item span {
  opacity: 0.5;
  color: #575e62;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  position: relative;
}

.sphere__item span:after {
  content: '';
  max-width: 135px;
  width: 410px;
  height: 1px;
  background-color: #96c11f;
  top: 45%;
  position: absolute;
  left: 108%;
  transition: 0.5s ease;
  transform: translateX(400%);
  display: none;
}

.sphere__item span:before {
  content: '';
  width: 410px;
  height: 1px;
  background-color: #96c11f;
  top: 45%;
  position: absolute;
  left: -440px;
  transform: translateX(-100%);
  transition: 0.5s ease;
}

.sphere__item:hover {
  transform: translateX(30px);
}

.sphere__item span:hover {
  color: #96c11f;
  cursor: pointer;
}

.sphere__item:hover span:after {
  transform: translateX(0%);
}

.sphere__item:hover span:before {
  transform: translateX(0%);
}

.sphere__item--active {
  transform: translateX(30px);
}

.sphere__item--active span {
  color: #96c11f;
}

.sphere__item--active span:before {
  transform: translateX(0%);
}

.sphere__item--active span:after {
  transform: translateX(0%);

}

.sphere__pic {
  position: relative;
  width: 1200px;
  z-index: 99;
  height: 645px;
  background: #fff;
  top: -180px;

}

_:-ms-fullscreen,
:root .sphere__pic {
  margin-left: 400px;
}

body:last-child:not(:root:root) .sphere__pic {
  background: transparent;
}

.sphere__pic1 {
  height: 100%;
}

.sphere__pic2 {
  height: 100%;
}

.sphere__pic3 {
  height: 100%;
}

.sphere__pic4 {
  height: 100%;
}

.layers {
  background-position: top center;
  background-size: 98%;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 580px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translateX(200%);
  opacity: 0;
  visibility: hidden;
}

.sphere__pic3 .layers {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

.sphere__pic1 .layer1 {
  background-image: url('/local/templates/multydex/css/../images/layer1/layer1.png');
}

.sphere__pic1 .layer2 {
  background-image: url('/local/templates/multydex/css/../images/layer1/layer2.png');
}

.sphere__pic1 .layer3 {
  background-image: url('/local/templates/multydex/css/../images/layer1/layer3.png');
}

.sphere__pic1 .layer4 {
  background-image: url('/local/templates/multydex/css/../images/layer1/layer4.png');
}

.sphere__pic2 .layer1 {
  background-image: url('/local/templates/multydex/css/../images/layer2/layer1.png');
}

.sphere__pic2 .layer2 {
  background-image: url('/local/templates/multydex/css/../images/layer2/layer2.png');
}

.sphere__pic2 .layer3 {
  background-image: url('/local/templates/multydex/css/../images/layer2/layer3.png');
}

.sphere__pic2 .layer4 {
  background-image: url('/local/templates/multydex/css/../images/layer3/layer4.png');
}

.sphere__pic3 .layer1 {
  background-image: url('/local/templates/multydex/css/../images/layer3/layer1.png');
}

.sphere__pic3 .layer2 {
  background-image: url('/local/templates/multydex/css/../images/layer3/layer2.png');
}

.sphere__pic3 .layer3 {
  background-image: url('/local/templates/multydex/css/../images/layer3/layer3.png');
}

.sphere__pic3 .layer4 {
  background-image: url('/local/templates/multydex/css/../images/layer3/layer4.png');
}

.sphere__pic4 .layer1 {
  background-image: url('/local/templates/multydex/css/../images/layer4/layer1.png');
}

.sphere__pic4 .layer2 {
  background-image: url('/local/templates/multydex/css/../images/layer4/layer2.png');
}

.sphere__pic4 .layer3 {
  background-image: url('/local/templates/multydex/css/../images/layer4/layer3.png');
}

.sphere__pic4 .layer4 {
  background-image: url('/local/templates/multydex/css/../images/layer4/layer4.png');
}

.sphere__pic5 .layer1 {
  background-image: url('/local/templates/multydex/css/../images/layer5/layer1.png');
}

.sphere__pic5 .layer2 {
  background-image: url('/local/templates/multydex/css/../images/layer5/layer2.png');
}

.sphere__pic5 .layer3 {
  background-image: url('/local/templates/multydex/css/../images/layer5/layer3.png');
}

.sphere__pic5 .layer4 {
  background-image: url('/local/templates/multydex/css/../images/layer5/layer4.png');
}

.sphere-min {
  width: 100%;
}

.sph-content {
  display: none;
}

.sph-active {
  display: block;
}

.parallax {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

.sphere__content {
  text-align: right;
  margin-top: -210px;
  max-width: 646px;
  width: 100%;
  float: right;
  margin-right: 300px;
  background: #fff;
  z-index: 99;
  position: relative;
}

.sphere__title {
  text-align: right;
}

.sphere__text {
  color: #575e62;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: right;
  margin-bottom: 20px;
}

.sphere__button {
  margin-right: 0;
}

.sphere.sphere-min {
  display: none;
}

@media screen and (max-width:1530px) {
  .sphere__content {
    z-index: 99;
    position: relative;
  }

  .sphere__pic {
    width: 1000px;
    top: -100px;
  }

}

@media screen and (max-width:1230px) {
  .sphere__pic {
    top: 0;
  }
}

@media screen and (max-width:1230px) {
  .news-preview--big:after {
    background-size: 76%;
    background-position: 63px 3px;
  }

  .sphere__content {
    float: none;
  }

  .sphere {
    overflow: hidden;
  }
}

@media screen and (max-width:1160px) {
  .news-preview--big {
    max-width: 414px;
  }

  .news-preview--big:after {
    background-size: 431px;
    background-position-x: 73px;
  }

  .slider__next {
    right: 0;
  }

  .slider__prev {
    left: 0;
  }

  .event__date-d {
    font-size: 48px;
  }
}

@media screen and (max-width:1060px) {
  .sphere {
    display: none;
    margin-top: 20px;
  }

  .sphere.sphere-min {
    display: block;
  }

  .sphere__box {
    width: 765px;
    margin: 0 auto;
  }

  .sphere__box-title {
    display: block;
    width: 671px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }

  .sphere__item span:after {
    transform: translateX(129%);
    max-width: inherit;
    display: block;
  }

  .sphere__item--active span:after {
    transform: translateX(0%);
  }

  .sphere__content {
    display: none;
    max-width: inherit;
    margin-top: 0;
    margin-right: 0;
  }

  .sphere__item--active .sphere__content {
    display: block;
  }

  .section__title--center {
    text-align: center;
  }

  .sphere__item {
    margin-bottom: 20px;
  }

  .sphere__item--active,
  .sphere__item:hover {
    transform: translateX(0px);
  }

  .sphere-min__pic {
    display: block;
    width: 100%;
  }

  .sphere-min__pic img {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  .sphere__box {
    width: 700px;
  }

  .sphere__box-title {
    width: 700px;
  }


}

@media screen and (max-width:700px) {
  .sphere__box {
    width: 100%;
    padding-top: 0;
  }

  .sphere__item {
    margin: 0 20px 20px 20px;
    /* 0 0px 40px */
  }

  .sphere__box-title {
    width: 100%;
  }

}

@media screen and (max-width:555px) {

  .news-preview--big .news-preview__view svg {
    width: 100% !important;
  }

  .page-slider {
    padding: 50px 0;
  }

  .slick-dots {
    margin: -35px auto 30px;
    float: none;
  }

  .sphere__item--active .sphere__box-title span {
    left: 40px;
  }

  .sphere__box-title {
    text-align: left;
  }

  .sphere__item span:before {
    left: -423px;
  }

  .sphere__item {
    margin: 0 20px 20px 20px;
  }
}

@media screen and (max-width:445px) {
  .news-preview--big {
    max-width: inherit;
    overflow: hidden;
  }

  .news-preview--big .news-preview__box {
    width: 100%;
    background: #ffffff;
  }

  .button_build {
    width: 100%;
  }

  .news-preview--big .news-preview__view svg {
    width: auto !important;
  }

  .news-preview__view {
    height: 300px;
    position: relative;
  }

  .button_build:before {
    background-size: contain;
  }

  .button_build:after {
    background-size: contain;
  }

  .news-preview--big .news-preview__view svg {
    position: absolute;
    left: 0%;
    right: 0;
    margin: 0 auto;
  }

  .news-preview--big:after {
    background-size: cover;
    background-position-x: -84px;
  }
}

@media screen and (max-width:380px) {
  .news-preview--big .news-preview__view svg {
    position: absolute;
    left: -2%;
    right: 0;
    margin: 0 auto;
  }

  .w-break {
    display: block;
  }

}

@media screen and (max-width:360px) {
  .news-preview--big .news-preview__view svg {
    position: absolute;
    left: -3%;
    right: 0;
    margin: 0 auto;
  }

  .news-preview--big:after {
    background-size: cover;
    background-position-x: -50px;
  }
}

@media screen and (max-width:330px) {
  .news-preview--big .news-preview__view svg {
    position: absolute;
    left: -10%;
    right: 0;
    margin: 0 auto;
  }

  .news-preview--big:after {
    background-size: cover;
    background-position-x: -84px;
  }
}

.slider_square {
  padding: 100px 0;
  position: relative;
}

.slider_square__box {
  margin-top: 14px;
  position: inherit;
}

.slider_square .slick-list {
  height: 480px;
}

.slider_square__item.slick-current {
  opacity: 1;
}

.slider_square__item {
  opacity: 0;
  transition: 1.5s ease;
}

.slider_square--gray {
  background: #f6f7f7;
}

.slider_square__block {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  width: 1200px;
  margin: 0 30px;
}

.slider_square__desc {
  background: #ffffff;
  padding: 126px 85px 100px 102px;
}

.slider_square__desc--middle {
  padding: 77px 85px 79px 102px;
}

.slider_square__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #575e62;
  margin-bottom: 15px;
}

.slider_square__text {
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  color: #575e62;
  margin-bottom: 21px;
}

.slider_square__link {
  color: #96c11f;
  font-size: 12px;
  font-weight: 700;
}

.slider_square__signa {
  color: #979b9c;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.slider_square__signa span {
  font-size: 12px;
  display: block;
}

.slider_square__link:hover {
  text-decoration: underline;
}

.slider_square__pic {
  position: relative;
}

.slider_square__logo {
  position: absolute;
  top: 36px;
  right: -39px;
}

.slider_square__next.slick-arrow {
  border: 1px solid #d1d6d9;
  border-right: none;
  right: 0;
  height: 434px;
  top: 31.5%;
  width: 235px;
}

.slider_square__prev.slick-arrow {
  border: 1px solid #d1d6d9;
  border-left: none;
  left: 0;
  height: 434px;
  top: 31.5%;
  width: 235px;
  z-index: 9;
}

.slider_square__next.slick-arrow:hover svg,
.slider_square__prev.slick-arrow:hover svg {
  -webkit-animation: navigate-arrow 1s infinite linear;
  animation: navigate-arrow 1s infinite linear;
}

.slider_square__box .slick-dots {
  margin-top: 20px;
}

@media screen and (max-width:1707px) {
  .slider_square__next.slick-arrow {
    width: 140px;
  }

  .slider_square__prev.slick-arrow {
    width: 140px;
  }
}

@media screen and (max-width:1522px) {
  .slider_square__next.slick-arrow {
    width: 100px;
  }

  .slider_square__prev.slick-arrow {
    width: 100px;
  }

}

@media screen and (max-width:1254px) {
  .slider_square__img {
    width: 100%;
  }

  .slider_square__pic {
    width: 525px;
  }

  .slider_square__desc {
    padding: 85px 55px 80px 50px;
    height: 370px;
  }

  .slider_square .slick-list {
    height: 380px;
  }

  .slider_square {
    padding: 70px 15px;
  }
}

@media screen and (max-width:1068px) {
  .slider_square__pic {
    width: 400px;
  }

  .slider_square__desc {
    padding: 40px 55px 40px 50px;
    height: auto;
    overflow: auto;
  }

  .slider_square .slick-list {}

}

@media screen and (max-width:936px) {
  .slider_square__pic {
    width: 300px;
  }

  .slider_square__title {
    font-size: 20px
  }

  .slider_square__text {
    font-size: 14px
  }

  .slider_square__desc {
    padding: 20px 10px 10px 50px;
  }
}

@media screen and (max-width:840px) {
  .slider_square__block {
    justify-content: center;
    flex-wrap: wrap;
  }

  .slider_square__desc {
    width: 300px;
    height: auto;
    padding: 20px;
  }

  .slider_square {
    padding: 50px 0;
  }

  .slider_square__item.slick-active {
    opacity: 1;
  }

  .slider_square .slick-list {
    height: auto;
  }
}

@media screen and (max-width:742px) {
  .slider_square__block {
    padding: 0 40px;
  }

  .slider_square__desc {
    width: 100%;
    padding: 20px;
  }

  .slider_square__pic {
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  .slider_square__block {
    padding: 0 20px;
  }

  .slider_square__logo {
    right: -12px;
  }
}

.accordion {
  padding: 100px 0 120px;
}

.accordion__line {
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion__title {
  color: #575e62;
  font-size: 16px;
  font-weight: 400;
  background-color: #f6f7f7;
  padding: 24px 25px 20px 46px;
  position: relative;
  z-index: 9;
  border: 1px solid #e8eaec;
  transition: 0.5s ease;
  cursor: pointer;
}

.accordion__title:hover .accordion__arrow {
  transform: rotate(180deg);
}

.accordion__title:hover .accordion__arrow svg use {
  fill: #96c11fcc !important
}

.accordion__arrow {
  float: right;
  transition: all 0.5s ease;
}

.accordion__content {
  display: none;
  border: 1px solid #e8eaec;
  border-top: none;
}

.accordion__content p {
  background-color: #ffffff;
  color: #575e62;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 36px 95px 44px 46px;
}

.accordion__line--active .accordion__title {
  background-color: #96c11f;
  color: #ffffff;
  border: 1px solid #96c11f;
}

.accordion__line--active .accordion__arrow {
  transform: rotate(180deg);
}

.accordion__line--active .accordion__arrow svg path {
  fill: #fff !important;
}

.accordion__line--active .accordion__title {
  border-bottom: none;
}

.accordion__line--active .accordion__content {
  display: block;
}

.page-contact {
  padding: 80px 0;
}

.page-contact__box {
  display: flex;
  justify-content: space-between;
}

.page-contact__col {
  width: 100%;
}

.page-contact__col:first-of-type {
  width: 100%;
  max-width: 432px;
  margin-right: 50px;
}

.page-contact__form .form__field_textaria {
  height: 180px;
}

.page-tabs {
  padding: 100px 0 0;
}

.tabs__list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-bottom: 6px solid #96c11f;
  position: relative;
}

.tabs__item {
  color: #979b9c;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 30px;
}

.tabs__item--active {
  color: #96c11f;
}

.tabs__item:hover {
  color: #96c11f;
  cursor: pointer;
}

.tabs__item:nth-child(2) {
  margin: 0 200px;
}

.tabs__list .arrow {
  content: url('/local/templates/multydex/css/../images/icons/arrow-product.svg');
  position: absolute;
  left: 0;
  display: block;
  margin: 0 auto;
  bottom: -26px;
  text-align: center;
  transition: all 0.3s ease;
  width: 89px;
}

.tabs__box {
  background-color: #f6f7f7;
  padding: 80px 0 100px;
  display: none;
  opacity: 0;
  transition: 0.3s ease
}

.tabs__box--active {
  display: block;
  opacity: 1;
}

.sertif {
  display: flex;
  flex-wrap: wrap;
}

.sertif__item {
  width: 384px;
  background: #fff;
  border: 1px solid #e8eaec;
  padding: 11px 12px;
  margin-bottom: 20px;
  margin-right: 30px;
}

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

.sertif__content {
  padding: 22px 28px 28px 12px;
}

.sertif__title {
  color: #415815;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 19px;
  line-height: 22px;
}

.sertif__desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #575e62;
}

.index-category__center {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin-top: -100px;
}

.index-category__center:last-of-type {
  margin-top: 0;
}

.index-category__center .section__title {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  flex-grow: 1;
  padding-top: 0;
  font-size: 24px;
}

.index-category__center a.you_t_be {
  display: inline-block;
  position: relative;

}

.index-category__center a.you_t_be:before {
  content: '';
  position: absolute;
  right: 0;
  top: 36%;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  background: url("/local/templates/multydex/css/../images/icons/hexagonal.png") center/contain no-repeat;
  width: 48px;
  height: 51px;
  transition: all 0.7s ease;
  z-index: 99;
}

.index-category__center a.you_t_be:after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAYAAAA/I0V3AAAAmElEQVQ4T52SURGDQAxEX5QhoRaQAA6ogyIBB0hoHSABCa2CdJYhPzfA3ZHvfZtNZs3dO+ABrEBvZl8yY+7+BppdJ6Azs+mKS6HQykhblyP4DArtAIxp5BwkOG6dw6kECq0gRV5rIMF61FALbVvvQM8a6AO0pTf9dnHx98bt8KRaZ/EURXUqaoSiyPmV656q0gLqm9yzLf8DlppV9QShL10AAAAASUVORK5CYII=");
  position: absolute;
  top: 42%;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  display: inline-block;
  height: 18px;
  z-index: 99;
}

.page-content__cols {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.page-content__cols .page-video {
  padding: 0;
}

.page-content__cols .section__title {
  font-size: 24px;
  padding: 0;
  margin-bottom: 20px !important;
}

.page-content__cols .video-block__title {
  margin-bottom: 0 !important;
  line-height: 1.5;
}

.page-content__cols .video-block:after {
  top: 97px;
}

.page-content__cols .page-content__col:first-of-type {
  padding-right: 20px;
}

.page-content__cols .video-block {
  margin-right: 0;
  margin-bottom: 25px;
}

.index-category__center a.you_t_be:hover:before {
  transform: rotate(180deg);
}

@media (max-width:1365px) {
  .index-category__center {
    margin-top: 0;
  }

  .page-content__cols .page-video .list {
    width: auto;
  }
}


@media screen and (max-width: 960px) {
  .tabs__item {
    font-size: 22px;
  }

  .tabs__item:nth-child(2) {
    margin: 0 100px;
  }

}

@media screen and (max-width: 830px) {

  .sertif__item:nth-child(3n) {
    margin-right: 20px;
  }

  .page-content__cols {
    flex-wrap: wrap;
  }

  .page-content__cols .page-video .list {
    width: auto;
    justify-content: center;
  }

  .page-content__cols .page-content__col:last-of-type {
    padding-top: 30px;
  }

  .page-content__cols .video-block:after {
    top: 80px;
  }

  .page-video .list-item {
    width: 49%;
  }

}

@media screen and (max-width:800px) {
  .product__title-min {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {

  .tabs__item:nth-child(2) {
    margin: 0 70px;
  }

  .tabs__item {
    font-size: 18px;
  }

  .tabs__item:after {
    bottom: -30px;
  }

  .page-tabs {
    padding: 50px 0px;
  }

  .page-contact__box {
    flex-wrap: wrap;
  }

  .page-contact__col:first-of-type {
    max-width: inherit;
    margin-right: 0;
  }

  .page-contact {
    padding: 40px 0;
  }

  .accordion {
    padding: 40px 0 60px;
  }

  .accordion__title {
    padding: 18px 25px 17px 24px;
    font-size: 12px;
  }

  .accordion__content p {
    padding: 20px;
    font-size: 12px;
  }

  .sertif__item {
    width: 293px;
  }

  .sertif__item img {
    width: 100%;
  }




  .index-category__center .index-category__item {
    position: relative;


  }

  .index-category__center .index-category__item:nth-of-type(1) {
    left: 0;
    -webkit-transform: scale(.8) translate(12%, 0%) !important;
    transform: scale(.8) translate(12%, 0%) !important;
  }

  .index-category__center .index-category__item:nth-of-type(2) {
    left: -0;
    -webkit-transform: scale(.8) translate(-12%, 0%) !important;
    transform: scale(.8) translate(-12%, 0%) !important;
  }

}

@media screen and (max-width: 670px) {

  .fixed {
    transition: 0.3s ease;
  }

  .product-menu .list__item:after {
    left: -7px;
  }

  .content-product {
    padding-top: 40px;
  }

  .content-product .index-category {
    margin-top: 40px;
  }

  .index-category {
    margin-top: 30px;
  }

  .product__bottom {
    margin-bottom: 20px;
  }

  .p-product .product__list {
    flex-wrap: nowrap;
  }

  .page-video .list-item {
    width: 100%;
  }

  .fixed {
    top: 55px;
  }

}

@media screen and (max-width: 570px) {
  .tabs__item:nth-child(2) {
    margin: 0 30px;
  }

  .tabs__item {
    font-size: 16px;
    line-height: 1;
  }

  .tabs__item:after {
    bottom: -31px;
  }

  .page-contact {
    padding: 20px 0;
  }

  .tabs__item span {
    display: none;
  }

  .tabs__box {
    padding: 20px 0 40px;
  }

  .page-tabs .tabs__box {
    padding: 35px 0 40px;
  }


}

@media screen and (max-width: 450px) {

  .page-tabs {
    padding: 20px 0px;
  }

  .tabs__item {
    font-size: 12px;
  }

  .sertif__item {
    width: 100%;
  }

  .tabs__item:after {
    bottom: -27px;
  }

  .accordion__arrow {
    position: absolute;
    right: 17px;
    top: 38%;
  }
}

@media screen and (max-width: 410px) {
  .index-category__center .index-category__item:nth-of-type(1) {
    -webkit-transform: scale(.72) translate(22%, 0%) !important;
    transform: scale(.72) translate(22%, 0%) !important;
  }

  .index-category__center .index-category__item:nth-of-type(2) {
    -webkit-transform: scale(.72) translate(-22%, 0%) !important;
    transform: scale(.72) translate(-22%, 0%) !important;
  }

  .index-category__center,
  .index-category__center:last-of-type {
    margin-top: -10px;
  }
}

@media screen and (max-width: 374px) {
  .tabs__item:nth-child(2) {
    margin: 0 10px;
  }

  .index-category__center .index-category__item:nth-of-type(1) {
    -webkit-transform: scale(.625) translate(20%, 0%) !important;
    transform: scale(.625) translate(20%, 0%) !important;
  }

  .index-category__center .index-category__item:nth-of-type(2) {
    -webkit-transform: scale(.625) translate(-20%, 0%) !important;
    transform: scale(.625) translate(-20%, 0%) !important;
  }
}

@media screen and (max-width: 335px) {
  .index-category__center .index-category__item:nth-of-type(1) {
    -webkit-transform: scale(.625) translate(40%, 0%) !important;
    transform: scale(.625) translate(40%, 0%) !important;
  }

  .index-category__center .index-category__item:nth-of-type(2) {
    -webkit-transform: scale(.625) translate(-40%, 0%) !important;
    transform: scale(.625) translate(-40%, 0%) !important;
  }
}

.footer-nav {
  background-color: #2e3133;
  padding: 73px 0;
}

.footer-nav__wrap {
  display: flex;
  justify-content: space-between;
}

.footer-nav__list {
  margin-right: 50px;
}

.footer-nav__title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 22px;
  color: #d1d6d9;
  display: flex;
  justify-content: space-between;
}

.footer-nav__link {
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
  color: #d1d6d9;
}

.footer-nav__link:hover {
  color: #96c11f;
}

.logo-youtube {
  margin-right: 20px;
}

.footer-nav__text {
  max-width: 276px;
  color: #979b9c;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

@media screen and (max-width: 960px) {
  .footer-nav__col:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 767px) {

  .footer-nav__col:nth-child(1),
  .footer-nav__col:nth-child(2) {
    display: none;
  }

  .footer-nav__wrap {
    justify-content: center;
  }

  .footer-nav {
    padding: 33px 0;
  }
}

.page-error {
  background: url('/local/templates/multydex/css/../images/bg-error.jpg') no-repeat;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  min-height: 1000px;
  background-position: center;
  background-size: cover;
}

.page-error__text {
  color: #ece8dd;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.page-error__content {
  margin-top: 270px;
  width: 400px;
}

@media screen and (max-width: 1700px) {
  .page-error {
    background-position: calc(100% + 300px);
  }

  .page-error__content {
    margin-top: 205px;
  }
}

@media screen and (max-width: 1024px) {
  .page-error {
    background: url('/local/templates/multydex/css/../images/bg-error_mobile.jpg') no-repeat;
    min-height: inherit;
    background-size: auto;
    background-position: center -110px;
    height: 106vh;
  }

  .page-error__content {
    margin: 550px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .page-error {
    background-position: top;
    background-size: cover;
  }

  .page-error__content {
    margin: 465px auto 0;
  }
}

@media screen and (max-width: 425px) {
  .page-error {
    background-size: contain;
    background-position-y: 0;
  }

  .page-error__content {
    width: 100%;
    padding: 0 15px;
    margin: 300px auto 0;
  }

  .page-error__text {
    font-size: 17px;
  }
}

@media screen and (max-width: 360px) {
  .page-error__content {
    margin: 250px auto 0;
  }
}

/*# sourceMappingURL=main.css.map */


.padva li:before {
  content: "\2014";
  position: absolute;
  margin-left: -30px;
}

.index-more {
  position: relative;
}

.index-more_public {
  z-index: 2;
}

.index-more_video {
  margin-top: -150px;
}

.index-more_video .section {
  display: flex;
  justify-content: flex-end;
}

.index-more__cover {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.index-more__info {
  width: 100%;
  max-width: 560px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.index-more__title {
  color: #575e62;
  font-family: "Open Sans";
  font-size: 36px;
  font-weight: 300;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 1.38px;
  text-align: left;
  padding: 0;
}

.index-more__title_green {
  color: #415815;
}

.index-more__text {
  color: #575e62;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.index-more__text_min {
  color: #575e62;
  max-width: 411px;
}

.button_allvideo:before {
  background-image: url(/local/templates/multydex/css/../images/buttons/allvideo.png);
  opacity: 1;
}

.button_allvideo:after {
  background-image: url(/local/templates/multydex/css/../images/buttons/allvideo_active.png);
  opacity: 0;
}

.button_allvideo:before,
.button_allvideo:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .15s ease-in-out;
}

.button_allvideo span {
  display: none;
}

.button_allvideo {
  width: 154px;
  height: 80px;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-left: 0;
}

.button_allvideo:hover:before {
  opacity: 0;
}

.button_allvideo:hover:after {
  opacity: 1;
}

.index-more__button .button_more {
  margin-left: 0;
}

@media (max-width: 1600px) {
  .index-about:before {
    transform: scale(.7)
  }
}

@media (max-width:1440px) {
  .index-more_video .index-more__info {
    top: 60%;
  }
}

@media (max-width:1365px) {
  .index-more {
    height: 650px;
  }

  .index-more__info {
    max-width: 420px
  }

  .index-more__title {
    margin-bottom: 0
  }

  .index-more__cover {
    object-fit: cover;
    position: absolute;
    height: 100%;
  }

  .index-more_video .index-more__info {
    right: 10%;
  }
}

@media (max-width:1280px) {
  .index-callback__cover {
    margin-top: -12%;
  }

  .index-callback__info {
    top: 45%;
  }
}

@media (max-width:1199px) {
  .index-about:before {
    top: 10px;
    left: -450px;
  }

}

@media (max-width:1023px) {
  .index-about {
    padding-bottom: 100px;
  }

  .index-about__box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
  }

  .index-about__pic {
    margin-bottom: 20px;
  }

  .index-about:before {
    display: none;
  }

  .index-callback__cover {
    margin-top: -16%;
  }
}

@media (max-width:767px) {
  .index-more {
    min-height: 480px
  }

  .index-more__info {
    max-width: 80%;
  }

  .index-more__title {
    line-height: 1.15;
  }

  .index-more__cover {
    object-position: left
  }

  .index-about {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }

  .index-callback__info {
    top: 52%;
    max-width: 380px;
  }

  .index-callback {
    min-height: 480px
  }


  .index-callback__title {
    margin: 5% 0 5% 5%;
    text-align: center;
    line-height: .7;
    font-size: 80px
  }

  .index-more__info {
    top: 35%;
  }

  .index-more_video {
    margin-top: 0;
  }

  .index-more_video .index-more__info {
    top: 25%;
    right: 13%;
  }

  .index-callback__cover {
    margin-top: -30%;
  }

  .index-about__pic {
    display: none;
  }
}

@media (max-width:575px) {
  .page-header__title {
    width: 100%;
    word-break: break-word
  }
}

.iti__flag {
  background-image: url("/local/templates/multydex/css/../images/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/local/templates/multydex/css/../images/flags@2x.png");
  }
}

.iti {
  width: calc(100% - 105px);
  z-index: 99;
}

.iti .form__field {
  width: 100%;
}

.iti__country-list {
  max-width: 330px;
}

.iti-mobile .iti--container {
  z-index: 999999999999;
}


.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  background-color: #96c11f;
  z-index: 99;
}

.cookie__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 85px 25px 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .cookie__inner {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 575px) {
  .cookie__inner {
    display: block;
    padding: 20px;
  }
}

.cookie__inner::after {
  position: absolute;
  top: -25px;
  right: -38px;
  width: 77px;
  height: 50px;
  content: '';
  background-image: url(/local/templates/multydex/css/../icon/icon-cookie.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.cookie__text {
  font-size: .75rem;
  line-height: 1.7;
  color: #fff;
}

.cookie__text a {
  text-decoration: underline;
}

@media screen and (max-width: 1280px) {
  .cookie__text {
    font-size: .6875rem;
  }
}

@media screen and (max-width: 1280px) {
  .cookie__text br {
    display: none;
  }
}

.cookie__btn {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 10px;
  padding: 13px 30px;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  color: #ffff;
  border: 1px solid transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: rgb(65 88 22 / 70%);
}

@media screen and (max-width: 575px) {
  .cookie__btn {
    font-size: .75rem;
    margin-top: 10px;
    margin-left: 0;
  }
}

.cookie__btn:hover {
  color: #69737a;
  background: #fff;
}

.header__contacts .header__phone{
	position: relative;
}
.header__tg{
	position: absolute;
	bottom: 2px;
	 left: calc(100% + 30px);
}
.header__tg svg{
    width: 36px;
    height: 24px;
}
@media screen and (max-width: 1024px) {
	.header__tg{
	display: none;
}
}
/* End */


/* Start:/local/templates/multydex/template_styles.css?17485257823052*/
.header__contacts-item.header__contacts-item_mail.js-open-popup {
    display: none;
}
div#contacts {
    display: none;
}
.button.button_call.js-open-popup {
    display: none;
}

body {
    overflow-x: hidden;
    position: relative;
}

.mobileHorizontalCover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url("/local/templates/multydex/./images/mobileHorizontalCover.png") center / auto 320px no-repeat;
    z-index: 9999;
}

.h-content:not(:focus):not(:active) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.arrow-nav {
    display: none;
    width: 18px;
    height: 106px;
    position: fixed;
    right: 5%;
    bottom: 86px;
    background: url("/local/templates/multydex/./images/arrow_up.png") center / contain no-repeat;
    z-index: 9;
    transition: transform 0.25s ease-in-out;
}
.arrow-nav:hover {
    animation: nav-arrow 1s infinite linear;
}

@keyframes nav-arrow {
    0% {
        transform: translateY(0);
        animation-timing-function: ease-in-out;
    }
    25% {
        transform: translateY(-5%);
    }
    50% {
        transform: translateY(-15%);
    }
    75% {
        transform: translateY(-5%);
    }
}

@media (max-width: 767px) {
    .arrow-nav {
        display: none!important;
    }
}
@media (max-width: 1024px) {
    .page-content-article img{
        height: auto!important;
        width: 100%!important;
    }
}

@media (min-width: 768px) {
    *::-webkit-scrollbar              { width: 8px;
    /*position: fixed;*/
  /*height: 100%;*/}
    *::-webkit-scrollbar-thumb        {background: rgba(150,193,31,0.8);}
    .min-nav-product.fixed{
        top: 83px;
    }
}


#autoResizeTextareaCopy {
    display: none;
}

.categoryAria {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.news-preview__info{
    user-select: text;
}



.language .jq-selectbox__select-text{
width: 100%!important;
}

@media screen and (max-width: 767px) {
    .banner_mobile{
        right: 0;
        position: absolute;
    }
    
    .banner_mobile + .page-header__info{
        margin-top:360px;
    }

    select.form__field_select{
        z-index:234234234;
    }
    
}



.video-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-video {
    padding-top: 84px;
    margin-top: -84px;
}
.footer-maps__map-box{
position: relative;
}
.footer-maps__route-controls{
z-index: 2;
}

.footer-maps__map-cntr{
	width: 100%;
	height: 100%;
    position: absolute;
}

@media screen and (min-width: 1024px) {

  .header__navigation .navigation__item:last-child {
    display: none;
  }
}
/* End */
/* /local/templates/multydex/css/animate.css?159058266285370 */
/* /local/templates/multydex/css/intlTelInput.min.css?163472258419157 */
/* /local/templates/multydex/css/style.css?1716387644151176 */
/* /local/templates/multydex/template_styles.css?17485257823052 */
