

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

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

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

@-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 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) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

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

    40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -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);
    opacity: 1;
}

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

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

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

.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;
}
/* End */


/* Start:/local/templates/nec/js/owl.carousel.css?16837942304028*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/nec/js/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/local/templates/nec/js/fancybox/jquery.fancybox.css?168379423017871*/
@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

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

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

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

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

.fancybox-bg {
  /*background: #fff;*/
  background: transparent;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

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

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

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

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

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

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

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

.fancybox-slide--image {
  overflow: visible; }

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

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

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

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

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

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

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

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

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

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

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

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

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

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

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

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

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

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

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

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

/* End */


/* Start:/local/libs/jQueryFormStyler-master/dist/jquery.formstyler.css?16837942302175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-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-file {
	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-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple 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 {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple 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; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1685150384675*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:0}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:0;padding-left:.5em}span.modern-page-current{font-weight:var(--ui-font-weight-bold)}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/local/templates/nec/styles.css?16880316161419*/
.waste-classification__items{
    vertical-align: top;
    columns: 2;
    margin-bottom : -23px;
}
.waste-classification__item{
    padding: 10px 40px 40px 10px;
    display: inline-block;
}
.waste-classification__item-title{
    display: inline-block;
    border-radius: 100px;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
    margin-bottom: 10px;
    padding: 3px 10px;
}
.video {
    background-color : #f5f5f5;
    font-size   : 20px;
    line-height : 24px;
    text-align : center;
    padding : 150px 50px;
}

.table {
border-collapse:collapse;
}
.table td {
padding: 5px 10px;
border: solid 1px rgba(0,0,0,0.2);
}

.owl-item-photoslider {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}
.owl-carousel-thumbed .owl-dots {
    margin: 10px 0;
}
.owl-carousel-thumbed .owl-dot {
    border: 2px solid #666666;
    width: 80px;
    height: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 0;
}
.owl-carousel-thumbed .owl-dot:focus,
.owl-carousel-thumbed .owl-dot:hover,
.owl-carousel-thumbed .owl-dot.active {
    background-size: cover;
    background-position: center;
}
.owl-carousel-thumbed .owl-dot.active {
    border: 2px solid #66BD52;
}
.g-recaptcha {
    pointer-events: none;
    opacity: 0;
    position: absolute;
}
/* End */


/* Start:/local/templates/nec/template_styles.css?178154534194014*/
@font-face {
    font-family: Montserrat-SemiBold;
    src: url(/local/templates/nec/fonts/Montserrat/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(/local/templates/nec/fonts/Montserrat/Montserrat-Bold.ttf);
}

body, html {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    font-family: "PTSans-Regular", Arial, sans-serif;
    color: #666666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-variant-numeric: proportional-nums;
}

body.full-page-plus {
    min-height: calc(100vh + 1px);
}

* {
    box-sizing: border-box;
    outline: none;
}

p:first-child, h2:first-child, h3:first-child {
    margin-top: 0;
}

p:last-child, h2:last-child, h3:last-child {
    margin-bottom: 0;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

img {
    width: 100%;
    vertical-align: middle;
}

a {
    text-decoration: none;
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.5);
    transition: .3s color;
    /*padding-bottom: 2px;*/
}

a:hover {
    color: #58B543;
    border-color: #58B543;
}

.title,
h1 {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 40px;
    color: #000000;
    line-height: 50px;
    margin-top: 0;
}

.title-h1 {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 40px;
    color: #000000;
    line-height: 48px;
    margin: 0 0 20px;
}

h2,
.title-h2 {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 28px;
    color: #000000;
    line-height: 38px;
}

h3,
.title-h3,
.title-h3 a {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 17px;
    color: #000000;
    line-height: 26px;
    margin-bottom: 10px;
    text-decoration: none;
    border: none;
}

.main-clients__win-pre {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 26px;
    color: #000000;
    line-height: 32px;
    margin-bottom: 10px;
}

h3 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.title-h3 a:hover {
    color: #52A53F;
}

ul.custom,
.jq-selectbox__dropdown ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.clear {
    clear: both;
}

.wrap {
    width: 1160px;
    margin: 0 auto;
    position: relative;
}

.input {
    background: #FFFFFF;
    border: 1px solid #D4DDE6;
    border-radius: 2px;
    font-size: 17px;
    color: #4A4A4A;
    line-height: 24px;
    padding: 10px 15px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
}

.input::placeholder {
    font-size: 17px;
    color: #9B9B9B;
    font-family: "PTSans-Regular", Arial, sans-serif;
}

.input:hover {
    border: 1px solid #66BD52;
}

.input:focus {
    border: 1px solid #66BD52;
    color: #4A4A4A;
}

.commerce-input__bg {
    background-color: #EEF2F4;
    border-radius: 2px;
    padding: 15px 15px 0;
    position: relative;
    margin-bottom: 20px;
}

.commerce-input__bg:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    background: #D4DDE6;
    position: absolute;
    bottom: 75px;
    left: 0;
}

.btn {
    display: inline-block;
    padding: 10px 18px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Montserrat-SemiBold", Arial, sans-serif;
    font-size: 14px;
    color: #F8F8F8;
    background: #66BD52;
    border-radius: 2px;
    line-height: 26px;
    border: none;
    cursor: pointer;
}

.btn:hover {
    color: #F8F8F8;
    background: #79D564;
    border: none;
}

.btn--min {
    font-size: 13px;
    color: #FFFFFF;
    line-height: 26px;
    padding: 4px 15px;
}

.btn-add {
    background-color: #EEF2F4;
    color: #55A542;
    padding: 10px;
    position: relative;
    margin-right: 2%;
    /*text-align: left;*/
}

.btn-add:hover {
    color: #55A542;
    background-color: #E3ECF1;
}

.btn-add:before {
    content: ' ';
    display: inline-block;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background: url(/local/templates/nec/images/circle-plus.svg) no-repeat center;
    background-size: 100%;
    vertical-align: middle;
    /*position: absolute;*/
    /*left: 58px;*/
    /*top: 10px;*/
}

.has-padding {
    padding: 60px 0 80px;
}

.gray_bg {
    background-color: #F8F8F8;
}

.is-2 {
    width: 48.5%;
    margin-right: 1.5%;
}

.is-2:nth-child(2n+2) {
    margin-right: 0;
}

.is-3 {
    width: 32%;
    margin-right: 1.5%;
}

.is-3:nth-child(3n+3) {
    margin-right: 0;
}

.header__top {
    padding: 17px 0;
}

.logo {
    font-family: "PTSans-Regular", Arial, sans-serif;
    font-weight: normal;
    padding-left: 127px;
    width: 310px;
    font-size: 12px;
    color: #888888;
    line-height: 16px;
    position: relative;
    border: none;
    float: left;
}

.logo:hover {
    color: #888888;
    border: none;
}

.logo:before {
    content: ' ';
    display: block;
    width: 117px;
    height: 37px;
    background: url(/local/templates/nec/images/logo.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -2px;
}

.header__right-info {
    float: right;
    width: 30%;
    text-align: right;
}

.header__top .header__right-info {
    padding-top: 5px;
}

.header__socials {
    margin-top: 5px;
    float: right;
    width: 130px;
    text-align: right;
}

.header__socials img {
    max-height: 20px;
    max-width: 20px;
    filter: brightness(0);
}

.header__socials img.ico_fb {
    max-height: 18px;
    max-width: 18px;
}

.header__socials a {
    margin-right: 8px;
}

.header__socials a:hover img {
    filter: unset;
}

.phone {
    font-family: "Montserrat-SemiBold", Arial, sans-serif;
    font-size: 18px;
    color: #000000;
    border-bottom: none;
    margin-right: 17px;
    vertical-align: middle;
}

.phone:hover {
    border-bottom: none;
}

.callback__form {
    font-size: 15px;
    color: #666666;
    letter-spacing: 0;
    line-height: 24px;
}

.header {
    position: relative;
    z-index: 10;
}

.header__bottom {
    padding: 10px 0;
    border: 1px solid #E4E4E4;
    transition: all 0.3s;
    background: #fff;
    position: relative;
    z-index: 101;
}

.header--tiny {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
}

.top-menu {
    float: left;
    width: 70%;
    margin-top: 4px;
}

.top-menu__item {
    font-size: 17px;
    color: #000000;
    letter-spacing: 0;
    line-height: 26px;
    border: none;
    margin-right: 22px;
}

.top-menu__item:hover,
.top-menu__item.current {
    border: none;
}

.top-menu__item--burger {
    padding-left: 26px;
    position: relative;
    transition: all 0.2s;
}

.top-menu__item--burger:before {
    content: ' ';
    display: block;
    width: 16px;
    height: 16px;
    background: url(/local/templates/nec/images/burger.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 1px;
}

.active.top-menu__item--burger:before {
    background: url(/local/templates/nec/images/close.svg) no-repeat center;
}

.personal {
    font-size: 17px;
    color: #000000;
    letter-spacing: 0;
    line-height: 26px;
    margin-right: 23px;
    border: none;
    position: relative;
    padding-left: 26px;
}

.personal:hover {
    border: none;
}

.personal:before {
    content: ' ';
    display: block;
    width: 16px;
    height: 16px;
    background: url(/local/templates/nec/images/personal.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tab {
    display: none;
}

.tab.active {
    display: inline-block;
}

.main-commerce__form {
    width: 65.5%;
    padding: 41px 40px 40px;
    background: #fff;
    border-radius: 2px;
    float: left;
    /*overflow-y: hidden;*/
    /*min-height: 643px;*/
}

.commerce__form {
    width: 100%;
}

.commerce_var-list {
    margin: 50px 0 8px;
    padding-bottom: 7px;
    border-bottom: 1px solid #E4E4E4;
}

.commerce_var-item {
    border-bottom: 5px solid transparent;
    margin: 0 18px;
    padding-bottom: 7px;
}

.commerce_var-item:first-child {
    margin-left: 0;
}

.commerce_var-item.active,
.commerce_var-item:hover {
    color: #000;
    border-bottom: 5px solid #66BD52;
}

.commerce__form-descr {
    padding: 25px 0 12px;
}

.form {
    margin: 15px 0 20px;
}

.commerce__form .btn {
    width: 49%;
    float: right;
    /*margin: 0 0 20px;*/
}

.commerce__form .btn-add {
    width: 49%;
    float: left;
    /*padding: 10px 54px 10px 88px;*/
}

.input-code {
    margin-bottom: 30px;
}

.weight-box {
    width: 26%;
    float: left;
    margin-right: 15px;
    position: relative;
}

.weight-box__shield {
    position: absolute;
    background-color: #fff;
    right: 1px;
    top: 1px;
    bottom: 16px;
    width: 38px;
    z-index: 5;
}

.dark-form .weight-box__shield {
    background-color: #202532;
}

.focus.weight-box .weight-box__shield:after {
    content: 'кг';
    color: #9B9B9B;
    display: block;
    position: absolute;
    right: 15px;
    top: 11px;
    font-size: 17px;
    line-height: 24px;
}

.input-weight {
    /*width: 26%;*/
    /*float: left;*/
    /*margin-right: 15px;*/
}

.input-periodicity {
    width: 36.5%;
    cursor: pointer;
    float: left;
}

.input-city {
    width: 33%;
    float: right;
}

.main-commerce__min-box {
    display: block;
    width: 358px;
    /*min-height: 337px;*/
    padding: 35px 40px 30px;
    background: #fff;
    border-radius: 2px;
    float: right;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border: none;
    transition: .3s all;
    position: relative;
}

.main-commerce__min-box:hover {
    top: -2px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    border: none;
}

.main-commerce__min-box:hover .commerce__min-box-title {
    color: #52A53F;
    /*border-bottom: 1px solid transparent;*/
}

.main-commerce__min-box:hover .commerce__min-box-descr {
    color: #666666;
}

.commerce__min-box-img {
    display: block;
    /*width: 45%;*/
    margin-bottom: 10px;
    /*margin-left: 50%;*/
    /*transform: translateX(-50%);*/
    /*min-height: 128px;*/
    height: 128px;
    background: no-repeat center center;
    background-size: cover;
}

.commerce__min-box-img--3 {
    background-size: auto 75%;
}

.commerce__min-box-img--4 {
    background-position: 45% center;
}

.commerce__min-box-img--6 {
    background-size: auto 20%;
}

.commerce__min-box-title {
    transition: .3s color;
    border-bottom: 1px solid #E4E4E4;
}

.commerce__personal {
    margin-bottom: 40px;
}

.input-phone {
    float: right;
}

.textarea-waste {
    min-height: 165px;
    margin-bottom: 22px;
}

.commerce__search-waste {
    position: relative;
}

.drop-list {
    /*display: none;*/
    position: absolute;
    width: 100%;
    border: 1px solid #D4DDE6;
    border-top: 1px solid #66BD52;
    left: 0;
    top: 44px;
    background: #fff;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.09);
    border-radius: 2px 0 0 2px;
    /*z-index: 14;*/
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .3s linear 0s, z-index 0s linear .3s;
    -moz-transition: opacity .3s linear 0s, z-index 0s linear .3s;
    -o-transition: opacity .3s linear 0s, z-index 0s linear .3s;
    transition: opacity .3s linear 0s, z-index 0s linear .3s;
}

.drop-list.active {
    /*display : block;*/
    z-index: 14;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.search-result__item {
    display: none;
}

.search-result__item.active {
    display: block;
    overflow: auto;
    max-height: 500px;
}

.search-result__item tr td {
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.search-result__item tr:hover td {

    background-color: #eef2f4;
}

.dark-form .search-result__item tr:hover td {
    background-color: #42415a;
}

.search-result {
    border-collapse: collapse;
}

.search-result td {
    padding: 5px 15px 10px;
    vertical-align: top;
    cursor: pointer;
}

.blue-bg {
    background-color: #F0F8FD;
}

.active .search-selected tr td:first-child {
    width: 25%;
}

.search-result tr td:first-child {
    /*width: 22%;*/
    width: 40%;
    padding-right: 0;
}

.active .search-selected tr td:last-child {
    content: none;
    width: 5%;
}

.search-result tr td:last-child {
    width: 31%;
    white-space: nowrap;
    text-align: right;
    padding-left: 0;
}

.result__affiliate-license,
.result__own-license {
    color: #52A53F;
    padding-left: 16px;
    position: relative;
}

.result__affiliate-license:before,
.result__own-license:before {
    content: ' ';
    display: block;
    width: 14px;
    height: 14px;
    background: url(/local/templates/nec/images/ok-green.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.result__affiliate-license {
    color: #406CA0;
}

.result__affiliate-license:before {
    background: url(/local/templates/nec/images/ok-blue.svg) no-repeat center;
}

.not-search {
    padding: 10px 15px;
}

.not-search__text {
    display: inline-block;
    width: 60%;
    margin-right: 30px;
}

.not-search .btn {
    width: 35%;
    margin: 7px 0 0;
    float: right;
}

.input-periodicity {
    position: relative;
    /*z-index : 20;*/
}

.option-list {
    width: 101%;
    margin-left: -0.5%;
    border-top: 1px solid #52A53F;
    z-index: 3;
}

.option-list_var:not(.input) {
    padding: 6px 14px 12px;
    cursor: pointer;
    background-color: #fff;
}

.dark-form .option-list_var:not(.input) {
    background-color: #2a2f3b;
}

.option-list_var:not(.input):hover {
    background-color: #F8F8F8;
}

.selected-item {
    position: relative;
}

.selected-item.first {
    color: #9B9B9B;
}

.selected-item:before {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    background: url(/local/templates/nec/images/arrow-green.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 8px;
    right: 0;
    transition: transform 0.2s;
}

.opened.selected-item:before {
    transform: rotate(-180deg);
}

.commerce__search-selected.active {
    margin: 0 15px 30px 0;
}

.search-selected {
    border-collapse: collapse;
}

.search-selected td {
    vertical-align: top;
    font-size: 17px;
    color: #4A4A4A;
    line-height: 27px;
}

.selected-dots {
    position: relative;
    cursor: pointer;
    opacity: 0.6;
    padding-bottom: 55px;
}

.selected-dots.active,
.selected-dots:hover {
    opacity: 1;
}

.selected-dots:after {
    content: ' ';
    display: block;
    height: 34px;
    width: 10px;
    background: url(/local/templates/nec/images/burger-dots.svg) no-repeat center;
    position: absolute;
    right: -15px;
    top: 5px;
}

.dots-menu {
    width: 120px;
    left: -80px;
    top: 0;
    border-top: 1px solid #D4DDE6;
    margin-left: 110px;
}

.dots-menu .option-list_var {
    padding: 9px 14px;
}

.input-code--new {
    width: 97%;
}

.commerce-input__bg--new .selected-dots:after {
    right: -20px;
    top: -10px;
}

.commerce-input__bg--new .dots-menu {
    top: -15px;
}

.services__menu {
    background: #fff;
    padding: 0;
    position: absolute;
    z-index: 123;
    top: 100%;
    right: 0;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 0;
    overflow: hidden;
}

.services__menu.active {
    /*height : calc(100vh - 123px);*/
    height: calc(100vh - 55px);
}

/*.services__menu.fixed{*/
/*!*position: fixed;*!*/
/*!*z-index: 23;*!*/
/*!*top: 56px;*!*/
/*!*bottom: -100px;*!*/
/*}*/
/*.services__menu{*/
/*display: none;*/
/*background: #fff;*/
/*width: 100%;*/
/*height: 150vh;*/
/*padding: 20px 0 36px;*/
/*}*/
/*.services__menu.fixed{*/
/*position: fixed;*/
/*z-index: 23;*/
/*top: 56px;*/
/*bottom: -100px;*/
/*}*/

body.is-admin .services__menu {
    /*top : 163px;*/
}

.services__menu.high {
    /*top : 54px;*/

    top: 56px;
    position: fixed;
}

body.is-admin .services__menu.high {
    /*top : 95px;*/
}

.services-list {
    width: 74%;
    float: right;
    padding: 15px 20px 15px 60px;
    border-left: 1px solid #E4E4E4;
}

.services-list__items {
    display: none;
}

.active.services-list__items {
    display: block;
}

.services-list__item {
    width: 30%;
    float: left;
    margin-right: 3%;
}

.services-list__item:first-child {

}

.services-list__item li {
    margin-bottom: 10px;
}

.services-list__item li a {
    border-bottom: 0;
}

.services__menu-left {
    width: 26%;
    height: 100%;
    float: left;
    padding: 15px 20px 15px 0;
}

.services-list___tabs a {
    display: block;
    margin-bottom: 10px;
    border-bottom: none;
}

.services-list___tabs a.active {
    color: #58B543;
}

.main-blog {
    padding: 60px 0;
    background: whitesmoke;
}

.main-blog__left {
    width: 31%;
    float: left;
    /*padding-right: 20px;*/
}

.main-blog__right {
    width: 69%;
    float: right;
    padding: 10px 0 0 35px;
}

.main-blog__title {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 40px;
    color: #000000;
    line-height: 50px;
    margin-bottom: 22px;
}

.main-blog__text {
    margin-bottom: 36px;
    font-size: 17px;
    line-height: 26px;
}


.main-benefits {
    padding: 60px 0 53px;
}

.main-benefits__left {
    width: 31%;
    float: left;
    /*padding-right: 20px;*/
}

.main-benefits__right {
    width: 69%;
    float: right;
    padding: 20px 0 0 35px;
}

.main-benefits__title {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 50px;
    color: #000000;
    line-height: 55px;
    margin-bottom: 22px;
}

.main-benefits__sub-title {
    font-size: 17px;
    color: #666666;
    line-height: 26px;
    margin-bottom: 10px;
}

.main-benefits__text {
    margin-bottom: 36px;
    font-size: 17px;
    line-height: 26px;
}

.main-benefits__item {
    width: 45.1%;
    margin-right: 7.4%;
    padding: 15px 0 26px 51px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.main-benefits__item:nth-child(2n+2) {
    margin-right: 0;
}

.main-benefits__item:before {
    content: ' ';
    display: block;
    width: 41px;
    height: 44px;
    background: no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 16px;
    left: -5px;
}

.main-benefits__car-ico:before {
    background-image: url(/local/templates/nec/images/car-ico.svg);
}

.main-benefits__bell-ico:before {
    background-image: url(/local/templates/nec/images/bell-ico.svg);
}

.main-benefits__key-ico:before {
    background-image: url(/local/templates/nec/images/key-ico.svg);
}

.main-benefits__page-ico:before {
    background-image: url(/local/templates/nec/images/page-ico.svg);
}

.main-benefits__question-ico:before {
    background-image: url(/local/templates/nec/images/question-ico.svg);
}

.main-benefits__iso-ico:before {
    background-image: url(/local/templates/nec/images/iso-ico.svg);
}

.main-benefits__text-l {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.main-middle-banners {
    padding: 60px 0 64px;
}

.main-banner__top {
    background: url(/local/templates/nec/images/how-recycle-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 87px 20px 90px;
    margin-bottom: 40px;
    position: relative;
}

.main-banner__top--eco-tax {
    background-image: url('/local/templates/nec/images/eco-tax.jpg');
}

.main-banner__top--eco-tax:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
}

.main-banner__top-info {
    color: #fff;
    text-align: center;
    width: 53%;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.main-banner__title {
    color: #fff;
    margin-bottom: 9px;
}

.main-banner__descr {
    margin-bottom: 30px;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 26px;
    padding: 10px 50px 0;
}

.min-box--left {
    margin: 0 -1.5%;
}

.min-box--left .main-commerce__min-box {
    /*float: left;*/
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 1.5%;
    /*min-height: 303px;*/
}

.main-banner__bottom .main-commerce__min-box {
    padding: 0;
}

.main-banner__bottom .commerce__min-box-img {
    width: 100%;
}

.main-banner__btn {
    /*margin-left: 14px;*/
}

.min-box--left .main-commerce__min-box-info {
    display: block;
    padding: 25px 39px 40px;
}

.min-box--left .main-commerce__min-box:nth-child(3n+3) {
    /*margin-right: 0;*/
}

.main-clients__win-item .commerce__min-box-img {
    width: 80%;
    min-height: auto;
    margin: 26px 0 0 50%;
}

.main-clients {
    position: relative;
    z-index: 5;
    /*margin-top: 60px;*/
    padding-top: 60px;
    background-color: #FFFFFF;
}

.commerce__min-box-img img {
    max-height: 100%;
}

.additional-services {
    margin-bottom: -20px;
}

.additional-services__title,
.main-clients-title {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 50px;
    color: #000000;
    line-height: 55px;
}

.main-clients:after,
.main-clients:before {
    content: ' ';
    display: block;
    position: absolute;
    background-size: 100%;
    z-index: 2;
}

.main-clients:after {
    width: 103px;
    height: 90px;
    background: url(/local/templates/nec/images/left-meds.png) no-repeat center;
    position: absolute;
    top: 131px;
    left: 50%;
    margin-left: -8.7%;
}

.main-clients:before {
    width: 202px;
    height: 233px;
    background: url(/local/templates/nec/images/right-meds.png) no-repeat center;
    position: absolute;
    top: 36px;
    left: 50%;
    margin-left: 16.6%;
}

.main-clients__win-items {
    margin-bottom: 90px;
}

.main-clients__win-item {
    width: 32%;
    margin: 40px 19.6% 0 0;
    float: left;
}

.main-clients__win-item:nth-child(2) {
    margin: 40px 0 0 0;
}

.main-clients__win-img {
    /*margin: 20px 0 30px;*/
    /*width: 89%;*/
    margin: 0 0 10px 0;
    color: #58B543;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 130px;
    line-height: 130px;

    background: linear-gradient(45deg, #58B543, #2B90D5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-clients__slider {
    margin-top: -22px;
    padding-bottom: 30px;
}

.main-clients__slider-img {
    margin-top: 50%;
    transform: translateY(-50%);
}

.owl-prev,
.owl-next {
    width: 35px;
    height: 35px;
    /* Oval 5: */
    background: #FFFFFF;
    border: 1px solid #D4DDE6;
    box-shadow: 0 4px 4px 0 rgba(30, 63, 9, 0.12);
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    border-radius: 50%;
    color: transparent;
}

.owl-prev:after,
.owl-next:after {
    content: ' ';
    display: block;
    width: 10px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/local/templates/nec/images/arrow-gray.svg) no-repeat center;
    background-size: 100%;

}

.owl-prev:hover:after,
.owl-next:hover:after {
    background: url(/local/templates/nec/images/arrow-gr-h.svg) no-repeat center;
}

.owl-prev {
    left: -70px;
    transform: rotate(-180deg);
    box-shadow: 0 -4px 4px 0 rgba(30, 63, 9, 0.12);
    top: 25%;
}

.owl-next {
    right: -70px;
}

.main-clients__slider {
    background: linear-gradient(to top, #f5f5f5, #fff);
}

.main-clients__slider .wrap {
    padding: 0 70px;
}

.thanks-letter {
    padding: 59px 0 100px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 5;
}

.thanks-letter__items {
    margin-top: 38px;
    padding: 0 20px;
}

.thanks-letter__items span {
    display: block;
}

.thanks-letter__item-img {
    background: #F8F8F8;
    border-radius: 2px;
    width: 160px;
    height: 218px;
    padding: 15px;
    margin-bottom: 10px;
}

.thanks-letter__item-img:hover {
    background: #F0F0F0;
}

.thanks-letter__title {
    display: inline-block;
    margin-right: 46px;
}

.thanks-letter__item-descr {
    font-size: 12px;
    color: #888888;
    line-height: 18px;
}

.thanks-letter__items .owl-next {
    right: 0;
    top: 45%;
}

.thanks-letter__items .owl-prev {
    left: 0;
    top: 35%;
}

.thanks-letter__items .owl-dots {
    position: absolute;
    top: -60px;
    right: 20px;
}

.owl-dot {
    display: inline-block;
    background: #D8D8D8;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border-radius: 50%;
}

.owl-dot:last-child {
    margin-right: 0;
}

.owl-dot:hover,
.owl-dot.active {
    background: #66BD52;
}

.fancybox-is-open .fancybox-bg {
    background: rgba(0, 0, 0, 0.3);
}

.fancybox-slide > div {
    width: 1000px;
    background: #fff;
}

.thanks-letter__all {
    font-size: 17px;
    color: #4A4A4A;
    line-height: 26px;
    padding-bottom: 0;
}

.additional-services__items {
    margin-top: 40px;
}

.additional-services .main-commerce__min-box {
    margin-bottom: 40px;
    width: 22%;
}

.additional-services__items .main-commerce__min-box {
    width: 47%;
}

.additional-services__items .commerce__min-box-img {
    background-size: auto;
}

.additional-services__img {
    /*height: 124px;*/
}

.additional-services__img img {
    height: 100%;
    width: auto;
}

.additional-services__img3 {
    /*transform: translateX(-60%);*/
}

.additional-services__img4 {
    /*padding-top: 55px;*/
}

.main-form {
    background: #1F2532;
    color: #fff;
    position: relative;
    z-index: 5;
    /*min-height: 550px;*/
}

.main-form__left {
    width: 26%;
    float: left;
    padding: 26px 60px 0 10px;
}

.main-form__left-menu li {
    margin-bottom: 20px;
}

.main-form__left-menu a {
    border-bottom: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-form__left-menu a:hover,
.main-form__left-menu a.active {
    color: #fff;
}

.main-form__left-menu a:before {
    content: ' ';
    display: block;
    height: 100%;
    width: 2px;
    position: absolute;
    top: -2px;
    left: -10px;
    background: transparent;
}

.main-form__left-menu a:hover:before,
.main-form__left-menu a.active:before {
    background: #66BD52;
}

.main-form__right {
    width: 74%;
    float: right;
    padding-top: 18px;
}

.dark-form {
    /*padding: 0 20px;*/
    margin-top: 30px;
}

.dark-form .input {
    background: #1F2532;
    border: 1px solid #3B4862;
    color: #f9f9f9;
}

.drop-list {
    background: #fff;
    border: 1px solid #D4DDE6;
}

.dark-form .drop-list {
    background: #1F2532;
    border: 1px solid #3B4862;
}

.option-list_var:not(.input):hover {
    background: #EEF2F4;
}

.dark-form .option-list_var:not(.input):hover {
    background: #1a1f29;
}

.dark-form .input-name {
    width: 48.5%;
    float: left;
}

.dark-form .input-phone {
    width: 48.5%;
    float: right;
}

.form-1 form {
    width: 65%;
    float: left;
}

.main-form__box {
    display: none;
}

.active.main-form__box {
    display: block;
}

.main-form__box-descr {
    width: 35%;
    float: right;
    padding: 30px 20px 30px 40px;
}

.title--light {
    color: #fff;
}

.main-form__box-text {
    display: block;
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 11px;
}

.main-form__box-descr a {
    display: block;
    border-bottom: none;
    color: #FFFFFF;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 5px;
}

.main-form__box-phone {
    font-family: "Montserrat-Bold", Arial, sans-serif;
}

.main-form__box-mail {
    font-family: "PTSans-Regular", Arial, sans-serif;
    line-height: 24px;
}

.main-form__btn {
    margin-top: 5px;
}

.dark-form .commerce-input__bg {
    background-color: #292F3B;
    margin-bottom: 27px;
}

.dark-form .commerce-input__bg .input {
    border: 1px solid transparent;
}

.dark-form .commerce-input__bg:after {
    background-color: #1F2532;
}

.dark-form .btn-add {
    background-color: #292F3B;
    width: 49%;
}

.dark-form .btn-add:before {
    background: url(/local/templates/nec/images/circle-plus-bg.svg) no-repeat center;
    background-size: 100%;
}

.form-2 {
    width: 89%;
}

.main-form__get-btn {
    width: 49%;
    float: right;
}

.dark-form .weight-box {
    width: 29.5%;
}

.dark-form .input-periodicity {
    width: 33.5%;
}

footer {
    background: #171C26;
    padding: 47px 0 28px;
    position: relative;
    z-index: 5;
}

.footer-logo {
    width: 128px;
    height: 42px;
    float: left;
    background: url(/local/templates/nec/images/logo-f.png) no-repeat center;
    background-size: 100%;
}

.footer-search {
    width: 580px;
    float: right;
}

.footer-search .input {
    width: 55%;
    background: transparent;
    margin: 0;
    border-radius: 2px 0 0 2px;
    float: left;
    border-right: 0;
}

.footer-search .btn {
    width: 45%;
    margin: 0;
    border-radius: 0 2px 2px 0;
    float: right;
    padding: 10px 15px;
    cursor: pointer;
}

.footer-socials img {
    max-width: 20px;
    max-height: 20px;
    margin-right: 8px;
    filter: grayscale(1) brightness(0.7);
}

.footer-socials img.ico_fb {
    max-width: 18px;
    max-height: 18px;
}

.footer-socials a:hover img {
    filter: grayscale(1) brightness(2);
}

.footer-bottom {
    padding: 37px 0 0;
    display: flex;
    justify-content: space-between;
}

.footer-bottom a.privacy:hover {
    color: #fff;
    border-color: #fff;
}

.prominado {
    width: 119px;
    height: 23px;
    background: url('/local/templates/nec/images/prominado.svg');
    border: none;
    overflow: hidden;
    color: transparent;
    text-indent: 150px;
    white-space: nowrap;
}

.footer-menu {
    padding: 80px 0 37px;
}

.footer-menu .title-h3 a {
    color: #fff;
    border-bottom: 0;
}

.footer-menu .services-list__item {
    width: 100%;
    margin: 0 0 30px;
}

.footer-menu__col {
    width: 25%;
    float: left;
    padding-right: 45px;
}

.footer-menu .services-list__item li {
    margin-bottom: 0;
}

.footer-menu li a {
    font-size: 15px;
    color: #9B9B9B;
    line-height: 27px;
}

.footer-menu .services-list__item-title {
    margin-bottom: 20px;
}

.breadcrumb {
    padding: 21px 0 28px;
}

.breadcrumb a {
    border-bottom: none;
    /*margin-right: 10px;*/
}

.breadcrumb__arrow {
    margin-right: 6px;
}

.services {
    /*background: #F8F8F8;*/
    padding-bottom: 50px;
}

.services__left {
    width: 22%;
    float: left;
    padding: 10px 20px 0 0;
}

.services .services-list__item {
    width: 100%;
    float: none;
    margin-bottom: 15px;
}

.services .services__left .title-h3 a {
    color: #000;
    border-bottom: 0;
    margin-bottom: 10px;
}

.services .services__left .title-h3 a:hover {
    color: #58B543;
}

.services__left ul {
    padding-left: 10px;
}

.services__left--facilities ul {
    padding-left: 0;
}

.services__left li {
    margin: 0;
    font-size: 15px;
    color: #9B9B9B;
    /*line-height: 27px;*/
    margin-bottom: 5px;
}

.services__left li a {
    line-height: 24px;
}

.services-right {
    width: 78%;
    float: right;
    padding: 10px 0 0 50px;
}

.services_var-list {
    margin-top: 30px;
}

.services_items {
    width: 90%;
    margin: 40px -1%;
    display: none;
}

.services_items.active {
    display: block;
}

.services_item {
    display: flex;
    align-items: center;
    width: 48%;
    margin: 0 5px 10px;
    padding: 10px 20px 10px 80px;
    background: 23px 50% no-repeat #FFFFFF;
    border-radius: 2px;
    border: 0;
    position: relative;
    min-height: 70px;
    float: left;
}

.services_item.no-after:after {
    display: none !important;
}

.services_item:after {
    content: ' ';
    display: block;
    height: 40px;
    width: 44px;
    background-size: 100%;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.services_item:hover {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.11);
    border: 0;
    color: inherit;
}

.services--1:after {
    background: url(/local/templates/nec/images/services--1.svg) no-repeat center;
}

.services--2:after {
    background: url(/local/templates/nec/images/services--2.svg) no-repeat center;
}

.services--3:after {
    background: url(/local/templates/nec/images/services--3.svg) no-repeat center;
}

.services--4:after {
    background: url(/local/templates/nec/images/services--4.svg) no-repeat center;
}

.services--5:after {
    background: url(/local/templates/nec/images/services--5.svg) no-repeat center;
}

.services--6:after {
    background: url(/local/templates/nec/images/services--6.svg) no-repeat center;
}

.services--7:after {
    background: url(/local/templates/nec/images/services--7.svg) no-repeat center;
}

.services--8:after {
    background: url(/local/templates/nec/images/services--8.svg) no-repeat center;
}

.services--9:after {
    background: url(/local/templates/nec/images/services--9.svg) no-repeat center;
}

.services--10:after {
    background: url(/local/templates/nec/images/services--10.svg) no-repeat center;
}

.services--11:after {
    background: url(/local/templates/nec/images/services--11.svg) no-repeat center;
}

.services--12:after {
    background: url(/local/templates/nec/images/services--12.svg) no-repeat center;
}

.services--13:after {
    background: url(/local/templates/nec/images/services--13.svg) no-repeat center;
}

.services--14:after {
    background: url(/local/templates/nec/images/services--14.svg) no-repeat center;
}

.services--15:after {
    background: url(/local/templates/nec/images/services--15.svg) no-repeat center;
}

.services--16:after {
    background: url(/local/templates/nec/images/services--16.svg) no-repeat center;
}

.services--17:after {
    background: url(/local/templates/nec/images/services--17.svg) no-repeat center;
}

.services__left .services-list__item-title a {
    font-size: 17px;
    line-height: 26px;
}

.services__left ul a.active,
.services__left .services-list__item-title.active a {
    color: #52A53F;
}

.waste-type-1:after {
    background: url(/local/templates/nec/images/waste-type-1.svg) no-repeat center;
}

.waste-type-2:after {
    background: url(/local/templates/nec/images/waste-type-2.svg) no-repeat center;
}

.waste-type-3:after {
    background: url(/local/templates/nec/images/waste-type-3.svg) no-repeat center;
}

.waste-type-4:after {
    background: url(/local/templates/nec/images/waste-type-4.svg) no-repeat center;
}

.waste-type-5:after {
    background: url(/local/templates/nec/images/waste-type-5.svg) no-repeat center;
}

.waste-type-6:after {
    background: url(/local/templates/nec/images/waste-type-6.svg) no-repeat center;
}

.waste-type-7:after {
    background: url(/local/templates/nec/images/waste-type-7.svg) no-repeat center;
}

.waste-type-8:after {
    background: url(/local/templates/nec/images/waste-type-8.svg) no-repeat center;
}

.waste-type-9:after {
    background: url(/local/templates/nec/images/waste-type-9.svg) no-repeat center;
}

.waste-type-10:after {
    background: url(/local/templates/nec/images/waste-type-10.svg) no-repeat center;
}

.waste-type-11:after {
    background: url(/local/templates/nec/images/waste-type-11.svg) no-repeat center;
}

.waste-type-12:after {
    background: url(/local/templates/nec/images/waste-type-12.svg) no-repeat center;
}

.waste-type-13:after {
    background: url(/local/templates/nec/images/waste-type-13.svg) no-repeat center;
}

.waste-type-14:after {
    background: url(/local/templates/nec/images/waste-type-14.svg) no-repeat center;
}

.waste-type-15:after {
    background: url(/local/templates/nec/images/waste-type-15.svg) no-repeat center;
}

.passport-system__items {
    width: 90%;
}

.passport-system__item {
    background: #FFFFFF;
    border-radius: 2px;
    padding: 30px 40px 38px;
    border-left: 4px solid #FF5653;
    margin-bottom: 20px;
}

.passport-system_left {
    width: 78%;
    float: left;
    padding-right: 40px;
}

.passport-system__right {
    width: 22%;
    float: right;
    padding-left: 20px;
}

.passport-system__right .btn {
    width: 100%;
}

.page-descr {
    margin-bottom: 80px;
}

.projects-clients {
    margin-bottom: 70px;
}

.projects-clients__item {
    display: inline-block;
    margin-right: 100px;
}

.projects-clients__item img {
    margin-bottom: 21px;
}

.clients-list__item {
    width: 100%;
    padding: 35px 40px 35px 340px;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
}

/*.clients-list__item:after{*/
/*content: ' ';*/
/*display: block;*/
/*width: 240px;*/
/*height: 65px;*/
/*position: absolute;*/
/*left: 40px;*/
/*top: 50%;*/
/*transform: translateY(-50%);*/
/*}*/
.clients-list {
    width: 90%;
}

/*.clients-list-1:after{*/
/*opacity: .2;*/
/*background: url(/local/templates/nec/images/clients-list-1.png) no-repeat center;*/
/*background-size: 100%;*/
/*}*/
/*.clients-list-2:after{*/
/*background: url(/local/templates/nec/images/clients-list-2.png) no-repeat center;*/
/*background-size: 100%;*/
/*}*/
/*.clients-list-3:after{*/
/*background: url(/local/templates/nec/images/clients-list-3.png) no-repeat center;*/
/*background-size: 100%;*/
/*}*/
/*.clients-list-4:after{*/
/*background: url(/local/templates/nec/images/clients-list-4.png) no-repeat center;*/
/*background-size: 100%;*/
/*}*/
/*.clients-list-5:after{*/
/*background: url(/local/templates/nec/images/clients-list-5.png) no-repeat center;*/
/*background-size: 100%;*/
/*}*/
.all-width {
    width: 100%;
    margin-top: 30px;
}

.services-v2 {
    /*background: #F8F8F8;*/
    padding: 0 0 70px;
}

.services-v2__items img {
    height: 100%;
    width: auto;
}

.services-v2 .services-list__item-title a,
.services-v2__items .commerce__min-box-title {
    border-bottom: 0;
    color: #000;
}

.with-shape {
    position: relative;
}

.with-shape:before {
    content: ' ';
    display: block;
    width: 20px;
    height: 14px;
    background: url(/local/templates/nec/images/shape-left.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: -25px;
    top: 5px;
}

.services-v2__items .commerce__min-box-title:hover {

}

.services-v2__items a {
    min-height: 375px;
}

.services-v2__right-content {
    width: 90%;
}

.services-v2 .services-list__item {
    width: 100%;
}

.services-v2__page-descr {
    margin-bottom: 30px;
}

.services-v2__form {
    width: 80%;
    margin-bottom: 50px;
}

.get-result {
    margin-top: 30px;
}

.share a {
    border-bottom: 0;
}

.services-detail .services-right {
    padding-right: 5%;
}

.services-detail__top-banner {
    margin: 0 0 40px -40px;
}

.services-detail__banner-info {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 1;
}

.services-detail__banner-top {
    background: url(/local/templates/nec/images/serv-detail-ban-bg.jpg) no-repeat top;
    background-size: cover;
    min-height: 356px;
    padding: 40px;
    position: relative;
}

.services-detail__banner-top:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.services-detail__banner-title, .services-detail__banner-top h1 {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 50px;
    margin-bottom: 18px;

    position: relative;
}

.services-detail__banner-price span {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 28px;
    line-height: 38px;
}

.services-detail__banner-btn {
    position: absolute;
    bottom: 40px;
    right: 25px;
}

.services-detail__banner-price {
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-family: "PT Sans", "Arial", sans-serif;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 26px;
    /*position: relative;*/
}

.services-detail__banner-bottom {
    padding: 20px 40px 7px;
    background: #fff;
}

.domain-list__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2%;
    color: #406CA0;
    border-bottom: none;
    width: 32%;
    margin-bottom: 20px;
}

.domain-list__item:nth-child(3n) {
    margin-right: 0;
}

.domain-list__item:hover {
    border: none;
    color: #374f7a;
}

.domain-list__item span {
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 53px);
    line-height: 20px;
}

.domain-list__item:hover span {
    color: #58B543;
}

.domain-list__item img {
    /*height: 34px;*/
    width: 34px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.domain-title {
    font-size: 15px;
    color: #9B9B9B;
    line-height: 24px;
    margin-bottom: 15px;
}

.waste-classification__items {
    vertical-align: top;
    columns: 2;
}

.waste-classification__item {
    padding: 10px 40px 40px 10px;
    display: inline-block;
}

.waste-classification__item-title {
    display: inline-block;
    border-radius: 100px;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
    margin-bottom: 10px;
    padding: 3px 10px;
}

.serv-text {
    margin: 20px 0 38px;
}

.blog__top-menu {
    margin-bottom: 40px;
}

.blog__top-menu a {
    text-transform: uppercase;
    font-size: 14px;
}

.blog__left {
    width: 65%;
    float: left;
    padding-bottom: 100px;
}

.blog__right {
    width: 35%;
    float: right;
    padding: 0 0 100px 40px;
}

.blog__item {
    border-radius: 2px;
    min-height: 205px;
    margin-bottom: 20px;
    display: block;
    border-bottom: 0;
    position: relative;
}

.blog__item span {
    display: block;
}

.blog__item:hover {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
    border-bottom: 0;
}

.blog__item-img {
    width: 26.5%;
    /*height: 100%;*/
    /*min-height: 205px;*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    /*float: left;*/
    background-size: cover;
}

.blog__item-img img {
    width: auto;
    height: 100%;
}

.blog__item-info {
    /*height: 100%;*/
    min-height: 205px;
    padding: 20px 30px 20px 25px;
    background: #FFFFFF;
}

.is-img .blog__item-info {
    width: 73.5%;
    float: right;
}

.blog__item-date {
    font-size: 15px;
    color: #9B9B9B;
    line-height: 24px;
    margin-bottom: 10px;
}

.blog__item-title {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 17px;
    color: #000000;
    line-height: 26px;
    margin-bottom: 10px;
}

.blog__item-preview {
    margin-bottom: 10px;
}

a:hover .blog__item-preview {
    color: #666666;
}

.blog__item-teg {
    font-size: 15px;
    color: #406CA0;
    line-height: 24px;
    border-bottom: none;
}

.blog__search {
    margin-bottom: 20px;
    position: relative;
}

.search__input {
    width: 85%;
    float: left;
    border-radius: 2px 0 0 2px;
}

.search__btn {
    width: 100%;
    /* float: right; */
    border-radius: 0 2px 2px 0;
    height: 46px;
    z-index: 4;
    cursor: pointer;
}

.search-btn-wrapper {
    position: absolute;
    right: 0;
    width: 56px;
}

.search-btn-wrapper:after {
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    background: url(/local/templates/nec/images/search.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 14px;
    right: 16px;
}

.blog__subscribe {
    background: #EEF2F4;
    border-radius: 2px;
    padding: 40px;
    margin-bottom: 20px;
}

.blog__subscribe-title {
    margin-bottom: 10px;
}

.blog__subscribe-text {
    margin-bottom: 20px;
}

.email-input {
    margin-bottom: 20px;
}

.blog__subscribe-btn {
    margin: 0;
    width: 100%;
    cursor: pointer;
}

.fancybox-close-small {
    display: none;
}

.fancybox-is-open .fancybox-bg {
    background: rgba(0, 0, 0, 0.7);
}

.fancybox-slide > div.blog__detail {
    position: absolute;
    /*right: 10px;*/
    /*top: 10px;*/
    width: 1015px;
    margin: 0;
    padding: 0;
    background: transparent;
    top: 0;
    right: 0;
    bottom: 0;
}

.blog__detail-box {
    width: 950px;
    background: #fff;
    padding: 40px 100px 0;
    margin: 0;
    float: right;
    /*height : 100%;*/
}

.blog-back {
    cursor: pointer;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 17px;
    color: #000000;
    line-height: 26px;
    margin-bottom: 10px;
}

.blog__detail-title {
    margin-bottom: 10px;
}

.blog__detail-top {
    margin-bottom: 30px;
}

.blog__detail-da {
    font-size: 15px;
    color: #9B9B9B;
    line-height: 24px;
}

.blog__detail-close {
    width: 35px;
    height: 35px;
    background: url(/local/templates/nec/images/close-white.svg) no-repeat center #000;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
}

.blog__detail-subscribe a {
    border-bottom: 0;
}

.blog__detail-subscribe {
    width: 50%;
    float: left;
}

.blog__detail-teg {
    width: 50%;
    float: right;
    text-align: right;
}

.blog__detail-teg a {
    color: #406CA0;
}

.blog__detail-content {
    margin-bottom: 50px;
    overflow: auto;
    /*max-height: calc(100vh - 330px);*/
}

.main-content .blog__detail-content {
    max-height: 100%;
}

.blog__detail-photoslider {
    margin-bottom: 40px;
}

.blog__detail-bottom {
    padding: 20px 100px;
    margin: 0 -100px;
    border-top: 1px solid #E4E4E4;
}

.blog__detail-topic {
    background: #F8F8F8;
    padding: 40px 100px 87px;
    margin: 0 -100px;
}

.blog__detail-topic-title {
    margin-bottom: 30px;
}

.contacts__map {
    position: absolute;
    /*height: 1030px;*/
    top: 130px;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateX(-80%);
    transition: all 0.6s;
    z-index: 1;
}

.contacts__map.active {
    transform: translateX(0);
}

.contacts__map-btn {
    width: 40px;
    height: 40px;
    background: url(/local/templates/nec/images/left-arrow-key-1.svg) no-repeat center #fff;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26);
}

.contacts__map-btn.active {
    transform: rotate(180deg);
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.26);
}

.contacts__content {
    padding: 0 100px 100px 300px;
}

.contacts__left {
    width: 50%;
    float: left;
    padding-right: 60px;
}

.contacts__right {
    width: 50%;
    float: right;
}

.bold {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 17px;
    color: #000000;
    line-height: 26px;
    margin-bottom: 10px;
}

.contacts .phone {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 28px;
    color: #000000;
    line-height: 38px;
}

.contacts__information-city {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 28px;
    color: #000000;
    line-height: 38px;
    margin-bottom: 20px;
}

.contacts__content span {
    display: block;
}

.contacts__general-information,
.contacts__information {
    padding: 40px 0;
}

.contacts__general-information {
    border-bottom: 1px solid #E4E4E4;
}

.contacts__left a.contacts__location {
    display: block;
    font-size: 17px;
    color: #406CA0;
    line-height: 26px;
    margin-top: 10px;
    border-bottom: 0;
    padding-left: 20px;
    position: relative;
    opacity: 0.89;
}

.contacts__left a.contacts__location:hover {
    border-bottom: 0;
    opacity: 1;
}

.contacts__left a.contacts__location:before {
    content: ' ';
    display: block;
    width: 15px;
    height: 15px;
    background: url(/local/templates/nec/images/location-arrow.svg) no-repeat center;
    position: absolute;
    top: 2px;
    left: 0;
}

.contacts__socials-title {
    margin-top: 20px;
}

.contacts__socials a {
    margin-right: 10px;
}

.contacts__socials img {
    max-height: 25px;
    max-width: 25px;
    display: inline-block;
}

.contacts__socials a:hover {
    filter: brightness(0);
}

.contacts__socials .ico_fb {
    max-width: 22px;
    max-height: 22px;
}

.socials_links a {
    text-decoration: none;
    border-bottom: none;
}

.production {
    background: #F8F8F8;
    position: relative;
}

.production .services-list__item {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.production .services-list__item-title a {
    color: #000;
    border-bottom: 0;
}

.production .services-list__item-title a.active,
.production .services-list__item-title a:hover {
    color: #52A53F;
}

.production .commerce__min-box-title {
    border-bottom: none;
}

.production .commerce__min-box-title:hover {
    color: #000;
}

.production .main-commerce__min-box {
    margin-bottom: 40px;
    /*min-height: 375px;*/
}

.capacity-photos {
    margin: 40px -1.5%;
}

.capacity-photo {
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    width: 47%;
    margin: 20px 1.5%;
}

.page__text {
    width: 90%;
    margin-bottom: 40px;
}

.blue-box {
    padding: 20px 25px;
    background: #67A6F0;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 40px;
}

.blue-box__img {
    width: 5%;
    float: left;
    margin-right: 10px;
}

.blue-box__text {
    width: 92%;
    float: right;
}

.recovery-waste__content {
    position: relative;
}

.fixed-block {
    width: 200px;
    position: absolute;
    top: 0;
    /*left: -300px;*/
    color: #666;
    top: 0;
    left: 0;
    transform: translateY(-50%);
}

.fixed-block a {
    color: #406CA0;
    border-bottom: 0;
}

.fixed-block__item {
    margin-bottom: 50px;
}

.fixed-block__item-img {
    margin-bottom: 20px;
    max-width: 50%;
}

.recovery-more {
    background: #E4E4E4;
}

.composition__items {
    margin: 0 -20px 40px;
}

.composition__item {
    display: inline-block;
    width: 44%;
    margin: 0 20px 40px;
    vertical-align: top;
}

.composition__item-img {
    margin-bottom: 20px;
}

.composition__item-title {
    margin-bottom: 10px;
}

.storage .main-commerce__min-box {
    min-height: 320px;
}

.storage .main-commerce__min-box:hover .commerce__min-box-title {
    color: #000;
}

.storage .production__utilization {
    margin-bottom: 40px;
}

.site-ico {
    margin: 0 -20px 40px;
}

.site-ico__item {
    display: inline-block;
    width: 158px;
    margin: 0 20px;
    vertical-align: top;
}

.site-ico__img {
    width: 30%;
    height: 60px;
    margin-bottom: 10px;
}

.site-ico__img img {
    margin-top: 50%;
    transform: translateY(-50%);
}

.error-page {
    padding: 100px 0;
}

.error-info {
    text-align: center;
    width: 469px;
    height: 326px;
    margin: 0 auto;
}

.error-info__title {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 40px;
    color: #000000;
    line-height: 50px;
    margin-bottom: 30px;
}

.error-info__img {
    margin-bottom: 40px;
    font-size: 17px;
    color: #4A4A4A;
    line-height: 26px;
}

.fancybox-slide > div.main-form {
    width: 100%;
    height: 100%;
    background: #1F2532;
    margin: 0;
    padding-top: 110px;
}

.main-form .data-fancybox-close {
    display: block;
}

.main-form .data-fancybox-close:after {
    background: #000;
    font-size: 32px;
}

.main-form__close {
    display: none;
}

.fancybox-is-open .main-form__close {
    display: block;
    width: 35px;
    height: 35px;
    background: url(/local/templates/nec/images/close-white.svg) no-repeat center #000;
    border-radius: 50%;
    position: absolute;
    right: 60px;
    top: 40px;
    cursor: pointer;
}

.fancybox-slide > div.form-end__box {
    width: 760px;
    /*height: 400px;*/
    position: relative;
    background: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    padding: 45px 100px 60px;
}

.form-end__box-img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    margin-left: 50%;
    transform: translateX(-50%);
}

/*.fancybox-slide > div.form-end__box:after{*/
/*content: ' ';*/
/*display: block;*/
/*width: 100px;*/
/*height: 100px;*/
/*background: url(/local/templates/nec/images/galochka_animated.svg) no-repeat center;*/
/*background-size: 100%;*/
/*position: absolute;*/
/*top: 45px;*/
/*left: 50%;*/
/*transform: translateX(-50%);*/
/*}*/
.form-end__box-title {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 28px;
    color: #000000;
    line-height: 38px;
    margin-bottom: 20px;
}

.form-end__box-text {
    font-size: 17px;
    color: #4A4A4A;
    line-height: 26px;
    margin-bottom: 30px;
}

.form-end__box-close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(/local/templates/nec/images/close.svg) no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

.form-end__box-btn {
    cursor: pointer;
}

.top-slider {
    min-height: 825px;
    position: relative;
    /*padding-top: 50px;*/
    overflow: hidden;
}

.slider {
    position: relative;
    min-height: 400px;
    max-width: 1460px;
    margin: 0 auto;
    white-space: nowrap;
}

.slide-info {
    white-space: normal;
    margin-top: -50px;
}

.slide-info__title {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    color: #000000;
    font-size: 17px;
    line-height: 26px;
    text-align: left;
    margin-top: -30px;
    max-width: 180px;
    display: inline-block;
    vertical-align: top;
    margin-left: 90px;
    border: none;
}

.owl-item.center .slide-info__title {
    font-size: 40px;
    line-height: 48px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.47);
    margin: 0;
    max-width: none;
    display: inline;
}

.slide-info__text {
    font-size: 17px;
    color: #4A4A4A;
    line-height: 26px;
    margin-top: 30px;
}

.owl-item.active.center .slide-info {
    padding-top: 115px;
    margin-top: 0;
    margin-right: 70px;
    margin-left: -70px;
    position: relative;
    z-index: 1;
}

.slide-info__text {
    display: none;
}

.owl-item.active.center .slide-info__text {
    display: block;
}

/*.slider-info__right,*/
/*.slider-info__left{*/
/*position: absolute;*/
/*font-family: "Montserrat-Bold", Arial, sans-serif;*/
/*font-size: 17px;*/
/*color: #000000;*/
/*line-height: 26px;*/
/*}*/
/*.slider-info__left{*/
/*top: 345px;*/
/*left: 50%;*/
/*transform: translateX(-580px);*/
/*}*/
/*.slider-info__right{*/
/*top: 410px;*/
/*right: 50%;*/
/*transform: translateX(490px);*/
/*}*/
.slider:before,
.slider:after {
    /*content: ' ';*/
    /*display: block;*/
    width: 130px;
    height: 90px;
    background: url(/local/templates/nec/images/green-square.png) no-repeat center;
    background-size: 100%;
    position: absolute;
}

.slider:before {
    top: 390px;
    left: 70px;
}

.slider:after {
    top: 440px;
    left: 1100px;
}


.main-content.to-top {
    margin-top: 60px;
}

.affiliate-top {
    position: relative;
}

.affiliate-top:before {
    content: ' ';
    display: block;
    width: 340px;
    height: 279px;
    background: url(/local/templates/nec/images/affiliate-top.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: -90px;
    left: 0;
}

.affiliate-top h1 {
    text-align: center;
}

.affiliate-top__items {
    margin: 0 -20px;
}

.affiliate-top__item {
    width: 31.3%;
    margin: 0 1% 30px;
    background: #fff;
    float: left;
    padding: 30px 24px 41px;
}

.affiliate-top__item-title {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 17px;
    color: #000000;
    line-height: 26px;
    margin-bottom: 15px;
}

.affiliate-top__text {
    text-align: center;
}

.affiliate-about {
    position: relative;
    background: #fAFAFA;
}

.affiliate-about:after {
    content: ' ';
    display: block;
    width: 389px;
    height: 479px;
    background: url(/local/templates/nec/images/affiliate-about.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: -90px;
    right: 0;
}

.affiliate-about__info {
    width: 770px;
    margin-left: 15%;
    position: relative;
    z-index: 1;
}

ul.disc {
    padding-left: 20px;
    list-style: disc;
}

ul.disc li {
    margin-bottom: 10px;
}

.affiliate-license {
    padding: 70px 0;
}

.affiliate-license__right {
    width: 45%;
    float: left;
    margin-right: 1%;
}

.affiliate-license__left {
    width: 50%;
    float: right;
}

.affiliate-license__title {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 40px;
    color: #000000;
    line-height: 50px;
}

.affiliate-license__items {
    margin: 0 -40px;
}

.affiliate-license__item {
    float: left;
    margin: 0 2% 20px;
    width: 29%;
}

.affiliate-services__title {
    margin-bottom: 40px;
}

.affiliate-services__info {
    width: 750px;
    margin-left: 15%;
}

.affiliate-services__items {
    margin: 0 -20px;
}

.affiliate-services__column {

}

.affiliate-services__item {
    position: relative;
    padding-top: 45px;
    width: 350px;
    margin: 0 15px 42px;
    float: left;
}

.affiliate-services__item:nth-last-child(1) {
    margin-bottom: 0;
}

.affiliate-services__item:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.affiliate-services-1:before {
    width: 36px;
    height: 49px;
    background: url(/local/templates/nec/images/af-serv-1.svg) no-repeat center;
    background-size: 100%;
}

.affiliate-services-2:before {
    width: 38px;
    height: 37px;
    background: url(/local/templates/nec/images/af-serv-2.svg) no-repeat center;
    background-size: 100%;
}

.affiliate-services-3:before {
    width: 49px;
    height: 30px;
    background: url(/local/templates/nec/images/af-serv-3.svg) no-repeat center;
    background-size: 100%;
}

.affiliate-services-4:before {
    width: 41px;
    height: 33px;
    background: url(/local/templates/nec/images/af-serv-4.svg) no-repeat center;
    background-size: 100%;
}

.affiliate-services-5:before {
    width: 44px;
    height: 32px;
    background: url(/local/templates/nec/images/af-serv-5.svg) no-repeat center;
    background-size: 100%;
}

.affiliate-services-6:before {
    width: 35px;
    height: 31px;
    background: url(/local/templates/nec/images/af-serv-6.svg) no-repeat center;
    background-size: 100%;
}

.affiliate-cooperation__info {
    width: 710px;
    margin-left: 15%;
}

.affiliate-cooperation__title-h3.mr-bot {
    margin-bottom: 70px;
}

.affiliate-cooperation__schemes {
    margin: 0 -20px 70px;
}

.affiliate-cooperation__scheme {
    width: 48%;
    height: 600px;
    float: left;
    margin: 0 1%;
}

.affiliate-cooperation__table {
    border-collapse: collapse;
    margin: 40px 0;
}

.affiliate-cooperation__table td {
    padding: 15px 30px;
    border-bottom: 1px solid #E4E4E4;
    background: #fff;
}

.affiliate-cooperation__table tr:first-child td {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 17px;
    color: #000000;
    line-height: 26px;
    background: #ECECEC;
    padding: 20px 12px 18px 30px;
}

.affiliate-cooperation__table tr:first-child td:first-child {
    border-right: 1px solid #F5F5F5;
    width: 50%;
}

.affiliate-cooperation__table tr:first-child td,
.affiliate-cooperation__table tr:last-child td {
    border-bottom: 1px solid transparent;
}

.affiliate-action__info {
    width: 800px;
    margin-left: 15%;
}

.affiliate-action__title {
    margin-bottom: 40px;
}

.affiliate-action__info ul:first-child {
    margin-bottom: 70px;
}

ul.decimal {
    padding-left: 20px;
    list-style: decimal;
}

ul.decimal li {
    margin-bottom: 10px;
}

.affiliate-contacts__info {
    margin-right: 15%;
}

.affiliate-contacts__title {
    margin-bottom: 40px;
}

.affiliate-contacts__item-city {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 28px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 38px;
}

.affiliate-contacts__item-info {
    width: 630px;
}

.affiliate-contacts__address {
    width: 295px;
    margin-right: 60px;
    float: left;
}

.affiliate-contacts__item-right {
    width: 216px;
    float: right;
}

.affiliate-contacts__mail,
.affiliate-contacts__phone {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 17px;
    color: #000000;
    line-height: 26px;
    border: none;
}

.af-map {
    width: 100%;
    height: 460px;
}

.fancybox-image-wrap {
    /*width: 460px !important;*/
    /*height: 676px !important;*/
    /*position: absolute !important;*/
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

@media screen and (max-width: 1280px) {
    .wrap {
        width: 100%;
        padding: 0 60px;
    }

    .main-commerce__min-box {
        /*width: 30%;*/
    }

    .projects-clients__item {
        margin-right: 4%;
    }

    .commerce__form .btn-add {
        /*padding: 10px 28px 10px 75px;*/
    }

    .btn-add:before {
        left: 45px;
    }
}

@media screen and (max-width: 1100px) {
    .top-menu__item {
        margin-right: 10px;
    }

    .commerce__personal {
        margin-bottom: 10px;
    }

    .header__top .header__right-info {
        width: 35%;
    }

    .personal {
        margin-right: 10px;
    }

    .min-box--left .main-commerce__min-box {
        float: left;
        margin: 0 10px 20px;
    }

    .main-commerce__min-box {
        /*width: 31%;*/
    }

    .owl-prev {
        left: -50px;
    }

    .owl-next {
        right: -50px;
    }

    .btn-add {
        padding: 10px 40px 10px 82px;
        margin-right: 10px;
    }

    .btn-add:before {
        left: 45px;
    }

    .passport-system__right {
        padding-left: 0;
    }

    .commerce_var-item {
        margin: 0 8px;
    }
}


/**/

[data-js-tab]:not(.active) {
    display: none;
}

.blog__item-title b {
    color: #66BD52;
}

.blog__items--search .blog__item-preview b {
    color: #66BD52;
}

.blog__items--search .blog__item {
    height: auto;
    min-height: 205px;
}

.blog__detail--static {
    /*margin-top : -80px;*/
    margin-top: 0;
}

.blog__detail--static .blog__detail-box {
    float: none;
    margin-bottom: 100px;
}

.blog__detail--static .blog__detail-topic {
    background-color: #FFFFFF;
}

.blog__detail--static .title-h2 {
    display: none;
}

.services-detail iframe {
    max-width: 100%;
    max-height: 470px;
}

.services-detail h2:last-child {
    margin-bottom: 23px;
}

.fixed-blocks {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.fixed-block {
    display: none;
}

.services__menu-inner {
    overflow-y: hidden;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.services__menu .services__menu-inner {
    padding-top: 20px;
    padding-bottom: 36px;
}

.services__menu.active.overscroll .services__menu-inner {
    overflow-y: auto;
}

header {
    position: relative;
    z-index: 5;
    background: #fff;
}

.services__menu.active.high {
    height: calc(100vh - 55px);
}

.slide {
    /*padding-bottom : 120px;*/
    /*padding-top : 30px;*/
    position: relative;
    width: 33.33%;
    width: calc(100% / 3);
    display: inline-block;
    opacity: 0;
}

.owl-item .slide {
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    width: auto;
    display: block;
    opacity: 1;
}

.slide__pic {
    cursor: pointer;
}

.owl-item .slide__pic {
    transition: all .3s;
}

[data-js-top-slider] .owl-item.active.center .slide .slide__pic, .slide:nth-child(2) .slide__pic {
    transform: scale(1.72) translate(-22px, 49px);
    cursor: default;
}

[data-js-top-slider] .owl-item.active.center + .owl-item.active .slide {
    transform: translateY(40px);
}

.top-slider:before {
    /*content: '';*/
    position: absolute;
    left: 50%;
    /*margin-left : -854px;*/
    margin-left: -794px;
    top: -56px;
    bottom: 420px;
    background-color: white;
    width: 240px;
    transform: rotate(36deg);
    z-index: 100;
}

.top-slider:after {
    /*content: '';*/
    position: absolute;
    top: 28px;
    right: 50%;
    margin-right: -848px;
    bottom: 330px;
    background-color: white;
    width: 240px;
    transform: rotate(31deg);
    z-index: 100;
}

[data-js-top-slider] .owl-item.active:not(.center) .slide:hover .slide__pic {
    transform: translateY(-10px);
}

[data-js-top-slider] .owl-item.active {
    z-index: 2;
}

[data-js-top-slider] .owl-item.active.center {
    z-index: 1;
}

.contacts__item + .contacts__item {
    margin-top: 20px;
}

/**/
.input .jq-selectbox__select-text.placeholder {
    color: #9a9b95;
}

.jq-selectbox__dropdown {
    background: #fff;
    border: 1px solid #66BD52;
    width: 100%;
    left: 0;
    /*margin-top: 11px;*/
    margin-top: 31px;
}

[data-js-styler] + .jq-selectbox__select + .jq-selectbox__dropdown {
    /*margin-top : 15px;*/
    margin-top: 2px;
}

.dark-form .jq-selectbox__dropdown {
    background: #1F2532;
    border: 1px solid #3B4862;
    width: 100%;
    left: 0;
    /*margin-top: 11px;*/
    margin-top: 31px;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(/local/templates/nec/images/arrow-green.svg) no-repeat center;
    background-size: 100%;
    top: 8px;
    right: 0;
    transition: transform 0.2s;
}

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

.fancybox-container.error .fancybox-slide > div,
.fancybox-container.extra .fancybox-slide > div {
    max-width: 500px;
}

.fancybox-container.extra .fancybox-slide > div {
    padding-top: 50px;
}

.fancybox-container.error .fancybox-close-small,
.fancybox-container.extra .fancybox-close-small {
    display: block;
}

.fancybox-container.error .fancybox-close-small:after,
.fancybox-container.extra .fancybox-close-small:after {
    content: '';
    width: 30px;
    height: 30px;
    background: url('/local/templates/nec/images/close-white.svg') no-repeat center #000;
    background-size: 54%;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    outline: none;
}

.checkbox-label {
    position: relative;
    display: block;
    margin: 4px 0 15px;
}

.checkbox-label--extra {
    margin-bottom: 4px;
}

.checkbox-label--no-margin {
    margin: 0;
}

.checkbox {
    /*display : none;*/
    border-radius: inherit;
    -webkit-appearance: checkbox;
    position: absolute;
    top: 1px;
    left: 4px;
    opacity: 0;
}

.checkmark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /* Rectangle 6: */
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    /* border-radius: 8px; */
    width: 25px;
    height: 25px;
}

.checkmark:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 18px;
    top: 2px;
    left: 3px;
    background: 50% url('/local/templates/nec/images/checked.svg') no-repeat;
    background-size: contain;
    opacity: 0;
}

.checkbox:checked + .checkmark:before {
    opacity: 1;
}

.checkbox ~ span {
    cursor: pointer;
}

.checkbox ~ span:not(.checkmark) {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: 1px;
    max-width: calc(100% - 40px);
}

.input.hidden {
    display: none;
}

.search-selected__code {
    width: 1%;
    padding-right: 30px;
    white-space: nowrap;
}

.search-selected__name {
    width: 100%;
    padding-right: 30px;
}

.header__bottom-stub {
    display: none;
}

.header__bottom.header--tiny + .header__bottom-stub {
    display: block;
    background-color: #fff;
    height: 56px;
}

.capacity-detail-body {
    margin-bottom: 60px
}

.services__left--facilities .services-list__item-title.with-shape {
    padding-left: 25px;
}

.services__left--facilities .services-list__item-title.with-shape:before {
    left: 0;
}

.services__menu.active.overscroll {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.fancybox-container.fancybox-is-closing .fancybox-inner {
    opacity: 0;
}

.about {
    padding: 9px 0 76px;
}

.about-top__text {
    width: 52%;
    float: left;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 60px;
}

.about-top__img {
    width: 45%;
    float: right;
}

.about-top__img img {
    margin-top: -104px;
    margin-left: 45px;
}

.about-mid__title {
    margin-bottom: 40px;
}

.about-mid__info {
    max-width: 863px;
    margin-bottom: 74px;
}

.about-mid__info-title {
    margin-bottom: 40px;
}

.about-mid__info-text {
    font-size: 17px;
    line-height: 26px;
}

.about-mid__img {
    margin-bottom: 88px;
}

.about-mid__img img {
    width: 100%;
}

.fancybox-slide > div.login {
    width: 600px;
    border-radius: 5px;
    padding: 50px 100px;
    position: relative;
}

.login .title-h2 {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 30px;
    margin-bottom: 30px;
}

.close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.close:before,
.close:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    background: #52A53F;
    position: absolute;
    top: 12px;
    left: 0;
}

.close:hover:before,
.close:hover:after {
    background: #666666;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.login__link {
    display: inline-block;
    vertical-align: bottom;
    color: #52A53F;
    border: none;
    margin-bottom: 30px;
    line-height: 26px;
    padding: 0;
}

.login-pass__link:hover,
.login__link:hover {
    color: #666666;
    border: none;
}

.input-holder {
    position: relative;
}

.input-holder .input {
    padding-left: 56px;
}

.input-pass:before,
.input-inn:before {
    content: ' ';
    display: block;
    width: 16px;
    height: 16px;
    background: url(/local/templates/nec/images/login.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 16px;
    left: 20px;
}

.input-pass {
    margin-bottom: 23px;
}

.input-pass .input {
    padding-right: 170px;
}

.input-pass:before {
    background: url(/local/templates/nec/images/key.svg) no-repeat center;
    background-size: 100%;
}

.login-pass__link {
    display: block;
    position: absolute;
    top: 16px;
    right: 20px;
    color: #52A53F;
    line-height: 15px;
    border: none;
}

.login .btn {
    min-width: 224px;
    margin-bottom: 20px;
}

.lk-left {
    width: 17%;
    float: left;
}

.lk-right {
    position: relative;
    width: 82.7%;
    float: right;
    min-height: 200px;
}

.lk-menu {
    padding: 0;
    margin: 0 0 33px;
    list-style: none;
}

.lk-menu li {
    display: block;
    margin: 0;
}

.lk-menu__item {
    display: block;
    border-bottom: 0;
    padding-left: 6px;
    border-left: 4px solid transparent;
    color: #4A4A4A;
    font-family: 'Montserrat-Bold', 'Arial', sans-serif;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 14px;
    transition: all .3s;
}

.lk-menu__item:hover,
.lk-menu__item.active {
    color: #000000;
    border-bottom: 0;
    border-color: #52A53F;
}

.lk-box {
    background: #fff;
    border-radius: 5px;
    padding: 49px 60px 54px;
    margin-bottom: 40px;
}

.lk-data__left {
    width: 39.5%;
    float: left;
}

.lk-data__right {
    width: 49%;
    float: right;
}

.data-box {
    margin-bottom: 10px;
    position: relative;
}

.data-box:nth-child(2) {
    margin-bottom: 20px;
}

.data-box span:first-child {
    display: block;
    font-size: 17px;
    color: #4A4A4A;
    line-height: 26px;
}

.data-box span:nth-child(2) {
    display: block;
    font-family: 'Montserrat-Bold', 'Arial', sans-serif;
    font-size: 28px;
    color: #000000;
    line-height: 38px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.data-box .input {
    display: none;
    max-width: 225px;
    margin-top: 10px;
}

.data-box.active .input {
    display: block;
}

.data-box.active span:nth-child(2) {
    display: none;
}

.data-name {
    font-size: 17px;
    color: #4A4A4A;
    line-height: 26px;
    margin-bottom: 9px;
}

.data-name a {
    color: #52A53F;
    border-bottom: 2px dashed #52A53F;
    padding: 0;
    margin-left: 5px;
}

.data-name a:hover {
    border-color: #666;
    color: #666;
}

.data-mid {
    margin-bottom: 53px;
}

.data-avatar {
    width: 110px;
    height: 110px;
    border-radius: 110px;
    margin-right: 5%;
    float: left;
    background: url(/local/templates/nec/images/ava.png) no-repeat center;
    background-size: 100%;
    overflow: hidden;
}

.data-avatar img {
    width: 100%;
}

.data-mail {
    display: inline-block;
    margin: 34px 0 5px;
}

.data-mail a {
    border: none;
    font-family: 'Montserrat-Bold', 'Arial', sans-serif;
    color: #66BD52;
    margin-left: 3px;
}

.data-phone {
    font-family: 'Montserrat-Bold', 'Arial', sans-serif;
    color: #000000;
    border: none;
}

.data-phone,
.data-mail a:hover {
    border: none;
}

.lk-data__right .btn {
    margin-bottom: 30px;
}

.link {
    display: block;
    color: #52A53F;
    border: 0;
    padding: 0;
    margin-bottom: 9px;
}

.link:last-child {
    margin-bottom: 0;
}

.link:hover {
    border: none;
}

.lk-line--j {
    text-align: justify;
}

.lk-line:after {
    content: '';
    width: 100%;
    height: 0;
    display: inline-block;
}

.lk-line div {
    display: inline-block;
    vertical-align: top;
    /*margin-left: 10px;*/
}

.application-address {
    font-size: 17px;
    line-height: 26px;
}

.application-address span,
.application-number {
    font-family: 'Montserrat-Bold', 'Arial', sans-serif;
    font-size: 17px;
    color: #000000;
    line-height: 26px;
    margin-left: 5px;
}

span.data-box__status {
    max-width: 240px;
}

span.data-box__status.gray {
    color: #9B9B9B;
}

span.data-box__status.green {
    color: #66BD52;
}

span.data-box__status.red {
    color: #F34747;
}

.application .lk-box {
    margin-bottom: 5px;
}

.application .report {
    padding: 8px;
    text-align: center;
    margin-bottom: 40px;
    cursor: pointer;
}

.report a {
    font-family: 'Montserrat-Bold', 'Arial', sans-serif;
    color: #000000;
    text-transform: uppercase;
    border: none;
}

.report:hover a,
.report a:hover {
    border: none;
    color: #52A53F;
}

.all-time__title,
.all-time__date {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 20px;
    padding: 0;
    margin-right: 10px;
}

.all-time .lk-box {
    padding: 40px 58px 0;
}

.data-box__change {
    display: inline-block;
    margin-left: 10px;
    color: #52A53F;
    border: none;
    position: absolute;
    top: 0;
    min-width: 170px;
}

.data-box__change:hover {
    color: #666;
    border: none;
}

.change-pass {
    display: none;
    margin-top: 50px;
}

.change-pass .data-box .input {
    margin: 0;
}

.change-pass .btn {
    /*background: #BABABA;*/
    border-color: #BABABA;
    padding: 10px 62px;
}

.change-pass .btn:hover {
    background: #52A53F;
    border-color: #52A53F;
}

.application-more {
    display: none;
    margin: 0 0 40px;
}

.application-more.active {
    display: block;
}

.history-top {
    text-align: justify;
    height: 70px;
}

.history-top:after {
    /*content: ' ';*/
    /*display: inline-block;*/
    /*width: 100%;*/
    /*height: 0;*/
}

.history-top .application__count {
    /*display: inline-block;*/
    float: left;
}

.history-sort {
    float: right;
    /*display        : inline-block;*/
    vertical-align: top;
    width: 300px;
}

.application-history__sort {
    width: 225px;
    position: relative;
}

.commerce-input__bg .commerce__extra-inputs {
    display: none;
}

.commerce-input__bg .input-code {
    margin-bottom: 16px;
}

.commerce-input__bg:after {
    display: none;
}

.commerce-input__bg.full .commerce__extra-inputs {
    display: block;
}

.commerce-input__bg.full:after {
    display: block;
}

.commerce-input__bg.full .input-code {
    margin-bottom: 30px;
}

.services-v2 .min-box--left .main-commerce__min-box {
    /*width : 262px;*/
    padding: 45px 30px 30px;
    /*min-height: 428px;*/
    margin-bottom: 40px;
}

.services-v2__items.min-box--left {
    margin-bottom: -40px;
}

.services-v2 .min-box--left .commerce__min-box-img {
    display: block;
    vertical-align: top;
    width: auto;
    margin-bottom: 16px;
}

.commerce__min-box-descr {
    margin-top: 10px;
    display: block;
}

.input-inn--no-icon:before {
    display: none;
}

.footer-menu .services-list__item li a {
    display: block;
    line-height: 21px;
}

.footer-menu .services-list__item li a:hover {
    color: #fff;
}

.footer-menu .services-list__item li {
    margin-bottom: 7px;
}

.services-list__column {
    overflow: hidden;
    float: left;
    width: 30%;
    margin-right: 3%;
}

.services-list__item {
    width: auto;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.clients-list__logo {
    width: 240px;
    height: 100%;
    position: absolute;
    left: 40px;
    top: 0;
    background: 50% no-repeat;
    background-size: 100%;
}


.application {
    /*padding-top: 30px;*/
}

.application-info {
    padding-bottom: 60px;
}

.application-left {
    width: 50%;
    float: left;
}

.application-right {
    width: 50%;
    float: right;
}

.application-right__top {
    margin-bottom: 40px;
}

.application-left div,
.application-right__top div {
    margin-bottom: 5px;
    font-size: 17px;
    color: #4A4A4A;
}

.application-left div span,
.application-right__top div span {
    font-family: 'Montserrat-Bold', 'Arial', sans-serif;
    font-size: 14px;
    color: #000000;
}

.application__manager a {
    color: #52A53F;
    border-bottom: 1px dashed #52A53F;
}

.application-rate {
    padding: 30px 0;
    position: relative;
}

.application-rate__top {
    margin-bottom: 30px;
}

.application-rate__title {
    margin-bottom: 15px;
}

.application-rate__text {
    font-size: 17px;
    color: #4A4A4A;
}

.application-rate__text span {
    font-family: 'Montserrat-Bold', 'Arial', sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 26px;
}

.stars {
    margin-bottom: 20px;
}

.star {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 21px;
    height: 21px;
    background: url(/local/templates/nec/images/star-g.svg) no-repeat center;
    background-size: 100%;
    cursor: pointer;
    transition: all .3s;
}

.star-f,
.star-y {
    background: url(/local/templates/nec/images/star-y.svg) no-repeat center;
    background-size: 100%;
}

.application-rate__choice {
    position: absolute;
    top: 120px;
    right: 0;
    padding-bottom: 6px;
    border-bottom: 2px solid #E4E4E4;
}

.application-rate__choice:after {
    content: ' ';
    display: block;
    width: 32%;
    height: 4px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #52A53F;
    transition: all .5s;
}

.application-rate__choice a {
    font-family: 'Montserrat-Bold', 'Arial', sans-serif;
    font-size: 17px;
    color: #000000;
    line-height: 26px;
    display: inline-block;
    margin-left: 47px;
    border-bottom: 0;
    padding: 0;
}

.application-rate__choice a:first-child {
    margin-left: 0;
}

.application-rate__choice.to-right:after {
    transform: translateX(75px);
    transition: all .5s;
}

.acceptance-foto {
    margin-top: 40px;
}

.acceptance-foto__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
}

.acceptance-foto__item.is-2 {
    width: 40%;
}

.acceptance-foto__item.is-3 {
    width: 31%;
}

.acceptance-foto__item.is-3:nth-child(3n+3) {
    margin-right: 0;
}

.acceptance-foto__item-img {
    width: 100%;
    height: 240px;
    margin-bottom: 15px;
    border-radius: 5px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 0 center;
}

.acceptance-foto__item-title {
    font-size: 17px;
    color: #4A4A4A;
}

.photo-report {
    padding: 50px 0;
}

.photo-report__title {
    margin-bottom: 30px;
}

.video-report__title {
    margin-bottom: 10px;
}

.application-rate__col {
    margin-bottom: 30px;
}

.application-rate__row {
    display: inline-block;
    vertical-align: top;
    margin-right: 180px;
    font-size: 17px;
    color: #4A4A4A;
}

.new-application__box span,
.application-rate__row span {
    font-family: 'Montserrat-Bold', 'Arial', sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 26px;
}

.application-rate__row a {
    color: #52A53F;
    border-bottom: 1px dashed #52A53F;
}

.application-documents .application-rate__choice {
    top: 0;
}

.application-documents .application-rate__choice:after {
    width: 50%;
}

.application-documents .application-rate__choice.to-right:after {
    transform: translateX(100%);
}

.application-bottom {
    padding: 50px 0;
    border-top: 2px solid #D8D8D8;
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    margin-top: 35px;
}

.new-application__box a,
.application-bottom a {
    display: inline-block;
    color: #52A53F;
    border-bottom: none;
}

.new-application__box a.link {
    color: #52A53F;
    border-bottom: 1px dashed #52A53F;
}

.new-application__left {
    width: 65.5%;
    float: left;
}

.new-application__right {
    width: 26.5%;
    float: right;
}

.new-application__text {
    margin-bottom: 50px;
}

.new-application__form {
    padding-bottom: 60px;
}

.new-application__form button {
    background: #BABABA;
    border-color: #BABABA;
    transition: all .3s;
}

.new-application__form button:hover {
    background: #52A53F;
    border-color: #52A53F;
}

.input-hold.is-2 {
    display: inline-block;
    vertical-align: top;
    margin-right: 2.2%;
}

.input-hold.is-2:nth-child(2n+2) {
    margin-right: 0;
}

.input-time {
    display: inline-block;
    margin-right: 2.2%;
}

.input-time:last-child {
    margin-right: 0;
}

.input-time .input {
    display: inline-block;
    vertical-align: middle;
    width: 82%;
}

.input-time span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3%;
    margin-bottom: 15px;
}

.drop-file {
    max-width: 510px;
    margin: 37px 0;
}

.drop-file__left {
    width: 40%;
    float: left;
    height: 142px;
    position: relative;
}

.drop-file__left .btn {
    padding: 9px 58px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.drop-file__right {
    width: 60%;
    float: right;
    border-radius: 5px;
    border: 3px dashed #52A53F;
    text-align: center;
    padding: 76px 28px 12px;
    position: relative;
}

.drop-file__right:after {
    content: ' ';
    display: block;
    width: 50px;
    height: 51px;
    background: url(/local/templates/nec/images/drop-ico.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.new-application__right-info {
    max-width: 212px;
}

.new-application__right .title-h2 {
    margin-bottom: 21px;
}

.new-application__right .link {
    margin-bottom: 19px;
}

.capacity .main-commerce__min-box {
    width: calc((100% - 80px) / 3) !important;
}

.capacity .commerce__min-box-img {
    display: block;
    width: 100%;
    margin: 0;
    min-height: 0;
    height: auto;
    transform: none;
}

.capacity .main-commerce__min-box-info {
    padding: 20px 25px;
}

.capacity .main-commerce__min-box {
    min-height: 0;
}

.capacity .commerce__min-box-title.title-h3 {
    margin-bottom: 0;
}

.form-error {
    color: red;
}

.auth-container {
    max-width: 500px;
    padding-bottom: 50px;
}

.auth-container .input-pass {
    height: 48px;
    overflow: hidden;
}

.auth-container .login__link {
    margin-left: 20px;
}

.lk,
.history {
    position: relative;
    padding-bottom: 50px;
}

.order-list,
.order-detail {
    display: none;
}

.order-list.active,
.order-detail.active {
    display: block;
}

.loader,
.local-loader {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: 100% 0 url('/local/templates/nec/images/loader-nec.gif') no-repeat rgba(0, 0, 0, .2);
    z-index: 300;
    background-size: 59px;
}

.local-loader {
    position: absolute;
    background-color: #f8f8f8;
}

.btn-loader {
    position: relative;
}

.btn-loader:after {
    content: '';
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: 50% url('/local/templates/nec/images/loader-nec.gif') no-repeat #79D564;
    z-index: 300;
    background-size: 37px;
}

.btn-loader-active:after {
    opacity: 1;
}

.loader.active,
.local-loader.active {
    display: block;
}

.order-detail-inner {
    display: none;
}

.application .data-mail {
    margin-top: 0;
}

.application .data-avatar + .data-mail {
    margin-top: 34px;
}

.link--black {
    color: #000000;
}

.input.jq-selectbox {
    cursor: pointer;
}

.application-number,
.application-date {
    vertical-align: baseline !important;
}

.jq-selectbox.input {
    padding: 0;
}

.jq-selectbox__select {
    padding: 10px 15px;
}

.jq-selectbox__trigger-arrow {
    top: 18px;
    right: 15px;
}

.fancybox-container.error .fancybox-slide > div {
    padding: 30px;
}

.main-middle-banners--main .commerce__min-box-img {
    height: auto;
    min-height: 126px;
}

@media screen and (min-width: 1340px) {
    .top-slider:before {
        margin-left: -824px;
    }
}

@media screen and (min-width: 1400px) {
    .top-slider:before {
        margin-left: -850px;
    }
}

@media screen and (min-width: 1450px) {
    .top-slider:before {
        margin-left: -880px;
    }
}


@media screen and (max-width: 1280px) {
    .wrap {
        width: 100%;
        padding: 0 60px;
    }

    .main-commerce__min-box {
        /*width: 30%;*/
    }

    .projects-clients__item {
        margin-right: 4%;
    }

    .commerce__form .btn-add {
        /*padding: 10px 28px 10px 75px;*/
    }

    .btn-add:before {
        left: 45px;
    }

    .application-rate__choice {
        right: 60px;
    }
}

@media screen and (max-width: 1100px) {
    .top-menu__item {
        margin-right: 10px;
    }

    .commerce__personal {
        margin-bottom: 10px;
    }

    .header__top .header__right-info {
        width: 35%;
    }

    .personal {
        margin-right: 10px;
    }

    .min-box--left .main-commerce__min-box {
        float: left;
        margin: 0 10px 20px;
    }

    .main-commerce__min-box {
        /*width: 31%;*/
    }

    .owl-prev {
        left: -50px;
    }

    .owl-next {
        right: -50px;
    }

    .btn-add {
        padding: 10px 40px 10px 82px;
        margin-right: 10px;
    }

    .btn-add:before {
        left: 45px;
    }

    .passport-system__right {
        padding-left: 0;
    }

    .commerce_var-item {
        margin: 0 8px;
    }
}

.eco-tax .services-right li {
    margin: 0 0 10px 0;
    position: relative;
}

.eco-tax .services-right li .checklist-with-helper {
    border-bottom: dashed 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.eco-tax .services-right li .checklist-with-helper:hover {
    color: #000;
}

.eco-tax .services-right li .checklist-helper {
    /*position: absolute;*/
    /*top: 100%;*/
    /*left: 0;*/
    /*padding: 10px;*/
    /*box-shadow: 0 0 20px rgba(0,0,0,0.15);*/
    /*background: #fff;*/
    color: #999;
    z-index: 2;
    /*max-width: 500px;*/
    display: none;
}

.eco-tax .services-right li:hover .checklist-helper {
    /*display: block;*/
}

.eco-tax .services-right li h3 {
    margin: 0 0 5px 0;
}

.eco-tax .services-right li p {
    margin: 0;
}

.eco-tax-checklist {
    background: #fff;
    padding: 20px 30px;
    /*float: right;*/
    z-index: 20;
    position: relative;
    /*width: 40%;*/
    /*min-width: 400px;*/
    margin: 30px 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.eco-tax-checklist h2 {
    /*color: #F8F8F8;*/
    /*background: #66BD52;*/
    /*margin: -20px -30px 0 -30px;*/
    /*padding: 10px 30px;*/
}

.eco-tax-checklist li span {
    /*display: block;*/
    /*color: #999;*/
}

.main-public {
    margin: 60px 0;
}


.buy .services-right {
    padding: 0;
    width: 77.7%;
}

.buy .title-h2 {
    margin-bottom: 22px;
}

.buy p {
    font-size: 17px;
    line-height: 26px;
    color: #4A4A4A;
}

.cols {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 40px 0 66px;
}

.cols--2 {
    margin-bottom: 40px;
}

.col-img {
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    width: 50px;
    height: 42px;
    margin-bottom: 20px;
}

.col-title {
    font-family: "Montserrat", "Arial", "sans-serif";
    font-weight: bold;
    color: #000;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 5px;
}

.col-text {
    font-size: 17px;
    line-height: 26px;
}

.col--4 {
    width: 25%;
    padding-right: 6%;
}

.col--2,
.col--3 {
    width: 32%;
    background-color: #ffffff;
    padding: 26px 30px 30px;
    margin-right: 1.8%;
    display: flex;
    justify-content: flex-start;
}

.col--3:last-child {
    margin-right: 0;
}

.col--3 .col-img {
    width: 26px;
    margin: 0 19px 0 0;
    background-position: top;
}

.col--3:nth-child(3) .col-img,
.col--3:nth-child(2) .col-img {
    width: 42px;
}

.col--2 {
    width: 48%;
    display: block;
    padding: 26px 30px 19px;
}

.col--2 .title-h3 {
    margin-bottom: 20px;
}

.col--2 .col-img {
    width: auto;
    margin: 0 0 10px 0;
}

.col--2 .col-text {
    margin-bottom: 16px;
}

.col-price {
    font-family: "Montserrat", "Arial", "sans-serif";
    font-weight: 700;
    font-size: 17px;
    color: #000000;
    line-height: 26px;
}

.map {
    background: #dedede;
    min-height: 400px;
}

.buy__bottom {
    margin: 70px 0 50px;
}

.buy__bottom .descr {
    font-size: 17px;
}

.buy__bottom .contacts__left,
.buy__bottom .contacts__right {
    width: 49%;
    float: left;
}

.buy__bottom .phone {
    display: block;
    font-family: "Montserrat", "Arial", "sans-serif";
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    line-height: 38px;
    margin-bottom: 5px;
}

.buy__bottom .address {
    display: block;
    font-size: 17px;
    line-height: 26px;
    margin-top: 18px;
}

.buy__bottom .title-h3 {
    display: block;
}

.buy__mid-img {
    display: block;
    margin: 40px 0 22px;
}

.buy__mid-img span {
    display: inline-block;
    vertical-align: top;
    font-family: "Montserrat", "Arial", "sans-serif";
    font-weight: 800;
    font-size: 7vw;
    line-height: 1em;
    color: #58B543;
    letter-spacing: 0;
    margin-right: 2vw;
}

.buy__mid-img span:nth-child(1),
.buy__mid-img span:nth-child(2) {
    background: linear-gradient(30deg, #58B543 33%, #2C90D5 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.buy__mid-img span:nth-child(2) {
    font-size: 12vw;
    line-height: 1em;
    margin-right: 2vw;
}

.buy__mid-img span:nth-child(3) {
    font-weight: bold;
    font-size: 2.3vw;
    color: #000000;
    line-height: 1.3em;
    margin-right: 0;
    padding: 1vw 0;
}

.timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto 100px;
}

.timeline:before {
    width: 1px;
    position: absolute;
    top: 10px;
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    background: #4A4A4A;
}

.timeline-item {
    position: relative;
    padding: 0 10px 0 205px;
    width: 50%;
    margin: 0 0 20px 0;
}

.timeline-item:nth-child(even) {
    padding: 0 205px 0 10px;
    margin-left: 50%;
    text-align: right;
}

.timeline-year {
    font-family: "Montserrat", "Arial", "sans-serif";
    font-weight: 800;
    font-size: 30px;
    color: #73C44D;
    letter-spacing: 0;
    margin: 0 0 10px 0;
}

.timeline-desc {
    font-size: 17px;
    color: #4A4A4A;
    line-height: 20px;
}

.timeline-item:before {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    background: #73C44D;
    top: 10px;
    right: 0;
    width: 100px;
}

.timeline-item:after {
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #73C44D;
    right: -9px;
    top: 3px;
}

.timeline-pic {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat url('/local/templates/nec/images/timeline/timeline-2005.png');
    background-size: contain;
    width: 169px;
    height: 156px;
}

.timeline-pic--2008 {
    background-image: url('/local/templates/nec/images/timeline/timeline-2008.png');
    width: 152px;
    height: 169px;
}

.timeline-pic--2010 {
    background-image: url('/local/templates/nec/images/timeline/timeline-2010.png');
    width: 171px;
    height: 156px
}

.timeline-pic--2012 {
    background-image: url('/local/templates/nec/images/timeline/timeline-2012.png');
    width: 169px;
    height: 156px;
}

.timeline-pic--2014 {
    background-image: url('/local/templates/nec/images/timeline/timeline-2014.png');
    width: 169px;
    height: 156px;
}

.timeline-pic--2016 {
    background-image: url('/local/templates/nec/images/timeline/timeline-2016.png');
    width: 169px;
    height: 156px;
}

.timeline-pic--2018 {
    background-image: url('/local/templates/nec/images/timeline/timeline-2018.png');
    width: 160px;
    height: 177px;
}

.timeline-pic--2019 {
    background-image: url('/local/templates/nec/images/timeline/timeline-2019.png');
    width: 169px;
    height: 156px;
}

.timeline-pic--2021 {
    background-image: url('/local/templates/nec/images/timeline/timeline-2021.png');
    width: 169px;
    height: 156px;
}

.timeline-pic--2022 {
    background-image: url('/local/templates/nec/images/timeline/timeline-2022.png');
    width: 169px;
    height: 156px;
}

.timeline-pic--2023 {
    background-image: url('/local/templates/nec/images/timeline/timeline-2023.png');
    width: 169px;
    height: 156px;
}

.timeline-pic--2024 {
    background-image: url('/local/templates/nec/images/timeline/timeline-2024.png');
    width: 169px;
    height: 156px;
}

.timeline-pic--2025 {
    background-image: url('/local/templates/nec/images/timeline/timeline-2025.png');
    width: 169px;
    height: 156px;
}

.timeline-item:nth-child(even):before {
    right: auto;
    left: 0;
}

.timeline-item:nth-child(even):after {
    right: auto;
    left: -8px;
}

.timeline-item:nth-child(even) .timeline-pic {
    left: auto;
    right: 0;
}

.oils-item {
    background: white;
    margin: 0 0 50px 0;
}

.oils-header {
    padding: 30px 30px 0 30px;
}

.oils-body {
    padding: 30px 50% 30px 30px;
    background: no-repeat right bottom;
    background-size: 45% auto;
}

.oils-item--separator .oils-body {
    background-image: url('/local/templates/nec/images/capacity/separator.png');
}

.oils-item--decanter .oils-body {
    background-image: url('/local/templates/nec/images/capacity/decanter.png');
}

.oils-item--uog-15 .oils-body {
    background-image: url('/local/templates/nec/images/capacity/uog-15.png');
}

.oils-item--flotator .oils-body {
    background-image: url('/local/templates/nec/images/capacity/flotator.png');
}

.oils-bottom {
    background: #333;
    color: #fff;
    padding: 30px 0 0 30px;
}

.oils-item--separator .oils-bottom {
    background: #286AA6;
}

.oils-item--decanter .oils-bottom {
    background: #E36735;
}

.oils-item--uog-15 .oils-bottom {
    background: #249ECD;
}

.oils-item--flotator .oils-bottom {
    background: #9E9F9E;
}

.oils-waste {
    display: inline-block;
    vertical-align: top;
    max-width: 50%;
    padding: 0 30px 30px 0;
}

.oils-waste--big {
    max-width: none;
    width: 100%;
}

.oils-photo {
    width: 100%;
    padding-top: 33%;
    background: no-repeat center center;
    background-size: cover;
}

.oils-item--separator .oils-photo {
    background-image: url('/local/templates/nec/images/capacity/separator-photo.jpg');
}

.oils-item--decanter .oils-photo {
    background-image: url('/local/templates/nec/images/capacity/decanter-photo.jpg');
}

.oils-item--uog-15 .oils-photo {
    background-image: url('/local/templates/nec/images/capacity/uog-15-photo.jpg');
}

.oils-item--flotator .oils-photo {
    background-image: url('/local/templates/nec/images/capacity/flotator-photo.jpg');
}

/* End */
/* /local/templates/nec/animate.css?168379422980131 */
/* /local/templates/nec/js/owl.carousel.css?16837942304028 */
/* /local/templates/nec/js/fancybox/jquery.fancybox.css?168379423017871 */
/* /local/libs/jQueryFormStyler-master/dist/jquery.formstyler.css?16837942302175 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1685150384675 */
/* /local/templates/nec/styles.css?16880316161419 */
/* /local/templates/nec/template_styles.css?178154534194014 */
