@charset "UTF-8";
@import url("./global.css");
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

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

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

.slick-list:focus {
    outline: none
}

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

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0)
}

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

.slick-initialized .slick-slide {
    display: block
}
.slick-carousel-media.slick-initialized .slick-slide{
    display: flex;
    justify-content: center;
}
.slick-loading .slick-slide {
    visibility: hidden
}

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

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

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

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

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

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

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

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

@-webkit-keyframes pulse {
    0% {
        transform: scaleX(1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scaleX(1)
    }
}

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

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

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

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

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

@keyframes shake {
    0%, to {
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0)
    }
}

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

@-webkit-keyframes headShake {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}

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

@-webkit-keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    to {
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    to {
        transform: rotate(0deg)
    }
}

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

@-webkit-keyframes tada {
    0% {
        transform: scaleX(1)
    }
    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }
    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        transform: scaleX(1)
    }
}

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

@-webkit-keyframes wobble {
    0% {
        transform: translateZ(0)
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        transform: translateZ(0)
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes jello {
    0%, 11.1%, to {
        transform: translateZ(0)
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%, 11.1%, to {
        transform: translateZ(0)
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

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

@-webkit-keyframes heartBeat {
    0% {
        transform: scale(1)
    }
    14% {
        transform: scale(1.3)
    }
    28% {
        transform: scale(1)
    }
    42% {
        transform: scale(1.3)
    }
    70% {
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        transform: scale(1)
    }
    14% {
        transform: scale(1.3)
    }
    28% {
        transform: scale(1)
    }
    42% {
        transform: scale(1.3)
    }
    70% {
        transform: scale(1)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

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

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

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

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

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

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

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

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
    0% {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

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

@-webkit-keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

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

@-webkit-keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

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

@-webkit-keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg)
    }
    to {
        transform: translateZ(0)
    }
}

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

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

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        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 {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: translateZ(0);
        opacity: 1
    }
}

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

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

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

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

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

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

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

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

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

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

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

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes hinge {
    0% {
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        transform: rotate(60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        transform: rotate(60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

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

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }
    50% {
        transform: rotate(-10deg)
    }
    70% {
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }
    50% {
        transform: rotate(-10deg)
    }
    70% {
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

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

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

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

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

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

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

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

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 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;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        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;
        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 {
    0% {
        opacity: 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;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        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;
        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 {
    0% {
        opacity: 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;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        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;
        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 {
    0% {
        opacity: 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;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        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;
        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 {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

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

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        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;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        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;
        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;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        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;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

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

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

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

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

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        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;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        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;
        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;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        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 {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

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

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

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

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

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

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

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

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

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

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

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

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

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

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

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

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

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

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

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

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

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

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

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

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

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

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

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

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

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

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

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

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

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

@media (prefers-reduced-motion: reduce),(print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

/*! nouislider - 14.7.0 - 4/6/2021 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}

.noUi-connect {
    height: 100%;
    width: 100%
}

.noUi-origin {
    height: 10%;
    width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    top: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled].noUi-handle, [disabled] .noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-large, .noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    transform: translateY(-50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    transform: translateY(50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    transform: translate(-50%);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    transform: translateY(-50%);
    top: 50%;
    right: 120%
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    transform: translate(50%);
    left: auto;
    bottom: 10px
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    transform: translateY(-18px);
    top: auto;
    right: 28px
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    overflow-y: scroll;
    -ms-overflow-style: scrollbar
}

*, :after, :before {
    outline: none;
    box-sizing: inherit
}

.d-grid {
    display: grid
}

.test-slider {
    display: block;
    background: #ffd3d3
}

.border-0 {
    border: 0 !important
}

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

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.btn.btn-xl {
    padding-top: 24px;
    padding-bottom: 24px
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

::-moz-placeholder {
    color: #afafaf;
    opacity: 1
}

:-ms-input-placeholder {
    color: #afafaf;
    opacity: 1
}

::placeholder {
    color: #afafaf;
    opacity: 1
}

body::-webkit-scrollbar {
    width: 12px
}

body::-webkit-scrollbar-track {
    background-color: #fafafa
}

body::-webkit-scrollbar-thumb {
    background-color: var(--indigo)
}

:root {
    --indigo: #472ad7;
    --green: #539a70;
    --sky: #90d6e2;
    --yellow: #ffe840;
    --red: #f25a46
}

::-moz-selection {
    color: #fff;
    background: var(--indigo)
}

::selection {
    color: #fff;
    background: var(--indigo)
}

body, html {
    overflow-x: hidden
}

body, h1, html, p {
    padding: 0;
    margin: 0
}

#body {
    overflow-x: hidden
}

.noscroll {
    overflow-y: hidden
}

.container, .container-sm {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 355px) {
    .container {
        padding-right: 40px;
        padding-left: 40px
    }

    .container-sm {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
}

@media (min-width: 768px) {
    .container, .container-sm {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .container, .container-sm {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container, .container-sm {
        width: 1170px
    }
}

@media (max-width: 576px) {
    .btn-big {
        padding: 16px 40px !important;
        width: 100%;
        text-align: center
    }
}

.wrapper {
    width: 100%;
    position: relative
}

.btn {
    display: block;
    padding: 16px 36px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--indigo);
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    transition: .4s;
    font-weight: 500;
    text-decoration: none
}

.btn-big:hover, .btn:hover {
    opacity: .85
}

.btn-big:hover .btn-line, .btn:hover .btn-line {
    transform: translateX(5px)
}

.btn-line {
    margin-left: 16px;
    transition: .4s
}

.btn-big {
    display: inline-block;
    background-color: var(--indigo);
    padding: 24px 48px;
    font-weight: 500;
    font-size: 16px;
    line-height: 141%;
    color: #fafafa;
    text-decoration: none;
    transition: .4s;
    cursor: pointer
}

@media (max-width: 768px) {
    .btn-line {
        display: none
    }
}

.btn-min {
    padding: 16px 36px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #e0e0e0;
    color: #000;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    transition: .4s;
    font-weight: 500
}

.btn-min:hover {
    color: #fff;
    background-color: var(--indigo)
}

.wrapper-block {
    margin-top: 40px;
    margin-bottom: 40px
}

.slick-dots li button:before {
    font-size: 12px;
    color: hsla(0, 0%, 76.9%, .3);
    opacity: 1
}

.slick-dots li.slick-active button:before {
    color: var(--indigo) !important;
    opacity: 1
}

.text {
    font-size: 16px;
    line-height: 175%;
    color: #828282
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03)
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills, .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100%
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card .card-header {
    margin-bottom: -1px
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.footer-main__links ul {
    text-decoration: none;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
    margin: 32px 0 0
}

.footer-main__links ul li {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style-type: none
}

#nav a, .footer-main__links ul li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 140.62%;
    color: #828282;
    border-bottom: 1px solid transparent;
    margin-bottom: 20px;
    transition: .4s;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 6px
}

#nav a:hover, .footer-main__links ul li a:hover {
    border-bottom: 1px solid var(--indigo);
    color: var(--indigo)
}

@media (max-width: 525px) {
    .text {
        font-size: 14px;
        line-height: 175%;
        color: #828282
    }

    .slick-dots li {
        width: 10px
    }
}

.bg-fa {
    background-color: #fafafa
}

.triangle-bl:after, .triangle-br:after, .triangle-tl:before, .triangle-tr:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid
}

.triangle-tl:before {
    bottom: 100%;
    border-width: 0 0 4vw calc(100vw - 12px);
    border-color: transparent transparent #fafafa
}

.triangle-bl:after {
    top: 100%;
    border-width: 0 calc(100vw - 12px) 4vw 0;
    border-color: transparent #fafafa transparent transparent
}

.triangle-tr:before {
    bottom: 100%;
    border-width: 4vw 0 0 calc(100vw - 12px);
    border-color: transparent transparent transparent #fafafa
}

.triangle-br:after {
    top: 100%;
    border-width: 4vw calc(100vw - 12px) 0 0;
    border-color: #fafafa transparent transparent
}

.wrapper.triangle-tl, .wrapper.triangle-tr {
    margin-top: 4vw
}

.wrapper.triangle-bl, .wrapper.triangle-br {
    margin-bottom: 4vw
}

@media (hover: none) and (pointer: coarse) {
    .triangle-tl:before {
        border-width: 0 0 4vw 100vw
    }

    .triangle-bl:after {
        border-width: 0 100vw 4vw 0
    }

    .triangle-tr:before {
        border-width: 4vw 0 0 100vw
    }

    .triangle-br:after {
        border-width: 4vw 100vw 0 0
    }
}

.checkbox-container {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    padding-top: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.validError .checkmark {
    border-color: var(--red) !important
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #757575;
    transition: .4s
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #fafafa
}

.checkbox-container input:checked ~ .checkmark {
    background-color: var(--indigo)
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block
}

.checkbox-container .checkmark:after {
    left: 9px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transition: .4s;
    transform: rotate(45deg)
}

.textarea {
    width: 100% !important;
    flex: 1 0 auto;
    background-color: #f8f8f8;
    border: none;
    outline: none;
    padding: 16px 24px;
    resize: none;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 140%;
    height: 150px
}

@media (max-width: 768px) {
    .textarea {
        height: 150px
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 17px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: #fff;
    transition: .4s
}

input:checked + .switch-slider {
    background-color: var(--indigo)
}

input:focus + .switch-slider {
    box-shadow: 0 0 1px var(--indigo)
}

input:checked + .switch-slider:before {
    transform: translateX(15px)
}

.switch-slider.switch-round {
    border-radius: 18px
}

.switch-slider.switch-round:before {
    border-radius: 50%
}

.dropdown-arrow {
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-4px);
    border-color: transparent #9e9e9e #9e9e9e transparent;
    border-style: solid;
    border-width: 1px
}

.menu-mob__nav-mob a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 140.62%;
    text-align: center;
    color: #828282;
    transition: .4s;
    text-decoration: none;
    margin-bottom: 24px
}

.menu-mob__nav-mob a:hover {
    color: var(--indigo)
}

.noscroll {
    overflow: hidden !important;
    height: 100%
}

.header__control {
    position: relative
}

.header__control-drop {
    position: absolute;
    top: 70%;
    right: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: .4s
}

.header__control-drop:hover, .header__control-lang:hover ~ .header__control-drop {
    z-index: 5000;
    opacity: 1;
    top: 100%;
    pointer-events: all
}

.header__control-drop a {
    box-sizing: content-box;
    background: #fff;
    height: 40px;
    border-top: none
}

i.arrow {
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 7px;
    transition: .4s
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

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

.agreement-text p {
    text-align: justify;
    margin-bottom: 1rem
}

#calculator_banner_menu_id, .calculator_desktop_hide {
    display: none
}

@media (min-width: 525px) {
    #calculator_banner_menu_id, .calculator_desktop_hide {
        display: none
    }
}

@media (max-width: 525px) {
    .calculator_mobil_filter_box {
        display: none
    }
}

.calculator_mobil_filter_box {
    display: block
}

@media (min-width: 768px) {
    .calculator_result_item_box {
        margin-top: 0 !important
    }

    .modalSubscription.modal-service__form {
        display: flex
    }

    .calculator_mobil_filter_box {
        display: block
    }

    .calculator_mobil_filter_box .calculator_mobil_menu_filter {
        display: none
    }

    .calculator_filter_title {
        display: flex !important
    }

    #calculator_banner_menu_id {
        display: block;
        height: 712px;
        cursor: default !important
    }

    #calculator_banner_menu_id img {
        width: 100%;
        height: 110%
    }
}

#calculator_banner_menu_id, .calculator_desktop_hide {
    cursor: pointer;
    max-width: 552px
}

.calculator_menu_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px
}

.calculator_menu_box .indigo-title, .calculator_menu_box .indigo-title_calculator {
    margin: 0
}

.calculator_menu_box img {
    height: 20px;
    width: 20px
}

.calculator_mobile_menu_button_active {
    color: #472ad7;
    display: block
}

.calculator_mobile_menu_button {
    margin-top: 3px
}

.calculator_mobile_banner {
    display: block;
    height: 450px;
    width: 100%;
    background-color: #fff;
    position: relative
}

.calculator_mobile_banner img {
    position: absolute;
    bottom: 0;
    right: 0
}

.calculator_banner_menu h2 {
    padding: 40px 24px;
    text-align: left;
    font-weight: 900;
    font-size: 16px
}

.calculator_container {
    background-color: #e5e5e5;
    padding-top: 140px;
    margin-top: -70px;
    padding-bottom: 80px;
    position: relative
}

.wrapper.home.calculator_banner {
    margin-bottom: 0;
    z-index: 1
}

.calculator_mobil_menu_filter {
    margin-bottom: 40px;
    margin-top: 40px;
    display: flex;
    justify-content: center
}

.calculator_mobil_menu_filter button {
    font-weight: 500;
    font-size: 16px;
    color: #472ad7
}

.calculator_mobil_menu_filter_button_compare {
    border: 1px solid #472ad7;
    box-sizing: border-box;
    box-shadow: 20px 20px 100px rgba(0, 0, 0, .1);
    width: 180px;
    height: 55px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 24px 48px;
    cursor: pointer
}

.calculator_mobil_menu_filter_button_compare_active {
    background: #472ad7;
    color: #fff !important
}

.calculator_mobil_menu_filter_button_compare_active .image_compare {
    color: #fff
}

.image_compare {
    padding-left: 14px;
    color: #472ad7
}

.calculator_mobil_menu_filter_button_show {
    margin-left: 14px;
    display: flex;
    align-items: center
}

.calculator_form_filter ul.select2-results__options li.select2-results__option {
    margin-left: 0;
    padding-left: 15px
}

.calculator_form_filter .select2-container {
    z-index: 99
}

.calculator_form_filter .select2-selection__arrow {
    position: static;
    margin: 24px 24px 28px
}

.calculator_form_filter .item__label {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    color: #828282;
    position: absolute;
    bottom: 48px;
    letter-spacing: .12em
}

.calculator_form_filter .select2-selection__rendered {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #4f4f4f
}

.calculator_form_filter .select2-selection {
    display: flex;
    justify-content: left;
    align-items: center;
    border-bottom: 1px solid #bdbdbd;
    margin-top: 34px
}

.slider_experience_box {
    margin-top: 50px
}

.slider_experience_box .noUi-handle {
    background: #472ad7;
    width: 20px;
    height: 12px;
    box-shadow: none;
    border: none;
    border-radius: 0
}

.slider_experience_box .noUi-handle:before {
    background: #fff;
    width: 10px;
    height: 2px;
    left: 5px;
    top: 7px
}

.slider_experience_box .noUi-handle:after {
    background: #fff;
    width: 10px;
    height: 2px;
    left: 5px;
    top: 3px
}

.slider_experience_box .noUi-target.noUi-ltr.noUi-horizontal.noUi-txt-dir-ltr {
    height: 0;
    border: 0;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 0
}

.slider_experience_box .item__input {
    background: none;
    border: none;
    outline: none;
    font-size: 16px;
    width: auto;
    font-style: normal;
    font-weight: 400;
    padding: 0 0 18px
}

.slider_experience_box .item__input::-moz-placeholder {
    color: #4f4f4f
}

.slider_experience_box .item__input:-ms-input-placeholder {
    color: #4f4f4f
}

.slider_experience_box .item__input::placeholder {
    color: #4f4f4f
}

.slider_experience_box .label_experience {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    color: #828282;
    position: absolute;
    bottom: 46px;
    letter-spacing: .12em
}

.subscription_box {
    margin: 34px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #828282
}

.subscription_box .subscription_button {
    cursor: pointer;
    text-decoration: underline;
    color: #472ad7
}

.modalSubscription #home-subscription-mob-submit {
    margin-top: 32px
}

.modalSubscription .modal-service__inner {
    margin: 24px
}

.modalSubscription .modal-service__form {
    display: block
}

.modalSubscription .modal-service__block-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    text-align: center;
    color: #333
}

.slider_custom_box {
    margin-top: 34px;
    position: relative
}

.slider_custom_box .item__label {
    bottom: 62px
}

.slider_custom_box .slider_custom {
    padding-top: 15px
}

.slider_custom_box .slick-slide {
    margin-right: 14px
}

.slider_custom_box .container_company_age {
    height: 52px;
    background: #f2f2f2;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 20px;
    margin-top: 10px;
    cursor: pointer
}

.slider_custom_box .value_company_age {
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .05em;
    color: #4f4f4f;
    white-space: nowrap;
    text-align: center
}

.slider_custom_box .container_company_age_select {
    background: #000
}

.slider_custom_box .container_company_age_select .value_company_age {
    color: #fff
}

#calculator_submit_form {
    margin-top: 48px
}

.calculator_result_number {
    margin-top: 22px;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 141%;
    color: #000;
    margin-bottom: 8px
}

.calculator_result_item {
    background: #fff;
    box-shadow: 20px 20px 100px rgba(0, 0, 0, .1);
    width: 100%;
    padding: 40px 24px
}

.calculator_result_item .value_result_box_not_available {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #979797;
    position: relative
}

.calculator_result_item .value_result_box_not_available .value_result_box_not_available_img {
    margin-left: 7px;
    position: absolute;
    top: -2px
}

.calculator_result_item .value_result_box_not_available .value_result_box_not_available_img:after {
    content: attr(data-tooltip);
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow: 10px 10px 97px rgba(0, 0, 0, .14);
    width: 328px;
    padding: 32px;
    pointer-events: none;
    opacity: 0;
    transition: 1s;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #828282;
    z-index: 99
}

.calculator_result_item .value_result_box_not_available .value_result_box_not_available_img:hover:after {
    opacity: 1;
    top: 2em
}

.calculator_result_item .calculator_result_item_title {
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 141%;
    color: #000
}

.calculator_result_item .count_vacancy {
    margin-top: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 175%;
    text-align: left;
    color: #979797
}

.calculator_result_item .calculator_result_key {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #000;
    margin-top: 16px
}

.calculator_result_item .calculator_result_value {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 175%;
    color: #472ad7;
    margin-top: 4px
}

.calculator_result_item .calculator_result_value_text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: -.01em;
    color: #472ad7
}

.calculator_result_item .value_result_box {
    display: none
}

.calculator_result_item {
    margin-top: 30px !important
}

.calculator_form_compare, .calculator_mobil_result_box, .subscription_filter {
    display: none
}

.calculator_filter_title {
    display: none;
    align-items: center
}

.calculator_filter_title button {
    cursor: pointer
}

.calculator_filter_title .text_compare_desktop {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 141%;
    letter-spacing: .12em;
    color: #828282;
    margin-top: 19px
}

.calculator_filter_title .image_compare_desktop {
    margin: 5px 10px 0 19px;
    width: 44px;
    height: 44px;
    color: #242424
}

.calculator_filter_title .image_compare_desktop svg {
    width: 24px;
    height: 21px;
    margin-top: 10px
}

.calculator_filter_title .image_compare_desktop.image_compare_desktop_active {
    background: #472ad7;
    color: #fff
}

.back_filter {
    margin-left: 25px;
    display: none
}

.back_filter button {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: -.01em;
    color: #472ad7;
    cursor: pointer
}

.back_compare_mobil {
    display: none;
    align-items: center;
    cursor: pointer
}

#calculator_result_mobile_menu_button_id {
    margin-right: 13px
}

.calculator_form_request_vacancy {
    padding-top: 125px;
    position: relative
}

.calculator_form_request_vacancy:after {
    display: block;
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #e5e5e5;
    transform: translateY(-100%) skewY(-177deg)
}

.calculator_vacancy_c_level a {
    text-decoration: none;
    color: #000
}

.slick-next {
    top: 50px !important;
    right: -20px !important
}

.slick-prev {
    left: -30px !important;
    top: 50px !important
}

#cookie_notification {
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 900px;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 25px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, .4);
    z-index: 999999
}

#cookie_notification p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 175%;
    letter-spacing: -.01em;
    color: #000
}

@media (min-width: 576px) {
    #cookie_notification.show {
        display: flex
    }

    .cookie_accept {
        margin: 0 0 0 25px
    }
}

@media (max-width: 575px) {
    #cookie_notification.show {
        display: block;
        text-align: left
    }

    .cookie_accept {
        margin: 10px 0 0
    }
}

.privacy_policy {
    display: flex
}

.privacy_policy a {
    margin-right: 20px
}

.table-rpo {
    display: inline-block;
    vertical-align: top;
    min-width: 500px;
    overflow-x: auto;
    border-collapse: collapse;
    width: 100%;
    font-weight: 700
}

.table-rpo, .table-rpo .th-title {
    font-style: normal;
    font-size: 18px;
    line-height: 175%;
    color: #828282
}

.table-rpo .th-title {
    width: 55%;
    text-align: left;
    font-weight: 400
}

@media (max-width: 576px) {
    .table-rpo .th-title {
        width: 31% !important
    }
}

.table-rpo .td-value {
    text-align: center;
    width: 15%
}

@media (max-width: 576px) {
    .table-rpo .td-value {
        width: 23% !important
    }
}

.table-rpo .tr-border-top {
    border-bottom: 2px solid #472ad7;
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.table-rpo .tr-border {
    border-bottom: 2px solid #e5e5e5;
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.rpo {
    text-align: center
}

.container-table-rpo {
    overflow: auto;
    position: relative
}

.footer_contact_phone {
    display: flex
}

.footer_contact_phone .footer_contact_phone_social {
    position: absolute;
    left: 135px
}

@media (min-width: 992px) {
    .footer_contact_phone .footer_contact_phone_social {
        left: 145px
    }
}

.intl-phone1 {
    padding-bottom: 10px !important
}

.intl-phone5 {
    background-color: #f2f2f2 !important
}

.domain_service {
    margin-top: 100px
}

.domain_service .services__item-container {
    margin: 0 15px
}

@media (max-width: 525px) {
    .domain_service .services__desc {
        display: block
    }
}

.case_domain .list_domains {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding: 0
}

.case_domain .item_domains {
    margin: 10px
}

.case_domain .item_domains .white-square {
    background-color: #e2e2e2;
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    padding: 10px;
    width: 350px
}

.case_domain .item_domains .text_domains {
    text-align: center;
    padding: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 175%;
    color: #828282
}

.case_domain .item_domains .text_domains span {
    color: #005cbf;
    font-weight: 700
}

.case_domain .item_domains .logo_domains {
    display: flex;
    justify-content: center;
    margin-top: 15px
}

.case_domain .item_domains .logo_domains img {
    height: 100px;
    max-width: 100%
}

.review_domain .massmedia:after {
    -webkit-clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 95%);
    clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 95%)
}

.review_domain .about-info__text {
    margin-bottom: 30px
}

.review_domain .client_domain .review-nav__title.indigo-title {
    padding-top: 150px
}

.review_domain .client_domain .review-nav__title.indigo-title.why_choose_us_title {
    padding-top: 0;
}

.mm-slider2.why_choose_us_slider{
    padding-bottom: 30px;
}
.why_choose_us_slider.dom_help .mm-slider__arrows_100 {
    margin-bottom: 0 !important;
}
.review_domain .review_domain .mm-slider__item_review_domain {
    width: 90% !important;
    background-color: #e2e2e2;
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    padding: 20px;
    margin: 0 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 175%;
    color: #828282
}

.review_domain .review_domain .mm-slider__item_review_domain img {
    width: 150px;
    margin: 20px auto
}

.review_domain .review_domain .mm-slider__item_review_domain .title_review_domain {
    text-align: center;
    font-weight: 700;
    font-size: 18px
}

.process_domain {
    margin-bottom: 100px;
    border-bottom: 1px solid
}

.process_domain .review-nav__title.indigo-title {
    padding-top: 0
}

.process_domain .process_domain_description {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 175%;
    color: #828282
}

.process_domain .process_domain_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 575px;
    padding-bottom: 205px;
    margin-right: 40px
}

.process_domain .process_domain_container .circle-with-text {
    position: relative;
    text-align: center
}

.process_domain .process_domain_container .blue-circle {
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #00f;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.process_domain .process_domain_container .blue-circle-1 {
    margin-bottom: 0
}

.process_domain .process_domain_container .blue-circle-2 {
    margin-bottom: 50px
}

.process_domain .process_domain_container .blue-circle-3 {
    margin-bottom: 100px
}

.process_domain .process_domain_container .blue-circle-4 {
    margin-bottom: 150px
}

.process_domain .process_domain_container .blue-circle-5 {
    margin-bottom: 200px;
    background-color: green
}

.process_domain .process_domain_container .blue-circle-6 {
    margin-bottom: 250px
}

.process_domain .process_domain_container .text {
    position: absolute;
    right: -60px;
    margin-bottom: 5px;
    font-size: 12px;
    display: block;
    width: 100px
}

.process_domain .process_domain_container .text-1 {
    bottom: -200px
}

.process_domain .process_domain_container .text-2 {
    bottom: -190px
}

.process_domain .process_domain_container .text-3 {
    bottom: -140px
}

.process_domain .process_domain_container .text-4 {
    bottom: -50px
}

.process_domain .process_domain_container .text-5 {
    bottom: 0
}

.process_domain .process_domain_container .text-6 {
    bottom: 50px
}

.process_domain .process_domain_container .line-1 {
    height: 205px
}

.process_domain .process_domain_container .line-2 {
    height: 255px
}

.process_domain .process_domain_container .line-3 {
    height: 305px
}

.process_domain .process_domain_container .line-4 {
    height: 355px
}

.process_domain .process_domain_container .line-5 {
    height: 405px
}

.process_domain .process_domain_container .line-6 {
    height: 455px
}

.process_domain .process_domain_container .line {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 2px;
    background-color: transparent;
    border-left: 2px dotted grey;
    transform: translateX(-50%)
}

@media (min-width: 400px) and (max-width: 760px) {
    .process_domain_container {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        height: 750px !important;
        padding-bottom: 0;
        position: relative
    }

    .process_domain .process_domain_container .line-6 {
        height: 330px
    }

    .process_domain .process_domain_container .line-5 {
        height: 280px
    }

    .process_domain .process_domain_container .line-4 {
        height: 230px
    }

    .circle-with-text {
        margin-bottom: 120px;
        flex: 0 0 calc(33.33% - 20px)
    }

    .line {
        position: absolute;
        top: 100px;
        left: 50%;
        bottom: 0;
        width: 2px;
        background-color: transparent;
        border-left: 2px dotted grey;
        transform: translateX(-50%)
    }

    .text {
        position: relative;
        right: auto;
        margin-bottom: 5px;
        font-size: 12px;
        display: block;
        width: auto;
    }
}

@media (min-width: 220px) and (max-width: 400px) {
    .process_domain_container {
        padding-top: 20px;
        height: 1150px !important
    }

    .circle-with-text {
        margin-bottom: 175px
    }

    .process_domain .process_domain_container .line-6 {
        height: 280px
    }

    .process_domain .process_domain_container .line-5 {
        height: 230px
    }
}

.service-domain-container {
    font-family: Montserrat, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    background-color: #f0f0f0
}

.service-domain-container .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px
}

.service-domain-container .square {
    position: relative;
    background-color: #fff;
    width: calc(25% - 20px);
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease;
    text-decoration: none
}

.service-domain-container .square .square-h {
    color: #4f4f4f;
    margin-top: 32%
}

.service-domain-container .square .domain_block_logo img {
    position: absolute;
    left: 33%;
    top: 9%;
    width: 36%
}

.service-domain-container .square .domain_block_logo img.domain_block_logo_hover {
    display: none
}

.service-domain-container .square_country {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: calc(20% - 20px);
    margin: 15px 0
}

.service-domain-container .square:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    background-color: #472ad7
}

.service-domain-container .square:hover .square-h {
    color: #fff
}

.service-domain-container .square:hover .domain_block_logo img.domain_block_logo_hover {
    display: block
}

.service-domain-container .square:hover .domain_block_logo img.domain_block_logo_default {
    display: none
}

.service-domain-container .square h2 {
    margin-bottom: 10px
}

@media (max-width: 1200px) {
    .service-domain-container .square {
        width: calc(33.333% - 20px)
    }
}

@media (max-width: 900px) {
    .service-domain-container .square {
        width: calc(50% - 20px)
    }
}

@media (max-width: 600px) {
    .service-domain-container .square {
        width: calc(100% - 20px)
    }
}

.service-domain-container_country {
    min-height: 40vh
}

.video-banner-container {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.video-banner {
    width: 100%;
    height: auto
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .4)
}

.country-banner .start-title {
    font-size: 35px
}

.country-banner .description {
    font-size: 15px;
    margin-top: 10px
}

.country_why_square {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    gap: 20px
}

.country_why_square .why-square {
    background: linear-gradient(135deg, #fff, #e0e0e0);
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    border-radius: 8px;
    box-sizing: border-box;
    flex: 1 1 calc(33.333% - 40px);
    max-width: calc(33.333% - 40px);
    text-align: center;
    font-size: 16px;
    line-height: 175%;
    color: #828282
}

.country_why_square .why-square img {
    width: 100px
}

.country_why_square .why-square h3 {
    margin-top: 0;
    font-size: 22px;
    color: #333
}

@media (max-width: 768px) {
    .country_why_square .why-square {
        flex: 1 1 calc(50% - 30px);
        max-width: calc(50% - 30px)
    }
}

@media (max-width: 480px) {
    .country_why_square .why-square {
        flex: 1 1 100%;
        max-width: 100%
    }
}

.country_title_why_square {
    text-align: center;
    margin: 100px 0 20px;
    font-size: 28px;
    color: #333
}

.ex_search_container_main {
    position: relative
}

.ex_search_container_main .triangle {
    position: absolute;
    width: 25vw;
    height: 25vw;
    z-index: 1
}

.ex_search_container_main .triangle.triangle_left {
    top: 20%
}

.ex_search_container_main .triangle.triangle_center {
    top: 40%;
    left: 24%;
    width: 35vw;
    height: 35vw;
    max-width: 500px;
    max-height: 500px
}

.ex_search_container_main .triangle.triangle_right {
    bottom: 35%;
    right: 0;
    width: 30vw;
    height: 40vw
}

@media (max-width: 992px) {
    .ex_search_container_main .triangle.triangle_left {
        top: 20%
    }

    .ex_search_container_main .triangle.triangle_center {
        top: 40%;
        left: 24%;
        width: 35vw;
        height: 35vw
    }

    .ex_search_container_main .triangle.triangle_right {
        bottom: 50%;
        right: 0;
        width: 30vw;
        height: 40vw
    }

}

@media (max-width: 768px) {
    .ex_search_container_main .triangle.triangle_center, .ex_search_container_main .triangle.triangle_left, .ex_search_container_main .triangle.triangle_right {
        display: none
    }
}

.ex_search_container_main .ex_search_container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden
}

.ex_search_container_main .ex_search_container .ex_search_text_title {
    font-weight: 900;
    font-size: 40px;
    font-family: Montserrat, sans-serif
}

.ex_search_container_main .ex_search_container .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
    position: relative
}

.ex_search_container_main .ex_search_container .text-block {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 175%;
    color: #828282;
    flex: 0 1 48%;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 7vw;
    z-index: 1
}

@media (max-width: 768px) {
    .ex_search_container_main .ex_search_container .text-block {
        flex: 0 1 100%
    }
}

.our-numbers__block.bpo .our-numbers__num {
    font-size: 50px
}

.person__extra-info {
    position: relative
}

.text-content {
    max-height: 150px;
    overflow: hidden;
    transition: max-height .3s ease;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 141%;
    color: #828282
}

.text-content.expanded {
    max-height: none
}

.show-more-btn {
    display: block;
    width: 100%;
    text-align: center;
    color: #007bff;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    font-size: 15px
}

@media (min-width: 768px) {
    .text-content {
        font-size: 16px
    }

    .show-more-btn {
        display: none
    }

    .text-content {
        max-height: none
    }
}

.banner-title-custom-page {
    font-size: 62px !important
}

.body-container-flip {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
    padding: 20px
}

.body-container-flip .container-flip {
    max-width: 1200px;
    width: 100%
}

.body-container-flip .section-flip {
    margin-bottom: 40px;
    text-align: center
}

.body-container-flip .section-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700
}

.body-container-flip .flip-box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px
}

.body-container-flip .flip-box {
    background-color: transparent;
    width: calc(33.333% - 20px);
    perspective: 1000px;
    min-height: 300px;
    height: 456px;
}

.body-container-flip .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .8s;
    transform-style: preserve-3d
}

.body-container-flip .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg)
}

.body-container-flip .flip-box-back, .body-container-flip .flip-box-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-family: Montserrat, sans-serif
}

.body-container-flip .flip-box-front {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc
}

.body-container-flip .flip-box-back {
    background-color: #007bff;
    color: #fff;
    transform: rotateY(180deg);
    border: 1px solid #ccc;
    text-align: left;
    padding: 10px
}

.body-container-flip .logo-flip {
    max-width: 70%;
    max-height: 60px;
    margin-bottom: 20px
}

.body-container-flip .small-text.small-text-title {
    font-size: 16px;
    font-weight: 700
}

.body-container-flip .small-text {
    font-size: 14px;
    line-height: 175%
}

.body-container-flip .large-text {
    font-size: 12px;
    line-height: 150%;
    font-family: Montserrat, sans-serif
}

.body-container-flip .large-text p {
    margin-bottom: 5px
}

.body-container-flip .slick-flip-slider .slick-slide > div {
    width: 100%;
    padding: 0 5px;
}
@media (max-width: 992px) {
    .body-container-flip .flip-box {
        width: calc(50% - 20px)
    }
}

@media (max-width: 600px) {
    .body-container-flip .flip-box {
        width: calc(100% - 20px)
    }
}

.brief-form, .brief-form .row, .form, .form .container {
    overflow: visible !important
}

.brief-input, .select-level {
    margin-bottom: 20px;
    z-index: 1
}

.brief-input, .brief-input .custom-select, .select-level, .select-level .custom-select {
    position: relative;
    overflow: visible !important
}

.brief-input .select2-container, .select-level .select2-container {
    position: relative;
    z-index: 1;
    width: 100% !important
}

.brief-input .select2-container.select2-container--open, .select-level .select2-container.select2-container--open {
    z-index: 10000 !important
}

.brief-input .select2-dropdown, .select-level .select2-dropdown {
    z-index: 10001 !important;
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: auto !important
}

.brief-input .select2-results__options, .select-level .select2-results__options {
    width: 100% !important;
    max-width: 100% !important
}

.brief-input:has(.select2-container--open), .select-level:has(.select2-container--open) {
    z-index: 10000 !important
}

.select2-container--open {
    z-index: 10000 !important
}

.select2-dropdown {
    z-index: 10001 !important
}

.brief-multiselect-wrapper {
    position: relative;
    overflow: visible !important;
    z-index: 1
}

.brief-multiselect-wrapper.brief-multiselect--open {
    z-index: 10000 !important
}

.brief-multiselect {
    position: relative;
    cursor: pointer;
    background: #fff
}

.brief-multiselect__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 38px;
    padding-right: 30px;
    position: relative
}

.brief-multiselect__placeholder, .brief-multiselect__selected {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    font-size: inherit
}

.brief-multiselect__arrow {
    position: absolute;
    content: "";
    top: 20px;
    right: 15px;
    width: 8px;
    height: 8px;
    border-color: transparent #595959 #595959 transparent;
    border-style: solid;
    border-width: 1px;
    transform: rotate(45deg);
    transition: .35s
}

.brief-multiselect.brief-multiselect--open .brief-multiselect__arrow {
    transform: rotate(-135deg)
}

.brief-multiselect__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    z-index: 10001;
    max-height: 250px;
    overflow-y: auto
}

.brief-multiselect.brief-multiselect--open .brief-multiselect__dropdown {
    display: block
}

.brief-multiselect__option {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    cursor: pointer;
    transition: background-color .15s ease;
    margin: 0
}

.brief-multiselect__option:hover {
    background-color: #f5f5f5
}

.brief-multiselect__option input[type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.brief-multiselect__checkbox {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border: 2px solid #ccc;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
    transition: all .15s ease;
    background: #fff
}

.brief-multiselect__checkbox:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.brief-multiselect__option input[type=checkbox]:checked + .brief-multiselect__checkbox {
    background-color: #007bff;
    border-color: #007bff
}

.brief-multiselect__option input[type=checkbox]:checked + .brief-multiselect__checkbox:after {
    display: block
}

.brief-multiselect__label {
    font-size: 14px;
    color: #333;
    line-height: 1.4
}

.iti__flag {
    background-image: url(../images/flags/flags.png)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url(../images/flags/flags@2x.png)
    }
}

* {
    font-family: Montserrat, sans-serif;
    -webkit-locale: auto;
    white-space: normal
}

.wow {
    visibility: hidden
}

.container-fluid, .container-lg, .container-md, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

body {
    padding-top: 92px
}

h2.indigo-title {
    margin-top: 0;
    margin-bottom: 0
}

.slick-track[data-v-e4caeaf8] {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    transform: translateZ(0)
}

.slick-track.slick-center[data-v-e4caeaf8] {
    margin-left: auto;
    margin-right: auto
}

.slick-track[data-v-e4caeaf8]:after, .slick-track[data-v-e4caeaf8]:before {
    display: table;
    content: ""
}

.slick-track[data-v-e4caeaf8]:after {
    clear: both
}

.slick-loading .slick-track[data-v-e4caeaf8] {
    visibility: hidden
}

.slick-slide[data-v-e4caeaf8] {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

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

.slick-slide img[data-v-e4caeaf8] {
    display: block
}

.slick-slide.slick-loading img[data-v-e4caeaf8] {
    display: none
}

.slick-slide.dragging img[data-v-e4caeaf8] {
    pointer-events: none
}

.slick-initialized .slick-slide[data-v-e4caeaf8] {
    display: block
}

.slick-loading .slick-slide[data-v-e4caeaf8] {
    visibility: hidden
}

.slick-vertical .slick-slide[data-v-e4caeaf8] {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden[data-v-21137603] {
    display: none
}

.slick-slider[data-v-3d1a4f76] {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list[data-v-3d1a4f76] {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transform: translateZ(0)
}

.slick-list[data-v-3d1a4f76]:focus {
    outline: none
}

.slick-list.dragging[data-v-3d1a4f76] {
    cursor: pointer;
    cursor: hand
}

@font-face {
    font-family: slick;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATsAA0AAAAAB2wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE0AAAABoAAAAcdIcYB0dERUYAAAS0AAAAHAAAAB4AJwANT1MvMgAAAZwAAABRAAAAYFAQ/45jbWFwAAACAAAAAFcAAAFiIhFFt2dhc3AAAASsAAAACAAAAAj//wADZ2x5ZgAAAmgAAAE1AAACLD+btmBoZWFkAAABMAAAAC8AAAA2AAEx+2hoZWEAAAFgAAAAHAAAACQD5QIFaG10eAAAAfAAAAAQAAAAFgZKAEpsb2NhAAACWAAAABAAAAAQATYBoG1heHAAAAF8AAAAHQAAACAASwBHbmFtZQAAA6AAAADcAAABbgUngcJwb3N0AAAEfAAAAC4AAABFOXjBpHjaY2BkYGAA4vMGfuHx/DZfGbiZGEDgfGFFPZxWZVBlvM14G8jlYABLAwAT1QnNAHjaY2BkYGC8zcDAoMfEAAJANiMDKmABADBkAe942mNgZGBgYGdwYWBiAAEQycgAEnMA8xkACcgAkwAAAHjaY2BmYmCcwMDKwMDow5jGwMDgDqW/MkgytDAwMDGwcjKAQQNQCZBSYICCgDTXFAYHhkTFSYwP/j9g0GO8/f82A0QNA+NtsBIFBkYANHMN4wAAAHjaY2KAACYIVoVAAALCAJt42mNgYGBmgGAZBkYGEIgB8hjBfBYGByDNw8DBwARkMzAkKigpTlCc9P8/WB0S7/+i+4/uld4rgZoAB4xsDHAhRiYgwcSApoCBcsBMBTNYGGgGAEdEDyUAAAAAAAAAAAAAZgCKANABFnjadZBdToNAEMd3CrtAl5TQLtS0LCoN0A8SGkBI+mAfPET75B1896HppfQcvnII4w3cLYpW6k4ymdn9z8xvBwEKUQg11OgBIXAYWUEQR1uIZoFGpLGxKy3PqrIq8+waXIfJ+5mQSSvkvXwRqqocu1D39QMl2JgvN9zzhsyk1GRDz+OBfzMioCqx0rtdLYo0SiZTZttsOkmidBkveKibFF4Oep9SI46bqk3Twhp4iihUemrMWFPy2NRbthfqKkHi/PxlJLITZdAiSj6ouZ+tn9eZz78DuD9LZYB6bZ8rlCAUVuVdkULjxV4sIEysIc/KSyPmnJDdjhCOdQ0fCTliTX/tjH3ysWao+71qaNjHQjcQwrcuyl+WLZQthCMotJP/h+Xjazz+hfTeRWmG4zOiSyif/q1OtAAAAHjabY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV42mNgYkAGjAzogB0sysTgwtDOyMTIzJlYVJRfnpOaVsIFZhVlpmeUAABuKQkSAAAAAAAB//8AAnjaY2BkYGDgAWIxIGZiYARCNiBmAfMYAAPgADV42mNgYGBkAIKrS9Q5QPT5wop6GA0APf8GGAAA) format("woff")
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

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

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

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

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

.slick-prev {
    left: -25px
}

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

.slick-prev:before {
    content: "\2190"
}

[dir=rtl] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

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

.slick-next:before {
    content: "\2192"
}

[dir=rtl] .slick-next:before {
    content: "\2190"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

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

.slick-dots li, .slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    transform: translateX(-5px)
}

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

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

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

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

.fade-enter {
    opacity: 0
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .4s ease
}

.fade-leave-active {
    opacity: 0
}

body {
    padding-right: 0 !important
}

.home {
    padding-bottom: 150px;
    position: relative;
    margin-bottom: 50px
}

.home, .home:after {
    width: 100%;
    height: auto
}

.home:after {
    content: "";
    z-index: -1;
    position: absolute;
    background: var(--sky);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: homeBack 2s cubic-bezier(0, .97, 0, 1) 0s 1;
    animation: homeBack 2s cubic-bezier(0, .97, 0, 1) 0s 1;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-clip-path: polygon(0 0,100% 0,100% 87%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 87%,0 100%);
}

.start-green.home:after {
    background: #539a70
}

.start-green .numbers__title {
    color: var(--indigo);
    -webkit-text-stroke-width: 0
}

.start-green .numbers__desc {
    color: #000
}

.start-yellow.home:after {
    background: #ffe840
}

.start-red.home:after {
    background: #f25a45
}

@-webkit-keyframes homeBack {
    0% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% -5000%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% -5000%, 0 100%);
        opacity: 0
    }
    29% {
        opacity: 0
    }
    30% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% -2000%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% -5000%, 0 100%);
        opacity: 1
    }
    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%);
        opacity: 1
    }
}

.start__btn .btn {
    margin-top: 48px;
    padding-top: 24px;
    padding-bottom: 24px
}

.start-img {
    pointer-events: none !important;
    position: absolute;
    width: 120%;
    margin-left: -20%;
    margin-top: 10vh
}

@media (min-width: 1365px) and (min-height: 820px) {
    .start-img {
        margin-top: 5vh
    }
}

.start-title {
    font-weight: 900;
    font-size: 64px;
    line-height: 115%;
    width: 100%;
    color: #000;
    padding-top: 70px;
    max-width: 95%;
}

.start-title .start-white {
    color: #fff
}

.description {
    font-weight: 500;
    font-size: 24px;
    line-height: 131%;
    width: 70%;
    margin-top: 40px
}

.home-consultation {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
    box-shadow: 20px 20px 100px rgba(0, 0, 0, .1)
}

.home-consultation .item {
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-left: 1px solid var(--sky)
}

.home-consultation.vacancies-form .item {
    border-left: 1px solid #ffe840
}

.home-consultation .item:first-of-type, .home-consultation .item:nth-of-type(2), .home-consultation .item:nth-of-type(3) {
    padding-left: 40px;
    justify-content: flex-start
}

.home-consultation .item:first-of-type, .home-consultation .item:nth-of-type(3) {
    width: 26%
}

.home-consultation .item:nth-of-type(2) {
    width: 21%
}

.home-consultation .item:nth-of-type(4) {
    width: 27%
}

.home-consultation input.phone {
    width: 100%
}

.home-consultation input.email, .home-consultation input.name {
    width: 110%
}

.home-consultation .item.submit {
    background: var(--indigo);
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    transition: .4s;
    padding: 20px;
    width: 27%;
}

.home-consultation .item.submit:hover {
    opacity: .85
}

.home-consultation .item .item__inner {
    width: 100%;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 40px;
    position: relative
}

.home-consultation input, .home-consultation label {
    display: block
}

.home-consultation label {
    font-weight: 700;
    font-size: 10px;
    letter-spacing: .12em
}

.home-consultation input {
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 141%;
    color: #929292;
    width: auto
}

.home-consultation-mob {
    margin-top: 48px;
    display: none;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1199px) {
    .start-title {
        font-size: 52px
    }

    .description {
        font-size: 22px
    }

    .home-consultation .item.submit {
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .home {
        padding-bottom: 100px
    }

    .start-title {
        font-weight: 900;
        font-size: 36px;
        line-height: 115%;
        color: #000;
        padding-top: 100px
    }

    .description {
        font-weight: 500;
        font-size: 18px;
        line-height: 141%;
        width: 50%;
        margin-top: 50px
    }

    .home-consultation {
        display: none
    }

    .home-consultation-mob {
        display: block
    }
}

@media (max-width: 767px) {
    .home {
        padding-bottom: 60px
    }

    .home:after {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%)
    }

    .start-title {
        font-size: 24px;
        padding-top: 48px
    }

    .description {
        width: 100%;
        font-size: 14px;
        line-height: 175%
    }

    .start__btn {
        display: flex;
        justify-content: center
    }

    .start__btn .btn {
        padding: 16px
    }
}

@media (max-width: 525px) {
    .home-consultation-mob {
        width: 100% !important
    }

    .start__btn .btn {
        width: 100%
    }
}

.about-info {
    display: flex
}

.intro__title {
    width: 50%;
    padding-right: 38px
}

.about-info__desc {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 175%;
    color: #828282;
    margin-top: 12px
}

.about-info__link {
    border-bottom: 2px solid rgba(71, 42, 215, .2);
    font-weight: 500;
    transition: .4s
}

.about-info__link:hover {
    border-bottom: 2px solid #472ad7;
    color: #000
}

.about-info__line {
    margin-top: 40px;
    pointer-events: none;
    margin-bottom: 50px
}

.about-info__line img::-moz-selection {
    background: transparent
}

.about-info__line img::selection {
    background: transparent
}

@media (max-width: 991px) {
    .about-info {
        flex-direction: column;
        margin-bottom: 28px
    }

    .indigo-title {
        width: 100%;
        font-size: 28px
    }

    .intro__title {
        width: 100%;
        padding-right: 0
    }

    .about-info__desc {
        width: 100%;
        margin-top: 16px;
        font-size: 16px
    }

    .about-info__line {
        display: none
    }

    .about-info__link-desktop {
        display: none !important
    }

    .about-info__link-mob {
        display: block;
        margin: 32px auto 42px
    }

    .about-numbers__item {
        width: 50%;
        padding: 24px
    }
}

@media (max-width: 525px) {
    .indigo-title {
        font-size: 18px !important
    }

    .about-info__desc {
        width: 100%;
        margin-top: 16px;
        font-size: 14px
    }
}

.massmedia {
    position: relative;
    margin-bottom: 80px
}

.massmedia:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 100% 14%, 100% 100%, 0 86%);
    clip-path: polygon(0 0, 100% 14%, 100% 100%, 0 86%)
}

.massmedia.nobg:after {
    display: none;
}

.white.massmedia:after {
    background-color: #fff
}

.mm__title {
    text-align: center;
    width: 100%;
    padding: 125px 0 48px
}

.mm-slider, .mm-slider2, .mm-slider-home {
    padding-bottom: 150px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column
}

.mm-slider2 .slick-dotted.slick-slider, .mm-slider .slick-dotted.slick-slider {
    margin-bottom: 0
}

.mm-slider2 a, .mm-slider a {
    overflow: hidden
}

.mm-slider__item {
    display: block;
    width: auto !important;
    margin: 0 30px;
    outline: none;
    cursor: pointer
}

.mm-slider__item img {
    width: 100%;
    height: 67px;
    margin: 0;
    display: inline !important;
    object-fit: contain;
}

.massmedia .slick-slide {
    opacity: .65;
    transition: .6s
}

.massmedia .slick-slide:hover {
    opacity: .9
}

.massmedia .slick-slide.slick-active {
    opacity: 1
}

.massmedia .slick-dots {
    bottom: 70px
}

.massmedia .slick-prev {
    left: 200px
}

.massmedia .slick-arrow {
    z-index: 100
}

.massmedia .custom-arrow:before {
    display: none
}

.massmedia .slick-next {
    right: 200px
}

@media (max-width: 991px) {
    .massmedia .slick-next {
        right: 100px
    }

    .massmedia .slick-prev {
        left: 100px
    }

    .mm-slider__item img {
        height: 42px
    }

    .mm__title {
        margin-bottom: 0 !important
    }
}

@media (max-width: 769px) {
    .massmedia .slick-next {
        right: 40px
    }

    .mm-slider2__arrows_100, .mm-slider-home__arrows_100, .mm-slider__arrows_100 {
        width: 100%
    }

    .massmedia .slick-prev {
        left: 40px
    }

    .mm-slider__item {
        margin: 0 12px
    }

    .massmedia {
        margin-bottom: 40px
    }

    .mm-slider, .mm-slider2, .mm-slider-home {
        padding-bottom: 90px
    }

    .massmedia .slick-dots {
        bottom: 50px
    }

    .massmedia .custom-arrow {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .massmedia .custom-arrow img {
        display: block;
        width: 40px
    }

    .massmedia .slick-dots li button:before {
        font-size: 6px
    }

    .mm__title {
        text-align: center;
        width: 100%;
        padding: 40px 0 28px
    }

    .massmedia:after {
        -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%);
        clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%)
    }
}

@media (max-width: 525px) {
    .mm-slider__item img {
        height: 28px
    }

    .massmedia .slick-dots li button:before {
        font-size: 5px
    }
}

.review-nav {
    margin-bottom: 80px
}

.review-first, .review-nav {
    position: relative
}

.review-first:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 89%);
    clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 89%)
}

.review-nav__title.indigo-title {
    text-align: center;
    width: 100%;
    padding: 100px 0 48px;
    margin-top: 0;
    margin-bottom: 0
}

@media (max-width: 992px) {
    .review-nav__title.indigo-title {
        padding-top: 50px;
        padding-bottom: 0;
        margin-bottom: 20px
    }
}

.review-nav-slider {
    padding-bottom: 120px;
    box-sizing: border-box
}

.review-nav-slider__item {
    display: block;
    width: auto !important;
    margin: 0 50px;
    outline: none
}

.review-nav-slider__item img {
    height: 67px;
    margin: 0;
    display: inline !important
}

.review-nav .slick-slide {
    opacity: .65;
    transition: .6s
}

.review-nav .slick-slide:hover {
    opacity: .9
}

.review-nav .slick-slide.slick-active {
    opacity: 1
}

.review-nav .slick-dots {
    bottom: 70px
}

.review-nav .slick-prev {
    left: 200px
}

.review-nav .slick-arrow {
    z-index: 100
}

.review-nav .custom-arrow:before {
    display: none
}

.slick-next {
    right: 200px
}

.review-nav .slick-next, .review-nav .slick-prev {
    width: auto;
    bottom: 122px !important;
    transition: .4s;
    opacity: .8
}

.review-nav .slick-next:hover, .review-nav .slick-prev:hover {
    opacity: 1
}

.review__btn .btn {
    padding-top: 24px;
    padding-bottom: 24px
}

@media (max-width: 991px) {
    .review-nav .slick-next {
        right: 100px
    }

    .review-nav .slick-prev {
        left: 100px
    }

    .review-nav-slider__item img {
        height: 42px
    }

    .review-nav__title {
        padding-top: 50px;
        margin-top: 20px
    }

    .review-first:after {
        -webkit-clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 93%);
        clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 93%);
        padding-bottom: 4px
    }
}

@media (max-width: 768px) {
    .mm-slider2, .review-full-slider {
        margin-bottom: 40px !important
    }

    .review-nav .slick-next {
        right: 40px
    }

    .review-nav .slick-prev {
        left: 40px
    }

    .review-nav-slider__item {
        margin: 0 24px
    }

    .review-nav {
        margin-bottom: 40px
    }

    .review-nav-slider {
        padding-bottom: 90px
    }

    .review-nav .slick-dots {
        bottom: 50px
    }

    .review-nav .review-nav__title {
        text-align: center;
        width: 100%;
        padding: 40px 0 28px
    }
}

@media (max-width: 525px) {
    .review-nav-slider__item img {
        height: 28px
    }

    .review-nav .slick-dots li {
        margin: 0
    }

    .slick-active img {
        transition: .4s
    }
}

.mm-slider2, .review-full-slider {
    margin-bottom: 40px
}

.slick-slide, .slick-slide div, .slick-slide div div, .slick-slide div div div, .slick-slide div div div div {
    outline: none
}

.review-full__item {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.review-full__info {
    width: 50%
}

.review-full__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%
}

.review-full__title.indigo-title {
    margin-bottom: 48px;
    line-height: 140%;
    margin-top: 20px
}

.review-full__text {
    margin-bottom: 24px
}

.review-full__author-name {
    font-weight: 900;
    font-size: 16px;
    line-height: 175%;
    color: #000;
    opacity: .7
}

.review-full__author-position {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%
}

@media (max-width: 991px) {
    .review__btn {
        display: none
    }

    .review-full__info {
        width: 100%
    }

    .review-full__logo {
        display: none
    }

    .review-nav {
        margin-bottom: 20px
    }

    .review-nav-slider {
        padding-bottom: 60px
    }

    .review-nav .slick-dots {
        bottom: 28px
    }

    .review-full__title.indigo-title {
        margin-top: 30px;
        margin-bottom: 12px
    }
}

.team {
    position: relative
}

.team:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #f8f8f8;
    -webkit-clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 93%);
    clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 93%)
}

.team-slider {
    width: 100%;
    display: flex;
    margin-bottom: 60px;
    justify-content: space-between;
    outline: none !important
}

@media (max-width: 460px) {
    .team-slider {
        flex-direction: column;
        align-items: center
    }

    .team-slider .person-container {
        width: auto
    }
}

.team-slider .slick-list {
    padding-top: 30px !important
}

.person-container {
    width: 380px;
    padding: 0 15px;
    margin: 20px;
    box-sizing: border-box
}

.person {
    width: 100%;
    background-color: #fff;
    transition: .4s
}

.person:hover {
    cursor: default;
    transform: translateY(-20px)
}

.team-slider .custom-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center
}

.team-slider .slick-arrow {
    z-index: 100;
    width: auto
}

.team-slider .slick-next, .team-slider .slick-prev {
    top: -30px
}

.team-slider .slick-next {
    right: 30px
}

.team-slider .slick-prev {
    right: 110px;
    left: auto
}

.team-slider .custom-arrow:before {
    display: none
}

.person__img {
    width: 100%;
    padding-bottom: 90%;
    background-position: 50%;
    background-size: cover
}

.team__title {
    margin-bottom: 32px;
    box-sizing: border-box;
    padding-top: 120px
}

.team__desc {
    width: 40%;
    font-weight: 400;
    font-size: 16px;
    line-height: 141%;
    color: #828282
}

.person__name {
    color: #000
}

.person__name, .person__position {
    font-weight: 500;
    font-size: 16px;
    line-height: 141%
}

.person__position {
    color: #828282
}

.person__info {
    padding: 16px 22px
}

.person__name {
    margin-bottom: 5px
}

.team__btn {
    padding-bottom: 135px;
    box-sizing: border-box;
    margin-bottom: 60px
}

.team__btn .btn {
    padding-top: 24px;
    padding-bottom: 24px
}

@media (max-width: 991px) {
    .person:nth-of-type(3), .person:nth-of-type(4) {
        display: none
    }

    .team__desc {
        width: 68%
    }

    .team__title {
        padding-top: 18px
    }
}

@media (max-width: 768px) {
    .team__btn .btn {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .person__name, .person__position {
        font-size: 12px
    }

    .person {
        background-color: #f8f8f8
    }

    .person-container {
        padding: 0 8px;
        box-sizing: border-box
    }

    .person__info {
        padding: 16px 0
    }

    .team__btn {
        padding-bottom: 70px;
        box-sizing: border-box;
        margin-bottom: 40px;
        margin-top: 50px
    }

    .team__btn .btn {
        width: 100%
    }

    .team__desc {
        width: 100%;
        display: none
    }

    .team__title {
        text-align: center;
        padding-top: 60px
    }

    .team-slider .slick-next, .team-slider .slick-prev {
        top: auto;
        bottom: -40px !important
    }

    .team-slider .slick-next {
        right: 0
    }

    .team-slider .slick-prev {
        left: 0;
        right: auto
    }

    .team-slider .slick-dots {
        bottom: -30px
    }

    .slick-dots li {
        width: 10px
    }
}

.free-files__container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 110px
}

.free-files__info {
    width: 50%
}

.free-files__img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.free-files__img img {
    width: 95%;
    pointer-events: none
}

.free-files__title {
    margin-bottom: 40px
}

.free-files__text {
    margin-bottom: 32px
}

.free-files__form-container {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.free-files__form-container label {
    width: 48%
}
.free-files__form-container.gate_form {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}
.free-files__form-container.gate_form label.full {
    width: 100%
}
.articleOffer .btn-big {
    border: none;
}

.free-files__form-submit .btn {
    padding-top: 24px;
    padding-bottom: 24px;

}

@media (max-width: 1023px) {
    .free-files__info {
        width: 60%
    }

    .free-files__img {
        width: 40%
    }
}

@media (max-width: 991px) {
    .free-files__img, .free-files__info {
        width: 100%
    }

    .free-files__title {
        text-align: center;
        margin-bottom: 16px;
        margin-top: 40px
    }

    .free-files__container {
        flex-direction: column-reverse
    }

    .free-files__info {
        margin-bottom: 0 !important
    }
}

@media (max-width: 768px) {
    .free-files__form-submit .btn {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media (max-width: 525px) {
    .free-files__container {
        margin-bottom: 90px
    }

    .free-files__form-container {
        margin-bottom: 40px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .free-files__form-container label {
        width: 100%;
        margin-bottom: 16px
    }
    .input-min__text {
        font-weight: 600;
        letter-spacing: 0.1px;
    }
    .free-files__form-container .input-min {
        padding: 16px 16px 18px;
        background-color: #f1f1f1;
        border: none
    }

    .free-files__form-submit .btn {
        width: 100%
    }

    .free-files__form-container {
        margin-bottom: 8px
    }

    .free-files__info {
        margin-bottom: 90px
    }
}

.input-min__text .input-min {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 141%;
    letter-spacing: .12em;
    color: #000
}

.input-min {
    width: 100%;
    display: block;
    box-sizing: border-box;
    outline: none;
    font-weight: 400;
    color: #999;
    padding-bottom: 16px;
    padding-top: 10px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #c4c4c4
}

.input-min__text {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 141%;
    letter-spacing: .12em;
    color: #000
}

.vacancy-form {
    padding-top: 10px;
    margin-bottom: 40px
}

.home-blog {
    display: flex;
    margin-top: 48px;
    flex-wrap: wrap
}

.home-blog__item {
    color: #fff;
    background-color: var(--indigo);
    margin-right: 16px;
    margin-bottom: 16px;
    padding: 16px;
    cursor: pointer;
    transition: .4s;
    font-size: 14px;
    text-decoration: none
}

.home-blog__item_white {
    background: #fff;
    color: #000;
    padding: 16px 8px
}

.home-blog__item_img {
    padding: 0 16px;
    display: flex;
    justify-content: center;
    align-items: center
}

.home-blog__item:hover {
    opacity: .85
}

@media (max-width: 525px) {
    h2.blog-row__title {
        margin-bottom: 12px
    }
}

.blog-row__link-btn, .blog-row__link-fb {
    margin-bottom: 12px;
    margin-top: -12px
}

.blog-row__link-fb {
    padding: 15px 18px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(71, 42, 215, .2);
    transition: .4s;
    cursor: pointer;
    justify-content: center;
    text-decoration: none
}

.blog-row__link-fb-mob {
    background-color: var(--indigo);
    color: #fff;
    font-size: 14px
}

.blog-row__link-fb:hover {
    border: 1px solid #472ad7
}

.blog-row__link-fb-mob img, .blog-row__link-fb img {
    margin-right: 12px
}

.blog-row__link-fb-mob img {
    width: 18px;
    height: 18px;
    margin-right: 0
}

.blog-row {
    margin-bottom: 80px
}

@media (max-width: 768px) {
    .home-blog .home-blog__item {
        width: 100%;
        font-size: 16px;
        text-align: center;
        margin-right: 0
    }

    .home-blog__item_img {
        padding: 16px
    }

    .home-blog__item_img img {
        margin-right: 10px;
        height: 16px
    }
}

@media (max-width: 992px) {
    body {
        padding-top: 76px
    }
}

#header {
    height: 92px !important;
    overflow: visible;
    justify-content: space-between;
    align-items: center;
    padding: 0 128px;
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 7000;
    /*transition: .6s;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: auto
}

#header, #nav {
    display: flex
}

.header__link-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
}

.header__link-drops {
    position: relative;
}

.logo {
    height: 45px;
    position: relative;
    z-index: 2000
}

#nav a {
    display: block;
    padding: 8px 2px;
    margin: 0 24px;
    color: #4f4f4f;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: .4s
}

#nav a:hover {
    color: #000
}

#nav a.nuxt-link-exact-active {
    color: var(--indigo);
    border-bottom: 1px solid var(--indigo)
}

.header__control {
    display: flex;
    height: 40px
}

.header__control-mail {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 22px;
    background: var(--indigo);
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: .4s
}

.header__control-mail:hover {
    opacity: .85
}

.header__control-mail img {
    margin-right: 14px;
    transform: translateY(1px);
    height: 12px
}

.header__control-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
    margin-left: 18px;
    font-weight: 500;
    font-size: 14px;
    border: 2px solid #f2f2f2;
    box-sizing: border-box;
    cursor: pointer;
    transition: .4s
}

.menu-mob__footer .header__control-lang {
    padding: 8px
}

.header__control-lang:hover {
    background: #f2f2f2
}

.menu-mob__langs {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px
}

.menu-mob__langs .header__control-lang {
    margin: 0 8px
}

.header__control-lang.active {
    background: #f2f2f2
}

.header-mob__burger {
    position: relative;
    display: none;
    width: 62px;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: -25px;
    z-index: 2000
}

.header-mob__burger span {
    display: block;
    margin-bottom: 4px;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: var(--indigo);
    transition: .4s;
    transform-origin: 0 50%
}

.header-mob__burger.active span:first-of-type {
    transform: rotate(45deg)
}

.header-mob__burger.active span:nth-of-type(2) {
    opacity: 0
}

.header-mob__burger.active span:nth-of-type(3) {
    transform: rotate(-45deg)
}

.menu-mob {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
    left: 150vw;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding-top: 100px;
    transition: .6s;
    box-sizing: border-box
}

#nav-mob {
    width: 100%;
    height: auto
}

#nav-mob a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 18px 0;
    color: #4f4f4f;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    transition: .4s
}

#nav-mob a:hover {
    color: #000
}

#nav-mob a.nuxt-link-exact-active {
    color: var(--indigo)
}

.show {
    left: 0
}

.menu-mob__footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px
}

.menu-mob__contact {
    display: flex;
    flex-direction: column;
    align-items: center
}

.menu-mob__contact a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 140.62%;
    color: #000;
    text-decoration: none;
    margin-bottom: 8px
}

@media (min-width: 1931px) {
    #header {
        padding: 0 280px
    }
}

@media (max-width: 1930px) {
    #header {
        padding: 0 140px
    }
}

@media (max-width: 1440px) {
    #header {
        padding: 0 90px
    }
}

@media (max-width: 1365px) {
    #header {
        padding: 0 40px
    }
}

@media (max-width: 1279px) {
    #header {
        padding: 0 25px;
        height: 76px
    }

    .logo {
        height: 35px
    }

    #nav a {
        display: block;
        color: #4f4f4f;
        font-weight: 500;
        text-decoration: none;
        transition: .4s;
        margin: 0 16px
    }

    #nav a, .header__control a {
        font-size: 12px
    }

    .header__control-mail img {
        height: 11px
    }
}

@media (max-width: 991px) {
    #nav, .header__control {
        display: none
    }

    .header-mob__burger {
        display: flex
    }

    .header__mob__langs {
        display: flex !important
    }
}

@media (max-width: 374px) {
    .menu-mob__nav-mob a {
        font-size: 14px;
        padding: 16px 0
    }
}

@media (max-width: 768px) {
    #header {
        padding: 0 40px;
        height: 76px
    }

    .logo {
        height: 24px
    }
}

@media (max-width: 359px) {
    #header {
        padding: 0 15px;
        height: 76px
    }
}

@media (max-height: 620px) {
    .menu-mob__nav-mob a {
        font-size: 14px;
        padding: 14px 0 !important
    }

    .menu-mob__langs {
        margin-bottom: 24px
    }

    .menu-mob__contact a {
        font-size: 14px
    }

    .menu-mob__footer {
        padding: 14px
    }
}

@media (max-height: 400px) {
    .menu-mob__nav-mob a {
        font-size: 12px !important;
        padding: 8px 0 !important
    }

    .menu-mob__contact a {
        font-size: 10px
    }

    .menu-mob__langs {
        margin-bottom: 16px
    }

    .menu-mob__langs .header__control-lang {
        font-size: 10px !important
    }
}

.about-info__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-top: 60px;
    text-decoration: none;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 8px
}

.about-info__link-mob-indigo .btn {
    text-decoration: none;
    outline: none;
    display: block;
    margin: 0 auto 50px
}

.about-numbers {
    display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
    justify-content: center;
    margin-bottom: 80px
}

.about-numbers__item {
    width: 33%;
    padding: 38px;
    box-sizing: border-box
}

.about-numbers__num {
    font-weight: 900;
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 40px;
    transition: .4s;
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #472ad7
}

.about-numbers__item {
    transition: .4s;
    cursor: default
}

.about-numbers__item:hover .about-numbers__text {
    color: #000
}

.about-numbers__item:hover {
    box-shadow: 20px 20px 100px rgba(0, 0, 0, .05)
}

.about-numbers__item:hover .about-numbers__num {
    color: #472ad7;
    -webkit-text-stroke-color: transparent
}

.about-numbers__text {
    font-size: 16px;
    line-height: 175%;
    color: #828282;
    transition: .4s
}

.about-info__link-mob {
    display: none
}
@media (max-width: 1199px) {
    .about-numbers__num {
        font-size: 44px;
        margin-bottom: 24px
    }
}

@media (max-width: 991px) {
    .about-numbers {
        margin: 0 24px 24px
    }

    .about-numbers__item {
        width: 50%;
        padding: 24px
    }

    .about-info__link-mob {
        display: block;
        margin-top: 20px
    }
}

@media (max-width: 767px) {
    .about-numbers__item {
        width: 70%;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 22px;
        padding-bottom: 16px;
        text-align: center
    }
}

@media (max-width: 525px) {
    .about-numbers__item {
        width: 100%
    }

    .about-numbers__text {
        font-size: 14px;
        line-height: 175%;
        color: #828282
    }
}

.arr {
    position: relative;
    padding: 15px;
    height: 0;
    width: 60px;
    box-sizing: content-box
}

.arr div {
    background-color: #aeaeae
}

.arr-main, .arr-small1, .arr-small2, .arrow-left .arr, .arrow-right .arr {
    transition: .4s
}

.arrow-left .arr-main {
    width: 60px;
    height: 2px;
    position: absolute;
    transform-origin: 50% 50%;
    left: 15px;
    transition: .4s
}

.arrow-left .arr-small1, .arrow-left .arr-small2 {
    width: 12px;
    height: 2px;
    position: absolute;
    border-radius: 2px
}

.arrow-left .arr-small1 {
    transform: rotate(45deg);
    transform-origin: 0 0
}

.arrow-left .arr-small2 {
    transform: rotate(-45deg);
    transform-origin: 0 100%
}

.arrow-left .arr:hover {
    transform: translateX(-6px)
}

.arrow-right .arr:hover {
    transform: translateX(6px)
}

.arrow-right .arr:hover .arr-main {
    width: 50px;
    background-color: #646464
}

.arrow-right .arr:hover .arr-small1, .arrow-right .arr:hover .arr-small2 {
    background-color: #646464
}

.arrow-left .arr:hover .arr-main {
    width: 50px;
    background-color: #646464
}

.arrow-left .arr:hover .arr-small1, .arrow-left .arr:hover .arr-small2 {
    background-color: #646464
}

.arrow-right .arr-main {
    width: 60px;
    height: 2px;
    position: absolute;
    transform-origin: 50% 50%;
    right: 15px;
    transition: .4s
}

.arrow-right .arr-small1, .arrow-right .arr-small2 {
    width: 12px;
    height: 2px;
    position: absolute;
    right: 0;
    border-radius: 2px
}

.arrow-right .arr-small1 {
    transform: rotate(-135deg);
    transform-origin: -12% 90%
}

.arrow-right .arr-small2 {
    transform: rotate(135deg);
    transform-origin: -12% 10%
}

@media (max-width: 767px) {
    .arr {
        position: relative;
        padding: 15px;
        height: 0;
        width: 30px;
        box-sizing: content-box
    }

    .arrow-left .arr-main, .arrow-right .arr-main {
        width: 40px
    }

    .arrow-left .arr-small1, .arrow-left .arr-small2, .arrow-right .arr-small1, .arrow-right .arr-small2 {
        width: 8px
    }

    .arrow-left .arr:hover .arr-main, .arrow-right .arr:hover .arr-main {
        width: 32px
    }

    .arrow-right .arr-small1 {
        transform-origin: -40% 120%
    }

    .arrow-right .arr-small2 {
        transform-origin: -40% -20%
    }
}

.services__own-title {
    text-align: center;
    margin-bottom: 80px
}

.services-container {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.services__item-container {
    width: 23%;
    margin: 0 15px 72px;
    width: calc(25% - 32px)
}

.services-container .services__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: transparent;
    padding: 28px 28px 0;
    transition: .5s;
    box-sizing: border-box;
    cursor: default
}

.services__icon {
    margin-bottom: 28px
}

.services__icon img {
    width: 64px;
    height: auto
}

.services__title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    text-decoration: none
}

.services__desc {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 175%;
    color: #828282;
    flex: 1 0 auto
}

.services__button {
    margin-bottom: -24px;
    opacity: 0;
    transform: translateY(-10px);
    transition: .3s;
    background: #fff;
    position: relative
}

.services__button.btn-min {
    padding: 16px
}

.services__button.btn-min:hover {
    border: 1px solid var(--indigo)
}

.services-container .services__item:hover {
    /*box-shadow: 20px 20px 100px rgba(0, 0, 0, .1);*/
    transform: translateY(-5px)
}

.services-container .services__item:hover .services__button {
    opacity: 1;
    transform: translateY(0)
}

@media (max-width: 1199px) {
    .services__item-container {
        width: 32%
    }
}

@media (max-width: 991px) {
    .services__item-container {
        width: 49%
    }

    .services__button {
        opacity: 1;
        transform: translateY(0)
    }

    .indigo-title {
        width: 100%;
        font-size: 28px
    }
}

@media (max-width: 525px) {
    .services__item-container {
        width: 100%;
        border: none;
        margin-bottom: 58px
    }

    .services__item {
        margin-bottom: 0
    }

    .services__title {
        margin-bottom: 28px
    }

    .services__desc {
        display: none
    }

    .services__button {
        border: 1px solid var(--indigo) !important
    }

    .services-container .services__item:hover {
        transform: translateY(0)
    }

    .indigo-title {
        font-size: 18px !important
    }
}

.post__title {
    text-decoration: none
}

@media (max-width: 525px) {
    .post__title {
        font-size: 18px
    }

    .post__desc {
        line-height: 120%
    }

    .post__info {
        font-size: 12px
    }
}

#footer {
    position: relative;
    padding-top: 150px
}

#footer:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #f8f8f8;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
    z-index: -1
}

.footer-main {
    display: flex;
    justify-content: flex-start
}

.footer__form-container label {
    background-color: #fff;
    border: 1px solid #f8f8f8
}

.footer-main__info {
    width: 50%;
    display: flex
}

.footer-main__form {
    width: 50%
}

.footer__form-container label {
    width: 50%;
    padding: 36px 18px 36px 36px;
    box-sizing: border-box
}

.footer__form-container label input {
    border: none;
    padding-bottom: 0
}

.footer__form-container label.last {
    width: 100%
}

.footer__form-container {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.footer__form-submit .btn {
    width: 100%;
    padding-top: 36px;
    padding-bottom: 36px
}

.footer-main__contact {
    width: 50%;
    padding-right: 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.footer-link {
    margin-bottom: 20px;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    padding-bottom: 4px;
    color: var(--indigo);
    border-bottom: 1px solid var(--indigo);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.footer-logo {
    width: 138px;
    margin-bottom: 30px
}

.footer-main__social {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.footer-main__social a {
    margin-bottom: 24px;
    margin-right: 24px;
    display: flex;
    justify-content: center
}

.footer-main__social a img {
    width: 30px;
    filter: grayscale(100%);
    opacity: .4;
    transition: .4s
}

.footer-main__social a img:hover {
    opacity: 1;
    filter: grayscale(0)
}

.footer-lang {
    justify-content: space-between;
    display: flex
}

.footer__control-lang {
    display: block;
    padding: 8px;
    font-weight: 500;
    font-size: 14px;
    border: 2px solid #f2f2f2;
    box-sizing: border-box;
    cursor: pointer;
    transition: .4s;
    margin-top: 12px;
    margin-right: 12px
}

.footer__control-lang:hover {
    background: #f2f2f2
}

.footer-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 140.62%;
    color: #000
}

.footer-main__title {
    display: none
}

.footer-tooltip {
    position: relative
}

.footer-tooltip__text {
    position: absolute;
    width: 120px;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: .4s;
    background-color: #fff;
    box-shadow: 0 4px 50px rgba(0, 0, 0, .15);
    cursor: default;
    padding: 2px 6px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    border-radius: 6px;
    pointer-events: none
}

.footer-tooltip__text a {
    padding: 6px;
    opacity: .9;
    transition: .4s;
    cursor: pointer
}

.footer__form .footer-title {
    margin-bottom: 16px
}

.footer-tooltip__text a:hover {
    opacity: 1;
    transform: translateY(-2px)
}

.footer-tooltip__text:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top-color: #fff
}

.footer-tooltip__text:before {
    background-color: transparent;
    content: " ";
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: -10px
}

.footer-tooltip:hover .footer-tooltip__text {
    pointer-events: all;
    opacity: 1
}

@media (max-width: 991px) {
    #footer:after {
        -webkit-clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%)
    }

    .footer-main {
        display: none;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start
    }

    .footer-main__form {
        width: 100%
    }

    .footer-main__info {
        width: 100%;
        flex-wrap: wrap;
        margin-top: 40px
    }

    .footer-main__contact {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-right: 0
    }

    .footer-main__social a {
        margin-left: 12px;
        margin-right: 12px
    }

    .footer__control-lang {
        margin-left: 6px;
        margin-right: 6px
    }

    .footer-main__links {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center
    }

    .footer-main__links ul li {
        display: flex;
        justify-content: center;
        width: 100%
    }

    #footer {
        padding-top: 110px
    }

    .footer-title {
        text-align: center;
        margin-bottom: 16px
    }
}

@media (max-width: 525px) {
    #footer label {
        padding: 0
    }

    .footer-main__info {
        flex-direction: column-reverse
    }

    .footer__form-container .input-min {
        background-color: #fff !important
    }

    .footer__form-container label {
        width: 48%;
        width: 100%;
        margin-bottom: 16px
    }

    .footer__form-container .input-min {
        padding: 16px 16px 18px;
        background-color: #f1f1f1
    }

    .footer__form-submit .btn {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px
    }

    .footer__form-container {
        margin-bottom: 8px
    }

    .footer__info {
        margin-bottom: 90px
    }

    .footer-logo {
        display: none
    }

    .footer-main__title {
        display: block;
        margin-top: 40px;
        margin-bottom: 24px;
        font-weight: 900;
        font-size: 18px
    }

    .footer-main__links {
        width: 100%
    }

    .footer-main__links ul {
        margin-top: 0 !important
    }

    .footer-main__links .footer-title {
        display: none
    }

    .footer-main__contact {
        width: 100%
    }

    #footer {
        padding-top: 75px
    }

    .footer-main__contact, .footer-main__links ul li a:hover {
        border-bottom: 1px solid transparent !important
    }

    .footer-main__links ul li a {
        font-size: 18px
    }

    .footer-link {
        font-size: 16px
    }

    .footer__address {
        font-size: 16px;
        color: #828282
    }
}

.footer__bottom {
    background: var(--sky);
    height: 114px;
    box-sizing: border-box;
    color: #4f4f4f;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    font-size: 14px
}

.footer__bottom-content {
    display: flex;
    width: 100%;
    justify-content: space-between
}

.footer__crayfish a {
    color: #4f4f4f;
    transition: .4s
}

.footer__crayfish a:hover {
    color: #242424
}

@media (max-width: 767px) {
    .footer__bottom {
        font-size: 12px;
        height: 60px
    }
}

@media (max-width: 525px) {
    .footer__bottom {
        font-size: 10px;
        height: 48px
    }
}

#branches .btn-big {
    margin-bottom: 80px
}

.branches-list, .tech-list {
    justify-content: left;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px
}

.branches-list a {
    font-weight: 700;
    background-color: #fff
}

.branches-list a, .tech-list a {
    display: inline-flex;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .05em;
    color: #4f4f4f;
    padding: 16px 20px;
    margin-right: 20px;
    margin-bottom: 24px;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s
}

.tech-list a {
    font-weight: 500;
    background-color: #f2f2f2
}

.tech-list img {
    height: 20px;
    margin-right: 8px
}

.branches-list a:hover, .branches-list span:hover, .tech-list span:hover {
    color: #fff;
    background-color: var(--indigo)
}

.indigo-title {
    font-weight: 900;
    font-size: 36px;
    margin-bottom: 60px;
    margin-top: 80px
}

@media screen and (max-width: 1200px) {
    .branches-list, .tech-list {
        margin-bottom: 32px
    }
}

@media (max-width: 991px) {
    .indigo-title {
        font-size: 28px
    }
}

@media screen and (max-width: 768px) {
    .branches-list, .tech-list {
        justify-content: center
    }

    .branches-list span, .tech-list span {
        margin-right: 8px;
        margin-left: 8px;
        margin-bottom: 16px
    }

    .indigo-title {
        text-align: center
    }
}

@media (max-width: 525px) {
    .indigo-title {
        font-size: 18px !important
    }
}

.select2-search {
    display: none
}

.indigo-select .custom-select .selected[data-v-e24fcc1c] {
    margin-top: 6px
}

.select-title[data-v-e24fcc1c] {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 141%;
    letter-spacing: .12em;
    color: #000
}

.custom-select, .select2 {
    position: relative;
    width: 100% !important;
    text-align: left;
    outline: none;
    height: 47px;
    line-height: 47px;
    z-index: 400
}

.custom-select.city-select, .item-packages .input-min {
    z-index: 200
}

.courses-form .item-city {
    z-index: 500
}

.courses-form .item-packages {
    z-index: 450
}

.courses-form ul.select2-results__options li.select2-results__option {
    margin-left: 0;
    padding-left: 14px
}

.courses-form .input-min__text {
    display: block
}

.custom-select.input-min {
    padding: 0;
    padding-top: 1px !important
}

.selected[data-v-e24fcc1c] {
    background-color: #fff;
    border-bottom: 1px solid #bdbdbd;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .4s
}

.selected.open[data-v-e24fcc1c] {
    box-shadow: 0 5px 5px 1px rgba(0, 0, 0, .1);
    padding-left: 16px
}

.select2-hidden-accessible {
    display: none !important
}

.select2-results__options {
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -15px;
    width: 100%
}

.select2-selection__arrow, .selected[data-v-e24fcc1c]:after {
    position: absolute;
    content: "";
    top: 22px;
    right: 10px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-4px);
    border-color: transparent #9e9e9e #9e9e9e transparent;
    border-style: solid;
    border-width: 1px
}

.items[data-v-e24fcc1c] {
    color: #000;
    overflow: hidden;
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    z-index: 8000;
    box-shadow: 0 5px 5px 1px rgba(0, 0, 0, .1)
}

.item[data-v-e24fcc1c] {
    color: #000;
    padding-left: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.item[data-v-e24fcc1c]:hover {
    background-color: #fafafa
}

.selectHide[data-v-e24fcc1c] {
    display: none
}

#vacancy-form {
    margin-bottom: 80px
}

.vacancy-form__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 141%;
    color: #000;
    margin-bottom: 32px
}

.vacancy-form__checkbox {
    margin-top: 64px
}

.vacancy-form__callback {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.vacancy-form__callback .input-min {
    margin-bottom: 32px
}

.vacancy-form__btn .btn {
    padding: 24px 48px
}

@media (max-width: 991px) {
    .vacancy-mob .selected {
        border: 1px solid #e0e0e0;
        color: #828282;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px
    }

    .vacancy-mob .custom-select {
        margin-bottom: 16px
    }

    .vacancy-mob .selected:after {
        right: 25px
    }

    .vacancy-mob .vacancy-inp {
        width: 100%;
        font-size: 14px;
        border: 1px solid #e0e0e0;
        padding: 14px 20px;
        height: 49px;
        margin-bottom: 16px;
        outline: none
    }

    .vacancy-mob .vacancy-inp::-moz-placeholder {
        color: #595959
    }

    .vacancy-mob .vacancy-inp:-ms-input-placeholder {
        color: #595959
    }

    .vacancy-mob .vacancy-inp::placeholder {
        color: #595959
    }

    .vacancy-mob .textarea {
        height: 120px;
        padding: 16px 20px;
        margin-bottom: 14px
    }

    .vacancy-mob .vacancy-btn, .vacancy-mob .vacancy-btn .btn {
        width: 100%
    }

    #vacancy-form {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

.value__number {
    font-size: 32px;
    font-weight: 900;
    line-height: 175%;
    color: var(--indigo);
    position: relative;
    display: inline-block;
    transition: .4s;
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #472ad7
}

.value__block:hover .value__number {
    color: var(--indigo);
    -webkit-text-stroke-color: transparent
}

.value__number:before {
    width: 40px;
    background-color: #e0e0e0
}

.value__number:after, .value__number:before {
    display: block;
    content: "";
    height: 1px;
    position: absolute;
    top: 56px
}

.value__number:after {
    width: 16px;
    background-color: var(--indigo)
}

.values__title {
    margin-bottom: 80px
}

.value__desc {
    margin-top: 24px;
    font-size: 14px;
    line-height: 175%;
    color: #828282
}

.value__block {
    margin-bottom: 48px;
    cursor: default
}

@media screen and (max-width: 1200px) {
    .values__img {
        margin-bottom: 64px
    }
}

@media screen and (max-width: 768px) {
    .value__number:before {
        left: calc(50% - 20px)
    }

    .value__number:after {
        left: calc(50% - 8px)
    }
}

#years {
    margin-bottom: 200px
}

#timeline-desktop {
    background-image: linear-gradient(90deg, #000 10%, #fff 0);
    background-position: bottom;
    background-size: 24px 1px;
    background-repeat: repeat-x;
    height: 1px;
    width: 100%
}

.year__number {
    font-weight: 900;
    font-size: 24px;
    line-height: 141%
}

.year__desc {
    font-size: 14px;
    line-height: 175%;
    color: #828282
}

.year__block.upper {
    margin-bottom: 96px;
    margin-right: 40px
}

.year__block.lower {
    margin-top: 72px;
    margin-left: 40px
}

@media (max-width: 768px) {
    .year__block.lower {
        margin-left: 0
    }

    .year__block.upper {
        margin-right: 0
    }
}

.year__block.upper:before {
    width: 1px;
    background-color: #f2f2f2;
    bottom: -60px;
    left: 33px
}

.year__block.upper:after, .year__block.upper:before {
    display: block;
    content: "";
    position: absolute;
    height: 36px
}

.year__block.upper:after {
    width: 36px;
    background-color: var(--indigo);
    box-shadow: 0 4px 50px rgba(0, 0, 0, .1);
    border-radius: 50%;
    border: 14px solid #fff;
    bottom: -114px;
    transition: border .3s
}

@media screen and (min-width: 768px) {
    .year__block.lower:hover:after, .year__block.upper:hover:after {
        border: 8px solid #fff
    }
}

.year__block.lower:before {
    width: 1px;
    background-color: #f2f2f2;
    top: -34px;
    left: 33px
}

.year__block.lower:after, .year__block.lower:before {
    display: block;
    content: "";
    position: absolute;
    height: 36px
}

.year__block.lower:after {
    width: 36px;
    background-color: var(--indigo);
    box-shadow: 0 4px 50px rgba(0, 0, 0, .1);
    border-radius: 50%;
    border: 14px solid #fff;
    top: -91px;
    transition: border .3s
}

@media screen and (max-width: 768px) {
    #timeline-desktop {
        display: none
    }

    .year__block.lower, .year__block.upper {
        margin-top: 0;
        margin-bottom: 0
    }

    .year__block.lower:before, .year__block.upper:before {
        height: 1px;
        width: 50%;
        right: 0;
        top: 28px;
        left: calc(50% - 28px)
    }

    .year__block.lower:after, .year__block.upper:after {
        left: calc(100% - 8px);
        height: 24px;
        width: 24px;
        border: 9px solid #fff;
        z-index: 100;
        top: 16px;
        box-shadow: 0 4px 50px rgba(0, 0, 0, .2)
    }

    .timeline-mobile {
        position: relative;
        padding-right: 60px
    }

    .timeline-mobile:after {
        display: block;
        height: 100%;
        width: 10px;
        position: absolute;
        content: "";
        top: 0;
        right: 40px;
        background-image: linear-gradient(#000 10%, #fff 0);
        background-position: 100%;
        background-size: 1px 24px;
        background-repeat: repeat-y
    }
}

@media screen and (max-width: 576px) {
    .year__number {
        font-size: 18px
    }

    #years {
        margin-bottom: 48px
    }
}

@media screen and (max-width: 354px) {
    .timeline-mobile:after {
        right: 25px
    }

    .year__block.lower:before, .year__block.upper:before {
        left: calc(50% - 13px)
    }

    .year__block.lower:after, .year__block.upper:after {
        left: calc(100% + 7px)
    }
}

#ourNumbers, #ourNumbers .btn-big {
    margin-bottom: 48px
}

.our-numbers__title {
    margin-bottom: 48px;
    margin-top: 0;
    font-weight: 900;
    font-size: 36px;
    line-height: 141%
}

.our-numbers__desc {
    font-size: 16px;
    line-height: 175%;
    color: #828282;
    margin-bottom: 48px
}

.our-numbers__num {
    font-weight: 900;
    font-size: 51px;
    line-height: 100%;
    margin-bottom: 24px;
    transition: .4s;
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #472ad7;
    display: block
}

.our-numbers__numdesc {
    font-size: 16px;
    line-height: 175%;
    color: #828282;
    display: block;
    margin-bottom: 40px
}

.our-numbers__block {
    cursor: default
}

.our-numbers__block:hover .our-numbers__num {
    color: #472ad7;
    -webkit-text-stroke-color: transparent
}

@media screen and (max-width: 576px) {
    .our-numbers__title {
        font-size: 18px;
        margin-bottom: 24px
    }

    .our-numbers__desc {
        font-size: 14px
    }

    .our-numbers__num {
        font-size: 36px;
        margin-bottom: 12px
    }

    .our-numbers__numdesc {
        font-size: 13px;
        margin-bottom: 28px
    }

    #ourNumbers {
        margin-bottom: 0
    }
}

.review-nav-slider .slick-slide img {
    width: auto !important;
    height: 70px
}

.mm-arrows {
    width: 100%;
    position: relative
}

.mm-arrows .arrow-left, .mm-arrows .arrow-right {
    position: absolute;
    cursor: pointer
}

.mm-arrows .arrow-left {
    left: 0
}

.mm-arrows .arrow-right {
    right: 22px
}

.mm-arrows__container {
    position: relative
}

.mm-arrows__container .mm-arrows {
    position: absolute;
    bottom: 188px;
    margin: 0 auto
}

@media (max-width: 790px) {
    .mm-arrows__container {
        width: 100%;
        padding: 0 24px
    }

    .mm-arrows__container .mm-arrows {
        bottom: 105px
    }

    .mm-arrows .arrow-right {
        right: 50px
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0
    }

    .mm-arrows__container .mm-arrows {
        bottom: 75px
    }
}

.domain-case-slider__arrows, .mm-slider2__arrows, .mm-slider-home__arrows, .mm-slider__arrows, .review-slider__arrows {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    bottom: 125px
}

.team-slider__arrows {
    width: 100%;
    display: flex;
    justify-content: flex-end
}

@media (max-width: 768px) {
    .team-slider__arrows {
        width: 100%;
        display: flex;
        justify-content: space-between
    }
}

.review-nav-slider .slick-slide img {
    padding: 0 20px
}

@media (max-width: 992px) {
    .mm-slider, .mm-slider2 {
        padding-bottom: 60px
    }

    .mm-slider2__arrows, .mm-slider-home__arrows, .mm-slider__arrows {
        bottom: 115px
    }

    .massmedia .slick-dots {
        bottom: 20px
    }

    .review-slider__arrows {
        bottom: 105px
    }
}

@media (max-width: 768px) {
    .mm-slider2__arrows, .mm-slider-home__arrows, .mm-slider__arrows {
        bottom: 45px
    }

    .review-slider__arrows {
        bottom: 55px
    }
}

.slider-arrows {
    pointer-events: none
}

.slider-arrows .slick-arrow {
    pointer-events: all;
    cursor: pointer
}

.review-full__logo img {
    width: 80%
}

.w-100 {
    width: 100%
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8500;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 650px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.mstatus-container {
    width: 650px;
    height: auto;
    padding: 30px;
    text-align: center;
    background-color: #fff
}

.mstatus__title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 141%
}

.mstatus__title, .mstatus__title.status-true {
    color: var(--green)
}

.mstatus__title.status-false {
    color: var(--red)
}

.mstatus__desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 141%;
    text-align: center;
    margin-top: 24px
}

.mstatus__btn {
    margin-top: 40px
}

.mstatus__btn, .mstatus__title {
    display: flex;
    justify-content: center
}

.mstatus__title {
    align-items: center
}

.mstatus__title img {
    margin-right: 12px;
    transform: translateY(-2px)
}

@media (max-width: 767px) {
    .mstatus-container {
        width: 90%;
        height: auto
    }

    .mstatus__title {
        font-size: 18px
    }

    .mstatus__desc {
        font-size: 14px;
        font-weight: 400
    }

    .mstatus__btn .btn {
        padding: 12px 36px
    }

    .mstatus__title img {
        margin-right: 4px
    }
}

@media (max-width: 380px) {
    .mstatus__title {
        font-size: 16px
    }

    .mstatus__title img {
        transform: translateY(4px)
    }
}

.modalStatusFalse .modal-body, .modalStatusTrue .modal-body {
    padding: 40px 20px
}

.modal-service__wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8500;
    background-color: rgba(0, 0, 0, .3)
}

.modal-service {
    background-color: #fff;
    padding: 38px 90px;
    width: 940px
}

.modal-close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
    opacity: .7;
    cursor: pointer;
    transition: .4s
}

.modal-close:hover {
    opacity: 1
}

.modal-close:after, .modal-close:before {
    position: absolute;
    left: 10px;
    content: " ";
    height: 21px;
    width: 2px;
    background-color: #333
}

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

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

.vm--container {
    z-index: 9000 !important
}

.modal-service .modal-service__container {
    padding: 40px 100px 24px;
    width: 950px;
    height: auto !important
}

.modal-service__header {
    padding-right: 20px;
    margin-bottom: 32px
}

.modal-service__header .indigo-title {
    font-size: 24px;
    margin-top: 16px;
    text-align: center !important
}

@media (min-width: 992px) {
    .modal-service__header .indigo-title {
        text-align: center;
        margin-bottom: 0
    }

    .modalForm-consultation .modal-service__body-left .modal-service__block-desc, .modalForm-consultation .modal-service__body-right .modal-service__block-desc {
        text-align: left
    }

    .modal-service__block-desc_bold {
        font-weight: 700
    }
}

.modal-service__body label {
    position: relative;
    display: block
}

.modal-service__body label:after {
    content: "";
    height: 2px;
    transition: .35s;
    display: block;
    width: 100%;
    background: transparent;
    position: absolute;
    left: 0;
    bottom: 0
}

.modal-service__body label.validError:after {
    background: var(--red)
}

.validError.checkbox-container .checkmark {
    background-color: #ffdede
}

button {
    padding: 0;
    border: 0;
    background: transparent;
    display: flex
}

.modal-service__form {
    display: flex;
    justify-content: space-between
}

.modal-service__body-left {
    width: 50%;
    padding-right: 15px
}

.modal-service__body-right {
    width: 50%;
    padding-left: 15px;
    display: flex;
    flex-direction: column
}

.modal-service__block-desc {
    margin-bottom: 18px
}

.modal-service label {
    display: block;
    background-color: #f8f8f8;
    padding: 16px 24px 0
}

.modal-service .input-min {
    background: transparent;
    border-bottom: none;
    margin-bottom: 16px;
    color: #4d4d4d
}

.modal-service__textarea {
    width: 100% !important;
    flex: 1 0 auto;
    margin-bottom: 16px !important;
    background-color: #f2f2f2;
    border: none;
    outline: none;
    padding: 16px 24px;
    resize: none;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 140%
}

.modal-service__btn .btn {
    display: block;
    padding: 20px 68px;
    margin: 8px auto 0
}

.modal-service__btn a {
    display: block
}

.vm--modal {
    border-radius: 0 !important
}

@media (max-width: 991px) {
    .modal-service__form {
        flex-wrap: wrap
    }

    .modal-service__body-left, .modal-service__body-right {
        width: 100%;
        padding: 0
    }

    .modal-service__block-desc2 {
        margin-top: 12px
    }

    .modal-service .modal-service__container {
        padding: 32px
    }
}

@media (max-width: 991px) {
    .modal-service {
        width: 70%;
        padding: 24px 40px
    }
}

@media (max-width: 767px) {
    .modal-service__header .indigo-title {
        font-size: 16px !important
    }

    .modal-service {
        width: 90%;
        padding: 24px 40px
    }

    .modal-service__block-desc {
        font-size: 12px
    }

    .modal-service label {
        padding: 8px 12px 0
    }

    .modal-service .input-min {
        font-size: 12px
    }

    .modal-service__btn .btn {
        width: 100%;
        padding: 18px 24px;
        font-size: 12px
    }
}

.vm--modal {
    z-index: 9800 !important
}

.modal-service__container {
    z-index: 9801 !important
}

.vm--overlay {
    z-index: 9600 !important
}

.modalForm .modal-dialog {
    max-width: 940px
}

.modalForm .modal-body {
    padding: 40px 80px
}

.modalForm .input-min__text {
    padding-top: 16px;
    padding-left: 24px;
    margin-top: 16px;
    display: block;
    background: #f2f2f2
}

.modalForm .select2-results__options {
    background: #f2f2f2
}

.modalForm .select2 .selection, .modalForm input[type=file], .modalForm input[type=number], .modalForm input[type=text], .modalForm input[type=email] {
    background: #f2f2f2;
    padding-left: 24px;
    border-bottom: none
}

.select2-selection {
    width: 100%
}

.modalForm.modalForm-consultation input[type=text] {
    margin-bottom: 16px
}

.modalForm-consultation .modal-service__block-desc {
    text-align: center
}

.modalForm.modalForm-consultation .modal-service__header {
    margin-bottom: 8px;
    padding-right: 0
}

.modalForm .modal-service__btn {
    margin-top: 40px
}

@media (max-width: 992px) {
    .modalForm .modal-service__block-desc {
        font-size: 16px
    }

    .modalForm .modal-service__block-desc2 {
        margin-top: 24px
    }

    .modalForm .modal-service__btn {
        margin-top: 10px
    }

    .modalForm .modal-service__header .indigo-title {
        margin-bottom: 0;
        font-size: 18px
    }

    .modalForm .modal-body {
        padding: 16px
    }

    .modalForm input[type=text] {
        margin-bottom: 8px;
        padding-top: 16px
    }

    .modalForm .modal-service__textarea {
        height: 150px;
        background-color: #f2f2f2
    }
}

.custom-select {
    position: relative
}

.custom-select select {
    display: none
}

.select-selected {
    background-color: #fff
}

.select2-selection__arrow, .select-selected:after {
    position: absolute;
    content: "";
    top: 20px;
    right: 15px;
    width: 8px;
    height: 8px;
    border-color: transparent #595959 #595959 transparent;
    border-style: solid;
    border-width: 1px;
    transform: rotate(45deg);
    transition: .35s
}

.select2 .selection {
    display: block;
    width: 100%;
    cursor: pointer;
    position: relative
}

.select2 .selection .select2-selection__rendered {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.select2-container--open .select2-selection__arrow, .select-selected.select-arrow-active:after {
    transform: rotate(-135deg)
}

.select2-results__option, .select-items div, .select-selected {
    line-height: 1;
    color: #595959;
    padding: 8px 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .4s
}

.brief-form .brief-input {
    margin-bottom: 40px
}

.brief-form .input-min__text {
    font-size: 16px
}

.brief-form .input-min__description {
    font-size: 14px;
    color: #6b6b6b;
    margin-bottom: 6px
}

ul.select2-results__options li.select2-results__option {
    margin-left: 14px;
    padding-left: 0;
    transition: .4s
}

ul.select2-results__options li.select2-results__option:hover {
    padding-left: 14px
}

.select2-container {
    width: 100%
}

.select-selected {
    transition: .4s
}

.select-selected:hover {
    padding-left: 8px;
    padding-left: 8px !important
}

.vacancy-form .select-items div, .vacancy-form .select-selected {
    padding: 16px 0
}

.vacancy-form .textarea {
    transform: translateY(6px)
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1500
}

.select-hide {
    display: none
}

.same-as-selected, .select-items div:hover {
    padding-left: 8px
}

.select2-results__option:hover {
    background-color: rgba(0, 0, 0, .08)
}

.select-items div {
    padding-left: 8px !important
}

.vacancy-form__input-title {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 141%;
    letter-spacing: .12em;
    color: #828282
}

.select-city {
    margin-top: 32px
}

.vacancy-form__title-notion {
    margin-top: 40px;
    margin-bottom: 16px
}

.vacancy-mob .select-items div, .vacancy-mob .select-selected {
    font-size: 14px;
    border: 1px solid #e0e0e0;
    padding: 14px 20px;
    height: 49px;
    background-color: #fff
}

.vacancy-mob .select-items div:hover, .vacancy-mob .select-selected:hover {
    padding: 14px 20px !important
}

.vacancy-mob .select-items div {
    border-top: none
}

.vacancy-mob .select-selected:after {
    right: 20px
}

.post {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px
}

.post__img {
    width: 100%;
    cursor: pointer;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 56.25%;
    box-sizing: border-box;
    margin-bottom: 18px;
    transition: .4s;
    opacity: .9
}

.post__img:hover {
    opacity: 1
}

.post__category {
    font-weight: 600;
    font-size: 12px;
    line-height: 141%;
    margin-bottom: 8px;
    color: #bdbdbd;
    text-decoration: none;
    transition: .4s
}

.post__category:hover {
    color: #aaa
}

.post__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 141%;
    color: #333;
    margin-bottom: 18px;
    cursor: pointer;
    transition: .6s
}

.post__title:hover {
    color: var(--indigo)
}

.post__desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 175%;
    color: #828282;
    margin-bottom: 18px;
    flex: 1 0 auto
}

.post__info {
    display: flex;
    color: #bdbdbd;
    font-size: 14px
}

.post__views {
    margin-left: 26px
}

.post__views img {
    margin-right: 8px
}

@media (max-width: 991px) {
    .post__title {
        font-size: 18px
    }

    .post__desc {
        line-height: 120%
    }

    .post__info {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .post {
        width: 100%;
        margin-bottom: 40px
    }

    .post__title {
        font-size: 24px
    }

    .post__desc {
        line-height: 120%
    }

    .post__info {
        font-size: 14px
    }

    .blog-btn {
        margin: 0 auto
    }
}

@media (max-width: 525px) {
    .post__title {
        font-size: 18px
    }

    .post__desc {
        line-height: 145%
    }

    .post__info {
        font-size: 12px
    }
}

.blog-l__title {
    font-weight: 900;
    font-size: 24px;
    line-height: 141%;
    color: #000;
    margin-bottom: 50px
}

.blog-l__post-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.blog-l__container {
    margin-bottom: 120px
}

@media (max-width: 767px) {
    .blog-l__title {
        font-size: 18px;
        margin-bottom: 24px
    }

    .blog-l__post-container {
        flex-wrap: wrap
    }
}

@media (max-width: 525px) {
    .blog-l__container {
        margin-bottom: 50px
    }
}

.tags-cloud__tags a {
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    line-height: 141%;
    color: #333;
    transition: .4s;
    margin-right: 60px;
    margin-bottom: 24px;
    text-decoration: none;
    white-space: nowrap
}

.tags-cloud__tags a:hover {
    color: var(--indigo)
}

.tags-cloud__fb {
    background: #f8f8f8;
    padding: 48px
}

.tags-cloud__fb-title {
    font-weight: 900;
    font-size: 24px;
    line-height: 141%;
    margin-bottom: 32px
}

.tags-cloud__fb-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #828282;
    margin-bottom: 32px
}

.tags-cloud__fb-btn {
    display: flex;
    padding: 24px 48px;
    font-size: 14px
}

.tags-cloud__fb-btn img {
    margin-right: 12px
}

@media (max-width: 991px) {
    .tags-cloud__tags a {
        width: 100%;
        text-align: center;
        margin-right: 0;
        font-size: 14px;
        line-height: 141%;
        margin-bottom: 14px
    }

    .tags-cloud__tags {
        margin-bottom: 48px
    }
}

@media (max-width: 525px) {
    .tags-cloud__fb {
        padding: 48px 0;
        position: relative
    }

    .tags-cloud__fb:before {
        content: "";
        width: 120%;
        width: calc(100% + 80px);
        height: 100%;
        background-color: #f8f8f8;
        position: absolute;
        top: 0;
        left: -40px;
        z-index: -1;
        pointer-events: none
    }

    .tags-cloud__fb-btn {
        width: 100%;
        justify-content: center
    }
}

#breadcrumbs .breadcrumbs__item a {
    font-weight: 600;
    color: #5a5a5a;
    text-decoration: none;
    transition: .4s
}

#breadcrumbs a.breadcrumbs__item {
    color: #5a5a5a;
    text-decoration: none;
    cursor: default
}

#breadcrumbs .breadcrumbs__item {
    color: #5a5a5a
}

#breadcrumbs .breadcrumbs__item a:hover {
    color: var(--indigo)
}

.breadcrumbs {
    font-weight: 700;
    font-size: 18px;
    line-height: 141%;
    margin-bottom: 24px;
    margin-top: 70px
}

.breadcrumbs__main {
    color: #000;
    font-weight: 700;
    text-decoration: none
}

.breadcrumbs__arrow {
    font-weight: 500;
    margin: 0 8px
}

.pagination {
    text-align: center;
    margin-top: 48px
}

.pagination ul {
    display: flex;
    justify-content: center
}

.pagination ul li {
    list-style-type: none
}

.pagination .page-num a, .pagination .page-num span {
    display: block;
    text-decoration: none;
    padding: 0 4px 8px;
    margin: 0 4px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 141%;
    border-bottom: 2px solid #bdbdbd;
    transition: .4s
}

.pagination .page-num.active span {
    border-bottom: 2px solid transparent !important;
    opacity: .4;
    cursor: default
}

.pagination .page-num a:hover {
    color: var(--indigo);
    border-bottom: 2px solid var(--indigo)
}

.pagination .arrow a, .pagination .arrow span {
    border-color: transparent;
    text-decoration: none;
    padding: 0 12px;
    font-family: sans-serif
}

.pagination .arrow span {
    cursor: default;
    opacity: 0
}

.publish-container {
    margin-bottom: 85px
}

.publish__post {
    width: 50%;
    height: 300px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 48px 56px 48px 48px
}

.publish__post:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 300px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, transparent, #000 85%)
}

.publish-post__category {
    font-size: 12px;
    color: #f2c94c;
    margin-bottom: 8px
}

.publish-post__category, .publish-post__text {
    z-index: 1100;
    font-style: normal;
    font-weight: 700;
    line-height: 141%
}

.publish-post__text {
    font-size: 18px;
    color: #f2f2f2;
    text-decoration: none;
    transition: .4s
}

.publish-post__text:hover {
    opacity: .9
}

.publish-container {
    display: flex;
    position: relative;
    width: 100%;
    height: 345px
}

.publish-info {
    background-color: #f8f8f8;
    width: 58%;
    z-index: 1000;
    position: absolute;
    height: 360px;
    right: 0;
    top: -1px;
    padding: 48px 48px 48px 120px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 13% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 13% 100%)
}

.publish-info__title {
    font-weight: 900;
    font-size: 24px;
    line-height: 141%
}

.publish-info__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #828282;
    margin-top: 32px;
    margin-bottom: 32px
}

.publish-info__btn .btn {
    padding: 24px 48px;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, .25)
}

@media (max-width: 1199px) {
    .publish__post {
        padding: 32px 54px 32px 32px
    }

    .publish-info {
        padding: 32px 32px 32px 100px
    }

    .publish-post__text {
        font-size: 16px
    }

    .publish-info__text {
        margin-top: 24px;
        margin-bottom: 24px;
        line-height: 165%
    }
}

@media (max-width: 991px) {
    .publish-container {
        flex-wrap: wrap;
        height: auto
    }

    .publish__post {
        width: 100%;
        padding: 48px
    }

    .publish__post:after {
        width: 100%
    }

    .publish-info {
        width: 100%;
        position: static;
        -webkit-clip-path: none;
        clip-path: none;
        padding: 48px;
        height: auto;
        margin-top: 48px
    }

    .publish-info, .publish-info__title {
        text-align: center
    }

    .publish-info__btn .btn {
        padding: 16px 48px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 525px) {
    .publish__post {
        padding: 24px
    }

    .publish-info {
        padding: 48px 0;
        position: relative
    }

    .publish-info:before {
        content: "";
        width: 120%;
        width: calc(100% + 80px);
        height: 100%;
        background-color: #f8f8f8;
        position: absolute;
        top: 0;
        left: -40px;
        z-index: -1;
        pointer-events: none
    }

    .publish-info__text {
        line-height: 150%;
        margin-bottom: 32px
    }

    .publish-info__btn .btn {
        width: 100%
    }
}

.quote {
    margin-top: 70px;
    background-color: #f8f8f8
}

.quote-title {
    font-weight: 900;
    font-size: 24px;
    line-height: 141%;
    color: #000;
    width: 100%;
    margin: 48px 0 0
}

.quote-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    text-align: center;
    color: #333;
    margin-top: 32px;
    margin-bottom: 16px;
    position: relative
}

.quote-img {
    position: absolute
}

.quote-img1 {
    top: -35px;
    left: -40px
}

.quote-img2 {
    bottom: -35px;
    right: -40px
}

.quote-from {
    display: flex;
    justify-content: center
}

.quote-from__text_gray {
    color: #bdbdbd;
    margin-right: 8px
}

.quote-from__text, .quote-from__text_gray {
    font-weight: 500;
    font-size: 12px;
    line-height: 175%
}

.quote-from__text {
    color: #000
}

.quote__btn {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 140.62%;
    color: #828282;
    transition: .4s;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 6px;
    border-bottom: 1px solid #e0e0e0;
    margin: 32px auto 48px;
    font-weight: 500
}

.quote__btn:hover {
    border-bottom: 1px solid var(--indigo);
    color: var(--indigo)
}

@media (max-width: 767px) {
    .quote-text {
        padding: 0 24px;
        z-index: 100
    }

    .quote-img1 {
        top: -25px;
        left: 10px;
        z-index: 2
    }

    .quote-img2 {
        display: none
    }
}

@media (max-width: 525px) {
    .quote {
        padding: 48px 0;
        position: relative
    }

    .quote:before {
        content: "";
        width: 120%;
        width: calc(100% + 80px);
        height: 100%;
        background-color: #f8f8f8;
        position: absolute;
        top: 0;
        left: -40px;
        z-index: -1;
        pointer-events: none
    }

    .quote__btn {
        width: 100%;
        padding: 16px 0;
        text-align: center;
        border: 1px solid #e0e0e0
    }

    .quote__btn:hover {
        border: 1px solid var(--indigo)
    }
}

.search-container {
    width: 100%;
    height: 76px;
    padding: 8px;
    border: 1px solid #e0e0e0;
    display: flex
}

.search {
    margin-bottom: 48px;
    display: flex
}

.search-tags {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    background-color: #f8f8f8;
    padding: 0 24px;
    display: flex;
    justify-content: center;
    align-items: center
}

.search-input {
    flex: 1 0 auto;
    font-weight: 400;
    font-size: 24px;
    line-height: 141%;
    color: #828282;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-right: 30px
}

.search-tags span {
    padding-right: 12px
}

.search-select .selected {
    padding-left: 16px;
    padding-right: 16px
}

.search-select .selected:after {
    right: 18px
}

.custom-select .selected {
    border-bottom: none
}

.search-btn {
    color: #fff;
    background-color: var(--indigo);
    margin-right: 16px;
    margin-bottom: 16px;
    padding: 16px;
    cursor: pointer;
    transition: .4s;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center
}

.search .search-btn {
    padding: 0 28px;
    margin: 0 0 0 24px
}

.blog-tags {
    display: inline-flex;
    align-items: center;
    width: 100%
}

.tags__text {
    margin-right: 12px
}

.tag {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 20px;
    color: #fafafa;
    background: var(--indigo);
    margin-right: 16px;
    text-decoration: none;
    white-space: nowrap;
    display: block
}

#search {
    margin-bottom: 48px
}

.tags__container {
    display: flex;
    flex-wrap: wrap;
    opacity: 0
}

.tags__container_hidden {
    display: none;
    flex-wrap: wrap
}

.tags__container_hidden .tag {
    margin-top: 16px
}

.tag span {
    background-color: #fff;
    color: #000;
    font-size: 10px;
    line-height: 12px;
    padding: 2px 5px;
    margin-left: 6px
}

.tags-more {
    border: 1px solid rgba(71, 42, 215, .2);
    padding: 12px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: .4s;
    margin-left: auto
}

.tags-more:hover {
    border: 1px solid var(--indigo)
}

.tags-more .dropdown-arrow {
    margin-left: 8px
}

.search-mob__container {
    display: flex;
    border: 1px solid #e0e0e0;
    padding: 0;
    margin-bottom: 30px
}

.search-mob__container .search-btn {
    margin: 0
}

.search-mob__container .search-input {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px
}

.search-mob__container .search-btn img {
    margin-right: 0
}

.blog-tags_mob .tag {
    white-space: nowrap
}

.courses__categories .col-3 {
    padding: 0
}

.courses__categories-item {
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 5px solid #f2f2f2;
    font-weight: 900;
    font-size: 16px;
    line-height: 175%;
    color: #828282;
    transition: .4s;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    display: block
}

.courses__categories li {
    list-style: none
}

.courses__categories-item.active, .courses__categories-item:hover {
    color: var(--indigo);
    border-bottom: 5px solid var(--indigo)
}

@media (max-width: 991px) {
    .blog-category_mob, .blog-tags_mob, .courses__categories-mob {
        display: flex;
        overflow-x: auto;
        margin-bottom: 30px;
        padding-left: 40px;
        padding-right: 40px;
        -ms-overflow-style: none
    }

    .blog-category_mob::-webkit-scrollbar, .blog-tags_mob::-webkit-scrollbar, .courses__categories-mob::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .category_mob, .courses__categories-item-mob {
        padding: 16px 36px;
        border-bottom: 2px solid rgba(71, 42, 215, .2);
        transition: .4s;
        white-space: nowrap;
        cursor: pointer
    }

    .category_mob-active, .category_mob:hover, .courses__categories-active, .courses__categories-item-mob:hover {
        border-bottom: 2px solid var(--indigo)
    }

    .blog-category_mob, .blog-tags_mob, .courses__categories-mob {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 768px) {
    .search-mob__container .search-input {
        font-size: 14px
    }
}

.articleOffer {
    margin: 48px 0;
    padding: 48px 64px;
    background-color: #fafafa
}

@media screen and (max-width: 576px) {
    .articleOffer {
        padding: 48px 40px
    }
}

@media screen and (max-width: 355px) {
    .articleOffer {
        padding: 32px 15px
    }
}

.dialogPhrase {
    display: flex;
    margin-top: 32px;
    margin-bottom: 16px
}

.dialogPhrase span {
    font-weight: 700;
    font-size: 18px;
    line-height: 175%;
    margin-left: 8px;
    display: inline-flex
}

@media screen and (max-width: 576px) {
    .dialogPhrase {
        margin-top: 24px;
        margin-bottom: 8px;
        padding: 0 40px 0 15px
    }
}

@media screen and (max-width: 355px) {
    .dialogPhrase {
        padding: 0 15px
    }
}

.freeMaterials {
    margin: 48px 0;
    padding: 48px 64px;
    background-color: #fafafa
}

@media screen and (max-width: 576px) {
    .freeMaterials {
        padding: 48px 40px
    }
}

@media screen and (max-width: 355px) {
    .freeMaterials {
        padding: 32px 15px
    }
}

.img-desc span {
    display: block;
    width: 100%;
    padding: 4px 24px;
    color: #757575;
    z-index: 5;
    font-size: 16px;
    line-height: 175%;
    transition: padding .4s;
    text-align: center
}

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

.img-desc .gradient:after {
    display: block;
    content: "";
    width: 100%;
    height: 35%;
    background: linear-gradient(0deg, #020024, #000 0, hsla(0, 0%, 98.8%, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s
}

.img-desc .gradient.descriptionNull:after {
    background: none
}

.img-desc .gradient {
    display: block;
    height: 100%;
    width: 100%;
    position: relative
}

.img-desc {
    margin: 32px 0
}

@media screen and (max-width: 576px) {
    .img-desc {
        margin-top: 32px;
        margin-bottom: 32px;
        padding: 0 40px
    }

    .img-desc span {
        font-size: 14px
    }

    .img-desc .gradient:after {
        height: 75%
    }
}

@media screen and (max-width: 355px) {
    .img-desc {
        padding: 0 15px
    }
}

.indigoAd {
    margin: 48px 0;
    padding: 48px 64px;
    background-color: #fafafa
}

@media screen and (max-width: 576px) {
    .indigoAd {
        padding: 48px 40px
    }
}

@media screen and (max-width: 355px) {
    .indigoAd {
        padding: 32px 15px
    }
}

.justText {
    margin: 48px 0;
    padding: 48px 64px;
    background-color: #fafafa
}

.justText .post-blocks-desc {
    margin-bottom: 12px !important
}

@media screen and (max-width: 576px) {
    .justText {
        padding: 48px 40px
    }
}

@media screen and (max-width: 355px) {
    .justText {
        padding: 32px 15px
    }
}

#post-info {
    border-top: 1px solid #f2f2f2
}

.pi__title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 141%;
    color: #000;
    margin-bottom: 24px
}

.pi__share-links div {
    display: inline;
    margin-right: 19px;
    opacity: .8;
    transition: .4s;
    cursor: pointer
}

.pi__share-links div:hover {
    opacity: 1
}

.pi__share-link_big {
    padding: 10px 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0 !important;
    font-size: 14px;
    background: var(--indigo);
    display: block;
    text-decoration: none;
    color: #fff;
    margin-top: 24px;
    display: flex
}

.pi__share-link_big img {
    margin-right: 8px
}

.pi__tags {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap
}

.pi__tags a {
    padding: 4px;
    color: #000;
    border-bottom: 2px solid rgba(71, 42, 215, .2);
    margin-right: 16px;
    transition: .4s;
    text-decoration: none;
    margin-bottom: 16px;
    display: block;
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.pi__tags a:hover {
    color: var(--indigo);
    border-bottom: 2px solid var(--indigo)
}

.pi__info-category {
    padding: 4px;
    color: #000;
    border-bottom: 2px solid rgba(71, 42, 215, .2);
    margin-right: 16px;
    transition: .4s;
    text-decoration: none;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.pi__info-category:hover {
    border-bottom: 2px solid var(--indigo);
    color: var(--indigo)
}

.pi__avatar {
    width: 67px;
    height: auto
}

.pi__info-row {
    margin-bottom: 14px
}

.pi__info-indigo {
    font-weight: 500;
    font-size: 18px;
    color: var(--indigo)
}

.pi__info-indigo, .pi__info-text {
    line-height: 141%;
    text-align: center
}

.pi__info-text {
    font-weight: 400;
    font-size: 14px;
    color: #828282
}

@media (max-width: 991px) {
    .pi__title {
        font-weight: 500;
        font-size: 18px;
        line-height: 141%
    }

    .pi__share-links div {
        margin-right: 10px;
        margin-left: 10px;
        opacity: .8;
        transition: .4s
    }

    .pi__info, .pi__share, .pi__tags {
        margin-bottom: 48px
    }

    .pi__tags {
        justify-content: center
    }

    .pi__avatar {
        margin-bottom: 24px
    }

    .pi__share-link_big {
        margin-left: auto;
        margin-right: auto !important
    }
}

.postQuote {
    margin: 48px 0
}

.postQuote .btn {
    margin-left: 96px;
    display: inline-block
}

.postQuote span {
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    color: #333;
    display: block;
    padding: 32px 96px;
    width: 100%;
    position: relative
}

.postQuote span img:first-child {
    position: absolute;
    left: 0;
    top: 0
}

.postQuote span img:last-child {
    position: absolute;
    right: 0;
    bottom: 0
}

@media screen and (max-width: 576px) {
    .postQuote span {
        padding: 8px 40px
    }

    .postQuote span img:first-child {
        position: absolute;
        left: 24px;
        top: 0;
        z-index: -1
    }

    .postQuote span img:last-child {
        display: none
    }

    .postQuote .btn {
        width: calc(100% - 80px);
        margin-left: 40px;
        margin-top: 24px
    }
}

@media screen and (max-width: 355px) {
    .postQuote .btn {
        width: calc(100% - 30px);
        margin-left: 15px
    }
}

#post .home {
    width: 100%;
    height: auto;
    padding-bottom: 150px;
    position: relative;
    margin-bottom: 50px
}

#post .home:after {
    content: "";
    z-index: -1;
    width: 100%;
    height: auto;
    background: var(--sky);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: homeBack 2s cubic-bezier(0, .97, 0, 1) 0s 1;
    animation: homeBack 2s cubic-bezier(0, .97, 0, 1) 0s 1;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%)
}

#post .start-green.home:after {
    background: #539a70
}

#post .start-yellow.home:after {
    background: #ffe840
}

@keyframes homeBack {
    0% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% -5000%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% -5000%, 0 100%);
        opacity: 0
    }
    29% {
        opacity: 0
    }
    30% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% -2000%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% -5000%, 0 100%);
        opacity: 1
    }
    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%);
        opacity: 1
    }
}

#post .start__btn .btn {
    margin-top: 48px;
    padding-top: 24px;
    padding-bottom: 24px
}

#post .start-img {
    pointer-events: none !important;
    position: absolute;
    max-height: 470px
}

#post .start-title {
    font-weight: 900;
    font-size: 64px;
    line-height: 115%;
    width: 100%;
    color: #000;
    padding-top: 70px
}

#post .start-title .start-white {
    color: #fff
}

#post .description {
    font-weight: 500;
    font-size: 24px;
    line-height: 131%;
    width: 70%;
    margin-top: 40px
}

#post .home-consultation {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
    box-shadow: 20px 20px 100px rgba(0, 0, 0, .1)
}

#post .home-consultation .item {
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-left: 1px solid var(--sky)
}

#post .home-consultation .item:first-of-type, #post .home-consultation .item:nth-of-type(2), #post .home-consultation .item:nth-of-type(3) {
    padding-left: 40px;
    justify-content: flex-start
}

#post .home-consultation .item:first-of-type, #post .home-consultation .item:nth-of-type(3) {
    width: 26%
}

#post .home-consultation .item:nth-of-type(2) {
    width: 21%
}

#post .home-consultation .item:nth-of-type(4) {
    width: 27%
}

#post .home-consultation input.phone {
    width: 80%
}

#post .home-consultation input.email, #post .home-consultation input.name {
    width: 110%
}

#post .home-consultation .item.submit {
    background: var(--indigo);
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    transition: .4s
}

#post .home-consultation .item.submit:hover {
    opacity: .85
}

#post .home-consultation .item .item__inner {
    width: auto;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

#post .home-consultation input, #post .home-consultation label {
    display: block
}

#post .home-consultation label {
    font-weight: 700;
    font-size: 10px;
    letter-spacing: .12em
}

#post .home-consultation input {
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 141%;
    color: #929292;
    width: auto
}

#post .home-consultation-mob {
    margin-top: 48px;
    display: none;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1199px) {
    #post .start-title {
        font-size: 52px
    }

    #post .description {
        font-size: 22px
    }

    #post .home-consultation .item.submit {
        font-size: 14px
    }
}

@media (max-width: 991px) {
    #post .home {
        padding-bottom: 100px
    }

    #post .start-title {
        font-weight: 900;
        font-size: 36px;
        line-height: 115%;
        color: #000;
        padding-top: 100px
    }

    #post .description {
        font-weight: 500;
        font-size: 18px;
        line-height: 141%;
        width: 50%;
        margin-top: 50px
    }

    #post .home-consultation {
        display: none
    }

    #post .home-consultation-mob {
        display: block
    }
}

@media (max-width: 767px) {
    #post .home {
        padding-bottom: 60px
    }

    #post .home:after {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%)
    }

    #post .start-title {
        font-size: 24px;
        padding-top: 48px
    }

    #post .description {
        width: 100%;
        font-size: 14px;
        line-height: 175%
    }

    #post .start__btn {
        display: flex;
        justify-content: center
    }

    #post .start__btn .btn {
        padding: 16px
    }
}

@media (max-width: 525px) {
    #post .home-consultation-mob {
        width: 100% !important
    }

    #post .start__btn .btn {
        width: 100%
    }
}

.info-text, .seo-text__desc {
    margin-bottom: 58px
}

.info-text {
    margin-top: 48px
}

.serviceCallAction {
    margin: 48px 0;
    width: 100%;
    text-align: center;
    background-color: #fafafa;
    padding: 48px 64px
}

@media screen and (max-width: 576px) {
    .serviceCallAction {
        padding: 48px 40px
    }
}

@media screen and (max-width: 355px) {
    .serviceCallAction {
        padding: 32px 15px
    }
}

.suggestedArticles {
    margin: 48px 0
}

.suggestedArticles h3 {
    display: block;
    margin-bottom: 32px;
    font-weight: 900;
    font-size: 24px;
    line-height: 141%;
    padding-left: 32px;
    position: relative
}

.suggestedArticles h3:before {
    display: block;
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid var(--indigo);
    left: 0;
    top: 4px
}

.article-macro-card {
    position: relative;
    display: flex;
    color: #000;
    text-decoration: none;
    margin-bottom: 24px
}

.article-macro-card:hover {
    text-decoration: underline
}

.article-macro-card span {
    display: inline-flex;
    height: 64px;
    width: 64px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background: var(--indigo)
}

.article-macro-card h4 {
    display: inline-flex;
    font-size: 18px;
    line-height: 141%;
    width: calc(100% - 88px);
    margin: 0;
    padding-left: 24px
}

@media screen and (max-width: 576px) {
    .suggestedArticles {
        padding: 0 40px
    }

    .suggestedArticles h3 {
        font-size: 18px;
        line-height: 141%
    }

    .article-macro-card h4 {
        font-size: 14px
    }
}

@media screen and (max-width: 355px) {
    .suggestedArticles {
        padding: 0 15px
    }
}

.topArticle {
    margin: 48px 0
}

.topArticle span {
    line-height: 20px;
    color: #f2f2f2;
    background-color: #eb5757;
    display: inline-block
}

.topArticle a, .topArticle span {
    font-weight: 500;
    font-size: 16px;
    padding: 16px 24px
}

.topArticle a {
    display: block;
    line-height: 175%;
    text-decoration: none;
    color: #000;
    background-color: #fafafa
}

.topArticle a:hover {
    text-decoration: underline
}

@media screen and (max-width: 576px) {
    .topArticle {
        padding: 0 40px
    }

    .topArticle a {
        font-size: 14px
    }
}

@media screen and (max-width: 355px) {
    .topArticle {
        padding: 0 15px
    }
}

.ytPlayer {
    margin: 48px 0
}

.player-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

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

@media screen and (max-width: 576px) {
    .ytPlayer {
        margin: 32px 0;
        padding: 0 40px
    }
}

@media screen and (max-width: 355px) {
    .ytPlayer {
        padding: 0 15px
    }
}

.post-body.custom-post-body p, .post-body.custom-post-body ul {
    font-size: 16px !important;
    line-height: 150% !important
}

.post-body.custom-post-body ul {
    margin: 0 0 24px !important;
    padding-left: 32px !important
}

.post-body.custom-post-body ul li {
    margin-bottom: 12px !important
}

.post-body.custom-post-body ul li:before {
    height: 8px !important;
    width: 8px !important;
    background: #472ad7 !important;
    left: -32px !important
}

.post-body {
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 175%;
}

/* the_content() is rendered inside a Bootstrap .row (display:flex), so headings
   without an explicit width collapse to their content width and two consecutive
   headings (e.g. H2 + H3) end up on the same line. Force full width like p does. */
.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6 {
    width: 100%;
}

.post-body p {
    font-size: 18px;
    line-height: 175%;
    color: #333;
    margin-bottom: 24px;
    width: 100%;
}

.post-body p.p-bold, .post-h3 {
    font-weight: 700
}
.post-body hr {
    border: 0;
    height: 1px;
    background: #e0e0e0;
    margin: 1em 0;
    width: 100%;
}
.post-h3 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 32px
}

.post-link {
    color: var(--indigo);
    font-weight: 500;
    text-decoration: none;
    border-bottom: 2px solid var(--indigo);
    padding-bottom: 3px;
    transition: padding .4s
}

.post-link:hover {
    padding-bottom: 0
}

.post-body u {
    text-decoration: none;
    border-bottom: 2px solid rgba(71, 42, 215, .2);
    padding-bottom: 3px
}

.post-body ol, .post-body ul {
    font-size: 18px;
    line-height: 175%;
    color: #333;
    margin: 48px 0;
    padding-left: 64px;
    counter-reset: i-counter
}

.post-body ul li {
    list-style-type: none
}

.post-body ol li, .post-body ul li {
    margin-bottom: 32px;
    position: relative
}

.post-body ol li {
    list-style: none;
    counter-increment: i-counter
}

.post-body ul li:before {
    display: block;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--indigo);
    position: absolute;
    left: -64px;
    top: 8px
}

.post-body ol li:before {
    display: block;
    content: counter(i-counter);
    color: var(--indigo);
    position: absolute;
    left: -64px;
    font-weight: 900;
    font-size: 48px;
    line-height: 59px
}

.post-fat-h3 {
    margin-top: 0;
    margin-bottom: 32px;
    font-weight: 900;
    font-size: 24px;
    line-height: 141%
}

.post-blocks-desc {
    font-size: 16px !important;
    line-height: 175% !important;
    color: #333 !important;
    margin-bottom: 60px !important
}

.search_mini {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px
}

.search_mini input {
    background-color: #f2f2f2;
    flex: 1 0 auto;
    padding: 10px 10px 10px 22px;
    height: 42px;
    border: none;
    outline: none
}

.search_mini .search-btn {
    height: 42px
}

.search_mini .search-btn img {
    width: 16px
}

.sidebar__tags {
    margin-bottom: 80px
}

.sidebar__tags.tags-cloud__tags a {
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 20px;
    text-decoration: none;
    line-height: 141%;
    color: #333;
    font-weight: 700;
    transition: .4s
}

.sidebar__tags.tags-cloud__tags a:hover {
    color: var(--indigo)
}

.sidebar__follow .sidebar__follow-text {
    font-size: 20px;
    line-height: 172%;
    font-weight: 400;
    color: #4f4f4f;
    margin-bottom: 24px
}

.sidebar__follow-btn .btn {
    width: 100%
}

.post-info_short {
    color: #000;
    display: flex;
    font-weight: 400;
    margin-bottom: 24px;
    opacity: .5;
    font-size: 14px
}

.post-info_short .post-date {
    margin-right: 24px
}

#post .post-author {
    opacity: .5;
    font-size: 14px
}

#post #breadcrumbs {
    margin-bottom: 16px;
    margin-top: 90px
}

#post .start-title {
    font-size: 48px;
    margin-bottom: 24px
}

.post-share {
    display: flex;
    margin-right: 18px;
    margin-bottom: 24px
}

.post-share div {
    opacity: .9;
    transition: .4s;
    padding-right: 12px;
    cursor: pointer
}

.post-share div img {
    width: 40px
}

.post-share div:hover {
    opacity: 1
}

#post .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 175%;
    margin-top: 0;
    margin-bottom: 24px
}

#post .post-start-tags {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap
}

#post .post-start-tags a {
    padding: 4px;
    color: #000;
    border-bottom: 2px solid rgba(71, 42, 215, .2);
    margin-right: 16px;
    transition: .4s;
    text-decoration: none;
    margin-bottom: 16px;
    display: block;
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

#post .post-start-tags a:hover {
    color: var(--indigo);
    border-bottom: 2px solid var(--indigo)
}

@media screen and (max-width: 1200px) {
    #post .start-title {
        font-size: 44px
    }
}

@media screen and (max-width: 991px) {
    #post .start-title {
        font-size: 24px;
        margin-bottom: 16px
    }

    #post .post-share {
        margin-bottom: 16px
    }

    .post-share div {
        padding-right: 8px
    }

    .post-share div img {
        width: 32px
    }

    #post .description {
        font-weight: 400;
        font-size: 16px;
        line-height: 175%
    }

    #post .post-start-tags a {
        margin-right: 8px
    }
}

@media screen and (max-width: 576px) {
    .post-body {
        margin-top: 16px;
        margin-bottom: 24px
    }

    #post .container.pb {
        padding: 0
    }

    .post-body p, .post-body p.p-bold, .post-h3 {
        padding: 0 40px
    }

    .post-body p, .post-body p.p-bold {
        font-size: 14px;
        line-height: 175%;
        margin-bottom: 16px
    }

    .post-h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 16px
    }

    .post-body u, .post-link {
        padding-bottom: 2px
    }

    .post-fat-h3 {
        font-size: 18px;
        margin-bottom: 32px
    }

    .post-body ol, .post-body ul {
        font-size: 14px;
        margin: 24px 0;
        padding-left: 64px;
        padding-right: 40px
    }

    .post-body ol li, .post-body ul li {
        margin-bottom: 16px
    }

    .post-body ul li:before {
        height: 8px;
        width: 8px;
        border-radius: 50%;
        left: -24px
    }

    .post-body ol li:before {
        top: 3px;
        left: -24px;
        font-size: 18px;
        line-height: 22px
    }

    .post-blocks-desc {
        font-size: 14px !important;
        margin-bottom: 32px !important;
        padding: 0 !important
    }
}

@media screen and (max-width: 355px) {
    .post-body p, .post-body p.p-bold, .post-h3 {
        padding: 0 15px
    }

    .post-body ol, .post-body ul {
        padding-left: 39px;
        padding-right: 15px
    }
}

#home-consultation .item, form[data-action] .item {
    position: relative
}

form[data-action] .item:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: transparent;
    transition: .4s
}

form[data-action] .item.validError:after {
    background-color: var(--red)
}

.validError .input-min {
    border-bottom: 2px solid var(--red) !important;
}
.item.validError .input-min {
    border-bottom: 2px solid transparent !important;
}

#footer__form .item {
    position: relative
}

.home-consultation-mob input {
    border-bottom: 2px solid transparent;
    transition: .4s
}

.home-consultation-mob input.validError {
    border-bottom: 2px solid var(--red)
}

#service-form input {
    border-bottom: 2px solid transparent;
    transition: .4s
}

#service-form input.validError {
    border-bottom: 2px solid var(--red)
}

#service-form textarea {
    margin-bottom: 0 !important
}

#footer__form .item:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: transparent;
    transition: .4s
}

#footer__form .item.validError:after {
    background-color: var(--red)
}

#free-files__form input, .articleOffer input {
    transition: .4s
}

#free-files__form input.validError, .articleOffer input.validError {
    border-bottom-color: var(--red)
}

#vacancy-form .validError, .articleOffer-form input.validError {
    border-bottom: 1px solid var(--red)
}

#service-form input {
    position: relative;
    display: block
}

@media (max-width: 525px) {
    #footer__form .item.validError:after {
        background-color: transparent
    }

    #footer__form .item.validError, #free-files__form input.validError, #vacancy-form-mob .validError, #vacancy-form .validError, .articleOffer input.validError {
        border: 1px solid var(--red)
    }

    #vacancy-form-mob .custom-select.validError .select-selected {
        border: 0 solid var(--red)
    }

    #vacancy-form-mob .select-city {
        margin-top: 8px
    }

    #home-consultation-mob input.validError {
        border: 1px solid var(--red) !important;
        box-sizing: border-box
    }
}

.search-select {
    width: 210px;
    display: flex;
    align-items: center;
    position: relative
}

.search-select .select-items div, .search-select .select-selected {
    border-bottom: none;
    font-size: 18px;
    padding: 8px
}

.search-select .select-selected:after {
    top: 14px
}

.search-select .custom-select {
    width: 100%
}

.mm__title.indigo-title {
    margin-bottom: 0
}

.team__title.indigo-title {
    margin-bottom: 32px
}

.position-relative {
    position: relative
}

@media (max-width: 768px) {
    .post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5 {
        padding-left: 15px;
        padding-right: 15px
    }
}

.post-body h5 span {
    font-size: 1.3rem;
    font-weight: 600 !important
}

.post-body h4 span {
    font-size: 1.4rem;
    font-weight: 600 !important
}

.post-body h3 span {
    font-size: 1.5rem;
    font-weight: 700 !important
}

.post-body h2 span {
    font-size: 1.6rem;
    font-weight: 700 !important
}

.post-body h1 span {
    font-size: 1.7rem;
    font-weight: 700 !important
}

.post-body img {
    max-width: 100%;
    height: auto
}

.articleOffer .input-min {
    background-color: #fafafa
}

.selectBig .select2-results__options {
    max-height: 300px;
    overflow-y: scroll
}

.selectBig .select2-results__options::-webkit-scrollbar {
    width: 6px
}

.selectBig .select2-results__options::-webkit-scrollbar-track {
    background-color: #f3f3f3
}

.selectBig .select2-results__options::-webkit-scrollbar-thumb {
    background-color: var(--indigo)
}

.blog-subscribe {
    background-color: var(--indigo) !important;
    color: #fff
}

.footer-tooltip__text img {
    height: 24px;
    width: auto
}

@media (max-width: 992px) {
    #modalService .modal-service__block-desc, .modalConsultation .modal-service__block-desc {
        display: none
    }
}

.slick-dots-container .slick-dots {
    bottom: 0;
    top: 0
}

.slick-dots-container {
    width: 5.5rem;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: .625rem auto;
    height: .875rem;
    position: relative
}

.slick-dots-container > ul {
    padding: 0;
    display: flex;
    transition: all .25s;
    position: relative;
    margin: 0;
    list-style: none;
    transform: translateX(0);
    align-items: center;
    bottom: unset;
    height: 100%
}

.slick-dots-container > ul li {
    width: .625rem;
    height: .625rem;
    margin: 0 .25rem;
    background-color: #efd5d5;
    border: none;
    border-radius: 50%;
    transform: scale(.8)
}

.slick-dots-container > ul li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    padding: .3125rem;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots-container > ul li.n-small-1, .slick-dots-container > ul li.p-small-1 {
    transform: scale(.6)
}

.slick-dots-container > ul li.slick-active {
    transform: scale(.8);
    transform-origin: center;
    background: var(--indigo)
}

.slick-dots li button:before {
    display: none
}

.start-title.isHomePage strong {
    display: block
}

.toTop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 35px;
    bottom: 100px;
    z-index: 200;
    cursor: pointer;
    display: none
}

.toTop:hover img {
    opacity: 1
}

.toTop img {
    width: 100%;
    height: 100%;
    opacity: .7;
    transition: .4s
}

.numbers {
    margin-top: 58px
}

.numbers__item {
    cursor: default
}

.numbers__item:hover .numbers__title {
    color: #472ad7;
    -webkit-text-stroke-color: transparent
}

.numbers__item:hover .numbers__desc {
    color: #000
}

.numbers__title {
    font-weight: 900;
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 40px;
    transition: .4s;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #472ad7
}

.numbers__desc {
    font-size: 16px;
    line-height: 175%;
    color: #505050;
    transition: .4s
}

@media (max-width: 1199px) {
    .numbers__title {
        font-size: 44px;
        margin-bottom: 24px
    }
}

@media (max-width: 525px) {
    .numbers__desc {
        font-size: 14px;
        line-height: 175%
    }

    .solutions {
        padding: 0
    }
}

.solutions {
    margin-bottom: 48px;
    padding: 0 30px
}

.solutions__item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 44px;
    transition: .4s;
    border-left: 6px solid transparent;
    cursor: default;
    color: #828282;
    margin-bottom: 24px
}

.solutions__item, .solutions__item p {
    text-align: center;
    line-height: 175%
}

.solutions__item:hover {
    border-left: 6px solid var(--indigo);
    color: #000;
    box-shadow: 0 0 30px 0 #ededed
}

.accordion .card-header {
    display: flex;
    cursor: pointer
}

.accordion .card-header .accorion__title {
    width: 85%;
    font-weight: 600;
    font-size: 18px;
    line-height: 141%
}

.accordion .card-header .accorion__arrow {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center
}

#accordionFaq .card-header.collapsed {
    padding: 24px 16px 24px 48px;
    background: #f2f2f2;
    transition: .4s;
    color: #000
}

#accordionFaq .card-header.collapsed i.arrow {
    border-color: #000;
    transform: rotate(225deg) translate(-3px, -3px)
}

#accordionFaq .card-header i.arrow {
    border-color: #fff
}

#accordionFaq .card-header {
    transition: .4s;
    padding: 24px 16px 24px 48px;
    color: #fff;
    background-color: var(--indigo)
}

#accordionFaq .card-body {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #4f4f4f;
    padding: 32px 48px
}

img[data-action=zoom] {
    cursor: zoom-in
}

.zoom-img, .zoom-img-wrap {
    position: relative;
    z-index: 666;
    transition: all .3s
}

img.zoom-img {
    cursor: pointer
}

.zoom-overlay {
    z-index: 420;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    filter: "alpha(opacity=0)";
    opacity: 0;
    transition: opacity .3s
}

.zoom-overlay-open .zoom-overlay {
    filter: "alpha(opacity=100)";
    opacity: 1
}

.zoom-overlay-open, .zoom-overlay-transitioning {
    cursor: default
}

.vacancies-container {
    margin-top: 80px
}

.vacancies-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #000
}

.vacancies__found-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #828282
}

.vacancies__found-title_black {
    color: #000
}

.filter__header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 24px;
    margin-top: 32px
}

.filter__header[aria-controls=filter1] {
    margin-top: 0
}

.filter__body ul {
    margin: 0;
    list-style-type: none;
    padding-left: 0
}

.filter__body ul li label {
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

.filter__body ul li label:hover .filter__body-text {
    color: #000
}

.filter__body-text {
    font-weight: 400;
    font-size: 16px;
    color: #828282;
    padding-left: 12px;
    transition: .4s
}

.filter__body input[type=checkbox] {
    cursor: pointer
}

.filter__arrow {
    transition: .4s
}

.filter__arrow .arrow {
    padding: 8px
}

.filter__header.collapsed .filter__arrow {
    transform: rotate(0deg)
}

.filter__header .filter__arrow {
    transform: rotate(180deg)
}

.filters .select-selected, .vacancies__sort .select-selected {
    border: 1px solid #c4c4c4;
    margin-bottom: 16px;
    margin-left: auto
}

.filters .select-selected:after, .vacancies__sort .select-selected:after {
    top: 13px
}

.filters .select-selected.select-arrow-active:after, .vacancies__sort .select-selected.select-arrow-active:after {
    top: 17px
}

.filters .select-items, .vacancies__sort .select-items {
    margin-left: 12px
}

.filters .select-items div, .vacancies__sort .select-items div {
    border: 1px solid #c4c4c4;
    border-top-color: transparent;
    padding-left: 16px !important
}

.filters .select-selected, .filters .select-selected:hover, .vacancies__sort .select-selected, .vacancies__sort .select-selected:hover {
    padding-left: 16px !important
}

@media (min-width: 992px) {
    .vacancies__sort .select-items div, .vacancies__sort .select-selected {
        width: 270px;
        margin-bottom: 0;
        margin-left: auto
    }

    .vacancies__sort .custom-select {
        width: 270px;
        margin-left: auto
    }

    .vacancies__sort .select-items {
        margin-left: 0
    }
}

@media (max-width: 992px) {
    .vacancies-form .submit {
        padding-left: 24px !important;
        padding-right: 24px;
        margin-bottom: 0 !important;
        justify-content: center !important
    }

    .filters .select-items, .filters .select-selected, .vacancies__sort .select-items, .vacancies__sort .select-selected {
        margin-left: 0
    }

    .vacancies__sort .select-selected {
        width: 100%
    }

    .vacancies__sort {
        margin-top: 24px
    }
}

.filters-open {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: var(--indigo);
    margin-left: auto
}

.filters-open__counter {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 16px;
    text-align: center;
    color: #f25a45;
    position: absolute;
    top: 6px;
    right: 6px;
    font-style: normal;
    font-weight: 700;
    font-size: 10px
}

.inputToText {
    width: 20px;
    text-align: center;
    overflow: visible;
    border: none;
    font-size: 16px
}

.exp-text {
    margin-bottom: 16px
}

.slider-line.noUi-target {
    background: #f2f2f2;
    border: 1px solid #f2f2f2
}

.slider-line.noUi-horizontal {
    height: 4px
}

.slider-line .noUi-connect {
    background: var(--indigo)
}

.slider-line .noUi-handle:after, .slider-line .noUi-handle:before {
    display: none !important
}

.slider-line.noUi-horizontal .noUi-handle {
    top: -7px;
    width: 16px;
    height: 16px;
    right: -8px;
    border: 2px solid #fff;
    cursor: pointer
}

.slider-line .noUi-handle {
    box-shadow: none;
    background: var(--indigo);
    border-radius: 50%
}

.found-row {
    margin-bottom: 32px
}

.filters-active {
    margin-bottom: 48px;
    display: flex;
    flex-wrap: wrap
}

.filter-del {
    padding: 16px 24px;
    color: #fafafa;
    background: var(--indigo);
    cursor: pointer;
    transition: .3s;
    height: 50px;
    margin-right: 16px;
    text-decoration: none
}

.filter-del img {
    margin-right: 12px;
    transition: .5s
}

.filter-del:hover {
    color: #fff
}

.filter-del:hover img {
    transform: rotate(180deg)
}

.filter-del_small {
    padding: 16px;
    background: #e0e0e0
}

.filter-del_small img {
    margin-right: 0
}

.filter-btn {
    height: 50px;
    padding: 7px 12px;
    border: 1px solid rgba(71, 42, 215, .2);
    margin-right: 16px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .6s;
    position: relative
}

.filter-btn img.cross {
    right: 12px;
    top: 20px;
    z-index: 5000
}

.filter-btn:after, .filter-btn img.cross {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: .4s
}

.filter-btn:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #472ad7;
    background: linear-gradient(90deg, rgba(71, 42, 215, 0), #472ad7 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#472ad7", endColorstr="#472ad7", GradientType=1);
    top: 0;
    left: 0
}

.filter-btn__title {
    font-weight: 700;
    font-size: 10px;
    color: #bdbdbd;
    letter-spacing: .12em;
    transition: .4s
}

.filter-btn__text {
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    transition: .4s
}

.filter-btn:hover {
    background-color: var(--indigo);
    color: #fff;
    cursor: pointer
}

.filter-btn:hover .filter-btn__text, .filter-btn:hover .filter-btn__title {
    color: hsla(0, 0%, 100%, .5)
}

.filter-btn:hover .cross, .filter-btn:hover:after {
    opacity: 1;
    pointer-events: all
}

.v-card {
    display: flex;
    justify-content: space-between;
    min-height: 120px;
    background-color: #fafafa;
    transition: .6s;
    cursor: pointer;
    margin-bottom: 32px
}

.v-card__photo {
    width: 18%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.v-card__main {
    width: 45%;
    padding: 32px 24px
}

.v-card__second {
    width: 37%
}

.v-card__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 141%;
    color: var(--indigo);
    transition: .6s;
    margin-bottom: 16px
}

.v-card__text {
    font-size: 14px;
    transition: .6s;
    color: #828282
}

.v-card__skills {
    display: flex;
    flex-wrap: wrap
}

.v-card__skill {
    font-size: 14px;
    color: #000;
    margin-right: 16px;
    margin-bottom: 16px;
    transition: .6s;
    position: relative
}

.v-card__skill a {
    text-decoration: none;
    color: #000
}

.v-card__skill:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    bottom: -4px;
    background: rgba(71, 42, 215, .2)
}

.v-card__skills-title {
    transition: .6s;
    margin-bottom: 16px
}

.v-card__second {
    padding: 32px 16px 32px 32px;
    border-left: 1px dashed #f3f3f3
}

.v-card__info {
    margin-bottom: 12px;
    transition: .6s
}

.v-card:hover {
    background: var(--indigo)
}

.v-card:hover .v-card__info, .v-card:hover .v-card__skill, .v-card:hover .v-card__text, .v-card:hover .v-card__title {
    color: #fff
}

@media (max-width: 992px) {
    .v-card {
        flex-direction: column
    }

    .v-card__main, .v-card__second {
        width: 100%;
        padding: 24px
    }

    .v-card__second {
        border-left: none;
        border-top: 1px dashed #f3f3f3
    }

    .filter-bg {
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .7;
        transition: .4s;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 8500;
        pointer-events: all
    }

    .filter-bg.closed {
        opacity: 0;
        pointer-events: none
    }

    .filter-menu {
        width: 85vw;
        height: 100vh;
        transition: .7s;
        background-color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9000;
        overflow-y: scroll;
        padding: 32px 16px 32px 32px
    }

    .filter-menu-btn {
        width: 14px;
        height: 220px;
        background: #e0e0e0;
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
        position: fixed;
        transition: .7s;
        z-index: 9100;
        left: calc(15vw - 14px);
        top: 120px
    }

    .filter-menu.closed {
        right: -100vw
    }

    .filter-menu.closed .filter-menu-btn {
        left: auto;
        right: 0 !important
    }

    .filter-menu__title-top {
        font-weight: 500;
        font-size: 24px;
        line-height: 20px;
        color: #333;
        margin-bottom: 32px
    }

    .filter-menu .filter__header {
        margin-top: 0;
        margin-bottom: 24px
    }

    .filter-menu__title {
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        color: #828282
    }

    .filter-menu__arrow {
        margin-right: 16px;
        transition: .4s;
        opacity: 0;
        transform: scale(.6)
    }

    .filter__header.collapsed .filter-menu__arrow {
        opacity: 1;
        transform: scale(1)
    }

    .filterMob-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 32px
    }

    .filterMob-box {
        display: block;
        position: relative;
        margin-right: 12px;
        margin-bottom: 12px
    }

    .filterMob-text {
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
        color: #333;
        padding: 4px 10px;
        background-color: #f2f2f2;
        transition: .4s
    }

    .filterMob-box input {
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        cursor: pointer
    }

    .filterMob-box input:checked ~ .filterMob-text {
        background-color: var(--indigo);
        color: #fff
    }

    .vacancies-form {
        display: flex;
        flex-direction: column;
        margin-top: 32px;
        margin-bottom: 32px;
        height: auto
    }

    .vacancies-form .item {
        width: 100% !important;
        margin-bottom: 16px;
        height: 52px;
        border: none
    }

    .vacancies-form .submit {
        padding: 20px 0;
        border: none
    }

    .vacancies-form .item .item__inner {
        display: flex;
        align-items: center
    }

    .vacancies-form .item__label {
        display: none
    }

    .vacancies-form .custom-select {
        margin-top: auto;
        margin-bottom: auto
    }
}

@media (max-width: 768px) {
    .vacancies-form .item {
        padding-left: 0 !important
    }

    .vacancies-form .item .item__inner {
        margin-right: 0
    }

    .vacancies-form .select-items div, .vacancies-form .select-selected {
        padding-left: 24px !important
    }

    .vacancies-form .select-selected:after {
        right: 24px
    }

    .vacancies-form .select-arrow-active.select-selected:after {
        top: 22px
    }

    .vacancies-form .select-items div, .vacancies-form .select-selected {
        padding: 10px 16px
    }
}

.vacancies-form .item__inner {
    width: 100% !important;
    margin-right: 36px
}

.vacancies-form .custom-select {
    width: 100%
}

.vacancies-form .select-selected {
    padding-left: 0;
    font-size: 16px;
    line-height: 141%;
    color: rgba(0, 0, 0, .49411764705882355)
}

.vacancies-form .select-items div, .vacancies-form .select-selected {
    border: none
}

.vacancies-form .select-selected:after {
    top: 16px
}

.md-title {
    font-weight: 900;
    font-size: 24px;
    line-height: 141%;
    color: #000
}

@media (max-width: 992px) {
    .md-title {
        font-size: 18px
    }

    .v-sidebar {
        margin-top: 48px
    }
}

.courses-form, .recruiter {
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fafafa;
    margin-bottom: 48px
}

.recruiter__photo {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 32px
}

.recruiter__photo img {
    width: 70%;
    margin: 0 auto;
    height: auto
}

.recruiter__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #000
}

.recruiter__desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-bottom: 24px
}

.recruiter__social {
    width: 100%;
    text-align: center;
    margin-bottom: 32px
}

.recruiter__social a {
    margin: 0 6px
}

.courses-form label {
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 10px 15px;
    margin-bottom: 15px;
    display: block
}

.courses-form .input {
    padding-bottom: 0;
    border: 0;
    font-size: 15px
}

.v-tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
    margin-bottom: 84px
}

.v-tag {
    margin-right: 16px;
    margin-bottom: 16px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 141%
}

.v-tag, .v-tag a {
    cursor: pointer;
    color: #000
}

.v-tag a {
    text-decoration: none
}

.v-tag:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgba(71, 42, 215, .2);
    bottom: -4px;
    left: 0;
    transition: .4s
}

.home.vacancyPage {
    padding-bottom: 90px !important
}

.v-tag:hover:after {
    background: rgba(71, 42, 215, .9)
}

.v-sidemail input {
    width: 100%;
    background: #f2f2f2;
    padding: 16px 24px;
    font-size: 14px;
    line-height: 14px;
    outline: none;
    border: none;
    margin-bottom: 16px;
    margin-top: 32px
}

.v-sidemail .btn {
    width: 100%;
    margin-bottom: 48px
}

.similar__photo img {
    width: 100px;
    margin-right: 24px
}

.similar-box {
    display: flex
}

.similar-md-title {
    margin-bottom: 48px
}

.similar-title {
    font-weight: 700;
    font-size: 16px;
    color: var(--indigo);
    margin-bottom: 16px
}

.similar-text {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 141%;
    color: #000
}

.similar {
    width: 100%
}

p.description ~ p span {
    background: transparent !important;
    line-height: 160%;
    font-size: 16px
}

h2.indigo-title {
    margin-bottom: 64px
}

.info-useful__count {
    position: relative;
    font-size: 16px;
    line-height: 175%;
    color: var(--indigo);
    padding-bottom: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 8px
}

.info-useful__count:after {
    content: "";
    height: 1px;
    background-color: var(--indigo);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.info-useful__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 175%;
    margin-bottom: 8px
}

.info-useful__text {
    font-size: 14px;
    line-height: 175%;
    color: #828282;
    margin-bottom: 48px;
    margin-top: 8px
}

.info-program__img {
    width: 112px;
    height: auto;
    min-height: 80px;
    margin: 0 auto 42px
}

.info-program__text {
    font-size: 18px;
    line-height: 175%;
    text-align: center;
    color: #000
}

.info-program__item {
    margin-bottom: 72px
}

.review-course .review-first:after {
    display: none
}

.review-course .review-nav-slider .slick-slide img {
    height: 120px
}

.review-course .review-full__item {
    align-items: flex-start
}

.review-course .review-full__info {
    width: 65%
}

.review-course .review-full__logo {
    width: 30%
}

.review-course .review-full__logo img {
    width: 100%
}

.review-full-slider .slick-slide .mm-slider2 {
    margin: 0 27px
}

.review-full-slider .slick-list .mm-slider2 {
    margin: 0 -27px
}

.review-course .review-slider__arrows {
    bottom: 0;
    margin-top: -50px
}

@media (max-width: 992px) {
    .review-course .review-full__info {
        width: 100%
    }
}

.info-program {
    margin-bottom: 80px
}

@media (max-width: 768px) {
    .info-program, .info-useful__container {
        margin-bottom: 48px
    }
}

.course-video {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 80px
}

.course-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slider-teacher__img {
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 36px;
    height: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.slider-teacher__desc {
    font-size: 12px;
    line-height: 141%;
    color: #bdbdbd;
    margin-bottom: 8px;
    min-height: 40px
}

.slider-teacher__name {
    font-size: 24px;
    line-height: 141%;
    color: var(--indigo);
    font-weight: 700;
    margin-bottom: 16px
}

.slider-teacher__text {
    font-size: 16px;
    line-height: 175%;
    color: #828282;
    margin-bottom: 16px
}

.slider-teacher__position {
    font-size: 14px;
    line-height: 141%;
    color: #4f4f4f
}

.slider-teacher {
    margin-bottom: 160px;
    width: 100%
}

.slider-teacher__arrows {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: -50px;
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .slider-teacher__item {
        margin-bottom: 38px
    }

    .slider-teacher__img {
        margin-bottom: 12px
    }

    .slider-teacher__name {
        font-size: 18px
    }

    .slider-teacher__text {
        font-size: 14px;
        line-height: 175%
    }
}

.purchase__info {
    margin-bottom: 120px
}

.purchase__info-title {
    font-weight: 900;
    font-size: 36px;
    line-height: 141%;
    color: #000;
    margin-bottom: 32px
}

.purchase__info-text {
    font-size: 16px;
    line-height: 175%;
    color: #828282;
    margin-bottom: 48px
}

.purchase__info-price {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 48px;
    background: var(--sky);
    cursor: pointer;
    transition: .4s
}

.purchase__info-price:hover {
    transform: scale(1.05)
}

.purchase__info-price span {
    margin-right: 14px
}

.courses__categories {
    margin-bottom: 48px
}

.course-card {
    margin-bottom: 30px;
    transition: .6s;
    position: relative
}

.course-card__img {
    display: flex;
    justify-content: center;
    padding-top: 48px;
    padding-bottom: 32px;
    transition: .6s;
    height: 115px;
    box-sizing: content-box
}

.course-card__img img {
    height: 100%;
    width: auto;
    margin: 0 auto
}

.course-card__title {
    font-weight: 900;
    font-size: 16px;
    color: #4f4f4f;
    margin-bottom: 16px
}

.course-card__text, .course-card__title {
    width: 100%;
    line-height: 175%;
    text-align: center;
    transition: .6s
}

.course-card__text {
    font-size: 14px;
    color: #828282;
    margin-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    min-height: 85px
}

.course-card__info {
    display: flex;
    justify-content: center;
    padding-bottom: 52px;
    transition: .6s
}

.course-card__info-duration {
    font-size: 16px;
    line-height: 175%;
    color: #333;
    margin-right: 6px;
    transition: .6s
}

.course-card__info-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 175%;
    color: #f25a45;
    margin-left: 6px;
    transition: .6s
}

.course-card__buttons {
    display: none;
    width: 100%;
    display: flex;
    opacity: 1;
    flex-direction: column;
    align-items: center;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: .6s;
    bottom: 100px
}

.course-card__btn {
    width: 80%;
    padding-top: 14px;
    padding-bottom: 14px;
    border: 1px solid #fff;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    text-decoration: none
}

.course-card__btn_outline {
    color: #fff
}

.course-card__btn_filled {
    background-color: #fff;
    transition: .4s
}

@media (min-width: 768px) {
    .course-card:hover {
        background: var(--indigo)
    }

    .course-card__btn_outline:hover img {
        transform: translateX(8px)
    }

    .course-card__btn_filled:hover {
        opacity: .95
    }

    .course-card:hover .course-card__buttons {
        pointer-events: all;
        opacity: 1
    }

    .course-card:hover .course-card__img, .course-card:hover .course-card__text {
        opacity: 0
    }

    .course-card:hover .course-card__info-duration, .course-card:hover .course-card__info-price, .course-card:hover .course-card__title {
        color: #fff
    }

    .course-card:hover .course-card__title {
        transform: translateY(-50px)
    }
}

@media (max-width: 768px) {
    .course-card__buttons {
        position: static;
        opacity: 1;
        pointer-events: all;
        bottom: auto
    }

    .course-card__img {
        height: 64px
    }

    .course-card__text {
        font-size: 14px;
        line-height: 175%;
        margin-bottom: 16px;
        text-align: center;
        padding-left: 0;
        padding-right: 0
    }

    .course-card__btn, .course-card__info {
        padding-bottom: 14px
    }

    .course-card__btn {
        width: 100%;
        padding-top: 14px;
        font-size: 16px;
        border: 1px solid rgba(71, 42, 215, .2)
    }

    .course-card__btn_outline {
        color: #000
    }

    .course-card__btn_filled {
        background-color: var(--indigo);
        color: #fff;
        transition: .4s
    }
}

.courses-form .item-notion textarea::-webkit-scrollbar, .modal-course__body .item-notion .input-min::-webkit-scrollbar {
    width: 4px;
    pointer-events: none;
    margin-right: -8px
}

.courses-form .item-notion textarea::-webkit-scrollbar-track, .modal-course__body .item-notion .input-min::-webkit-scrollbar-track {
    background-color: #f3f3f3;
    pointer-events: none;
    margin-right: -8px
}

.courses-form .item-notion textarea::-webkit-scrollbar-thumb, .modal-course__body .item-notion .input-min::-webkit-scrollbar-thumb {
    background-color: var(--indigo);
    pointer-events: none;
    margin-right: -8px
}

.courses-form .item-notion textarea {
    max-height: 300px;
    min-height: 70px;
    resize: vertical
}

.modal-course__body .item-notion .input-min {
    background: #f2f2f2;
    padding: 12px 12px 0 24px;
    border: none;
    resize: vertical;
    min-height: 45px;
    height: 45px;
    max-height: 150px
}

.modal-course__body .modal-service__body-right {
    margin-top: 19px
}

.modal-course__body .select2-results__options {
    margin-left: 0
}

.modal-course__body .select2-container {
    z-index: 500
}

.modal-course__body ul.select2-results__options li.select2-results__option {
    margin-left: 0;
    padding-left: 24px
}

.input-file {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 992px) {
    .modal-course__body .modal-service__body-right {
        margin-top: -8px
    }

    .modal-course__body .item-notion .input-min {
        min-height: 45px;
        height: 90px;
        max-height: 200px
    }

    .courses-form {
        padding: 16px
    }
}

.w-50 {
    width: 50% !important
}

.modal-back {
    transition: .4s;
    opacity: .7;
    cursor: pointer;
    position: relative;
    padding-left: 20px
}

.modal-back:before {
    content: "";
    color: #000;
    border-right: 2px solid;
    border-bottom: 2px solid;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top: 3px;
    transform: rotate(135deg)
}

.modal-back:hover {
    opacity: 1
}

.modalPayment .modal-service__header {
    padding-left: 32px;
    padding-right: 32px
}

.checkout__content .table td, .checkout__content .table th {
    text-align: left
}

.checkout__content .table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px
}

.checkout__amount {
    border-top: 1px dashed #e9e9e9;
    padding-top: 10px
}

.advantages__info {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.advantages__info img {
    width: 70px;
    height: auto;
    margin-right: 30px
}

.advantages__title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #333
}

.advantages__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 175%;
    color: #828282;
    padding-left: 100px
}

.advantages__container {
    margin-bottom: 100px
}

.advantages__box {
    margin-bottom: 40px
}

.packages__container-fluid {
    margin-bottom: 80px
}

.review-course {
    margin-bottom: 60px
}

@media (max-width: 992px) {
    .packages__container {
        flex-wrap: nowrap;
        overflow-y: scroll;
        padding-bottom: 20px
    }

    .packages__box {
        width: auto !important
    }

    .packages__text {
        width: 320px;
        flex: 0 0 auto
    }

    .slider-teacher {
        margin-bottom: 80px
    }

    .info-useful__container {
        margin-bottom: 60px
    }
}

@media (max-width: 575px) {
    .packages__text {
        width: 280px
    }
}

label.course-form__checkbox, label.course-modal__checkbox {
    background-color: #fafafa;
    padding: 4px 0 0 36px
}

label.course-form__checkbox a, label.course-modal__checkbox a {
    color: #646464
}

label.course-modal__checkbox {
    margin-top: 16px;
    background-color: #fff
}

.footer-payments {
    margin-top: 12px
}

.footer-payments img {
    height: 24px;
    transition: .4s;
    opacity: .8;
    opacity: .9
}

.info-useful__sub-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 175%;
    color: #4f4f4f
}

.info-useful__text p {
    margin-bottom: 8px
}

.info-useful__text ul, .slider-teacher__text ul {
    list-style-type: none;
    padding-left: 0
}

.info-useful__text ul li, .slider-teacher__text ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px
}

.info-useful__text ul li:before, .slider-teacher__text ul li:before {
    content: "";
    display: inline-block;
    transform: rotate(45deg) scale(.65);
    height: 24px;
    width: 10px;
    opacity: .8;
    border-bottom: 4px solid var(--green);
    border-right: 4px solid var(--green);
    position: absolute;
    left: 0;
    top: 0
}

.pulsingAnim {
    -webkit-animation-name: pulsingAnim;
    animation-name: pulsingAnim;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes pulsingAnim {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.22);
        opacity: .9
    }
    to {
        transform: scale(1)
    }
}

@keyframes pulsingAnim {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.22);
        opacity: .9
    }
    to {
        transform: scale(1)
    }
}

.packages__table-scroll {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden
}

.packages__table-wrap {
    width: 100%;
    overflow: auto
}

.packages__table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0
}

.packages__table-scroll td, .packages__table-scroll th {
    background: transparent;
    white-space: nowrap;
    vertical-align: top;
    transition: .4s
}

.packages__clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

.packages__clone td, .packages__clone th {
    visibility: hidden;
    border-color: transparent
}

.packages__clone tbody th {
    visibility: visible
}

.packages__clone tbody th, .packages__fixed-side {
    height: 108px;
    font-size: 18px;
    line-height: 175%;
    display: flex;
    align-items: center;
    color: #4f4f4f;
    font-weight: 300;
    text-align: left;
    padding-left: 8px;
    transition: .6s
}

.packages__first-row .packages__fixed-side {
    height: 170px
}

.packages__clone .packages__fixed-side {
    visibility: visible;
    pointer-events: all
}

.packages__clone .packages__fixed-side, .packages__main-table th.packages__fixed-side {
    min-width: 350px;
    max-width: 350px;
    white-space: normal
}

.packages__col {
    min-width: 197px;
    max-width: 197px
}

.packages__clone tfoot, .packages__clone thead {
    background: transparent
}

.false-icon {
    position: relative;
    width: 24px;
    height: 24px;
    opacity: .3;
    transition: .4s
}

.false-icon:after, .false-icon:before {
    position: absolute;
    left: 50%;
    content: " ";
    height: 25px;
    width: 3px;
    background-color: #333
}

.false-icon:before {
    transform: rotate(45deg)
}

.false-icon:after {
    transform: rotate(-45deg)
}

.packages__main-table tbody td {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.packages__main-table tbody .false-icon {
    margin: 0 auto
}

.true-icon {
    display: inline-block;
    transform: rotate(45deg);
    height: 24px;
    width: 12px;
    opacity: .8;
    border-bottom: 5px solid var(--indigo);
    border-right: 5px solid var(--indigo);
    transition: .4s
}

.packages__main-table tr {
    transition: .6s
}

.packages__main-table tr:hover {
    background-color: #fafafa
}

.packages__main-table tr:hover .true-icon {
    opacity: 1
}

.packages__main-table tr:hover .false-icon {
    opacity: .5
}

tr.packages__first-row:hover, tr.packages__last-row:hover {
    background-color: #fff
}

th.packages__fixed-side {
    pointer-events: none;
    background: #fff
}

@media (max-width: 992px) {
    .packages__main-table th.packages__fixed-side {
        min-width: 180px;
        max-width: 180px
    }

    .packages__clone tbody th, .packages__fixed-side {
        height: 80px;
        font-size: 12px;
        line-height: 138%;
        font-weight: 300;
        text-align: left;
        padding-left: 0
    }

    .packages__container {
        padding-right: 0
    }

    .packages__title {
        font-size: 12px;
        padding-left: 4px;
        padding-right: 4px
    }

    .packages__price {
        font-size: 18px;
        line-height: 22px
    }

    .packages__fixed-side .packages__title {
        font-size: 18px
    }

    .false-icon {
        position: relative;
        width: 16px;
        height: 16px;
        opacity: .3;
        transition: .4s
    }

    .false-icon:after, .false-icon:before {
        position: absolute;
        left: 50%;
        content: " ";
        height: 17px;
        width: 2px;
        background-color: #333
    }

    .true-icon {
        display: inline-block;
        transform: rotate(45deg);
        height: 16px;
        width: 8px;
        opacity: .8;
        border-bottom: 4px solid var(--indigo);
        border-right: 4px solid var(--indigo);
        transition: .4s
    }

    .packages__table-wrap {
        padding-bottom: 20px;
        padding-left: 15px
    }

    .packages__main-table {
        padding-right: 20px
    }

    .packages__btn .btn {
        padding: 12px 16px;
        margin-left: 4px;
        margin-right: 4px;
        font-size: 12px
    }

    .packages__container {
        padding-left: 0
    }

    .packages__main-table th.packages__fixed-side .packages__title {
        margin-bottom: auto
    }
}

@media (max-width: 370px) {
    .packages__main-table th.packages__fixed-side {
        min-width: 150px;
        max-width: 150px
    }
}

.payment-body .modal-close {
    top: 40px;
    right: 80px
}

.payment-body {
    position: relative
}

.payment-body .modal-service__btn {
    margin-top: 20px
}

.payment-body .modal-service__header {
    position: relative;
    z-index: 100
}

.payment-body__header-red {
    width: 100%;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--green);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 61%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 61%);
    pointer-events: none
}

.payment-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap
}

.payment__summary {
    align-items: center;
    border-top: 1px dashed hsla(0, 0%, 51%, .25);
    padding: 15px 0;
    margin-top: 15px
}

.payment-text__title {
    font-size: 18px
}

.payment-text__text {
    font-size: 16px;
    line-height: 175%;
    color: #333
}

.payment-text__value {
    font-weight: 700;
    font-size: 18px;
    line-height: 175%
}

.payment-text__price {
    font-weight: 900;
    font-size: 34px;
    line-height: 100%
}

#modalPayment.modalForm .modal-dialog {
    max-width: 780px
}

@media (max-width: 992px) {
    .payment-body__header-red {
        height: 110px
    }

    .modal-service__btn .btn {
        text-align: center;
        justify-content: center
    }

    .payment-body .modal-close {
        top: 16px;
        right: 16px
    }
}

@media (max-width: 525px) {
    .payment-text__text, .payment-text__value {
        font-size: 12px
    }

    .payment-text__title {
        font-size: 16px
    }

    .payment-text__price {
        font-size: 26px
    }

    .payment-body__header-red {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%)
    }
}

.courses-form .discount-reason, .modalCourse .discount-reason {
    position: absolute;
    bottom: -20px;
    opacity: .7
}

.modal .item-count-place .input-min__text {
    margin-bottom: 0;
    padding-bottom: 15px
}

.item-count-place {
    display: none;
    border-top: 1px solid #fafafa;
    padding-top: 15px
}

.item-count-place .input-min__text {
    margin-bottom: 10px
}

.item-count-place .input-group {
    display: flex
}

.item-count-place .input-group input {
    text-align: center;
    z-index: 0
}

.item-count-place .input-group .btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    font-size: 25px;
    padding-top: 0;
    padding-bottom: 0
}

.courses-form .payment_count, .courses-form .payment_promo_code, .courses-form input[type=radio] ~ label[for^=payment_type], .modalCourse .payment_count, .modalCourse .payment_promo_code, .modalCourse input[type=radio] ~ label[for^=payment_type] {
    display: none;
    z-index: 1
}

.courses-form input[type=radio][id=payment_type_full]:checked ~ .payment_promo_code, .courses-form input[type=radio][id=payment_type_full]:checked ~ label[for=payment_type_part], .courses-form input[type=radio][id=payment_type_part]:checked ~ .payment_count, .courses-form input[type=radio][id=payment_type_part]:checked ~ label[for=payment_type_full], .modalCourse input[type=radio][id=payment_type_full2]:checked ~ .modal-service__form .payment_promo_code, .modalCourse input[type=radio][id=payment_type_full2]:checked ~ label[for=payment_type_part2], .modalCourse input[type=radio][id=payment_type_part2]:checked ~ .modal-service__form .payment_count, .modalCourse input[type=radio][id=payment_type_part2]:checked ~ label[for=payment_type_full2] {
    display: block
}

.courses-form .payment_type__link {
    background: transparent;
    color: var(--indigo);
    text-align: center;
    cursor: pointer;
    margin-top: 8px;
    margin-bottom: 0
}

.courses-form .payment_type__link:hover {
    text-decoration: underline
}

.modalCourse .payment_type__link {
    background: transparent;
    color: var(--indigo);
    text-align: center;
    cursor: pointer;
    margin-top: 8px;
    margin-bottom: 0
}

.modalCourse .payment_type__link:hover {
    text-decoration: underline
}

.packages__card {
    width: 100%;
    height: auto;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px
}

.packages__header {
    width: 100%;
    height: auto;
    background-color: #ffe840;
    padding-top: 24px;
    padding-bottom: 32px
}

.packages__title {
    color: #000;
    padding: 0 16px;
    margin-bottom: 16px
}

.packages__old-price, .packages__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center
}

.packages__old-price {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #4f4f4f;
    margin-bottom: 8px
}

.packages__price {
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #000
}

.packages__info:first-of-type {
    margin-top: 32px
}

.packages__info {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #383838;
    margin-bottom: 16px
}

.packages__body {
    padding: 16px 16px 32px;
    flex: 1 0 auto
}

.packages__btn, .packages__footer {
    width: 100%
}

.packages__promo {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #575757;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 32px
}

.packages__price-container {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width: 768px) {
    .packages__price {
        width: 50%;
        font-size: 28px;
        text-align: center;
        padding-left: 12px
    }

    .packages__old-price {
        width: 50%;
        height: 100%;
        text-align: right;
        margin-bottom: 0;
        padding-right: 12px
    }

    .packages__price-container {
        flex-direction: row;
        justify-content: center;
        align-items: center
    }
}

.text-align-left {
    text-align: left !important
}

div[type=submit] {
    position: relative
}

#home-consultation-submit {
    position: relative;
    justify-content: center;
    padding: inherit;
    font-size: inherit
}

.formLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid hsla(0, 0%, 100%, .2);
    border-top-color: #fff;
    margin-left: -10px;
    margin-top: -10px;
    -webkit-animation: formLoader .6s linear infinite;
    animation: formLoader .6s linear infinite
}

@-webkit-keyframes formLoader {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes formLoader {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.loaderActive {
    color: transparent !important;
    pointer-events: none
}

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

input[type=number] {
    -moz-appearance: textfield
}

.cases-card {
    display: flex;
    text-decoration: none;
    transition: .6s;
    margin-bottom: 32px
}

.cases-card__main {
    width: 70%;
    background: #fafafa;
    padding: 32px 48px;
    transition: .6s
}

.cases-card__img {
    width: 30%;
    background: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .6s
}

.cases-card__title {
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 141%;
    color: #000;
    margin-bottom: 24px;
    text-decoration: none;
    transition: .6s
}

.cases-card__text {
    font-weight: 400;
    font-size: 16px
}

.cases-card__term, .cases-card__text {
    line-height: 175%;
    color: #828282;
    text-decoration: none;
    transition: .6s
}

.cases-card__term {
    font-weight: 500;
    font-size: 14px;
    margin-top: 24px
}

.cases-card__term b {
    color: #000;
    text-decoration: none;
    transition: .6s
}

.cases-card__img img {
    display: block;
    width: 70%;
    max-height: 80%
}

@media (min-width: 992px) {
    .cases-card:hover {
        box-shadow: 0 0 15px 3px rgba(0, 0, 0, .12)
    }

    .cases-card:hover .cases-card__main {
        background: var(--indigo)
    }

    .cases-card:hover .cases-card__img {
        background: #fff
    }

    .cases-card:hover .cases-card__term, .cases-card:hover .cases-card__term b, .cases-card:hover .cases-card__text, .cases-card:hover .cases-card__title {
        color: #fff
    }
}

.cases-banner__row {
    margin-top: 56px;
    margin-bottom: 48px
}

.cases-banner__title {
    font-weight: 900;
    font-size: 48px;
    line-height: 141%;
    color: #000
}

.cases-banner__text {
    font-size: 24px;
    line-height: 175%;
    color: #000
}

@media (max-width: 992px) {
    .cases-banner__title {
        font-size: 32px;
        line-height: 164%;
        margin-bottom: 16px
    }

    .cases-card__text {
        font-size: 14px;
        line-height: 160%
    }

    .cases-banner__text {
        font-size: 18px;
        line-height: 175%
    }
}

@media (max-width: 768px) {
    .cases-banner__row {
        margin-top: 48px
    }

    .cases-banner__title {
        font-size: 24px;
        line-height: 164%;
        margin-bottom: 16px
    }

    .cases-banner__text {
        font-size: 14px;
        line-height: 175%
    }

    .cases-card {
        flex-direction: column-reverse
    }

    .cases-card__main {
        width: 100%;
        background: #fff;
        padding: 0
    }

    .cases-card__img {
        width: 100%;
        background: #fafafa;
        padding: 38px 0;
        margin-bottom: 16px
    }

    .cases-card__title {
        line-height: 141%;
        margin-bottom: 16px
    }

    .cases-card__text {
        font-size: 14px;
        line-height: 175%;
        color: #828282
    }

    .cases-card__term {
        margin-top: 16px
    }
}

.add-notion {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    opacity: .68;
    transition: .4s;
    cursor: pointer
}

.add-notion:hover {
    opacity: 1
}

.add-notion__home-consultation {
    display: none;
    width: 27%;
    margin-left: auto
}

.footer-form .item-textarea {
    display: none
}

@media (max-width: 992px) {
    .add-notion__home-consultation {
        display: none
    }
}

@media (max-width: 525px) {
    .add-notion__footer-form {
        display: none
    }

    .footer-form .item-textarea {
        display: block
    }
}

.checkbox-container.filter__checkbox {
    padding-left: 0
}

.checkbox-container.filter__checkbox .checkmark {
    right: 0;
    left: auto
}

.home-consultation .select2-container--open {
    z-index: 420 !important
}

.home-consultation .select2-results__option {
    margin-left: 0 !important;
    padding-left: 14px !important
}

.home-consultation .item {
    z-index: 500
}

.course-video__container {
    padding-left: 0;
    padding-right: 0;
    -webkit-clip-path: polygon(0 15%, 100% 10%, 100% 90%, 0 85%);
    clip-path: polygon(0 15%, 100% 10%, 100% 90%, 0 85%);
    position: relative;
    z-index: 300;
    transition: .4s
}

.course-video__container.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.course-video__gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .4s;
    background: #fff;
    background: linear-gradient(128deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .3785889356) 57%, rgba(0, 0, 0, .7147233894) 92%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1)
}

.course-video__controls {
    position: absolute;
    width: auto;
    height: auto;
    right: 150px;
    bottom: 150px;
    display: flex;
    align-items: center
}

.course-video__play {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--indigo);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    cursor: pointer
}

.course-video__play img {
    width: 22px;
    height: auto
}

.course-video__sound {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.course-video__sound img {
    width: 16px;
    height: auto;
    transition: .4s
}

.course-video__sound.off img {
    opacity: .7
}

.course-video__sound.off:after {
    content: "";
    width: 34px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}

.course-video__preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    transition: .4s
}

@media (max-width: 1199px) {
    .course-video__controls {
        right: 50px;
        bottom: 100px
    }
}

@media (max-width: 992px) {
    .course-video__container {
        -webkit-clip-path: polygon(0 15%, 100% 10%, 100% 90%, 0 85%);
        clip-path: polygon(0 15%, 100% 10%, 100% 90%, 0 85%)
    }

    .course-video__controls {
        right: 50px;
        bottom: 70px
    }

    .course-video__play {
        width: 80px;
        height: 80px;
        margin-right: 20px
    }

    .course-video__sound {
        position: relative;
        width: 70px;
        height: 70px
    }
}

@media (max-width: 565px) {
    .course-video__controls {
        right: 30px;
        bottom: 50px
    }

    .course-video__play {
        width: 50px;
        height: 50px;
        margin-right: 12px
    }

    .course-video__play img {
        width: 14px
    }

    .course-video__sound {
        position: relative;
        width: 50px;
        height: 50px
    }

    .course-video__sound img {
        width: 12px
    }

    .course-video__sound.off:after {
        width: 26px
    }
}

@media (max-width: 415px) {
    .course-video__container {
        -webkit-clip-path: polygon(0 15%, 100% 10%, 100% 95%, 0 90%);
        clip-path: polygon(0 15%, 100% 10%, 100% 95%, 0 90%)
    }

    .course-video__controls {
        right: 10px;
        bottom: 30px
    }
}

.tab-content .tab-pane:not(.active) {
    display: none
}

.rates {
    margin-bottom: 100px
}

.rates__sub {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
    margin-bottom: 48px
}

.rates__subtitle {
    font-weight: 700;
    text-align: left;
    color: #000
}

.rates__subtext, .rates__subtitle {
    width: 50%;
    font-size: 24px;
    line-height: 141%
}

.rates__subtext {
    font-weight: 500;
    text-align: right;
    color: rgba(0, 0, 0, .7)
}

.rates__cards {
    margin-bottom: 64px
}

.rates__card {
    padding: 42px;
    box-sizing: border-box
}

.rates__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.rates__bottom-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 140.62%;
    text-align: right
}

@media (max-width: 992px) {
    .tab label {
        white-space: nowrap;
        font-size: 14px;
        padding: 20px
    }

    .rates__subtext, .rates__subtitle {
        font-size: 20px
    }
}

@media (max-width: 768px) {
    .tab {
        width: 50%;
        margin-bottom: 10px
    }

    .tab-content {
        top: 170px
    }

    .tabs {
        min-height: 970px
    }

    .rates__card {
        margin: 0 auto 10px
    }

    .rates__sub {
        justify-content: center;
        flex-wrap: wrap
    }

    .rates__subtext, .rates__subtitle {
        width: 100%;
        text-align: center;
        margin-bottom: 12px
    }

    .rates__bottom {
        flex-wrap: wrap;
        justify-content: center
    }

    .rates__btn {
        width: 100%
    }

    .rates__cards {
        margin-bottom: 24px
    }

    .rates__bottom-info {
        width: 100%;
        text-align: center;
        margin-top: 12px
    }
}

@media (max-width: 565px) {
    .tabs {
        min-height: 1200px
    }

    .tab {
        width: 100%
    }

    .tab-content {
        top: 330px
    }
}

.containerTab {
    clear: both;
    width: 100%;
    padding-top: 20px
}

#tabsGood {
    padding: 0
}

#tabsGood li a {
    border-bottom: 5px solid var(--indigo);
    text-align: center;
    padding-bottom: 24px;
    font-weight: 900;
    font-size: 16px;
    line-height: 175%;
    color: var(--indigo);
    transition: .4s;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    white-space: nowrap
}

#tabsGood li a.inactive {
    border-bottom: 5px solid #f2f2f2;
    color: #828282
}

#tabsGood li {
    list-style-type: none;
    text-decoration: none;
    flex: 1 1 0%
}

#tabsGood {
    display: flex;
    justify-content: center
}

@media (max-width: 992px) {
    .rates__categories {
        max-width: 960px;
        overflow-x: auto
    }

    #tabsGood li {
        flex: none
    }

    #tabsGood li a {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 14px;
        border-bottom-width: 3px
    }

    #tabsGood {
        justify-content: flex-start;
        padding-bottom: 10px
    }
}

.info-useful__more {
    color: var(--indigo);
    font-weight: 700;
    font-size: 14px;
    line-height: 175%;
    cursor: pointer
}

.info-useful__text ul {
    display: none
}

.question ul li {
    list-style: none
}

.question ul li .answer-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    font-weight: 400;
    font-size: 24px;
    line-height: 155%;
    color: #333;
    padding: 20px;
    cursor: pointer;
    transition: .4s;
    border: 1px solid transparent
}

.question ul li .answer-label.disabled:not(.border-visible) {
    pointer-events: none;
    opacity: .4
}

.question ul {
    padding: 0
}

.question ul li .answer-label:hover {
    background: #fafafa
}

.question ul li .answer-label:hover .answer-checkbox .checkmark {
    border-color: #000
}

.question-title {
    display: block;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 141%;
    text-align: left;
    color: #000
}

.answer-checkbox {
    height: 30px;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.answer-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.answer-checkbox .answer-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border: 1px solid #828282;
    transition: .6s;
    display: flex;
    align-items: center;
    justify-content: center
}

.answer-checkbox:hover input ~ .answer-checkmark {
    background-color: #fafafa
}

.answer-checkbox.check input:checked ~ .answer-checkmark, .answer-checkbox input:checked ~ .answer-checkmark {
    background-color: var(--indigo)
}

.answer-checkmark:after {
    content: "";
    position: absolute;
    left: 11px;
    top: 7px;
    width: 7px;
    height: 14px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg)
}

.answer-checkmark img {
    width: 14px;
    height: 14px;
    display: none
}

.answer-checkbox input:checked ~ .answer-checkmark:after {
    display: block
}

.answer-label.a6075ef4cd5b504.check .answer-checkbox input:checked ~ .answer-checkmark {
    background-color: #f25a45
}

.answer-label.a6075ef4cd5b504 .answer-checkbox input:checked ~ .answer-checkmark {
    background-color: var(--indigo)
}

.answer-label.a6075ef4сd5b504.check .answer-checkbox input:checked ~ .answer-checkmark {
    background-color: #539a70
}

.a6075ef4cd5b504.check .answer-checkbox input:checked ~ .answer-checkmark img {
    display: block
}

.a6075ef4cd5b504.check .answer-checkbox input:checked ~ .answer-checkmark:after {
    display: none
}

.answer-label.a6075ef4cd5b504.border-visible, .answer-label.a6075ef4сd5b504.border-visible {
    border-color: var(--indigo)
}

.answer-label.check.a6075ef4cd5b504.border-visible {
    border-color: #f25a45
}

.answer-label.check.a6075ef4сd5b504.border-visible {
    border-color: #539a70
}

.question-btn, .question-btn-check {
    margin: 0 auto;
    display: flex;
    align-items: center
}

.question-btn-check[disabled], .question-btn[disabled] {
    opacity: .4;
    pointer-events: none
}

.answer-label.disabled {
    pointer-events: none
}

.answer-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 54px
}

.test-main-text {
    font-size: 18px;
    margin-bottom: 80px
}

.step-app > .step-steps {
    padding: 0;
    display: flex;
    overflow: hidden
}

.step-app > .step-content > .step-tab-panel {
    display: none
}

.step-app > .step-content > .step-tab-panel.active {
    display: block
}

.test-progress {
    width: 100%;
    height: 6px;
    background: #f2f2f2;
    margin-bottom: 48px
}

.test-progress li {
    padding: 0;
    border: 0;
    position: relative;
    width: 100%
}

.test-progress li:before {
    content: "";
    width: 0;
    height: 6px;
    display: block;
    transition: 1s;
    background: var(--indigo)
}

.test-progress li.done:before {
    width: 100%
}

.test-progress li.active {
    background-color: transparent !important
}

.test-reco {
    width: 100%;
    padding: 60px 90px;
    background: var(--sky);
    margin-top: 80px
}

.test-reco__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.test-reco__title {
    width: 45%;
    margin: 0
}

.test-reco__text {
    width: 45%
}

.test-reco__btn {
    display: block;
    margin: 48px auto 0;
    padding: 16px 60px
}

.test-res {
    margin: 20px auto 0;
    background: #fff;
    box-shadow: 20px 20px 100px rgba(0, 0, 0, .05);
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center
}

.test-num {
    font-weight: 900;
    font-size: 60px;
    line-height: 100%;
    color: #472ad7;
    margin-bottom: 42px
}

.test-level {
    font-size: 24px;
    line-height: 175%;
    color: #333;
    margin-bottom: 12px
}

.test-title {
    font-weight: 900;
    font-size: 32px;
    line-height: 141%;
    text-align: center;
    color: #000;
    margin-bottom: 48px
}

.modalTestData .modal-dialog {
    max-width: 750px
}

.modalTestData .modal-service__body-left {
    width: 70%
}

.modalTestData .modal-service__form {
    justify-content: center
}

.modalTestData .modal-service__block-personal {
    text-align: center !important
}

.modalForm-text {
    text-align: center
}

.test-reco__title {
    text-align: left !important
}

.step-footer {
    display: flex;
    justify-content: center
}

.step-footer .btn {
    margin: 0 15px
}

@media (max-width: 992px) {
    .question ul li .answer-label {
        font-size: 20px
    }
}

@media (max-width: 768px) {
    .step-footer {
        flex-direction: column
    }

    .step-footer .btn {
        margin: 10px 0;
        width: 100%;
        justify-content: center
    }

    .question ul li .answer-label {
        font-size: 18px
    }

    .question-title {
        font-size: 24px;
        line-height: 141%
    }

    .test-reco {
        padding: 40px 60px
    }

    .test-reco__main {
        flex-direction: column
    }

    .test-reco__title {
        width: 100%;
        margin-bottom: 24px
    }

    .test-reco__text {
        width: 100%
    }

    .test-reco__btn {
        margin-top: 30px
    }

    .question .answer-label {
        padding: 12px
    }

    .answer-checkbox .answer-checkmark {
        width: 28px;
        height: 28px
    }

    .answer-checkbox {
        height: 28px
    }

    .answer-text {
        margin-left: 44px
    }

    .test-main-text {
        font-size: 14px;
        margin-bottom: 48px
    }

    .progress {
        margin-bottom: 20px
    }

    .answer-checkmark img {
        width: 12px;
        height: 12px;
        display: none
    }

    .answer-checkmark:after {
        left: 10px;
        top: 6px
    }

    .test-res {
        margin: 0 auto;
        padding: 12px 24px
    }

    .test-num {
        font-size: 30px;
        margin-bottom: 20px
    }

    .test-level {
        font-size: 20px;
        margin-bottom: 8px
    }

    .test-title {
        font-size: 24px;
        margin-bottom: 8px
    }
}

@media (max-width: 565px) {
    .question-title {
        font-size: 18px;
        line-height: 141%
    }

    .question ul li .answer-label {
        font-size: 14px
    }

    .test-reco {
        padding: 48px 40px
    }

    .test-reco__btn {
        width: 100%
    }
}

.question.disabled, .question.disabled .answer-label, .question.disabled input[type=checkbox] {
    pointer-events: none
}

.payment-row {
    position: relative
}

.payment-row .payment-text__value.crossed:after {
    content: "";
    width: 11%;
    height: 3px;
    background-color: var(--red);
    position: absolute;
    top: 45%;
    right: 0
}

.header__link-drops {
    position: relative
}

.header__link-drops .header__link-text {
    position: relative;
    padding-right: 24px !important
}

.header__link-drops .header__link-text .select2-selection__arrow {
    top: 11px;
    right: 2px
}

.header__link-drops:hover .header__link-dropdown {
    display: block
}

.header__link-drops .header__link-dropdown {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 230px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    top: 36px;
    left: 24px
}

.header__link-drops .header__link-dropdown a {
    color: #000 !important;
    padding: 12px 16px !important;
    text-decoration: none !important;
    width: 100% !important;
    margin: 0 !important;
    border-bottom: none !important
}

.header__link-drops .header__link-dropdown a:hover {
    background-color: #f1f1f1
}

.lazy_load_image {
    opacity: 1;
    transition: opacity .3s
}

.lazy_load_image[data-src] {
    opacity: 0
}

.header__mob__langs {
    position: relative;
    display: none
}

.header__mob__langs .header__control-drop {
    right: 0
}

.menu-mob-container {
    display: flex;
    flex-direction: row;
    align-items: center
}

.global-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    pointer-events: none
}

.global-loader.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.global-loader__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px)
}

.global-loader__spinner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    z-index: 1
}

.global-loader__circle {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: globalLoaderBounce 1.4s ease-in-out infinite both;
    animation: globalLoaderBounce 1.4s ease-in-out infinite both
}

.global-loader__circle:first-child {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.global-loader__circle:nth-child(2) {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.global-loader__circle:nth-child(3) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

@-webkit-keyframes globalLoaderBounce {
    0%, 80%, to {
        transform: scale(.6);
        opacity: .5
    }
    40% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes globalLoaderBounce {
    0%, 80%, to {
        transform: scale(.6);
        opacity: .5
    }
    40% {
        transform: scale(1);
        opacity: 1
    }
}

.cursor-pointer {
    cursor: pointer !important
}

.course-modal__checkbox a {
    margin-left: 5px
}

.text-decoration-none {
    text-decoration: none !important
}

.text-nowrap {
    white-space: nowrap !important
}

@-webkit-keyframes hand_left_desktop {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes hand_left_desktop {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes hand_left_desktop_light {
    0% {
        opacity: 1
    }
    20% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@keyframes hand_left_desktop_light {
    0% {
        opacity: 1
    }
    20% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes hand_center_desktop {
    0% {
        opacity: 1
    }
    20% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes hand_center_desktop {
    0% {
        opacity: 1
    }
    20% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes hand_center_desktop_light {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes hand_center_desktop_light {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes hand_right_desktop {
    0% {
        opacity: 1
    }
    20% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes hand_right_desktop {
    0% {
        opacity: 1
    }
    20% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes hand_right_desktop_light {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes hand_right_desktop_light {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.main_school_container {
    background: #f5f5f5
}

.info-useful__more_school {
    display: none;
    cursor: pointer
}

.banner_school_center_bloc {
    display: flex;
    flex-direction: revert
}

.banner_school_center_bloc .image_banner_school {
    margin-left: 28px;
    position: relative
}

.banner_school_center_bloc .image_banner_school .image_banner_school_item {
    position: absolute;
    opacity: 0;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.banner_school_center_bloc .image_banner_school .hand_left_desktop {
    -webkit-animation-name: hand_left_desktop;
    animation-name: hand_left_desktop;
    left: 117px;
    top: -194px
}

.banner_school_center_bloc .image_banner_school .hand_center_desktop {
    -webkit-animation-name: hand_center_desktop;
    animation-name: hand_center_desktop;
    left: 287px;
    top: -190px
}

.banner_school_center_bloc .image_banner_school .hand_right_desktop {
    -webkit-animation-name: hand_right_desktop;
    animation-name: hand_right_desktop;
    left: 455px;
    top: -200px
}

.banner_school_center_bloc .image_banner_school .hand_left_desktop_light {
    -webkit-animation-name: hand_left_desktop_light;
    animation-name: hand_left_desktop_light;
    left: 117px;
    top: -194px
}

.banner_school_center_bloc .image_banner_school .hand_left_desktop_light img {
    z-index: 1;
    position: relative
}

.banner_school_center_bloc .image_banner_school .hand_left_desktop_light .hand_left_desktop_light_gradient {
    position: absolute;
    width: 294px;
    height: 294px;
    left: -47px;
    top: 56px;
    background: radial-gradient(50% 50% at 50% 50%, #fff 0, hsla(0, 0%, 100%, 0) 100%)
}

.banner_school_center_bloc .image_banner_school .hand_center_desktop_light {
    -webkit-animation-name: hand_center_desktop_light;
    animation-name: hand_center_desktop_light;
    left: 287px;
    top: -190px
}

.banner_school_center_bloc .image_banner_school .hand_center_desktop_light img {
    z-index: 1;
    position: relative
}

.banner_school_center_bloc .image_banner_school .hand_center_desktop_light .hand_center_desktop_light_gradient {
    position: absolute;
    width: 294px;
    height: 294px;
    left: -43px;
    top: -56px;
    background: radial-gradient(50% 50% at 50% 50%, #fff 0, hsla(0, 0%, 100%, 0) 100%)
}

.banner_school_center_bloc .image_banner_school .hand_right_desktop_light {
    -webkit-animation-name: hand_right_desktop_light;
    animation-name: hand_right_desktop_light;
    left: 455px;
    top: -200px
}

.banner_school_center_bloc .image_banner_school .hand_right_desktop_light img {
    z-index: 1;
    position: relative
}

.banner_school_center_bloc .image_banner_school .hand_right_desktop_light .hand_right_desktop_light_gradient {
    position: absolute;
    width: 294px;
    height: 294px;
    left: -47px;
    top: 56px;
    background: radial-gradient(50% 50% at 50% 50%, #fff 0, hsla(0, 0%, 100%, 0) 100%)
}

.image_banner_school_mobil {
    position: relative;
    display: none
}

.image_banner_school_mobil .image_banner_school_item {
    position: absolute;
    opacity: 0;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.image_banner_school_mobil .hand_left_mobil {
    -webkit-animation-name: hand_left_desktop;
    animation-name: hand_left_desktop;
    left: -54px;
    top: -307px
}

.image_banner_school_mobil .hand_center_mobil {
    -webkit-animation-name: hand_center_desktop;
    animation-name: hand_center_desktop;
    left: 27px;
    top: -294px
}

.image_banner_school_mobil .hand_right_mobil {
    -webkit-animation-name: hand_right_desktop;
    animation-name: hand_right_desktop;
    left: 123px;
    top: -310px
}

.image_banner_school_mobil .hand_left_mobil_light {
    -webkit-animation-name: hand_left_desktop_light;
    animation-name: hand_left_desktop_light;
    left: -54px;
    top: -307px
}

.image_banner_school_mobil .hand_left_mobil_light img {
    z-index: 1;
    position: relative
}

.image_banner_school_mobil .hand_left_mobil_light .hand_left_mobil_light_gradient {
    position: absolute;
    width: 144px;
    height: 144px;
    left: -21px;
    top: 41px;
    background: radial-gradient(50% 50% at 50% 50%, #fff 0, hsla(0, 0%, 100%, 0) 100%)
}

.image_banner_school_mobil .hand_center_mobil_light {
    -webkit-animation-name: hand_center_desktop_light;
    animation-name: hand_center_desktop_light;
    left: 27px;
    top: -294px
}

.image_banner_school_mobil .hand_center_mobil_light img {
    z-index: 1;
    position: relative
}

.image_banner_school_mobil .hand_center_mobil_light .hand_center_mobil_light_gradient {
    position: absolute;
    width: 144px;
    height: 144px;
    left: -13px;
    top: -22px;
    background: radial-gradient(50% 50% at 50% 50%, #fff 0, hsla(0, 0%, 100%, 0) 100%)
}

.image_banner_school_mobil .hand_right_mobil_light {
    -webkit-animation-name: hand_right_desktop_light;
    animation-name: hand_right_desktop_light;
    left: 123px;
    top: -310px
}

.image_banner_school_mobil .hand_right_mobil_light img {
    z-index: 1;
    position: relative
}

.image_banner_school_mobil .hand_right_mobil_light .hand_right_mobil_light_gradient {
    position: absolute;
    width: 144px;
    height: 144px;
    left: -20px;
    top: 41px;
    background: radial-gradient(50% 50% at 50% 50%, #fff 0, hsla(0, 0%, 100%, 0) 100%)
}

.numbers__item_school {
    margin-right: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    gap: 24px;
    background: #fff;
    height: 100%
}

.numbers__item_school .numbers__title {
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    color: #472ad7
}

.slider-teacher__item {
    padding: 30px
}

.banner_school_btn {
    display: flex;
    flex-direction: row;
    gap: 27px;
    align-items: center
}

.banner_school_btn .banner_school_btn_right {
    margin-top: 47px
}

.banner_school_btn .banner_school_btn_right a {
    display: flex;
    align-items: center;
    color: #000;
    background-color: #fff;
    padding-top: 22px;
    padding-bottom: 23px
}

.banner_school_btn .banner_school_btn_right a img {
    margin-left: 5px
}

.numbers__school {
    justify-content: center;
    margin-top: 200px;
    filter: drop-shadow(20px 20px 100px rgba(0, 0, 0, .1))
}

.numbers__school_container {
    position: relative;
    margin-bottom: -30%
}

.school {
    /*padding-top: 150px*/
}

.school .mm__title {
    padding-bottom: 10px
}

.school .student-title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 175%;
    color: #000;
    text-align: center
}

.school .mm-slider__item_school {
    margin-left: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 260px !important;
    height: 120px;
    background: #fff;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, .1)
}

.school .mm-slider__item_school img {
    margin: auto
}

.slider__item_school_container {
    display: flex;
    width: 100%;
    height: 100%
}

.slider__item_school_container img {
    max-width: 200px;
    height: auto;
    max-height: 80%;
}
.image_logo_container {
    width: 100%;
    height: 70px;
    margin-bottom: 10px;
}
.image_logo_container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.for-who-school-title {
    padding-bottom: 150px;
    padding-top: 55px
}

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

.feature {
    position: relative;
    margin-bottom: 80px
}

.feature .feature-title {
    margin-bottom: 100px
}

.feature .feature_left {
    position: relative
}

.feature .feature-image {
    margin-top: 85px;
    padding-left: 95px
}

.feature .feature_arrow {
    position: absolute;
    top: 72px;
    left: 328px
}

.feature .feature_arrow_mobil {
    display: none
}

.feature .text {
    position: absolute;
    top: -25px;
    left: 405px;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 140%;
    color: #472ad7
}

.feature .feature-left-text {
    padding-bottom: 60px;
    position: relative;
    width: 300px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000
}

.feature .feature-left-text .feature-left-text-one .span-one {
    margin: 10px;
    position: absolute;
    width: 12px;
    height: 12px;
    left: -35px;
    top: -5px;
    background: #539a70
}

.feature .feature-left-text .feature-left-text-two .span-two {
    margin: 10px;
    position: absolute;
    width: 12px;
    height: 12px;
    left: -35px;
    top: 43px;
    background: #8fd5e1
}

.feature .feature-right {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000
}

.feature .feature-right li {
    padding: 8px
}

.for-who-banner {
    height: 504px;
    background: #f2c94c;
    position: relative;
    overflow: hidden
}

.for-who-banner .for-who-banner-title {
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 140%;
    text-align: center;
    color: #000
}

.for-who-banner .for-who-banner-description {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #000;
    padding-top: 24px
}

.for-who-banner .for-who-banner-right {
    width: 485px;
    padding-top: 100px
}

.for-who-banner .for-who-banner-btn {
    padding-top: 56px;
    display: flex;
    justify-content: center;
    position: relative
}

.for-who-banner .for-who-banner-btn a {
    display: flex
}

.for-who-banner .for-who-banner-btn img {
    margin-left: 7px;
    width: 22px;
    height: 20px
}

.for-who-banner .for-who-banner-left .for-who-banner-border {
    position: absolute;
    top: 180px;
    right: 72px;
    border-radius: 50%;
    width: 809px;
    height: 809px;
    background: hsla(0, 0%, 100%, .3)
}

.for-who-banner .for-who-banner-left .for-who-banner-gramophone {
    position: absolute;
    top: 125px;
    right: 100px
}

.for-who-banner .for-who-banner-left .for-who-banner-free1 {
    position: absolute;
    top: 214px;
    right: 47px
}

.for-who-banner .for-who-banner-left .for-who-banner-free2 {
    position: absolute;
    top: 150px;
    right: 82px
}

.teachers {
    position: relative;
    margin-top: 150px
}

.teachers .teachers-title {
    padding-top: 168px
}

.teachers .arr div {
    background-color: #000
}

.benefits {
    margin-top: 150px
}

.benefits .benefits_left_btn {
    margin-top: 400px
}

.benefits .benefits_left_description {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 141%;
    color: #333;
    max-width: 290px
}

.benefits .benefits_left_description a {
    display: block;
    color: #eb5757
}

.benefits .benefits-useful__container {
    height: 750px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px
}

.benefits .benefits-useful__container::-webkit-scrollbar {
    width: 5px
}

.benefits .benefits-useful__container::-webkit-scrollbar-track {
    background: #f2f2f2
}

.benefits .benefits-useful__container::-webkit-scrollbar-thumb {
    background: #4f4f4f
}

.benefits .benefits-useful__container::-webkit-scrollbar-thumb:hover {
    background: #555
}

.benefits .useful__text_benefits ul {
    display: block
}

.benefits .info-useful__count_ben {
    padding: 8px 16px;
    gap: 10px;
    width: 125px;
    height: 36px;
    background: #ddd;
    border-radius: 30px
}

.benefits .info-useful__title_ben {
    padding-top: 24px;
    padding-bottom: 24px;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 130%;
    color: #472ad7
}

.benefits .info-useful__sub-title_ben_container {
    display: flex
}

.benefits .info-useful__sub-title_ben {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 141%;
    display: flex;
    align-items: center
}

.benefits .info-useful__sub-title_ben img {
    padding-right: 15px
}

.benefits .benefits_border {
    margin-bottom: 32px;
    margin-top: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 2px
}

.slider-arrows-school {
    padding-top: 70px
}

.school_review_item {
    margin: 16px;
    width: 557px !important;
    height: 316px;
    background: #fff
}

.school_review_item .school_review_item_header {
    display: flex;
    flex-direction: row
}

.school_review_item .school_review_item_avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 32px 32px 0
}

.school_review_item .school_review_item_name_description .school_review_item_name {
    margin-top: 52px;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 130%;
    color: #472ad7
}

.school_review_item .school_review_item_name_description .school_review_item_description {
    margin-top: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #828282
}

.school_review_item .school_review_item_text {
    margin: 16px 32px;
    width: 493px;
    height: 96px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    overflow: hidden
}

.school_review_item .school_review_item_details {
    cursor: pointer;
    margin-left: 32px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #472ad7
}

.indigo-title-packages-school {
    padding-top: 156px;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 141%;
    color: #000
}

.indigo-description-packages-school {
    padding-top: 24px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 175%;
    color: #000
}

.packages-school {
    margin-top: 80px
}

.discount_active_block {
    background-repeat: no-repeat;
    background-position: top
}

.school_packages__card {
    background: #fff;
    box-shadow: 20px 20px 100px rgba(0, 0, 0, .1);
    padding: 32px;
    display: flex;
    flex-direction: column
}

.school_packages__card .school_packages__footer {
    margin-top: auto
}

.school_packages__card .school_packages__footer a {
    text-decoration: none;
    color: #fff
}

.school_packages__card .school_packages__price-container_discount {
    display: flex;
    margin-top: 32px;
    margin-bottom: 32px;
    align-items: center
}

.school_packages__card .school_packages__price-container_discount .school_packages__price {
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 130%;
    color: #eb5757;
    margin-left: 27px
}

.school_packages__card .school_packages__price-container_discount .school_packages__old-price {
    position: relative;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 130%;
    color: #bdbdbd
}

.school_packages__card .school_packages__price-container_discount .school_packages__old-price img {
    position: absolute;
    left: -10px
}

.school_packages__card .school_packages__body_corporate {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #bdbdbd
}

.school_packages__card .school_packages__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    background: #f2f2f2;
    border-radius: 40px
}

.school_packages__card .school_packages__price-container {
    padding-top: 24px;
    padding-bottom: 32px;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 130%;
    color: #472ad7
}

.school_packages__card .school_packages__body {
    list-style-type: none;
    padding: 0
}

.school_packages__card .school_packages__info_disable {
    color: #c4c4c4 !important
}

.school_packages__card .school_packages__info_disable:before {
    border-bottom: 4px solid #c4c4c4 !important;
    border-right: 4px solid #c4c4c4 !important
}

.school_packages__card .school_packages__info {
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000
}

.school_packages__card .school_packages__info:before {
    content: "";
    display: inline-block;
    transform: rotate(45deg) scale(.65);
    height: 24px;
    width: 10px;
    opacity: .8;
    border-bottom: 4px solid #539a70;
    border-right: 4px solid #539a70;
    position: absolute;
    left: 0;
    top: 0
}

.school_packages__card .school_packages__btn {
    margin: 35px auto auto
}

.school_faq_header {
    display: flex;
    flex-direction: column
}

.school_faq_header .school_faq_header_title {
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 141%;
    margin: auto auto 16px
}

.school_faq_header .school_faq_header_description {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 175%;
    text-align: center;
    width: 70%;
    margin: auto auto 80px
}

.faq-banner {
    margin-top: 150px;
    height: 504px;
    background: #539a70;
    position: relative;
    overflow: hidden
}

.faq-banner .faq-banner-title {
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 140%;
    text-align: center;
    color: #000
}

.faq-banner .faq-banner-description {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #000;
    padding-top: 24px
}

.faq-banner .faq-banner-right {
    width: 485px;
    padding-top: 100px
}

.faq-banner .faq-banner-btn {
    padding-top: 56px;
    margin-left: 155px
}

.faq-banner .faq-banner-left .faq-banner-border {
    position: absolute;
    top: 154px;
    right: 10px;
    border-radius: 50%;
    width: 809px;
    height: 809px;
    background: hsla(0, 0%, 100%, .3)
}

.faq-banner .faq-banner-left .faq-banner-image {
    position: absolute;
    top: 90px;
    right: -10px
}

.footer-banner {
    margin-top: 150px;
    margin-bottom: 35px;
    height: 251px;
    background: #f2c94c;
    position: relative;
    overflow: hidden;
    padding: 80px
}

.footer-banner .footer-banner-title {
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 141%;
    color: #000
}

.footer-banner .footer-banner-description {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 175%;
    color: #000;
    padding-top: 8px
}

.footer-banner .footer-banner-left {
    width: 485px
}

.footer-banner .footer-banner-btn {
    display: flex;
    justify-content: center;
    padding-top: 5%;
    position: relative
}

.footer-banner .footer-banner-btn a {
    display: flex
}

.footer-banner .footer-banner-btn img {
    margin-left: 7px;
    width: 22px;
    height: 20px
}

.footer-banner .footer-banner-right .footer-banner-border {
    position: absolute;
    top: -105px;
    left: 10px;
    border-radius: 50%;
    width: 1184px;
    height: 1184px;
    background: hsla(0, 0%, 100%, .3)
}

.public_offer {
    margin-bottom: 100px;
    display: flex;
    justify-content: space-around;
    color: #000
}

.public_offer a {
    color: #000
}

.course_promo_code_text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    padding: 12px
}

.course_promo_code_text span {
    font-weight: 700
}

@media (max-width: 400px) {
    .numbers__school_container .image_banner_school_mobil {
        right: 33% !important
    }
}

@media (max-width: 1200px) {
    .banner_school_center_bloc .image_banner_school .hand_left_desktop, .banner_school_center_bloc .image_banner_school .hand_left_desktop_light {
        left: -10px
    }

    .banner_school_center_bloc .image_banner_school .hand_center_desktop, .banner_school_center_bloc .image_banner_school .hand_center_desktop_light {
        left: 126px
    }

    .banner_school_center_bloc .image_banner_school .hand_right_desktop, .banner_school_center_bloc .image_banner_school .hand_right_desktop_light {
        left: 275px
    }
}

@media (max-width: 992px) {
    .image_banner_school_has_image .start-img {
        margin-left: 200%;
        margin-top: 0
    }
    .search {
        margin-bottom: 0 !important;
        margin-top: 30px;
        flex-direction: column;
    }
    .blog-category_mob, .blog-tags_mob, .courses__categories-mob {
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .category_mob, .courses__categories-item-mob {
        padding: 16px;
    }
    .pagination ul {
        padding: 0;
        margin: 0;
    }
    .review_domain .client_domain .review-nav__title.indigo-title {
        padding: 0;
    }
}

@media (max-width: 580px) {
    .image_banner_school_has_image .start-img {
        margin-left: 55% !important;
        margin-top: 32vh !important;
        width: 180% !important
    }
}

@media (max-width: 768px) {
    .image_banner_school_has_image .start-img {
        margin-left: 85%;
        margin-top: 35vh
    }

    .image_banner_school {
        display: none
    }

    .banner_school_btn {
        flex-direction: column
    }

    .banner_school_btn .banner_school_btn_right {
        margin: 0
    }

    .banner_school_btn .banner_school_btn_right a {
        padding: 16px !important
    }

    .banner_school_center_bloc {
        flex-direction: column
    }

    .numbers__school_container {
        margin-top: 65%;
        margin-bottom: -100%
    }

    .numbers__school_container .image_banner_school_mobil {
        display: block;
        width: 50%;
        position: absolute;
        right: 18%;
        bottom: 96%
    }

    .numbers__school_container .numbers__school {
        margin-top: 277px;
        gap: 16px;
        z-index: 4;
        position: relative
    }

    .indigo-title-packages-school {
        font-weight: 900;
        font-size: 24px;
        line-height: 150%
    }

    .school {
        padding-top: 150px
    }

    .feature .feature-title, .school .student-title-head {
        font-weight: 900;
        font-size: 24px;
        line-height: 150%;
        text-align: center;
        padding-left: 40px;
        padding-right: 40px
    }

    .feature .feature_container {
        display: flex;
        flex-direction: column-reverse
    }

    .feature .feature_container .feature-image {
        padding-bottom: 35px;
        padding-left: 0
    }

    .feature .feature_container .feature-image .feature-image-main {
        width: 100%
    }

    .feature .feature_container .feature-image .text {
        position: static;
        max-width: 185px;
        font-style: normal;
        font-weight: 900;
        font-size: 18px;
        line-height: 150%
    }

    .feature .feature_container .feature-image .feature_arrow {
        display: none
    }

    .feature .feature_container .feature-image .feature_arrow_mobil {
        display: block;
        position: absolute;
        left: 33%;
        bottom: 270px
    }

    .feature .feature-title {
        padding-top: 100px
    }

    .school_review_item {
        margin: 16px;
        width: 400px !important
    }

    .school_review_item .school_review_item_text {
        width: auto
    }

    .for-who-banner .for-who-banner-left .for-who-banner-border {
        top: 300px;
        right: -40%;
        width: 180%
    }

    .for-who-banner .for-who-banner-left .for-who-banner-gramophone {
        top: 240px
    }

    .for-who-banner .for-who-banner-left .for-who-banner-free1 {
        top: 335px
    }

    .for-who-banner .for-who-banner-left .for-who-banner-free2 {
        top: 258px
    }

    .for-who-banner .for-who-banner-right {
        width: auto;
        padding-top: 20px
    }

    .for-who-banner .for-who-banner-title {
        font-weight: 900;
        font-size: 22px;
        line-height: 140%
    }

    .for-who-banner .for-who-banner-description {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 175%
    }

    .for-who-banner .for-who-banner-btn {
        padding-top: 25px;
        margin-left: auto
    }

    .benefits .benefits_left_title {
        font-style: normal;
        font-weight: 900;
        font-size: 24px;
        line-height: 141%;
        text-align: center
    }

    .benefits .benefits_left_description {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 141%;
        text-align: center;
        margin: auto
    }

    .benefits .benefits_left_btn_container {
        padding-bottom: 50px;
        width: 100%;
        display: flex;
        flex-direction: revert;
        justify-content: center
    }

    .benefits .benefits_left_btn_container .benefits_left_btn {
        margin-top: 30px
    }

    .benefits .benefits-useful__container {
        height: auto
    }

    .benefits .benefits-useful__container .info-useful__count_ben_container {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .benefits .benefits-useful__container .useful__text_benefits {
        display: none
    }

    .benefits .benefits-useful__container .info-useful__more_school {
        display: block
    }

    .school_packages__card_item {
        flex-direction: column;
        margin-bottom: 20px
    }

    .faq-banner {
        padding: 40px;
        height: 690px
    }

    .faq-banner .faq-banner-left .faq-banner-image {
        top: 280px;
        right: 5%
    }

    .faq-banner .faq-banner-left .faq-banner-border {
        width: 150%;
        right: -23%;
        top: 360px
    }

    .faq-banner .faq-banner-right {
        padding: 0;
        width: 100%
    }

    .faq-banner .faq-banner-title {
        margin-top: 20px;
        font-style: normal;
        font-weight: 900;
        font-size: 24px;
        line-height: 140%;
        text-align: center
    }

    .faq-banner .faq-banner-btn {
        padding-top: 20px;
        display: flex;
        justify-content: center;
        margin: 0
    }

    .footer-banner {
        margin-top: 0;
        margin-bottom: 40px;
        height: 330px;
        padding: 40px
    }

    .footer-banner .footer-banner-border {
        top: 1px;
        left: 63px
    }

    .footer-banner .footer-banner-left {
        width: auto
    }

    .footer-banner .footer-banner-title {
        margin-top: 20px;
        font-style: normal;
        font-weight: 900;
        font-size: 22px;
        line-height: 140%;
        text-align: center
    }

    .footer-banner .footer-banner-description {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 175%;
        text-align: center
    }
    .why_choose_us_slider .mm-slider__arrows_100 {
        margin-bottom: 0 !important;
    }
    .vacancies-page {
        padding-bottom: 70px !important;
    }
    .footer__form-container .wpcf7-textarea {
        height: 70px;
    }
}