@charset "UTF-8";

.form__field input[type=text], .form__submit, .header__order-btn, .order-btn, .reviews__btn, .reviews__thumb, .troubles__show-all {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.1;
    max-width: none;
    outline: 0;
    border: none;
    min-width: 0;
    padding: 0
}

.form__submit, .header__order-btn, .order-btn, .reviews__btn, .reviews__thumb, .troubles__show-all {
    text-decoration: none;
    cursor: pointer;
    color: inherit
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

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

abbr, fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 400
}

ul li {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

legend {
    color: #000
}

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

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

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

    50% {
        opacity: 1
    }
}

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

    50% {
        opacity: 1
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

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

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

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

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

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

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

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

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s;
    transition: transform .1s;
    -o-transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s
}

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

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

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s
}

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

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

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

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.about {
    background: url(images/bg-about.webp) center bottom -70px/100% no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1920px;
    width: 100%;
    padding: 0 40px 380px;
    margin: 0 auto 135px
}

.about__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[24];
    grid-template-columns: repeat(24, 1fr);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-line-pack: start;
    align-content: start
}

.about__item:nth-child(1) {
    margin: 0 0 70px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    grid-column: 1/span 14
}

.about__item:nth-child(2) {
    -ms-grid-column-span: 9;
    grid-column: span 9/-1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1/span 4
}

.about__item:nth-child(3) {
    margin: 0 40px 40px 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12
}

.about__item:nth-child(4) {
    margin: 0 40px 0 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6
}

.about__item:nth-child(5) {
    -ms-grid-column-span: 7;
    grid-column: span 7
}

.about__item p {
    padding: 9px 16px 10px;
    border: 1px solid #1b1919;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.4;
    background-color: #fff
}

.about__item p span {
    color: #d31919
}

.about__property {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px
}

.about__property span:nth-child(1) {
    display: block;
    font-family: DB, sans-serif;
    font-size: 54px;
    line-height: 1.2
}

.about__property span:nth-child(2) {
    display: block;
    font-family: MM, sans-serif;
    font-size: 18px;
    line-height: 1.2
}

.advantage__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -20px
}

.advantage__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: -1px 20px 0;
    -webkit-tap-highlight-color: transparent;
    width: calc(50% - 40px)
}

.advantage__item_title {
    border: none;
    padding: 0 0 20px
}

.advantage__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 130px;
    text-align: center
}

.advantage__icon img:nth-child(2), .advantage__icon img:nth-child(3) {
    display: none
}

.advantage__side {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.advantage__side h4 {
    font-family: DB, sans-serif;
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 20px
}

.advantage__side p {
    font-family: ML, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    -webkit-animation: .4s text_fade;
    animation: .4s text_fade
}

@-webkit-keyframes text_fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes text_fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.clarification {
    padding-top: 120px;
    margin-bottom: 150px
}

.clarification__title {
    margin-bottom: 50px
}

.clarification__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 21px 20px 26px 40px;
    border-bottom: 1px solid #1b1919;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    background: url(images/icons-sprite.svg#icon-plus-view-black) left top 31px/16px 16px no-repeat
}

.clarification__item:hover {
    background-color: #d31919;
    color: #fff;
    background-image: url(images/icons-sprite.svg#icon-plus-view-white);
    background-position: left 30px top 31px
}

.clarification__item.opened {
    padding: 25px 20px 25px 40px;
    background: url(images/icons-sprite.svg#icon-minus-view-red) left top 42px/16px 2px no-repeat
}

.clarification__item.opened .clarification__question {
    width: 50%;
    color: #d31919;
    cursor: text
}

.clarification__item.opened .clarification__answer {
    width: 50%;
    display: block;
    padding: 10px 0 0 10px
}

.clarification__item.opened:hover {
    background-color: initial;
    color: initial
}

.clarification__question {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: DM, sans-serif;
    font-size: 30px;
    line-height: 1;
    cursor: pointer
}

.clarification__answer {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    -webkit-animation: .5s answer_slide;
    animation: .5s answer_slide
}

@-webkit-keyframes answer_slide {
    0% {
        -webkit-transform: translateX(400px);
        -ms-transform: translateX(400px);
        transform: translateX(400px)
    }

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

@keyframes answer_slide {
    0% {
        -webkit-transform: translateX(400px);
        -ms-transform: translateX(400px);
        transform: translateX(400px)
    }

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

.clients {
    padding-top: 40px
}

.clients__container::after {
    display: block;
    content: "";
    width: 100%;
    border-bottom: 1px solid #1b1919
}

.clients__section-title.s-title {
    padding-top: 40px;
    margin-bottom: -60px
}

.clients__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px
}

.clients__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 275px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-right: 1px solid #1b1919;
    padding: 40px 40px 40px 0;
    font-size: 18px;
    line-height: 1.4
}

.clients__text span {
    display: none;
    text-transform: uppercase;
    font-family: MM, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px
}

.clients__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 40px
}

.clients__item {
    -webkit-filter: saturate(0);
    filter: saturate(0);
    -webkit-transition: -webkit-filter .3s;
    transition: filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
    text-decoration: none;
    text-align: center
}

.clients__item:hover {
    -webkit-filter: saturate(1);
    filter: saturate(1)
}

.container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%
}

.footer {
    background-color: #1b1919;
    color: #fff;
    padding: 125px 0 80px;
    overflow: hidden
}

.footer__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[24];
    grid-template-columns: repeat(24, 1fr)
}

.footer__main {
    -ms-grid-column-span: 14;
    grid-column: span 14
}

.footer__title {
    margin-bottom: 25px
}

.footer__call {
    display: block;
    margin-bottom: 45px
}

.footer__phone {
    display: block;
    padding-left: 65px;
    line-height: 1.2;
    margin-bottom: 30px
}

.footer__phone a {
    display: block;
    font-family: MB, sans-serif;
    color: inherit;
    text-decoration: none;
    font-size: 36px;
    white-space: nowrap;
    margin-bottom: 8px
}

.footer__phone span {
    font-family: MM, sans-serif;
    font-size: 18px;
    display: block;
    color: #888
}

.footer__phone_ru {
    background: url(images/flag-ru.svg) top left/50px 36px no-repeat
}

.footer__phone_cn {
    background: url(images/flag-cn.svg) top left/50px 36px no-repeat
}

.footer__side {
    -ms-grid-column-span: 10;
    grid-column: span 10;
    -ms-grid-row-span: 2;
    grid-row: span 2
}

.footer__image {
    width: calc(100% + 250px);
    margin-right: -250px
}

.footer__socials {
    -ms-grid-column-span: 12;
    grid-column: span 12;
    align-self: flex-end;
    margin-bottom: 50px
}

.footer__copy {
    -ms-grid-column-span: 24;
    grid-column: span 24
}

.footer__copy span:nth-child(1) {
    display: block;
    font-family: DM, sans-serif;
    font-size: 26px;
    line-height: 1.2
}

.footer__copy span:nth-child(2) {
    font-size: 15px;
    line-height: 1.2
}

.form::before {
    position: absolute;
    content: attr(data-nameplate);
    top: 0;
    z-index: 10;
    width: 100px;
    height: 25px;
    text-align: center;
    color: #fff;
    background-color: #d31919;
    font-family: MB, sans-serif
}

.form__title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: DB, sans-serif;
    font-size: 54px;
    line-height: 1;
    margin-bottom: 20px
}

.form__note {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px
}

.form__alert {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 20px;
    font-size: 13px;
    line-height: 1.2;
    color: #f12c50;
    margin-bottom: 5px
}

.form__alert span {
    display: block
}

.form__alert span.loading {
    text-align: center
}

.form__alert_success {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin: 0;
    color: inherit;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form__alert_success h2 {
    font-family: MSB, sans-serif;
    font-size: 24px;
    line-height: 1.25;
    padding: 70px 20px 30px;
    max-width: 330px;
    background: url(images/icons-sprite.svg#icon-logo-view-red) top center/57px 55px no-repeat
}

.form__alert_success span {
    max-width: 330px;
    display: block;
    padding: 0 20px;
    color: #1b1919
}

.form__field {
    margin-bottom: 20px
}

.form__field input[type=text] {
    border-bottom: 1px solid #1b1919;
    width: 100%;
    padding: 19px 0
}

.form__field input[type=text]:focus {
    border-color: #d31919
}

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

.form__field_tel .select__wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 63px;
    margin-right: 20px;
    border-bottom: 1px solid #1b1919
}

.form__field_tel .select__head {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    height: 100%;
    background-position: left 5px center;
    background-size: 26px 19px;
    background-repeat: no-repeat
}

.form__field_tel .select__head[data-tag=ru] {
    background-image: url(images/flag-ru.svg)
}

.form__field_tel .select__head[data-tag=cn] {
    background-image: url(images/flag-cn.svg)
}

.form__field_tel .select__list {
    border: 1px solid #1b1919;
    padding: 0;
    top: 100%
}

.form__field_tel .select__item {
    padding: 0;
    height: 38px;
    background-position: center;
    background-size: 26px 19px;
    background-repeat: no-repeat
}

.form__field_tel .select__item_selected {
    display: none
}

.form__field_tel .select__item:hover {
    background-color: #fff
}

.form__field_tel .select__item[data-tag=ru] {
    background-image: url(images/flag-ru.svg)
}

.form__field_tel .select__item[data-tag=cn] {
    background-image: url(images/flag-cn.svg)
}

.form__field_agree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0 20px
}

.form__field_agree input[type=checkbox] {
    margin: 3px 10px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 1px;
    border: 1px solid #1b1919;
    flex-shrink: 0;
    cursor: pointer;
    outline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form__field_agree input[type=checkbox]:checked {
    border-color: #d31919
}

.form__field_agree input[type=checkbox]:checked::before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #d31919
}

.form__field_agree span {
    font-size: 15px
}

.form__field_serv .select__wrapper {
    font-size: 16px;
    font-family: MM, sans-serif
}

.form__field_serv .select__head {
    padding: 0 0 20px;
    border-bottom: 1px solid #1b1919
}

.form__field_serv .select__head_open {
    color: #d31919
}

.form__field_serv .select__list {
    border: 1px solid #1b1919;
    max-height: 235px;
    overflow: auto
}

.form__field_serv .select__item {
    padding: 5px 20px;
    white-space: normal
}

.form__field_region {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    border: none;
    margin: 0;
    padding: 0;
    height: 1px;
    position: absolute;
    top: -9999px;
    left: -9999px
}

.form__submit {
    display: block;
    width: 185px;
    height: 185px;
    color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(images/icons-sprite.svg#icon-arr-long-view-white);
    background-position: left -20px top 22%;
    background-repeat: no-repeat;
    background-color: #d31919;
    background-size: 110px 20px;
    font-family: MB, sans-serif;
    line-height: 1.3;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.form__submit:hover {
    background-color: #bc1010
}

.form__submit span {
    text-transform: uppercase;
    font-size: 18px;
    font-family: MB, sans-serif;
    max-width: 100px;
    margin: 10px 0 5px
}

.gallery {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0 auto 130px;
    padding: 125px 40px 0;
    width: 100%;
    overflow: hidden;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='1' viewBox='0 0 1 1' preserveAspectRatio='none'%3E%3Crect width='1' height='1' fill='%23F3F1F1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 640px
}

.gallery__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px
}

.gallery__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 630px;
    padding-right: 20px
}

.gallery__note {
    padding-top: 42px;
    font-family: DB, sans-serif;
    font-size: 32px;
    line-height: 1
}

.gallery__note span {
    color: #d31919
}

.gallery__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -280px 0 -20px;
    height: 500px
}

.gallery__image {
    margin: 0 20px
}

.gallery__image:nth-child(1) {
    height: 100%;
    width: calc(20.8333333333% - 40px);
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.gallery__image:nth-child(2) {
    height: 100%;
    width: calc(58.3333333333% - 40px);
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.gallery__image:nth-child(3) {
    height: 40%;
    width: calc(20.8333333333% - 40px);
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.gallery__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
    max-width: 1920px;
    margin: 0 auto 130px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[24];
    grid-template-columns: repeat(24, 1fr)
}

.header__logo {
    padding-top: 20px;
    -ms-grid-column-span: 7;
    grid-column: span 7;
    margin-bottom: 45px
}

.header__logo a {
    display: block;
    min-width: 245px;
    padding-left: 75px;
    background: url(images/icons-sprite.svg#icon-logo-view-red) left center/57px 55px no-repeat;
    height: 55px;
    text-decoration: none;
    color: #1b1919
}

.header__logo a span:nth-child(1) {
    display: block;
    font-family: DM, sans-serif;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 3px
}

.header__logo a span:nth-child(2) {
    display: block;
    font-size: 14px;
    line-height: 1.2
}

.header__socials {
    padding-top: 20px;
    -ms-grid-column-span: 7;
    grid-column: span 7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px
}

.header__divider {
    -ms-grid-row-span: 3;
    grid-row: span 3;
    position: relative
}

.header__divider::before {
    display: block;
    content: "";
    width: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    height: 100%;
    left: calc(50% - 1px)
}

.header__contacts {
    padding-top: 20px;
    grid-column: 16/-1;
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__phones {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px
}

.header__phone {
    font-family: MB, sans-serif;
    color: inherit;
    text-decoration: none;
    font-size: 19px;
    display: inline-block;
    padding-left: 40px;
    margin-right: 10px
}

.header__phone_ru {
    background: url(images/flag-ru.svg) left/26px 19px no-repeat
}

.header__phone_cn {
    background: url(images/flag-cn.svg) left/26px 19px no-repeat;
    margin: 0 auto
}

.header__order-btn {
    text-transform: uppercase;
    font-family: MEB, sans-serif;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
    border: 1px solid #d31919;
    padding: 12px 22px;
    border-radius: 100px;
    overflow: hidden;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    background-color: #d31919;
    color: #fff
}

.header__order-btn:hover {
    background-color: #bc1010
}

.header__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    grid-column: 1/span 14;
    font-family: DB, sans-serif;
    font-size: 98px;
    line-height: 1;
    margin-bottom: 70px
}

.header__title span {
    color: #d31919
}

.header__title-break {
    display: none
}

.header__title-break_one, .header__title-break_three {
    display: block
}

.header__affirmations {
    position: relative;
    z-index: 3;
    grid-column: 16/-1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding-top: 30px
}

.header__affirmation {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: MM, sans-serif;
    font-size: 18px;
    line-height: 1.3;
    padding: 9px 16px 10px;
    border: 1px solid #000;
    margin-bottom: 40px
}

.header__affirmation span {
    color: #d31919
}

.header__affirmation:nth-child(1) {
    max-width: 330px
}

.header__affirmation:nth-child(2) {
    max-width: 425px;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.header__affirmation:nth-child(3) {
    max-width: 225px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 180px
}

.header__hero {
    -ms-grid-column-span: 24;
    grid-column: span 24;
    overflow: hidden;
    height: 850px
}

.header__hero-title {
    font-family: DB, sans-serif;
    font-size: 78px;
    line-height: 1;
    color: #fff;
    text-align: right;
    padding: 87px 10px 0;
    margin-bottom: -165px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    margin-right: -950px;
    -webkit-animation: 8s infinite title_move;
    animation: 8s infinite title_move
}

@-webkit-keyframes title_move {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-1100px);
        -ms-transform: translateX(-1100px);
        transform: translateX(-1100px)
    }
}

@keyframes title_move {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-1100px);
        -ms-transform: translateX(-1100px);
        transform: translateX(-1100px)
    }
}

.header__hero-video {
    height: 100%;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.header__button {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    -ms-grid-column-span: 6;
    grid-column: span 6;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
    margin-top: -50px;
    position: relative;
    z-index: 2
}

.header__button.order-btn {
    display: none
}

.inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1205px;
    margin: 0 auto
}

.modal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .8);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: auto
}

.modal[style*="display: block"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.modal_error .modal__content::after {
    content: "Задайте id целевого блока в атрибуте data-modal"
}

.modal_contact-form .modal__body {
    max-width: 510px
}

.modal__hidden {
    display: none
}

.modal__close {
    position: absolute;
    top: 11px;
    right: 11px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(images/icons-sprite.svg#icon-close-view-black) center/17px 17px no-repeat
}

.modal__body {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 45px 40px;
    width: 100%;
    max-width: 700px;
    -webkit-box-shadow: 0 1px 10px 4px rgba(0, 0, 0, .07);
    box-shadow: 0 1px 10px 4px rgba(0, 0, 0, .07)
}

.modal__content {
    min-height: 200px
}

.modal__content img {
    display: block;
    margin: 0 auto
}

.order-btn {
    display: block;
    width: 275px;
    height: 275px;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(images/icons-sprite.svg#icon-arr-long-view-white) left top 25%/152px 26px no-repeat #d31919;
    font-family: MB, sans-serif;
    line-height: 1.3;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s, -webkit-transform .3s;
    -o-transition: background-color .3s, transform .3s
}

.order-btn_fly {
    position: absolute;
    bottom: 170px;
    left: 35%;
    z-index: 3
}

.order-btn:hover {
    background-color: #bc1010;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.order-btn span:nth-child(1) {
    text-transform: uppercase;
    font-size: 20px;
    margin: 30px 0 15px
}

.order-btn span:nth-child(2) {
    background-color: #fff;
    padding: 3px 5px;
    color: #1b1919;
    font-size: 16px
}

.order-btn_white {
    background-image: url(images/icons-sprite.svg#icon-arr-long-view-black);
    background-color: #fff;
    color: #1b1919
}

.order-btn_white span:nth-child(2) {
    background-color: #1b1919;
    color: #fff
}

.order-btn_white:hover {
    background-image: url(images/icons-sprite.svg#icon-arr-long-view-white);
    background-color: #1b1919;
    color: #fff
}

.order-btn_white:hover span:nth-child(2) {
    background-color: #fff;
    color: #1b1919
}

.potential {
    margin-bottom: 110px
}

.potential__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[24];
    grid-template-columns: repeat(24, 1fr);
    grid-auto-rows: minmax(40px, auto)
}

.potential__branding {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #1b1919;
    padding: 35px 25px 40px;
    position: relative;
    margin: 11px -15px 0 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/span 5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 12;
    grid-row: 1/span 12
}

.potential__branding::after {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #1b1919;
    position: absolute;
    bottom: -7px;
    left: 0;
    -webkit-transform: skewY(-45deg);
    -ms-transform: skewY(-45deg);
    transform: skewY(-45deg)
}

.potential__branding span {
    display: inline-block;
    padding: 0 7px;
    color: #fff;
    background-color: #d31919;
    font-family: MM, sans-serif;
    margin-bottom: 40px
}

.potential__branding h4 {
    font-family: DB, sans-serif;
    color: #fff;
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 20px
}

.potential__branding p {
    color: #969696;
    font-family: MM, sans-serif;
    font-size: 18px;
    line-height: 1.4
}

.potential__title {
    -ms-grid-column: 7;
    -ms-grid-column-span: 12;
    grid-column: 7/span 12;
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    grid-row: 1/span 5
}

.potential__find {
    -ms-grid-column-span: 14;
    grid-column: span 14/-1;
    -ms-grid-row: 6;
    -ms-grid-row-span: 3;
    grid-row: 6/span 3
}

.potential__find p {
    font-family: DB, sans-serif;
    font-size: 32px;
    line-height: 1.1;
    min-height: 65px;
    padding-left: 100px;
    background: url(images/icons-sprite.svg#icon-arr-diag-view-black) left bottom/64px 64px no-repeat
}

.potential__find span {
    color: #d31919
}

.potential__visit {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-grid-column: 7;
    -ms-grid-column-span: 8;
    grid-column: 7/span 8;
    -ms-grid-row: 9;
    -ms-grid-row-span: 3;
    grid-row: 9/span 3;
    padding-top: 20px
}

.potential__visit p {
    position: relative;
    font-family: MM, sans-serif;
    border: 1px solid #1b1919;
    padding: 9px 16px 10px;
    font-size: 18px;
    line-height: 1.4;
    background-color: #fff
}

.potential__visit p::after {
    display: block;
    content: "";
    height: 15px;
    width: 12px;
    background-color: #fff;
    border: 1px solid #1b1919;
    border-bottom: none;
    border-left: none;
    position: absolute;
    top: -8px;
    right: -1px;
    -webkit-transform: skewY(-45deg);
    -ms-transform: skewY(-45deg);
    transform: skewY(-45deg)
}

.potential__slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
    -ms-grid-row: 13;
    -ms-grid-row-span: 8;
    grid-row: 13/span 8;
    padding-bottom: 40px
}

.potential__slider .owl-item, .potential__slider .owl-stage, .potential__slider .owl-stage-outer {
    height: 100%
}

.potential__slider .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.potential__slider .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    outline: 0;
    background-color: #f3f1f1
}

.potential__slider .owl-dots .owl-dot:not(:last-child) {
    margin-right: 22px
}

.potential__slider .owl-dots .owl-dot.active {
    width: 10px;
    height: 10px;
    background-color: #1b1919
}

.potential__slider-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 40px 30px 30px;
    background-color: #f3f1f1
}

.potential__slider-item h4 {
    font-family: DB, sans-serif;
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 20px
}

.potential__slider-item P {
    font-family: MM, sans-serif;
    font-size: 18px;
    line-height: 1.4
}

.potential__license {
    -ms-grid-column: 15;
    -ms-grid-column-span: 4;
    grid-column: 15/span 4;
    -ms-grid-row: 16;
    -ms-grid-row-span: 2;
    grid-row: 16/span 2;
    margin-left: -20px
}

.potential__license p {
    font-family: MM, sans-serif;
    position: relative;
    border: 1px solid #1b1919;
    background-color: #fff;
    padding: 9px 16px 10px;
    font-size: 18px;
    line-height: 1.4
}

.potential__license p::after {
    display: block;
    content: "";
    height: 12px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #1b1919;
    border-top: none;
    border-left: none;
    position: absolute;
    bottom: -1px;
    right: -7px;
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    transform: skewX(45deg)
}

.potential__license span {
    color: #d31919
}

.potential__sertificat {
    cursor: pointer;
    -ms-grid-column-span: 5;
    grid-column: span 5/-1;
    -ms-grid-row: 11;
    -ms-grid-row-span: 10;
    grid-row: 11/span 10
}

.potential__sertificat img {
    display: block
}

.potential__sertificat::after {
    display: block;
    content: "";
    height: 40px;
    width: 100%;
    background: url(images/sertificat-shadow.png) center no-repeat
}

.process {
    overflow: hidden
}

.process__container::after {
    display: block;
    content: "";
    width: 100%;
    border-bottom: 1px solid #1b1919
}

.process__title {
    margin-bottom: 75px
}

.process__slider {
    height: 275px;
    width: 100%;
    margin: 0 0 150px
}

.process__slider .owl-nav {
    display: block;
    text-align: center;
    color: red;
    margin: 15px 0px 0px 0px;
    font-size: 30px;
}

.process__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 275px;
    height: 275px;
    margin: 0 auto;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #1b1919;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background-color .5s, border-color .5s;
    -o-transition: background-color .5s, border-color .5s;
    transition: background-color .5s, border-color .5s
}

.process__item_btn {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(images/icons-sprite.svg#icon-arr-long-view-white) left top 25%/152px 26px no-repeat #d31919;
    font-family: MB, sans-serif;
    line-height: 1.3;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s, -webkit-transform .3s;
    -o-transition: background-color .3s, transform .3s;
    cursor: pointer;
    border: none
}

.process__item_btn::before {
    display: none !important
}

.process__item_btn span:nth-child(1) {
    text-transform: uppercase;
    font-size: 20px;
    margin: 30px 0 15px
}

.process__item_btn span:nth-child(2) {
    background-color: #fff;
    padding: 3px 5px;
    color: #1b1919;
    font-size: 16px
}

.process__item_btn:hover {
    background-color: #bc1010 !important
}

.process__item_dummy {
    display: none !important
}

.process__item::before {
    display: block;
    content: attr(data-num);
    font-size: 18px;
    width: 38px;
    height: 38px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 7.5%;
    top: 7.5%
}

.process__item-title {
    text-align: center;
    font-family: DM, sans-serif;
    font-size: 32px;
    line-height: 1;
    max-width: 160px
}

.process__item-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 200px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff
}

.process__btn {
    display: none;
    margin-bottom: 100px
}

.process__size {
    width: 1px;
    height: 0
}

.reviews {
    padding-top: 125px;
    background: url(images/logo-contour.png) right 40px top 120px no-repeat
}

.reviews__container::after {
    display: block;
    content: "";
    width: 100%;
    border-bottom: 1px solid #1b1919
}

.reviews__inner {
    margin-bottom: 140px
}

.reviews__title {
    margin-bottom: -60px
}

.reviews__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
    overflow: hidden
}

.reviews__slider {
    width: 100%
}

.reviews__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews__item-info {
    width: 320px
}

.reviews__item-info span:nth-child(1) {
    display: block;
    font-family: DM, sans-serif;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 10px
}

.reviews__item-info span:nth-child(2) {
    display: block;
    color: #a1a1a1
}

.reviews__item-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 395px;
    height: 395px;
    overflow: hidden;
    border-radius: 50%
}

.reviews__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.reviews__item-text {
    display: none
}

.reviews__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    padding: 180px 0 0 40px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.reviews__text::after {
    position: absolute;
    display: block;
    content: "";
    width: 900px;
    height: 700px;
    background-color: #fff;
    border-radius: 50% 0 0 50%;
    top: -5px;
    left: -50px
}

.reviews__text p {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 1.4;
    padding-top: 25px;
    background: url(images/icons-sprite.svg#icon-quote-view-red) top left/19px 13px no-repeat
}

.reviews__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews__thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.reviews__thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: .7;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    margin: 0 10px
}

.reviews__thumb:hover {
    opacity: 1
}

.reviews__thumb.active {
    width: 65px;
    height: 65px;
    border: 1px solid #d31919;
    opacity: 1
}

.reviews__btn {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #f3f1f1;
    background-position: center;
    background-size: 28px 22px;
    background-repeat: no-repeat;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.reviews__btn_prev {
    background-image: url(images/icons-sprite.svg#icon-arr-left-view-black)
}

.reviews__btn_prev:hover {
    background-color: #d31919;
    background-image: url(images/icons-sprite.svg#icon-arr-left-view-white)
}

.reviews__btn_next {
    background-image: url(images/icons-sprite.svg#icon-arr-right-view-black)
}

.reviews__btn_next:hover {
    background-color: #d31919;
    background-image: url(images/icons-sprite.svg#icon-arr-right-view-white)
}

.s-title {
    display: block;
    padding: 50px 0 0;
    margin-bottom: -74px;
    text-transform: uppercase;
    font-family: MM, sans-serif;
    font-size: 20px;
    line-height: 1.2
}

.select__wrapper {
    position: relative;
    font-size: 14px;
    line-height: 1.3;
    color: #6a6a6a
}

.select__head {
    padding: 4px 0 4px 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.select__head::after {
    content: "";
    display: block;
    background: url(images/icons-sprite.svg#icon-arr-down-view-black) center/12px 7px no-repeat;
    width: 12px;
    height: 8px;
    padding-left: 25px;
    margin-left: auto
}

.select__head_open::after {
    -webkit-transform: translateY(-2px) rotate(-180deg);
    -ms-transform: translateY(-2px) rotate(-180deg);
    transform: translateY(-2px) rotate(-180deg);
    background: url(images/icons-sprite.svg#icon-arr-down-view-red) center/12px 7px no-repeat
}

.select__head_open+.select__list {
    display: block
}

.select__list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: absolute;
    z-index: 9998;
    top: 90%;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    background-color: #fff;
    border: 1px solid #dcdcdc
}

.select__item {
    cursor: pointer;
    padding: 3px 15px;
    white-space: nowrap
}

.select__item:hover {
    background-color: #f7f8fb
}

.services {
    padding: 105px 0 150px;
    background-color: #1b1919;
    color: #fff;
    margin-bottom: 120px
}

.services__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.services__item.active {
    border-color: #fff
}

.services__item.active .services__image {
    display: block
}

.services__item.active .services__name span:nth-child(1), .services__item.active .services__name span:nth-child(1)::after {
    opacity: 1
}

.services__item.active .services__name span:nth-child(2) {
    display: block
}

.services__name {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    white-space: nowrap;
    padding: 17px 0;
    position: relative;
    z-index: 3
}

.services__name span:nth-child(1) {
    display: block;
    font-family: DM, sans-serif;
    font-size: 54px;
    line-height: 1;
    opacity: .2;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    margin-bottom: 10px
}

.services__name span:nth-child(1)::after {
    display: inline-block;
    content: "";
    width: 50px;
    height: 50px;
    margin-left: 20px;
    border-radius: 50%;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    opacity: 0;
    vertical-align: middle;
    background: url(images/icons-sprite.svg#icon-arr-right-view-black) center/22px 17px no-repeat #fff
}

.services__name span:nth-child(2) {
    display: none;
    font-family: MM, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    -webkit-animation: .4s info_fade;
    animation: .4s info_fade
}

@-webkit-keyframes info_fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes info_fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.services__image {
    display: none;
    width: 50%;
    height: 340px;
    margin: -100px 0 -130px;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.services__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

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

.socials_white .socials__item_tgm {
    background-image: url(images/icons-sprite.svg#icon-soc-tgm-view-white)
}

.socials_white .socials__item_inst {
    background-image: url(images/icons-sprite.svg#icon-soc-inst-view-white)
}

.socials_white .socials__item_email {
    background-image: url(images/email.svg)
}

.socials_white .socials__item_dscr {
    background-image: url(images/icons-sprite.svg#icon-soc-dscr-view-white)
}

.socials_white .socials__item_wapp {
    background-image: url(images/icons-sprite.svg#icon-soc-wapp-view-white)
}

.socials__item {
    width: 22px;
    height: 22px;
    background-color: transparent;
    background-position: center;
    background-size: 22px 22px
}

.socials__item:not(:last-child) {
    margin-right: 25px
}

.socials__item_tgm {
    background-image: url(images/icons-sprite.svg#icon-soc-tgm-view-black)
}

.socials__item_tgm:hover {
    background-image: url(images/icons-sprite.svg#icon-soc-tgm-view-red)
}

.socials__item_inst {
    background-image: url(images/icons-sprite.svg#icon-soc-inst-view-black)
}

.socials__item_inst:hover {
    background-image: url(images/icons-sprite.svg#icon-soc-inst-view-red)
}

.socials__item_dscr {
    background-image: url(images/icons-sprite.svg#icon-soc-dscr-view-black)
}

.socials__item_dscr:hover {
    background-image: url(images/icons-sprite.svg#icon-soc-dscr-view-red)
}

.socials__item_wapp {
    background-image: url(images/icons-sprite.svg#icon-soc-wapp-view-black)
}

.socials__item_wapp:hover {
    background-image: url(images/icons-sprite.svg#icon-soc-wapp-view-red)
}

.title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: DB, sans-serif;
    font-size: 78px;
    line-height: 1
}

.title_white {
    color: #fff
}

.troubles {
    margin-bottom: 145px;
    position: relative
}

.troubles::after {
    display: block;
    content: "";
    width: 550px;
    height: 600px;
    background: url(images/bg-troubles.webp) left center/contain no-repeat;
    position: absolute;
    right: 0;
    top: 28%;
    z-index: 2
}

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

.troubles__order {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 275px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: -400px -275px 0 0
}

.troubles__order::after {
    display: block;
    content: "";
    height: calc(100% - 275px)
}

.troubles__btn {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    z-index: 2
}

.troubles__grid {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[24];
    grid-template-columns: repeat(24, 1fr);
    counter-reset: list_ctr
}

.troubles__title {
    margin-top: -130px;
    padding-top: 130px;
    position: relative;
    z-index: 2;
    background-color: #fff;
    -ms-grid-column: 1;
    -ms-grid-column-span: 18;
    grid-column: 1/span 18;
    padding-bottom: 97px
}

.troubles__note {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-grid-column-span: 6;
    grid-column: span 6/-1;
    font-family: MB, sans-serif;
    font-size: 18px;
    padding: 45px 0 0 40px;
    margin-bottom: -15px
}

.troubles__note::before {
    display: block;
    content: "";
    height: 32px;
    width: 10px;
    background: url(images/icons-sprite.svg#icon-note-view-red) left center/5px 31px no-repeat;
    margin-bottom: 9px
}

.troubles__note p {
    max-width: 265px
}

.troubles__list {
    background-color: #fff;
    font-family: MM, sans-serif;
    -webkit-animation: .4s list_fade;
    animation: .4s list_fade
}

@-webkit-keyframes list_fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes list_fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.troubles__list_one {
    position: relative;
    z-index: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 18;
    grid-column: 1/span 18;
    margin-top: -40px;
    margin-bottom: 80px
}

.troubles__list_two {
    -ms-grid-column-span: 18;
    grid-column: span 18/-1
}

.troubles__list_two li:nth-child(5n)::before {
    content: "#"counter(list_ctr)
}

.troubles__list li {
    border-top: 1px solid #000;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    position: relative
}

.troubles__list li:hover {
    color: #fff
}

.troubles__list li:hover::after {
    height: 102%
}

.troubles__list li span {
    position: relative;
    z-index: 1;
    margin: 22px 50px 22px 0
}

.troubles__list li:last-child {
    border-bottom: 1px solid #1b1919
}

.troubles__list li::after {
    display: block;
    content: "";
    height: 0;
    width: 100%;
    background-color: #1b1919;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s
}

.troubles__list li::before {
    display: block;
    position: relative;
    z-index: 1;
    counter-increment: list_ctr;
    content: "#0"counter(list_ctr);
    font-size: 14px;
    margin: 6px 30px 0 5px
}

.troubles__show-all {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: MEB, sans-serif;
    font-size: 14px;
    padding: 15px;
    border-bottom: 1px solid #d31919;
    display: none
}

.troubles__show-all span {
    display: block;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    background: url(images/icons-sprite.svg#icon-arr-down-view-black) left center/10px 6px no-repeat, url(images/icons-sprite.svg#icon-arr-down-view-black) right center/10px 6px no-repeat
}

.troubles__tablet {
    display: none
}

.troubles__tablet .troubles__btn {
    position: static;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: auto
}

.trust {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0 auto 135px;
    padding: 155px 40px 0;
    width: 100%;
    overflow: hidden;
    position: relative
}

.trust__wrapper {
    position: relative;
    z-index: 4;
    padding: 0 40px;
    background-color: #d31919
}

.trust__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 85px 0 65px;
    min-height: 500px;
    position: relative
}

.trust__inner::before {
    display: block;
    content: "";
    width: 530px;
    height: 530px;
    background: url(images/bg-trust.svg) center/contain no-repeat;
    position: absolute;
    left: calc(50% + 130px);
    top: -150px
}

.trust__title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    position: relative;
    z-index: 2
}

.trust__title.title {
    font-size: 54px
}

.trust__title span {
    display: block
}

.trust__side {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 2
}

.trust__button {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.trust__text {
    border-top: 1px solid rgba(255, 255, 255, .25);
    padding-top: 30px;
    margin: 100px 0 0 40px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    max-width: 275px
}

.trust__logo {
    width: 283px;
    position: absolute;
    bottom: -100px;
    left: 30px;
    -webkit-animation: 2.8s logo_up;
    animation: 2.8s logo_up
}

@-webkit-keyframes logo_up {
    0% {
        -webkit-transform: translateY(400px);
        -ms-transform: translateY(400px);
        transform: translateY(400px)
    }

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

@keyframes logo_up {
    0% {
        -webkit-transform: translateY(400px);
        -ms-transform: translateY(400px);
        transform: translateY(400px)
    }

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

.trust__airplane {
    position: absolute;
    bottom: 0;
    left: 14%;
    -webkit-animation: 2s airplane_up;
    animation: 2s airplane_up
}

@-webkit-keyframes airplane_up {
    0% {
        -webkit-transform: translateY(400px);
        -ms-transform: translateY(400px);
        transform: translateY(400px)
    }

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

@keyframes airplane_up {
    0% {
        -webkit-transform: translateY(400px);
        -ms-transform: translateY(400px);
        transform: translateY(400px)
    }

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

.trust__airplane img {
    display: block
}

body, html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: calc(16px * 1.4);
    font-family: MR, sans-serif;
    background-color: #fff
}

body {
    position: relative
}

p {
    margin-bottom: 10px
}

strong {
    font-weight: 700
}

em {
    font-style: italic
}

.potential__sertificat-slider {
    position: relative;
    max-width: 680px;
    margin: 50px auto;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
}

.potential__sertificat-slider input[name="potential__sertificat-switch"] {
    display: none;
}

.potential__sertificat-switch {
    position: absolute;
    left: 0;
    bottom: -40px;
    text-align: center;
    width: 100%;
}

.potential__sertificat-switch label {
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0 3px;
    border-radius: 8px;
    background-color: #f3f1f1;
}

#potential__sertificat-ru:checked~.potential__sertificat-switch label[for="potential__sertificat-ru"] {
    background-color: black;
}

#potential__sertificat-cn:checked~.potential__sertificat-switch label[for="potential__sertificat-cn"] {
    background-color: black;
}

.potential__sertificat-slider-inner {
    overflow: hidden;
}

.potential__sertificat-slides {
    display: flex;
    width: 100%;
    transition: all 0.5s;
}

.potential__sertificat-slides img {
    width: 100%;
    flex-shrink: 0;
}

#potential__sertificat-ru:checked~potential__sertificat-slider-inner potential__sertificat-slides {
    transform: translate(0);
}

#potential__sertificat-cn:checked~.potential__sertificat-slider-inner .potential__sertificat-slides {
    transform: translateX(-100%);
}

@media (min-width:1101px) {
    .process__item:hover {
        background-color: #d31919;
        border-color: #d31919
    }

    .process__item:hover::before {
        color: #d31919
    }

    .process__item:hover .process__item-title {
        display: none
    }

    .process__item:hover .process__item-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:1680px) {
    .clients__text span {
        display: block
    }

    .gallery__images {
        margin-right: -170px
    }

    .header__logo {
        -ms-grid-column-span: 5;
        grid-column: span 5
    }

    .header__socials {
        -ms-grid-column-span: 5;
        grid-column: span 5;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header__divider {
        display: none
    }

    .header__contacts {
        grid-column: 12/-1
    }

    .header__title {
        -ms-grid-column: 1;
        -ms-grid-column-span: 16;
        grid-column: 1/span 16;
        font-size: 80px
    }

    .header__affirmations {
        grid-column: 17/-1
    }

    .header__affirmation:nth-child(1) {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-left: 100px
    }

    .header__affirmation:nth-child(3) {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-right: 0
    }

    .process__slider {
        width: 100%
    }

    .process__size_xxxlg {
        display: none
    }

    .reviews {
        background-position: top 40px right 40px;
        background-size: 210px
    }

    .s-title {
        display: none
    }

    .services {
        padding: 180px 0 150px
    }

    .services__section-title.s-title {
        display: block;
        margin: -150px 0 0;
        padding: 0 0 135px;
        text-align: right
    }

    .troubles::after {
        width: 400px;
        height: 440px
    }
}

@media (max-width:1440px) {
    .footer__main {
        -ms-grid-row-span: 2;
        grid-row: span 2
    }

    .footer__image {
        width: 100%;
        margin-right: 0
    }

    .gallery__images {
        margin-right: -20px
    }

    .trust__inner::before {
        left: auto;
        right: -30px
    }

    .trust__airplane {
        max-width: 420px
    }
}

@media (max-width:1280px) {
    .footer__phone {
        padding-left: 55px
    }

    .footer__phone a {
        font-size: 26px
    }

    .footer__phone span {
        font-size: 16px
    }

    .footer__phone_cn, .footer__phone_ru {
        background-size: 38px 28px
    }

    .footer__side {
        margin-bottom: 50px
    }

    .gallery__image:nth-child(3) {
        height: 30%
    }

    .header__logo {
        -ms-grid-column-span: 7;
        grid-column: span 7
    }

    .header__socials {
        padding-top: 30px;
        align-self: flex-start;
        grid-column: 20/-1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .header__contacts {
        grid-column: 8/-1
    }

    .header__title {
        -ms-grid-column: 1;
        -ms-grid-column-span: 18;
        grid-column: 1/span 18;
        font-size: 68px
    }

    .header__affirmations {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        grid-column: 9/-1;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header__affirmation {
        margin-bottom: 20px
    }

    .header__affirmation:nth-child(1) {
        margin-left: 0
    }

    .header__affirmation:nth-child(2) {
        margin-right: 20px;
        max-width: none;
        width: calc(67% - 20px);
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .header__affirmation:nth-child(3) {
        width: 33%;
        max-width: none
    }

    .header__hero {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-btn {
        width: 215px;
        height: 215px;
        background-position: left top 22%;
        background-size: 110px 20px
    }

    .order-btn_fly {
        left: 260px;
        bottom: 200px
    }

    .order-btn span:nth-child(1) {
        font-size: 16px
    }

    .order-btn span:nth-child(2) {
        font-size: 14px
    }

    .potential__branding {
        margin: 0;
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-column: 1/span 6
    }

    .potential__title {
        -ms-grid-column: 8;
        -ms-grid-column-span: 13;
        grid-column: 8/span 13
    }

    .potential__visit {
        -ms-grid-column: 8;
        -ms-grid-column-span: 8;
        grid-column: 8/span 8
    }

    .potential__slider {
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-column: 1/span 6;
        -ms-grid-row: 15;
        -ms-grid-row-span: 8;
        grid-row: 15/span 8
    }

    .potential__license {
        -ms-grid-column: 9;
        -ms-grid-column-span: 5;
        grid-column: 9/span 5;
        -ms-grid-row: 18;
        -ms-grid-row-span: 2;
        grid-row: 18/span 2
    }

    .potential__sertificat {
        -ms-grid-column: 15;
        -ms-grid-column-span: 5;
        grid-column: 15/span 5;
        -ms-grid-row: 14;
        -ms-grid-row-span: 10;
        grid-row: 14/span 10
    }

    .reviews__item-info {
        width: 230px
    }

    .reviews__text p {
        font-size: 16px
    }

    .reviews__thumbs {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 0 auto
    }

    .reviews__btn_prev {
        margin-right: 30px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .reviews__btn_next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .troubles::after {
        top: 20%
    }

    .troubles__order {
        width: 215px;
        margin: -575px -215px 0 0
    }

    .troubles__title {
        margin-top: -359px;
        padding-top: 359px;
        -ms-grid-column: 1;
        -ms-grid-column-span: 16;
        grid-column: 1/span 16
    }

    .troubles__note {
        -ms-grid-column-span: 8;
        grid-column: span 8/-1;
        padding: 20px 0 0 40px;
        font-size: 16px
    }

    .troubles__list_one {
        -ms-grid-column: 1;
        -ms-grid-column-span: 16;
        grid-column: 1/span 16
    }

    .troubles__list_two {
        -ms-grid-column-span: 16;
        grid-column: span 16/-1
    }

    .trust__wrapper {
        background-size: 195px;
        background-position: left bottom -65px
    }

    .trust__title.title {
        font-size: 38px
    }

    .trust__title span {
        max-width: 290px
    }

    .trust__side {
        display: block
    }

    .trust__button {
        margin-bottom: 30px
    }

    .trust__text {
        margin: 0;
        max-width: none
    }

    .trust__airplane {
        max-width: 360px
    }
}

@media (max-width:1100px) {
    .about {
        background-size: calc(100% + 310px);
        background-position: calc(50% + 50px) bottom;
        padding: 0 30px 385px;
        margin-bottom: 100px
    }

    .about__item:nth-child(1) {
        margin: 0 0 50px;
        -ms-grid-column: 1;
        -ms-grid-column-span: 15;
        grid-column: 1/span 15
    }

    .about__item:nth-child(2) {
        -ms-grid-column-span: 7;
        grid-column: span 7/-1
    }

    .about__item:nth-child(3) {
        margin: 0 20px 20px 0;
        -ms-grid-column: 1;
        -ms-grid-column-span: 13;
        grid-column: 1/span 13
    }

    .about__item:nth-child(4) {
        margin: 0 20px 0 0;
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1/span 7
    }

    .about__item:nth-child(5) {
        -ms-grid-column-span: 8;
        grid-column: span 8
    }

    .about__item p {
        font-size: 16px
    }

    .about__property {
        margin-bottom: 25px
    }

    .about__property span:nth-child(1) {
        margin-bottom: 5px;
        font-size: 38px
    }

    .about__property span:nth-child(2) {
        font-size: 16px
    }

    .advantage__items {
        margin: 0 -15px
    }

    .advantage__item {
        margin: -1px 15px 0
    }

    .advantage__icon {
        text-align: left;
        width: 75px
    }

    .advantage__icon img:nth-child(1) {
        display: none
    }

    .advantage__icon img:nth-child(2) {
        display: block
    }

    .advantage__side h4 {
        font-size: 28px;
        margin-bottom: 12px
    }

    .advantage__side p {
        font-size: 16px
    }

    .clarification {
        padding-top: 90px;
        margin-bottom: 100px
    }

    .clarification__title {
        margin-bottom: 20px
    }

    .clarification__question {
        font-size: 28px
    }

    .clarification__answer {
        font-size: 16px
    }

    .clients {
        padding-top: 30px
    }

    .clients__inner {
        padding-bottom: 30px
    }

    .clients__text {
        font-size: 16px;
        padding: 10px 40px 135px 0;
        width: 465px
    }

    .clients__text span {
        font-size: 18px
    }

    .clients__items {
        padding-left: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .clients__item {
        width: 33.3333333333%
    }

    .container {
        padding: 0 30px
    }

    .footer {
        padding: 90px 0
    }

    .footer__main {
        -ms-grid-column-span: 12;
        grid-column: span 12
    }

    .footer__side {
        -ms-grid-column-span: 12;
        grid-column: span 12;
        margin-bottom: 25px
    }

    .footer__copy, .footer__socials {
        grid-column: 13/-1
    }

    .form::before {
        font-size: 14px;
        left: 30px;
        width: 85px;
        height: 22px
    }

    .form__title {
        font-size: 38px;
        margin-bottom: 15px
    }

    .form__note {
        max-width: 380px;
        margin-bottom: 5px;
        font-size: 15px
    }

    .form__field {
        font-size: 15px
    }

    .form__field input[type=text] {
        padding: 18px 0
    }

    .form__field_agree {
        padding: 10px 0
    }

    .form__field_agree span {
        font-size: 14px
    }

    .form__field_serv .select__wrapper {
        font-size: 15px
    }

    .form__field_serv .select__list {
        max-height: 235px
    }

    .form__submit {
        background-position: left -30px top 15%;
        width: 165px;
        height: 165px
    }

    .form__submit span {
        font-size: 16px
    }

    .gallery {
        padding: 90px 30px 0;
        background-size: 100% 460px;
        margin-bottom: 85px
    }

    .gallery__title {
        width: 495px
    }

    .gallery__note {
        font-size: 28px;
        padding-top: 20px
    }

    .gallery__images {
        height: 360px;
        margin: 0 -15px
    }

    .gallery__image {
        margin: 0 15px
    }

    .gallery__image:nth-child(1) {
        width: calc(33.3333333333% - 30px)
    }

    .gallery__image:nth-child(2) {
        width: calc(50% - 30px)
    }

    .gallery__image:nth-child(3) {
        width: calc(16.6666666667% - 30px)
    }

    .header {
        padding: 0 30px;
        margin-bottom: 75px
    }

    .header__socials {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .header__title {
        -ms-grid-column: 1;
        -ms-grid-column-span: 19;
        grid-column: 1/span 19;
        margin-bottom: 55px;
        font-size: 68px
    }

    .header__affirmations {
        position: static;
        grid-column: 10/-1;
        padding-top: 20px
    }

    .header__affirmation {
        font-size: 16px;
        line-height: 1.4;
        padding: 9px 14px 10px
    }

    .header__hero {
        height: 448px
    }

    .header__hero-title {
        font-size: 48px;
        margin-right: -585px;
        padding: 50px 10px 0;
        margin-bottom: -100px;
        -webkit-animation: 8s infinite title_move_lg;
        animation: 8s infinite title_move_lg
    }

    @-webkit-keyframes title_move_lg {
        0%, 100% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        50% {
            -webkit-transform: translateX(-650px);
            -ms-transform: translateX(-650px);
            transform: translateX(-650px)
        }
    }

    @keyframes title_move_lg {
        0%, 100% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        50% {
            -webkit-transform: translateX(-650px);
            -ms-transform: translateX(-650px);
            transform: translateX(-650px)
        }
    }

    .header__button.order-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .modal_contact-form .modal__body {
        max-width: 485px;
        padding: 45px 30px
    }

    .order-btn_fly {
        left: 30px;
        bottom: 90px
    }

    .order-btn:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .potential {
        margin-bottom: 65px
    }

    .potential__branding {
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1/span 7;
        -ms-grid-row: 1;
        -ms-grid-row-span: 9;
        grid-row: 1/span 9
    }

    .potential__branding h4 {
        font-size: 26px
    }

    .potential__branding p {
        font-size: 16px
    }

    .potential__title {
        -ms-grid-column: 9;
        -ms-grid-column-span: 11;
        grid-column: 9/span 11
    }

    .potential__find {
        -ms-grid-row: 5;
        -ms-grid-row-span: 2;
        grid-row: 5/span 2
    }

    .potential__find p {
        font-size: 28px;
        background-size: 54px 54px;
        padding-left: 85px
    }

    .potential__visit {
        -ms-grid-column: 9;
        -ms-grid-column-span: 9;
        grid-column: 9/span 9;
        -ms-grid-row: 8;
        -ms-grid-row-span: 3;
        grid-row: 8/span 3
    }

    .potential__visit p {
        font-size: 16px
    }

    .potential__slider {
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1/span 7;
        -ms-grid-row: 11;
        -ms-grid-row-span: 8;
        grid-row: 11/span 8;
        min-width: calc(100% + 20px);
        margin-right: -20px
    }

    .potential__slider-item h4 {
        font-size: 28px
    }

    .potential__slider-item P {
        font-size: 16px
    }

    .potential__license {
        -ms-grid-column: 10;
        -ms-grid-column-span: 5;
        grid-column: 10/span 5;
        -ms-grid-row: 15;
        -ms-grid-row-span: 2;
        grid-row: 15/span 2;
        margin-left: 0
    }

    .potential__license p {
        font-size: 16px
    }

    .potential__sertificat {
        -ms-grid-column: 16;
        -ms-grid-column-span: 5;
        grid-column: 16/span 5;
        -ms-grid-row: 13;
        -ms-grid-row-span: 8;
        grid-row: 13/span 8
    }

    .process__title {
        margin-bottom: 65px
    }

    .process__slider {
        margin-bottom: 0;
        height: auto;
        clear: both
    }

    .process__slider.owl-carousel.off {
        display: block
    }

    .process__item_btn {
        display: none
    }

    .process__item {
        width: auto;
        height: auto;
        border: none;
        border-radius: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 37px
    }

    .process__item::before {
        position: static;
        width: 50px;
        height: 50px;
        border: 1px solid #1b1919;
        margin: -7px 20px 0 0;
        display: block;
        border-left: none;
        border-top: none;
        font-size: 16px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .process__item-title {
        text-align: left;
        max-width: none;
        margin-right: 10px;
        font-size: 28px
    }

    .process__item-text {
        display: block;
        position: static;
        color: #1b1919;
        text-align: left;
        max-width: none;
        height: auto;
        width: 60%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-left: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-top: 11px;
        font-size: 15px
    }

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

    .reviews {
        padding-top: 95px
    }

    .reviews__inner {
        margin-bottom: 110px
    }

    .reviews__title {
        margin-bottom: -40px
    }

    .reviews__content {
        padding-bottom: 210px;
        margin-bottom: 10px
    }

    .reviews__item-info span:nth-child(1) {
        font-size: 28px
    }

    .reviews__item-info span:nth-child(2) {
        font-size: 15px
    }

    .reviews__item-info {
        width: 250px
    }

    .reviews__item-image {
        width: 215px;
        height: 215px
    }

    .reviews__text::after {
        border-radius: 50%;
        width: 215px;
        height: 215px;
        top: -15px;
        left: -55px
    }

    .reviews__text {
        padding-top: 5px;
        height: 245px;
        right: auto;
        left: 32%
    }

    .reviews__btn, .reviews__thumb.active {
        width: 60px;
        height: 60px
    }

    .services {
        padding: 120px 0 95px;
        margin-bottom: 100px
    }

    .services__section-title.s-title {
        margin: -90px 0 0;
        padding: 0 0 25px
    }

    .services__name span:nth-child(1)::after {
        width: 40px;
        height: 40px
    }

    .services__name span:nth-child(1) {
        font-size: 38px
    }

    .services__name span:nth-child(2) {
        font-size: 16px
    }

    .services__image {
        margin: -40px 0 -190px;
        height: 270px
    }

    .title {
        font-size: 54px
    }

    .troubles {
        margin-bottom: 100px
    }

    .troubles::after {
        top: 17%;
        width: 265px;
        height: 400px;
        background-size: cover
    }

    .troubles__order {
        display: none
    }

    .troubles__title {
        position: static;
        margin-top: 0;
        padding-top: 0
    }

    .troubles__note {
        margin-bottom: 0
    }

    .troubles__list_one {
        position: static;
        margin-bottom: 0;
        margin-top: -35px
    }

    .troubles__list_two {
        margin-top: -1px
    }

    .troubles__list li span {
        margin: 16px 50px 16px 0
    }

    .troubles__list li::before {
        margin: 20px 22px 0 5px
    }

    .troubles__list li {
        font-size: 16px
    }

    .troubles__tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1/span 7;
        -ms-grid-row: 3;
        grid-row: 3
    }

    .trust {
        padding: 110px 30px 0;
        margin-bottom: 95px
    }

    .trust__inner {
        min-height: 485px;
        padding: 55px 0
    }

    .trust__inner::before {
        top: -110px;
        width: 340px;
        height: 340px
    }

    .trust__title_br {
        display: none
    }

    .trust__text {
        font-size: 16px
    }

    .trust__logo {
        width: 195px;
        bottom: -75px;
        left: 0
    }

    .trust__airplane {
        max-width: 320px
    }
}

@media (max-width:960px) {
    .advantage__item {
        padding: 20px 0
    }

    .footer__side {
        margin-bottom: 90px
    }

    .gallery {
        background-size: 100% 440px;
        margin-bottom: 100px
    }

    .gallery__top {
        display: block
    }

    .gallery__title {
        width: 100%
    }

    .gallery__note {
        max-width: 465px;
        width: 100%;
        padding-top: 25px
    }

    .gallery__images {
        margin: 0 -8px;
        height: auto;
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: (120px)[3];
        -ms-grid-columns: (1fr)[6];
        grid-template: repeat(3, 120px)/repeat(6, 1fr);
        grid-auto-rows: 120px
    }

    .gallery__image {
        margin: 0 8px 16px
    }

    .gallery__image:nth-child(1) {
        width: auto;
        height: auto;
        -ms-grid-column-span: 2;
        grid-column: span 2/-1
    }

    .gallery__image:nth-child(2) {
        width: auto;
        height: auto;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -ms-grid-column-span: 4;
        grid-column: span 4;
        -ms-grid-row-span: 3;
        grid-row: span 3
    }

    .gallery__image:nth-child(3) {
        width: auto;
        height: auto;
        -ms-grid-column-span: 2;
        grid-column: span 2/-1;
        grid-row: 2/-1
    }

    .header__logo {
        -ms-grid-column-span: 8;
        grid-column: span 8
    }

    .header__socials {
        grid-column: 22/-1;
        margin-right: -25px
    }

    .header__socials .socials {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }

    .header__socials .socials .socials__item {
        margin-bottom: 26px
    }

    .header__contacts {
        grid-column: 10/-1
    }

    .header__phones {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 220px
    }

    .header__phone {
        font-size: 18px;
        width: 100%;
        margin-bottom: 10px
    }

    .header__title {
        -ms-grid-column: 1;
        -ms-grid-column-span: 21;
        grid-column: 1/22;
        margin-bottom: 50px
    }

    .header__title-break_three {
        display: none
    }

    .header__affirmations {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        grid-column: 10/-1
    }

    .header__affirmation:nth-child(1) {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .header__affirmation:nth-child(2) {
        max-width: 425px;
        margin-right: 0;
        width: auto;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .header__affirmation:nth-child(3) {
        max-width: 225px;
        width: auto;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .potential__branding {
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1/span 8
    }

    .potential__title {
        -ms-grid-column: 10;
        -ms-grid-column-span: 11;
        grid-column: 10/span 11
    }

    .potential__visit {
        -ms-grid-column: 10;
        -ms-grid-column-span: 8;
        grid-column: 10/span 8;
        -ms-grid-row: 7;
        -ms-grid-row-span: 3;
        grid-row: 7/span 3
    }

    .potential__slider {
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1/span 8;
        min-width: auto;
        margin-right: 0
    }

    .potential__license {
        -ms-grid-column: 11;
        -ms-grid-column-span: 5;
        grid-column: 11/span 5;
        -ms-grid-row: 16;
        -ms-grid-row-span: 2;
        grid-row: 16/span 2
    }

    .potential__sertificat {
        -ms-grid-column: 17;
        -ms-grid-column-span: 6;
        grid-column: 17/span 6
    }

    .services {
        padding: 120px 0 110px
    }

    .services__name {
        padding: 16px 0
    }

    .services__image {
        margin: -60px 0 -170px;
        height: 195px
    }

    .trust {
        padding: 118px 30px 0
    }

    .trust__wrapper {
        background-size: 225px;
        background-position: left 30px bottom -75px
    }

    .trust__inner {
        display: block;
        padding: 50px 0;
        min-height: 640px
    }

    .trust__title span {
        max-width: 385px
    }

    .trust__title {
        width: auto;
        margin-bottom: 40px
    }

    .trust__side {
        width: 100%;
        max-width: 550px;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .trust__text {
        padding-top: 20px;
        margin-left: 30px
    }

    .trust__airplane {
        max-width: 380px;
        left: 170px
    }
}

@media (max-width:790px) {
    .about {
        background-size: calc(100% + 420px);
        background-position: calc(50% - 20px) bottom;
        padding: 0 30px 280px
    }

    .about__item:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 24;
        grid-column: 1/span 24
    }

    .about__item:nth-child(2) {
        grid-column: 10/-1;
        grid-row: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin: 0 -30px
    }

    .about__item:nth-child(2) .about__property {
        width: calc(50% - 20px);
        margin: 0 10px 30px
    }

    .about__item:nth-child(3) {
        margin: 0 0 20px;
        -ms-grid-column: 1;
        -ms-grid-column-span: 19;
        grid-column: 1/span 19
    }

    .about__item:nth-child(4) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 9;
        grid-column: 1/span 9
    }

    .about__item:nth-child(5) {
        -ms-grid-column-span: 12;
        grid-column: span 12
    }

    .advantage__item {
        padding: 25px 0
    }

    .clarification {
        margin-bottom: 112px
    }

    .clarification__item {
        background-position: left top 30px;
        padding: 22px 20px 24px 40px;
        display: block
    }

    .clarification__item:hover {
        padding-left: 70px;
        background-position: left 30px top 27px
    }

    .clarification__item.opened .clarification__question {
        width: auto
    }

    .clarification__item.opened .clarification__answer {
        width: auto;
        padding: 20px 0 0
    }

    .clients__text {
        width: 215px;
        padding: 15px 20px 65px 0
    }

    .footer__side {
        margin-bottom: 120px
    }

    .gallery {
        margin-bottom: 75px
    }

    .gallery__top {
        padding-bottom: 30px
    }

    .gallery__images {
        -ms-grid-rows: (105px)[3];
        grid-template-rows: repeat(3, 105px)
    }

    .header {
        margin-bottom: 80px
    }

    .header__phones {
        margin: 0 auto
    }

    .header__phone {
        margin-right: 0
    }

    .header__title-break_four, .header__title-break_two {
        display: block
    }

    .header__affirmations {
        grid-column: 9/-1
    }

    .header__hero {
        height: 510px
    }

    .header__hero-title {
        margin-bottom: -96px;
        -webkit-animation: 8s infinite title_move_sm;
        animation: 8s infinite title_move_sm
    }

    @-webkit-keyframes title_move_sm {
        0%, 100% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        50% {
            -webkit-transform: translateX(-650px);
            -ms-transform: translateX(-650px);
            transform: translateX(-650px)
        }
    }

    @keyframes title_move_sm {
        0%, 100% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        50% {
            -webkit-transform: translateX(-650px);
            -ms-transform: translateX(-650px);
            transform: translateX(-650px)
        }
    }

    .potential {
        margin-bottom: 10px
    }

    .potential__title {
        grid-column: 10/-1;
        margin-bottom: 20px
    }

    .potential__find {
        margin: -25px 0 0 -16px;
        width: calc(100% + 16px)
    }

    .potential__visit {
        -ms-grid-column: 10;
        -ms-grid-column-span: 11;
        grid-column: 10/span 11
    }

    .potential__slider {
        -ms-grid-column: 2;
        -ms-grid-column-span: 8;
        grid-column: 2/span 8;
        -ms-grid-row: 11;
        -ms-grid-row-span: 7;
        grid-row: 11/span 7
    }

    .potential__license {
        -ms-grid-row: 13;
        -ms-grid-row-span: 2;
        grid-row: 13/span 2
    }

    .potential__sertificat {
        -ms-grid-column-span: 8;
        grid-column: span 8/-1;
        -ms-grid-row: 11;
        -ms-grid-row-span: 8;
        grid-row: 11/span 8
    }

    .process__slider {
        margin-bottom: 70px
    }

    .process__item {
        margin-bottom: 31px
    }

    .process__item-text {
        width: 50%
    }

    .reviews {
        background-position: top 130px right 30px;
        background-size: 180px
    }

    .reviews__inner {
        margin-bottom: 123px
    }

    .reviews__content {
        padding-bottom: 225px
    }

    .reviews__text {
        height: 260px;
        left: auto;
        right: 0;
        width: 56%
    }

    .reviews__thumbs {
        margin: 0 0 0 auto
    }

    .services__section-title.s-title {
        font-size: 18px
    }

    .troubles {
        margin-bottom: 105px
    }

    .troubles::after {
        top: 20%
    }

    .troubles__title {
        -ms-grid-column: 1;
        -ms-grid-column-span: 15;
        grid-column: 1/span 15
    }

    .troubles__note {
        -ms-grid-column-span: 9;
        grid-column: span 9/-1;
        padding: 20px 0 0 30px
    }

    .troubles__list_one {
        -ms-grid-column: 1;
        -ms-grid-column-span: 15;
        grid-column: 1/span 15;
        margin-top: -25px
    }

    .troubles__list_two {
        -ms-grid-column-span: 15;
        grid-column: span 15/-1
    }

    .troubles__list li span {
        margin: 16px 30px 16px 0
    }

    .trust__logo {
        width: 224px;
        bottom: -75px;
        left: 40px
    }

    .trust__airplane {
        left: 200px
    }
}

@media (max-width:640px) {
    .about {
        margin-bottom: 70px
    }

    .about__items {
        display: block
    }

    .about__item:nth-child(2) {
        margin: 0
    }

    .about__item:nth-child(2) .about__property {
        width: calc(50% - 20px);
        margin: 0 10px 24px
    }

    .about__item:nth-child(4) {
        margin: 0 0 20px;
        max-width: 230px
    }

    .about__item:nth-child(5) {
        max-width: 220px;
        margin-left: auto
    }

    .advantage__items {
        display: block;
        margin: 0
    }

    .advantage__item {
        padding: 15px 0;
        margin: -1px 0 0;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .advantage__item_title {
        padding: 0;
        margin-bottom: 40px
    }

    .advantage__item.opened .advantage__side p {
        display: block;
        padding-top: 20px
    }

    .advantage__item.opened .advantage__side h4::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .advantage__item.opened .advantage__icon {
        display: none
    }

    .advantage__icon {
        text-align: center
    }

    .advantage__icon img:nth-child(2) {
        display: none
    }

    .advantage__icon img:nth-child(3) {
        display: block
    }

    .advantage__side h4 {
        margin-bottom: 5px;
        line-height: 1;
        cursor: pointer;
        position: relative
    }

    .advantage__side h4::after {
        display: block;
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        top: calc(50% - 3px);
        right: 12px;
        background: url(images/icons-sprite.svg#icon-arr-down-view-black) center/12px 7px no-repeat
    }

    .advantage__side p {
        line-height: 1.3;
        font-size: 15px;
        display: none
    }

    .clarification {
        padding-top: 60px;
        margin-bottom: 80px
    }

    .clients__inner {
        display: block
    }

    .clients__text {
        width: auto;
        border: none;
        padding: 0 0 20px
    }

    .clients__items {
        padding-left: 0
    }

    .footer {
        padding: 60px 0 45px
    }

    .footer__inner {
        display: block
    }

    .footer__phone {
        padding-left: 50px
    }

    .footer__phone a {
        font-size: 24px
    }

    .footer__phone span {
        font-size: 15px
    }

    .footer__phone_cn, .footer__phone_ru {
        background-size: 32px 24px
    }

    .footer__side {
        width: 56%;
        margin-left: auto;
        margin-bottom: 0
    }

    .footer__socials {
        margin: -20px 0 20px
    }

    .gallery__top {
        padding-bottom: 35px
    }

    .gallery__note {
        font-size: 28px
    }

    .gallery__images {
        -ms-grid-rows: (45px)[12];
        -ms-grid-columns: (1fr)[12];
        grid-template: repeat(12, 45px)/repeat(12, 1fr)
    }

    .gallery__image:nth-child(1) {
        -ms-grid-column-span: 7;
        grid-column: span 7;
        grid-row: 9/-1;
        -webkit-animation: none;
        animation: none
    }

    .gallery__image:nth-child(2) {
        -ms-grid-column-span: 12;
        grid-column: span 12;
        -ms-grid-row-span: 8;
        grid-row: span 8;
        -webkit-animation: none;
        animation: none
    }

    .gallery__image:nth-child(3) {
        -ms-grid-column-span: 5;
        grid-column: span 5;
        -ms-grid-row: 9;
        -ms-grid-row-span: 3;
        grid-row: 9/span 3;
        -webkit-animation: none;
        animation: none
    }

    .header__logo a {
        width: 55px
    }

    .header__logo a span {
        display: none !important
    }

    .header__logo {
        -ms-grid-column-span: 4;
        grid-column: span 4;
        margin-bottom: 0
    }

    .header__socials {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 0
    }

    .header__socials .socials {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }

    .header__socials .socials .socials__item {
        margin-bottom: 0
    }

    .header__contacts {
        grid-column: 5/-1;
        margin-bottom: 0
    }

    .header__phones {
        margin-right: 0
    }

    .header__order-btn {
        display: none
    }

    .header__title {
        font-size: 52px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        grid-column: 1/-1
    }

    .header__title-break_two {
        display: block
    }

    .header__affirmations {
        grid-column: 1/-1;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .header__affirmation:nth-child(3) {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .header__hero {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        height: 400px
    }

    .header__hero-title {
        margin-right: -490px;
        font-size: 40px;
        padding: 40px 10px 0;
        margin-bottom: -80px;
        -webkit-animation: 8s infinite title_move_xs;
        animation: 8s infinite title_move_xs
    }

    @-webkit-keyframes title_move_xs {
        0%, 100% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        50% {
            -webkit-transform: translateX(-600px);
            -ms-transform: translateX(-600px);
            transform: translateX(-600px)
        }
    }

    @keyframes title_move_xs {
        0%, 100% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        50% {
            -webkit-transform: translateX(-600px);
            -ms-transform: translateX(-600px);
            transform: translateX(-600px)
        }
    }

    .header__button.order-btn {
        display: none
    }

    .modal__body {
        padding: 70px 30px
    }

    .order-btn {
        background-position: right 55px top 15%;
        background-size: 80px 14px;
        width: 120px;
        height: 120px
    }

    .order-btn_fly {
        clear: both;
        bottom: 200px
    }

    .order-btn_fly.fixed {
        position: fixed;
        bottom: 30px
    }

    .order-btn span:nth-child(1) {
        font-family: MEB, sans-serif;
        max-width: 100px;
        font-size: 12px;
        margin: 10px 0 5px
    }

    .order-btn span:nth-child(2) {
        font-size: 12px
    }

    .potential {
        margin-bottom: 80px
    }

    .potential__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }

    .potential__branding {
        padding: 20px 15px 38px;
        font-size: 15px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        max-width: 350px
    }

    .potential__find {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .potential__visit {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 350px;
        margin-bottom: 20px
    }

    .potential__slider {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        max-width: 310px;
        height: 320px;
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-top: -30px
    }

    .potential__license {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        max-width: 180px;
        margin-left: 50px
    }

    .potential__sertificat {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        max-width: 300px;
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-top: -60px
    }

    .process__btn {
        display: none
    }

    .reviews {
        background-position: top 20px right 30px;
        background-size: 110px;
        padding-top: 60px
    }

    .reviews__inner {
        margin-bottom: 80px
    }

    .reviews__title {
        margin-bottom: 30px
    }

    .reviews__content {
        padding-bottom: 240px
    }

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

    .reviews__item-info span:nth-child(1) {
        font-size: 26px
    }

    .reviews__item-info span:nth-child(2) {
        font-size: 14px
    }

    .reviews__item-info {
        width: 150px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .reviews__item-image {
        width: 165px;
        height: 165px
    }

    .reviews__text {
        width: 90%
    }

    .reviews__thumbs {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin: 0
    }

    .reviews__thumb {
        margin: 0 5px
    }

    .reviews__btn {
        display: none
    }

    .services {
        margin-bottom: 60px;
        padding: 23px 0 80px
    }

    .services__section-title.s-title {
        font-size: 16px;
        margin: 0 0 10px
    }

    .services__item.active {
        display: block;
        border-color: #fff
    }

    .services__name {
        width: 100%;
        border: none;
        padding: 15px 0
    }

    .services__image {
        height: 150px;
        margin: 0 0 25px
    }

    .title {
        font-size: 42px;
        line-height: 1.1
    }

    .troubles::after {
        top: 8%;
        width: 210px;
        height: 230px;
        background-size: cover
    }

    .troubles__grid {
        display: block
    }

    .troubles__title {
        padding-bottom: 25px
    }

    .troubles__note {
        padding: 0;
        font-size: 15px;
        margin-bottom: 100px;
        width: 50%
    }

    .troubles__list_two {
        display: none
    }

    .troubles__list li span {
        margin: 11px 30px 11px 0
    }

    .troubles__list li::before {
        margin: 20px 15px 0 5px
    }

    .troubles__list li {
        font-size: 15px
    }

    .troubles__show-all {
        display: block
    }

    .troubles__tablet {
        display: none
    }

    .trust__wrapper {
        background-position: left bottom -45px;
        background-size: 135px;
        padding: 0 30px
    }

    .trust__inner {
        padding: 37px 0;
        min-height: 500px
    }

    .trust__title.title {
        font-size: 32px;
        font-family: DM, sans-serif
    }

    .trust__title {
        margin-bottom: 40px
    }

    .trust__side {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .trust__button {
        margin-left: -30px
    }

    .trust__text {
        font-size: 15px;
        margin: 20px 0 0 20px
    }

    .trust__logo {
        width: 132px;
        bottom: -50px;
        left: 0
    }

    .trust__airplane {
        max-width: 220px;
        left: 95px
    }
}

@media (max-width:480px) {
    .about {
        background-size: calc(100% + 520px);
        background-position: calc(50% - 120px) bottom;
        padding: 0 15px 195px;
        margin-bottom: 62px
    }

    .about__item:nth-child(1) {
        margin: 0 0 23px
    }

    .about__item:nth-child(2) {
        margin: 0 -10px
    }

    .about__item p {
        font-size: 15px
    }

    .about__property span:nth-child(1) {
        font-size: 32px
    }

    .about__property span:nth-child(2) {
        font-size: 15px;
        letter-spacing: -.009em
    }

    .advantage__item {
        padding: 13px 0;
        margin: -1px 0 0;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .advantage__item_title {
        margin-bottom: 23px
    }

    .advantage__side h4 {
        font-size: 26px
    }

    .clarification__item {
        background-position: left top 27px;
        padding: 20px 20px 23px 30px
    }

    .clarification__item:hover {
        background-position: left 30px top 27px
    }

    .clarification__item.opened {
        background-position: left top 30px;
        padding: 14px 20px 21px 30px
    }

    .clarification__question {
        font-size: 26px;
        letter-spacing: -.007em
    }

    .clarification__answer {
        font-size: 15px
    }

    .clients {
        padding-top: 25px
    }

    .clients__inner {
        padding-bottom: 10px
    }

    .clients__text {
        padding: 0 0 10px
    }

    .clients__text span {
        font-size: 16px;
        margin-bottom: 12px
    }

    .clients__item {
        -webkit-filter: saturate(1);
        filter: saturate(1)
    }

    .container {
        padding: 0 15px
    }

    .footer__call {
        margin-bottom: 30px
    }

    .form::before {
        left: 15px
    }

    .form__title {
        font-size: 32px;
        margin-bottom: 15px
    }

    .form__note {
        margin-bottom: 10px
    }

    .form__submit {
        background-position: left -40px top 15%;
        width: 142px;
        height: 142px
    }

    .gallery {
        padding: 60px 15px 0;
        margin-bottom: 50px
    }

    .gallery__note {
        padding-top: 15px
    }

    .gallery__images {
        -ms-grid-rows: (30px)[12];
        -ms-grid-columns: (1fr)[12];
        grid-template: repeat(12, 30px)/repeat(12, 1fr)
    }

    .header {
        padding: 0 15px;
        margin-bottom: 48px
    }

    .header__socials {
        padding-top: 20px;
        margin-bottom: 29px
    }

    .header__title {
        margin-bottom: 35px
    }

    .header__title-break_two {
        display: none
    }

    .header__title-break_three {
        display: block
    }

    .header__title-break_four {
        display: none
    }

    .header__title-break_five {
        display: block
    }

    .header__affirmations {
        padding-top: 7px
    }

    .header__affirmation {
        font-size: 15px;
        padding: 9px 11px 10px;
        letter-spacing: -.009em;
        margin-bottom: 11px
    }

    .header__affirmation:nth-child(1) {
        max-width: 275px
    }

    .header__affirmation:nth-child(3) {
        max-width: 180px
    }

    .header__hero {
        height: 270px
    }

    .header__hero-title {
        font-family: DM, sans-serif;
        font-size: 36px;
        margin-right: -410px;
        padding: 30px 10px 0;
        margin-bottom: -70px;
        -webkit-animation: 8s infinite title_move_xxs;
        animation: 8s infinite title_move_xxs
    }

    @-webkit-keyframes title_move_xxs {
        0%, 100% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        50% {
            -webkit-transform: translateX(-500px);
            -ms-transform: translateX(-500px);
            transform: translateX(-500px)
        }
    }

    @keyframes title_move_xxs {
        0%, 100% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        50% {
            -webkit-transform: translateX(-500px);
            -ms-transform: translateX(-500px);
            transform: translateX(-500px)
        }
    }

    .modal {
        padding: 15px
    }

    .modal_contact-form .modal__body {
        padding: 90px 15px
    }

    .modal__close {
        top: 10px;
        right: 10px
    }

    .modal__body {
        padding: 40px 20px
    }

    .order-btn_fly {
        left: 15px
    }

    .potential {
        margin-bottom: 50px
    }

    .potential__branding {
        max-width: 305px
    }

    .potential__branding span {
        margin-bottom: 20px
    }

    .potential__branding h4 {
        font-family: DM, sans-serif;
        margin-bottom: 11px
    }

    .potential__branding p {
        font-size: 15px
    }

    .potential__find {
        margin: 0;
        width: 100%
    }

    .potential__find p {
        font-family: DM, sans-serif;
        font-size: 26px;
        background-position: left 15px bottom;
        background-size: 45px 45px
    }

    .potential__visit {
        max-width: 310px;
        margin-bottom: 12px
    }

    .potential__visit p {
        font-size: 15px;
        padding: 9px 14px 10px;
        letter-spacing: -.01em
    }

    .potential__slider {
        max-width: 210px;
        height: 290px;
        padding-bottom: 30px
    }

    .potential__slider .owl-dots {
        bottom: 10px
    }

    .potential__slider-item {
        padding: 20px 15px
    }

    .potential__slider-item P {
        font-size: 15px
    }

    .potential__license {
        margin: -50px 0 0;
        max-width: 120px
    }

    .potential__license p {
        font-size: 15px
    }

    .potential__sertificat {
        max-width: 210px;
        margin-top: -50px
    }

    .process__title {
        margin-bottom: 40px
    }

    .process__slider {
        margin-bottom: 90px
    }

    .process__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 35px;
        background: url(images/icons-sprite.svg#icon-arr-down-view-black) right 20px top 19px/10px 6px no-repeat #fff
    }

    .process__item::before {
        width: 39px;
        height: 39px;
        font-size: 15px
    }

    .process__item.opened {
        background: url(images/icons-sprite.svg#icon-arr-up-view-red) right 20px top 19px/10px 6px no-repeat #fff
    }

    .process__item.opened .process__item-title {
        color: #d31919
    }

    .process__item.opened .process__item-text {
        display: block
    }

    .process__item-title {
        font-size: 26px;
        cursor: pointer
    }

    .process__item-text {
        width: 100%;
        padding: 10px 0 0 60px;
        display: none;
        -webkit-animation: .4s item-text_fade;
        animation: .4s item-text_fade
    }

    @-webkit-keyframes item-text_fade {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @keyframes item-text_fade {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    .reviews__content {
        padding-bottom: 260px
    }

    .reviews__text p {
        font-size: 15px
    }

    .reviews__text {
        padding-bottom: 280px
    }

    .services {
        padding: 40px 0 80px
    }

    .services__section-title.s-title {
        margin: 0 0 15px;
        text-align: left;
        padding: 0
    }

    .services__name {
        padding: 14px 0
    }

    .services__name span:nth-child(1)::after {
        width: 30px;
        height: 30px;
        margin-left: 10px;
        background: url(images/icons-sprite.svg#icon-arr-taildown-view-black) center/12px 16px no-repeat #fff
    }

    .services__name span:nth-child(1) {
        font-size: 32px;
        margin-bottom: 5px
    }

    .services__name span:nth-child(2) {
        font-size: 15px
    }

    .services__image {
        height: 100px;
        margin: 0 0 20px
    }

    .troubles {
        margin-bottom: 83px
    }

    .troubles::after {
        top: 140px
    }

    .troubles__title {
        padding-bottom: 22px
    }

    .troubles__note {
        position: relative;
        padding-left: 30px;
        margin-bottom: 124px
    }

    .troubles__note::before {
        position: absolute;
        left: 0
    }

    .troubles__list li span {
        margin: 9px 30px 9px 0
    }

    .trust {
        padding: 120px 15px 0;
        margin-bottom: 60px
    }

    .trust__wrapper {
        padding: 0 25px
    }

    .trust__inner::before {
        top: -55px;
        width: 170px;
        height: 170px
    }

    .trust__title {
        margin-bottom: 25px
    }

    .trust__button {
        margin-left: -25px
    }
}
.wechat-popup {
    position: absolute;
    z-index: 200;
    display: none;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 25px rgba(0, 0, 0, .2);
    box-shadow: 0 6px 25px rgba(0, 0, 0, .2);
    text-align: center
}

.wechat-popup_open {
    display: block
}

.wechat-popup__label {
    font-family: MR, sans-serif;
    font-size: 13px;
    color: #7a7a7a;
    margin-bottom: 5px
}

.wechat-popup__id {
    font-family: MSB, sans-serif;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all
}

.wechat-popup__copy {
    font-family: MR, sans-serif;
    font-size: 13px;
    color: #fff;
    background-color: #d31919;
    border: none;
    border-radius: 6px;
    padding: 7px 15px;
    cursor: pointer
}

.wechat-popup__copy:hover {
    background-color: #b01414
}

.cookie-consent {
    position: fixed;
    left: 50%;
    bottom: 20px;
    z-index: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    width: min(720px, calc(100vw - 32px));
    padding: 18px 25px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 25px rgba(0, 0, 0, .2);
    box-shadow: 0 6px 25px rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, 24px);
    transform: translate(-50%, 24px);
    -webkit-transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, transform .4s ease, visibility .4s ease
}

.cookie-consent_open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.cookie-consent__text {
    margin: 0;
    font-family: MR, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #1b1919
}

.cookie-consent__text a {
    color: #d31919;
    text-decoration: underline
}

.cookie-consent__text a:hover {
    color: #b01414
}

.cookie-consent__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cookie-consent__accept,
.cookie-consent__leave {
    font-family: MR, sans-serif;
    font-size: 14px;
    border-radius: 6px;
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap
}

.cookie-consent__accept {
    color: #fff;
    background-color: #d31919;
    border: none
}

.cookie-consent__accept:hover {
    background-color: #b01414
}

.cookie-consent__leave {
    color: #7a7a7a;
    background-color: transparent;
    border: 1px solid #dcdcdc
}

.cookie-consent__leave:hover {
    color: #1b1919;
    border-color: #a1a1a1
}

@media (max-width: 640px) {
    .cookie-consent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 12px;
        bottom: 12px;
        text-align: center
    }

    .cookie-consent__actions {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (prefers-reduced-motion: reduce) {
    .cookie-consent {
        -webkit-transition: none;
        transition: none
    }
}

.form__field_agree a {
    color: #d31919
}

.form__field_agree a:hover {
    color: #b01414
}
