@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.mfp-arrow,
.slick-slider {
    -webkit-tap-highlight-color: transparent
}

form input,
form textarea,
input,
textarea {
    -webkit-appearance: none
}

.b-bottom_menu_list .b-bottom_menu__item a.active,
.b-pre_header__item.no_underline,
.slick-slide.dragging img {
    pointer-events: none
}

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

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

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

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -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 {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -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 {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

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

@-webkit-keyframes pulse {

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

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        box-shadow: 0 0 0 20px rgba(217, 44, 39, 0)
    }
}

@keyframes pulse {

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

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        box-shadow: 0 0 0 20px rgba(217, 44, 39, 0)
    }
}

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

@-webkit-keyframes rubberBand {

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

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

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

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

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

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

@keyframes rubberBand {

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

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

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

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

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

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

.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%,
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
}

@keyframes headShake {

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

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
}

.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,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

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

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

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

@keyframes tada {

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

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

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

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

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

@-webkit-keyframes wobble {

    from,
    to {
        -webkit-transform: none;
        transform: none
    }

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

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

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

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

@keyframes wobble {

    from,
    to {
        -webkit-transform: none;
        transform: none
    }

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

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

@-webkit-keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

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

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

@keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

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

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

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

@-webkit-keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

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

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

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

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

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

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

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

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

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

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

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

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

@-webkit-keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

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

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

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

    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

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

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

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

    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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: none;
        transform: none
    }
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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 {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

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

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

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

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

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

.bounceOut {
    -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: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .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(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .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
}

.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

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

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

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

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

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

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

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

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

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

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

.flipInY {
    -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-name: flipOutX;
    animation-name: flipOutX
}

@-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-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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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-name: hinge;
    animation-name: hinge
}

@-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: none;
        transform: none
    }
}

@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: none;
        transform: none
    }
}

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

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

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

@keyframes rollOut {
    from {
        opacity: 1
    }

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

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

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

    50% {
        opacity: 1
    }
}

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

    50% {
        opacity: 1
    }
}

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

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

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

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

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

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

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

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1;
    position: relative;
    min-height: 100vh
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

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

.jspContainer {
    overflow: hidden;
    position: relative
}

.jspHorizontalBar,
.jspPane,
.jspVerticalBar {
    position: absolute
}

.jspVerticalBar {
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: red
}

.jspHorizontalBar {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red
}

.jspCap,
.mfp-align-top .mfp-container:before,
.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader,
.slick-arrow.slick-hidden,
.slick-slide.slick-loading img {
    display: none
}

.jspHorizontalBar .jspCap,
.search_mobile_row a span {
    float: left
}

.jspTrack {
    background: #dde;
    position: relative
}

.jspDrag {
    background: #bbd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer
}

.jspHorizontalBar .jspDrag,
.jspHorizontalBar .jspTrack {
    float: left;
    height: 100%
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d
}

.jspVerticalBar .jspArrow {
    height: 16px
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%
}

.jspVerticalBar .jspArrow:focus,
.slick-list:focus,
.slick-slide:focus,
.transparent_btn:focus {
    outline: 0
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%
}

* html .jspCorner {
    margin: 0 -3px 0 0
}

.mCustomScrollbar {
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container,
.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.b-member-section .b-member-practice h3,
.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
    text-align: center
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mfp-container:before,
.mfp-content {
    display: inline-block;
    vertical-align: middle
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden,
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mfp-arrow-left {
    left: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight,
.mfp-arrow-right {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    box-sizing: border-box
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.b-bottom_menu_list.tab_menu_list .b-bottom_menu__item,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, .85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp,
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown,
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight,
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 1px
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .75);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .75);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(255, 255, 255, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp,
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown,
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight,
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    border-radius: 7px
}

.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 5px;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
    height: 12px;
    width: auto
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .2);
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, .75)
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?is1l0f);
    src: url(../fonts/icomoon.eot?is1l0f#iefix) format('embedded-opentype'), url(../fonts/icomoon.ttf?is1l0f) format('truetype'), url(../fonts/icomoon.woff?is1l0f) format('woff'), url(../fonts/icomoon.svg?is1l0f#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-01:before {
    content: "\e900"
}

.icon-02:before {
    content: "\e901"
}

.icon-03:before {
    content: "\e902"
}

.icon-04:before {
    content: "\e903"
}

.icon-05:before {
    content: "\e904"
}

.icon-right-scroll:before {
    content: "\e906"
}

.icon-search:before {
    content: "\e907"
}

.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
    content: ''
}

.mfp-bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    width: 100%;
    height: 100%;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    height: 100%
}

.mfp-content {
    position: relative;
    margin: 0 auto;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-close,
.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-close,
.mfp-preloader a:hover {
    color: #fff
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    position: absolute;
    left: 0
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.b-pre_header__item,
.b-social_list .b-social_list__item a.current_lang,
.b-social_list .b-social_list__item.current_lang a {
    font-family: bandera_probold, arial, sans-serif
}

.b-parners_logo_inner:hover .color_partner_wrap,
.mfp-arrow:focus,
.mfp-arrow:hover,
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:after,
.mfp-arrow:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.b-inner_header .b-top_menu,
.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile .mfp-bottom-bar:empty,
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

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

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@font-face {
    font-family: bandera_proregular;
    src: url(../fonts/banderapro-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/banderapro-webfont.woff) format("woff"), url(../fonts/banderapro-webfont.ttf) format("truetype"), url(../fonts/banderapro-webfont.svg#JournalRegular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bandera_probold;
    src: url(../fonts/banderapro-bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/banderapro-bold-webfont.woff) format("woff"), url(../fonts/banderapro-bold-webfont.ttf) format("truetype"), url(../fonts/banderapro-bold-webfont.svg#JournalRegular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bandera_prolight;
    src: url(../fonts/banderaprolight-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/banderaprolight-webfont.woff) format("woff"), url(../fonts/banderaprolight-webfont.ttf) format("truetype"), url(../fonts/banderaprolight-webfont.svg#JournalRegular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: adobe_caslon_probold_italic;
    src: url(../fonts/adobe_caslon_pro_bold_italic-webfont.eot);
    src: url(../fonts/adobe_caslon_pro_bold_italic-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/adobe_caslon_pro_bold_italic-webfont.woff) format("woff"), url(../fonts/adobe_caslon_pro_bold_italic-webfont.ttf) format("truetype"), url(../fonts/adobe_caslon_pro_bold_italic-webfont.svg#JournalRegular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bandera_probold_italic;
    src: url(../fonts/banderapro-bolditalic-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/banderapro-bolditalic-webfont.woff) format("woff"), url(../fonts/banderapro-bolditalic-webfont.ttf) format("truetype"), url(../fonts/banderapro-bolditalic-webfont.svg#JournalRegular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bandera_proitalic;
    src: url(../fonts/banderapro-italic-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/banderapro-italic-webfont.woff) format("woff"), url(../fonts/banderapro-italic-webfont.ttf) format("truetype"), url(../fonts/banderapro-italic-webfont.svg#JournalRegular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bandera_promedium;
    src: url(../fonts/banderapromedium-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/banderapromedium-webfont.woff) format("woff"), url(../fonts/banderapromedium-webfont.ttf) format("truetype"), url(../fonts/banderapromedium-webfont.svg#JournalRegular) format("svg");
    font-weight: 400;
    font-style: normal
}

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

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

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

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

.slick-track {
    left: 0;
    top: 0
}

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

.clear,
.slick-track:after {
    clear: both
}

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

.b-comments,
.right_btn,
.top_menu_wrapper.opened .b-top_menu__item.search_item .icon-search,
[dir=rtl] .slick-slide {
    float: right
}

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

.b-pre_header .container,
.full-height-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap
}

h1,
h2,
h3 {
    display: block;
    font-weight: 700
}

.b-client_slider,
.b-client_slider div,
.b-partners_logo_list,
.b-partners_logo_list div,
.b-partners_logo_list ul,
.b-partners_logo_list ul li {
    transition: none
}

h1 {
    font-size: 2em
}

h2 {
    font-size: 1.5em
}

h3 {
    font-size: 1.17em
}

.current {
    border-bottom: 5px solid #000 !important;
    cursor: pointer
}

.b-main_page,
.main_page_grey {
    background: #f5f5f5
}

.b-category_aside .b-member-top,
.b-main_page .b-pre_header>.container,
.main_page_grey .b-pre_header>.container {
    padding: 0
}

body.opened,
body.opened #wrapper {
    overflow: hidden;
    width: 100%;
    height: 100vh
}

body.opened #wrapper .b-inner_header.b-fixed_header {
    opacity: 1 !important
}

form input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

form textarea,
input {
    border-radius: none
}

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

.b-header_search,
.red_btn {
    box-shadow: none;
    outline: 0
}

section {
    width: 100%;
    overflow: hidden
}

.b-pre_header {
    width: 100%;
    height: 40px;
    background: #292828;
    overflow: hidden
}

.b-pre_header .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.b-menu_footer .b-menu_footer__item,
.b-pre_header__item,
.b-social_list,
.b-social_list .search_input_wrapper .b-header_search,
.header-main-video .b-header_phones.header_phones_btn,
.logo_footer,
.menu_footer,
.mfp-content>div,
.top_menu_wrapper {
    display: inline-block
}

.container {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

.b-pre_header__item {
    vertical-align: middle;
    color: #929292;
    font-size: 12px;
    padding: 14px 0;
    text-decoration: none
}

.b-pre_header__item span {
    font-family: bandera_proregular, arial, sans-serif;
    text-decoration: underline
}

.b-pre_header__item:active,
.b-pre_header__item:hover,
.b-pre_header__item:visited {
    color: #929292
}

.b-pre_header__item:active span,
.b-pre_header__item:hover span,
.b-pre_header__item:visited span {
    color: #fff
}

.b-breadcrumbs a,
.b-breadcrumbs ul li a,
.b-infocenter .tabs_column a,
.b-news-section .b-social-link a,
.b-pre_header__item.no_underline span,
.b-social-link.b-social-link.b-social-link a,
.b-team_list__member_a,
.b-team_list_inner a,
.b-toggle_answer__link,
.secondPhone a {
    text-decoration: none
}

.b-main_page .container,
.main_page_grey .container {
    padding-left: 0;
    padding-right: 0
}

.b-main_page .container.bottom_header_menu {
    padding-left: 3px;
    padding-right: 0
}

.modal_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
    cursor: pointer
}

.modal_close span {
    position: absolute;
    width: 15px;
    height: 2px;
    background: #000;
    top: 5px;
    left: 0
}

.modal_close span:first-of-type {
    transform: rotate(45deg)
}

.modal_close span:last-of-type {
    transform: rotate(-45deg)
}

.b-pre_header>.container,
.top_menu_wrapper_inner {
    position: relative
}

.b-social_list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    overflow: hidden
}

.b-social_list .search_input_wrapper {
    padding: 10px;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0 !important
}

.b-social_list .b-social_list__item {
    display: inline-block;
    margin: 0 16px 0 2px
}

.b-social_list .b-social_list__item:last-child {
    margin-right: 1px
}

.b-social_list .b-social_list__item a {
    color: #fff;
    text-decoration: none;
    font-size: 14px
}

.b-header_search,
.b-top_menu .b-top_menu__item a {
    font-family: bandera_proregular, arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px
}

.b-news-section .b-social-link .b-social-link-fb:hover,
.b-news-section .b-social-link .b-social-link-vk:hover,
.b-social-link.b-social-link.b-social-link .b-social-link-fb:hover,
.b-social-link.b-social-link.b-social-link .b-social-link-vk:hover,
.b-social_list .b-social_list__item a:hover {
    opacity: .7
}

.b-header_search {
    background: 0 0;
    border: none;
    border-bottom: 1px solid #4e4e4e;
    box-sizing: border-box;
    color: #fefefe;
    margin-left: 15px;
    min-width: 200px;
    display: none
}

.header_wrapper {
    background-color: #000;
    background-size: cover;
    background-position: center;
    position: relative
}

.b-top_menu_container {
    height: 81px;
    padding-top: 37px !important;
    box-sizing: border-box;
    position: relative
}

.bottom_header_menu {
    height: 46px
}

.b-top_menu__item.logo_item {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0
}

.full-height-container {
    height: calc(100vh - 167px);
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative
}

.b-top_menu,
.cooperation_item_img .cooperation_item_img_inner {
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-flex-flow: row wrap
}

.search_item_wrap {
    padding: 12px 0
}

.b-top_menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.b-top_menu .b-top_menu__item {
    display: inline-block;
    text-align: center
}

.b-top_menu .b-top_menu__item a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 16px 0;
    position: relative;
    width: 100%
}

.b-top_menu .b-top_menu__item a:after {
    content: " ";
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 3px;
    background: 0 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.b-top_menu .b-top_menu__item a:hover:after,
.red_btn {
    background: #d92c27
}

.b-cooperation_text__item,
.b-team_list_inner h3,
.b-top_menu .b-top_menu__item a:hover,
.cooperation_item_count {
    font-family: bandera_probold, arial, sans-serif
}

.b-top_menu .b-top_menu__item.logo_item {
    min-width: 145px;
    margin-top: -5px
}

.b-top_menu .b-top_menu__item.logo_item a {
    margin-left: 0;
    width: 145px;
    padding: 0;
    text-align: left
}

.b-header_tabs__item,
.b-top_menu .b-top_menu__item.logo_item a:after {
    display: none
}

.b-top_menu .b-top_menu__item.about_item {
    width: 70px;
    margin-left: -10px
}

.b-top_menu .b-top_menu__item.services_item {
    width: 104px
}

.b-top_menu .b-top_menu__item.partners_item {
    width: 95px
}

.b-top_menu .b-top_menu__item.infocenter_item {
    width: 124px
}

.b-top_menu .b-top_menu__item.contacts_item {
    width: 79px;
    margin-right: 0
}

.b-modal_wrapper .b-right_submit,
.center_btn,
.mfp-content,
.text-center {
    text-align: center
}

.b-header_phones {
    float: right;
    padding: 6px 0;
    margin-right: 2px;
    text-align: left
}

.b-header_phones .b-header_phones__item {
    padding: 0;
    margin: 0
}

.b-header_phones .b-header_phones__item a {
    font-size: 12px;
    color: #fff;
    font-family: bandera_proregular, arial, sans-serif;
    text-decoration: none
}

.b-header_phones .b-header_phones__item a span {
    font-size: 14px;
    font-family: bandera_probold, arial, sans-serif
}

.b-company_name {
    text-align: center;
    display: inline-block;
    position: relative
}

.b-company_name .b-company_name__item {
    font-family: bandera_prolight, arial, sans-serif
}

.b-company_name .b-company_name__item.name_row {
    font-family: bandera_probold, arial, sans-serif;
    font-size: 60px;
    color: #fff
}

.b-company_name .b-company_name__item.name_row span {
    font-family: bandera_proregular, arial, sans-serif;
    color: #d92c27;
    position: relative
}

.b-bottom_menu_list .b-bottom_menu__item a,
.b-client__info h4,
.big_red_title,
.big_white_title,
.red_btn,
.showing_count,
.tabs_column h2.services_category_title,
.tabs_menu .tabs_menu__item a,
.transparent_btn {
    font-family: bandera_probold, arial, sans-serif
}

.b-company_name .b-company_name__item.description_row {
    font-size: 25px;
    color: #fff;
    margin: 10px 0 35px
}

.red_btn,
.transparent_btn {
    font-size: 14px;
    padding: 18px 46px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none
}

.b-company_name .red_btn {
    margin-right: 10px;
    z-index: 2;
    position: relative
}

.red_btn {
    color: #fff;
    border: none
}

.red_btn:hover {
    background-color: #fa3f3a;
    cursor: pointer
}

.transparent_btn {
    color: #d92c27;
    background: 0 0
}

.transparent_btn .icon-arrow {
    font-size: 11px;
    margin-left: 10px
}

.transparent_btn:hover {
    background-color: #cb2924;
    cursor: pointer;
    color: #fff
}

.b-bottom_menu_list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

.b-bottom_menu_list .b-bottom_menu__item {
    display: inline-block;
    padding-right: 35px
}

.b-bottom_menu_list .b-bottom_menu__item a {
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    opacity: .7;
    text-decoration: none;
    display: inline-block;
    padding: 0 35px 22px 24px;
    border-left: 1px solid #fff;
    border-bottom: 5px solid transparent;
    width: 100%;
    box-sizing: border-box
}

.b-bottom_menu_list .b-bottom_menu__item a.active,
.b-bottom_menu_list .b-bottom_menu__item a:hover {
    opacity: 1;
    border-bottom-color: #d92c27
}

.b-header_tabs {
    margin: 0 0 0 -15px;
    width: 100%
}

.b-header_tabs__item.active,
.b-infocentr .sidebar_menu.active,
.bottom_dropdown_menu_item:hover .b-small_dropdown_menu,
.fixed_header .b-fixed_header,
.top_dropdown_menu_item:hover .b-small_dropdown_menu {
    display: block
}

.tabs_inner {
    display: table;
    width: 100%;
    margin: 0 0 0 14px
}

.tabs_column {
    display: table-cell;
    vertical-align: top;
    background: #fff
}

.tabs_column:first-child {
    padding: 2px 28px;
    width: 670px;
    box-sizing: border-box;
    box-shadow: -3px 3px 5px -1px #e2e2e2;
    background: #fff
}

.tabs_column h2.services_category_title {
    font-size: 40px;
    color: #d92c27;
    margin: 28px 0
}

.tabs_column .tab_description {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    font-family: bandera_proregular, arial, sans-serif;
    margin: 26px 0 41px;
    max-height: 220px;
    overflow: hidden;
    position: relative
}

.tabs_column .tab_description:after {
    content: '';
    position: absolute;
    bottom: -10px;
    height: 35px;
    z-index: 2;
    width: 100%;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, .99) 74%, #fff 75%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, .99) 74%, #fff 75%)
}

.b-inner_content h1,
.b-inner_content h2,
.b-inner_content h3,
.b-inner_content h4,
.b-inner_content h5,
.tabs_column .tab_description h1,
.tabs_column .tab_description h2,
.tabs_column .tab_description h3,
.tabs_column .tab_description h4,
.tabs_column .tab_description h5 {
    margin: 15px 0
}

.tabs_column .red_btn {
    padding: 18px 54px
}

.tabs_menu {
    padding: 0;
    margin: 0;
    list-style: none
}

.tabs_menu .tabs_menu__item a {
    background: #3a3a3a;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    padding: 25px 30px 24px 17px;
    text-decoration: none;
    border-bottom: 1px solid #4e4e4e;
    box-sizing: border-box;
    position: relative
}

.tabs_menu .tabs_menu__item a:before {
    content: " ";
    display: block;
    width: 4px;
    height: 100%;
    background-color: #d92c27;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transition: .5s
}

.tabs_menu .tabs_menu__item a:hover,
.tabs_menu .tabs_menu__item.active a {
    border-left-color: #d92c27;
    background: #fff;
    border-bottom-color: #fff;
    padding-left: 25px;
    color: #d92c27
}

.tabs_menu .tabs_menu__item a:hover:before,
.tabs_menu .tabs_menu__item.active a:before {
    transform: scaleY(1)
}

.tabs_menu .tabs_menu__item a .icon-arrow {
    font-size: 12px;
    margin-right: 10px;
    float: none;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -4px
}

.tabs_menu .tabs_menu__item a span {
    font-family: bandera_proregular, arial, sans-serif;
    font-size: 15px;
    text-transform: none
}

.big_red_title,
.big_white_title {
    font-size: 40px;
    text-align: center
}

.icon-arrow:before {
    content: "\e905"
}

.slick-slide img {
    display: block;
    width: 100px;
    max-width: 100px;
    height: 100px;
    object-fit: cover
}

.big_red_title {
    color: #d92c27;
    text-transform: uppercase
}

.big_white_title {
    color: #fff;
    text-transform: uppercase
}

.company_showing {
    padding: 80px 0 90px
}

.company_showing .big_red_title {
    margin-left: 23px
}

.b-company_showing_list {
    display: table;
    width: 100%;
    margin-top: 53px;
    margin-left: -13px
}

.b-company_showing__item {
    display: table-cell;
    width: 25%;
    vertical-align: top;
    text-align: center;
    margin-bottom: 17px
}

.showing_count {
    color: #000;
    font-size: 60px;
    margin-bottom: 17px
}

.b-comments .slick-dots li button,
.b-parnters_text,
.b-right,
.showing_text {
    font-family: bandera_proregular, arial, sans-serif
}

.showing_text {
    font-size: 20px;
    color: #9c9c9c
}

.cooperation {
    background: url(../images/bg_cooperation.webp) center/cover;
    padding: 85px 0 51px
}

.cooperation .big_white_title {
    margin-left: -38px
}

.b-cooperation_sheme {
    display: table;
    position: relative;
    width: 100%;
    padding: 99px 0 0
}

.b-cooperation_sheme:after {
    content: " ";
    display: block;
    width: auto;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 10px;
    right: 75px;
    top: 188px;
    transition: 3s .5s;
    animation-timing-function: ease;
    max-width: calc(100% - 150px)
}

.b-cooperation_scheme__item:nth-child(2) .cooperation_item_img_inner,
.b-cooperation_scheme__item:nth-child(2):after,
.cooperation_item_count:nth-child(2) {
    transition-delay: .5s
}

.b-cooperation_sheme.zero_line:after {
    max-width: 0 !important
}

.b-cooperation_scheme__item {
    display: table-cell;
    width: 20%;
    position: relative;
    left: -1px
}

.b-cooperation_scheme__item:last-child,
.b-cooperation_scheme__item:last-child:after,
.b-menu_trigger,
.b-partners_comments .jspContainer .jspVerticalBar,
.b-partners_comments .mCSB_dragger_bar {
    display: none
}

.b-cooperation_scheme__item:nth-child(2) {
    position: relative;
    left: 18px
}

.b-cooperation_scheme__item:nth-child(2) .b-cooperation_text__item,
.b-cooperation_scheme__item:nth-child(2) .cooperation_item_count,
.b-cooperation_scheme__item:nth-child(3) .cooperation_item_img_inner,
.b-cooperation_scheme__item:nth-child(3):after,
.cooperation_item_count:nth-child(3) {
    transition-delay: 1s
}

.b-cooperation_scheme__item:nth-child(3) {
    position: relative;
    left: 38px
}

.b-cooperation_scheme__item:nth-child(3) .b-cooperation_text__item,
.b-cooperation_scheme__item:nth-child(3) .cooperation_item_count,
.b-cooperation_scheme__item:nth-child(4) .cooperation_item_img_inner,
.b-cooperation_scheme__item:nth-child(4):after,
.cooperation_item_count:nth-child(4) {
    transition-delay: 1.5s
}

.b-cooperation_scheme__item:nth-child(4) {
    position: relative;
    left: 58px
}

.b-cooperation_scheme__item:nth-child(4) .b-cooperation_text__item,
.b-cooperation_scheme__item:nth-child(4) .cooperation_item_count,
.b-cooperation_scheme__item:nth-child(5) .cooperation_item_img_inner,
.b-cooperation_scheme__item:nth-child(5):after,
.cooperation_item_count:nth-child(5) {
    transition-delay: 2s
}

.b-cooperation_scheme__item:nth-child(5) {
    position: relative;
    left: 78px
}

.b-cooperation_scheme__item:nth-child(5) .b-cooperation_text__item,
.b-cooperation_scheme__item:nth-child(5) .cooperation_item_count {
    transition-delay: 2.5s
}

.b-cooperation_scheme__item:last-child .red_btn {
    position: static !important
}

.cooperation_item_img {
    width: 90px;
    height: 90px;
    position: relative
}

.cooperation_item_img .cooperation_item_img_inner {
    width: 90px;
    height: 90px;
    background: #fff;
    transition: .5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d92c27;
    font-size: 50px;
    position: relative;
    z-index: 9
}

.b-parners_logo_inner,
.cooperation_item_count {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap
}

.cooperation_item_count {
    transition: .5s .5s;
    width: 40px;
    height: 40px;
    background: #d92c27;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: -40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.animated_line {
    height: 1px;
    width: 0;
    background: #fff;
    max-width: 905px;
    transition: 18s
}

.b-cooperation_text,
.b-feedback_address,
.b-infocenter_row {
    display: table;
    width: 100%
}

.b-cooperation_text__item {
    font-size: 14px;
    color: #fff;
    display: table-cell;
    width: 22%;
    padding: 22px 0;
    line-height: 22px;
    opacity: 0
}

.b-cooperation_text__item:nth-child(2) {
    transition-delay: .5s
}

.b-cooperation_text__item:nth-child(3) {
    transition-delay: 1s
}

.b-cooperation_text__item:nth-child(4) {
    position: relative;
    left: -30px;
    transition-delay: 1.5s
}

.b-cooperation_text__item:nth-child(5) {
    transition-delay: 2s
}

.b-cooperation_text__item p {
    padding-right: 80px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 20px
}

.b-cooperation_button {
    text-align: center;
    padding: 50px 0 0
}

.b-cooperation_button .red_btn {
    margin-left: -35px;
    width: 240px;
    box-sizing: border-box
}

.b-team {
    padding: 72px 0;
    background: #3a3a3a
}

.b-team .big_red_title {
    margin: 0 38px !important;
    color: #fff
}

.b-team_list {
    padding: 60px 0 20px;
    min-height: 307px;
    box-sizing: border-box;
    font-size: 0
}

.b-team_list__item {
    display: none;
    margin-right: 21px;
    max-width: calc(19% - 10px)
}

#b-slider .ui-slider-handle:hover,
.b-infocenter_news:hover,
.b-team_list__item:hover {
    cursor: pointer
}

.b-team_list__image_wrap {
    display: inline-block;
    position: relative;
    max-height: 224px;
    min-width: 210px;
    overflow: hidden
}

@media screen and (max-width:1199px) and (min-width:960px) {
    .b-team_list__image_wrap {
        min-width: 0 !important
    }
}

.b-team_list__image_wrap img {
    width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top
}

.b-team_list__image_wrap:hover .b-team_list__wrapper {
    top: 0;
    cursor: pointer
}

.b-team_list__wrapper {
    background: rgba(217, 44, 39, .7);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 18px;
    box-sizing: border-box
}

.b-team_list_inner {
    position: relative;
    width: 100%;
    height: 100%
}

.b-team_list_inner h3 {
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

.b-team_list_inner p a,
.b-team_list_inner ul li a,
.b-team_list_inner ul li span {
    text-decoration: none;
    font-family: bandera_proregular, arial, sans-serif;
    color: #fff
}

.b-team_list_inner h3 span {
    font-size: 20px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

.b-team_list_inner ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.b-team_list_inner ul li {
    margin-bottom: 3px
}

.b-news-top .b-team_list .b-news-date,
.b-team_list_inner ul li a,
.b-team_list_inner ul li span,
.small_black_title.small_letters {
    font-size: 15px
}

.b-team_list_inner ul li a:hover {
    text-decoration: underline
}

.b-team_button {
    padding: 3px 0
}

.b-team_button .red_btn {
    width: 240px;
    box-sizing: border-box;
    padding: 18px 16px;
    margin-left: -35px
}

.b-partners_comments {
    background: #fff;
    padding: 60px 0 20px;
    transition: none
}

.b-partners_comments .big_red_title,
.bottom_dropdown_menu_item .b-small_dropdown_menu .b-small_dropdown_menu__item,
.top_dropdown_menu_item .b-small_dropdown_menu .b-small_dropdown_menu__item {
    text-align: left
}

.b-partners_comments .mCSB_draggerRail {
    height: 1px;
    bottom: 10px;
    background: #e5e5e5
}

.b-partners_comments .jspContainer {
    padding-bottom: 51px;
    padding-right: 20px
}

.b-partners_comments .mCSB_1_dragger_horizontal {
    width: 50px;
    max-width: 50px
}

.b-partners_comments .mCSB_dragger {
    width: 50px !important;
    top: 3px;
    height: 10px !important;
    background: #d92c27
}

.b-partners_comments .mCSB_dragger:after {
    content: "||||";
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 6px;
    line-height: -20px;
    position: relative;
    top: -6.5px;
    font-weight: 700
}

.b-parnters_text,
.b-right {
    font-size: 15px;
    color: #a3a3a3
}

.b-parnters {
    display: inline-block;
    width: 50%;
    max-width: 430px;
    vertical-align: top
}

.b-parnters_text {
    padding: 37px 1px;
    line-height: 30px
}

.b-partners_logo_list {
    padding-top: 25px;
    width: 100%;
    height: auto;
    max-height: 150px;
    transition: none
}

.b-partners_logo_list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap
}

.b-partners_logo_list ul li {
    display: inline-block;
    height: 75px;
    vertical-align: top;
    margin-right: 25px
}

.b-parners_logo_inner {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 150px;
    overflow: hidden
}

.b-parners_logo_inner img {
    width: 100%;
    max-width: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: greyscale(100%);
    -moz-filter: greyscale(100%);
    -webkit-filter: grayscale(100%)
}

.b-parners_logo_inner:hover img {
    filter: none;
    -moz-filter: none;
    -webkit-filter: none
}

.b-parners_logo_inner:hover .grey_partner {
    opacity: 0
}

.color_partner_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    opacity: 0
}

.b-right {
    display: block;
    margin-top: 10px
}

.b-right i {
    font-size: 8px;
    margin-left: 5px
}

.b-partners_button {
    padding: 50px 0
}

.b-partners_button .red_btn {
    width: 240px;
    box-sizing: border-box;
    padding: 18px 10px;
    text-align: center
}

.b-comments {
    display: inline-block;
    width: 51%;
    vertical-align: top;
    max-width: 498px
}

.b-comments .slick-dots {
    margin-left: 34px
}

.b-comments .slick-dots li {
    display: none;
    pointer-events: none
}

.b-comments .slick-dots li.slick-active,
.b-comments .slick-dots li.total_dots {
    display: inline
}

.b-comments .slick-dots li button {
    background: 0 0;
    border: none;
    box-shadow: none;
    outline: 0;
    font-size: 15px;
    display: inline;
    padding: 0
}

.b-comments .slick-dots li.slick-active:after {
    content: "/"
}

.b-comments .slick-arrow {
    position: absolute;
    bottom: -7px;
    left: 0;
    background: 0 0;
    border: none;
    box-shadow: none;
    outline: 0;
    color: #d72c27;
    opacity: .7;
    font-size: 30px
}

.b-comments .slick-arrow:hover {
    opacity: 1;
    cursor: pointer
}

.b-comments .slick-prev {
    margin: 0 -5px
}

.b-comments .slick-next {
    left: 73px
}

.b-client {
    display: table;
    width: 100%;
    margin-top: 40px
}

.b-client__img,
.b-client__info,
.b-form_addEnterprise_wrap form .b-form_addEnterprise .b-form_addEnterprise__item {
    display: table-cell;
    vertical-align: top
}

.b-client__img {
    width: 100px
}

.b-client__info {
    padding: 0 10px 0 23px
}

.b-client__info h4 {
    font-size: 15px;
    color: #000;
    margin-bottom: 5px
}

.b-client__info h5,
.b-client__info span,
.b-news-section .b-news-context ol li,
.b-news-section .b-news-context ul li {
    font-family: bandera_proregular, arial, sans-serif;
    font-size: 15px
}

.b-client__info span {
    color: #d92c27
}

.b-client__info h5 {
    color: #8d8d8d;
    margin-top: 14px
}

.b-comment_text {
    color: #8d8d8d;
    font-size: 15px;
    line-height: 25px;
    padding: 45px 0 22px;
    position: relative;
    z-index: 9;
    text-align: justify;
    min-height: 200px;
    word-wrap: break-word;
    word-break: break-word
}

.b-comment_text p {
    word-wrap: break-word;
    word-break: break-word
}

.b-client_slider .slick-slide {
    position: relative;
    z-index: 0
}

.b-client_slider .slick-slide:after {
    content: "\e908";
    font-family: icomoon !important;
    display: inline-block;
    color: #f9f9f9;
    font-size: 230px;
    position: absolute;
    bottom: 0;
    right: 0
}

.b-infocenter_wrap {
    padding: 60px 0 78px
}

.b-infocenter_wrap .big_red_title {
    margin-left: -35px;
    margin-bottom: 34px
}

.b-infocenter_wrap .tabs_column {
    margin-top: 52px
}

.b-infocenter_all_news,
.b-infocenter_text {
    display: table-cell;
    vertical-align: middle
}

.b-infocenter_text {
    width: 700px;
    font-size: 15px;
    font-family: bandera_proregular, arial, sans-serif;
    line-height: 25px;
    color: #8d8d8d
}

.b-infocenter_all_news .red_btn {
    width: 240px;
    box-sizing: border-box;
    padding: 17px 0;
    text-align: center;
    margin-left: 15px
}

.b-infocenter .tabs_inner {
    margin-top: 53px
}

.b-infocenter .tabs_column {
    box-shadow: none
}

.b-infocenter .tabs_column:first-child {
    padding: 0;
    width: 222px;
    background: 0 0
}

.b-infocenter .tabs_column .tabs_menu__item a {
    padding: 24px 17px 21px
}

.b-infocenter .tabs_column .tabs_menu__item a:hover {
    padding-left: 25px
}

.b-infocenter_news__image {
    position: relative;
    max-height: 180px;
    overflow: hidden
}

.b-infocenter_news__image .b-infocenter_news__hover {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(217, 44, 39, .7)
}

.b-infocenter_news__image .b-infocenter_news__hover .b-infocenter_news__hover_inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    align-items: center
}

.b-infocenter_news__image .b-infocenter_news__hover .b-infocenter_news__hover_inner span {
    font-family: bandera_probold, arial, sans-serif;
    font-size: 15px;
    color: #fff
}

.b-infocenter_news__text span {
    font-size: 14px;
    color: #888;
    font-family: bandera_proregular, arial, sans-serif;
    margin: 22px 0 15px;
    display: block
}

.b-infocenter_news__text h4 {
    font-size: 14px;
    color: #000;
    font-family: bandera_probold, arial, sans-serif;
    display: block;
    line-height: 20px
}

.b-infocenter_news {
    display: inline-block;
    margin-left: 18px;
    vertical-align: top
}

.b-infocenter_news:hover .b-infocenter_news__hover {
    top: 0
}

.b-infocenter_news:hover .b-infocenter_news__text h4 {
    color: #d92c27
}

.b-subscribe {
    background: url(../images/bg_subscribe.webp) center 0 fixed
}

.b-subscribe_form {
    display: table;
    width: 100%;
    height: 190px
}

.b-subscribe_form__item {
    display: table-cell;
    width: 50%;
    vertical-align: middle
}

.b-subscribe_form__item h5 {
    font-size: 19px;
    font-family: bandera_proregular, arial, sans-serif;
    color: #fff;
    line-height: 25px;
    padding-right: 10px
}

.b-address__form form .b-address__form_column input,
.b-address_inner h4,
.b-close_mobile_menu,
.b-inner_header .b-header_phones .b-header_phones__item a.red_btn,
.b-menu_footer .b-menu_footer__item a,
.b-subscribe_form__item h4,
.small_red_title {
    font-family: bandera_probold, arial, sans-serif
}

.b-subscribe_form__item h4 {
    font-size: 25px;
    color: #fff;
    line-height: 20px;
    margin-top: 10px;
    padding-right: 10px
}

.b-subscribe_form__item form button,
.b-subscribe_form__item form input {
    font-size: 14px;
    font-family: bandera_probold, arial, sans-serif;
    border: none;
    box-sizing: border-box;
    outline: 0
}

.b-subscribe_form__item form {
    position: relative;
    margin-left: -15px
}

.b-subscribe_form__item form input {
    width: 300px;
    height: 60px;
    background: #fff;
    box-shadow: none;
    color: #000;
    padding: 0 15px 0 30px;
    margin-bottom: 15px;
    margin-top: 17px
}

.b-subscribe_form__item form input::-webkit-input-placeholder {
    font-family: bandera_probold, arial, sans-serif;
    font-size: 14px;
    color: #cacaca
}

.b-subscribe_form__item form input::-moz-placeholder {
    font-family: bandera_probold, arial, sans-serif;
    font-size: 14px;
    color: #cacaca
}

.b-subscribe_form__item form input.error {
    color: #d92c27
}

.b-subscribe_form__item form input.error::-webkit-input-placeholder {
    color: #d92c27
}

.b-subscribe_form__item form input.error::-moz-placeholder {
    color: #d92c27
}

.b-subscribe_form__item form button {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 170px;
    background: #3a3a3a;
    margin-left: -5px;
    padding: 20px 10px;
    height: 62px
}

.b-subscribe_form__item form button:hover,
.category-consult-button:hover {
    background-color: #fa3f3a;
    cursor: pointer
}

.b-subscribe_form__item form #email-error {
    position: absolute;
    bottom: -3px;
    left: 0;
    color: #fff;
    font-family: bandera_proregular, arial, sans-serif;
    font-size: 15px;
    width: 100%
}

.b-map {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    transition: none;
    height: 550px
}

.b-feedback_address .b-map {
    height: 667px
}

.category-consult-button {
    position: fixed;
    width: 80px;
    height: 80px;
    background: #d92c27;
    right: 100px;
    top: 200px;
    z-index: 999;
    border-radius: 50%;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(217, 44, 39, .7);
    display: none;
    -webkit-animation: 1.5s infinite pulse
}

.b-address__form form .b-address__form_column textarea:active,
.b-address__form form .b-address__form_column textarea:focus,
.b-address__form form .b-address__form_column textarea:visited,
.b-footer_search input[type=text],
.b-modal_wrapper .b-custom_form textarea:active,
.b-modal_wrapper .b-custom_form textarea:focus,
.b-modal_wrapper .b-custom_form textarea:visited,
.empty_icon_btn {
    box-shadow: none;
    outline: 0
}

.category-consult-button span,
.category-consult-button svg {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    opacity: 1
}

.category-consult-button span {
    text-align: center;
    -webkit-animation: 6s infinite rotattext;
    animation: 6s infinite rotattext;
    color: #fff;
    font-size: 11px;
    height: 28px;
    transform: perspective(400px) rotateY(180deg) scale(1)
}

.category-consult-button span i {
    font-style: normal;
    font-size: 15px
}

.b-news-section .b-news-context .b-text-quote p,
.b-text-quote p {
    font-style: italic
}

.category-consult-button svg {
    width: 80%;
    transform: perspective(400px) rotateY(0) scale(1);
    -webkit-animation: 6s infinite rotatemail;
    animation: 6s infinite rotatemail
}

@keyframes rotatemail {

    0%,
    100%,
    25%,
    95% {
        transform: perspective(400px) rotateY(0) scale(1);
        opacity: 1
    }

    40%,
    50%,
    75% {
        transform: perspective(400px) rotateY(-180deg) scale(1);
        opacity: 0
    }
}

@keyframes rotattext {

    0%,
    100%,
    25%,
    95% {
        transform: perspective(400px) rotateY(180deg) scale(1);
        opacity: 0
    }

    40%,
    50%,
    75% {
        transform: perspective(400px) rotateY(0) scale(1);
        opacity: 1
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(217, 44, 39, 0)
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(217, 44, 39, 0)
    }
}

.b-address_inner {
    display: inline-block;
    width: 490px;
    padding: 0 15px
}

.b-address_inner h4 {
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 25px;
    margin: 30px 0 10px 11px
}

.b-address_inner p {
    font-family: bandera_proregular, arial, sans-serif;
    color: #fff;
    font-size: 15px;
    text-align: left;
    margin: 5px 0 -1px 10px;
    line-height: 28px
}

.b-address_inner p a {
    color: #fff;
    text-decoration: none
}

.b-inner_article_text p,
.b-inner_article_text ul li {
    color: #000;
    font-size: 15px
}

.b-address_inner .b-address__item-column:last-child h4 {
    margin-left: 18px
}

.b-address_inner .b-address__item-column:last-child p {
    margin-left: 17px
}

.center_text_title {
    text-align: center !important
}

.b-address__item {
    display: table;
    width: 100%
}

.b-address__item-column,
.b-address_outer {
    display: table-cell;
    width: 50%;
    vertical-align: top
}

.b-address {
    background: url(../images/bg_address.webp) center/cover;
    text-align: right
}

.b-address__form_inner {
    display: inline-block;
    width: 490px
}

.b-address__form {
    background: #fff;
    text-align: right
}

.b-address__form form {
    display: table;
    width: 100%;
    text-align: left;
    padding: 15px 0
}

.b-address__form form .b-address__form_column {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 15px 0;
    max-width: 245px
}

.b-address__form form .b-address__form_column:last-child {
    padding-right: 30px;
    padding-top: 25px
}

.b-address__form form .b-address__form_column input {
    border: none;
    background: 0 0;
    outline: 0;
    border-bottom: 1px solid #eaeaea;
    padding: 5px 0;
    width: 90%;
    margin-bottom: 18px;
    font-size: 16px;
    color: #000;
    display: block
}

.b-address__form form .b-address__form_column input::-webkit-input-placeholder {
    font-family: bandera_probold, arial, sans-serif;
    font-size: 14px;
    color: #cacaca
}

.b-address__form form .b-address__form_column input::-moz-placeholder {
    font-family: bandera_probold, arial, sans-serif;
    font-size: 14px;
    color: #cacaca
}

.b-address__form form .b-address__form_column input.error,
.b-custom_form input.error {
    border-bottom: 1px solid #d92c27;
    color: #d92c27
}

.b-address__form form .b-address__form_column input.error::-webkit-input-placeholder {
    color: #d92c27
}

.b-address__form form .b-address__form_column input.error::-moz-placeholder {
    color: #d92c27
}

.b-address__form form .b-address__form_column textarea {
    width: 98%;
    height: 107px;
    resize: none;
    padding: 5px;
    border: 1px solid #eaeaea;
    display: block
}

.b-address__form form .b-address__form_column textarea::-webkit-input-placeholder {
    font-family: bandera_probold, arial, sans-serif;
    font-size: 14px;
    color: #cacaca
}

.b-address__form form .b-address__form_column textarea::-moz-placeholder {
    font-family: bandera_probold, arial, sans-serif;
    font-size: 14px;
    color: #cacaca
}

.b-address__form form .b-address__form_column textarea.error,
.b-modal_wrapper .b-custom_form textarea.error,
.emty_input input[type=checkbox]+label:before,
input[type=checkbox]+label:hover:before,
input[type=checkbox].error+label.error+.checkbox_label:before,
input[type=radio]+label:hover:before {
    border: 1px solid #d92c27
}

.b-address__form form .b-address__form_column textarea.error::-webkit-input-placeholder {
    color: #d92c27
}

.b-address__form form .b-address__form_column textarea.error::-moz-placeholder {
    color: #d92c27
}

.b-address__form form .b-address__form_column label.error,
.b-custom_form label.error {
    display: none !important
}

.b-address__form form .b-address__form_column .red_btn {
    outline: 0;
    box-shadow: none;
    padding: 16px 10px;
    width: 218px;
    box-sizing: border-box;
    margin-top: 32px;
    border: none
}

.g-recaptcha {
    transform: scale(.77);
    transform-origin: 0 0
}

footer {
    background: #3a3a3a;
    clear: both
}

.footer_menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 29px 0 25px !important
}

.logo_footer {
    margin-left: 0;
    margin-top: -2px;
    width: 160px
}

.logo_footer a {
    display: block;
    width: 100%
}

.logo_footer a svg {
    width: 100%;
    height: 29px
}

.b-menu_footer {
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 498px
}

.b-footer_search,
.under_footer .under_footer__item:last-child {
    float: right;
    margin-right: 37px
}

.b-menu_footer .b-menu_footer__item a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 10px 0
}

.b-menu_footer .b-menu_footer__item a:hover {
    color: #d52b26
}

.b-menu_footer .b-menu_footer__item:first-child {
    min-width: 65px
}

.b-menu_footer .b-menu_footer__item:nth-child(2) {
    min-width: 77px
}

.b-menu_footer .b-menu_footer__item:nth-child(3) {
    min-width: 117px
}

.b-menu_footer .b-menu_footer__item:nth-child(4) {
    min-width: 107px
}

.b-footer_search {
    position: relative;
    width: 200px;
    margin-top: 8px
}

.b-footer_search input[type=text] {
    background: 0 0;
    border: none;
    border-bottom: 1px solid #4e4e4e;
    padding: 0 120px 5px 0;
    box-sizing: border-box;
    font-family: bandera_proregular, arial, sans-serif;
    color: #fefefe;
    font-size: 12px;
    text-transform: uppercase;
    opacity: .8
}

.b-footer_search input[type=text]::-webkit-input-placeholder {
    font-family: bandera_proregular, arial, sans-serif;
    color: #fefefe;
    font-size: 12px;
    text-transform: uppercase;
    opacity: .8
}

.b-footer_search input[type=text]::-moz-placeholder {
    font-family: bandera_proregular, arial, sans-serif;
    color: #fefefe;
    font-size: 12px;
    text-transform: uppercase;
    opacity: .8
}

.b-footer_search .empty_icon_btn {
    color: #fff;
    position: absolute;
    top: -2px;
    right: -5px;
    transition: .1s
}

.b-footer_search .empty_icon_btn:hover {
    color: #d92c27;
    cursor: pointer
}

.empty_icon_btn {
    background: 0 0;
    border: none
}

.under_footer {
    background: #2c2c2c;
    padding: 28px 0
}

.under_footer .under_footer__item {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: bandera_proregular, arial, sans-serif;
    vertical-align: top;
    margin-right: 19px
}

.under_footer .under_footer__item span {
    display: inline-block;
    vertical-align: top;
    padding-right: 6px
}

.under_footer .under_footer__item span.grey_text {
    color: #828282;
    padding-right: 0
}

.under_footer .under_footer__item span.grey_text span {
    margin-right: 5px
}

.rotated {
    transform: rotateX(90deg);
    transform-origin: bottom
}

.move_rotated {
    transform: rotateY(-90deg);
    transform-origin: left
}

.statisc_pos {
    position: static
}

.b-close_mobile_menu {
    font-size: 14px;
    color: #fff;
    background: #d92c27;
    text-transform: uppercase;
    padding: 26px 15px;
    text-align: right;
    border-bottom: 1px solid #dd423d
}

.b-close_mobile_menu:hover {
    background: #dd423d;
    cursor: pointer
}

.b-close_mobile_menu .fa {
    font-size: 16px;
    position: relative;
    top: 1px
}

@media screen and (max-width:960px) {

    .b-client__img img,
    .b-menu_trigger,
    .b-top_menu .b-top_menu__item a .icon-arrow {
        float: right
    }

    .b-bottom_menu_list,
    .b-comments .slick-dots,
    .b-menu_trigger,
    .b-partners_button,
    .tabs_column h2 {
        text-align: center
    }

    .b-menu_trigger,
    .b-top_menu .b-top_menu__item a {
        font-family: bandera_probold, arial, sans-serif
    }

    .move_rotated,
    .rotated {
        transform: none
    }

    .b-comments.b-comments__inner {
        max-width: inherit !important;
        width: auto !important;
        margin: 0 -15px !important;
        padding: 40px 15px !important
    }

    #recaptcha-subscribe {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 471px;
        bottom: -91px
    }

    .b-inner_content.b-category_page_content {
        width: 100% !important;
        margin-bottom: 0
    }

    .b-inner_content.b-category_page_content .b-inner_article_text {
        padding-right: 0
    }

    header {
        overflow: hidden;
        width: 100vw
    }

    .sf-toolbar {
        display: none !important
    }

    .container {
        box-sizing: border-box
    }

    .tabs_inner {
        margin: 0
    }

    .tabs_column:first-child {
        width: 100%;
        padding-bottom: 30px
    }

    .b-company_showing__item:nth-child(4) .showing_count {
        margin-left: 0
    }

    .b-address_inner h4 br,
    .b-cooperation_sheme:after,
    .b-pre_header .container .b-pre_header__item,
    .under_footer .under_footer__item {
        display: none
    }

    .b-pre_header .container .b-pre_header__item.no_underline {
        display: inline-block
    }

    .b-menu_trigger,
    .b-top_menu .b-top_menu__item {
        display: block;
        background: #d92c27;
        box-sizing: border-box
    }

    .b-menu_trigger {
        color: #fff;
        text-transform: uppercase;
        padding: 17px 5px;
        width: 80px;
        font-size: 14px;
        position: absolute;
        top: 22px;
        right: 0
    }

    .b-menu_trigger:hover {
        cursor: pointer
    }

    .b-top_menu .b-top_menu__item {
        width: 100% !important;
        margin: 0 !important;
        text-align: right
    }

    .b-top_menu .b-top_menu__item a {
        text-align: left;
        padding: 19px 15px;
        box-sizing: border-box;
        border-bottom: 1px solid #dd423d
    }

    .b-top_menu .b-top_menu__item a:hover {
        background: #dd423d
    }

    .b-top_menu .b-top_menu__item a.active {
        background: #fff;
        color: #121212
    }

    .b-top_menu .b-top_menu__item a.active .fa {
        color: #dc3b36
    }

    .b-top_menu .b-top_menu__item.contacts_item {
        border-bottom: none
    }

    .b-header_phones {
        padding: 0
    }

    .top_menu_wrapper {
        position: absolute;
        top: 0;
        right: -110vw;
        width: 100%;
        z-index: 99999
    }

    .b-infocenter,
    .b-top_menu,
    .cooperation,
    footer {
        position: relative
    }

    .top_menu_wrapper.opened {
        top: 0;
        min-height: 100vh;
        background: #d92c27;
        overflow-y: scroll;
        height: 100%;
        overflow-x: hidden;
        right: 0;
        max-height: 100vh
    }

    .top_menu_wrapper.opened .b-menu_trigger {
        width: 100%;
        text-align: right
    }

    .b-top_menu {
        right: 0;
        top: 0;
        width: 100%;
        margin: 0;
        display: block
    }

    .b-top_menu_container {
        padding-right: 75px
    }

    .full-height-container {
        height: 415px
    }

    .b-bottom_menu_list .b-bottom_menu__item {
        max-width: 18%
    }

    .b-bottom_menu_list .b-bottom_menu__item a {
        font-size: 12px;
        text-align: center;
        padding: 0 0 24px
    }

    .b-bottom_menu_list .b-bottom_menu__item:nth-child(3) {
        min-width: 150px
    }

    .b-infocenter_row,
    .b-infocenter_text,
    .tabs_column,
    .tabs_inner {
        display: block;
        width: 100%
    }

    .tabs_column .red_btn {
        padding: 18px 54px;
        display: block;
        max-width: 200px;
        text-align: center;
        box-sizing: border-box;
        margin: 0 auto
    }

    .b-comments,
    .b-parnters,
    .tabs_menu .tabs_menu__item a {
        max-width: 100%
    }

    .company_showing {
        padding: 65px 0 57px
    }

    .b-company_showing_list {
        display: block;
        margin-left: 0
    }

    .b-company_showing_list .b-company_showing__item {
        display: inline-block;
        width: 49%
    }

    .b-cooperation_sheme {
        display: block;
        padding: 69px 0 0;
        width: 100%
    }

    .b-cooperation_sheme .b-cooperation_scheme__item {
        display: inline-block;
        width: 32.8%;
        left: 0;
        top: 0;
        margin-left: -5px;
        padding-left: 5px;
        margin-bottom: 17px;
        vertical-align: top
    }

    .b-cooperation_sheme .b-cooperation_scheme__item:first-child,
    .b-cooperation_sheme .b-cooperation_scheme__item:nth-child(4) {
        margin-left: 0;
        padding-left: 0
    }

    .b-cooperation_sheme .b-cooperation_scheme__item:nth-child(3):after {
        width: 95px
    }

    .b-cooperation_sheme .b-cooperation_scheme__item:last-child {
        display: inline-block
    }

    .b-cooperation_sheme .b-cooperation_scheme__item:first-child p {
        width: 170px
    }

    .b-cooperation_sheme .b-cooperation_scheme__item p {
        padding-right: 0;
        width: 120px
    }

    .cooperation {
        padding: 65px 0 0
    }

    .cooperation .red_btn {
        width: 130px;
        text-align: center;
        padding: 15px 0;
        line-height: 30px;
        position: absolute;
        bottom: 111px;
        right: 8%
    }

    .cooperation .b-cooperation_button {
        padding: 30px 0 0
    }

    .move_rotated {
        right: -40px
    }

    .b-footer_search input,
    .b-infocenter .tabs_column:first-child,
    .b-parnters {
        width: 100%
    }

    .b-comments {
        display: block;
        width: 100%;
        vertical-align: top;
        float: none
    }

    .b-comments .slick-prev {
        left: calc(50% - 17px);
        padding: 0
    }

    .b-comments .slick-next {
        left: calc(50% + 42px);
        padding: 0
    }

    .b-infocenter {
        padding-bottom: 100px
    }

    .b-infocenter_all_news {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 25px;
        text-align: center
    }

    .b-infocenter_news {
        display: inline-block;
        margin-left: 0;
        vertical-align: top;
        padding: 0 8px;
        box-sizing: border-box;
        width: 33%
    }

    .b-infocenter_news__image img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .b-subscribe_form,
    .b-subscribe_form__item {
        display: block;
        width: 100%;
        height: auto;
        text-align: center
    }

    .b-subscribe_form__item {
        padding: 50px 0
    }

    .b-subscribe_form__item:last-child {
        padding: 0 0 123px
    }

    .b-address,
    .b-address__form_inner,
    .b-address_inner,
    .b-address_outer,
    .b-map {
        display: block;
        width: 100%;
        float: none;
        box-sizing: border-box
    }

    .b-infocenter .tabs_inner {
        width: 100% !important;
        margin: 0 auto !important
    }

    .b-address__form_inner {
        padding: 0 15px
    }

    footer {
        clear: both
    }

    .logo_footer {
        position: absolute;
        bottom: 25px;
        left: 116px
    }

    .b-menu_footer {
        min-width: 448px;
        padding-left: 15px
    }

    .b-footer_search {
        margin-right: 15px;
        width: 110px
    }

    .under_footer .under_footer__item:first-child {
        display: block;
        float: right
    }

    .b-company_name .b-company_name__item.name_row {
        font-size: 60px
    }

    .b-company_name__item.description_row {
        font-size: 20px
    }

    .red_btn {
        padding: 18px 26px
    }

    .big_red_title {
        text-align: center !important
    }

    #map,
    .b-feedback_address #map {
        height: 300px
    }

    .tab_description {
        padding-right: 20px
    }

    .b-social_list .b-social_list__item {
        margin: 0 22px 0 2px
    }

    .b-social_list .b-social_list__item:last-child {
        margin: 0 !important
    }

    .b-top_menu_container {
        padding-top: 31px
    }

    .showing_count {
        margin-bottom: 7px
    }

    .showing_text {
        font-size: 15px
    }

    .b-team_list {
        padding: 52px 0 19px
    }

    .b-team_list .b-team_list__item {
        margin-right: 54px;
        margin-bottom: 35px;
        max-width: 300px
    }

    .b-team_list .b-team_list__item:nth-child(3n) {
        margin-right: 0
    }

    .b-partners_comments {
        padding: 90px 0 20px
    }

    .b-parnters_text {
        padding: 37px 1px 0;
        line-height: 24px;
        font-size: 13px
    }

    .b-partners_logo_list {
        max-height: 180px
    }

    .b-partners_logo_list ul li {
        height: 110px
    }

    .b-comments {
        padding: 20px 0
    }

    .b-client__img {
        width: 45%
    }

    .b-comment_text {
        font-size: 13px
    }

    .b-infocenter_wrap {
        padding: 105px 0 78px
    }

    .b-infocenter .tabs_inner {
        margin-top: 0;
        margin-left: -15px
    }

    .tabs_column-news {
        font-size: 0
    }

    .b-infocenter_wrap .tabs_column {
        margin-top: 40px
    }

    .b-address_inner h4 {
        font-size: 15px;
        margin: 30px 0 10px;
        text-align: center
    }

    .b-address {
        padding-bottom: 25px
    }

    .under_footer {
        padding: 46px 80px
    }

    .b-address__item-column h4 {
        text-align: left;
        padding-left: 10px
    }

    .g-recaptcha {
        margin: 25px auto 0;
        width: 235px
    }
}

@media screen and (max-width:960px) and (max-width:767px) {
    .b-address_inner h4 {
        text-align: left;
        margin-left: 10px !important
    }
}

@media screen and (max-width:960px) and (max-width:939px) and (min-width:320px) {
    .g-recaptcha {
        margin: 0
    }
}

@media screen and (max-width:960px) and (max-width:960px) {
    .b-address__form form .b-address__form_column .red_btn {
        width: 100%
    }
}

@media screen and (max-width:960px) {

    .b-cooperation_button,
    .b-top_menu .b-top_menu__item a:after {
        display: none
    }

    .b-cooperation_text__item {
        opacity: 1 !important
    }

    .b-partners_comments .jspHorizontalBar {
        bottom: 20px
    }

    .b-address__form form .b-address__form_column .red_btn {
        margin: 32px auto;
        display: block
    }

    .b-team_list {
        width: 640px;
        margin: 0 auto
    }

    .top_menu_wrapper_inner {
        height: 100vh;
        min-height: 455px
    }
}

.b-infocenter_news__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (max-width:639px) {

    .b-inner_header,
    .b-inner_header .top_menu_wrapper,
    .b-inner_header.b-fixed_header.fixed_menu {
        top: 0 !important
    }

    .b-bottom_menu_list .b-bottom_menu__item a.active {
        pointer-events: auto
    }

    .bottom_header_menu.container {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
        padding: 0
    }

    .bottom_header_menu.container .b-bottom_menu_list {
        text-align: left;
        width: 100%
    }

    .bottom_header_menu.container .b-bottom_menu_list .b-bottom_menu__item {
        width: 100%;
        max-width: 100%;
        text-align: left;
        left: 0;
        margin: 0;
        display: block
    }

    .bottom_header_menu.container .b-bottom_menu_list .b-bottom_menu__item a {
        border-left: none;
        background: #3a3a3a;
        color: #fff;
        font-family: bandera_probold, arial, sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        display: block;
        padding: 25px 17px 24px;
        text-decoration: none;
        border-bottom: 1px solid #4e4e4e;
        max-width: 100%;
        box-sizing: border-box;
        position: relative;
        text-align: left;
        opacity: 1
    }

    header,
    header.b-main_page {
        margin-top: 0 !important
    }

    .top_menu_wrapper_inner {
        height: auto;
        min-height: calc(100vh - 98px - 57px);
        padding-bottom: calc(98px + 57px)
    }

    .b-address__form form .b-address__form_column input {
        width: 100%
    }

    .b-aside_services .tabs_menu {
        width: auto !important;
        margin: 24px -15px !important
    }

    .b-infocenter_news__image img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .b-cooperation_button {
        display: block
    }

    .b-header_phones,
    .b-header_tabs .b-header_tabs__item .tabs_inner .tabs_column:first-child,
    .b-pre_header {
        display: none
    }

    .top_menu_wrapper.opened {
        top: 0 !important;
        right: 0
    }

    .b-comments .slick-prev {
        left: calc(50% - 50px)
    }

    .big_red_title,
    .big_white_title {
        font-size: 30px;
        margin-left: 0 !important;
        word-wrap: break-word;
        word-break: break-word
    }

    .b-company_name .b-company_name__item.name_row,
    .showing_count {
        font-size: 40px
    }

    .b-subscribe_form__item h5,
    .showing_text {
        font-size: 14px
    }

    .b-address__form form .b-address__form_column {
        max-width: 100%
    }

    .b-cooperation_sheme .b-cooperation_scheme__item {
        display: block;
        width: 100%;
        margin-bottom: 60px;
        margin-left: 0;
        padding-left: 0
    }

    .b-cooperation_scheme__item:last-child,
    .b-cooperation_sheme .b-cooperation_scheme__item:after,
    .b-cooperation_sheme .b-cooperation_scheme__item:last-child,
    .b-infocenter_news__hover,
    .container.footer_menu .b-footer_search,
    .container.footer_menu .menu_footer,
    .mobile_dropdown_row .b-header_phones br {
        display: none
    }

    .b-cooperation_sheme .b-cooperation_scheme__item:nth-child(2) {
        margin-bottom: 78px
    }

    .b-cooperation_sheme .b-cooperation_scheme__item:nth-child(4) {
        margin-bottom: 80px
    }

    .cooperation_item_count {
        top: -40px
    }

    .b-cooperation_text__item {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 60px);
        padding: 10px 15px 0;
        box-sizing: border-box
    }

    .cooperation_item_img {
        width: 55px;
        height: 55px;
        display: inline-block
    }

    .cooperation_item_img .cooperation_item_img_inner {
        width: 55px;
        height: 55px;
        font-size: 30px
    }

    .b-cooperation_button .red_btn {
        position: static;
        width: 300px;
        line-height: 1;
        margin: 0 auto;
        box-sizing: border-box;
        max-width: 100%
    }

    .b-team_list {
        width: 290px;
        margin: 0 auto
    }

    .b-team_list__item {
        max-width: 100%;
        display: block;
        width: 100%
    }

    .b-team_button .red_btn {
        margin-left: 0;
        width: 290px
    }

    .b-team_list__image_wrap img {
        display: inline-block;
        width: 49%;
        height: 100%;
        min-width: 49%;
        object-fit: cover
    }

    .b-team_list__image_wrap .b-team_list__wrapper {
        display: inline-block;
        position: static;
        width: 49%;
        vertical-align: top;
        min-height: 142px;
        background: 0 0;
        padding: 0 18px
    }

    .b-team_list__image_wrap .b-team_list_inner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        min-height: 147px;
        text-align: left
    }

    .b-team_list__image_wrap .b-team_list_inner h3 {
        color: #fff;
        display: inline-block
    }

    .b-team_list__image_wrap .b-team_list_inner ul {
        position: static;
        margin-top: 15px;
        display: inline-block
    }

    .b-address__form form,
    .b-address__form form .b-address__form_column,
    .b-feedback_address .b-address__item .b-address__item-column,
    .b-infocenter_news {
        display: block;
        width: 100%
    }

    .b-team_list__image_wrap .b-team_list_inner ul li a {
        color: #888
    }

    .b-infocenter_news {
        margin-bottom: 20px
    }

    .b-infocenter_news__image {
        max-height: none
    }

    .b-subscribe_form__item form {
        text-align: center;
        margin-left: 0
    }

    .b-subscribe_form__item form input {
        width: 100%;
        text-align: center;
        padding-left: 15px
    }

    .b-subscribe_form__item form button {
        width: 100%;
        margin-left: 0
    }

    .container.footer_menu {
        padding: 0 !important
    }

    .under_footer__item {
        float: none !important;
        text-align: center;
        padding: 50px 0 20px
    }

    .logo_footer {
        width: 100%;
        bottom: 105px;
        left: 1px;
        margin-left: 0 !important
    }

    .b-lang_row,
    .mobile_dropdown_row {
        position: absolute;
        left: 0;
        box-sizing: border-box
    }

    #map,
    .b-feedback_address #map {
        height: 480px
    }

    .full-height-container {
        height: 400px
    }

    .b-company_name .b-company_name__item.description_row {
        font-size: 20px
    }

    .company_showing {
        padding: 45px 0 8px
    }

    .b-company_showing_list {
        margin-top: 37px
    }

    .b-company_showing__item {
        margin-bottom: 45px
    }

    .b-cooperation_sheme {
        padding: 87px 0 0;
        width: 100%
    }

    .cooperation .b-cooperation_button {
        padding: 0;
        margin-top: -10px
    }

    .cooperation {
        padding: 45px 0 55px
    }

    .b-team_button {
        margin-top: -35px
    }

    .b-partners_comments {
        padding: 40px 0 20px
    }

    .b-partners_button {
        margin-top: -10px
    }

    .b-comments {
        padding: 0 0 40px
    }

    .b-client__img {
        width: 30%;
        padding-top: 10px
    }

    .b-client__info {
        padding: 10px 10px 0 23px
    }

    .b-comment_text {
        font-size: 12px;
        padding: 10px 0 30px
    }

    .b-infocenter_wrap .tabs_column {
        margin-top: 55px
    }

    .b-infocenter_wrap .tabs_column>a {
        text-decoration: none
    }

    .b-infocenter_news__text span {
        margin: 15px 10px
    }

    .b-infocenter_news__text h4 {
        padding: 0 10px
    }

    .b-infocenter_all_news {
        bottom: 43px
    }

    .b-infocenter_wrap {
        padding: 40px 0 10px
    }

    .b-subscribe_form__item {
        padding: 45px 0
    }

    .b-subscribe_form__item h4 {
        font-size: 20px
    }

    .b-subscribe_form__item:last-child {
        margin-top: -18px
    }

    .b-address_inner h4 {
        margin: 15px 0 10px
    }

    .under_footer {
        padding: 46px 0
    }

    body {
        overflow-x: hidden
    }

    .top_menu_wrapper .b-social_list {
        display: inline-block;
        text-align: left;
        float: none;
        width: 49%
    }

    .top_menu_wrapper .b-close_mobile_menu {
        text-align: left
    }

    .top_menu_wrapper .b-close_mobile_menu span {
        display: inline-block;
        width: 49%;
        text-align: right
    }

    .top_menu_wrapper .icon-search {
        float: right
    }

    .b-lang_row {
        background: #d92c27;
        padding: 0 15px;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        bottom: 98px
    }

    .b-lang_row .b-lang_row__item {
        display: inline-block;
        width: 90px
    }

    .b-lang_row .b-lang_row__item a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-family: bandera_proregular, arial, sans-serif;
        padding: 19px 0;
        border-bottom: 5px solid transparent;
        display: inline-block;
        width: 100%;
        text-align: center
    }

    .b-lang_row .b-lang_row__item a.active,
    .b-lang_row .b-lang_row__item a:hover {
        border-bottom: 5px solid #fff
    }

    .mobile_dropdown_row {
        background: #121212;
        text-align: center;
        padding: 0 15px 15px;
        width: 100%;
        bottom: 0
    }

    .mobile_dropdown_row .b-pre_header__item {
        width: 100%;
        padding: 14px 0 7px
    }

    .mobile_dropdown_row .b-pre_header__item span {
        color: #868686
    }

    .mobile_dropdown_row .b-header_phones {
        position: static;
        float: none;
        display: block;
        margin-right: 0 !important
    }

    .b-comments .slick-dots {
        margin-left: 0
    }

    .b-address__form_inner {
        box-sizing: border-box
    }

    .under_footer .under_footer__item {
        margin-right: 0
    }

    .under_footer .under_footer__item span {
        padding-right: 0
    }

    .b-client__img img {
        float: none;
        width: 100%;
        max-width: 100%
    }
}

.bottom_dropdown_menu_item .b-small_dropdown_menu .b-small_dropdown_menu__item a:hover,
.top_dropdown_menu_item .b-small_dropdown_menu .b-small_dropdown_menu__item a:hover {
    border-left: 3px solid #d92c27;
    background: 0 0;
    color: #d92c27;
    font-family: bandera_proregular, arial, sans-serif
}

.b-inner_article_text ul li,
.b-news-section .b-news-context ul li {
    line-height: 1.6;
    padding-left: 27px;
    text-indent: -23px;
    margin-bottom: 8px
}

@media screen and (min-width:639px) {
    .b-close_mobile_menu .b-social_list {
        display: none !important
    }

    .b-close_mobile_menu span {
        width: 100%;
        display: block
    }

    .b-lang_row,
    .mobile_dropdown_row,
    .search_item {
        display: none
    }
}

@media screen and (min-width:1200px) {
    .modal_close {
        top: 25px
    }

    a.b-pre_header__item.b-pre_header__item-email,
    a.b-pre_header__item.b-pre_header__item-skype,
    a.b-pre_header__item.b-pre_header__item-viber {
        margin-left: -100px
    }

    .container {
        max-width: 1150px;
        padding: 0 15px
    }

    .b-top_menu {
        margin: 0 0 0 90px
    }

    .b-top_menu .b-top_menu__item.about_item {
        width: 70px
    }

    .b-top_menu .b-top_menu__item.services_item {
        width: 135px
    }

    .b-top_menu .b-top_menu__item.partners_item {
        width: 105px
    }

    .b-top_menu .b-top_menu__item.infocenter_item {
        width: 155px
    }

    .b-top_menu .b-top_menu__item.contacts_item {
        width: 85px
    }

    .b-header_phones {
        float: right;
        padding: 6px 0;
        margin-right: 2px
    }

    .bottom_header_menu {
        padding-left: 3px
    }

    .jspPane {
        padding: 0 !important
    }

    .b-address__form form .b-address__form_column .red_btn {
        width: 277px
    }

    .tabs_column:first-child {
        width: 860px
    }

    .tabs_column .red_btn {
        margin: -10px 0 20px 2px
    }

    .b-company_showing_list {
        margin-left: -15px
    }

    .b-cooperation_text__item {
        font-size: 21px;
        line-height: 1
    }

    .cooperation .b-cooperation_button {
        margin: -36px 0 0 15px
    }

    .b-team_button {
        margin: 50px 0 0
    }

    .b-parnters {
        max-width: 560px;
        margin: 10px 0 0;
        float: left
    }

    .b-parnters .b-parnters_text {
        font-size: 15px;
        line-height: 24px;
        margin: 0 0 25px 2px;
        text-align: justify
    }

    .b-cooperation_sheme::after {
        margin: 0 -4px 0 -2px
    }

    .b-comments {
        max-width: 498px;
        float: left;
        margin: 10px 0 0 40px
    }

    .b-infocenter_wrap {
        padding: 105px 0 98px
    }

    .b-infocenter_text {
        width: 880px
    }

    .b-infocenter_all_news .red_btn {
        width: 268px;
        padding: 17px 0;
        margin: 0 0 0 19px
    }

    .b-infocenter .tabs_inner {
        margin-left: -3px
    }

    .b-infocenter .tabs_inner .tabs_column .b-infocenter_news {
        margin: 0 0 20px 28px;
        width: 29%
    }

    .b-infocenter .tabs_inner .tabs_column .b-infocenter_news .b-infocenter_news__image {
        max-height: 220px;
        height: 220px;
        margin-bottom: -3px
    }

    .b-infocenter .tabs_inner .tabs_column .b-infocenter_news .b-infocenter_news__image img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .b-team_list__image_wrap {
        max-height: 220px;
        height: 220px
    }

    .b-footer_search .b-footer_search input[type=text],
    .b-infocenter .tabs_inner .tabs_column .tabs_menu {
        width: 270px
    }

    .b-subscribe_form__item form {
        float: right;
        margin: -3px 0 0
    }

    .b-subscribe_form__item form button {
        width: 267px
    }

    .b-address_inner {
        display: inline-block;
        width: 600px
    }

    .b-address__form_inner {
        width: 600px
    }

    footer {
        clear: both
    }

    .b-menu_footer {
        margin: 0 0 0 -50px
    }

    .b-footer_search {
        margin-right: 33px;
        width: 270px
    }
}

.small_black_title,
.small_red_title {
    font-size: 20px;
    text-transform: uppercase
}

.header-main-video {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.header-main-video .video_overlay {
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute
}

.header-main-video video {
    z-index: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

#wrapper.no-scroll,
body.no-scroll,
html.no-scroll {
    height: 100vh;
    overflow: hidden
}

.b-inner_header.b-fixed_header.fixed_menu {
    top: 40px
}

header {
    margin-top: 90px
}

.b-team-publications_list,
header.b-main_page {
    margin-top: 40px
}

.b-pre_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    opacity: 1
}

.b-inner_header {
    position: fixed;
    top: 40px;
    right: 0;
    width: 100%;
    background: #3a3a3a;
    z-index: 9999;
    opacity: 1
}

.b-inner_header .b-top_menu_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    height: 53px;
    padding-top: 0 !important
}

.b-inner_header .b-top_menu .b-top_menu__item.services_item {
    width: 85px
}

.b-inner_header .b-top_menu .b-top_menu__item.infocenter_item {
    width: 115px
}

.b-inner_header .b-top_menu .b-top_menu__item {
    min-width: 65px
}

.b-inner_header .b-top_menu .b-top_menu__item a {
    padding: 20px 0 19px
}

.b-inner_header .b-top_menu .b-top_menu__item a:after {
    width: 100%;
    max-width: 100%;
    bottom: -1px
}

/* .b-inner_header .b-top_menu .b-top_menu__item a:hover {
    background: #4a4949
} */

.b-inner_header .b-header_phones {
    float: none;
    margin-right: 0;
    padding: 0;
    text-align: left;
    margin-top: -6px
}

.b-inner_header .b-header_phones .b-header_phones__item a {
    font-size: 12px;
    font-family: bandera_proregular, arial, sans-serif;
    max-width: 179px;
    padding: 11px 0;
    text-align: center
}

.b-inner_header .b-header_phones .b-header_phones__item a.red_btn {
    line-height: 1.3;
    padding: 11px 5px;
    font-size: 14px;
    margin-right: 1px
}

.b-inner_header.b-fixed_header {
    top: 0;
    opacity: 0
}

@media screen and (min-width:960px) {
    .b-infocenter_news {
        display: inline-block;
        margin-left: 0;
        vertical-align: top;
        padding: 0 8px;
        box-sizing: border-box;
        width: 30%
    }

    .b-close_mobile_menu,
    .b-top_menu .b-top_menu__item a .icon-arrow,
    .b-top_menu .b-top_menu__item.search_item {
        display: none
    }

    .b-address__form form .b-address__form_column input {
        width: 90%
    }

    .tabs_column .red_btn {
        margin: -10px 0 20px 2px
    }
}

@media screen and (min-width:1023px) and (max-width:1199px) {
    .b-team_list__item {
        margin-right: 15px
    }
}

.b-inner_main {
    padding: 40px 15px
}

.b-inner_article_text {
    padding: 35px 25px 35px 0
}

.b-inner_aside {
    width: 298px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    padding-left: 35px;
    padding-top: 40px;
    margin-left: -3px
}

.b-inner_aside .tabs_menu {
    margin-top: 34px;
    margin-left: 0;
    margin-bottom: 20px
}

.b-inner_aside .b-team_list {
    padding: 31px 20px 20px 5px;
    margin-top: 30px !important
}

.b-inner_aside.about_us_page_aside {
    padding-top: 0
}

.b-inner_content {
    width: calc(100% - 364px);
    margin-right: 64px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box
}

.b-inner_content .big_red_title {
    text-align: left;
    margin-bottom: 0
}

.b-enterprises .big_red_title,
.b-form_addEnterprise_wrap .big_red_title,
.b-partners_program .big_red_title {
    text-align: left !important
}

.small_red_title {
    color: #d92c27
}

.b-inner_article_text p {
    font-family: bandera_proregular, arial, sans-serif;
    line-height: 28px;
    margin-bottom: 10px
}

.b-inner_article_text ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none
}

.b-inner_article_text ul li:before,
.b-news-section .b-news-context ul li:before {
    content: " ";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #d92c27;
    margin-right: 18px;
    position: relative;
    top: -3px;
    left: 2px
}

.b-inner_article_text ol,
.b-news-section .b-news-context ol {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    counter-reset: myCounter
}

.b-inner_article_text ol li {
    font-size: 15px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px
}

.b-inner_article_text ol li:before,
.b-news-section .b-news-context ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    display: inline-block;
    font-size: 15px;
    font-family: bandera_probold, arial, sans-serif;
    color: #d92c27;
    position: absolute;
    top: 0;
    left: 0
}

.b-news-section .b-news-context p {
    color: #000;
    margin-bottom: 35px
}

.b-news-section .b-news-context ul {
    list-style: none !important;
    margin: 0 0 20px;
    padding: 0
}

.b-news-section .b-news-context ul li {
    color: #000
}

.b-news-section .b-news-context ol li {
    color: #000;
    line-height: 1.5;
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px
}

.b-inner_aside.b-category_aside .b-team_list {
    min-height: auto
}

.b-member-publications .b-team-publications_list,
.b-member-top .b-team_list .b-team_list__item .b-news-top-cont .b-team_list__image_wrap img,
.b-member-top .b-team_list .b-team_list__member .b-news-top-cont .b-team_list__image_wrap img,
.b-news-section .b-news-photo img,
.b-our-partners_page_list,
.b-team_list.b-team_list__aside {
    width: 100%
}

.b-team_list.b-team_list__aside .b-team_list__item {
    display: block !important;
    box-sizing: content-box;
    margin: 0 0 25px;
    max-width: 100%
}

.b-team_list.b-team_list__aside .b-team_list__item .b-news-top-cont {
    display: table
}

.b-team_list.b-team_list__aside .b-team_list__item .b-news-top-cont .b-team_list__image_wrap {
    float: left;
    min-width: 100px;
    margin-right: 20px;
    height: 100px;
    overflow: hidden;
    display: table-cell;
    width: 50%;
    vertical-align: top
}

.b-team_list.b-team_list__aside .b-team_list__item .b-news-top-cont .b-team_list__image_wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top
}

.b-team_list.b-team_list__aside .b-team_list__item .b-news-top-cont .b-team_list__image_wrap .b-team_list_inner p {
    padding-top: 30px;
    margin: auto;
    color: #fff;
    text-align: center;
    font-size: 12px
}

.b-team_list.b-team_list__aside .b-team_list__item .b-news-top-cont .b-news-top-inf {
    display: table-cell;
    width: 50%;
    vertical-align: top
}

.b-team_list.b-team_list__aside .b-team_list__item .b-news-top-inf .b-news-date p {
    color: #888;
    font-size: 13px
}

.b-team_list.b-team_list__aside .b-team_list__item .b-news-top-inf .b-news-title,
.b-team_list.b-team_list__aside .b-team_list__item .b-news-top-inf .b-news-title a {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    font-family: bandera_probold, arial, sans-serif
}

.b-team_list.b-team_list__aside .b-team_list__item .b-news-top-inf .b-news-title a {
    text-decoration: none;
    color: #000
}

.b-all-team .b-all-team_list .b-all-team_list__item .b-all-team-cont .b-all-team-inf:hover .b-all-team_list__image_wrap .b-all-team_list__image_overlay,
.b-member-top .b-team_list .b-team_list__item:hover .b-team_list__wrapper,
.b-member-top .b-team_list .b-team_list__member:hover .b-team_list__wrapper,
.b-news-top .b-team_list__item:hover .b-team_list__wrapper,
.b-team_list.b-team_list__aside .b-team_list__item:hover .b-team_list__wrapper {
    top: 0
}

.b-team_list.b-team_list__aside .b-team_list__item:hover .b-news-title,
.b-team_list.b-team_list__aside .b-team_list__item:hover .b-news-title a,
.emty_input input[type=checkbox]+label,
input[type=checkbox]:checked+label,
input[type=radio]:checked+label {
    color: #d92c27
}

.b-comments.b-comments__inner {
    max-width: 100%;
    width: 100%;
    background-color: #f5f5f5;
    padding: 40px;
    margin: 0;
    float: none;
    box-sizing: border-box
}

.b-comments.b-comments__inner .b-client_slider .slick-slide:after {
    color: #ededed
}

.b-white_bg,
body,
html {
    background-color: #fff
}

.small_black_title {
    font-family: bandera_probold, arial, sans-serif;
    color: #000
}

.b-add_enterprise {
    font-size: 15px;
    color: #000;
    font-family: bandera_proregular, arial, sans-serif;
    line-height: 25px;
    padding: 20px 0
}

.b-add_enterprise .red_btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 18px 5px;
    margin-top: 20px
}

.checkbox_label_hint {
    color: #d92c27;
    display: none
}

.b-enterprises_list {
    list-style: none;
    margin: 0;
    padding: 25px 5px 41px 0
}

.b-enterprises_list+.b-our-partners_page_list {
    padding: 0;
    margin-top: 0
}

.b-enterprises_list .b-enterprises_list__item {
    background: #f4f4f4;
    padding: 17px 0;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 0
}

.b-enterprises_list .b-enterprises_list__item:hover {
    background: #fff;
    cursor: pointer;
    box-shadow: 0 10px 25px 0 #e2e2e2;
    z-index: 9
}

.b-enterprises_list .b-enterprises_list__item:hover .transparent_btn {
    background-color: #cb2924;
    cursor: pointer;
    color: #fff
}

.b-category_table,
.b-enterprises_list .b-enterprises_list__item .b-enterprises_list__table_wrapper,
.b-enterprises_list__table_inner,
.b-partners_program_wrapper {
    display: table;
    width: 100%
}

.b-enterprises_list .b-enterprises_list__item .b-enterprises_list__table_wrapper .b-enterprises_list__wrapper_column {
    display: table-cell
}

.b-enterprises_list .b-enterprises_list__item .b-enterprises_list__table_wrapper .b-enterprises_list__wrapper_column:first-child {
    width: 60px;
    text-align: center;
    font-family: bandera_probold, arial, sans-serif;
    font-size: 15px;
    color: #c2c2c2
}

.b-enterprises_list .b-enterprises_list__item .b-enterprises_list__table_wrapper .b-enterprises_list__wrapper_column>h4 {
    color: #000;
    font-size: 15px;
    font-family: bandera_probold, arial, sans-serif;
    text-transform: uppercase
}

.b-enterprises_list .b-enterprises_list__item .b-enterprises_list__table_wrapper .b-enterprises_list__wrapper_column>span {
    font-size: 12px;
    color: #c2c2c2;
    font-family: bandera_proregular, arial, sans-serif
}

.b-enterprises_list .b-enterprises_list__item.b-advert__item {
    background: #3a3a3a;
    position: relative;
    padding: 22px 0;
    z-index: 999;
    box-shadow: none
}

.b-enterprises_list .b-enterprises_list__item.b-advert__item .b-enterprises_list__wrapper_column h4 {
    color: #fff
}

.b-enterprises_list .b-enterprises_list__item.b-advert__item .b-enterprises_list__wrapper_column .b-enterprises_list__inner_column,
.b-modal_wrapper .b-custom_form {
    column-count: 1;
    -moz-column-count: 1
}

.b-enterprises_list .b-enterprises_list__item.b-advert__item .b-enterprises_list__wrapper_column .b-enterprises_list__inner_column .b-advert_text {
    font-size: 12px;
    columns: 1;
    color: #afafaf;
    line-height: 20px;
    margin-top: 20px
}

.b-enterprises_list .b-enterprises_list__item.b-advert__item:after {
    content: " ";
    display: inline-block;
    height: 50%;
    width: 5px;
    background: #d92c27;
    position: absolute;
    top: 25%;
    left: 0
}

.b-enterprises_list__table_inner .b-enterprises_list__inner_column {
    display: table-cell
}

.b-enterprises_list__table_inner .b-enterprises_list__inner_column p {
    display: inline-block;
    font-family: bandera_proregular, arial, sans-serif;
    color: #000;
    font-size: 12px;
    margin-bottom: 5px;
    white-space: nowrap
}

.b-enterprises_list__table_inner .b-enterprises_list__inner_column p span {
    font-family: bandera_probold, arial, sans-serif;
    color: #000
}

.b-custom_form,
.b-enterprises_list__table_inner .b-enterprises_list__inner_column:first-child {
    column-count: 2;
    -moz-column-count: 2
}

.b-enterprises_list__table_inner .b-enterprises_list__inner_column:last-child {
    width: 215px;
    text-align: center
}

.b-our-partners_page_list .b-our-partners_page_list__item {
    margin-bottom: 0;
    display: inline-block;
    text-decoration: none;
    color: #000;
    text-indent: 0;
    padding-left: 0;
    overflow: hidden
}

.b-our-partners_page_list .b-our-partners_page_list__item a {
    float: left;
    width: 59px;
    font-size: 13px;
    border-bottom: 5px solid transparent;
    margin-bottom: 0;
    display: inline-block;
    text-decoration: none;
    color: #000;
    text-align: center !important
}

input[type=checkbox]+label.error+.checkbox_label a,
input[type=checkbox].error+label.error+.checkbox_label a {
    text-decoration: underline;
    color: #d92c27
}

.b-custom_form.partners_form input[type=checkbox],
.b-custom_form.partners_form input[type=checkbox]+label.error:before,
.b-custom_form.partners_form input[type=checkbox]:checked+label.error:before,
.b-our-partners_page_list .b-our-partners_page_list__item:before,
input[type=checkbox],
input[type=radio] {
    display: none
}

.b-our-partners_page_list:after {
    content: '';
    display: block;
    clear: both
}

.b-our-partners_page_list.b-text_page_list {
    margin-bottom: 25px;
    padding-top: 3px
}

.b-our-partners_page_list.b-text_page_list .b-our-partners_page_list__item {
    width: 145px;
    padding-bottom: 7px;
    padding-left: 0;
    float: none;
    display: table-cell;
    vertical-align: top
}

.b-our-partners_page_list.b-text_page_list .b-our-partners_page_list__item a {
    width: 100%;
    text-transform: uppercase;
    font-size: 11px;
    text-align: left;
    word-break: break-word
}

.b-our-partners_page_list.b-text_page_list .b-our-partners_page_list__item:first-child {
    width: 60px;
    font-family: adobe_caslon_probold_italic, arial, sans-serif !important;
    padding-bottom: 0;
    line-height: 39px
}

.b-our-partners_page_list.b-text_page_list .b-our-partners_page_list__item:first-child a {
    font-size: 33px;
    text-transform: lowercase
}

.b-our-partners_page_list.b-text_page_list .b-our-partners_page_list__item:nth-child(3) {
    width: 135px
}

.b-our-partners_page_list.b-text_page_list .b-our-partners_page_list__item:nth-child(4),
.b-our-partners_page_list.b-text_page_list .b-our-partners_page_list__item:nth-child(5) {
    width: 160px
}

.b-enterprises .b-inner_aside {
    padding: 15px 0 23px
}

.b-enterprises .b-inner_aside .b-aside_filter {
    padding: 0 0 30px
}

.b-aside_services .tabs_menu .tabs_menu__item a {
    text-transform: none;
    font-size: 20px;
    max-width: 100%;
    padding: 20px 17px 19px
}

.middle_align_button {
    vertical-align: middle
}

.b-inner_aside.b-about-aside .b-team_list {
    margin-top: 0 !important
}

@media screen and (max-width:960px) and (min-width:320px) {
    .small_black_title-enterprises {
        padding: 0 15px !important
    }
}

@media screen and (max-width:960px) {
    .b-team_list.b-team_list__aside {
        width: 100%
    }

    .b-main_page .container,
    .main_page_grey .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .container.b-top_menu_container {
        padding-right: 75px
    }

    .b-header_phones {
        margin-right: 20px
    }

    .b-top_menu_container {
        padding-top: 30px !important
    }

    .cooperation_item_inner_info {
        width: 90px;
        display: inline-block
    }

    .b-cooperation_scheme__item:nth-child(3),
    .b-cooperation_scheme__item:nth-child(6) {
        text-align: right
    }

    .b-cooperation_scheme__item:nth-child(3) p,
    .b-cooperation_scheme__item:nth-child(6) p {
        text-align: left
    }

    .b-cooperation_scheme__item:nth-child(3) .cooperation_item_inner_info {
        padding-right: 35px
    }

    .b-cooperation_scheme__item:nth-child(2),
    .b-cooperation_scheme__item:nth-child(5) {
        text-align: center
    }

    .b-cooperation_scheme__item:nth-child(2) p,
    .b-cooperation_scheme__item:nth-child(5) p {
        text-align: left
    }

    .mall_black_title-import {
        padding-left: 15px !important
    }

    .b-aside_filter {
        padding: 30px 0
    }

    .b-aside_filter h3 {
        margin-bottom: 20px
    }

    .b-enterprises_list {
        padding: 0 15px 41px
    }

    .b-enterprises .big_red_title {
        text-align: left !important;
        padding: 0 15px 15px
    }
}

@media screen and (max-width:941px) {

    .b-category_aside,
    .b-inner_aside.b-about-aside {
        padding-left: 0;
        margin-left: 0
    }

    .b-inner_aside,
    .b-inner_content {
        width: 100%;
        display: block;
        padding-top: 0
    }

    .b-inner_aside .big_red_title,
    .b-inner_content .big_red_title {
        text-align: left !important
    }

    .b-client__img {
        width: 100px
    }

    .b-comments.b-comments__inner .slick-dots {
        text-align: left
    }

    .b-comments.b-comments__inner .slick-prev {
        left: 0
    }

    .b-comments.b-comments__inner .slick-next {
        left: 70px
    }

    .b-comments.b-comments__inner .small_red_title {
        padding-left: 0;
        padding-top: 0
    }

    .small_red_title {
        padding-top: 25px
    }

    .b-aside_services .tabs_menu {
        width: 100%;
        margin: 24px auto
    }

    .b-team_list.b-team_list__aside {
        padding: 31px 20px 20px 15px
    }

    .b-team_list.b-team_list__aside .b-team_list__item {
        width: 49%;
        display: inline-block !important
    }

    .b-aside_filter .tabs_menu {
        box-shadow: 0 8px 15px 1px #f2f2f2
    }
}

.b-form_addEnterprise_wrap form {
    background: #f4f4f4;
    padding: 20px 30px 18px;
    margin-top: 35px
}

.b-form_addEnterprise_wrap form .b-form_addEnterprise {
    display: table;
    width: 100%;
    margin-bottom: 10px
}

.b-form_addEnterprise_wrap form .b-form_addEnterprise .b-form_addEnterprise__item label {
    font-size: 15px;
    color: #000;
    font-family: bandera_probold, arial, sans-serif;
    position: relative;
    top: 15px
}

.b-form_addEnterprise_wrap form .b-form_addEnterprise .b-form_addEnterprise__item label.error {
    color: #d62b26;
    padding: 10px 0;
    font-family: bandera_proregular, arial, sans-serif;
    display: inline-block;
    top: 0
}

.b-form_addEnterprise_wrap form .b-form_addEnterprise .b-form_addEnterprise__item input {
    width: 100%;
    font-size: 15px;
    color: #909090;
    font-family: bandera_proregular, arial, sans-serif;
    background: #fff;
    border: none;
    height: 40px;
    padding: 0 15px;
    box-sizing: border-box
}

.b-form_addEnterprise_wrap form .b-form_addEnterprise .b-form_addEnterprise__item input:active,
.b-form_addEnterprise_wrap form .b-form_addEnterprise .b-form_addEnterprise__item input:focus {
    outline: 0
}

.b-form_addEnterprise_wrap form .b-form_addEnterprise .b-form_addEnterprise__item:first-child {
    width: 265px
}

@media screen and (max-width:640px) {
    .b-inner_header .b-header_phones {
        text-align: center
    }

    #email-error {
        bottom: -104px
    }

    #recaptcha-subscribe {
        bottom: -94px;
        width: auto
    }

    .b-header_tabs,
    .mobile_dropdown_row .b-header_phones__item span {
        display: none
    }

    .b-top_menu_container>.b-header_phones {
        margin: 30px auto 0 !important;
        padding: 0 !important;
        position: absolute !important;
        left: 15px;
        bottom: 10px;
        width: auto !important;
        text-align: left
    }

    .b-top_menu_container>.b-header_phones p {
        position: relative;
        left: 10px;
        display: inline;
        font-size: 17px
    }

    .b-inner_header.b-fixed_header {
        top: 40px
    }

    .mfp-container {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-content {
        width: 100%;
        min-height: 100vh;
        background: #fff
    }

    .b-client__img,
    .b-comments.b-comments__inner .b-client_slider.b-about-us-slider .b-client__img,
    .b-team_list.b-team_list__aside .b-team_list__item .b-news-top-cont .b-team_list__image_wrap {
        width: 100px
    }

    #big_red_title_enterprises {
        margin-left: 30px !important
    }

    #small_black_title_enterp {
        margin-left: 16px !important
    }

    .b-inner_content .b-enterprises_list .b-enterprises_list__item .b-enterprises_list__table_wrapper,
    .b-team_list.b-team_list__aside .b-team_list__item .b-news-top-cont {
        display: block
    }

    .b-company_name .red_btn {
        margin-right: 0
    }

    .b-top_menu_container {
        opacity: 0
    }

    .b-fixed_header,
    .b-inner_header {
        opacity: 1 !important
    }

    .b-fixed_header .container.b-top_menu_container,
    .b-inner_header .container.b-top_menu_container {
        opacity: 1;
        height: 80px
    }

    .b-cooperation_sheme .b-cooperation_scheme__item p,
    .b-cooperation_sheme .b-cooperation_scheme__item:first-child p,
    .cooperation_item_inner_info {
        width: 100%
    }

    .b-cooperation_scheme__item:nth-child(2),
    .b-cooperation_scheme__item:nth-child(3),
    .b-cooperation_scheme__item:nth-child(5),
    .b-cooperation_scheme__item:nth-child(6) {
        text-align: left
    }

    .b-comments.b-comments__inner .b-client__img {
        width: 49%
    }

    .b-comments.b-comments__inner .b-client__img img {
        float: right
    }

    .b-team_list.b-team_list__aside .b-team_list__item {
        width: 100%;
        margin-bottom: 22px
    }

    .b-team_list.b-team_list__aside .b-team_list__item .b-news-top-cont .b-team_list__image_wrap img {
        height: 100%;
        width: 100px
    }

    .b-inner_content .b-enterprises_list .b-enterprises_list__item .b-enterprises_list__table_wrapper .b-enterprises_list__wrapper_column {
        text-align: left;
        padding: 0 15px 15px !important;
        display: block !important;
        width: 100%;
        box-sizing: border-box
    }

    .b-inner_content .b-enterprises_list .b-enterprises_list__item .b-enterprises_list__table_wrapper .b-enterprises_list__table_inner {
        display: block !important
    }

    .b-inner_content .b-enterprises_list .b-enterprises_list__item .b-enterprises_list__table_wrapper .b-enterprises_list__inner_column {
        padding: 15px 0;
        display: block !important;
        width: 100%
    }

    .b-inner_content .b-enterprises_list .b-enterprises_list__item .b-enterprises_list__table_wrapper .b-enterprises_list__inner_column .transparent_btn {
        display: block !important;
        background: #d92c27;
        color: #fff
    }

    .b-inner_content .b-enterprises_list .b-enterprises_list__item .b-enterprises_list__table_wrapper .b-enterprises_list__inner_column .red_btn {
        display: block
    }

    .b-enterprises .b-inner_content .b-enterprises_list .b-enterprises_list__item.b-advert__item:after {
        content: " ";
        display: inline-block;
        height: 15%;
        width: 5px;
        background: #d92c27;
        position: absolute;
        top: 27%;
        left: 0
    }

    .b-enterprises_list .b-enterprises_list__item {
        background: #fff;
        box-shadow: inset 0 15px 25px -5px #ebebeb
    }

    .b-enterprises_list .b-enterprises_list__item:first-child {
        box-shadow: none
    }

    .b-inner_content.b-category_page_content .b-inner_article_text {
        padding: 15px 11px 0 15px !important
    }

    .b-inner_content.b-category_page_content .b-inner_article_text .small_red_title {
        font-size: 23px
    }

    .b-inner_content.b-category_page_content .b-inner_article_text .b-bonus {
        margin-right: -11px;
        margin-left: -15px;
        padding: 27px 20px !important
    }

    .b-comments.b-comments__inner .b-client_slider.b-about-us-slider .b-client__img img {
        float: none
    }

    .b-comments.b-comments__inner .slick-dots {
        margin-left: 27px
    }

    .b-top_menu__item.logo_item {
        padding: 12px 0 !important
    }

    .b-form_addEnterprise_wrap form {
        margin-top: 15px;
        padding: 10px 15px !important
    }

    .b-form_addEnterprise_wrap form .b-right_submit .red_btn {
        display: block;
        width: 100%;
        text-align: center;
        box-sizing: border-box
    }
}

.b-right_submit {
    text-align: right;
    padding-top: 20px;
    position: relative;
    z-index: 9999;
}

.b-partners_program .big_red_title+p {
    font-size: 16px;
    font-family: bandera_proregular, arial, sans-serif;
    color: #000;
    line-height: 25px;
    margin: 30px 0 55px
}

.b-print_count {
    background: #d92c27;
    color: #fff;
    padding: 1px 30px;
    margin-top: 40px
}

.b-print_count h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-family: bandera_probold, arial, sans-serif;
    margin: 22px 0 5px
}

.b-print_count p {
    font-size: 16px;
    font-family: bandera_proregular, arial, sans-serif;
    margin: 17px 0;
    padding: 0 0 8px
}

.b-error_header .b-error-text h1,
.b-error_header .b-error-text h3,
.b-news-section .b-news-context .b-text-quote p,
.b-news-section .b-social-link p,
.b-news-top .b-team_list__item .b-news-title,
.b-news-top h3,
.b-partners_program__step_column h3,
.b-partners_program__summ,
.b-slider_border span,
.b-slider_count,
.b-text-quote p {
    font-family: bandera_probold, arial, sans-serif
}

.b-partners_program__step {
    display: block;
    width: 100%;
    padding: 0 35px 16px 30px;
    box-sizing: border-box
}

.b-partners_program__step_column {
    display: block;
    width: 100%
}

.b-partners_program__step_column h3 {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 27px 0 17px
}

.b-slider_border span,
.b-slider_count {
    padding-top: 30px;
    font-size: 16px;
    display: inline-block
}

.b-partners_program__step_column h3 span {
    font-size: 40px;
    color: #ddd;
    display: block
}

.b-partners_program__step_column h3 span.value {
    font-size: inherit;
    display: inline;
    color: #d92c27
}

.b-partners_program__step_column h3 span#parnters_summ_final {
    font-size: 30px;
    display: inherit;
    color: inherit
}

input[type=checkbox]+label,
input[type=radio]+label {
    color: #000;
    font-size: 16px;
    font-family: bandera_probold, arial, sans-serif
}

input[type=checkbox]+label:hover,
input[type=radio]+label:hover {
    cursor: pointer;
    color: #d92c27
}

input[type=checkbox]+label:before,
input[type=radio]+label:before {
    content: "\f00c";
    display: inline-block;
    width: 29px;
    height: 29px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff;
    margin-right: 20px;
    line-height: 26px;
    text-align: center;
    font-family: FontAwesome;
    color: transparent
}

.b-custom_form.partners_form input[type=checkbox]:checked+label.error+label:before,
.b-custom_form.partners_form input[type=checkbox]:checked+label:before,
input[type=checkbox]:checked+label:before,
input[type=radio]:checked+label:before {
    content: "\f00c";
    border: 1px solid #d92c27;
    color: #d92c27
}

.b-partners_program__step__item {
    margin: 11px 0;
    display: inline-block;
    width: 100%
}

#b-slider,
#b-slider div,
#b-slider span {
    transition: none;
    border-radius: 0
}

.b-slider_border {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between
}

.b-slider_border span {
    color: #ddd;
    width: 20px;
    text-align: center;
    position: relative
}

.b-slider_border span:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 1px;
    height: 20px;
    background: #dbdbdb
}

.b-slider_border span:first-child {
    left: -9px
}

.b-slider_border span:last-child {
    right: -10px
}

#b-slider {
    height: 13px;
    border: 1px solid #dbdbdb;
    background: #f2f2f2
}

#b-slider .ui-widget-header {
    background: #d62b27;
    border: 1px solid #d62b27;
    outline: #D62B27 solid 1px
}

#b-slider .ui-slider-handle {
    background: #d62b27;
    border: 1px solid #d62b27;
    transform: rotate(45deg);
    outline: 0;
    top: -4px
}

.b-slider_count {
    color: #d62b27;
    width: 20px;
    text-align: center;
    position: absolute;
    top: calc(100% - 10px);
    transform: rotate(-45deg);
    left: 22px;
    transition: none
}

.b-slider_wrap {
    position: relative;
    padding: 12px 7px 0;
    margin-bottom: -5px
}

.b-partners_program__summ {
    font-size: 30px;
    color: #d92c27
}

.b-partners_program_wrapper .b-partners_program_column {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    vertical-align: top
}

.b-partners_program_wrapper .b-partners_program_column:first-child {
    padding-right: 15px
}

.b-partners_program_wrapper .b-partners_program_column:last-child {
    padding-left: 5px;
    padding-right: 3px
}

.b-partners_program_wrapper .b-partners_program_column>p,
.b-partners_program_wrapper .b-partners_program_column>ul li {
    font-size: 16px;
    font-family: bandera_proregular, arial, sans-serif;
    color: #000;
    line-height: 25px;
    margin: 30px 0 33px
}

.b-custom_form.partners_form {
    column-count: 1;
    -moz-column-count: 1;
    max-width: 570px
}

.b-custom_form input,
.right_btn .b-right_submit {
    display: inline-block;
    width: 100%;
    max-width: 570px
}

.b-custom_form.partners_form input {
    margin-bottom: 28px;
    max-width: 100%
}

.b-custom_form.partners_form input[type=checkbox]+label,
input[type=checkbox]+label.error+.checkbox_label {
    font-family: bandera_promedium, arial, sans-serif;
    color: #000;
    font-size: 16px
}

.b-custom_form.partners_form input[type=checkbox]+label a {
    color: #d92c27;
    text-decoration: underline
}

.b-custom_form.partners_form input[type=checkbox]+label.error+label:before,
.b-custom_form.partners_form input[type=checkbox]+label:before {
    width: 29px;
    height: 29px;
    box-sizing: border-box;
    background: #fff;
    margin-right: 20px;
    line-height: 26px;
    text-align: center;
    font-family: FontAwesome;
    color: transparent;
    content: "\f00c"
}

.b-custom_form.partners_form input[type=checkbox]+label:before {
    display: inline-block;
    border: 1px solid #ccc
}

.b-custom_form.partners_form input[type=checkbox]+label.error+label:before {
    display: inline-block;
    border: 1px solid #d92c27
}

.b-custom_form.partners_form .b-right_submit {
    text-align: left;
    padding-top: 40px
}

.b-custom_form.partners_form .b-right_submit .red_btn {
    padding: 17px;
    min-width: 269px
}

.b-custom_form input {
    border: none;
    background: 0 0;
    outline: 0;
    border-bottom: 1px solid #eaeaea;
    padding: 5px 0;
    margin-bottom: 16px;
    font-family: bandera_probold, arial, sans-serif;
    font-size: 16px;
    color: #000
}

.b-custom_form input::-webkit-input-placeholder {
    font-family: bandera_probold, arial, sans-serif;
    font-size: 14px;
    color: #cacaca
}

.b-custom_form input::-moz-placeholder {
    font-family: bandera_probold, arial, sans-serif;
    font-size: 14px;
    color: #cacaca
}

.b-custom_form input.error::-webkit-input-placeholder {
    color: #d92c27
}

.b-custom_form input.error::-moz-placeholder {
    color: #d92c27
}

.b-partners_program__form_wrapper {
    padding: 15px 24px
}

input[type=checkbox].error+label.error+.checkbox_label {
    color: #d92c27;
    font-family: bandera_promedium, arial, sans-serif
}

.right_btn .b-right_submit {
    vertical-align: top;
    padding-top: 14px
}

.right_btn .b-right_submit .red_btn {
    min-width: 270px;
    padding: 16px 5px
}

.b-partners_program_form_wrap {
    box-shadow: 0 3px 10px 3px #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 60px
}

.b-partners_program__step_list {
    padding-left: 3px;
    column-count: 2;
    -moz-column-count: 2;
    margin-top: -19px
}

@media screen and (max-width:639px) {
    .b-bonus .red_btn {
        position: absolute !important;
        left: -5px !important;
        width: calc(100% + 10px) !important;
        max-width: calc(100% + 10px) !important;
        padding: 16px 5px !important;
        box-sizing: border-box !important
    }

    header {
        min-height: 80px
    }

    .b-print_count {
        padding: 1px 15px
    }

    .b-partners_program_form_wrap {
        box-shadow: none;
        margin: 0 -15px;
        padding: 0
    }

    .b-enterprises_list+.b-our-partners_page_list,
    .b-partners_program__step {
        padding: 0 15px
    }

    .b-partners_program__form_wrapper {
        padding: 40px 15px
    }

    .b-partners_program__form_wrapper .b-right_submit {
        padding: 18px 5px;
        width: 100%
    }

    .b-enterprises .b-inner_content {
        width: auto;
        margin: 0 -30px
    }

    .b-aside_filter {
        padding: 30px 15px !important
    }

    .b-enterprises .big_red_title {
        padding-left: 0 !important
    }

    .b-add_enterprise,
    .small_black_title {
        padding: 20px 0
    }
}

.b-category_table__inner,
.b-member-top .b-team_list .b-team_list__item:hover,
.b-member-top .b-team_list .b-team_list__member:hover,
.b-question__form.b-category__form .b-address__form {
    box-shadow: 0 3px 10px 3px #ebebeb
}

.b-bonus .red_btn,
.b-inner_content.b-category_page_content .b-inner_article_text .b-bonus .red_btn {
    position: absolute;
    bottom: -25px;
    width: 357px;
    padding: 16px 5px;
    text-align: center;
    box-sizing: border-box
}

.b-category_page_content {
    margin-top: 37px
}

.b-category_page_content .b-inner_article_text p {
    line-height: 26px
}

.b-category_page_content .b-inner_article_text p b {
    font-family: bandera_probold, arial, sans-serif;
    font-weight: 700
}

.b-inner_article_text table,
.b-inner_article_text table tr,
.b-inner_article_text table tr td {
    border: 1px solid grey !important;
    border-collapse: collapse !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 5px
}

.b-bonus {
    border: 5px solid #d52b26;
    text-align: center;
    padding: 27px 40px;
    margin-bottom: 30px;
    margin-top: 40px;
    position: relative
}

.b-bonus p,
.b-inner_content.b-category_page_content .b-inner_article_text .b-bonus p {
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 30px
}

.b-bonus .small_red_title,
.b-inner_content.b-category_page_content .b-inner_article_text .b-bonus .small_red_title,
.b-inner_content.b-category_page_content .b-inner_article_text .b-our-partners_page_list .b-our-partners_page_list__item {
    margin-bottom: 0
}

.b-bonus .red_btn {
    left: calc(50% - 180px)
}

.b-inner_content.b-category_page_content .b-inner_article_text {
    padding: 15px 11px 35px 0
}

.b-inner_content.b-category_page_content .b-inner_article_text .b-bonus {
    border: 5px solid #d52b26;
    text-align: center;
    padding: 27px 40px;
    margin-bottom: 75px;
    margin-top: 40px;
    position: relative
}

.b-inner_content.b-category_page_content .b-inner_article_text .b-bonus p b {
    font-family: bandera_probold, arial, sans-serif !important;
    font-weight: 700
}

.b-inner_content.b-category_page_content .b-inner_article_text .b-bonus .red_btn {
    left: calc(52% - 180px)
}

.b-inner_content.b-category_page_content .b-inner_article_text .small_red_title {
    margin-bottom: 18px
}

.b-inner_content.b-category_page_content .b-inner_article_text ol li,
.b-inner_content.b-category_page_content .b-inner_article_text ul li {
    margin-bottom: 4px
}

.b-inner_content.b-category_page_content .b-inner_article_text .small_black_title.small_letters {
    margin-bottom: 21px;
    margin-top: 22px
}

.b-category_table__column {
    display: table-cell;
    box-sizing: border-box
}

.b-category_table__column:first-child {
    width: 335px;
    min-width: 335px;
    max-width: 335px
}

.b-category_table__column:nth-child(2) {
    padding: 0 15px;
    min-width: 170px !important;
    width: 170px !important;
    max-width: 170px !important;
    text-align: center
}

.b-category_table__column:last-child {
    min-width: 215px;
    width: 215px;
    max-width: 215px
}

@media screen and (max-width:810px) and (min-width:641px) {

    .b-category_table__column:first-child,
    .b-category_table__column:last-child {
        min-width: 150px;
        width: 150px;
        max-width: 150px
    }
}

.b-category_table__header {
    background: #d92c27;
    padding: 24px 30px;
    position: relative;
    z-index: 9
}

.b-category_table__header .b-category_table__column {
    color: #fff;
    font-family: bandera_probold, arial, sans-serif;
    font-size: 20px
}

.b-category_table__inner {
    background: #fff
}

.b-category_table__inner .b-category_table {
    background: #f9f9f9;
    padding: 0 30px;
    box-sizing: border-box;
    width: 100%;
    text-indent: 0
}

.b-category_table__inner .b-category_table:before,
.b-infocentr .bottom_header_menu .icon-arrow,
.b-scrollTop.hidden_scroll_btn,
.b-small_dropdown_menu,
.b-table-hint,
.bottom_dropdown_menu_item .b-small_dropdown_menu .b-small_dropdown_menu__item a:hover:after,
.bottom_dropdown_menu_item:hover a:after,
.bottom_header_menu .icon-arrow,
.top_dropdown_menu_item .b-small_dropdown_menu .b-small_dropdown_menu__item a:hover:after,
.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-default .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    display: none
}

.b-category_table__inner .b-category_table:nth-child(2n) {
    background: #fff
}

.b-category_table__inner .b-category_table .b-category_table__column {
    padding: 14px 15px;
    color: #3a3a3a;
    font-family: bandera_proregular, arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    vertical-align: middle;
    text-indent: 0 !important
}

.b-category_table__inner .b-category_table .b-category_table__column span {
    font-family: bandera_probold, arial, sans-serif;
    text-transform: uppercase
}

.b-category_table_wrap {
    width: 100%;
    margin: -10px auto 50px
}

.b-category_table_btn {
    text-align: center;
    margin-bottom: 45px
}

.b-category_table_btn .red_btn {
    padding: 23px 5px;
    min-width: 285px;
    text-align: center;
    box-sizing: border-box
}

.b-faq_wrap .small_red_title {
    margin-bottom: 20px
}

.b-faq_list,
.b-news-context .-faq_list {
    margin-top: 33px
}

.b-faq_list ol,
.b-news-context .-faq_list ol {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: myCounter
}

.b-faq_list ol li,
.b-news-context .-faq_list ol li {
    position: relative !important;
    font-family: bandera_probold_italic, arial, sans-serif !important;
    line-height: 30px !important;
    padding: 15px 0 10px 100px !important;
    font-size: 15px !important
}

.b-faq_list ol li:before,
.b-news-context .-faq_list ol li:before {
    counter-increment: myCounter;
    content: "0" counter(myCounter) !important;
    display: inline-block !important;
    position: absolute !important;
    top: 23px !important;
    left: 0 !important;
    font-family: bandera_probold, arial, sans-serif !important;
    font-size: 40px !important;
    color: #eee !important;
    min-width: 100px !important
}

.b-toggle_answer__item {
    font-family: bandera_proitalic, arial, sans-serif;
    color: #a3a3a3;
    font-size: 15px;
    padding-left: 30px;
    border-left: 2px solid #e5e5e5
}

.b-toggle_answer__link {
    font-size: 14px;
    font-family: bandera_probold, arial, sans-serif;
    color: #d92c27 !important;
    display: block;
    margin: 10px 0
}

.b-toggle_answer__link .fa {
    font-size: 17px;
    position: relative;
    right: -2px;
    top: 1px
}

.b-question__form.b-category__form {
    width: 99%;
    margin: 70px auto 20px;
    box-shadow: none
}

.b-question__form.b-category__form .b-question__form-header {
    position: relative;
    z-index: 9;
    background: #3a3a3a
}

.b-category_aside .b-member-top .b-team_list {
    padding: 0;
    margin-top: 35px
}

#b-aside_services_category {
    margin-top: 15px
}

#b-aside_services_category .tabs_menu__item a {
    padding: 24px
}

.b-aside_services.b-mini-aside_services .tabs_menu .tabs_menu__item a {
    font-size: 14px;
    text-transform: uppercase
}

.b-modal_wrapper {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 25px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    text-align: center
}

.b-modal_wrapper .b-right_submit .red_btn {
    width: 100%;
    max-width: 240px
}

.b-modal_wrapper .small_red_title {
    padding: 0 0 20px;
    max-width: 250px;
    margin: 0 auto
}

@media screen and (min-width:1200px) {
    .b-modal_wrapper .small_red_title {
        padding: 0 0 10px
    }

    .b-news-top .b-team_list .b-news-date {
        white-space: nowrap
    }
}

.b-modal_wrapper .small_red_title .fa {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000
}

.b-modal_wrapper .small_red_title .fa:hover {
    cursor: pointer;
    opacity: .8
}

.b-modal_wrapper .b-custom_form textarea {
    width: 100%;
    height: 107px;
    resize: none;
    padding: 5px;
    border: 1px solid #eaeaea;
    display: block
}

.b-modal_wrapper .b-custom_form textarea::-webkit-input-placeholder {
    font-family: bandera_probold, arial, sans-serif;
    font-size: 14px;
    color: #cacaca
}

.b-modal_wrapper .b-custom_form textarea::-moz-placeholder {
    font-family: bandera_probold, arial, sans-serif;
    font-size: 14px;
    color: #cacaca
}

.b-modal_wrapper .b-custom_form textarea.error::-webkit-input-placeholder {
    color: #d92c27
}

.b-modal_wrapper .b-custom_form textarea.error::-moz-placeholder {
    color: #d92c27
}

.mfp-bg,
.mfp-wrap {
    z-index: 99999
}

.b-our-partners_page_list__wrapper {
    width: 100%;
    position: relative
}

#addEnterprise,
.b-our-partners_page_list__wrapper__global,
.bottom_dropdown_menu_item,
.search_mobile_form,
.top_dropdown_menu_item {
    position: relative
}

.b-infocentr .container .b-infocentr-container .b-header_tabs .b-bottom_menu_list .b-bottom_menu__item a,
.b-infocentr-container .mCSB_scrollTools_horizontal .b-bottom_menu_list .b-bottom_menu__item a {
    padding-bottom: 0 !important
}

.g-recaptcha.recaptha_error iframe {
    border: 1px solid red
}

.mfp-content .g-recaptcha {
    margin: 10px auto
}

#recaptcha-10 {
    position: absolute;
    left: 295px;
    bottom: 0
}

#hiddenRecaptcha-error,
#hiddenRecaptcha_10-error,
#hiddenRecaptcha_subscribe-error,
.b-category_table__inner_list .b-category_table:before,
.hidden,
.no-scrolable:after {
    display: none !important
}

.b-infocentr-container .mCSB_scrollTools_horizontal {
    opacity: 0;
    height: 0
}

.b-infocentr-container .mCSB_container {
    margin-bottom: -30px
}

@media screen and (max-width:600px) {
    .b-category_page_content .b-inner_article_text .b-our-partners_page_list__wrapper__global {
        margin-bottom: 0
    }

    .b-infocentr-container .bottom_header_menu {
        position: relative
    }

    .b-infocentr-container .bottom_header_menu:after,
    .b-our-partners_page_list__wrapper__global:after,
    .mCSB_buttonRight:after {
        content: "\e905";
        font-family: icomoon !important;
        position: absolute;
        top: 0;
        color: #d92d28;
        font-size: 25px;
        background: #fff;
        display: inline-block;
        box-sizing: border-box;
        pointer-events: all
    }

    .b-infocentr-container .bottom_header_menu:after {
        right: 0;
        height: 100%
    }

    .b-our-partners_page_list__wrapper__global {
        margin-bottom: -30px
    }

    .b-our-partners_page_list__wrapper__global .b-our-partners_page_list__wrapper {
        transition: .5s
    }

    .b-our-partners_page_list__wrapper__global .mCSB_scrollTools_horizontal {
        opacity: 0;
        height: 0
    }

    .b-our-partners_page_list__wrapper__global:after,
    .mCSB_buttonRight:after {
        height: 100%
    }

    .b-our-partners_page_list__wrapper__global:after {
        right: -20px;
        padding: 15px 15px 15px 0
    }

    .mCSB_buttonRight:after {
        right: -10px;
        padding: 15px
    }
}

.b-breadcrumbs ul li:last-child a:after,
.b-partners_program_column>ul li:before {
    content: " "
}

@media screen and (max-width:1199px) {

    .b-header_phones.header_phones_btn,
    .b-inner_header .b-cooperation_sheme:after,
    .category-consult-button,
    .header-main-video {
        display: none
    }

    .b-inner_header .b-menu_trigger,
    .b-inner_header .b-top_menu .b-top_menu__item a {
        box-sizing: border-box;
        font-family: bandera_probold, arial, sans-serif
    }

    .logo_footer {
        margin-left: 15px
    }

    .b-top_menu .b-top_menu__item.about_item {
        margin-left: 18px !important
    }

    .margin_inner_right {
        margin-right: 80px !important
    }

    .header_wrapper {
        background-color: #000;
        background-image: url(../images/header_bg.webp)
    }

    .b-bottom_menu_list .b-bottom_menu__item {
        max-width: 18%
    }

    .b-bottom_menu_list .b-bottom_menu__item a {
        font-size: 12px;
        text-align: center;
        padding: 0 0 24px
    }

    .b-inner_header .top_menu_wrapper.opened .b-top_menu,
    .tabs_inner {
        margin: 0
    }

    .b-footer_search input[type=text] {
        padding: 0 50px 5px 0
    }

    .b-inner_header .b-top_menu_container {
        justify-content: flex-end
    }

    .b-inner_header .b-menu_trigger {
        display: block;
        color: #fff;
        text-transform: uppercase;
        background: #d92c27;
        padding: 19px 5px 20px;
        width: 80px;
        text-align: center;
        float: right;
        font-size: 14px;
        position: absolute;
        top: 0;
        right: 0
    }

    .b-inner_header .b-menu_trigger:hover {
        cursor: pointer
    }

    .b-inner_header .b-top_menu .b-top_menu__item {
        display: block;
        width: 100% !important;
        margin: 0 !important;
        text-align: right;
        background: #d92c27;
        box-sizing: border-box
    }

    .b-inner_header .b-top_menu .b-top_menu__item a {
        text-align: left;
        padding: 19px 15px;
        border-bottom: 1px solid #dd423d
    }

    .b-inner_header .b-top_menu .b-top_menu__item a .icon-arrow {
        float: right
    }

    .b-inner_header .b-top_menu .b-top_menu__item a:hover {
        background: #dd423d
    }

    .b-inner_header .b-top_menu .b-top_menu__item a.active {
        background: #fff;
        color: #121212
    }

    .b-inner_header .b-top_menu .b-top_menu__item a.active .fa {
        color: #dc3b36
    }

    .b-inner_header .b-top_menu .b-top_menu__item.contacts_item {
        border-bottom: none
    }

    .b-inner_header .b-top_menu__item.logo_item {
        position: absolute;
        top: 0;
        left: 15px;
        padding: 6px 0
    }

    .b-inner_header .b-header_phones {
        padding: 0 !important;
        margin-right: 50px
    }

    .b-inner_header .b-header_phones:nth-child(2) {
        margin-right: 80px
    }

    .b-inner_header .top_menu_wrapper {
        position: fixed;
        top: 40px;
        right: -110vw;
        width: 100%;
        z-index: 99999
    }

    .b-inner_header .top_menu_wrapper.opened {
        top: 40px;
        min-height: 100vh;
        background: #d92c27;
        right: 0
    }

    .b-inner_header .top_menu_wrapper.opened .b-menu_trigger {
        width: 100%;
        text-align: right
    }

    .b-inner_header .top_menu_wrapper.opened .b-close_mobile_menu {
        display: block
    }

    .b-inner_header .b-top_menu {
        position: relative;
        right: 0;
        top: 0;
        width: 100%
    }

    .b-enterprises_list__table_inner .b-enterprises_list__inner_column:first-child {
        column-count: 1;
        -moz-column-count: 1
    }

    .b-enterprises_list__table_inner .b-enterprises_list__inner_column:first-child p {
        display: block
    }

    .under_footer .under_footer__item span.grey_text span {
        display: block;
        margin-right: 0
    }

    .b-infocentr-container .b-bottom_menu_list .b-bottom_menu__item {
        max-width: none
    }

    .b-infocentr #infocenter-top-tema {
        margin-top: 0;
        margin-left: 0;
        float: right;
        margin-right: 20px
    }
}

@media screen and (max-width:959px) {
    .b-infocentr .b-sidebar .b-news-top .b-team_list .b-team_list__item {
        width: 280px !important
    }
}

@media screen and (max-width:939px) {
    .absolute_mobile_row {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0
    }

    .b-infocentr-container {
        padding-top: 30px;
        position: relative
    }

    .b-infocentr .b-sidebar_menu {
        margin-bottom: 0
    }

    .b-infocentr .sidebar_menu {
        margin-top: 40px;
        margin-bottom: 0
    }

    .b-infocentr #infocenter-top-tema {
        float: none;
        margin-right: 0
    }

    .b-infocentr .b-sidebar .b-news-top .b-team_list .b-team_list__item {
        width: auto !important
    }
}

.bottom_dropdown_menu_item .b-small_dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 99999;
    min-width: 170px;
    border-top: 3px solid #d92c27;
    padding-top: 6px
}

.bottom_dropdown_menu_item .b-small_dropdown_menu .b-small_dropdown_menu__item a {
    color: #000;
    margin: 5px 0;
    padding: 5px 5px 5px 15px;
    border-left: 3px solid #fff;
    width: 100%;
    word-wrap: break-word;
    box-sizing: border-box
}

.top_dropdown_menu_item .b-small_dropdown_menu {
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #fff;
    z-index: 99999;
    min-width: 155px;
    border-bottom: 3px solid #d92c27;
    padding-bottom: 6px
}

.top_dropdown_menu_item .b-small_dropdown_menu .b-small_dropdown_menu__item a {
    color: #000;
    margin: 5px 0;
    padding: 5px 5px 5px 15px;
    border-left: 3px solid #fff;
    font-family: bandera_proregular, arial, sans-serif;
    width: 100%;
    word-wrap: break-word;
    box-sizing: border-box
}

.top_dropdown_menu_item .shadow_menu {
    box-shadow: 0 -2px 3px 0 #dbdbdb
}

.bottom_dropdown_menu_item .shadow_menu {
    box-shadow: 0 2px 3px 0 #dbdbdb
}

.top_menu_wrapper.opened .bottom_dropdown_menu_item .b-small_dropdown_menu {
    position: static;
    display: none;
    box-shadow: none;
    padding-top: 0
}

.top_menu_wrapper.opened .bottom_dropdown_menu_item .b-small_dropdown_menu li a {
    background: #c32823;
    margin: 0;
    border-left: 0;
    color: #fff;
    padding: 10px 5px 10px 40px;
    border-bottom: none
}

.b-member-infoblock {
    clear: both;
    padding: 25px;
    background: #f7f7f7;
    color: #a7a7a7;
    display: table;
    width: 100%;
    box-sizing: border-box
}

.b-member-infoblock .b-member-infoblock__text {
    font-family: bandera_proitalic, arial, sans-serif;
    font-size: 15px;
    line-height: 2;
    display: table-cell;
    vertical-align: top
}

.b-member-infoblock .b-member-infoblock__letter {
    display: table-cell;
    vertical-align: top;
    font-family: adobe_caslon_probold_italic, arial, sans-serif;
    font-size: 35px;
    padding: 10px 20px 0 0
}

footer.fixed {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

.ui-accordion .ui-accordion-header {
    margin: 0;
    padding: 0;
    background: 0 0;
    border: none;
    color: #000;
    outline: 0;
    font-family: bandera_probold_italic, arial, sans-serif
}

.b-scrollTop span,
.dropdown_search_input_custom {
    font-family: bandera_probold, arial, sans-serif;
    width: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 0 0 0 30px;
    border: 0;
    border-left: 2px solid #e5e5e5;
    line-height: 25px
}

#wrapper {
    overflow: hidden
}

#wrapper.fixed_padding {
    padding-bottom: 157px
}

#recaptcha-11 {
    margin-top: 25px;
    margin-bottom: -35px
}

@media screen and (max-width:640px) {
    .b-partners_program__step_list {
        column-count: 1;
        -moz-column-count: 1
    }

    .b-category_table_wrap {
        margin: 0 -15px 50px;
        width: auto
    }

    .b-category_table_wrap .b-category_table {
        display: block
    }

    .b-category_table_wrap .b-category_table .b-category_table__column {
        display: none;
        width: 100%;
        text-indent: 0 !important
    }

    .b-category_table_wrap .b-category_table .b-category_table__column:first-child {
        display: block
    }

    .b-category_table_wrap .b-category_table__inner {
        display: block;
        width: 100%
    }

    .b-category_table_wrap .b-category_table__inner .b-category_table {
        display: block;
        width: 100%;
        padding: 0 15px
    }

    .b-category_table_wrap .b-category_table__inner .b-category_table .b-category_table__column:nth-child(2),
    .b-category_table_wrap .b-category_table__inner .b-category_table .b-category_table__column:nth-child(3) {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        min-width: auto !important;
        text-align: left
    }

    .b-category_table_wrap .b-category_table__inner .b-category_table .b-category_table__column:nth-child(2) .b-table-hint,
    .b-category_table_wrap .b-category_table__inner .b-category_table .b-category_table__column:nth-child(3) .b-table-hint {
        display: block;
        font-family: bandera_probold, arial, sans-serif;
        font-size: 15px;
        color: #d92c27;
        margin-bottom: 0
    }

    .b-category_table_btn {
        margin: 0 -15px 50px
    }

    .b-faq_wrap {
        padding: 0 15px
    }

    .b-faq_list ol li,
    .b-inner_aside.about_us_page_aside {
        padding-left: 0
    }

    .b-faq_list ol li:before {
        display: block;
        width: 100%;
        position: static
    }

    .b-question__form.b-category__form {
        margin: 20px -15px 10px;
        width: auto
    }

    .b-question__form.b-category__form .b-question__form-header {
        padding: 22px 0 22px 15px
    }

    .b-question__form.b-category__form .b-address__form_column {
        padding: 0 !important
    }

    .b-category_page_content>.big_red_title {
        padding-left: 15px
    }

    .b-inner_aside.about_us_page_aside #b-aside_services_category .tabs_menu__item a {
        padding: 24px 32px
    }
}

@media screen and (min-width:640px) and (max-width:1199px) {
    .bottom_header_menu.container .b-bottom_menu_list.tab_menu_list {
        display: table;
        width: 100%
    }

    .bottom_header_menu.container .b-bottom_menu_list.tab_menu_list .b-bottom_menu__item {
        display: table-cell
    }

    .bottom_header_menu.container .b-bottom_menu_list.tab_menu_list .b-bottom_menu__item a.active {
        pointer-events: all
    }
}

@media screen and (min-width:640px) and (max-width:960px) {
    .main_page_grey .b-team_list .b-team_list__item.b-team_list_link {
        margin-right: 10px
    }

    .b-social_list .search_input_wrapper {
        margin-right: 0 !important
    }

    #addEnterprise .b-right_submit {
        min-height: 70px
    }

    #addEnterprise .b-right_submit #recaptcha-10 {
        position: static;
        margin-top: 0;
        float: left;
        padding-bottom: 10px
    }

    #addEnterprise .b-right_submit #recaptcha-10+.red_btn {
        float: right
    }

    .b-partners_program__step_list {
        margin-top: 0;
        -moz-column-count: 3;
        column-count: 3
    }

    .b-top_menu__item.search_item {
        display: none !important
    }
}

.search_mobile_form .icon-search {
    position: absolute;
    right: 15px;
    top: calc(50% - 8px);
    color: #fff;
    z-index: 999
}

.search_mobile_row a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center !important
}

.search_mobile_row a form {
    display: inline-block;
    width: 70%
}

.search_mobile_row a form input {
    width: 100%;
    border: none;
    margin: -19px 0;
    height: 25px;
    padding: 0 5px
}

.inputOpened .search_mobile_form {
    opacity: 1;
    width: 70%
}

.dropdown_search_input_custom {
    height: 51px;
    background: 0 0;
    border: none;
    box-shadow: none;
    padding: 0 45px 0 15px;
    border-bottom: 1px solid #dd423d;
    outline: 0;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box
}

.dropdown_search_input_custom:active,
.dropdown_search_input_custom:focus {
    background: #dd423d
}

.dropdown_search_input_custom::-webkit-input-placeholder {
    font-family: bandera_probold, arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase
}

.dropdown_search_input_custom::-moz-placeholder {
    font-family: bandera_probold, arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase
}

@media screen and (min-width:1199px) {
    .bottom_header_menu.container .b-bottom_menu_list.tab_menu_list {
        display: table;
        width: 100%
    }

    .bottom_header_menu.container .b-bottom_menu_list.tab_menu_list .b-bottom_menu__item {
        display: table-cell
    }

    .bottom_header_menu.container .b-bottom_menu_list.tab_menu_list .b-bottom_menu__item a.active {
        pointer-events: all
    }

    .container {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.no-scrolable #mCSB_1_container {
    left: 0 !important
}

#wrapper.no-scroll {
    position: relative
}

@media screen and (min-width:640px) {
    .b-inner_article_text #mCSB_1_scrollbar_horizontal {
        display: none !important
    }
}

@media screen and (max-width:1199px) and (min-width:320px) {
    .b-header_tabs {
        margin: 0 !important
    }
}

@media screen and (min-width:960px) and (max-width:1199px) {
    .b-category_table__header {
        padding: 24px 15px
    }

    .b-category_table__header .b-category_table__column {
        position: relative;
        left: -15px;
        padding-left: 15px
    }

    .b-category_table__header .b-category_table__column:first-child {
        width: 235px;
        min-width: 235px;
        max-width: 235px
    }

    .b-category_table__inner .b-category_table {
        padding: 0
    }

    .b-category_table__inner .b-category_table .b-category_table__column:first-child {
        width: 235px;
        min-width: 235px;
        max-width: 235px
    }

    .b-category_table__inner .b-category_table .b-category_table__column:last-child {
        min-width: 145px;
        width: 145px;
        max-width: 145px
    }

    .b-pre_header>.container {
        padding: 0 15px !important
    }

    .main_page_grey .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .b-cooperation_sheme {
        max-width: 960px;
        padding: 99px 0 0
    }

    .b-cooperation_scheme__item:nth-child(2) {
        left: 0
    }

    .b-cooperation_scheme__item:nth-child(3) {
        left: -5px
    }

    .b-cooperation_scheme__item:nth-child(4) {
        left: 8px
    }

    .b-cooperation_scheme__item:nth-child(5) {
        left: -10px
    }
}

.b-scrollTop {
    width: 40px;
    height: 40px;
    background: #d92c26;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 40px;
    bottom: 57px;
    z-index: 9
}

.b-scrollTop:hover {
    cursor: pointer;
    background: #fa3f3a
}

.b-scrollTop span {
    color: #d92c26;
    position: absolute;
    bottom: -17px;
    left: 0;
    text-align: center;
    font-size: 14px
}

@media screen and (max-width:960px) {
    .b-client__img {
        width: 50%
    }

    .b-form_addEnterprise_wrap .big_red_title {
        text-align: left !important;
        padding: 0 15px
    }

    .b-form_addEnterprise_wrap form {
        padding: 10px 15px;
        margin-top: 15px
    }

    .b-form_addEnterprise_wrap form .b-form_addEnterprise,
    .b-partners_program__step {
        display: block
    }

    .b-form_addEnterprise_wrap form .b-form_addEnterprise .b-form_addEnterprise__item,
    .b-partners_program_wrapper .b-partners_program_column {
        display: block;
        width: 100%
    }

    .b-form_addEnterprise_wrap form .b-form_addEnterprise .b-form_addEnterprise__item label {
        display: block;
        margin-bottom: 20px;
        margin-top: 20px;
        padding: 0 15px
    }

    .b-form_addEnterprise_wrap .b-right_submit,
    .b-partners_program__form_wrapper .b-right_submit {
        text-align: center
    }

    .b-partners_program_wrapper .b-partners_program_column:first-child,
    .b-partners_program_wrapper .b-partners_program_column:last-child {
        padding: 0
    }

    .b-custom_form.partners_form {
        max-width: 100%
    }

    .b-partners_program__step .b-partners_program__step_column {
        display: block;
        width: 100%
    }

    .b-partners_program__form_wrapper .b-custom_form {
        column-count: 1;
        -moz-column-count: 1
    }

    .b-print_count {
        line-height: 1.5
    }

    .b-print_count h4 {
        padding-left: 0
    }

    .b-print_count p {
        margin: 0
    }

    .b-partners_program__summ {
        padding-bottom: 30px
    }

    .b-category_aside .b-member-top {
        width: 100%;
        padding-top: 25px
    }

    .b-category_aside .b-member-top h3 {
        max-width: 320px
    }

    .b-aside_services.b-mini-aside_services {
        margin: 0 -15px
    }

    .b-aside_services.b-mini-aside_services .small_red_title {
        padding-left: 15px
    }

    .b-aside_services.b-mini-aside_services .tabs_menu .tabs_menu__item a {
        padding-left: 32px
    }

    .b-menu_footer__item.top_dropdown_menu_item .b-small_dropdown_menu {
        display: none !important
    }

    .b-top_menu__item.contacts_item a .icon-arrow {
        display: none
    }

    .b-top_menu .b-top_menu__item.about_item {
        margin-left: 0 !important
    }

    .b-scrollTop {
        right: 5px
    }
}

.MsoNormal,
.MsoNormal p,
.MsoNormal span,
.b-infocentr .b-team-publications-title.no-bold-title,
.b-inner_article_text,
.b-inner_article_text ol li,
.b-inner_article_text ol li span,
.b-inner_article_text span,
.b-inner_article_text ul li,
.b-inner_article_text ul li span,
.b-team-publications-title.no-bold-title {
    font-family: bandera_proregular, arial, sans-serif !important
}

#confirm .b-modal_wrapper .small_red_title,
.b-news-section .b-news-context p,
body,
html {
    font-family: bandera_proregular, arial, sans-serif
}

.MsoNormal b,
.b-inner_article_text b,
.b-inner_article_text b span,
.b-inner_article_text ol li b,
.b-inner_article_text ol li b span,
.b-inner_article_text ol li strong,
.b-inner_article_text ol li strong span,
.b-inner_article_text strong,
.b-inner_article_text strong span,
.b-inner_article_text ul li b,
.b-inner_article_text ul li b span,
.b-inner_article_text ul li strong,
.b-inner_article_text ul li strong span {
    font-family: bandera_probold, arial, sans-serif !important
}

.b-inner_article_text .b-our-partners_page_list.b-text_page_list .b-our-partners_page_list__item:first-child b,
.b-inner_article_text ol li .b-our-partners_page_list.b-text_page_list .b-our-partners_page_list__item:first-child b,
.b-inner_article_text ul li .b-our-partners_page_list.b-text_page_list .b-our-partners_page_list__item:first-child b {
    font-family: adobe_caslon_probold_italic, arial, sans-serif !important
}

.red_btn.table_modal {
    display: block;
    max-width: 240px;
    margin: 35px auto 0;
    text-align: center
}

@media screen and (max-width:639px) {

    .b-infocentr-container #tabs,
    .b-infocentr-container .b-bottom_menu_list {
        display: table;
        width: auto
    }

    .b-infocentr-container #tabs .b-bottom_menu__item,
    .b-infocentr-container .b-bottom_menu_list .b-bottom_menu__item {
        display: table-cell !important;
        width: 80px !important;
        min-width: 80px !important;
        max-width: 80px !important;
        padding-right: 0 !important
    }

    .b-infocentr-container #tabs .b-bottom_menu__item a,
    .b-infocentr-container .b-bottom_menu_list .b-bottom_menu__item a {
        padding-right: 0 !important;
        display: block;
        width: 100% !important;
        text-align: center !important
    }

    .b-infocentr-container #tabs .b-bottom_menu__item:first-child,
    .b-infocentr-container .b-bottom_menu_list .b-bottom_menu__item:first-child {
        min-width: 60px;
        width: auto
    }

    .b-infocentr-container #tabs .b-bottom_menu__item:nth-child(2),
    .b-infocentr-container .b-bottom_menu_list .b-bottom_menu__item:nth-child(2) {
        min-width: 185px
    }

    .b-infocentr-container #tabs .b-bottom_menu__item:nth-child(2) a,
    .b-infocentr-container .b-bottom_menu_list .b-bottom_menu__item:nth-child(2) a {
        text-align: center
    }

    #confirm {
        height: 100vh
    }

    #confirm .b-modal_wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        align-items: center;
        height: 100vh
    }

    .b-company_name:before {
        display: none
    }

    .b-company_name__item span:before {
        width: 60px !important;
        right: 0 !important
    }
}

.big_red_title.b-infocentr-title {
    text-align: left;
    margin: 37px 0 15px
}

#confirm .b-modal_wrapper {
    max-width: 700px
}

#confirm .b-modal_wrapper .small_red_title {
    max-width: 100%;
    text-transform: none;
    color: #000
}

#confirm .b-modal_wrapper .small_red_title span {
    text-transform: none;
    color: #000
}

.b-category_table__inner_list {
    list-style: none
}

@media screen and (max-width:480px) {
    .b-news-section .b-news-date {
        margin: 15px 0
    }

    .b-news-context.b-inner_article_text {
        padding: 0
    }
}

#floatBarsG {
    position: relative;
    width: 120px;
    height: 14px;
    margin: auto
}

.floatBarsG {
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, .98);
    width: 14px;
    height: 14px;
    animation-name: bounce_floatBarsG;
    -o-animation-name: bounce_floatBarsG;
    -ms-animation-name: bounce_floatBarsG;
    -webkit-animation-name: bounce_floatBarsG;
    -moz-animation-name: bounce_floatBarsG;
    animation-duration: 1.3s;
    -o-animation-duration: 1.3s;
    -ms-animation-duration: 1.3s;
    -webkit-animation-duration: 1.3s;
    -moz-animation-duration: 1.3s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3)
}

#floatBarsG_1 {
    left: 0;
    animation-delay: .52s;
    -o-animation-delay: .52s;
    -ms-animation-delay: .52s;
    -webkit-animation-delay: .52s;
    -moz-animation-delay: .52s
}

#floatBarsG_2 {
    left: 15px;
    animation-delay: .65s;
    -o-animation-delay: .65s;
    -ms-animation-delay: .65s;
    -webkit-animation-delay: .65s;
    -moz-animation-delay: .65s
}

#floatBarsG_3 {
    left: 30px;
    animation-delay: .78s;
    -o-animation-delay: .78s;
    -ms-animation-delay: .78s;
    -webkit-animation-delay: .78s;
    -moz-animation-delay: .78s
}

#floatBarsG_4 {
    left: 45px;
    animation-delay: .91s;
    -o-animation-delay: .91s;
    -ms-animation-delay: .91s;
    -webkit-animation-delay: .91s;
    -moz-animation-delay: .91s
}

#floatBarsG_5 {
    left: 60px;
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s
}

#floatBarsG_6 {
    left: 75px;
    animation-delay: 1.17s;
    -o-animation-delay: 1.17s;
    -ms-animation-delay: 1.17s;
    -webkit-animation-delay: 1.17s;
    -moz-animation-delay: 1.17s
}

#floatBarsG_7 {
    left: 90px;
    animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s
}

#floatBarsG_8 {
    left: 105px;
    animation-delay: 1.43s;
    -o-animation-delay: 1.43s;
    -ms-animation-delay: 1.43s;
    -webkit-animation-delay: 1.43s;
    -moz-animation-delay: 1.43s
}

@keyframes bounce_floatBarsG {
    0% {
        transform: scale(1);
        background-color: #fff
    }

    100% {
        transform: scale(.3);
        background-color: #fff
    }
}

@-o-keyframes bounce_floatBarsG {
    0% {
        -o-transform: scale(1);
        background-color: #fff
    }

    100% {
        -o-transform: scale(.3);
        background-color: #fff
    }
}

@-ms-keyframes bounce_floatBarsG {

    0%,
    100% {
        background-color: #fff
    }

    0% {
        -ms-transform: scale(1)
    }

    100% {
        -ms-transform: scale(.3)
    }
}

@-webkit-keyframes bounce_floatBarsG {
    0% {
        -webkit-transform: scale(1);
        background-color: #fff
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: #fff
    }
}

@-moz-keyframes bounce_floatBarsG {
    0% {
        -moz-transform: scale(1);
        background-color: #fff
    }

    100% {
        -moz-transform: scale(.3);
        background-color: #fff
    }
}

.loading_btn {
    position: relative;
    color: transparent !important;
    pointer-events: none !important
}

.preloader_wrapper {
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    width: 100%;
    overflow: hidden
}

.b-partners_program_column>p {
    margin-bottom: 10px !important
}

.b-partners_program_column>ul li {
    margin: 10px 0 !important
}

.b-partners_program_column>ul li:before {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #d92c27;
    margin-right: 18px;
    position: relative;
    top: -3px;
    left: 2px
}

.b-results_search-result h3 {
    text-transform: none;
    margin: 15px 0
}

.b-infocentr .b-read-more,
.b-infocentr .b-sidebar h3,
.b-member-publications h3,
.b-member-top h3,
.b-news-top h3,
.b-search .big_red_title,
.b-search h3,
.b-team-publications h3 {
    text-transform: uppercase
}

.tab_description.b-inner_article_text {
    margin-top: 0;
    padding-top: 0
}

.b-news-date {
    margin: 0
}

.b-news-section .b-news-context .b-text-quote,
.b-text-quote {
    border-left: 2px solid #e5e5e5;
    padding-left: 30px;
    margin: 15px 0
}

.b-news-date p,
.b-news-section .b-news-date p {
    color: #888
}

.b-logo-contacts,
.b-logo-contacts h3 {
    color: #fff;
    text-align: left
}

#contacts-red-title {
    float: left !important;
    padding: 15px 0
}

.b-logo-contacts h3 {
    padding: 40px 0 0 15px;
    font-family: bandera_probold, arial, sans-serif;
    font-size: 18px;
    line-height: 25px
}

.b-breadcrumbs {
    padding-top: 30px;
    font-size: 12px;
    padding-bottom: 5px
}

.b-breadcrumbs ul li {
    display: inline-block;
    vertical-align: top
}

.b-breadcrumbs ul li:last-child a {
    color: #888;
    cursor: default
}

.b-breadcrumbs ul li a {
    color: #000
}

.b-breadcrumbs ul li a:after {
    content: " / "
}

hr {
    clear: both;
    margin-bottom: 60px;
    border: none
}

.b-news-section {
    margin-top: 37px;
    float: left;
    width: 800px;
    overflow: visible
}

.b-news-section .big_red_title {
    text-align: left;
    line-height: 1.2
}

.b-news-section .b-news-date {
    margin: 15px 0 29px
}

.b-news-section .b-news-photo {
    max-width: 100%;
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 20px
}

.b-news-section .b-news-context p {
    font-size: 15px;
    line-height: 2
}

.b-news-section .b-social-link {
    margin: 45px 0 100px;
    width: 490px !important;
    font-size: 0;
    box-shadow: 0 12px 85px rgba(0, 0, 0, .3) !important
}

.b-news-section .b-social-link p {
    text-align: center;
    padding: 20px 5px;
    color: #fff;
    font-size: 15px
}

.b-news-section .b-social-link div,
.b-news-section .b-social-link span,
.b-social-link.b-social-link.b-social-link div,
.b-social-link.b-social-link.b-social-link span {
    display: inline-block;
    margin-left: 0 !important
}

.b-news-section .b-social-link .b-social-link-text,
.b-social-link.b-social-link.b-social-link .b-social-link-text {
    width: 245px;
    height: 50px;
    background-color: #fff
}

.b-news-section .b-social-link .b-social-link-text p,
.b-social-link.b-social-link.b-social-link .b-social-link-text p {
    color: #7f7f7f
}

.b-news-section .b-social-link .b-social-link-fb,
.b-social-link.b-social-link.b-social-link .b-social-link-fb {
    width: 120px;
    height: 50px;
    background-color: #4263ae;
    display: inline-block
}

.b-news-section .b-social-link .b-social-link-vk,
.b-social-link.b-social-link.b-social-link .b-social-link-vk {
    width: 125px;
    height: 50px;
    background-color: #4286ae;
    display: inline-block
}

.b-news-top {
    width: 350px;
    padding: 45px 0 0 40px;
    box-sizing: border-box
}

.b-news-top h3 {
    font-size: 20px;
    padding-bottom: 23px;
    color: #d92c27
}

.b-news-top .b-team_list {
    padding: 0;
    min-height: auto
}

.b-news-top .b-team_list__item {
    min-height: 125px;
    height: auto;
    max-width: 100%;
    width: 100%;
    display: block !important;
    box-sizing: content-box
}

.b-news-top .b-team_list__item .b-news-top-cont {
    display: inline-flex;
    margin-bottom: 24px
}

.b-news-top .b-team_list__item .b-news-title {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px
}

.b-news-top .b-team_list__item:hover .b-news-title {
    color: #d92c27
}

.b-news-top .b-team_list__image_wrap {
    float: left;
    min-width: 100px;
    margin-right: 20px;
    height: 100px;
    max-width: 100px
}

@media screen and (max-width:939px) and (min-width:320px) {
    .b-news-top .b-team_list {
        margin: 0
    }

    .b-news-top .b-team_list__image_wrap {
        max-width: 100px
    }
}

.b-news-top .b-team_list__image_wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top
}

.b-news-top .b-team_list__image_wrap .b-team_list__wrapper {
    padding: 0
}

.b-news-top .b-team_list__image_wrap .b-team_list_inner p {
    padding-top: 40px;
    margin: auto;
    color: #fff;
    text-align: center;
    font-size: 12px
}

.b-error_header .b-error-text {
    padding: 165px 0 205px;
    text-align: center;
    margin-left: -20px
}

.b-error_header .b-error-text h3 {
    color: #d92c27;
    font-size: 30px
}

.b-error_header .b-error-text h1 {
    font-size: 100px;
    margin: 55px 0 50px
}

.b-error_header .b-error-text button {
    padding: 15px 36px;
    border: none
}

.b-all-team_list__image_wrap {
    width: 230px;
    height: 240px;
    overflow: hidden;
    display: inline-block;
    position: relative
}

.b-all-team_list__image_wrap img,
.b-member-section .b-member-photo img {
    width: 100%;
    max-width: 100%
}

.b-all-team {
    width: 900px;
    margin: 0 0 50px;
    float: left
}

.b-all-team .big_red_title {
    text-align: left;
    margin: 40px 0 25px
}

.b-all-team .b-all-team_list,
.b-our-partners .b-our-partners_list {
    font-size: 0
}

.b-all-team .b-all-team_list .b-all-team_list__item {
    width: 32%;
    display: inline-block;
    vertical-align: top
}

.b-all-team .b-all-team_list .b-all-team_list__item .b-all-team-cont {
    width: 100%;
    padding: 0 20px 20px 0
}

.b-all-team .b-all-team_list .b-all-team_list__item .b-all-team-cont .b-all-team-person-post {
    font-family: bandera_probold, arial, sans-serif;
    font-size: 15px;
    margin: 18px 0 20px;
    line-height: 1.9;
    padding-right: 10%
}

.b-all-team .b-all-team_list .b-all-team_list__item .b-all-team-cont .b-all-team-person-post a {
    color: #d92c27;
    text-decoration: none
}

.b-all-team .b-all-team_list .b-all-team_list__item .b-all-team-cont .b-all-team-person-post a:hover,
.b-member-section .b-member-practice ul a:hover {
    text-decoration: underline
}

.b-all-team .b-all-team_list .b-all-team_list__item .b-all-team-cont .b-all-team-inf {
    line-height: 1.1
}

.b-all-team .b-all-team_list .b-all-team_list__item .b-all-team-cont .b-all-team-inf .b-all-team-person-position {
    font-size: 14px;
    margin-top: 10px
}

.b-all-team .b-all-team_list .b-all-team_list__item .b-all-team-cont .b-all-team-inf:hover .b-all-team-person-name p {
    color: #d92c27
}

.b-all-team .b-all-team_list .b-all-team_list__item .b-all-team-cont .b-all-team-inf .b-all-team_list__image_wrap {
    max-width: 230px;
    height: 240px;
    overflow: hidden;
    display: inline-block;
    position: relative
}

.b-all-team .b-all-team_list .b-all-team_list__item .b-all-team-cont .b-all-team-inf .b-all-team_list__image_wrap img {
    height: 100%
}

.b-all-team .b-all-team_list .b-all-team_list__item .b-all-team-cont .b-all-team-inf .b-all-team_list__image_wrap .b-all-team_list__image_overlay {
    position: absolute;
    top: 100%;
    height: 100%;
    width: 100%;
    background: rgba(217, 44, 39, .7)
}

.b-all-team .b-all-team_list .b-all-team_list__item .b-all-team-cont .b-all-team-inf .b-all-team_list__image_wrap .b-all-team_list__image_overlay p {
    color: #fff;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    position: absolute;
    width: 100%
}

.b-all-team .b-all-team_list .b-all-team_list__item .b-all-team-cont .b-all-team-inf .b-all-team-person-name {
    margin-top: 10px;
    padding-right: 50%;
    font-size: 20px;
    font-family: bandera_probold, arial, sans-serif;
    color: #000
}

.b-all-team .b-all-team_list .b-all-team_list__item .b-all-team-cont .b-all-team-inf .b-all-team-person-name a {
    color: #000;
    text-decoration: none
}

.b-all-team .b-all-team_list .b-all-team_list__item .b-all-team-cont .b-all-team-inf .b-all-team-person-name a:visited {
    color: #000
}

.b-team-publications {
    width: 230px;
    padding: 43px 0 0 3px
}

.b-team-publications h3 {
    font-family: bandera_probold, arial, sans-serif;
    font-size: 20px;
    color: #d92c27;
    margin-top: 10px
}

.b-team-publications_list .bteam-publications__item .b-team-publications-name {
    font-family: bandera_proregular, arial, sans-serif;
    font-size: 15px;
    padding: 2px 0 14px
}

.b-team-publications_list .bteam-publications__item .b-team-publications-name span {
    color: #d92c27
}

.b-team-publications_list .bteam-publications__item .b-team-publications-title {
    font-size: 15px;
    font-family: bandera_probold, arial, sans-serif;
    padding: 10px 20px 36px 0;
    line-height: 1.7
}

.b-infocentr .b-buyout-title:hover,
.b-member-top .b-team_list .b-team_list__item:hover .b-member-name p,
.b-member-top .b-team_list .b-team_list__member:hover .b-member-name p,
.b-team-publications-title:hover,
.b-team-publications_list .bteam-publications__item .b-team-publications-title:hover {
    color: #d92c27
}

.b-team-publications-title {
    font-family: bandera_probold, arial, sans-serif
}

.b-member-section .b-member-practice h3,
.b-member-section .b-member_position {
    font-family: bandera_probold, arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase
}

.b-member-section {
    width: 800px;
    margin: 0 0 57px;
    float: left;
    overflow: visible
}

.b-member-section .big_red_title {
    text-align: left !important;
    margin: 40px 0 16px
}

.b-member-section .b-member_position {
    margin: 0 0 25px
}

.b-member-section .b-member-photo {
    max-width: 230px;
    height: 240px;
    overflow: hidden;
    float: left;
    margin: 0 31px 0 0
}

.b-member-section .b-member-practice {
    color: #d92c27;
    float: left
}

.b-member-section .b-member-practice ul {
    font-family: bandera_proregular, arial, sans-serif;
    font-size: 15px;
    margin: 0;
    line-height: 2
}

.b-member-section .b-member-practice ul a {
    text-decoration: none;
    color: #d92c27
}

.b-member-section .b-member-practice ul a li {
    list-style-type: none
}

.b-member-section .b-member-practice-inf {
    margin-top: 150px;
    clear: both;
    box-shadow: 0 12px 55px rgba(0, 0, 0, .3);
    width: 100%;
    font-size: 0
}

.b-member-section .b-member-practice-inf div {
    width: 33.1%;
    display: inline-block !important;
    background-color: #fff;
    text-align: center;
    color: #888;
    font-size: 15px;
    padding: 20px 0;
    margin: 0 !important
}

.b-member-section .b-member-practice-inf div:not(:last-child) {
    border-right: 1px solid silver
}

@media screen and (max-width:640px) and (min-width:320px) {
    .b-news-section .b-news-context img {
        margin: 0 auto;
        display: block
    }

    .b-member-section .b-member-practice-inf div p {
        text-align: left;
        padding-left: 15px
    }
}

.b-member-section .b-member-practice-inf div span {
    color: #000;
    font-family: bandera_probold, arial, sans-serif;
    font-size: 30px;
    padding-top: 20px 0;
    padding-right: 7px
}

.b-member-section .b-member-iformation {
    clear: both;
    font-family: bandera_proregular, arial, sans-serif;
    font-size: 15px;
    margin-top: 38px !important;
    line-height: 2
}

.b-member-publications h3,
.b-member-top h3,
.b-question__form .b-question__form-header {
    font-size: 20px;
    font-family: bandera_probold, arial, sans-serif
}

.b-member-top {
    width: 320px;
    padding: 40px 0 0 70px;
    box-sizing: border-box
}

.b-member-top h3 {
    color: #d92c27
}

.b-member-top .b-team_list {
    padding: 27px 0 20px
}

.b-member-top .b-team_list .b-team_list__item,
.b-member-top .b-team_list .b-team_list__member {
    width: 270px;
    display: inline-block !important;
    margin-bottom: 32px
}

.b-member-top .b-team_list .b-team_list__item .b-news-top-cont .b-team_list__image_wrap,
.b-member-top .b-team_list .b-team_list__member .b-news-top-cont .b-team_list__image_wrap {
    max-width: 120px;
    height: 120px;
    float: left;
    min-width: 120px
}

.b-member-top .b-team_list .b-team_list__item .b-news-top-cont .b-team_list__image_wrap .b-team_list__wrapper .b-team_list_inner,
.b-member-top .b-team_list .b-team_list__member .b-news-top-cont .b-team_list__image_wrap .b-team_list__wrapper .b-team_list_inner {
    padding-top: 35px;
    font-size: 15px;
    color: #fff
}

.b-member-top .b-team_list .b-team_list__item .b-news-top-cont .b-news-top-inf,
.b-member-top .b-team_list .b-team_list__member .b-news-top-cont .b-news-top-inf {
    padding: 16px 0 0 140px;
    font-family: bandera_proregular, arial, sans-serif;
    font-size: 13px
}

.b-member-top .b-team_list .b-team_list__item .b-news-top-cont .b-news-top-inf .b-member-name,
.b-member-top .b-team_list .b-team_list__member .b-news-top-cont .b-news-top-inf .b-member-name {
    font-family: bandera_probold, arial, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    padding-right: 35px;
    line-height: 1.3
}

.b-member-publications {
    width: 800px;
    padding: 6px 0 0;
    margin: 50px 0 55px
}

.b-member-publications h3 {
    color: #d92c27
}

.b-member-publications .b-team-publications_list .bteam-publications__item {
    width: 50%;
    float: left
}

.b-question__form {
    width: 800px;
    margin-bottom: 118px;
    box-shadow: 0 12px 55px rgba(0, 0, 0, .3)
}

.b-question__form .b-question__form-header {
    color: #fff;
    padding: 22px 0 25px 28px;
    background-color: #000
}

.b-question__form .b-question__form-inf {
    padding: 27px;
    text-align: left;
    line-height: 1.5
}

.b-question__form .b-address__form_inner {
    width: 100%
}

.b-question__form .b-address__form_inner .b-address__form_column {
    padding: 15px 0 0 32px
}

.b-question__form .b-address__form_inner .b-address__form_column:last-child {
    padding-right: 30px;
    padding-top: 8px
}

.b-question__form .b-address__form_inner .b-address__form_column textarea {
    width: 96%;
    height: 125px;
    resize: none;
    padding: 5px;
    border: 1px solid #eaeaea;
    display: block
}

.b-team_list__member_a {
    color: #000
}

.b-our-partners {
    margin-bottom: 90px
}

.b-our-partners .big_red_title {
    text-align: left !important;
    margin: 41px 0 40px 2px
}

.b-our-partners .b-our-partners_list .b-our-partners_list__item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 7px;
    padding-right: 10px;
    box-sizing: border-box
}

.b-our-partners .b-our-partners_list .b-our-partners_list__item .b-our-partners-cont .b-our-partners_list__image_wrap {
    max-width: 100%;
    height: 135px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    align-items: baseline;
    overflow: hidden
}

.b-our-partners .b-our-partners_list .b-our-partners_list__item .b-our-partners-cont .b-our-partners_list__image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.b-our-partners .b-our-partners_list .b-our-partners_list__item .b-our-partners-cont .b-our-partners-inf {
    text-align: left;
    line-height: 2;
    font-size: 15px;
    padding-right: 20px
}

.b-our-partners_page_list {
    clear: both;
    margin-top: 40px;
    padding: 72px 0 42px;
    text-align: center;
    border-bottom: 1px solid silver
}

.b-our-partners_page_list .b-our-partners_page_list__item {
    float: left;
    width: 59px;
    font-size: 14px;
    padding-bottom: 25px;
    border-bottom: 5px solid #000;
    pointer-events: none
}

.b-our-partners_page_list .b-our-partners_page_list__item:hover {
    border-bottom: 5px solid #000;
    cursor: pointer
}

.b-our-partners_page_list>.b-our-partners_page_list__item {
    border-bottom: 5px solid #000 !important;
    pointer-events: none
}

.b-our-partners_page_list a>.b-our-partners_page_list__item {
    border-bottom: 5px solid transparent;
    pointer-events: all
}

.b-our-partners_page_list__wrapper__global .b-our-partners_page_list__wrapper .b-our-partners_page_list.b-text_page_list>.b-our-partners_page_list__item {
    border-bottom: 5px solid transparent !important;
    pointer-events: all;
    padding: 0 3px
}

.b-our-partners_page_list__wrapper__global .b-our-partners_page_list__wrapper .b-our-partners_page_list.b-text_page_list>.b-our-partners_page_list__item.current,
.b-our-partners_page_list__wrapper__global .b-our-partners_page_list__wrapper .b-our-partners_page_list.b-text_page_list>.b-our-partners_page_list__item:hover {
    border-bottom: 5px solid #000 !important;
    font-family: bandera_probold, arial, sans-serif !important
}

.b-infocentr .sidebar_menu,
.b-search {
    margin-bottom: 100px
}

.b-search .b-search-line {
    font-size: 26px;
    height: 34px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px
}

.b-search .big_red_title {
    margin: 40px 0 30px;
    text-align: left !important
}

.b-search h3 {
    font-size: 20px;
    font-family: bandera_probold, arial, sans-serif;
    margin-top: 34px;
    margin-bottom: 38px
}

.b-search .find,
.b-search input.q {
    border: transparent;
    font-size: 20px;
    vertical-align: top;
    font-family: bandera_probold, arial, sans-serif
}

.b-search input.q {
    color: #b2b2b2;
    outline: 0;
    width: 100%;
    line-height: 32px;
    padding-right: 62px
}

.b-search .find {
    float: right;
    position: relative;
    top: -32px;
    font-weight: 700;
    color: #d92c27;
    background: 0 0
}

.b-search .b-results_search-result {
    margin-top: 36px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 1.59
}

.b-search .b-results_search-result:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px
}

.b-search .b-results_search-result p {
    margin-bottom: 10px
}

.b-search .b-results_search-result p mark {
    background: #faddb0
}

.b-search .b-results_search-result .b-search-more {
    color: #d92c27;
    text-decoration: none;
    display: block
}

.b-infocentr .tabs_inner {
    margin: 0 0 5px
}

.b-infocentr h3.b-infocentr-title {
    text-align: left !important;
    margin: 40px 0 30px;
    height: 40px
}

.b-infocentr .b-our-partners_page_list {
    margin-top: 20px;
    border-bottom: 1px solid silver;
    overflow: hidden;
    margin-bottom: 100px !important
}

.b-infocentr .b-our-partners_page_list .b-our-partners_page_list__item {
    width: 57px;
    padding-bottom: 17px
}

.b-infocentr .b-our-partners_page_list hr {
    border: none
}

.b-infocentr .b-bottom_menu_list {
    border-bottom: 1px solid silver;
    text-align: left
}

.b-infocentr .tabs_column:first-child {
    box-shadow: none;
    padding: 0
}

.b-infocentr .b-bottom_menu_list .b-bottom_menu__item a {
    padding: 0;
    color: #000;
    font-size: 12px;
    border: 0
}

.b-infocentr .b-bottom_menu_list .b-bottom_menu__item a span {
    display: inline-block;
    position: relative;
    padding: 0 0 15px;
    height: 100%;
    border-bottom: 5px solid transparent;
    width: 100%
}

.b-infocentr .b-bottom_menu_list .b-bottom_menu__item a.active,
.b-infocentr .b-bottom_menu_list .b-bottom_menu__item a:hover {
    border-bottom-color: transparent
}

.b-infocentr .b-bottom_menu_list .b-bottom_menu__item a.active span,
.b-infocentr .b-bottom_menu_list .b-bottom_menu__item a:hover span {
    font-family: bandera_probold, arial, sans-serif;
    border-bottom: 5px solid #000
}

.b-infocentr .b-header_tabs {
    width: 800px;
    margin-right: 31px;
    float: left;
    margin-left: 0;
    display: block;
    min-height: 450px
}

.b-infocentr .first-inf_page_list {
    margin-top: 6px !important
}

.b-infocentr #infocenter-top-tema {
    margin-top: -68px
}

.b-infocentr #infocenter-top-tema .b-news-top h3 {
    margin-bottom: 4px;
    margin-top: 10px
}

.b-infocentr .b-sidebar {
    width: 300px;
    float: left
}

.b-infocentr .b-sidebar .b-news-top {
    padding: 0;
    width: auto
}

.b-infocentr .b-sidebar .b-news-top h3 {
    margin-bottom: 25px
}

.b-infocentr .b-sidebar .b-news-top .b-news-title {
    font-size: 15px;
    line-height: 1.3
}

.b-infocentr .b-sidebar .b-team_list .b-team_list__item img {
    position: absolute
}

.b-infocentr .b-sidebar h3 {
    font-size: 20px;
    font-family: bandera_probold, arial, sans-serif;
    color: #d92c27;
    margin-bottom: 50px
}

.b-infocentr .b-sidebar-top {
    float: right;
    margin-top: -58px;
    margin-right: 9px
}

.b-infocentr #in-media .b-team-publications-title {
    margin-top: 0;
    line-height: 1.67 !important;
    height: 71px;
    overflow: hidden
}

.b-infocentr #b-team-publications_list_two {
    margin-top: 45px
}

.b-infocentr #b-team-publications_list_two .b-team-publications-title {
    line-height: 1.7 !important;
    font-size: 15px;
    padding-bottom: 50px
}

.b-infocentr .b-team-publications_list {
    margin-top: 41px
}

.b-infocentr .b-team-publications__item {
    overflow: hidden;
    margin-bottom: 48px;
    position: relative
}

@media screen and (max-width:1199px) and (min-width:940px) {
    .b-infocentr .tabs_inner {
        margin: 0 0 60px
    }

    .b-infocentr .b-news-top .b-team_list {
        padding: 0
    }

    .b-infocentr h3.b-infocentr-title {
        margin-bottom: 20px
    }

    .b-infocentr .b-our-partners_page_list {
        margin-bottom: 52px !important
    }

    .b-infocentr .b-header_tabs {
        width: 640px;
        margin-right: 0
    }

    .b-infocentr .b-header_tabs .b-header_tabs__item {
        padding-right: 10px
    }

    .b-infocentr .b-sidebar {
        width: 250px
    }

    .b-infocentr .b-sidebar .b-sidebar_news {
        margin-top: -58px
    }

    .b-infocentr .b-sidebar .b-news-top .b-team_list .b-team_list__item {
        width: 310px;
        margin-bottom: 0;
        margin-top: 0
    }

    .b-infocentr .b-sidebar .b-news-top h3 {
        margin-bottom: 5px
    }

    .b-infocentr .b-sidebar .b-news-top .b-news-title {
        margin: 12px 0 0 5px !important
    }

    .b-infocentr .b-sidebar .b-team_list .b-team_list__item {
        float: none
    }

    .b-infocentr .b-sidebar-top {
        margin-right: 20px;
        margin-top: -50px
    }

    .b-infocentr .b-member-publications {
        margin: 40px 0 51px
    }

    .b-infocentr .b-team-publications_list {
        margin-top: 54px
    }

    .b-infocentr .b-team-publications__item {
        margin-bottom: 29px
    }
}

.b-infocentr .b-company-news-photo {
    width: 367px;
    height: 213px;
    float: left;
    position: relative;
    margin-right: 33px;
    overflow: hidden
}

@media screen and (max-width:639px) and (min-width:320px) {
    .b-team_list {
        padding: 66px 0 19px
    }

    .b-team_list .b-team_list_inner {
        display: block
    }

    .b-team_list .b-team_list_inner h3 span {
        margin-top: 7px
    }

    .b-team_list .b-team_list_inner ul {
        margin-top: 22px
    }

    .b-team_list .b-team_list_inner ul li {
        margin-bottom: 15px
    }

    .b-infocentr .b-header_tabs .b-header_tabs__item .tabs_inner .tabs_column,
    .b-infocentr .bottom_header_menu,
    .bottom_header_menu {
        display: block !important
    }

    .b-infocentr .bottom_header_menu .icon-arrow,
    .bottom_header_menu .icon-arrow {
        display: inline
    }

    .b-member-section .b-member-practice h3 {
        margin-top: 30px;
        margin-left: 0
    }

    .b-infocentr .b-bottom_menu_list .b-bottom_menu__item {
        min-width: auto
    }

    .b-infocentr .b-bottom_menu_list .b-bottom_menu__item:first-child,
    .b-infocentr .b-bottom_menu_list .b-bottom_menu__item:nth-child(2),
    .b-infocentr .b-bottom_menu_list .b-bottom_menu__item:nth-child(3) {
        width: auto
    }

    .b-infocentr .b-bottom_menu_list .b-bottom_menu__item a {
        padding: 0 14px 22px 0 !important;
        background: 0 0 !important;
        border: none !important;
        color: #000 !important;
        font-family: bandera_proregular, arial, sans-serif !important;
        font-size: 12px !important
    }

    .b-infocentr .b-header_tabs {
        width: 100%;
        margin: 35px 0 0;
        float: none
    }

    .b-infocentr .b-sidebar {
        width: 100%;
        margin: 0
    }

    .b-infocentr .b-sidebar .b-team_list .b-team_list__item .b-team_list_inner {
        display: none
    }

    .b-infocentr .b-sidebar-top {
        margin: 0;
        float: none;
        width: 100%
    }

    .b-infocentr .b-sidebar-top .tabs_menu {
        margin: -15px
    }

    .b-infocentr .b-company-news-photo {
        width: 100%;
        float: none;
        margin: 0 0 15px
    }
}

.b-infocentr .b-company-news-photo img {
    width: 100%;
    vertical-align: bottom;
    position: absolute
}

.b-infocentr .b-team-publications-title {
    font-size: 14px;
    line-height: 1.75 !important;
    margin-top: 19px
}

.b-infocentr .b-buyout-title {
    font-size: 20px;
    margin-bottom: 12px;
    font-family: bandera_probold, arial, sans-serif
}

.b-infocentr .b-read-more,
.b-social-link.b-social-link.b-social-link p {
    font-family: bandera_probold, arial, sans-serif;
    color: #fff
}

.b-infocentr .bteam-publications__item {
    padding-right: 20px;
    box-sizing: border-box
}

.b-infocentr .b-read-more {
    background: #d92c27;
    width: 184px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
    display: inline-block
}

.b-infocentr .b-read-more:hover {
    background: #fa3f3a
}

.b-infocentr #b-team-publications_list_two .b-read-more {
    margin-top: 0
}

.b-infocentr .b-our-partners_page_list {
    padding: 0
}

.b-infocentr hr {
    width: 70%;
    float: left;
    margin-top: -8px
}

.b-infocentr .b-sidebar_menu {
    margin-bottom: 40px
}

@media screen and (max-width:1199px) and (min-width:940px) {
    .b-infocentr .b-company-news-photo {
        width: 300px;
        height: 173px;
        margin-right: 19px
    }

    .b-infocentr .b-team-publications-title {
        margin-top: 11px;
        line-height: 1.85 !important
    }

    .b-infocentr #buyout .b-team-publications-title {
        font-size: 15px
    }

    .b-infocentr #buyout .b-company-news-photo~.b-read-more {
        margin-left: 324px;
        margin-top: 14px
    }

    .b-infocentr .b-read-more {
        margin-top: 21px
    }

    .b-news-section {
        margin-top: 35px;
        width: 100%
    }

    .b-news-section .b-social-link {
        margin-left: 2px
    }

    .b-news-section .big_red_title {
        text-align: left !important
    }

    .b-news-section .b-news-date {
        margin: 15px 0 25px
    }

    .b-news-top {
        display: inline-block;
        width: 100%;
        margin: 0 0 23px;
        padding: 0
    }

    .b-news-top h3 {
        font-size: 20px
    }

    .b-news-top .b-team_list {
        width: 100%;
        padding: 4px 0 0 3px;
        min-height: auto
    }

    .b-news-top .b-team_list .b-team_list__item {
        width: 32%;
        float: left;
        margin-right: 10px
    }

    .b-news-top .b-team_list .b-team_list__item .b-team_list__image_wrap {
        max-height: 100px;
        max-width: 100px;
        margin-right: 15px
    }

    .b-news-top .b-team_list .b-team_list__item .b-team_list__image_wrap .b-team_list_inner p {
        font-size: 15px
    }

    .b-news-top .b-team_list .b-team_list__item .b-news-title {
        font-size: 15px;
        line-height: 1.4;
        margin: 8px 0 0 5px
    }

    .b-news-top .b-team_list .b-team_list__item:nth-child(2) {
        padding-left: 20px
    }

    .b-news-top .b-team_list .b-team_list__item:nth-child(3) {
        padding-left: 38px
    }

    .b-all-team {
        width: 700px;
        margin: 0
    }

    .b-all-team .big_red_title {
        text-align: left !important;
        margin-bottom: 40px
    }

    .b-all-team .b-all-team_list {
        text-align: justify
    }

    .b-all-team .b-all-team_list .b-all-team_list__item {
        width: 32%;
        display: inline-block;
        vertical-align: top;
        float: none
    }

    .b-all-team .b-all-team_list .b-all-team_list__item .b-all-team-cont {
        padding: 0
    }

    .b-all-team .b-all-team_list .b-all-team_list__item .b-all-team-cont .b-all-team_list__image_wrap {
        max-width: 224px;
        height: 230px;
        position: relative
    }

    .b-all-team .b-all-team_list .b-all-team_list__item .b-all-team-cont .b-all-team-person-name {
        margin-top: 12px
    }

    .b-all-team .b-all-team_list .b-all-team_list__item .b-all-team-cont .b-all-team-person-position {
        margin-top: 10px
    }

    .b-all-team .b-all-team_list .b-all-team_list__item .b-all-team-cont .b-all-team-person-post {
        margin: 18px 0 35px !important;
        text-align: -webkit-auto
    }

    .b-team-publications {
        width: 200px;
        padding-left: 10px
    }

    .b-member-section {
        width: 640px;
        margin-right: 20px
    }

    .b-member-section .big_red_title {
        text-align: center
    }

    .b-member-section .b-member-practice-inf {
        margin-top: 148px
    }

    .b-member-section .b-member-iformation {
        margin-top: 30px
    }

    .b-member-top {
        width: auto;
        padding-top: 38px;
        padding-left: 5px;
        box-sizing: border-box;
        overflow: visible
    }

    .b-member-top .b-team_list {
        padding: 27px 0 0 5px;
        width: 100%
    }

    .b-member-top .b-team_list .b-team_list__member {
        width: 250px
    }

    .b-member-top .b-team_list .b-team_list__member .b-team_list__image_wrap {
        display: block
    }

    .b-member-top .b-team_list .b-team_list__member .b-news-top-inf {
        padding-left: 130px !important
    }

    .b-member-top .b-team-publications {
        width: 700px
    }

    .b-member-top .b-member-publications {
        width: 700px;
        display: block
    }

    .b-our-partners .b-our-partners_list {
        margin-bottom: 50px
    }

    .b-our-partners .b-our-partners_list .b-our-partners_list__item {
        width: 32%;
        margin-right: 10px
    }
}

@media screen and (max-width:939px) and (min-width:640px) {
    .b-news-top .b-team_list__item {
        max-width: 50%;
        display: inline-block !important;
        float: left;
        margin-right: 0 !important
    }

    .b-our-partners .b-our-partners_list .b-our-partners_list__item:nth-child(odd) .b-our-partners-inf {
        padding-right: 30px !important
    }

    .b-all-team,
    .b-infocentr .b-header_tabs,
    .b-member-section,
    .b-member-section .b-member-publications,
    .b-member-top .b-team_list,
    .b-news-section,
    .b-news-top,
    .b-question__form,
    .b-team-publications {
        width: 100%
    }

    .b-infocentr .b-sidebar .b-news-top .b-team_list .b-team_list__item {
        max-width: 50%;
        width: 50%;
        float: left;
        display: inline-block !important;
        margin: 0 !important
    }

    .b-infocentr .b-sidebar-top {
        margin: 0;
        float: none;
        width: 100%
    }

    .b-infocentr .b-sidebar-top .tabs_menu {
        margin: -15px
    }

    .b-all-team .big_red_title,
    .b-news-section .big_red_title {
        text-align: left !important
    }

    .b-news-top {
        padding: 0;
        margin-bottom: 60px
    }

    .b-news-top .b-team_list__item {
        margin-bottom: 10px
    }

    .b-news-top .b-team_list__item .b-news-top-cont {
        width: 100%;
        float: left
    }

    .b-all-team {
        margin: 0
    }

    .b-all-team .b-all-team_list .b-all-team_list__item .b-all-team-cont .b-all-team_list__image_wrap {
        max-width: 200px;
        height: 200px
    }

    .b-member-top .b-team_list .b-team_list__member,
    .b-team-publications .bteam-publications__item {
        width: 50%;
        float: left
    }

    .b-member-section .b-member-practice-inf {
        margin-top: 148px
    }

    .b-member-section .b-member-iformation {
        margin-top: 30px
    }

    .b-member-top {
        width: 100%;
        padding: 0
    }

    .b-our-partners .b-our-partners_list .b-our-partners_list__item {
        width: 49%
    }

    .b-search input.q {
        padding-right: 0
    }
}

@media screen and (max-width:639px) and (min-width:320px) {
    .b-infocentr .b-company-news-photo img {
        position: static
    }

    .b-infocentr .b-read-more {
        width: 100%;
        height: 50px;
        float: none;
        margin: 21px 0 0
    }

    .b-all-team .big_red_title,
    .b-news-section .big_red_title {
        text-align: left !important
    }

    .b-news-section {
        width: 100%
    }

    .b-news-section .b-social-link,
    .b-news-section .b-social-link div,
    .b-news-section .b-social-link span {
        width: 100% !important
    }

    .b-member-top,
    .b-news-top,
    .b-question__form .b-address__form_inner .b-address__form_column {
        width: 100%;
        padding: 0
    }

    .b-news-top .b-team_list__item {
        margin-right: 0
    }

    .b-all-team,
    .b-member-section,
    .b-member-section .b-member-practice-inf div,
    .b-member-section .b-member-publications,
    .b-member-section .b-member-publications .bteam-publications__item,
    .b-member-top .b-team_list .b-team_list__member,
    .b-news-top .b-team_list__item .b-news-top-cont,
    .b-our-partners_page_list,
    .b-question__form {
        width: 100%
    }

    .b-all-team .b-all-team_list .b-all-team_list__item,
    .b-team-publications .b-team-publications_list .bteam-publications__item {
        width: 100% !important;
        display: block !important
    }

    .b-team-publications {
        padding: 0 25px 0 0 !important
    }

    .b-member-section .b-member-practice-inf {
        margin-top: 30px
    }

    .b-member-section .b-member-practice-inf div:not(:last-child) {
        border-bottom: 1px solid silver
    }

    .b-member-section .b-member-practice ul {
        margin: 15px 0 0 16px
    }

    .b-member-section .b-member-photo {
        min-width: 100%;
        height: 240px;
        overflow: hidden;
        float: left;
        margin: 0 31px 0 0;
        display: block
    }

    .b-member-section .b-member-photo img {
        width: 100%;
        height: auto
    }

    .b-our-partners .b-our-partners_list .b-our-partners_list__item {
        width: 100%;
        text-align: center
    }

    .b-our-partners_page_list .b-our-partners_page_list__item {
        width: 10%
    }

    .b-search input.q {
        padding-right: 0
    }
}

.b-social-link.b-social-link.b-social-link {
    margin: 45px 0 100px;
    width: 365px !important;
    font-size: 0;
    box-shadow: 0 12px 85px rgba(0, 0, 0, .3) !important
}

.b-social-link.b-social-link.b-social-link p {
    text-align: center;
    padding: 20px 5px;
    font-size: 15px
}

@media screen and (max-width:767px) {
    .b-address_inner .b-address__item-column:last-child h4 {
        margin-left: 0
    }

    .b-address_inner .b-address__item-column:last-child p {
        margin-left: 10px
    }

    .b-logo-contacts h3 {
        padding-left: 10px
    }

    .b-social-link,
    .b-social-link div,
    .b-social-link span,
    .b-social-link.b-social-link.b-social-link {
        width: 100% !important
    }
}

.b-member-iformation b,
.b-member-iformation strong {
    font-weight: 700 !important
}

.b-member-iformation i {
    font-style: italic !important
}

.secondPhone {
    width: 115px;
    line-height: .8;
    margin-right: 25px
}

.secondPhone a {
    color: #fff;
    font-size: 15px;
    font-weight: 700
}

.secondPhone span {
    font-size: 10px;
    color: #fff
}

.b-header_phones .secondPhone a {
    font-size: 12px;
    font-weight: 700
}

@media screen and (max-width:640px) {
    #recaptcha-10 {
        position: static;
        margin-top: 0
    }

    .b-partners_program__step_list {
        margin-top: 0;
        -moz-column-count: 1;
        column-count: 1
    }

    .b-partners_program__step_list .b-partners_program__step__item {
        display: block
    }

    .b-inner_article_text {
        padding: 35px 0
    }

    .b-inner_content.b-category_page_content .b-inner_article_text .b-our-partners_page_list .b-our-partners_page_list__item {
        padding: 0 10px !important;
        width: 110px;
        min-width: 110px;
        max-width: 110px;
        box-sizing: border-box
    }

    .b-inner_content.b-category_page_content .b-inner_article_text .b-our-partners_page_list .b-our-partners_page_list__item:first-child {
        width: 50px;
        min-width: 50px;
        max-width: 50px;
        box-sizing: border-box;
        padding: 0 !important
    }

    .b-header_phones {
        display: block;
        position: absolute;
        width: 100%;
        left: 20px;
        bottom: 0;
        padding: 15px 0 0 25px !important
    }

    .b-header_phones .b-header_phones__item {
        display: block;
        font-size: 17px;
        margin-right: 15px
    }

    .b-header_phones .b-header_phones__item a span {
        font-size: 12px !important;
        font-family: bandera_proregular, arial, sans-serif !important
    }

    .secondPhone {
        margin: 30px auto 0 !important;
        padding: 0 !important;
        width: auto !important;
        text-align: left;
        float: left;
        position: absolute;
        right: 100px;
        bottom: 46px
    }

    .secondPhone a {
        font-size: 12px;
        font-weight: 100
    }

    .secondPhone span {
        display: none
    }
}

@media screen and (max-width:340px) {

    .b-inner_header .b-top_menu__item.logo_item,
    .b-inner_header .b-top_menu__item.logo_item svg {
        width: 120px
    }

    .b-header_phones .b-header_phones__item a span,
    .b-inner_header .b-header_phones .b-header_phones__item a,
    .secondPhone a {
        font-size: 10px !important
    }
}

iframe {
    width: 100%;
    height: 100%;
}
.grecaptcha-logo iframe{
    height: unset !important;
}