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

* {
    position: relative;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-grow: 0
}

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

body {
    line-height: 1
}

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

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

a, div, li, span {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a {
    color: inherit
}

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

input::-ms-clear, textarea::-ms-clear {
    display: none
}

.test {
    position: fixed;
    z-index: 20000;
    top: 50px;
    right: 50px;
    background-color: #000;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    padding: 50px
}

.test, html {
    font-weight: 300
}

html {
    position: static;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    font-family: Fira Sans, sans-serif;
    color: #242a40;
    font-size: 10px;
    line-height: 1;
    background-color: #fff;
    -webkit-tap-highlight-color: transparent
}

@media (max-width: 1200px) {
    html.touch {
        cursor: pointer
    }
}

html._overflow {
    overflow: hidden
}

@media (min-width: 768px) {
    html {
        height: 100%
    }
}

body {
    position: relative;
/*    height: 100%;*/
    display: block;
    margin: 0;
    padding: 0;
    -webkit-font-feature-settings: "liga", "kern";
    font-feature-settings: "liga", "kern";
    background-color: transparent;
    -webkit-tap-highlight-color: transparent
}

._loaded body {
    opacity: 1 !important;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.outer-content {
    min-height: 100%;
    overflow-x: hidden;
    padding: 100px 0 0
}

@media (min-width: 768px) {
    .outer-content {
        padding-top: 50px;
        padding-bottom: 420px
    }
}

@media (min-width: 1024px) {
    .outer-content {
        padding-bottom: 460px
    }
}

@media (min-width: 1200px) {
    .outer-content {
        padding-top: 85px;
        padding-bottom: 498px
    }
}

@media (min-width: 1600px) {
    .outer-content {
        padding-top: 90px
    }
}

.content {
    margin: 0 auto
}

.content b, .content strong {
    font-weight: 600
}

@media (min-width: 768px) {
    .content {
        margin-left: 64px;
        margin-right: 64px
    }
}

@media (min-width: 1024px) {
    .content {
        margin-left: 216px;
        margin-right: 89px
    }

    .content:after, .content:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: rgba(214, 219, 224, .7);
        z-index: 50;
        display: block;
        height: 100%
    }

    .content:before {
        left: 0
    }

    .content:after {
        right: 0
    }
}

@media (min-width: 1600px) {
    .content {
        margin-left: 220px;
        margin-right: 94px
    }
}

@media (min-width: 1900px) {
    .content {
        margin-left: 261px;
        margin-right: 114px
    }
}

.inner-content {
    position: static;
    margin: -1px auto 0;
    padding: 1px 15px;
    z-index: 1
}

@media (min-width: 768px) {
    .inner-content {
        max-width: 640px;
        padding-left: 53px;
        padding-right: 53px
    }
}

@media (min-width: 1024px) {
    .inner-content {
        max-width: 895px;
        padding-left: 75px;
        padding-right: 75px
    }
}

@media (min-width: 1600px) {
    .inner-content {
        max-width: 1285px;
        padding-left: 160px;
        padding-right: 320px
    }
}

.inner-content--first > :last-child {
    margin-bottom: 120px
}

@media (min-width: 1024px) {
    .inner-content--first > :last-child {
        margin-bottom: 160px
    }
}

.fullwidth-sect {
    left: 50%;
    width: 100vw;
    -webkit-transition: padding .1s linear;
    -o-transition: padding .1s linear;
    transition: padding .1s linear
}

.fullwidth-sect:not(.no-transform) {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.fullwidth-sect .content:after, .fullwidth-sect .content:before {
    display: none
}

@media (min-width: 1024px) {
    .fullwidth-sect {
        margin-left: -64px
    }
}

@media (min-width: 1600px) {
    .fullwidth-sect {
        margin-left: 16px
    }
}

@media (min-width: 1900px) {
    .fullwidth-sect {
        margin-left: 6px
    }
}

.h1, h1 {
    display: block;
    margin-top: 80px;
    margin-bottom: 30px;
    font-family: Noto Sans, sans-serif;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: .02em;
    z-index: 1;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 1024px) {
    .h1, h1 {
        margin-top: 120px;
        margin-bottom: 40px
    }
}

.h1:before, h1:before {
    width: 67px;
    display: none;
    margin-right: 18px
}

.h1:after, .h1:before, h1:after, h1:before {
    content: "";
    position: relative;
    height: 2px;
    background-color: #242a40
}

.h1:after, h1:after {
    display: inline-block;
    width: 60px;
    margin-left: 8px
}

@media (min-width: 768px) {
    .h1, h1 {
        font-size: 50px;
        line-height: 82px;
        letter-spacing: .04em
    }

    .h1:before, h1:before {
        display: inline-block
    }

    .h1:after, h1:after {
        display: none
    }
}

.h2, h2 {
    display: block;
    margin-top: 50px;
    margin-bottom: 30px;
    font-family: Noto Sans, sans-serif;
    font-size: 27px;
    line-height: 38px;
    letter-spacing: .04em;
    z-index: 1;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 1024px) {
    .h2, h2 {
        margin-top: 70px;
        margin-bottom: 40px
    }
}

@media (min-width: 768px) {
    .h2, h2 {
        font-size: 40px;
        line-height: 65px
    }
}

.h3, h3 {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 21px;
    line-height: 31px;
    letter-spacing: .1em;
    text-transform: uppercase;
    z-index: 1;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 1024px) {
    .h3, h3 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media (min-width: 768px) {
    .h3, h3 {
        font-size: 26px;
        line-height: 41px;
        letter-spacing: .08em
    }
}

.h4, h4 {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: .04em;
    z-index: 1;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 1024px) {
    .h4, h4 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media (min-width: 768px) {
    .h4, h4 {
        font-size: 22px;
        line-height: 34px
    }
}

.h5, h5 {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .08em;
    text-transform: uppercase;
    z-index: 1;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 1024px) {
    .h5, h5 {
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 18px;
        line-height: 30px
    }
}

.p, p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 25px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 1024px) {
    .p, p {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media (min-width: 768px) {
    .p, p {
        margin: 30px 0
    }
}

.p a, p a {
    color: #e31b23;
    text-decoration: none;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.no-touch .p a:hover, .no-touch p a:hover {
    text-decoration: underline
}

.basic-text {
    margin-bottom: 50px;
    line-height: 60px;
    font-size: 20px;
    color: #242a40
}

.basic-btn, .basic-text {
    display: inline-block;
    font-weight: 400
}

.basic-btn {
    width: 100%;
    height: 49px;
    padding: 0 77px;
    font-size: 15px;
    line-height: 49px;
    color: #6a6b6e;
    text-align: center;
    letter-spacing: .02em;
    text-transform: lowercase;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid #e31b23;
    border-radius: 31px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .basic-btn {
        width: auto
    }
}

.no-touch .basic-btn:hover {
    color: #fff;
    background-color: #e31b23
}

.basic-btn._blue {
    border-color: #44c0c1
}

.no-touch .basic-btn._blue:hover {
    background-color: #44c0c1
}

.basic-btn._disabled {
    opacity: .5;
    pointer-events: none
}

.android .basic-btn, .ff .basic-btn {
    line-height: 48px
}

.basic-link {
    position: relative;
    display: inline-block;
    padding-right: 97px;
    font-weight: 400;
    font-size: 15px;
    line-height: 38px;
    letter-spacing: .05em;
    text-transform: lowercase;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.basic-link:before {
    top: 50%;
    right: 19px;
    width: 52px;
    height: 1px;
    background-color: #bdbdbd
}

.basic-link:after, .basic-link:before {
    content: "";
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.basic-link:after {
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #e31b23
}

.basic-link._black-circle:before {
    background-color: #fff
}

.basic-link._black-circle:after {
    border-color: #242a40
}

.no-touch .basic-link:hover {
    color: #e31b23
}

.color-white {
    color: #fff
}

.mt-yellow {
    margin-top: 80px
}

@media (min-width: 1024px) {
    .mt-yellow {
        margin-top: 120px
    }
}

.mb-yellow {
    margin-bottom: 80px
}

@media (min-width: 1024px) {
    .mb-yellow {
        margin-bottom: 120px
    }
}

.mb-blue {
    margin-bottom: 70px
}

@media (min-width: 1024px) {
    .mb-blue {
        margin-bottom: 90px
    }
}

.mt-green {
    margin-top: 50px
}

@media (min-width: 1024px) {
    .mt-green {
        margin-top: 70px
    }
}

.mb-green {
    margin-bottom: 50px
}

@media (min-width: 1024px) {
    .mb-green {
        margin-bottom: 70px
    }
}

@media (min-width: 1200px) {
    .mt-green-custom-m3 {
        margin-top: 40px
    }
}

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

.pb-0 {
    padding-bottom: 0 !important
}

@media (max-width: 767px) {
    .pb-0-m4 {
        padding-bottom: 0 !important
    }
}

@media (max-width: 767px) {
    .pt-0-m1 {
        padding-top: 0 !important
    }
}

@media (min-width: 1440px) {
    .pb-1-1440 {
        padding-bottom: 1px
    }
}

.pt-yellow {
    padding-top: 80px !important
}

@media (min-width: 1024px) {
    .pt-yellow {
        padding-top: 120px !important
    }
}

@media (max-width: 767px) {
    .d-none-m1 {
        display: none
    }
}

@media (min-width: 768px) {
    .d-none-m1-up {
        display: none
    }
}

@media (min-width: 1600px) {
    .d-none-m4-up {
        display: none
    }
}

@media (min-width: 1440px) {
    .d-none-m4-0-up {
        display: none
    }
}

@media (min-width: 1200px) {
    .h-100pc-m3 {
        height: 100%
    }
}

.h-100pc {
    height: 100%
}

.h-auto {
    height: auto !important
}

.no-inner-margins .inner-content > :first-child {
    margin-top: 0
}

.no-inner-margins .inner-content > :last-child {
    margin-bottom: 0
}

.z-index-100 {
    z-index: 100
}

._hidden {
    display: none !important
}

._hidden-2, ._hidden-3 {
    opacity: 0 !important;
    pointer-events: none
}

._hidden-3 {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

._disabled-btn {
    opacity: .5;
    pointer-events: none
}

._bold {
    font-weight: 400
}

._centered {
    text-align: center
}

._no-wrap {
    white-space: nowrap
}

._overflow-hidden {
    overflow: hidden
}

._pointer-events-none {
    pointer-events: none !important
}

._pointer-events-auto {
    pointer-events: auto
}

._screen-locked, ._screen-locked * {
    pointer-events: none !important
}

.main-page {
    background-color: #e5e5e5
}

@media (min-width: 1200px) {
    .main-page {
/*        overflow: hidden*/
        overflow: visible;
    }
}

.main-page .header {
    z-index: 1005
}

.main-page .outer-content {
    overflow: hidden;
    padding: 0
}

.main-page .main-content {
    max-width: inherit;
    padding-left: 0;
    padding-right: 0
}

.main-page .footer {
    margin-top: 0
}

@media (min-width: 1024px) {
    .main-page .footer .content {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .main-page .footer {
        display: none
    }
}

.main-page .main__screen .footer {
    display: none
}

@media (min-width: 1200px) {
    .main-page .main__screen .footer {
        width: 100vw;
        display: block;
        margin-left: -290px
    }

    .main-page .main__screen .footer .content {
        margin-left: 216px
    }
}

@media (min-width: 1600px) {
    .main-page .main__screen .footer {
        margin-left: -322px
    }
}

@media (min-width: 1900px) {
    .main-page .main__screen .footer {
        margin-left: -393px
    }

    .main-page .main__screen .footer .content {
        margin-left: 261px
    }
}

.main-page .inline-form-cont {
    margin-top: 0
}

@media (min-width: 1024px) {
    .main-page .inline-form-cont {
        margin-left: -75px
    }
}

@media (min-width: 1600px) {
    .main-page .inline-form-cont {
        margin-left: -107px;
        margin-right: -107px
    }
}

@media (min-width: 1900px) {
    .main-page .inline-form-cont {
        margin-left: -133px;
        margin-right: -133px
    }
}

@media (min-width: 1024px) {
    .main-page form .basic-btn {
        margin-left: 75px
    }
}

@media (min-width: 1600px) {
    .main-page form .basic-btn {
        margin-left: 107px
    }
}

@media (min-width: 1900px) {
    .main-page form .basic-btn {
        margin-left: 133px
    }
}

@media (max-width: 767px) {
    .main-page._mobile-form-show .inline-form-cont {
        height: 937px !important;
        padding-top: 120px
    }
}

.main-page .inline-form-cont, .main-page .news__news-cont {
    position: relative
}

.main-page .news__news-cont {
    margin-bottom: 0
}

@media (min-width: 1024px) {
    .main-page .news__news-cont {
        width: auto;
        margin-left: -75px
    }
}

@media (min-width: 1600px) {
    .main-page .news__news-cont {
        margin-left: -107px;
        margin-right: -107px
    }
}

@media (min-width: 1900px) {
    .main-page .news__news-cont {
        margin-left: -133px;
        margin-right: -133px
    }
}

.main-page .news__news-wrap {
    position: relative;
    left: 0;
    width: 100%
}

@media (min-width: 768px) {
    .main-page .fullwidth-sect .inner-content {
        max-width: inherit
    }
}

@media (min-width: 1024px) {
    .main-page .fullwidth-sect {
        left: 0;
        margin-left: -75px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .main-page .fullwidth-sect .content {
        margin-left: 0
    }

    .main-page .fullwidth-sect .solution__projects-nav-item {
        width: 25%
    }
}

@media (min-width: 1200px) {
    .main-page .fullwidth-sect {
        margin-left: -216px
    }

    .main-page .fullwidth-sect .content {
        margin-left: 216px
    }
}

@media (min-width: 1600px) {
    .main-page .fullwidth-sect .inner-content {
        padding-left: 107px;
        padding-right: 107px
    }

    .main-page .fullwidth-sect .solution__projects-nav-item {
        width: 16.66666666666667%;
        border-bottom: 1px solid hsla(0, 0%, 100%, .5)
    }
}

@media (min-width: 1900px) {
    .main-page .fullwidth-sect {
        margin-left: -262px
    }
/*    .main__screen-4 .fullwidth-sect {
        margin-left: -279px
    }
*/    .main-page .fullwidth-sect .content {
        margin-left: 261px
    }

    .main-page .fullwidth-sect .inner-content {
        padding-left: 133px;
        padding-right: 133px
    }
}

.main-page .fullwidth-sect .basic-link {
    margin-top: 50px
}

@media (min-width: 1024px) {
    .main-page .fullwidth-sect .basic-link {
        margin-top: 70px
    }
}

.main-page .solution__projects-sect {
    overflow: hidden
}

@media (min-width: 1200px) {
    .main-page .solution__projects-sect {
        height: 100%
    }
}

@media (min-width: 1600px) {
    .main-page .solution__projects-title-h {
        margin-top: 168px
    }
}

@media (min-width: 1900px) {
    .main-page .solution__projects-title-h {
        margin-top: 309px
    }
}

@media (min-width: 1200px) {
    .main-page .solution__projects-nav-wrap {
        bottom: 67px
    }
}

@media (min-width: 1600px) {
    .main-page .solution__projects-nav-wrap {
        bottom: 148px
    }
}

@media (min-width: 1024px) {
    .main-page .solution__partners-wrap {
        margin-right: 0
    }
}

@media (min-width: 1440px) {
    .main-page .solution__partners-item {
        width: 25%;
        height: 250px
    }

    .main-page .solution__partners-item:nth-child(3n+3) {
        border-right: 1px solid hsla(0, 0%, 100%, .5)
    }

    .main-page .solution__partners-item:nth-child(4n+4) {
        border-right: none
    }
}

@media (min-width: 1440px) {
    .main-page .solution__partners-logo {
        width: 140px;
        height: 90px
    }
}

.main-page .inline-form-wrap {
    position: relative
}

@media (min-width: 1024px) {
    .main-page .inline-form-wrap {
        left: 0;
        width: calc(100% - 1px)
    }
}

@media (min-width: 1200px) {
    .main-page .inline-form-wrap {
        left: 1px;
        width: calc(100% - 2px)
    }
}

@media (max-width: 767px) {
    .main-page .main__catalog-wrap {
        height: auto !important
    }
}

@media (min-width: 1440px) {
    .main-page .main__catalog-wrap {
        margin-top: 1px;
        margin-bottom: 1px
    }
}

@media (min-width: 1600px) {
    .main-page .main__catalog-wrap {
        margin-top: 31px
    }
}

@media (max-width: 767px) {
    .main-page .main__catalog-list {
        width: 100% !important;
        height: auto;
        display: block
    }
}

@media (min-width: 1440px) {
    .main-page .main__catalog-list {
        width: 50% !important;
        left: auto;
        right: 0
    }
}

.main__catalog-imgs-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 1000px;
    display: none
}

.main__catalog-imgs-wrap .basic-link {
    margin-top: 50px;
    margin-left: 85px;
    color: #fff
}

@media (min-width: 1024px) {
    .main__catalog-imgs-wrap .basic-link {
        margin-top: 70px
    }
}

@media (min-width: 1600px) {
    .main__catalog-imgs-wrap .basic-link {
        margin-left: 107px
    }
}

@media (min-width: 1900px) {
    .main__catalog-imgs-wrap .basic-link {
        margin-left: 133px
    }
}

@media (min-width: 1440px) {
    .main__catalog-imgs-wrap {
        display: block
    }
}

.main__catalog-bgs-wrap {
    position: absolute;
    top: 0;
    left: -200px;
    right: 0;
    height: 100%;
    z-index: 0
}

.main-page__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
    opacity: 0
}

.main-page__bg._active {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1
}

.main__catalog-titles-wrap {
    margin-top: 335px;
    margin-left: 85px;
    margin-right: 85px;
    color: #fff;
    z-index: 1
}

.main__catalog-titles-wrap .main-page__title {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.main__catalog-titles-wrap .main-page__title._active {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1
}

@media (min-width: 1600px) {
    .main__catalog-titles-wrap {
        margin-left: 107px;
        margin-right: 107px
    }
}

@media (min-width: 1900px) {
    .main__catalog-titles-wrap {
        margin-left: 133px;
        margin-right: 133px
    }
}

.main__catalog-item {
    width: 100%;
    min-height: 115px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    border-right: 1px solid hsla(0, 0%, 100%, .5);
    text-decoration: none
}

@media (min-width: 768px) {
    .main__catalog-item {
        width: 320px;
        height: 220px
    }

    .main__catalog-item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background-color: #fff;
        z-index: 0;
        opacity: 0;
        -webkit-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s
    }

    .main__catalog-item._active:before {
        opacity: 1
    }

    .main__catalog-item._active .main__catalog-item-title {
        color: #242a40
    }
}

@media (min-width: 1024px) {
    .main__catalog-item {
        width: 33.333%
    }

    .main__catalog-item:nth-child(3n+3) {
        border-right: none
    }
}

@media (min-width: 1440px) {
    .main__catalog-item {
        width: 50%;
        height: 250px
    }

    .main__catalog-item:nth-child(3n+3) {
        border-right: 1px solid hsla(0, 0%, 100%, .5)
    }

    .main__catalog-item:nth-child(2n+2) {
        border-right: none
    }
}

.no-touch .main__catalog-item:hover:before {
    opacity: 1
}

.no-touch .main__catalog-item:hover .main__catalog-item-title {
    color: #242a40
}

.main__catalog-item-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto
}

@media (min-width: 768px) {
    .main__catalog-item-img {
        display: none
    }
}

.main__catalog-item-img--red {
    display: none
}

@media (min-width: 1440px) {
    .main__catalog-item-img--red {
        top: 30px;
        right: 31px;
        bottom: auto;
        display: block;
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: scale(1.35);
        -ms-transform: scale(1.35);
        transform: scale(1.35)
    }
}

.main__catalog-item-title {
    width: 180px;
    margin-left: 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-transform: lowercase;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

@media (min-width: 768px) {
    .main__catalog-item-title {
        position: absolute;
        left: 40px;
        bottom: 40px;
        margin-left: 0;
        font-size: 15px;
        letter-spacing: .02em
    }
}

.main-page__projects-sect {
    overflow: hidden
}

.main-page__projects-sect .content, .main-page__projects-sect .inner-content {
    height: 100%
}

.main-page__projects-sect .inner-content {
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width: 768px) {
    .main-page__projects-sect .inner-content {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 1024px) {
    .main-page__projects-sect .inner-content {
        padding-left: 75px;
        padding-right: 75
    }
}

@media (min-width: 1600px) {
    .main-page__projects-sect .inner-content {
        padding-left: 107px;
        padding-right: 107px
    }
}

.main-page__title {
    font-family: Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 43px;
    letter-spacing: .02em;
    text-transform: lowercase;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .main-page__title {
        font-size: 50px;
        line-height: 82px;
        letter-spacing: .04em
    }
}

.main-slider-b {
    z-index: 5
}

@media (min-width: 1200px) {
/*    .main-slider-b {
        width: 100vw;
        height: 100vh;
        overflow: hidden
    }
*/}

.main__screen {
    z-index: 10;
    opacity: 1;
    pointer-events: auto
}

@media (min-width: 1200px) {
    ._h-white .main__screen:before {
        background-color: hsla(0, 0%, 100%, .5)
    }
}

@media (min-width: 1200px) {
    .main__screen:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 216px;
        width: 1px;
        background-color: rgba(214, 219, 224, .7);
        z-index: 1005;
        opacity: 0;
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s
    }
}

@media (min-width: 1900px) {
    .main__screen:before {
        left: 261px
    }
}

.main__screen.main__screen-1:before {
    display: none
}

@media (min-width: 1200px) {
/*    .main__screen {
        position: absolut;
        top: 0;
        left: 0;
        width: 100vw !important;
        height: 100vh;
        overflow: hidden;
        margin-left: 0;
        opacity: 1;
        -webkit-transition: left .5s, top .5s, margin-left .5s, -webkit-transform .5s;
        transition: left .5s, top .5s, margin-left .5s, -webkit-transform .5s;
        -o-transition: left .5s, top .5s, margin-left .5s, transform .5s;
        transition: left .5s, top .5s, margin-left .5s, transform .5s;
        transition: left .5s, top .5s, margin-left .5s, transform .5s, -webkit-transform .5s;
        will-change: top, transform;
        pointer-events: none
    }

    .main__screen._reset {
        opacity: 0
    }

    .main__screen._step-2 .animate-opacity, .main__screen._step-2 .main-screen__inner-cont, .main__screen._step-2:before {
        opacity: 1
    }

    .main__screen._step-3 .main-screen__trigger {
        display: block
    }

    .main__screen .animate-opacity, .main__screen .main-screen__inner-cont {
        opacity: 0;
        -webkit-transition: opacity .5s .5s;
        -o-transition: opacity .5s .5s;
        transition: opacity .5s .5s
    }
*/}

.main__screen .basic-text {
    color: #fff;
    cursor: pointer
}

.main__screen p {
    color: #fff
}

.main__screen-1 {
    background-color: #fff;
    z-index: 10;
    opacity: 1;
    -webkit-transform: translateX(83.335vw) translateY(-83.335vh) translateZ(0) scale(.66667);
    transform: translateX(83.335vw) translateY(-83.335vh) translateZ(0) scale(.66667);
    min-height: 100vh
}

.main__screen-1 .main-screen__inner-wrap {
    width: 100%
}

.main__screen-1 .main-screen__inner-cont {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.main__screen-1._step-1 {
    -webkit-transform: translateZ(0) scale(.66667);
    transform: translateZ(0) scale(.66667)
}

.main__screen-1._step-2 {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.main__screen-2 {
    background-color: #e31b23;
    z-index: 12
}

.no-touch .main__screen-2 .basic-link:hover {
    color: #242a40
}

/*@media (min-width: 1200px) {
    .main__screen-2 {
        -webkit-transform: translateX(-83.335vw) translateY(-83.335vh) translateZ(0) scale(.66667);
        transform: translateX(-83.335vw) translateY(-83.335vh) translateZ(0) scale(.66667)
    }

    .main__screen-2._step-1 {
        top: 0;
        -webkit-transform: translateZ(0) scale(.66667);
        transform: translateZ(0) scale(.66667)
    }

    .main__screen-2._step-2 {
        top: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .main__screen-2._step-3 {
        left: 216px;
        -webkit-transform: translateX(-83.335vw) translateY(83.335vh) translateZ(0) scale(.66667);
        transform: translateX(-83.335vw) translateY(83.335vh) translateZ(0) scale(.66667)
    }
}

@media (min-width: 1200px) and (min-width: 1200px) and (min-width: 1200px) and (min-width: 1600px) {
    .main__screen-2._step-3 {
        left: 524px
    }
}*/

.main__screen-3 {
    background-color: #fff;
    z-index: 14
}

/*@media (min-width: 1200px) {
    .main__screen-3 {
        -webkit-transform: translateX(83.335vw) translateY(-83.335vh) translateZ(0) scale(.66667);
        transform: translateX(83.335vw) translateY(-83.335vh) translateZ(0) scale(.66667)
    }

    .main__screen-3._step-1 {
        top: 0;
        -webkit-transform: translateZ(0) scale(.66667);
        transform: translateZ(0) scale(.66667)
    }

    .main__screen-3._step-2 {
        top: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .main__screen-3._step-3 {
        margin-left: -216px;
        -webkit-transform: translateX(83.335vw) translateY(83.335vh) translateZ(0) scale(.66667);
        transform: translateX(83.335vw) translateY(83.335vh) translateZ(0) scale(.66667)
    }
}

@media (min-width: 1200px) and (min-width: 1200px) and (min-width: 1600px) {
    .main__screen-3._step-3 {
        margin-left: -524px
    }
}
*/
.main__screen-4 {
    background-color: #242a40;
    z-index: 16;
    height: 100vh;
}

/*@media (min-width: 1200px) {
    .main__screen-4 {
        -webkit-transform: translateX(-83.335vw) translateY(-83.335vh) translateZ(0) scale(.66667);
        transform: translateX(-83.335vw) translateY(-83.335vh) translateZ(0) scale(.66667)
    }

    .main__screen-4._step-1 {
        top: 0;
        -webkit-transform: translateZ(0) scale(.66667);
        transform: translateZ(0) scale(.66667)
    }

    .main__screen-4._step-2 {
        top: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .main__screen-4._step-3 {
        left: 216px;
        -webkit-transform: translateX(-83.335vw) translateY(83.335vh) translateZ(0) scale(.66667);
        transform: translateX(-83.335vw) translateY(83.335vh) translateZ(0) scale(.66667)
    }
}

@media (min-width: 1200px) and (min-width: 1200px) and (min-width: 1200px) and (min-width: 1600px) {
    .main__screen-4._step-3 {
        left: 524px
    }
}
*/
.main__screen-5 {
    background-color: #44c0c1;
    z-index: 18
}

/*@media (min-width: 1200px) {
    .main__screen-5 {
        -webkit-transform: translateX(83.335vw) translateY(-83.335vh) translateZ(0) scale(.66667);
        transform: translateX(83.335vw) translateY(-83.335vh) translateZ(0) scale(.66667)
    }

    .main__screen-5._step-1 {
        top: 0;
        -webkit-transform: translateZ(0) scale(.66667);
        transform: translateZ(0) scale(.66667)
    }

    .main__screen-5._step-2 {
        top: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .main__screen-5._step-3 {
        margin-left: -216px;
        -webkit-transform: translateX(83.335vw) translateY(83.335vh) translateZ(0) scale(.66667);
        transform: translateX(83.335vw) translateY(83.335vh) translateZ(0) scale(.66667)
    }
}

@media (min-width: 1200px) and (min-width: 1200px) and (min-width: 1600px) {
    .main__screen-5._step-3 {
        margin-left: -524px
    }
}
*/
.main__screen-6 {
    background-color: #fff;
    z-index: 20
}

/*@media (min-width: 1200px) {
    .main__screen-6 {
        -webkit-transform: translateX(-83.335vw) translateY(-83.335vh) translateZ(0) scale(.66667);
        transform: translateX(-83.335vw) translateY(-83.335vh) translateZ(0) scale(.66667)
    }

    .main__screen-6._step-1 {
        top: 0;
        -webkit-transform: translateZ(0) scale(.66667);
        transform: translateZ(0) scale(.66667)
    }

    .main__screen-6._step-2 {
        top: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .main__screen-6._step-3 {
        left: 216px;
        -webkit-transform: translateX(-83.335vw) translateY(83.335vh) translateZ(0) scale(.66667);
        transform: translateX(-83.335vw) translateY(83.335vh) translateZ(0) scale(.66667)
    }
}

@media (min-width: 1200px) and (min-width: 1200px) and (min-width: 1200px) and (min-width: 1600px) {
    .main__screen-6._step-3 {
        left: 524px
    }
}
*/
@media (min-width: 1200px) {
    ._screens-back ._step-3 {
        -webkit-transition: left .5s, margin-left .5s, top .5s, -webkit-transform .5s !important;
        transition: left .5s, margin-left .5s, top .5s, -webkit-transform .5s !important;
        -o-transition: left .5s, margin-left .5s, top .5s, transform .5s !important;
        transition: left .5s, margin-left .5s, top .5s, transform .5s !important;
        transition: left .5s, margin-left .5s, top .5s, transform .5s, -webkit-transform .5s !important
    }
}

._screen-1 .main__screen-1 {
    opacity: 1;
    pointer-events: auto
}

@media (min-width: 1200px) {
    ._screen-1 .main__screen-1._step-3 {
        top: -40px;
        -webkit-transition: top .5s 1.5s, opacity .3s, -webkit-transform .5s;
        transition: top .5s 1.5s, opacity .3s, -webkit-transform .5s;
        -o-transition: top .5s 1.5s, transform .5s, opacity .3s;
        transition: top .5s 1.5s, transform .5s, opacity .3s;
        transition: top .5s 1.5s, transform .5s, opacity .3s, -webkit-transform .5s
    }
}

@media (min-width: 1600px) {
    ._screen-1 .main__screen-1._step-3 {
        top: -50px
    }
}

._screen-2 .main__screen-2 {
    opacity: 1;
    pointer-events: auto
}

@media (min-width: 1200px) {
    ._screen-2 .main__screen-2._step-3 {
        top: -40px;
        -webkit-transition: top .5s 1.5s, opacity .3s, -webkit-transform .5s;
        transition: top .5s 1.5s, opacity .3s, -webkit-transform .5s;
        -o-transition: top .5s 1.5s, transform .5s, opacity .3s;
        transition: top .5s 1.5s, transform .5s, opacity .3s;
        transition: top .5s 1.5s, transform .5s, opacity .3s, -webkit-transform .5s
    }
}

@media (min-width: 1600px) {
    ._screen-2 .main__screen-2._step-3 {
        top: -50px
    }
}

._screen-3 .main__screen-3 {
    opacity: 1;
    pointer-events: auto
}

@media (min-width: 1200px) {
    ._screen-3 .main__screen-3._step-3 {
        top: -40px;
        -webkit-transition: top .5s 1.5s, opacity .3s, -webkit-transform .5s;
        transition: top .5s 1.5s, opacity .3s, -webkit-transform .5s;
        -o-transition: top .5s 1.5s, transform .5s, opacity .3s;
        transition: top .5s 1.5s, transform .5s, opacity .3s;
        transition: top .5s 1.5s, transform .5s, opacity .3s, -webkit-transform .5s
    }
}

@media (min-width: 1600px) {
    ._screen-3 .main__screen-3._step-3 {
        top: -50px
    }
}

._screen-4 .main__screen-4 {
    opacity: 1;
    pointer-events: auto
}

@media (min-width: 1200px) {
    ._screen-4 .main__screen-4._step-3 {
        top: -40px;
        -webkit-transition: top .5s 1.5s, opacity .3s, -webkit-transform .5s;
        transition: top .5s 1.5s, opacity .3s, -webkit-transform .5s;
        -o-transition: top .5s 1.5s, transform .5s, opacity .3s;
        transition: top .5s 1.5s, transform .5s, opacity .3s;
        transition: top .5s 1.5s, transform .5s, opacity .3s, -webkit-transform .5s
    }
}

@media (min-width: 1600px) {
    ._screen-4 .main__screen-4._step-3 {
        top: -50px
    }
}

._screen-5 .main__screen-5 {
    opacity: 1;
    pointer-events: auto
}

@media (min-width: 1200px) {
    ._screen-5 .main__screen-5._step-3 {
        top: -40px;
        -webkit-transition: top .5s 1.5s, opacity .3s, -webkit-transform .5s;
        transition: top .5s 1.5s, opacity .3s, -webkit-transform .5s;
        -o-transition: top .5s 1.5s, transform .5s, opacity .3s;
        transition: top .5s 1.5s, transform .5s, opacity .3s;
        transition: top .5s 1.5s, transform .5s, opacity .3s, -webkit-transform .5s
    }
}

@media (min-width: 1600px) {
    ._screen-5 .main__screen-5._step-3 {
        top: -50px
    }
}

._screen-6 .main__screen-6 {
    opacity: 1;
    pointer-events: auto
}

@media (min-width: 1200px) {
    ._screen-6 .main__screen-6._step-3 {
        top: -40px;
        -webkit-transition: top .5s 1.5s, opacity .3s, -webkit-transform .5s;
        transition: top .5s 1.5s, opacity .3s, -webkit-transform .5s;
        -o-transition: top .5s 1.5s, transform .5s, opacity .3s;
        transition: top .5s 1.5s, transform .5s, opacity .3s;
        transition: top .5s 1.5s, transform .5s, opacity .3s, -webkit-transform .5s
    }
}

@media (min-width: 1600px) {
    ._screen-6 .main__screen-6._step-3 {
        top: -50px
    }
}

.main__screen-1 .basic-text, .main__screen-1 p, .main__screen-3 .basic-text, .main__screen-3 p, .main__screen-6 .basic-text, .main__screen-6 p {
    color: #242a40
}

.main-screen__trigger {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 75px;
    display: none;
    z-index: 50;
    cursor: pointer
}

.main-screen__inner-title {
    display: none;
    font-size: 60px;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-transition: .5s .5s;
    -o-transition: .5s .5s;
    transition: .5s .5s;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1200px) {
    .main-screen__inner-title {
        display: none
    }
    .main__screen-4 {
        height: auto;
    }

}

.main-screen__inner-title .h1:before {
    display: none
}

.js-header-white .main-screen__inner-title {
    color: #fff;
    display:none !important;
}

._step-2 .main-screen__inner-title {
    opacity: 0
}

@media (min-width: 1200px) {
    .main-screen__inner-cont {
        height: 100%;
        overflow: visible;
        -webkit-overflow-scrolling: touch;
        margin-right: 0
    }
}

.main-screen__inner-wrap {
    padding: 80px 15px
}

@media (min-width: 768px) {
    .main-screen__inner-wrap {
        padding-left: 64px;
        padding-right: 64px
    }
}

@media (min-width: 1024px) {
    .main-screen__inner-wrap {
        padding: 120px 90px 120px 75px
    }
}

@media (min-width: 1200px) {
    .main-screen__inner-wrap {
        padding-left: 216px;
        padding-right: 90px
    }
}

@media (min-width: 1440px) {
    .main-screen__inner-wrap {
        padding-top: 118px;
        padding-right: 95px
    }

    .main-screen__inner-wrap._left-border:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(50% + 62px);
        width: 1px;
        background-color: hsla(0, 0%, 100%, .5)
    }
}

@media (min-width: 1600px) {
    .main-screen__inner-wrap._left-border:before {
        left: calc(50% + 59px)
    }
}

@media (min-width: 1900px) {
    .main-screen__inner-wrap {
        padding-left: 261px;
        padding-right: 115px
    }

    .main-screen__inner-wrap._left-border:before {
        left: calc(50% + 71px)
    }
}

.main-page__projects-wrap {
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.drag-b {
    height: 350px;
    color: #44c0c1;
    font-weight: 400;
    line-height: 350px;
    font-size: 72px;
    text-align: center;
    background-color: pink;
    cursor: pointer
}

.main-slider-pagination {
    display: none
}

@media (min-width: 1024px) {
    .main-slider-pagination {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 90px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-left: 1px solid rgba(214, 219, 224, .7);
        z-index: 1000;
        pointer-events: none;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
}

@media (min-width: 1200px) {
    .main-slider-pagination {
        position: absolute;
        bottom: 0;
        height: auto;
        display: none;
    }
}

@media (min-width: 1600px) {
    .main-slider-pagination {
        width: 95px
    }
}

@media (min-width: 1900px) {
    .main-slider-pagination {
        width: 115px
    }
}

@media (min-width: 1024px) {
    ._h-white .main-slider-pagination {
        border-left: 1px solid hsla(0, 0%, 100%, .5)
    }
}

.main-slider-pagination__inner {
    width: 100%;
    display: none;
}

.main-slider-pagination__dot {
    width: 40px;
    height: 40px;
    margin: 14px auto;
    cursor: pointer;
    pointer-events: auto
}

.main-slider-pagination__dot:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #6a6b6e;
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear
}

.main-slider-pagination__dot._active {
    pointer-events: none
}

.main-slider-pagination__dot._active:before, .no-touch .main-slider-pagination__dot:hover:before {
    background-color: #e31b23
}

._screen-2._screen-3 .main-slider-pagination__dot:before, ._screen-5._screen-6 .main-slider-pagination__dot:before {
    background-color: #fff
}

._screen-2._screen-3 .main-slider-pagination__dot._active:before, ._screen-5._screen-6 .main-slider-pagination__dot._active:before {
    background-color: #242a40
}

._screen-4._screen-5 .main-slider-pagination__dot:before {
    background-color: #fff
}

._screen-4._screen-5 .main-slider-pagination__dot._active:before {
    background-color: #e31b23
}

.main-slider-pagination__count-text-b {
    display: none
}

@media (min-width: 1200px) {
    .main-slider-pagination__count-text-b {
        position: absolute;
        left: 0;
        bottom: 120px;
        width: 100%;
        height: 120px;
        display: block;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%)
    }
}

@media (min-width: 1600px) {
    .main-slider-pagination__count-text-b {
        bottom: 150px
    }
}

.main-slider-pagination__count-text {
    font-size: 15px;
    line-height: 60px;
    text-align: center;
    letter-spacing: .02em;
    text-transform: lowercase;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.main-slider-pagination__count-text + .main-slider-pagination__count-text {
    border-top: 1px solid #e0e0e0
}

._h-white .main-slider-pagination__count-text {
    color: #fff
}

.cursor {
    display: none
}

@media (min-width: 1300px) {
    .cursor {
        position: fixed;
        top: -28px;
        left: -28px;
        z-index: 99999;
        will-change: transform
    }

    .cursor, .cursor:before {
        width: 56px;
        height: 56px;
        display: block;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        pointer-events: none
    }

    .cursor:before {
        content: "";
        position: relative;
        top: 0;
        left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 50%;
        border: 2px solid #c1020a;
        z-index: 10;
        -webkit-transition: border .3s, -webkit-transform .3s;
        transition: border .3s, -webkit-transform .3s;
        -o-transition: border .3s, transform .3s;
        transition: border .3s, transform .3s;
        transition: border .3s, transform .3s, -webkit-transform .3s;
        will-change: border, transform
    }
}

._cursor-drag .cursor:before, ._cursor-hover .cursor:before, ._cursor-zoom .cursor:before {
    border-width: 2.947368421052632px;
    -webkit-transform: translateZ(0) scale(.678571428571429);
    transform: translateZ(0) scale(.678571428571429)
}

.cursor-drag {
    left: 0;
    width: 100%
}

.cursor-drag, .cursor-drag:after, .cursor-drag:before {
    position: absolute;
    top: 0;
    height: 100%;
    pointer-events: none
}

.cursor-drag:after, .cursor-drag:before {
    content: "";
    width: 7px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto auto;
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s
}

.cursor-drag:before {
    left: -5px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDggMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02LjUgMTBMMiA1LjVMNi4yIDEuM0w2LjUgMSIgc3Ryb2tlPSIjQzEwMjBBIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
    -webkit-transform: translateX(7px) translateZ(0);
    transform: translateX(7px) translateZ(0)
}

.cursor-drag:after {
    right: -6px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDcgMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjc1IDFMNS4yNSA1LjVMMS4wNSA5LjdMMC43NSAxMCIgc3Ryb2tlPSIjQzEwMjBBIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
    -webkit-transform: translateX(-7px) translateZ(0);
    transform: translateX(-7px) translateZ(0)
}

._cursor-drag .cursor-drag:after, ._cursor-drag .cursor-drag:before {
    opacity: 1;
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0)
}

.cursor-zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.cursor-zoom:after, .cursor-zoom:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #c1020a;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    pointer-events: none
}

.cursor-zoom:before {
    width: 14px;
    height: 2px;
    margin-top: -1px;
    margin-left: -7px
}

.cursor-zoom:after {
    width: 2px;
    height: 14px;
    margin-top: -7px;
    margin-left: -1px
}

._cursor-zoom .cursor-zoom:after, ._cursor-zoom .cursor-zoom:before {
    opacity: 1
}

._gallery-popup .cursor, ._video-popup .cursor {
    display: none !important
}

.main-promo-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 150px 40px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

@media (min-width: 768px) {
    .main-promo-wrap {
        top: -40px;
        padding: 150px 23% 0
    }
}

.main__screen-1 .main-screen__inner-wrap {
    min-height: 100%
}

.main-promo__title {
    width: 100%;
    position: relative;
    font-size: 30px;
    line-height: 49px;
    letter-spacing: .02em;
    font-family: Noto Sans, sans-serif;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.main-promo__title:after {
    background: #e31b23;
    width: 100%;
    height: 1px;
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -5%
}

@media (min-width: 1024px) {
    .main-promo__title:after {
        margin-top: -3%
    }
}

.main-promo__title span {
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding-right: 5px;
    cursor: pointer
}

@media (min-width: 768px) {
    .main-promo__title span {
        padding-right: 20px
    }
}

.no-touch .main-promo__title span:hover {
    color: #e31b23
}

.main-promo__title:nth-child(2) {
    text-align: right
}

.main-promo__title:nth-child(2) span {
    padding-left: 5px;
    padding-right: 0
}

@media (min-width: 768px) {
    .main-promo__title:nth-child(2) span {
        padding-right: 20px
    }
}

.main-promo__title:nth-child(2):after {
    left: auto;
    right: 0
}

@media (min-width: 768px) {
    .main-promo__title {
        font-size: 46.2773px;
        line-height: 76px;
        letter-spacing: .08em
    }
}

@media (min-width: 1024px) {
    .main-promo__title {
        font-size: 42.9071px;
        line-height: 70px
    }
}

@media (min-width: 1200px) {
    .main-promo__title {
        font-size: 55.9788px;
        line-height: 91px
    }
}

@media (min-width: 1600px) {
    .main-promo__title {
        font-size: 74px;
        line-height: 121px
    }
}

._promo-hover {
    background: transparent
}

._promo-hover .main-promo__notification {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

._promo-hover .main-promo__notification, ._promo-hover .main-slider-pagination, ._promo-hover .main__screen-2 {
    opacity: 0 !important;
    pointer-events: none
}

._promo-hover .main-promo__title span, ._promo-hover .main__screen-1 {
    background: transparent
}

._promo-hover .main-promo__title:after {
    opacity: 0
}

._promo-hover._hover-1 .main-promo__title:nth-child(2), ._promo-hover._hover-1 .main-promo__title:nth-child(3) {
    opacity: 0;
    pointer-events: none
}

._promo-hover._hover-1 .main-promo-animation-wrapper, ._promo-hover._hover-1 .main-promo__section1 {
    opacity: 1
}

._promo-hover._hover-2 .main-promo__title:first-child, ._promo-hover._hover-2 .main-promo__title:nth-child(3) {
    opacity: 0;
    pointer-events: none
}

._promo-hover._hover-2 .main-promo-animation-wrapper, ._promo-hover._hover-2 .main-promo__section2 {
    opacity: 1
}

._promo-hover._hover-3 .main-promo__title:first-child, ._promo-hover._hover-3 .main-promo__title:nth-child(2) {
    opacity: 0;
    pointer-events: none
}

._promo-hover._hover-3 .main-promo-animation-wrapper, ._promo-hover._hover-3 .main-promo__section3 {
    opacity: 1
}

.main-promo-animation-wrapper {
    position: fixed;
    z-index: 2
}

.main-promo-animation-wrapper, .main-promo__section1, .main-promo__section2, .main-promo__section3 {
    width: 100%;
    height: 100%;
    top: -40px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.main-promo__section1, .main-promo__section2, .main-promo__section3 {
    position: absolute
}

.main-promo__section1 > div, .main-promo__section2 > div, .main-promo__section3 > div {
    height: 100%
}

.main-promo__section1 svg, .main-promo__section2 svg, .main-promo__section3 svg {
    width: 100%;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    -ms-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important
}

.main-promo__section-title {
    font-weight: 400;
    font-size: 26px;
    line-height: 41px;
    letter-spacing: .05em;
    position: absolute
}

.main-promo__section1 ._title1 {
    top: 50.5%;
    left: 23.5%
}

.main-promo__section1 ._title2 {
    top: 64%;
    left: 50%
}

.main-promo__section2 ._title1 {
    top: 39%;
    left: 27%
}

.main-promo__section2 ._title2 {
    top: 64%;
    left: 27%
}

.main-promo__section3 ._title1 {
    top: 40%;
    left: 53%
}

.main-promo__section3 ._title2 {
    top: 52.5%;
    left: 23.5%
}

.main-promo__about {
    margin-top: 5%
}

.no-touch .main-promo__about:hover {
    color: #e31b23
}

.main-promo__notification {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAyMCAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC4wNTc4IDEuOTgxMDdIMi40NDY3MlYxOC4xMjY4SDE4LjA1NzhWMS45ODEwN1pNOC4xNjI0OCAyOS4wNDY1SDkuMjk2NDRWMjAuMTA3OUgxLjQ4ODk4SDAuNTMxMjVWMTkuMTE3M1YwLjk5MDUzNVYwSDEuNDg4OThIMTkuMDE1NUgxOS45NzMzVjAuOTkwNTM1VjE5LjExNzNWMjAuMTA3OUgxOS4wMTU1SDExLjIxMTlWMjkuMDQ2NUgxMi4zNDk3VjMxLjAyNzVIMTEuMjExOUg5LjI5NjQ0SDguMTYyNDhWMjkuMDQ2NVpNNS4wODI0IDEyLjAwMTNIMTUuOTY5OVYxMy45ODI0SDUuMDgyNFYxMi4wMDEzWk01LjA4MjQgNi4xMjk0M0gxNS45Njk5VjguMTEwNUg1LjA4MjRWNi4xMjk0M1oiIGZpbGw9IiNFMzFCMjMiLz4KPC9zdmc+Cg==");
    position: absolute;
    right: 11.5%;
    bottom: 14%;
    font-size: 15px;
    line-height: 25px;
    padding-top: 45px;
    text-align: right;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    text-decoration: none;
    display: none
}

@media (min-width: 1024px) {
    .main-promo__notification {
        display: inline-block
    }
}

.no-touch .main-promo__notification:hover {
    color: #e31b23
}

._load-promo .main-promo__notification {
    opacity: 1
}

.aside-links-wrap {
    position: fixed;
    top: 191px;
    left: 56px;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 990;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media (min-width: 1200px) {
    .aside-links-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

._no-aside .aside-links-wrap {
    display: none
}

.aside-link {
    list-style-type: none;
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: .01em;
    text-transform: lowercase;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    cursor: pointer
}

.aside-link:last-of-type {
    margin-bottom: 0
}

.aside-link._active {
    opacity: .5;
    pointer-events: none
}

.no-touch .aside-link:hover {
    color: #e31b23
}

._aside-white .aside-link {
    color: #fff
}

.teaser-text {
    margin-top: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .02em;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 1024px) {
    .teaser-text {
        margin-top: 40px
    }
}

@media (min-width: 768px) {
    .teaser-text {
        font-size: 20px;
        line-height: 34px
    }
}

.inline-img-cont {
    position: static;
    margin-top: 80px;
    margin-bottom: 80px
}

@media (min-width: 1024px) {
    .inline-img-cont {
        margin-top: 120px;
        margin-bottom: 120px
    }
}

.inline-img-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: rgba(214, 219, 224, .7);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0
}

@media (min-width: 1024px) {
    .inline-img-wrap:before {
        width: 100%
    }
}

.inline-img-wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: rgba(214, 219, 224, .7);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0
}

@media (min-width: 1024px) {
    .inline-img-wrap:after {
        width: 100%
    }
}

@media (min-width: 768px) {
    .inline-img-wrap {
        position: absolute;
        left: 0;
        width: 100%;
        border-right: 1px solid rgba(214, 219, 224, .7)
    }
}

@media (min-width: 1024px) {
    .inline-img-wrap {
        border-right: none
    }
}

.inline-img {
    width: 100%;
    height: 58.4375vw;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    z-index: 10
}

@media (min-width: 768px) {
    .inline-img {
        width: 48.56770833333333vw;
        height: 32.55208333333333vw
    }
}

@media (min-width: 1024px) {
    .inline-img {
        width: 50.9765625vw;
        height: 34.1796875vw
    }
}

@media (min-width: 1600px) {
    .inline-img {
        width: 53.5625vw;
        height: 34.5625vw
    }
}

@media (min-width: 1900px) {
    .inline-img {
        width: 53.57894736842105vw;
        height: 34.57894736842105vw
    }
}

.cards-cont {
    position: static;
    margin-top: 80px;
    margin-bottom: 80px
}

@media (min-width: 1024px) {
    .cards-cont {
        margin-top: 120px;
        margin-bottom: 120px
    }
}

.cards-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 1px solid rgba(214, 219, 224, .7);
    border-right: 1px solid rgba(214, 219, 224, .7)
}

.cards-b:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: rgba(214, 219, 224, .7);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0
}

@media (min-width: 1024px) {
    .cards-b:before {
        width: 100%
    }
}

.cards-b:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: rgba(214, 219, 224, .7);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0
}

@media (min-width: 1024px) {
    .cards-b:after {
        width: 100%
    }
}

@media (min-width: 768px) {
    .cards-b {
        position: absolute;
        left: 0;
        width: 100%
    }
}

@media (min-width: 1024px) {
    .cards-b {
        border-left: none;
        border-right: none
    }
}

.card-item {
    width: 100%;
    height: 223px;
    border-bottom: 1px solid rgba(214, 219, 224, .7)
}

.card-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #e31b23;
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.no-touch .card-item:hover:before {
    opacity: 1
}

.no-touch .card-item:hover .card-item__text, .no-touch .card-item:hover .card-item__title {
    color: #fff
}

@media (min-width: 768px) {
    .card-item {
        width: 50%;
        height: 268px
    }

    .card-item:nth-child(odd) {
        border-right: 1px solid rgba(214, 219, 224, .7)
    }
}

@media (min-width: 1024px) {
    .card-item {
        width: 33.333%;
        height: 250px
    }

    .card-item:nth-child(odd) {
        border-right: none
    }

    .card-item:nth-child(3n+1), .card-item:nth-child(3n+2) {
        border-right: 1px solid rgba(214, 219, 224, .7)
    }
}

@media (min-width: 1600px) {
    .card-item {
        width: 25%;
        height: 250px
    }

    .card-item:nth-child(3n+1), .card-item:nth-child(3n+2) {
        border-right: none
    }

    .card-item:nth-child(4n+1), .card-item:nth-child(4n+2), .card-item:nth-child(4n+3) {
        border-right: 1px solid rgba(214, 219, 224, .7)
    }
}

@media (min-width: 1900px) {
    .card-item {
        height: 296px
    }
}

a.card-item .card-item__text {
    display: inline;
    border-bottom: 1px solid #e31b23;
    text-decoration: none
}

.card-item__title {
    position: absolute;
    top: 29px;
    left: 30px;
    right: 30px;
    height: 45px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: .08em;
    text-transform: uppercase;
    -webkit-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear
}

@media (min-width: 768px) {
    .card-item__title {
        top: 39px;
        left: 54px;
        right: 54px
    }
}

@media (min-width: 1024px) {
    .card-item__title {
        top: 40px;
        left: 51px;
        right: 51px
    }
}

@media (min-width: 1900px) {
    .card-item__title {
        top: 47px
    }
}

.card-item__link-wrap {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 29px
}

@media (min-width: 768px) {
    .card-item__link-wrap {
        left: 54px;
        right: 54px;
        bottom: 57px
    }
}

@media (min-width: 1024px) {
    .card-item__link-wrap {
        left: 51px;
        right: 51px;
        bottom: 40px
    }
}

.card-item__text {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .01em;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.red-links-b {
    left: 50%;
    width: 100vw;
    padding: 80px 0;
    margin-top: 80px;
    margin-bottom: 80px;
    background-color: #e31b23;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: padding .1s linear;
    -o-transition: padding .1s linear;
    transition: padding .1s linear
}

@media (min-width: 1024px) {
    .red-links-b {
        margin-top: 120px;
        margin-bottom: 120px
    }
}

.red-links-b h5 {
    margin-top: 0
}

.red-links-b .content:after, .red-links-b .content:before {
    display: none
}

@media (min-width: 768px) {
    .red-links-b {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .red-links-b .inner-content {
        max-width: inherit;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 1024px) {
    .red-links-b {
        margin-left: -64px;
        padding-top: 145px;
        padding-bottom: 145px
    }

    .red-links-b .inner-content {
        padding-left: 75px;
        padding-right: 75px
    }
}

@media (min-width: 1200px) {
    .red-links-b .inner-content {
        max-width: 80%
    }
}

@media (min-width: 1600px) {
    .red-links-b {
        margin-left: 16px
    }

    .red-links-b .inner-content {
        max-width: 800px;
        padding-left: 107px;
        padding-right: 107px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }
}

@media (min-width: 1900px) {
    .red-links-b {
        margin-left: 6px
    }

    .red-links-b .inner-content {
        padding-left: 122px;
        padding-right: 122px
    }
}

.red-link {
    font-weight: 400;
    font-size: 22px;
    line-height: 37px;
    color: #fff;
    letter-spacing: .02em;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.red-link span {
    color: #242a40;
    text-decoration: none
}

.red-link a {
    text-decoration: none;
    border-bottom: 1px solid #242a40;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.no-touch .red-link a:hover {
    color: #242a40
}

@media (min-width: 768px) {
    .red-link {
        font-size: 35px;
        line-height: 50px
    }
}

@media (min-width: 1024px) {
    .red-link {
        font-size: 40px;
        line-height: 58px
    }
}

.text-img-b {
    position: static;
    margin-top: 80px;
    margin-bottom: 50px
}

@media (min-width: 1024px) {
    .text-img-b {
        margin-top: 120px;
        margin-bottom: 70px
    }
}

.text-img__text-wrap {
    margin-top: -1px;
    padding-top: 1px
}

.text-img__text-wrap :first-child {
    margin-top: 0
}

@media (min-width: 1200px) {
    .text-img__text-wrap {
        max-width: 447px
    }

    .text-img__text-wrap :last-child {
        margin-bottom: 0
    }
}

@media (min-width: 1600px) {
    .text-img__text-wrap {
        max-width: 640px
    }
}

@media (min-width: 1900px) {
    .text-img__text-wrap {
        max-width: 740px
    }
}

.text-img__img-wrap.text-img__img-wrap--with-text {
    border-left: 1px solid rgba(214, 219, 224, .7);
    border-right: 1px solid rgba(214, 219, 224, .7)
}

.text-img__img-wrap.text-img__img-wrap--with-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: rgba(214, 219, 224, .7);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0
}

@media (min-width: 1024px) {
    .text-img__img-wrap.text-img__img-wrap--with-text:before {
        width: 100%
    }
}

.text-img__img-wrap.text-img__img-wrap--with-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: rgba(214, 219, 224, .7);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0
}

@media (min-width: 1024px) {
    .text-img__img-wrap.text-img__img-wrap--with-text:after {
        width: 100%
    }
}

@media (min-width: 768px) {
    .text-img__img-wrap.text-img__img-wrap--with-text {
        border: none
    }

    .text-img__img-wrap.text-img__img-wrap--with-text:after, .text-img__img-wrap.text-img__img-wrap--with-text:before {
        display: none
    }
}

@media (min-width: 1200px) {
    .text-img__img-wrap {
        position: absolute;
        right: 0;
        display: none
    }
}

.text-img__img-wrap--desktop {
    display: none
}

@media (min-width: 1200px) {
    .text-img__img-wrap--desktop {
        display: block
    }
}

.text-img__img {
    display: block;
    width: 100%;
    height: 92.5vw;
    border: 1px solid rgba(214, 219, 224, .7);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: width .1s linear, height .1s linear;
    -o-transition: width .1s linear, height .1s linear;
    transition: width .1s linear, height .1s linear
}

.text-img__img._with-paddings {
    background-size: 70% auto
}

@media (min-width: 768px) {
    .text-img__img {
        width: 41.66666666666667vw;
        height: 42.578125vw
    }
}

@media (min-width: 1200px) {
    .text-img__img {
        width: 24.83333333333333vw;
        height: 25.41666666666667vw
    }
}

@media (min-width: 1600px) {
    .text-img__img {
        width: 20.1875vw;
        height: 20.625vw
    }
}

@media (min-width: 1900px) {
    .text-img__img {
        width: 382px;
        height: 390px
    }
}

.text-img__zoom-icon {
    position: absolute;
    left: -1px;
    bottom: 0;
    width: 60px;
    height: 60px;
    background-color: #e31b23;
    z-index: 10
}

.text-img__zoom-icon:before {
    content: "";
    position: absolute;
    top: 29px;
    left: 23px;
    width: 14px;
    height: 2px;
    background-color: #fff
}

.text-img__zoom-icon:after {
    content: "";
    position: absolute;
    top: 23px;
    left: 29px;
    width: 2px;
    height: 14px;
    background-color: #fff
}

.text-img__title {
    margin-top: 20px;
    font-size: 13px;
    line-height: 22px;
    opacity: .65
}

@media (min-width: 768px) {
    .text-img__caption-b {
        width: 41.66666666666667vw;
        margin-top: 20px
    }
}

@media (min-width: 1200px) {
    .text-img__caption-b {
        width: 24.83333333333333vw
    }
}

@media (min-width: 1600px) {
    .text-img__caption-b {
        width: 20.1875vw
    }
}

@media (min-width: 1900px) {
    .text-img__caption-b {
        width: 382px;
        margin-top: 30px
    }
}

.text-img__caption {
    padding: 30px;
    font-size: 12px;
    line-height: 20px;
    opacity: .65;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .text-img__caption {
        padding: 0;
        font-size: 13px;
        line-height: 22px
    }
}

@media (min-width: 1200px) {
    .text-img__caption {
        padding-right: 13px
    }
}

.text-img__imgs-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .text-img__img-wrap--with-images:not(.text-img__img-wrap--desktop) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 40px;
        margin-left: -53px;
        margin-right: -53px
    }

    .text-img__img-wrap--with-images:not(.text-img__img-wrap--desktop) .text-img__img, .text-img__img-wrap--with-images:not(.text-img__img-wrap--desktop) .text-img__imgs-wrap {
        width: 50%
    }

    .text-img__img-wrap--with-images:not(.text-img__img-wrap--desktop) .text-img__img {
        height: 320px
    }

    .text-img__img-wrap--with-images:not(.text-img__img-wrap--desktop) .text-img__imgs-wrap__img {
        height: 107px
    }
}

@media (min-width: 1024px) {
    .text-img__img-wrap--with-images:not(.text-img__img-wrap--desktop) {
        margin-left: -75px;
        margin-right: -75px
    }

    .text-img__img-wrap--with-images:not(.text-img__img-wrap--desktop) .text-img__img {
        height: 34.27734375vw
    }

    .text-img__img-wrap--with-images:not(.text-img__img-wrap--desktop) .text-img__imgs-wrap__img {
        height: 11.71875vw
    }
}

@media (min-width: 1200px) {
    .text-img__img-wrap--with-images:not(.text-img__img-wrap--desktop) {
        display: none
    }
}

.text-img__imgs-wrap__img {
    width: 33.333%;
    height: 30vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    cursor: pointer
}

.text-img__imgs-wrap__img:nth-of-type(3n+3) {
    border-right: none
}

@media (min-width: 768px) {
    .text-img__imgs-wrap__img {
        height: 13.80208333333333vw;
        border-top: none;
        border-right: none;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff
    }
}

@media (min-width: 1200px) {
    .text-img__imgs-wrap__img {
        height: 8.25vw;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: none;
        border-left: none
    }
}

@media (min-width: 1600px) {
    .text-img__imgs-wrap__img {
        height: 6.6875vw
    }
}

@media (min-width: 1900px) {
    .text-img__imgs-wrap__img {
        height: 127px
    }
}

.blockquote-cont {
    position: static;
    margin-top: 80px;
    margin-bottom: 80px
}

@media (min-width: 1024px) {
    .blockquote-cont {
        margin-top: 120px;
        margin-bottom: 120px
    }
}

blockquote {
    display: block;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    border-left: 1px solid rgba(214, 219, 224, .7);
    border-right: 1px solid rgba(214, 219, 224, .7)
}

blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: rgba(214, 219, 224, .7);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0
}

@media (min-width: 1024px) {
    blockquote:before {
        width: 100%
    }
}

blockquote:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: rgba(214, 219, 224, .7);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0
}

@media (min-width: 1024px) {
    blockquote:after {
        width: 100%
    }
}

@media (min-width: 768px) {
    blockquote {
        position: absolute;
        left: 0;
        width: 100%
    }
}

@media (min-width: 1024px) {
    blockquote {
        border-left: none;
        border-right: none;
        z-index: 55
    }
}

@media (min-width: 1200px) {
    blockquote {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        z-index: auto
    }

    blockquote:before {
        width: 100%;
        left: 0;
        margin-left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.blockquote-text {
    padding: 50px 30px 40px
}

@media (min-width: 768px) {
    .blockquote-text {
        padding: 55px 0 45px
    }
}

@media (min-width: 1024px) {
    .blockquote-text {
        border-left: 1px solid rgba(214, 219, 224, .7);
        border-right: 1px solid rgba(214, 219, 224, .7)
    }
}

@media (min-width: 1200px) {
    .blockquote-text {
        width: 100%;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 100px;
        padding-bottom: 100px;
        border-left: none;
        border-right: none
    }
}

.blockquote-text p {
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .02em
}

@media (min-width: 768px) {
    .blockquote-text p {
        padding-left: 53px;
        padding-right: 53px;
        font-weight: 300;
        font-size: 22px;
        line-height: 37px
    }
}

@media (min-width: 1200px) {
    .blockquote-text p {
        width: 100%;
        max-width: inherit;
        padding-left: 75px;
        padding-right: 75px
    }
}

@media (min-width: 1600px) {
    .blockquote-text p {
        padding-left: 107px;
        padding-right: 107px;
        font-size: 26px;
        line-height: 44px
    }
}

@media (min-width: 1900px) {
    .blockquote-text p {
        padding-left: 127px;
        padding-right: 127px
    }
}

@media (min-width: 768px) {
    .blockquote-author {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        border-top: 1px solid rgba(214, 219, 224, .7)
    }
}

@media (min-width: 1024px) {
    .blockquote-author {
        border-left: 1px solid rgba(214, 219, 224, .7);
        border-right: 1px solid rgba(214, 219, 224, .7)
    }
}

@media (min-width: 1200px) {
    .blockquote-author {
        width: 24.75vw;
        overflow: hidden;
        display: block;
        border-top: none;
        border-left: 1px solid rgba(214, 219, 224, .7);
        border-right: none
    }
}

@media (min-width: 1600px) {
    .blockquote-author {
        width: 20.0625vw
    }
}

@media (min-width: 1900px) {
    .blockquote-author {
        width: 382px
    }
}

@media (min-width: 768px) {
    .blockquote-author__text-wrap {
        width: 100%;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 1200px) {
    .blockquote-author__text-wrap {
        display: block
    }
}

.blockquote-author__text-wrap cite {
    width: 100%;
    padding: 30px;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: .02em
}

.blockquote-author__text-wrap cite, .blockquote-author__text-wrap cite span {
    display: block;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.blockquote-author__text-wrap cite span {
    font-weight: 300
}

@media (min-width: 768px) {
    .blockquote-author__text-wrap cite {
        padding-left: 53px;
        padding-right: 53px
    }
}

@media (min-width: 1200px) {
    .blockquote-author__text-wrap cite {
        width: auto;
        padding: 45px 38px
    }
}

@media (min-width: 1600px) {
    .blockquote-author__text-wrap cite {
        padding: 45px 50px
    }
}

.blockquote-author__img {
    width: 100%;
    height: 88.75vw;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .blockquote-author__img {
        width: 20.83333333333333vw;
        height: 22.00520833333333vw
    }
}

@media (min-width: 1200px) {
    .blockquote-author__img {
        width: 24.75vw;
        height: 26.25vw
    }
}

@media (min-width: 1600px) {
    .blockquote-author__img {
        width: 20.0625vw;
        height: 21.25vw
    }
}

@media (min-width: 1900px) {
    .blockquote-author__img {
        width: 382px;
        height: 404px
    }
}

ol:not(.breadcrumbs):not(.aside-links-wrap), ul:not(.breadcrumbs):not(.aside-links-wrap) {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 0 0 45px;
    list-style-type: none;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 1024px) {
    ol:not(.breadcrumbs):not(.aside-links-wrap), ul:not(.breadcrumbs):not(.aside-links-wrap) {
        margin-top: 70px;
        margin-bottom: 70px
    }
}

@media (min-width: 768px) {
    ol:not(.breadcrumbs):not(.aside-links-wrap), ul:not(.breadcrumbs):not(.aside-links-wrap) {
        padding-left: 91px
    }
}

ol:not(.breadcrumbs):not(.aside-links-wrap) li, ul:not(.breadcrumbs):not(.aside-links-wrap) li {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 25px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 1024px) {
    ol:not(.breadcrumbs):not(.aside-links-wrap) li, ul:not(.breadcrumbs):not(.aside-links-wrap) li {
        margin-bottom: 40px
    }
}

ol:not(.breadcrumbs):not(.aside-links-wrap) li:last-of-type, ul:not(.breadcrumbs):not(.aside-links-wrap) li:last-of-type {
    margin-bottom: 0
}

ol:not(.breadcrumbs):not(.aside-links-wrap) li:before, ul:not(.breadcrumbs):not(.aside-links-wrap) li:before {
    left: -45px
}

@media (min-width: 768px) {
    ol:not(.breadcrumbs):not(.aside-links-wrap) li:before, ul:not(.breadcrumbs):not(.aside-links-wrap) li:before {
        left: -91px
    }
}

ol:not(.breadcrumbs):not(.aside-links-wrap) li ol, ol:not(.breadcrumbs):not(.aside-links-wrap) li ul, ul:not(.breadcrumbs):not(.aside-links-wrap) li ol, ul:not(.breadcrumbs):not(.aside-links-wrap) li ul {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 60px
}

@media (min-width: 1024px) {
    ol:not(.breadcrumbs):not(.aside-links-wrap) li ol, ol:not(.breadcrumbs):not(.aside-links-wrap) li ul, ul:not(.breadcrumbs):not(.aside-links-wrap) li ol, ul:not(.breadcrumbs):not(.aside-links-wrap) li ul {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media (min-width: 768px) {
    ol:not(.breadcrumbs):not(.aside-links-wrap) li ol, ol:not(.breadcrumbs):not(.aside-links-wrap) li ul, ul:not(.breadcrumbs):not(.aside-links-wrap) li ol, ul:not(.breadcrumbs):not(.aside-links-wrap) li ul {
        margin-left: -37px;
        padding-left: 75px
    }
}

@media (min-width: 1200px) {
    ol:not(.breadcrumbs):not(.aside-links-wrap) li ol, ol:not(.breadcrumbs):not(.aside-links-wrap) li ul, ul:not(.breadcrumbs):not(.aside-links-wrap) li ol, ul:not(.breadcrumbs):not(.aside-links-wrap) li ul {
        margin-left: 67px
    }
}

ol:not(.breadcrumbs):not(.aside-links-wrap) li li:before, ul:not(.breadcrumbs):not(.aside-links-wrap) li li:before {
    left: -60px
}

@media (min-width: 768px) {
    ol:not(.breadcrumbs):not(.aside-links-wrap) li li:before, ul:not(.breadcrumbs):not(.aside-links-wrap) li li:before {
        left: -75px
    }
}

ul:not(.breadcrumbs):not(.aside-links-wrap) li:before {
    content: "";
    position: absolute;
    top: 12px;
    width: 30px;
    height: 1px;
    background-color: #e31b23;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    ul:not(.breadcrumbs):not(.aside-links-wrap) li:before {
        width: 38px
    }
}

ol {
    counter-reset: ol
}

ol > li {
    counter-increment: ol
}

ol > li:before {
    content: counter(ol) ".";
    position: absolute;
    top: 0;
    font-family: Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #e31b23;
    letter-spacing: .1em;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

ol ol {
    counter-reset: ol2
}

ol ol li {
    counter-increment: ol2
}

ol ol li:before {
    content: counter(ol) "." counter(ol2)
}

.video-cont {
    position: static;
    margin-top: 80px;
    margin-bottom: 80px
}

@media (min-width: 1024px) {
    .video-cont {
        margin-top: 120px;
        margin-bottom: 120px
    }
}

.video-b {
    border-left: 1px solid rgba(214, 219, 224, .7);
    border-right: 1px solid rgba(214, 219, 224, .7)
}

.video-b:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: rgba(214, 219, 224, .7);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0
}

@media (min-width: 1024px) {
    .video-b:before {
        width: 100%
    }
}

.video-b:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: rgba(214, 219, 224, .7);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0
}

@media (min-width: 1024px) {
    .video-b:after {
        width: 100%
    }
}

@media (min-width: 768px) {
    .video-b {
        position: absolute;
        left: 0;
        width: 100%
    }
}

@media (min-width: 1024px) {
    .video-b {
        border-left: none;
        border-right: none
    }
}

@media (min-width: 1200px) {
    .video-b {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.video__video-wrap {
    height: 58.4375vw;
    z-index: 5
}

.video__video-wrap iframe {
    width: 100%;
    height: 100%;
    z-index: 1
}

@media (min-width: 768px) {
    .video__video-wrap {
        height: 53.77604166666667vw
    }
}

@media (min-width: 1024px) {
    .video__video-wrap {
        height: 45.3125vw
    }
}

@media (min-width: 1200px) {
    .video__video-wrap {
        width: 43.5vw;
        height: 28vw
    }
}

@media (min-width: 1600px) {
    .video__video-wrap {
        width: 53.5625vw;
        height: 34.5625vw
    }
}

@media (min-width: 1900px) {
    .video__video-wrap {
        width: 53.57894736842105vw;
        height: 34.57894736842105vw
    }
}

.no-touch .video__video-wrap:hover .video-wrap__play-btn:before {
    opacity: 0
}

.no-touch .video__video-wrap:hover .video-wrap__play-btn:after {
    opacity: 1
}

.video-wrap__play-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    z-index: 100;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    cursor: pointer
}

.video-wrap__play-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45.3125vw;
    height: 29.6875vw;
    background-color: #e31b23;
    z-index: 110;
    pointer-events: none
}

.video-wrap__play-btn:after, .video-wrap__play-btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 24px;
    height: 26px;
    margin: auto;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNCAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNzUgMS43MTM4NUwyMS45NDk4IDEzTDEuNzUgMjQuMjg2MkwxLjc1IDEuNzEzODVaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
    -webkit-transition: width .1s linear, height .1s linear;
    -o-transition: width .1s linear, height .1s linear;
    transition: width .1s linear, height .1s linear
}

.video-wrap__play-btn:after {
    opacity: 0
}

@media (min-width: 768px) {
    .video-wrap__play-btn {
        width: 26.04166666666667vw;
        height: 18.22916666666667vw
    }

    .video-wrap__play-btn:after, .video-wrap__play-btn:before {
        width: 32px;
        height: 37px
    }

    .video-wrap__play-btn:before {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCAzMiAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNDQxMjIgMi41Mjk4M0wyOS43NjU2IDE4Ljg4MjlMMS40NDEyMiAzNS4yMzZMMS40NDEyMiAyLjUyOTgzWiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=")
    }

    .video-wrap__play-btn:after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCAzMiAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNDAwMDIgMTkuNlYyLjVMMjkuNyAxOC45TDEuNDAwMDIgMzUuMlYzNC40IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==")
    }
}

@media (min-width: 1200px) {
    .video-wrap__play-btn {
        width: 15.83333333333333vw;
        height: 11vw
    }
}

@media (min-width: 1600px) {
    .video-wrap__play-btn {
        width: 13.4375vw;
        height: 9.375vw
    }
}

@media (min-width: 1900px) {
    .video-wrap__play-btn {
        width: 13.15789473684211vw;
        height: 9.210526315789474vw
    }

    .video-wrap__play-btn:after, .video-wrap__play-btn:before {
        width: 37px;
        height: 43px
    }

    .video-wrap__play-btn:before {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCAzNyA0MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuOTIxMDggMjIuNjExM1YyLjczODI4TDM0LjY0MyAyMS43OTc3TDEuOTIxMDggNDAuNzQxVjIyLjYxMTNaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuMzI1NTgiLz4KPC9zdmc+Cg==")
    }

    .video-wrap__play-btn:after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCAzNyA0MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuOTIxMDggMjIuMzgyN1YyLjUwOTc3TDM0LjY0MyAyMS41NjkyTDEuOTIxMDggNDAuNTEyNVYzOS41ODI3IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuMzI1NTgiLz4KPC9zdmc+Cg==")
    }
}

@media (min-width: 1200px) {
    .video__text-wrap {
        width: 100%;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}

.video__text {
    padding: 30px;
    font-size: 12px;
    line-height: 20px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .video__text {
        padding: 35px 53px 25px;
        font-size: 13px;
        line-height: 22px
    }
}

@media (min-width: 1200px) {
    .video__text {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 50px 60px
    }
}

@media (min-width: 1900px) {
    .video__text {
        padding: 70px 80px
    }
}

.partners-cont {
    position: static;
    margin-top: 80px;
    margin-bottom: 80px
}

@media (min-width: 1024px) {
    .partners-cont {
        margin-top: 120px;
        margin-bottom: 120px
    }
}

.partners-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 1px solid rgba(214, 219, 224, .7);
    border-right: 1px solid rgba(214, 219, 224, .7)
}

.partners-b:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: rgba(214, 219, 224, .7);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0
}

@media (min-width: 1024px) {
    .partners-b:before {
        width: 100%
    }
}

.partners-b:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: rgba(214, 219, 224, .7);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0
}

@media (min-width: 1024px) {
    .partners-b:after {
        width: 100%
    }
}

@media (min-width: 768px) {
    .partners-b {
        position: absolute;
        left: 0;
        width: 100%
    }
}

@media (min-width: 1024px) {
    .partners-b {
        border-left: none;
        border-right: none
    }
}

.partner-item {
    width: 100%;
    height: 223px;
    border-bottom: 1px solid rgba(214, 219, 224, .7)
}

@media (min-width: 768px) {
    .partner-item {
        width: 50%;
        height: 300px
    }

    .partner-item:nth-child(odd) {
        border-right: 1px solid rgba(214, 219, 224, .7)
    }
}

@media (min-width: 1200px) {
    .partner-item {
        width: 33.333%
    }

    .partner-item:nth-child(odd) {
        border-right: none
    }

    .partner-item:nth-child(3n+1), .partner-item:nth-child(3n+2) {
        border-right: 1px solid rgba(214, 219, 224, .7)
    }

    .no-touch .partner-item:hover .partner-item__text-wrap {
        opacity: 1;
        pointer-events: auto
    }
}

@media (min-width: 1900px) {
    .partner-item {
        height: 354px
    }
}

.partner-item__logo {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: 140px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .partner-item__logo {
        top: 105px
    }
}

@media (min-width: 1600px) {
    .partner-item__logo {
        top: 120px;
        width: 150px;
        height: 130px
    }
}

@media (min-width: 1900px) {
    .partner-item__logo {
        top: 136px;
        width: 180px;
        height: 155px
    }
}

.partner-item__title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    font-size: 12px;
    line-height: 20px;
    z-index: 1;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .partner-item__title {
        bottom: 40px;
        left: 50px;
        right: 50px;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: .02em
    }
}

@media (min-width: 1200px) {
    .partner-item__title {
        left: 40px;
        right: 40px
    }
}

@media (min-width: 1900px) {
    .partner-item__title {
        bottom: 50px;
        left: 80px;
        right: 80px
    }
}

.partner-item__text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    background-color: #e31b23;
    z-index: 10;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none
}

@media (min-width: 1900px) {
    .partner-item__text-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.partner-item__text {
    position: absolute;
    bottom: 0;
    padding: 40px;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    text-transform: lowercase;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 1200px) {
    .partner-item__text {
        padding: 45px 40px
    }
}

@media (min-width: 1600px) {
    .partner-item__text {
        padding: 45px 50px
    }
}

@media (min-width: 1900px) {
    .partner-item__text {
        position: relative;
        bottom: auto;
        width: 100%;
        padding: 50px 78px
    }
}

.files-cont {
    position: static;
    margin-top: 80px;
    margin-bottom: 80px
}

@media (min-width: 1024px) {
    .files-cont {
        margin-top: 120px;
        margin-bottom: 120px
    }
}

.files-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .files-b {
        position: absolute;
        left: 0;
        width: 100%;
        border-left: 1px solid rgba(214, 219, 224, .7);
        border-right: 1px solid rgba(214, 219, 224, .7)
    }

    .files-b:before {
        top: 0
    }

    .files-b:after, .files-b:before {
        content: "";
        position: absolute;
        left: 50%;
        width: 100vw;
        height: 1px;
        background-color: rgba(214, 219, 224, .7);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 0
    }

    .files-b:after {
        bottom: 0
    }
}

@media (min-width: 1024px) {
    .files-b {
        border-left: none;
        border-right: none
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .files-b:after, .files-b:before {
        width: 100%
    }
}

.file-item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    text-decoration: none;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 1024px) {
    .file-item {
        margin-bottom: 20px
    }
}

.file-item:last-of-type {
    margin-bottom: 0
}

.file-item._pdf .file-item__img-wrap {
    background-color: #e31b23
}

.file-item._doc .file-item__img-wrap {
    background-color: #242a40
}

.file-item._docx .file-item__img-wrap {
    background-color: #44c0c1
}

.file-item._zip .file-item__img-wrap {
    background-color: #6a6b6e
}

@media (min-width: 768px) {
    .file-item {
        width: 50%;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(214, 219, 224, .7)
    }

    .file-item:nth-child(odd) {
        border-right: 1px solid rgba(214, 219, 224, .7)
    }
}

@media (min-width: 1600px) {
    .file-item {
        width: 33.333%
    }

    .file-item:nth-child(odd) {
        border-right: none
    }

    .file-item:nth-child(3n+1), .file-item:nth-child(3n+2) {
        border-right: 1px solid rgba(214, 219, 224, .7)
    }
}

.no-touch .file-item:hover .file-item__img {
    opacity: 0
}

.no-touch .file-item:hover .file-item__img._hover {
    opacity: 1
}

.file-item__img-wrap {
    width: 80px;
    height: 115px;
    background-color: #6a6b6e;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .file-item__img-wrap {
        width: 93px;
        height: 124px
    }
}

@media (min-width: 1200px) {
    .file-item__img-wrap {
        width: 112px;
        height: 149px
    }
}

@media (min-width: 1900px) {
    .file-item__img-wrap {
        width: 132px;
        height: 175px
    }
}

.file-item__img-b {
    position: absolute;
    top: 23px;
    left: 20px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media (min-width: 768px) {
    .file-item__img-b {
        top: 30px
    }
}

@media (min-width: 1200px) {
    .file-item__img-b {
        top: 40px;
        left: 32px
    }
}

@media (min-width: 1900px) {
    .file-item__img-b {
        top: 60px
    }
}

.file-item__img {
    position: absolute;
    top: 0;
    left: -7px;
    width: 17px;
    height: 35px;
    z-index: 2;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.file-item__img._hover {
    opacity: 0
}

.file-item__img-text {
    position: absolute;
    left: 20px;
    bottom: 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    letter-spacing: .08em;
    text-transform: uppercase;
    z-index: 5
}

@media (min-width: 768px) {
    .file-item__img-text {
        font-size: 18px;
        line-height: 30px
    }
}

@media (min-width: 1200px) {
    .file-item__img-text {
        left: 32px
    }
}

@media (min-width: 1900px) {
    .file-item__img-text {
        bottom: 35px
    }
}

.file-item__info-wrap {
    top: 2px;
    width: 100%;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-left: 25px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .file-item__info-wrap {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media (min-width: 1200px) {
    .file-item__info-wrap {
        margin-left: 50px;
        margin-right: 50px
    }
}

@media (min-width: 1900px) {
    .file-item__info-wrap {
        margin-left: 40px;
        margin-right: 40px
    }
}

.file-item__text {
    max-height: 66px;
    overflow: hidden;
    font-size: 13px;
    line-height: 22px
}

.file-item__info, .file-item__text {
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.file-item__info {
    margin-top: 12px;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: .05em
}

.inline-file {
    margin-top: 50px
}

@media (min-width: 1024px) {
    .inline-file {
        margin-top: 70px
    }
}

@media (min-width: 1200px) {
    .inline-file {
        max-width: 447px
    }
}

@media (min-width: 1600px) {
    .inline-file {
        max-width: 640px
    }
}

@media (min-width: 1900px) {
    .inline-file {
        max-width: 740px
    }
}

.inline-file .file-item {
    width: 100%;
    border: none
}

.logo-cards-cont {
    position: static;
    margin-top: 80px;
    margin-bottom: 80px
}

@media (min-width: 1024px) {
    .logo-cards-cont {
        margin-top: 120px;
        margin-bottom: 120px
    }
}

.logo-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 1px solid rgba(214, 219, 224, .7);
    border-right: 1px solid rgba(214, 219, 224, .7)
}

.logo-cards:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: rgba(214, 219, 224, .7);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0
}

@media (min-width: 1024px) {
    .logo-cards:before {
        width: 100%
    }
}

.logo-cards:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: rgba(214, 219, 224, .7);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0
}

@media (min-width: 1024px) {
    .logo-cards:after {
        width: 100%
    }
}

@media (min-width: 768px) {
    .logo-cards {
        position: absolute;
        left: 0;
        width: 100%
    }
}

@media (min-width: 1024px) {
    .logo-cards {
        border-left: none;
        border-right: none
    }
}

.logo-cards__item {
    width: 50%;
    height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(214, 219, 224, .7)
}

.logo-cards__item:nth-child(odd) {
    border-right: 1px solid rgba(214, 219, 224, .7)
}

@media (min-width: 768px) {
    .logo-cards__item {
        width: 25%;
        height: 112px;
        border-right: 1px solid rgba(214, 219, 224, .7)
    }

    .logo-cards__item:nth-child(4n+4) {
        border-right: none
    }
}

@media (min-width: 1200px) {
    .logo-cards__item {
        width: 16.66666666666667%;
        height: 105px
    }

    .logo-cards__item:nth-child(4n+4) {
        border-right: 1px solid rgba(214, 219, 224, .7)
    }

    .logo-cards__item:nth-child(6n+6) {
        border-right: none
    }
}

@media (min-width: 1600px) {
    .logo-cards__item {
        height: 150px
    }
}

@media (min-width: 1900px) {
    .logo-cards__item {
        height: 178px
    }
}

.logo-card__logo {
    width: 110px;
    height: 75px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .logo-card__logo {
        width: 120px;
        height: 80px
    }
}

@media (min-width: 1600px) {
    .logo-card__logo {
        width: 150px;
        height: 100px
    }
}

@media (min-width: 1900px) {
    .logo-card__logo {
        width: 180px;
        height: 120px
    }
}

.styles-news-cont {
    position: static;
    margin-top: 50px;
    margin-bottom: 120px
}
.media-news{
    margin-bottom: 120px;
}

@media (min-width: 1024px) {
    .styles-news-cont {
        margin-top: 70px;
        margin-bottom: 160px
    }
    .media-news{
        margin-bottom: 160px;
    }
}

.styles-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 1px solid rgba(214, 219, 224, .7);
    border-right: 1px solid rgba(214, 219, 224, .7)
}

.styles-news:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: rgba(214, 219, 224, .7);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0
}

@media (min-width: 1024px) {
    .styles-news:before {
        width: 100%
    }
}

.styles-news:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: rgba(214, 219, 224, .7);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0
}

@media (min-width: 1024px) {
    .styles-news:after {
        width: 100%
    }
}

@media (min-width: 768px) {
    .styles-news {
        position: absolute;
        left: 0;
        width: 100%;
        border-right: none
    }
}

@media (min-width: 1024px) {
    .styles-news {
        border-left: none
    }
}

.table-b {
    left: 50%;
    width: 100vw;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 50px;
    margin-bottom: 80px;
    background-color: #fff;
    z-index: 55;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 1024px) {
    .table-b {
        margin-top: 70px;
        margin-bottom: 120px;
        position: static;
        left: 0;
        width: auto;
        overflow: visible;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.table-wrap {
    margin-left: 15px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 1024px) {
    .table-wrap {
        position: absolute;
        left: 0;
        width: 100%;
        overflow: auto;
        margin-left: 0
    }
}

.table-wrap table thead {
    position: relative
}

.table-wrap table thead:after, .table-wrap table thead:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #414042;
    z-index: 10
}

.table-wrap table thead:after {
    top: 90px
}

.table-wrap table thead tr {
    height: 90px
}

.table-wrap table thead td {
    padding: 10px 50px;
    vertical-align: middle;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: .05em;
    text-transform: lowercase;
    border-right: 1px solid rgba(214, 219, 224, .7)
}

.table-wrap table thead td:first-of-type {
    border-left: 2px solid #414042
}

@media (min-width: 1024px) {
    .table-wrap table thead td:first-of-type {
        border-left: none
    }

    .table-wrap table thead td:first-of-type:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 90px;
        background-color: #414042;
        z-index: 10
    }
}

@media (min-width: 1200px) {
    .table-wrap table thead td:first-of-type:after {
        left: 1px
    }
}

.table-wrap table thead td:last-of-type {
    border-right: 2px solid #414042
}

@media (min-width: 1024px) {
    .table-wrap table thead td:last-of-type {
        border-right: none
    }

    .table-wrap table thead td:last-of-type:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 1px;
        height: 90px;
        background-color: #414042;
        z-index: 10
    }
}

@media (min-width: 1200px) {
    .table-wrap table thead td:last-of-type:after {
        right: 1px
    }
}

.table-wrap ._nowrap {
    white-space: nowrap
}

.table-wrap ._fixed-width {
    min-width: 75vw
}

@media (min-width: 768px) {
    .table-wrap ._fixed-width {
        min-width: 60vw
    }
}

@media (min-width: 1024px) {
    .table-wrap ._fixed-width {
        min-width: inherit
    }
}

.table-wrap a {
    display: inline;
    border-bottom: 1px solid #e31b23;
    text-decoration: none;
    -webkit-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear
}

.no-touch .table-wrap a:hover {
    color: #e31b23
}

.table-wrap ._bold {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px
}

.simple-slider-outer {
    position: static;
    margin-top: 80px;
    margin-bottom: 80px
}

@media (min-width: 1024px) {
    .simple-slider-outer {
        margin-top: 120px;
        margin-bottom: 120px
    }
}

.inline-form-cont {
    position: static;
    margin-top: 120px;
    margin-bottom: 0 !important
}

@media (min-width: 1024px) {
    .inline-form-cont {
        margin-top: 160px
    }
}

@media (min-width: 768px) {
    .inline-form-cont {
        margin-bottom: 0 !important;
        padding-bottom: 80px
    }
}

@media (min-width: 1024px) {
    .inline-form-cont {
        padding-bottom: 120px
    }
}

.inline-form-wrap {
    padding-top: 1px
}

.inline-form-wrap:before {
    bottom: 0;
    background-color: #f8f8f8;
    z-index: 0
}

.inline-form-wrap:after, .inline-form-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.inline-form-wrap:after {
    height: 1px;
    background-color: #e0e0e0;
    z-index: 10
}

@media (min-width: 768px) {
    .inline-form-wrap {
        position: absolute;
        left: 0;
        width: 100%
    }

    .inline-form-wrap:after, .inline-form-wrap:before {
        display: none
    }
}

@media (min-width: 1024px) {
    .inline-form-wrap {
        left: 1px;
        width: calc(100% - 2px)
    }
}

.inline-form__mobile-info {
    margin-top: 70px;
    margin-bottom: 70px
}

@media (min-width: 1024px) {
    .inline-form__mobile-info {
        margin-top: 90px;
        margin-bottom: 90px
    }
}

.inline-form__mobile-info .h2, .inline-form__mobile-info h2 {
    margin-top: 0;
    margin-bottom: 0
}

.inline-form__mobile-info .h2 span, .inline-form__mobile-info h2 span {
    display: inline-block;
    margin-left: 85px
}

@media (min-width: 768px) {
    .inline-form__mobile-info {
        display: none
    }
}

.inline-form__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .02em;
    text-transform: lowercase
}

.inline-form__btn {
    position: absolute;
    top: 13px;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #e31b23;
    z-index: 10;
    cursor: pointer
}

.inline-form__btn:before {
    top: 24px;
    left: 18px;
    width: 13px;
    height: 1px
}

.inline-form__btn:after, .inline-form__btn:before {
    content: "";
    position: absolute;
    background-color: #000
}

.inline-form__btn:after {
    top: 18px;
    left: 24px;
    width: 1px;
    height: 13px
}

@media (max-width: 767px) {
    ._mobile-form-show .inline-form-cont {
        height: 817px !important
    }
}

._mobile-form-show .inline-form-wrap:after, ._mobile-form-show .inline-form-wrap:before, ._mobile-form-show .inline-form__mobile-info {
    display: none
}

._mobile-form-show .f-form {
    height: auto;
    overflow: hidden;
    opacity: 1
}

.events__promo-img-wrap {
    position: static;
    overflow: hidden;
    margin-bottom: 70px
}

@media (min-width: 1024px) {
    .events__promo-img-wrap {
        margin-bottom: 90px
    }
}

.events__promo-img {
    height: 58.4375vw;
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    z-index: 1
}

.events__promo-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 42, 64, .75)), color-stop(53.13%, rgba(36, 42, 64, 0)));
    background: -webkit-linear-gradient(top, rgba(36, 42, 64, .75), rgba(36, 42, 64, 0) 53.13%);
    background: -o-linear-gradient(top, rgba(36, 42, 64, .75) 0, rgba(36, 42, 64, 0) 53.13%);
    background: linear-gradient(180deg, rgba(36, 42, 64, .75), rgba(36, 42, 64, 0) 53.13%);
    z-index: 5
}

@media (min-width: 768px) {
    .events__promo-img {
        position: absolute;
        left: 0;
        width: 100%;
        height: 29.94791666666667vw
    }
}

@media (min-width: 1200px) {
    .events__promo-img {
        height: 26vw
    }
}

@media (min-width: 1600px) {
    .events__promo-img {
        height: 28vw
    }
}

.events__promo-info {
    margin-top: 70px;
    margin-bottom: 70px
}

@media (min-width: 1024px) {
    .events__promo-info {
        margin-top: 90px;
        margin-bottom: 90px
    }
}

.events__promo-logo {
    position: absolute;
    right: 0;
    width: 55px;
    height: 55px;
    margin-top: -10px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 1200px) {
    .events__promo-logo {
        height: 68px
    }
}

@media (min-width: 1600px) {
    .events__promo-logo {
        width: 80px;
        height: 100px
    }
}

.events__promo-date {
    width: 54.375vw;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: .08em;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .events__promo-date {
        width: 41.92708333333333vw
    }
}

.events__promo-title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: Fira Sans, sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 31px;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 1024px) {
    .events__promo-title {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.events__promo-title:after, .events__promo-title:before {
    content: "";
    display: none
}

@media (min-width: 768px) {
    .events__promo-title {
        font-size: 26px;
        line-height: 41px;
        letter-spacing: .08em
    }
}

@media (min-width: 1024px) {
    .events__promo-title {
        max-width: 640px
    }
}

@media (min-width: 1600px) {
    .events__promo-title {
        max-width: 805px
    }
}

@media (min-width: 1600px) {
    .events__promo-logo + .events__promo-date + .events__promo-title {
        max-width: 640px
    }
}

.events__promo-text {
    margin-top: 30px;
    font-size: 13px;
    line-height: 22px
}

@media (min-width: 1024px) {
    .events__promo-text {
        margin-top: 40px;
        max-width: 640px
    }
}

@media (min-width: 1600px) {
    .events__promo-text {
        max-width: 805px
    }
}

@media (min-width: 1600px) {
    .events__promo-logo + .events__promo-date + .events__promo-title + .events__promo-text {
        max-width: 640px
    }
}

.events__notice-cont {
    position: static;
    margin-top: 70px;
    margin-bottom: 80px
}

@media (min-width: 1024px) {
    .events__notice-cont {
        margin-top: 90px;
        margin-bottom: 120px
    }
}

.events__notice-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #414042
}

@media (min-width: 768px) {
    .events__notice-wrap {
        position: absolute;
        left: 0;
        width: 100%
    }
}

@media (min-width: 1024px) {
    .events__notice-wrap {
        left: 1px;
        width: calc(100% - 2px)
    }
}

.events__notice-b-1, .events__notice-b-2, .events__notice-b-3 {
    width: 100%;
    min-height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .events__notice-b-1, .events__notice-b-2, .events__notice-b-3 {
        min-height: 100px
    }
}

@media (min-width: 1200px) {
    .events__notice-b-1, .events__notice-b-2, .events__notice-b-3 {
        min-height: 120px
    }
}

.events__notice-b-1 {
    padding: 26px 30px;
    border-bottom: 1px solid #e0e0e0
}

@media (min-width: 768px) {
    .events__notice-b-1 {
        padding-left: 53px;
        padding-right: 53px
    }
}

@media (min-width: 1200px) {
    .events__notice-b-1 {
        width: 42%;
        padding: 34px 40px;
        border-bottom: none
    }
}

@media (min-width: 1600px) {
    .events__notice-b-1 {
        width: 50%;
        padding: 34px 50px
    }
}

.events__notice-b-2, .events__notice-b-3 {
    padding: 20px 30px
}

@media (min-width: 768px) {
    .events__notice-b-2, .events__notice-b-3 {
        width: 50%;
        padding: 25px 53px
    }
}

@media (min-width: 1200px) {
    .events__notice-b-2, .events__notice-b-3 {
        width: 29%;
        padding: 34px 40px
    }
}

@media (min-width: 1600px) {
    .events__notice-b-2, .events__notice-b-3 {
        width: 25%;
        padding: 34px 50px
    }
}

.events__notice-b-2 {
    border-bottom: 1px solid #e0e0e0
}

@media (min-width: 768px) {
    .events__notice-b-2 {
        border-bottom: none;
        border-right: 1px solid #e0e0e0
    }
}

@media (min-width: 1200px) {
    .events__notice-b-2 {
        border-left: 1px solid #e0e0e0
    }
}

.events__notice-text {
    max-width: 100%;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .01em;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

a.events__notice-text {
    text-decoration: none
}

a.events__notice-text:after {
    content: "";
    position: relative;
    top: 1px;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 10px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto auto;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgOUw5LjUgMC41TTkuNSAwLjVINE05LjUgMC41VjYiIHN0cm9rZT0iI0UzMUIyMyIvPgo8L3N2Zz4K")
}

.no-touch a.events__notice-text:hover {
    color: #e31b23
}

.inline-form-cont {
    margin: 0
}

.catalog-page .red-links-b {
    margin-bottom: 0;
    color: #fff
}

.catalog-page .inline-form-cont {
    margin-top: 0
}

@media (min-width: 768px) {
    .catalog-page .inline-form-cont {
        margin-top: 120px
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .catalog-page .inline-form-cont {
        margin-top: 160px
    }
}

.catalog-page._mobile-form-show .inline-form-cont {
    margin-top: 120px
}

@media (min-width: 1024px) {
    .catalog-page._mobile-form-show .inline-form-cont {
        margin-top: 160px
    }
}

.catalog__about-sect {
    margin-top: 80px;
    margin-bottom: 80px
}

@media (min-width: 1024px) {
    .catalog__about-sect {
        margin-top: 120px;
        margin-bottom: 120px
    }
}

.catalog__about-sect .inner-content > :first-child {
    margin-top: 0
}

.catalog__about-sect .inner-content > :last-child {
    margin-bottom: 0
}

.catalog__cards-sect {
    margin-top: 80px;
    margin-bottom: 80px;
    z-index: 2
}

@media (min-width: 1024px) {
    .catalog__cards-sect {
        margin-top: 120px;
        margin-bottom: 120px
    }
}

.catalog__cards-switch-wrap {
    display: none
}

@media (min-width: 1440px) {
    .catalog__cards-switch-wrap {
        display: block;
        font-size: 15px;
        line-height: 27px;
        letter-spacing: .02em;
        text-transform: lowercase
    }
}

.catalog__cards-switch {
    display: inline-block;
    margin-left: 25px;
    font-weight: 400;
    color: #e31b23
}

.catalog__cards-switch span {
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.catalog__cards-switch span._active {
    color: #242a40;
    pointer-events: none
}

@media (min-width: 768px) {
    .catalog__cards-wrap {
        margin-left: -53px;
        margin-right: -53px
    }
}

@media (min-width: 1024px) {
    .catalog__cards-wrap {
        margin-left: -75px;
        margin-right: -75px
    }
}

@media (min-width: 1200px) {
    .catalog__cards-wrap {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width: 1440px) {
    .catalog__cards-wrap {
        position: static;
        margin-top: 30px
    }

    .catalog__cards-wrap:before {
        top: 67px
    }

    .catalog__cards-wrap:after, .catalog__cards-wrap:before {
        content: "";
        position: absolute;
        left: 50%;
        width: 100%;
        height: 1px;
        background-color: rgba(214, 219, 224, .7);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .catalog__cards-wrap:after {
        bottom: 1px
    }
}

@media (min-width: 1440px) and (min-width: 1024px) {
    .catalog__cards-wrap {
        margin-top: 40px
    }
}

.catalog__cards-info-wrap {
    display: none
}

@media (min-width: 1440px) {
    .catalog__cards-info-wrap {
        position: absolute;
        right: 0;
        width: 50%;
        height: 100%;
        display: block;
        margin-top: 90px;
        padding-left: 74px;
        padding-right: 74px
    }
}

@media (min-width: 1600px) {
    .catalog__cards-info-wrap {
        margin-top: 80px;
        padding-left: 104px;
        padding-right: 104px
    }
}

.catalog__cards-info-wrap._fix {
    position: fixed;
    top: 30px;
    width: 39.3%;
    right: 6.25%
}

@media (min-width: 1600px) {
    .catalog__cards-info-wrap._fix {
        width: 40%
    }
}

@media (min-width: 1600px) and (min-width: 1024px) {
    .catalog__cards-info-wrap {
        margin-top: 120px
    }
}

.catalog__cards-info-b {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 0
}

.catalog__cards-info-b._active {
    position: relative;
    top: auto;
    left: auto;
    z-index: 10;
    opacity: 1;
    pointer-events: auto
}

.catalog__cards-info-b .h3, .catalog__cards-info-b h3 {
    margin-top: 0
}

.catalog__cards-info-b .basic-link {
    margin-top: 30px
}

@media (min-width: 1024px) {
    .catalog__cards-info-b .basic-link {
        margin-top: 40px
    }
}

.catalog__cards-info-text {
    margin-top: 30px;
    font-size: 15px;
    line-height: 25px
}

@media (min-width: 1024px) {
    .catalog__cards-info-text {
        margin-top: 40px
    }
}

.catalog__cards-info-text a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.no-touch .catalog__cards-info-text a:hover {
    font-weight: 400;
    color: #e31b23
}

.catalog__cards-info-text span {
    display: inline-block;
    color: #e31b23
}

.catalog__cards-info-bg {
    position: absolute;
    left: -104px;
    width: calc(50vw - 63px);
    height: 21.875vw;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: contain
}

@media (min-width: 1900px) {
    .catalog__cards-info-bg {
        width: calc(50vw - 74px)
    }
}

.catalog__cards-list {
    border-top: 1px solid rgba(214, 219, 224, .7);
    border-left: 1px solid rgba(214, 219, 224, .7)
}

@media (min-width: 768px) {
    .catalog__cards-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .catalog__cards-list:before {
        top: 0;
        width: 1px
    }

    .catalog__cards-list:after, .catalog__cards-list:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: rgba(214, 219, 224, .7)
    }

    .catalog__cards-list:after {
        left: 0;
        height: 1px
    }
}

@media (min-width: 1024px) {
    .catalog__cards-list {
        border-left: none
    }

    .catalog__cards-list:before {
        display: none
    }
}

@media (min-width: 1200px) {
    .catalog__cards-list {
        border-left: 1px solid rgba(214, 219, 224, .7)
    }

    .catalog__cards-list:before {
        display: block
    }
}

@media (min-width: 1440px) {
    .catalog__cards-list {
        position: absolute;
        left: 1px;
        width: 50%;
        border-top: none;
        border-left: none
    }

    .catalog__cards-list:after {
        display: none
    }
}

.catalog__cards-item {
    width: 100%;
    border-bottom: 1px solid rgba(214, 219, 224, .7);
    border-right: 1px solid rgba(214, 219, 224, .7);
    text-decoration: none
}

.no-touch .catalog__cards-item:hover .catalog__cards-item-title {
    color: #e31b23
}

.catalog__cards-item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    background-color: #f8f8f8;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.catalog__cards-item._open:before {
    opacity: 1
}

@media (min-width: 1600px) {
    .catalog__cards-item._open:before {
        opacity: 0
    }
}

.catalog__cards-item._open .catalog__cards-item-title:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (min-width: 768px) {
    .catalog__cards-item {
        width: 50%
    }

    .catalog__cards-item:nth-of-type(2n) {
        border-right: none
    }

    .catalog__cards-item:before {
        left: 0;
        width: 100%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (min-width: 1440px) {
    .catalog__cards-item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background-color: #e31b23;
        z-index: 0;
        opacity: 0;
        -webkit-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .catalog__cards-item._active {
        pointer-events: none
    }

    .catalog__cards-item._active .catalog__cards-item-img--white, .catalog__cards-item._active:before {
        opacity: 1
    }

    .catalog__cards-item._active .catalog__cards-item-title {
        color: #fff
    }
}

@media (min-width: 1600px) {
    .catalog__cards-item {
        height: 250px
    }
}

.catalog__cards-item-head {
    width: 100%;
    height: 115px;
    cursor: pointer
}

@media (min-width: 768px) {
    .catalog__cards-item-head {
        height: 217px
    }
}

@media (min-width: 1600px) {
    .catalog__cards-item-head {
        height: 100%;
        pointer-events: none
    }
}

.catalog__cards-item-img {
    position: absolute;
    top: 20px;
    right: 20px
}

@media (min-width: 768px) {
    .catalog__cards-item-img {
        top: 30px;
        right: 30px;
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: scale(1.35);
        -ms-transform: scale(1.35);
        transform: scale(1.35)
    }
}

@media (min-width: 1600px) {
    .catalog__cards-item-img {
        top: 40px;
        right: 50px
    }
}

.catalog__cards-item-img--white {
    display: none
}

@media (min-width: 1440px) {
    .catalog__cards-item-img--white {
        display: block;
        opacity: 0;
        -webkit-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s
    }
}

.catalog__cards-item-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    max-width: 250px;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-transform: lowercase;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.catalog__cards-item-title:after {
    content: "";
    position: relative;
    width: 11px;
    height: 7px;
    display: inline-block;
    margin-left: 9px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMCAxTDUuNSA1LjVMMS4zIDEuM0wxIDEiIHN0cm9rZT0iI0UzMUIyMyIvPgo8L3N2Zz4K");
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

@media (min-width: 768px) {
    .catalog__cards-item-title {
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 30px;
        width: auto;
        max-width: inherit;
        margin-left: 0;
        font-size: 15px;
        letter-spacing: .02em;
        white-space: nowrap
    }
}

@media (min-width: 1440px) {
    .catalog__cards-item-title {
        font-weight: 300
    }

    .catalog__cards-item-title:after {
        display: none
    }
}

@media (min-width: 1600px) {
    .catalog__cards-item-title {
        left: 50px;
        right: 50px;
        bottom: 40px
    }
}

.catalog__cards-item-content {
    overflow: hidden;
    display: none;
    padding: 9px 20px 50px
}

@media (min-width: 768px) {
    .catalog__cards-item-content {
        padding: 0 30px 50px
    }

    ._open .catalog__cards-item-content {
        background: #f8f8f8;
        width: calc(100% - 1px);
        display: block;
        position: absolute;
        border-bottom: 1px solid #e0e0e0;
        z-index: 2
    }
}

@media (min-width: 1024px) {
    .catalog__cards-item-content {
        padding-bottom: 70px
    }
}

@media (min-width: 1600px) {
    .catalog__cards-item-content {
        display: none !important
    }
}

.catalog__cards-item-content .basic-link {
    margin-top: 30px
}

@media (min-width: 1024px) {
    .catalog__cards-item-content .basic-link {
        margin-top: 40px
    }
}

.catalog__cards-item-link-wrap {
    margin-bottom: 24px
}

.catalog__cards-item-link-wrap:last-of-type {
    margin-bottom: 0
}

.catalog__cards-item-link {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.no-touch .catalog__cards-item-link:hover {
    color: #e31b23
}

@media (min-width: 768px) {
    .catalog__cards-item-link {
        font-size: 15px;
        line-height: 22px
    }
}

.catalog__cards-wrap-full {
    position: static;
    margin-top: 30px
}

@media (min-width: 1024px) {
    .catalog__cards-wrap-full {
        margin-top: 40px
    }
}

.catalog__cards-wrap-full:before {
    top: 67px
}

.catalog__cards-wrap-full:after, .catalog__cards-wrap-full:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: rgba(214, 219, 224, .7);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.catalog__cards-wrap-full:after {
    bottom: 1px
}

.catalog__cards-list-full {
    position: absolute;
    left: 0;
    width: 100%
}

.catalog__cards-item-full {
    padding: 90px 77px 70px
}

.catalog__cards-item-full:nth-of-type(2n):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    border-top: 1px solid rgba(214, 219, 224, .7);
    border-bottom: 1px solid rgba(214, 219, 224, .7);
    margin-left: -54px;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none
}

@media (min-width: 1600px) {
    .catalog__cards-item-full {
        padding-left: 107px;
        padding-right: 107px
    }
}

.catalog__cards-item-full__content {
    width: 100%;
    max-width: 1285px;
    margin-left: auto;
    margin-right: auto
}

.catalog__cards-item-full__content, .catalog__cards-item-full__left-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.catalog__cards-item-full__left-b {
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 10%
}

.catalog__cards-item-full__left-b .basic-link {
    margin-top: auto
}

.catalog__cards-item-full__title {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.catalog__cards-item-full__img {
    margin-top: 15px;
    margin-bottom: 50px;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(1.35);
    -ms-transform: scale(1.35);
    transform: scale(1.35)
}

@media (min-width: 1024px) {
    .catalog__cards-item-full__img {
        margin-top: 20px
    }
}

.catalog__cards-item-full__right-b {
    width: 60%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.catalog__cards-item-full__link-wrap, .catalog__cards-item-full__right-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.catalog__cards-item-full__link-wrap {
    width: calc(50% - 32px);
    height: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 88%, .5)
}

.catalog__cards-item-full__link-wrap:first-of-type, .catalog__cards-item-full__link-wrap:nth-of-type(2) {
    margin-top: -40px
}

.catalog__cards-item-full__link-wrap:nth-of-type(2n) {
    margin-left: 64px
}

.catalog__cards-item-full__link-wrap:last-child:nth-of-type(even), .catalog__cards-item-full__link-wrap:last-child:nth-of-type(odd), .catalog__cards-item-full__link-wrap:nth-last-child(2):nth-of-type(odd) {
    margin-bottom: -30px;
    border-bottom: none
}

.catalog__cards-item-full__link {
    max-width: 100%;
    display: inline-block;
    font-size: 15px;
    line-height: 30px
}

.catalog__cards-item-full__link._gray {
    color: rgba(36, 42, 64, .5)
}

a.catalog__cards-item-full__link {
    font-weight: 400;
    color: #e31b23;
    text-decoration: none
}

a.catalog__cards-item-full__link:after {
    content: "";
    position: relative;
    top: 1px;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 15px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgOUw5LjUgMC41TTkuNSAwLjVINE05LjUgMC41VjYiIHN0cm9rZT0iI0UzMUIyMyIvPgo8L3N2Zz4K")
}

._cards-short .catalog__cards-wrap {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

._cards-short .catalog__cards-wrap-full {
    position: relative;
    height: 0 !important;
    overflow: hidden;
    opacity: 0;
    margin: 0;
    pointer-events: none
}

._cards-full .catalog__cards-sect {
    margin-bottom: 0
}

._cards-full .red-links-b {
    margin-top: 0
}

._cards-full .catalog__cards-wrap {
    position: relative;
    height: 0 !important;
    overflow: hidden;
    margin: 0;
    opacity: 0;
    pointer-events: none
}

._cards-full .catalog__cards-wrap-full {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.catalog__advantages-sect {
    padding-top: 80px;
    padding-bottom: 70px
}

@media (min-width: 1024px) {
    .catalog__advantages-sect {
        padding-top: 120px;
        padding-bottom: 90px
    }
}

.catalog__advantages-sect .h2, .catalog__advantages-sect h2 {
    margin-top: 0
}

.catalog__advantages-sect .basic-link {
    margin-top: 50px
}

@media (min-width: 1024px) {
    .catalog__advantages-sect .basic-link {
        margin-top: 70px
    }
}

.catalog__advantages-wrap {
    margin-top: 80px
}

@media (min-width: 1024px) {
    .catalog__advantages-wrap {
        margin-top: 120px
    }
}

@media (min-width: 768px) {
    .catalog__advantages-wrap {
        margin-left: -53px;
        margin-right: -53px;
        border-left: 1px solid rgba(214, 219, 224, .7);
        border-top: 1px solid rgba(214, 219, 224, .7)
    }
}

@media (min-width: 1024px) {
    .catalog__advantages-wrap {
        margin-left: -75px;
        margin-right: -75px;
        border-left: none;
        border-right: none
    }
}

@media (min-width: 1200px) {
    .catalog__advantages-wrap {
        position: static;
        margin-left: 0;
        margin-right: 0;
        border-top: none
    }
}

@media (min-width: 768px) {
    .catalog__advantages-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .catalog__advantages-list:before {
        top: 0;
        width: 1px
    }

    .catalog__advantages-list:after, .catalog__advantages-list:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: rgba(214, 219, 224, .7)
    }

    .catalog__advantages-list:after {
        left: 0;
        height: 1px
    }
}

@media (min-width: 1024px) {
    .catalog__advantages-list {
        left: 1px;
        width: calc(100% - 1px)
    }

    .catalog__advantages-list:before {
        display: none
    }
}

@media (min-width: 1200px) {
    .catalog__advantages-list {
        position: absolute;
        border-top: 1px solid rgba(214, 219, 224, .7)
    }
}

.catalog__advantages-item {
    display: block;
    margin-top: 30px;
    text-decoration: none
}

@media (min-width: 768px) {
    .catalog__advantages-item {
        width: 50%;
        height: 250px;
        margin-top: 0;
        border-right: 1px solid rgba(214, 219, 224, .7);
        border-bottom: 1px solid rgba(214, 219, 224, .7)
    }
}

@media (min-width: 1024px) {
    .catalog__advantages-item {
        width: 33.333%;
        height: 230px
    }

    .catalog__advantages-item:nth-of-type(3n+3) {
        border-right: none
    }
}

@media (min-width: 1200px) {
    .catalog__advantages-item {
        width: 25%;
        height: 250px
    }

    .catalog__advantages-item:nth-of-type(3n+3) {
        border-right: 1px solid rgba(214, 219, 224, .7)
    }

    .catalog__advantages-item:nth-of-type(4n+4) {
        border-right: none
    }
}

.catalog__advantages-title {
    font-weight: 400;
    font-size: 26px;
    line-height: 41px;
    letter-spacing: .08em;
    text-transform: lowercase;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .catalog__advantages-title {
        position: absolute;
        top: 37px;
        left: 50px;
        right: 50px;
        font-family: Noto Sans, sans-serif;
        font-weight: 400;
        font-size: 40px;
        line-height: 65px;
        text-align: right;
        letter-spacing: .04em
    }
}

@media (min-width: 1024px) {
    .catalog__advantages-title {
        left: 37px;
        right: 37px
    }
}

@media (min-width: 1600px) {
    .catalog__advantages-title {
        left: 50px;
        right: 50px
    }
}

.catalog__advantages-text {
    margin-top: 9px;
    font-size: 12px;
    line-height: 20px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .catalog__advantages-text {
        position: absolute;
        bottom: 37px;
        left: 50px;
        right: 50px;
        font-size: 13px;
        line-height: 22px
    }
}

@media (min-width: 1024px) {
    .catalog__advantages-text {
        left: 37px;
        right: 37px
    }
}

@media (min-width: 1600px) {
    .catalog__advantages-text {
        bottom: 40px;
        left: 50px;
        right: 50px
    }
}

.company-page {
    height: 100%
}

.company-page .red-links-b {
    color: #fff
}

.company-page .outer-content {
    padding-top: 0
}

.company-page .aside-links-wrap + .red-links-b {
    margin-top: 0
}

.company-page .catalog__advantages-sect {
    padding-top: 0;
    padding-bottom: 0
}

.company-page .text-img-b {
    margin-bottom: 80px
}

@media (min-width: 1024px) {
    .company-page .text-img-b {
        margin-bottom: 120px
    }
}

@media (min-width: 768px) {
    .company-page .inline-form-cont {
        margin-top: 0
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .company-page .inline-form-cont {
        margin-top: 0
    }
}

.about__about-sect {
    width: 100%;
    min-height: 640px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 100px 0 0
}

@media (min-height: 600px) {
    .about__about-sect {
        min-height: 100%
    }
}

@media (min-width: 768px) {
    .about__about-sect {
        height: 100% !important;
        padding-top: 90px
    }
}

@media (min-width: 1024px) {
    .about__about-sect {
        display: block
    }
}

@media (min-width: 1200px) {
    .about__about-sect {
        padding-top: 120px
    }
}

@media (min-width: 1600px) {
    .about__about-sect {
        padding-top: 150px
    }
}

.about__about-sect .h1, .about__about-sect h1 {
    max-width: 860px;
    font-weight: 400;
    font-size: 26px;
    line-height: 42px
}

@media (min-width: 768px) {
    .about__about-sect .h1, .about__about-sect h1 {
        margin-top: 0;
        font-size: 50px;
        line-height: 82px;
        letter-spacing: .04em
    }
}

.about__about-sect .basic-slider-btn._prev {
    left: 6px
}

.about__about-sect .basic-slider-btn._next {
    right: 6px
}

@media (min-width: 768px) {
    .about__about-sect .basic-slider-btn {
        bottom: 26px
    }

    .about__about-sect .basic-slider-btn._prev {
        left: 110px;
        margin-left: 0
    }

    .about__about-sect .basic-slider-btn._next {
        right: 110px;
        margin-right: 0
    }
}

@media (min-width: 1024px) {
    .about__about-sect .basic-slider-btn:after, .about__about-sect .basic-slider-btn:before {
        width: 17px;
        height: 35px
    }

    .about__about-sect .basic-slider-btn._prev {
        top: 53px;
        bottom: auto;
        left: auto;
        right: 18px
    }

    .about__about-sect .basic-slider-btn._prev:before {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNyAzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcgMzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRTMxQjIzO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LjUsMzVWMS41TDE2LDkiLz4KPC9zdmc+Cg==")
    }

    .about__about-sect .basic-slider-btn._prev:after {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNyAzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcgMzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRTMxQjIzO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOC41LDM1VjEuNSIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEsOWw3LjUtNy41bDcsN0wxNiw5Ii8+CjwvZz4KPC9zdmc+Cg==")
    }

    .about__about-sect .basic-slider-btn._next {
        bottom: 53px;
        right: 18px
    }

    .about__about-sect .basic-slider-btn._next:before {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNyAzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcgMzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRTMxQjIzO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LjUsMHYzMy41TDEsMjYiLz4KPC9zdmc+Cg==")
    }

    .about__about-sect .basic-slider-btn._next:after {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNyAzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcgMzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRTMxQjIzO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOC41LDB2MzMuNSIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE2LDI2bC03LjUsNy41bC03LTdMMSwyNiIvPgo8L2c+Cjwvc3ZnPgo=")
    }
}

@media (min-width: 1200px) {
    .about__about-sect .basic-slider-btn {
        margin-top: 0
    }

    .about__about-sect .basic-slider-btn._next {
        top: auto
    }
}

@media (min-width: 1600px) {
    .about__about-sect .basic-slider-btn._prev {
        top: 85px;
        right: 20px
    }

    .about__about-sect .basic-slider-btn._next {
        bottom: 85px;
        right: 20px
    }
}

.about__mobile-slides-wrap {
    width: 100%;
    min-height: calc(100% - 150px);
    overflow: hidden
}

@media (min-width: 768px) {
    .about__mobile-slides-wrap {
        display: none
    }
}

.about__mobile-slides__circle {
    position: absolute;
    top: 100px;
    right: 0;
    border-radius: 50%;
    border: 1px solid rgba(214, 219, 224, .7)
}

@media (min-width: 768px) {
    .about__mobile-slides__circle {
        display: none
    }
}

.about__mobile-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 15px;
    z-index: 1;
    opacity: 0;
    pointer-events: none
}

.about__mobile-slide._active {
    position: relative;
    top: auto;
    left: auto;
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    pointer-events: auto
}

._slide-default .h1, ._slide-default h1 {
    margin-top: 90px;
    padding-right: 20px
}

._slide-default p {
    max-width: 534px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 20px
}

.about__mobile-slide__subtitle {
    max-width: 534px;
    margin-top: 55px;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: .02em;
    text-transform: lowercase;
    opacity: .5
}

.about__mobile-slide__text {
    max-width: 534px;
    margin-top: 30px;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px
}

.about__mobile-slide__text span {
    color: #e31b23
}

.about__mobile-slide__list-item {
    margin-top: 30px
}

.about__mobile-slide__list-title {
    font-weight: 400;
    font-size: 26px;
    line-height: 41px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.about__mobile-slide__list-text {
    font-size: 12px;
    line-height: 20px
}

.about__mobile-slide__logos-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 38px;
    border-top: 1px solid rgba(214, 219, 224, .7);
    border-left: 1px solid rgba(214, 219, 224, .7)
}

.about__mobile-slide__logo {
    width: 33.33333%;
    height: 31.25vw;
    border-right: 1px solid rgba(214, 219, 224, .7);
    border-bottom: 1px solid rgba(214, 219, 224, .7)
}

.about__mobile-slide__logo-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70%;
    height: 55%;
    margin: auto;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain
}

.about__promo-wrap {
    width: 100%;
    height: calc(100vh - 120px);
    display: none;
    position: relative;
    top: -63px
}

.about__promo-wrap .content {
    height: 100%;
    overflow: hidden
}

.about__promo-wrap .content:after, .about__promo-wrap .content:before {
    display: none
}

@media (min-width: 768px) {
    .about__promo-wrap {
        display: block
    }
}

@media (min-width: 1024px) {
    .about__promo-wrap {
/*        height: 100%*/
    }
}

@media (max-width: 768px) {
    .about__promo-wrap {
        height: calc(100vh - 240px)
    }

    .about__promo-wrap .content {
        overflow: visible;
        height: calc(100vh - 169px)
    }
}

.company__circle-wrap {
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    top: -14px;
    width: calc(100vh - 170px);
    height: calc(100vh - 170px);
    margin: auto;
    z-index: 10;
    -webkit-transform: rotate(0) translateZ(0);
    transform: rotate(0) translateZ(0);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    pointer-events: none
}

@media (min-width: 1024px) {
    .company__circle-wrap {
        top: 0
    }
}

@media (min-width: 1200px) {
    .company__circle-wrap {
        left: -106px
    }
}

@media (max-width: 768px) {
    .company__circle-wrap {
        width: calc(100vw - 130px);
        height: calc(100vw - 130px)
    }
}

.company__main-circle {
    width: 100%;
    height: 100%;
    z-index: 5;
    -webkit-transform: rotate(45deg) scaleY(-1);
    -ms-transform: rotate(45deg) scaleY(-1);
    transform: rotate(45deg) scaleY(-1)
}

.company__main-circle svg {
    overflow: visible
}

.company__main-circle path {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.company__main-circle path:nth-of-type(2) {
    z-index: 5
}

.company__nav-circles-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.company__nav-circle {
    position: absolute;
    width: 27px;
    height: 27px;
    cursor: pointer;
    pointer-events: auto;
    -webkit-transform: scale(.625);
    -ms-transform: scale(.625);
    transform: scale(.625)
}

@media (min-width: 1024px) {
    .company__nav-circle {
        width: 22px;
        height: 22px
    }
}

@media (min-width: 1600px) {
    .company__nav-circle {
        width: 32px;
        height: 32px
    }
}

.company__nav-circle:first-of-type {
    top: 13.6%;
    left: 11.5%;
    -webkit-transform: rotate(-45deg) scaleY(-1);
    -ms-transform: rotate(-45deg) scaleY(-1);
    transform: rotate(-45deg) scaleY(-1)
}

@media (max-width: 1600px) {
    .company__nav-circle:first-of-type {
        left: 12.7%
    }
}

.company__nav-circle:nth-of-type(2) {
    top: 3.5%;
    right: 25%;
    -webkit-transform: rotate(45deg) scaleY(-1);
    -ms-transform: rotate(45deg) scaleY(-1);
    transform: rotate(45deg) scaleY(-1)
}

@media (max-width: 1600px) {
    .company__nav-circle:nth-of-type(2) {
        top: 4.5%
    }
}

.company__nav-circle:nth-of-type(3) {
    bottom: 39.2%;
    right: -1.5%;
    -webkit-transform: rotate(135deg) scaleY(-1);
    -ms-transform: rotate(135deg) scaleY(-1);
    transform: rotate(135deg) scaleY(-1)
}

@media (max-width: 1600px) {
    .company__nav-circle:nth-of-type(3) {
        right: -.5%
    }
}

.company__nav-circle:nth-of-type(4) {
    bottom: -1.2%;
    left: 54.9%
}

.company__nav-circle:nth-of-type(4), .company__nav-circle:nth-of-type(5) {
    -webkit-transform: rotate(225deg) scaleY(-1);
    -ms-transform: rotate(225deg) scaleY(-1);
    transform: rotate(225deg) scaleY(-1)
}

.company__nav-circle:nth-of-type(5) {
    left: 3.2%;
    top: 70%
}

.company__nav-circle._active svg {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.company__nav-circle svg {
    overflow: visible
}

.company__nav-circle path {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.company__nav-circle path:nth-of-type(2) {
    z-index: 5
}

.about__promo-slides-wrap {
    height: 100%;
    z-index: 5
}

@media (min-width: 1200px) {
    .about__promo-slides-wrap {
        left: -20px;
        margin: 0 30px
    }
}

.about__promo-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
    -webkit-transition: opacity .2s linear .2s, -webkit-transform .35s;
    transition: opacity .2s linear .2s, -webkit-transform .35s;
    -o-transition: opacity .2s .2s linear, transform .35s;
    transition: opacity .2s linear .2s, transform .35s;
    transition: opacity .2s linear .2s, transform .35s, -webkit-transform .35s;
    pointer-events: none
}

.about__promo-slide._active {
    height: 100%;
    z-index: 10;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .2s linear .35s;
    -o-transition: opacity .2s .35s linear;
    transition: opacity .2s linear .35s;
    pointer-events: auto
}

@media (min-width: 1024px) {
    .about__promo-slide .inner-content {
        width: 100%
    }
}

@media (min-width: 1600px) {
    .about__promo-slide .inner-content {
        padding-left: 107px;
        padding-right: 107px
    }
}

@media (min-width: 1900px) {
    .about__promo-slide .inner-content {
        padding-left: 122px;
        padding-right: 122px
    }
}

@media (min-width: 768px) {
    .about__promo-slide .p, .about__promo-slide p {
        max-width: 534px;
        margin-top: 30px;
        font-size: 15px;
        line-height: 26px;
        letter-spacing: .01em
    }
}

@media (min-width: 768px) {
    .about__promo-slide {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 1024px) {
    .about__promo-slide .p, .about__promo-slide p {
        max-width: 430px
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .about__promo-slide .p, .about__promo-slide p {
        margin-top: 40px
    }
}

.about__promo-catalog-wrap {
    width: 100%;
    height: calc(100% + 1px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    border-left: 1px solid rgba(214, 219, 224, .7)
}

@media (min-width: 1200px) {
    .about__promo-catalog-wrap {
        height: auto;
        border-top: 1px solid rgba(214, 219, 224, .7)
    }
}

@media (min-width: 1600px) {
    .about__promo-catalog-wrap {
        max-width: 1180px
    }
}

.about__promo-catalog-2-wrap {
    height: auto;
    border-top: 1px solid rgba(214, 219, 224, .7)
}

@media (min-width: 1200px) {
    .about__promo-catalog-2-wrap {
        max-width: 990px
    }
}

.about__promo-catalog-2-wrap .about__promo-catalog-item {
    height: 213px
}

@media (min-width: 1024px) {
    .about__promo-catalog-2-wrap .about__promo-catalog-item {
        height: 226px
    }
}

@media (min-width: 1200px) {
    .about__promo-catalog-2-wrap .about__promo-catalog-item {
        width: 33.33333%
    }
}

@media (min-width: 1600px) {
    .about__promo-catalog-2-wrap .about__promo-catalog-item {
        height: 256px
    }
}

@media (min-width: 1200px) {
    .about__promo-catalog-2-wrap .about__promo-catalog-title {
        left: 40px;
        right: 40px;
        bottom: 28px
    }
}

@media (min-width: 1600px) {
    .about__promo-catalog-2-wrap .about__promo-catalog-title {
        left: 50px;
        right: 50px;
        bottom: 40px
    }
}

.about__promo-catalog-item {
    width: 50%;
    height: 25%;
    text-decoration: none;
    border-right: 1px solid rgba(214, 219, 224, .7);
    border-bottom: 1px solid rgba(214, 219, 224, .7)
}

@media (min-width: 1024px) {
    .about__promo-catalog-item {
        width: 33.33333%;
        height: 33.33333%
    }
}

@media (min-width: 1200px) {
    .about__promo-catalog-item {
        width: 25%;
        height: 177px
    }
}

@media (min-width: 1600px) {
    .about__promo-catalog-item {
        height: 255px
    }
}

.no-touch a.about__promo-catalog-item:hover .about__promo-catalog-title {
    color: #e31b23
}

.about__promo-catalog-img {
    position: absolute;
    top: 44px;
    right: 47px
}

@media (min-width: 1024px) {
    .about__promo-catalog-img {
        top: 24px;
        right: 27px
    }
}

@media (min-width: 1600px) {
    .about__promo-catalog-img {
        top: 44px;
        right: 47px
    }
}

.about__promo-catalog-title {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 40px;
    font-size: 13px;
    line-height: 22px;
    text-transform: lowercase;
    -webkit-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear
}

@media (min-width: 1024px) {
    .about__promo-catalog-title {
        left: 30px;
        right: 30px;
        bottom: 20px
    }
}

@media (min-width: 1600px) {
    .about__promo-catalog-title {
        left: 50px;
        right: 50px;
        bottom: 40px
    }
}

.about__promo-catalog-digit {
    position: absolute;
    top: 23px;
    right: 38px;
    margin: 0
}

@media (min-width: 1024px) {
    .about__promo-catalog-digit {
        top: 13px;
        right: 27px
    }
}

@media (min-width: 1200px) {
    .about__promo-catalog-digit {
        top: 18px;
        right: 32px
    }
}

@media (min-width: 1600px) {
    .about__promo-catalog-digit {
        top: 31px;
        right: 48px
    }
}

.about__promo-catalog-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 130px;
    height: 80px;
    margin: auto;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain
}

.about__promo-slide__text {
    top: -5px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.about__promo-slide__text:before {
    display: none
}

.about__promo-slide__text span {
    display: inline-block;
    color: #e31b23
}

.about__about-sect__controls-b {
    background: #fff;
    width: 100%;
    height: 80px;
    margin-top: auto;
    border-top: 1px solid rgba(214, 219, 224, .7);
    z-index: 5
}

.about__about-sect__controls-b:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #242a40;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

._about-autoplay .about__about-sect__controls-b:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform 3.5s linear;
    transition: -webkit-transform 3.5s linear;
    -o-transition: transform 3.5s linear;
    transition: transform 3.5s linear;
    transition: transform 3.5s linear, -webkit-transform 3.5s linear
}

@media (min-width: 768px) {
    .about__about-sect__controls-b:after {
        display: none
    }
}

@media (min-width: 768px) {
    .about__about-sect__controls-b {
        height: 90px
    }
}

@media (min-width: 1024px) {
    .about__about-sect__controls-b {
        position: absolute;
        top: 90px;
        right: 0;
        width: 90px;
        height: calc(100% - 90px);
        margin-top: 0;
        border-top: none;
        border-left: 1px solid rgba(214, 219, 224, .7)
    }
}

@media (min-width: 1200px) {
    .about__about-sect__controls-b {
        top: 120px;
        height: calc(100% - 120px)
    }
}

@media (min-width: 1600px) {
    .about__about-sect__controls-b {
        top: 150px;
        width: 95px;
        height: calc(100% - 150px)
    }
}

@media (min-width: 1900px) {
    .about__about-sect__controls-b {
        width: 115px
    }
}

.about__about-sect__count-text {
    font-size: 13px;
    line-height: 80px;
    text-align: center
}

.about__about-sect__count-text div {
    display: inline-block
}

.about__about-sect__count-text div + div {
    margin-left: 8px;
    font-weight: 400;
    display: none
}

@media (min-width: 768px) {
    .about__about-sect__count-text {
        line-height: 90px
    }

    .about__about-sect__count-text div {
        display: none
    }

    .about__about-sect__count-text div + div {
        display: inline-block
    }

    .about__about-sect__count-text span {
        display: none
    }

    .about__about-sect__count-text span._active {
        display: inline-block
    }
}

@media (min-width: 1024px) {
    .about__about-sect__count-text {
        position: absolute;
        top: 50%;
        right: 0;
        width: 150px;
        margin-top: -14px;
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-transform: rotate(-90deg) translateX(100%);
        -ms-transform: rotate(-90deg) translateX(100%);
        transform: rotate(-90deg) translateX(100%)
    }
}

.company__certs-sect {
    margin-top: 80px;
    margin-bottom: 80px
}

@media (min-width: 1024px) {
    .company__certs-sect {
        margin-top: 120px;
        margin-bottom: 120px
    }
}

.catalog__certs-wrap {
    margin-top: 80px
}

@media (min-width: 1024px) {
    .catalog__certs-wrap {
        margin-top: 120px
    }
}

@media (min-width: 768px) {
    .catalog__certs-wrap {
        margin-left: -53px;
        margin-right: -53px
    }
}

@media (min-width: 1024px) {
    .catalog__certs-wrap {
        margin-left: -75px;
        margin-right: -75px
    }
}

@media (min-width: 1200px) {
    .catalog__certs-wrap {
        position: static;
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width: 768px) {
    .catalog__certs-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 1200px) {
    .catalog__certs-list {
        position: absolute;
        left: 0;
        width: 100%
    }
}

.catalog__certs-item {
    height: 100vw;
    max-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    background-color: #eeeff1;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff
}

@media (min-width: 768px) {
    .catalog__certs-item {
        width: 50%;
        height: 318px;
        max-height: inherit
    }
}

@media (min-width: 1024px) {
    .catalog__certs-item {
        height: 348px
    }
}

@media (min-width: 1200px) {
    .catalog__certs-item {
        height: 444px
    }
}

@media (min-width: 1440px) {
    .catalog__certs-item {
        width: 33.333%;
        height: 425px
    }
}

.catalog__certs-title {
    position: absolute;
    top: 25px;
    left: 30px;
    right: 30px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: .08em;
    text-transform: uppercase;
    z-index: 5;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .catalog__certs-title {
        top: 30px
    }
}

@media (min-width: 1200px) {
    .catalog__certs-title {
        top: 50px;
        left: 50px;
        right: 50px
    }
}

@media (min-width: 1440px) {
    .catalog__certs-title {
        top: 30px
    }
}

@media (min-width: 1600px) {
    .catalog__certs-title {
        top: 60px;
        left: 55px;
        right: 55px
    }
}

.catalog__certs-img {
    top: -15px;
    width: 200px;
    height: 182px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    z-index: 0;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .catalog__certs-img {
        top: -10px
    }
}

@media (min-width: 1200px) {
    .catalog__certs-img {
        top: 0;
        width: 262px;
        height: 238px
    }
}

@media (min-width: 1600px) {
    .catalog__certs-img {
        top: 5px
    }
}

.catalog__certs-text {
    position: absolute;
    bottom: 35px;
    left: 30px;
    right: 30px;
    font-size: 13px;
    line-height: 22px;
    z-index: 5;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .catalog__certs-text {
        bottom: 30px
    }
}

@media (min-width: 1200px) {
    .catalog__certs-text {
        bottom: 50px;
        left: 50px;
        right: 50px
    }
}

@media (min-width: 1440px) {
    .catalog__certs-text {
        bottom: 30px
    }
}

@media (min-width: 1600px) {
    .catalog__certs-text {
        left: 55px;
        right: 55px
    }
}

.news-page .inner-content--first > :last-child {
    margin-bottom: 0
}

.news-page .inline-file {
    margin-bottom: 80px
}

@media (min-width: 1024px) {
    .news-page .inline-file {
        margin-bottom: 120px
    }
}

.news-item-page .news__info-b {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .news-item-page .news__info-b {
        margin-bottom: 80px
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .news-item-page .news__info-b {
        margin-bottom: 120px
    }
}

.news-item-page .news-sect-cont {
    overflow: hidden;
    padding-top: 0;
    border-top: none;
    background-color: #fff
}

.news-item-page .news__news-cont {
    z-index: 5
}

@media (min-width: 768px) {
    .news-item-page .news__news-cont {
        margin-top: 0
    }
}

.news__info-b > :last-child {
    margin-bottom: 0
}

.news__contacts-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px
}

@media (min-width: 1024px) {
    .news__contacts-b {
        margin-bottom: 70px
    }
}

@media (min-width: 1600px) {
    .news__contacts-b {
        width: 966px
    }
}

.news__contacts-item {
    width: 100%;
    margin-bottom: 30px
}

@media (min-width: 1024px) {
    .news__contacts-item {
        margin-bottom: 40px
    }
}

.news__contacts-item:last-of-type {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .news__contacts-item {
        width: 50%
    }

    .news__contacts-item:first-of-type {
        width: 100%
    }

    .news__contacts-item:last-of-type, .news__contacts-item:nth-last-of-type(2) {
        margin-bottom: 0
    }

    .news__contacts-item:nth-child(2n+3) {
        padding-left: 53px
    }
}

@media (min-width: 1200px) {
    .news__contacts-item:first-of-type {
        width: 50%
    }

    .news__contacts-item:nth-child(2n+3) {
        padding-left: 0
    }

    .news__contacts-item:nth-child(2n+2) {
        padding-left: 75px
    }
}

@media (min-width: 1600px) {
    .news__contacts-item {
        width: 25%
    }

    .news__contacts-item:nth-child(4n) {
        width: 50%
    }

    .news__contacts-item:nth-child(2n+2) {
        padding-left: 0
    }

    .news__contacts-item:nth-child(3n+3) {
        padding-left: 80px
    }

    .news__contacts-item:last-of-type, .news__contacts-item:nth-last-of-type(2), .news__contacts-item:nth-last-of-type(3) {
        margin-bottom: 0
    }
}

.news__contacts-item .teaser-text {
    margin-top: 10px
}

@media (min-width: 768px) {
    .news__contacts-item .teaser-text {
        font-size: 18px;
        line-height: 30px
    }
}

@media (min-width: 1024px) {
    .news__contacts-item .teaser-text {
        font-size: 20px;
        line-height: 34px
    }
}

.news__contacts-item a.teaser-text {
    display: inline-block;
    text-decoration: none;
    white-space: nowrap
}

.no-touch .news__contacts-item a.teaser-text:hover {
    color: #e31b23
}

.inline-files-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 80px
}

@media (min-width: 1024px) {
    .inline-files-wrap {
        margin-top: 70px;
        margin-bottom: 120px
    }
}

@media (min-width: 768px) {
    .inline-files-wrap {
        margin-left: -53px;
        margin-right: -53px
    }
}

@media (min-width: 1024px) {
    .inline-files-wrap {
        margin-left: -75px;
        margin-right: -75px
    }
}

@media (min-width: 1200px) {
    .inline-files-wrap {
        margin-left: 0;
        margin-right: 0
    }
}

.inline-files-wrap .file-item {
    width: 100%;
    border: none
}

@media (min-width: 768px) {
    .inline-files-wrap .file-item {
        width: 50%
    }
}

@media (min-width: 1600px) {
    .inline-files-wrap {
        width: 966px
    }
}

.news-sect-cont {
    left: 50%;
    width: 100vw;
    padding-top: 70px;
    border-top: 1px solid rgba(214, 219, 224, .7);
    background-color: #f8f8f8;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: padding .1s linear;
    -o-transition: padding .1s linear;
    transition: padding .1s linear
}

.news-sect-cont:first-of-type {
    border-top: none
}

.news-sect-cont:nth-of-type(odd) {
    background-color: #fff
}

.news-sect-cont .content:after, .news-sect-cont .content:before {
    display: none
}

.news-sect-cont .h5, .news-sect-cont h5 {
    margin: 0
}

.news-sect-cont .basic-link {
    margin-top: 0;
    margin-bottom: 50px
}

@media (min-width: 1024px) {
    .news-sect-cont .basic-link {
        margin-bottom: 70px
    }
}

@media (min-width: 1024px) {
    .news-sect-cont {
        margin-left: -64px;
        padding-top: 90px
    }
}

@media (min-width: 1600px) {
    .news-sect-cont {
        margin-left: 16px
    }
}

@media (min-width: 1900px) {
    .news-sect-cont {
        margin-left: 6px
    }
}

.news__news-cont {
    position: static;
    margin-top: 50px;
    margin-bottom: 50px
}

@media (min-width: 1024px) {
    .news__news-cont {
        margin-top: 70px;
        margin-bottom: 70px
    }
}

.news__news-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 1px solid rgba(214, 219, 224, .7);
    border-right: 1px solid rgba(214, 219, 224, .7)
}

.news__news-wrap:before {
    top: 0
}

.news__news-wrap:after, .news__news-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(214, 219, 224, .7);
    z-index: 0
}

.news__news-wrap:after {
    bottom: 0
}

@media (min-width: 768px) {
    .news__news-wrap {
        position: absolute;
        left: 1px;
        width: calc(100% - 1px);
        border-right: none
    }
}

@media (min-width: 1024px) {
    .news__news-wrap {
        border-left: none
    }
}

.news-right-border {
    display: none
}

@media (min-width: 768px) {
    .news-right-border {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: rgba(214, 219, 224, .7);
        display: block;
        z-index: 10
    }
}

@media (min-width: 1024px) {
    .news-right-border {
        display: none
    }
}

.news-item {
    width: 100%;
    min-height: 326px;
    text-decoration: none;
    border-bottom: 1px solid rgba(214, 219, 224, .7);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.news-item._big {
    min-height: calc(315px + 54.0625vw)
}

.news-item._big .news-item__img {
    position: relative;
    top: auto;
    left: auto;
    height: 54.0625vw;
    opacity: 1
}

.news-item._big .news-item__img:after {
    display: none
}

.news-item._big .news-item__info {
    height: calc(100% - 54.0625vw)
}

.no-touch .news-item:hover .news-item__title {
    color: #e31b23
}

.no-touch .news-item:hover:not(._big) .news-item__img {
    opacity: 1
}

.no-touch .news-item:hover:not(._big) .news-item__img + .news-item__info .news-item__date, .no-touch .news-item:hover:not(._big) .news-item__img + .news-item__info .news-item__text {
    color: #fff
}

.no-touch .news-item:hover._video .news-item__title {
    color: #242a40
}

.no-touch .news-item._video .news-item__info:hover .news-item__title {
    color: #e31b23
}

.news-item .video__video-wrap {
    width: 100%;
    height: 100%
}

@media (min-width: 768px) {
    .news-item {
        width: 50%;
        min-height: 315px;
        border-right: 1px solid rgba(214, 219, 224, .7)
    }

    .news-item._big {
        width: 100%;
        min-height: 315px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: -1px;
        border-top: 1px solid rgba(214, 219, 224, .7);
        border-right: none
    }

    .news-item._big:first-of-type {
        margin-top: 0
    }

    .news-item._big .news-item__img, .news-item._big .news-item__info {
        width: 50%;
        height: 100%
    }

    .news-item._next {
        margin-left: auto;
        border-left: 1px solid rgba(214, 219, 224, .7)
    }

    .news-item .video-wrap__play-btn {
        width: 145px;
        height: 95px
    }

    .news-item .video-wrap__play-btn:after, .news-item .video-wrap__play-btn:before {
        width: 24px;
        height: 26px
    }
}

@media (min-width: 1200px) {
    .news-item {
        min-height: 420px
    }

    .news-item._big {
        min-height: 400px
    }

    .news-item._big .news-item__title {
        margin-bottom: 40px
    }

    .news-item._big .news-item__info {
        padding: 57px 60px 57px 74px
    }

    .news-item .video-wrap__play-btn {
        width: 190px;
        height: 132px
    }

    .news-item .video-wrap__play-btn:after, .news-item .video-wrap__play-btn:before {
        width: 32px;
        height: 37px
    }
}

@media (min-width: 1600px) {
    .news-item {
        width: 33.333%;
        min-height: 425px
    }

    .news-item._big .news-item__img {
        width: 46.8125vw;
        min-height: 446px
    }

    .news-item._big .news-item__info {
        width: 100%;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        padding: 80px 107px
    }

    .news-item._next {
        border-left: 1px solid rgba(214, 219, 224, .7)
    }

    .news-item .video__video-wrap {
        min-height: 446px
    }

    .news-item .video-wrap__play-btn {
        width: 215px;
        height: 150px
    }
}

@media (min-width: 768px) {
    .news-item._child-2 {
        border-right: none
    }
}

@media (min-width: 1200px) {
    .news-item._child-2 .news-item__info {
        padding: 80px 60px 80px 74px
    }
}

@media (min-width: 1600px) {
    .news-item._child-2 {
        border-right: 1px solid rgba(214, 219, 224, .7)
    }

    .news-item._child-2 .news-item__info {
        padding: 80px 56px
    }
}

@media (min-width: 1600px) {
    .news-item._child-3 {
        border-right: none
    }
}

.news-item._prev + .news-item._next {
    border-left: none
}

@media (min-width: 1600px) {
    .news-item._prev + .news-item._next {
        border-left: 1px solid rgba(214, 219, 224, .7)
    }
}

.news-item__logo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 53px;
    height: 34px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: contain;
    z-index: 10
}

@media (min-width: 1200px) {
    .news-item__logo {
        top: 52px;
        right: 34px
    }
}

.news-item__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.news-item__img:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 42, 64, .55)), to(rgba(36, 42, 64, .55))), -webkit-gradient(linear, left bottom, left top, from(rgba(36, 42, 64, .25)), to(rgba(36, 42, 64, .25)));
    background: -webkit-linear-gradient(bottom, rgba(36, 42, 64, .55), rgba(36, 42, 64, .55)), -webkit-linear-gradient(bottom, rgba(36, 42, 64, .25), rgba(36, 42, 64, .25));
    background: -o-linear-gradient(bottom, rgba(36, 42, 64, .55), rgba(36, 42, 64, .55)), -o-linear-gradient(bottom, rgba(36, 42, 64, .25), rgba(36, 42, 64, .25));
    background: linear-gradient(0deg, rgba(36, 42, 64, .55), rgba(36, 42, 64, .55)), linear-gradient(0deg, rgba(36, 42, 64, .25), rgba(36, 42, 64, .25));
    background-blend-mode: darken
}

.news-item__info {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    text-decoration: none
}

@media (min-width: 768px) {
    .news-item__info {
        padding: 40px
    }
}

@media (min-width: 1200px) {
    .news-item__info {
        padding: 80px 74px 80px 57px
    }
}

@media (min-width: 1600px) {
    .news-item__info {
        padding: 80px 56px
    }
}

.news-item__date {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.news-item__date, .news-item__title {
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.news-item__title {
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .04em
}

@media (min-width: 1024px) {
    .news-item__title {
        margin-top: 22px
    }
}

@media (min-width: 1200px) {
    .news-item__title {
        margin-top: 40px;
        margin-bottom: 50px;
        font-size: 22px;
        line-height: 34px
    }
}

@media (min-width: 1600px) {
    .news-item__title {
        margin-bottom: 40px
    }
}

.news-item__text {
    margin-top: inherit;
    font-size: 13px;
    line-height: 22px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.news__filter-cont {
    position: static;
    height: 159px;
    margin-top: 50px;
    margin-bottom: 50px
}

@media (min-width: 1024px) {
    .news__filter-cont {
        margin-top: 70px;
        margin-bottom: 70px
    }
}

@media (min-width: 768px) {
    .news__filter-cont {
        height: 80px;
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .news__filter-cont {
        display: none
    }
}

.news__filter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 15
}

@media (min-width: 768px) {
    .news__filter-wrap {
        position: absolute;
        left: 1px;
        width: calc(100% - 1px)
    }
}

@media (min-width: 1024px) {
    .news__filter-wrap {
        width: calc(100% - 2px)
    }
}

@media (min-width: 1200px) {
    .news__filter-wrap {
        position: fixed;
        top: 50%;
        left: 0;
        width: 216px;
        display: block;
        z-index: 990;
        -webkit-transform: translateY(-50%) translateZ(0);
        transform: translateY(-50%) translateZ(0);
        height: 156px
    }
}

@media (min-width: 1600px) {
    .news__filter-wrap {
        width: 220px
    }
}

@media (min-width: 1900px) {
    .news__filter-wrap {
        width: 261px
    }
}

.news__filter-b {
    width: 100%;
    min-height: 80px;
    border: 1px solid #242a40;
    z-index: 8
}

@media (min-width: 768px) {
    .news__filter-b {
        width: 50%
    }
}

@media (min-width: 1200px) {
    .news__filter-b {
        width: 100%;
        border: none
    }
}

.news__filter-b._filter-open .news__filter-popup {
    height: 350px;
    opacity: 1;
    pointer-events: auto
}

@media (min-width: 1200px) {
    .news__filter-b._filter-open .news__filter-popup {
        height: 400px;
        max-height: calc(100vh - 400px)
    }
}

.news__filter-b + .news__filter-b {
    margin-top: -1px;
    z-index: 5
}

@media (min-width: 768px) {
    .news__filter-b + .news__filter-b {
        margin-top: 0;
        border-left: none
    }
}

@media (min-width: 1200px) {
    .news__filter-b + .news__filter-b {
        position: absolute;
        top: 80px;
        left: 0;
        border-top: 1px solid rgba(214, 219, 224, .7)
    }
}

.news__filter-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 78px;
    padding: 0 32px;
    font-weight: 400;
    font-size: 15px;
    line-height: 80px;
    cursor: pointer
}

.news__filter-title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 32px;
    width: 11px;
    height: 7px;
    margin-top: -3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMCAxTDUuNSA1LjVMMS4zIDEuM0wxIDEiIHN0cm9rZT0iI0UzMUIyMyIvPgo8L3N2Zz4K");
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .news__filter-title {
        padding: 0 52px
    }

    .news__filter-title:after {
        right: 52px
    }
}

@media (min-width: 1200px) {
    .news__filter-title {
        padding: 0 38px 0 46px
    }

    .news__filter-title:after {
        right: 38px
    }
}

.news__filter-popup {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 80px;
    overflow: hidden;
    padding-top: 1px;
    border: 1px solid #242a40;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear;
    pointer-events: none
}

@media (min-width: 1200px) {
    .news__filter-popup {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        padding-top: 0;
        border: none
    }
}

.news__filter-list-wrap {
    width: calc(100% + 20px) !important;
    min-width: inherit !important;
    max-width: inherit !important;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.news__filter-popup__close {
    content: "";
    position: absolute;
    top: 36px;
    right: 33px;
    width: 11px;
    height: 11px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDFMNS41IDUuNUwxLjMgMS4zTDEgMSIgc3Ryb2tlPSIjRTMxQjIzIi8+CjxwYXRoIGQ9Ik0xIDEwTDUuNSA1LjVMOS43IDkuN0wxMCAxMCIgc3Ryb2tlPSIjRTMxQjIzIi8+Cjwvc3ZnPgo=");
    z-index: 10;
    cursor: pointer
}

.news__filter-popup__close:before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: 23px;
    height: 23px;
    z-index: 0
}

@media (min-width: 768px) {
    .news__filter-popup__close {
        right: 53px
    }
}

@media (min-width: 1200px) {
    .news__filter-popup__close {
        right: 39px
    }
}

.main__filter-list {
    display: block;
    margin: 0 !important;
    padding: 12px 0 !important;
    list-style-type: none
}

@media (min-width: 1200px) {
    .main__filter-list {
        padding: 13px 0 !important
    }
}

.main__filter-list__item {
    width: 100%;
    height: 55px;
    display: block;
    margin: 0 !important;
    padding: 0 32px !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 55px !important;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    cursor: pointer
}

.main__filter-list__item:after, .main__filter-list__item:before {
    display: none
}

.main__filter-list__item._active {
    color: rgba(36, 42, 64, .5);
    pointer-events: none
}

.no-touch .main__filter-list__item:hover {
    color: #e31b23
}

@media (min-width: 768px) {
    .main__filter-list__item {
        padding: 0 52px !important
    }
}

@media (min-width: 1200px) {
    .main__filter-list__item {
        padding: 0 46px !important;
        font-weight: 300
    }
}

.news__filter__baron-track {
    position: absolute;
    top: 68px;
    right: 37px;
    bottom: 35px;
    width: 2px;
    display: none;
    z-index: 900
}

@media (min-width: 768px) {
    .news__filter__baron-track {
        right: 57px
    }
}

@media (min-width: 1200px) {
    .news__filter__baron-track {
        top: 0;
        bottom: 0;
        right: 0
    }
}

.news__filter__baron-bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    display: none;
    z-index: 1;
    cursor: pointer
}

.news__filter__baron-bar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    background-color: rgba(214, 219, 224, .7)
}

@media (min-width: 1200px) {
    .news__filter__baron-bar:after {
        background-color: #242a40
    }
}

.filter-baron-active .news__filter__baron-bar, .filter-baron-active .news__filter__baron-track {
    display: block
}

.news-preloader-cont {
    position: static;
    height: 230px;
    margin-top: 50px;
    margin-bottom: 50px
}

@media (min-width: 1024px) {
    .news-preloader-cont {
        margin-top: 70px;
        margin-bottom: 70px
    }
}

.news-preloader-cont._disabled {
    display: none
}

@media (min-width: 768px) {
    .news-preloader-wrap {
        position: absolute;
        left: 0;
        width: 100%
    }
}

.news-preloader {
    width: 250px;
    margin: auto
}

.contacts-page .inline-form-cont {
    margin-top: 50px
}

@media (min-width: 769px) {
    .contacts-page .inline-form-cont {
        margin-top: 0;
    }
    .contacts-page .footer_catalog_link{margin-top: 115px;} 
}

.contacts-page .teaser-text {
    margin-top: 9px
}

.contacts-page a.teaser-text {
    text-decoration: none
}

.contacts-page.no-touch a.teaser-text:hover {
    color: #e31b23
}

.gm-style .gmnoprint, .gm-style a img {
    display: none
}

.contacts-map-cont {
    position: static;
    height: 440px;
    margin-bottom: 80px
}

@media (min-width: 768px) {
    .contacts-map-cont {
        height: 32.55208333333333vw
    }
}

@media (min-width: 1024px) {
    .contacts-map-cont {
        height: 30.46875vw
    }
}

@media (min-width: 1200px) {
    .contacts-map-cont {
        height: 26vw
    }
}

@media (min-width: 1600px) {
    .contacts-map-cont {
        height: 28vw
    }
}

@media (min-width: 1024px) {
    .contacts-map-cont {
        margin-bottom: 120px
    }
}

.contacts-map {
    left: 50%;
    width: 100vw;
    height: 440px;
    display: block;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width: 768px) {
    .contacts-map {
        height: 32.55208333333333vw
    }
}

@media (min-width: 1024px) {
    .contacts-map {
        height: 30.46875vw
    }
}

@media (min-width: 1200px) {
    .contacts-map {
        height: 26vw
    }
}

@media (min-width: 1600px) {
    .contacts-map {
        height: 28vw
    }
}

@media (min-width: 768px) {
    .contacts-map {
        position: absolute;
        left: 0;
        width: 100%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.contacts-map__controls-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 440px;
    display: none;
    z-index: 100;
    pointer-events: none
}

@media (min-width: 768px) {
    .contacts-map__controls-wrap {
        height: 32.55208333333333vw
    }
}

@media (min-width: 1024px) {
    .contacts-map__controls-wrap {
        height: 30.46875vw
    }
}

@media (min-width: 1200px) {
    .contacts-map__controls-wrap {
        height: 26vw
    }
}

@media (min-width: 1600px) {
    .contacts-map__controls-wrap {
        height: 28vw
    }
}

@media (min-width: 768px) {
    .contacts-map__controls-wrap {
        position: absolute;
        left: 0;
        width: 100%;
        display: block;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.contacts-map__controls-b {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 53px;
    height: 105px;
    border: 1px solid rgba(214, 219, 224, .7);
    background-color: #fff;
    pointer-events: auto
}

.contacts-map__control {
    width: 100%;
    height: 52px;
    cursor: pointer
}

.contacts-map__control:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #242a40;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.contacts-map__control._in {
    border-bottom: 1px solid rgba(214, 219, 224, .7)
}

.contacts-map__control._in:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 24px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #242a40;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.no-touch .contacts-map__control:hover:after, .no-touch .contacts-map__control:hover:before {
    background-color: #e31b23
}

.contacts__phones-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px
}

@media (min-width: 1024px) {
    .contacts__phones-b {
        margin-top: 70px
    }
}

@media (min-width: 1600px) {
    .contacts__phones-b {
        width: 966px
    }
}

@media (min-width: 768px) {
    .contacts__phones-b .contacts__info-item {
        width: 50%;
        padding-right: 10px
    }
}

@media (min-width: 1600px) {
    .contacts__phones-b .contacts__info-item {
        width: 33.33333%
    }
}

.contacts__info-item {
    width: 100%;
    margin-bottom: 30px
}

@media (min-width: 1024px) {
    .contacts__info-item {
        margin-bottom: 40px
    }
}

@media (min-width: 768px) {
    .contacts__info-item._address {
        width: 482px
    }
}

.contacts__info-item .basic-link {
    margin-top: 30px
}

@media (min-width: 1024px) {
    .contacts__info-item .basic-link {
        margin-top: 40px
    }
}

.contacts__info-title {
    font-size: 13px;
    line-height: 22px;
    color: #6a6b6e;
    opacity: .8
}

.contacts__phone-link {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0;
    text-decoration: none
}

.no-touch a.contacts__phone-link:hover {
    color: #e31b23
}

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

@media (min-width: 1600px) {
    .contacts__info-wrap {
        width: 966px
    }
}

.contacts__info-wrap .contacts__info-item:last-of-type {
    margin-bottom: 0
}

@media (min-width: 1024px) {
    .contacts__info-wrap .contacts__info-item {
        width: 50%;
        margin-bottom: 0;
        padding-right: 10px
    }
}

@media (min-width: 1600px) {
    .contacts__info-wrap .contacts__info-item {
        width: 33.33333%
    }
}

.contacts__info-wrap + p {
    margin-top: 70px
}

@media (min-width: 1024px) {
    .contacts__info-wrap + p {
        margin-top: 90px
    }
}

.solution-page .events__promo-img-wrap {
    margin-bottom: 0
}

.solution-page .red-links-b {
    margin-top: 0;
    margin-bottom: 0
}

.solution-page .inline-form-cont {
    margin-top: 0
}

.solution__about-sect .inner-content > :last-child {
    margin-bottom: 80px
}

@media (min-width: 1024px) {
    .solution__about-sect .inner-content > :last-child {
        margin-bottom: 120px
    }
}

.solution__business-sect {
    padding-top: 80px;
    padding-bottom: 80px
}

@media (min-width: 1024px) {
    .solution__business-sect {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media (min-width: 1600px) {
    .solution__business-sect .solution__togglers-cont {
        margin-top: -40px
    }
}

.solution__business-sect .inner-content > :first-child {
    margin-top: 0
}

.solution__business-sect .inner-content > :last-child {
    margin-bottom: 0
}

@media (min-width: 1600px) {
    .solution__togglers-cont {
        width: 966px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -55px
    }
}

.toggler-wrap {
    margin-top: 30px
}

@media (min-width: 1024px) {
    .toggler-wrap {
        margin-top: 40px
    }
}

.no-touch .toggler-wrap:hover .toggler-title, .toggler-wrap._open .toggler-title {
    color: #e31b23
}

.toggler-wrap._open .toggler-title:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (min-width: 1600px) {
    .toggler-wrap {
        width: 50%;
        padding-right: 54px
    }

    .toggler-wrap:nth-of-type(2n) {
        padding-right: 0;
        padding-left: 54px
    }
}

.toggler-head {
    cursor: pointer
}

@media (min-width: 1600px) {
    .toggler-head {
        pointer-events: none
    }
}

.toggler-index {
    display: none;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #e31b23;
    letter-spacing: .08em;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .toggler-index {
        display: block
    }
}

.toggler-title {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .08em;
    text-transform: uppercase;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.toggler-title:after {
    content: "";
    position: relative;
    top: -3px;
    width: 11px;
    height: 7px;
    display: inline-block;
    margin-left: 10px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMCAxTDUuNSA1LjVMMS4zIDEuM0wxIDEiIHN0cm9rZT0iI0UzMUIyMyIvPgo8L3N2Zz4K");
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

@media (min-width: 1600px) {
    .toggler-title {
        color: #242a40 !important
    }

    .toggler-title:after {
        display: none
    }
}

.toggler-content {
    overflow: hidden;
    display: none;
    padding-top: 15px
}

.toggler-content > * {
    margin-top: 20px !important
}

.toggler-content > :first-child {
    margin-top: 0 !important
}

.toggler-content > :last-child {
    margin-bottom: 0 !important
}

.toggler-content p {
    margin-bottom: 15px !important
}

.toggler-content p, .toggler-content p + ol, .toggler-content p + ul {
    margin-top: 15px !important
}

.toggler-content ol, .toggler-content ol li {
    margin-bottom: 15px !important
}

.toggler-content ol, .toggler-content ul {
    padding-left: 50px !important
}

.toggler-content ol li:before, .toggler-content ul li:before {
    left: -50px !important
}

.toggler-content ul li:before {
    width: 20px !important
}

@media (min-width: 768px) {
    .toggler-content ol, .toggler-content ul {
        padding-left: 54px !important
    }

    .toggler-content ol li:before, .toggler-content ul li:before {
        left: -54px !important
    }

    .toggler-content ul li:before {
        width: 25px !important
    }
}

@media (min-width: 1024px) {
    .toggler-content {
        padding-top: 20px
    }

    .toggler-content p {
        margin-bottom: 20px !important
    }

    .toggler-content p, .toggler-content p + ol, .toggler-content p + ul {
        margin-top: 20px !important
    }

    .toggler-content ol, .toggler-content ol li {
        margin-bottom: 20px !important
    }
}

@media (min-width: 1600px) {
    .toggler-content {
        display: block
    }
}

.solution__feedback-sect {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: hsla(240, 3%, 94%, .35)
}

@media (min-width: 768px) {
    .solution__feedback-sect {
        border-top: 1px solid rgba(214, 219, 224, .7)
    }
}

@media (min-width: 1024px) {
    .solution__feedback-sect {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.solution__feedback-sect .teaser-text {
    margin-top: 0
}

.solution__feedback-sect__btns-wrap {
    margin-top: 30px
}

@media (min-width: 1024px) {
    .solution__feedback-sect__btns-wrap {
        margin-top: 40px
    }
}

.solution__feedback-sect__btns-wrap .basic-btn {
    color: #242a40
}

@media (min-width: 768px) {
    .solution__feedback-sect__btns-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .solution__feedback-sect__btns-wrap .basic-btn {
        padding: 0 45px
    }
}

@media (min-width: 768px) {
    .solution__feedback-btn {
        width: 282px
    }
}

@media (min-width: 1200px) {
    .solution__feedback-btn {
        width: 322px
    }
}

.solution__order-btn {
    margin-top: 20px;
    border-color: #44c0c1
}

.no-touch .solution__order-btn:hover {
    background-color: #44c0c1
}

@media (min-width: 768px) {
    .solution__order-btn {
        width: 236px;
        margin-top: 0;
        margin-left: 14px;
        border: 1px solid #e31b23
    }

    .no-touch .solution__order-btn:hover {
        background-color: #e31b23
    }
}

@media (min-width: 1200px) {
    .solution__order-btn {
        width: 264px;
        margin-left: 56px
    }
}

.solution__products-sect {
    padding-top: 80px;
    padding-bottom: 70px;
    color: #fff;
    background-color: #44c0c1
}

@media (min-width: 1024px) {
    .solution__products-sect {
        padding-top: 120px;
        padding-bottom: 90px
    }
}

.solution__products-sect .h2, .solution__products-sect h2 {
    margin-top: 0
}

.solution__products-sect .basic-link {
    margin-top: 50px
}

@media (min-width: 1024px) {
    .solution__products-sect .basic-link {
        margin-top: 70px
    }
}

.solution__products-wrap {
    left: 50%;
    width: 100vw;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width: 1024px) {
    .solution__products-wrap {
        margin-top: 90px
    }
}

@media (max-width: 767px) {
    .solution__products-wrap {
        height: 182px !important
    }
    .inner-content .footer_catalog_link{
        display: none;
    }
}

@media (min-width: 768px) {
    .solution__products-wrap {
        left: auto;
        width: auto;
        overflow: visible;
        margin-left: -53px;
        margin-right: -53px;
        padding-left: 0;
        padding-right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (min-width: 1024px) {
    .solution__products-wrap {
        margin-left: -75px;
        margin-right: -75px
    }
}

@media (min-width: 1200px) {
    .solution__products-wrap {
        position: static;
        margin-left: 0;
        margin-right: 0
    }
}

.solution__products-list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid hsla(0, 0%, 100%, .5)
}

@media (min-width: 768px) {
    .solution__products-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: none
    }

    .solution__products-list:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: hsla(0, 0%, 100%, .5)
    }
}

@media (min-width: 1024px) {
    .solution__products-list {
        left: 2px;
        width: calc(100% - 3px);
        border-left: none;
        border-right: none
    }
}

@media (min-width: 1200px) {
    .solution__products-list {
        position: absolute
    }
}

.solution__product-item {
    width: 230px;
    height: 180px;
    border-right: 1px solid hsla(0, 0%, 100%, .5);
    text-decoration: none
}

.solution__product-item:last-of-type {
    border-right: none
}

.solution__product-item:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 10px;
    background-color: #242a40;
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.no-touch .solution__product-item:hover {
    color: #fff
}

.no-touch .solution__product-item:hover:before {
    opacity: 1
}

@media (min-width: 768px) {
    .solution__product-item {
        width: 50%;
        height: 271px;
        border-bottom: 1px solid hsla(0, 0%, 100%, .5)
    }

    .solution__product-item:last-of-type {
        border-right: 1px solid hsla(0, 0%, 100%, .5)
    }

    .solution__product-item:nth-of-type(2n) {
        border-right: none
    }
}

@media (min-width: 1024px) {
    .solution__product-item {
        height: 250px;
        width: 33.333%
    }

    .solution__product-item:nth-of-type(2n) {
        border-right: 1px solid hsla(0, 0%, 100%, .5)
    }

    .solution__product-item:nth-child(3n+3) {
        border-right: none
    }
}

@media (min-width: 1600px) {
    .solution__product-item {
        width: 25%
    }

    .solution__product-item:nth-child(3n+3) {
        border-right: 1px solid hsla(0, 0%, 100%, .5)
    }

    .solution__product-item:nth-child(4n+4) {
        border-right: none
    }
}

.solution__product-title {
    position: absolute;
    top: 25px;
    right: 30px;
    left: 30px;
    font-weight: 400;
    font-size: 21px;
    line-height: 31px;
    letter-spacing: .1em;
    text-align: right;
    text-transform: uppercase;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .solution__product-title {
        top: 37px;
        left: 50px;
        right: 50px;
        font-size: 26px;
        line-height: 41px;
        letter-spacing: .08em
    }
}

@media (min-width: 1024px) {
    .solution__product-title {
        left: 40px;
        right: 40px
    }
}

@media (min-width: 1600px) {
    .solution__product-title {
        left: 50px;
        right: 50px
    }
}

.solution__product-text {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 20px;
    font-size: 13px;
    line-height: 22px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .solution__product-text {
        bottom: 40px;
        left: 50px;
        right: 50px
    }
}

@media (min-width: 1024px) {
    .solution__product-text {
        bottom: 20px;
        left: 40px;
        right: 40px
    }
}

@media (min-width: 1600px) {
    .solution__product-text {
        bottom: 40px;
        left: 50px;
        right: 50px
    }
}

.solution__solutions-sect {
    padding-bottom: 80px
}

@media (min-width: 1024px) {
    .solution__solutions-sect {
        padding-bottom: 120px
    }
}

.solution__solutions-sect .text-img__img-wrap--desktop {
    top: 1px
}

.solution__solutions-sect .text-img__img-wrap--desktop .text-img__img {
    border-top: none
}

.solution__expertise-sect {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: hsla(240, 3%, 94%, .35)
}

@media (min-width: 768px) {
    .solution__expertise-sect {
        border-top: 1px solid rgba(214, 219, 224, .7)
    }
}

@media (min-width: 1024px) {
    .solution__expertise-sect {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.solution__expertise-sect .h2, .solution__expertise-sect h2 {
    margin-top: 0
}

.solution__quote-sect {
    border-top: 1px solid rgba(214, 219, 224, .7);
    border-bottom: 1px solid rgba(214, 219, 224, .7)
}

.solution__quote-sect .inner-content {
    padding-bottom: 0
}

.solution__quote-sect .blockquote-cont {
    margin-top: 0;
    margin-bottom: 0
}

.solution__quote-sect blockquote:after, .solution__quote-sect blockquote:before {
    display: none
}

.solution__quote-sect .blockquote-author, .solution__quote-sect .blockquote-text {
    border-left: none;
    border-right: none
}

@media (min-width: 1200px) {
    .solution__quote-sect .blockquote-author {
        border-left: 1px solid rgba(214, 219, 224, .7)
    }
}

.solution__partners-sect {
    padding-top: 80px;
    padding-bottom: 70px;
    color: #fff;
    background-color: #44c0c1
}

@media (min-width: 1024px) {
    .solution__partners-sect {
        padding-top: 120px;
        padding-bottom: 90px
    }
}

.solution__partners-sect .h2, .solution__partners-sect h2 {
    margin-top: 0
}

.solution__partners-sect p {
    display: none
}

@media (min-width: 768px) {
    .solution__partners-sect p {
        display: block
    }
}

.solution__partners-sect .basic-link {
    margin-top: 50px
}

@media (min-width: 1024px) {
    .solution__partners-sect .basic-link {
        margin-top: 70px
    }
}

.solution__partners-wrap {
    left: 50%;
    width: 100vw;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
}

@media (min-width: 1024px) {
    .solution__partners-wrap {
        margin-top: 90px
    }
}

@media (max-width: 1023px) {
    .solution__partners-wrap {
        height: 441px !important
    }
}

@media (max-width: 767px) {
    .solution__partners-wrap {
        height: 273px !important
    }
}

@media (min-width: 768px) {
    .solution__partners-wrap {
        padding-left: 64px;
        padding-right: 64px
    }
}

@media (min-width: 1024px) {
    .solution__partners-wrap {
        left: auto;
        width: auto;
        overflow: visible;
        margin-left: -75px;
        margin-right: -75px;
        padding-left: 0;
        padding-right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (min-width: 1200px) {
    .solution__partners-wrap {
        position: static;
        margin-left: 0;
        margin-right: 0
    }
}

.solution__partners-list {
    height: 273px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    border-top: 1px solid hsla(0, 0%, 100%, .5);
    border-left: 1px solid hsla(0, 0%, 100%, .5)
}

.solution__partners-list:before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px
}

.solution__partners-list:after, .solution__partners-list:before {
    content: "";
    position: absolute;
    background-color: hsla(0, 0%, 100%, .5)
}

.solution__partners-list:after {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%
}

@media (min-width: 768px) {
    .solution__partners-list {
        height: 441px
    }
}

@media (min-width: 1024px) {
    .solution__partners-list {
        width: 100% !important;
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        border-left: none
    }

    .solution__partners-list:after {
        display: none
    }
}

@media (min-width: 1200px) {
    .solution__partners-list {
        position: absolute;
        left: 0;
        width: 100%;
        width: calc(100% - 3px) !important;
        left: 2px
    }
}

.solution__partners-item {
    width: 132px;
    height: 136px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    border-right: 1px solid hsla(0, 0%, 100%, .5);
    text-decoration: none
}

.no-touch .solution__partners-item:hover .solution__partners__text-wrap {
    opacity: 1;
    pointer-events: auto
}

@media (min-width: 768px) {
    .solution__partners-item {
        width: 320px;
        height: 220px
    }
}

@media (min-width: 1024px) {
    .solution__partners-item {
        width: 33.333%
    }

    .solution__partners-item:nth-child(3n+3) {
        border-right: none
    }
}

@media (min-width: 1600px) {
    .solution__partners-item {
        width: 16.66666666666667%;
        height: 150px
    }

    .solution__partners-item:nth-child(3n+3) {
        border-right: 1px solid hsla(0, 0%, 100%, .5)
    }

    .solution__partners-item:nth-child(6n+6) {
        border-right: none
    }
}

.solution__partners-logo {
    width: 98px;
    height: 76px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .solution__partners-logo {
        width: 212px;
        height: 148px
    }
}

@media (min-width: 1024px) {
    .solution__partners-logo {
        width: 180px;
        height: 100px
    }
}

@media (min-width: 1600px) {
    .solution__partners-logo {
        width: 140px;
        height: 90px
    }
}

.solution__partners__text-wrap {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #242a40;
    z-index: 10;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none
}

.solution__partners__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    letter-spacing: .02em;
    text-transform: lowercase
}

.solution__articles-sect {
    padding-top: 80px;
    padding-bottom: 80px
}

@media (min-width: 1024px) {
    .solution__articles-sect {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.solution__articles-sect .inner-content > :first-child {
    margin-top: 0
}

.solution__articles-sect .styles-news-cont {
    margin-bottom: 0
}

.solution__articles-sect .basic-link {
    margin-top: 50px
}

@media (min-width: 1024px) {
    .solution__articles-sect .basic-link {
        margin-top: 70px
    }
}

.error-page {
    position: fixed;
    height: 100%
}

.error-page .outer-content {
    overflow: hidden;
    padding: 0
}

.error-page__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 15px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin-top: 90px
}

.error-page__content .h4, .error-page__content h4 {
    margin-top: 50px;
    margin-bottom: 0;
    text-align: center
}

@media (min-width: 768px) {
    .error-page__content .h4, .error-page__content h4 {
        margin-top: 40px
    }
}

@media (min-width: 1200px) {
    .error-page__content .h4, .error-page__content h4 {
        margin-top: 60px
    }
}

@media (min-width: 1600px) {
    .error-page__content .h4, .error-page__content h4 {
        margin-top: 100px
    }
}

.error-page__content .basic-btn {
    width: auto;
    margin-top: 36px;
    padding: 0 65px
}

@media (min-width: 768px) {
    .error-page__content .basic-btn {
        margin-top: 30px
    }
}

@media (min-width: 1600px) {
    .error-page__content .basic-btn {
        margin-top: 34px
    }
}

.error-page__main-img {
    width: 100%;
    max-width: 530px;
    display: block;
    margin: auto
}

@media (min-width: 1200px) {
    .error-page__main-img {
        max-width: 620px
    }
}

@media (min-width: 1600px) {
    .error-page__main-img {
        max-width: 730px
    }
}

.error-page__img {
    position: absolute;
    z-index: 0;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.error-page__top-left-img {
    top: 40px;
    left: 36px;
    width: 80px
}

@media (min-width: 768px) {
    .error-page__top-left-img {
        top: 30px;
        left: 46px;
        width: 125px
    }
}

@media (min-width: 1200px) {
    .error-page__top-left-img {
        top: 70px;
        left: 60px
    }
}

@media (min-width: 1600px) {
    .error-page__top-left-img {
        left: 100px;
        top: 110px;
        width: 147px
    }
}

.error-page__top-right-img {
    top: 100px;
    right: 54px;
    width: 10px
}

@media (min-width: 768px) {
    .error-page__top-right-img {
        right: 140px;
        width: 20px;
        top: 90px
    }
}

@media (min-width: 1200px) {
    .error-page__top-right-img {
        top: 120px;
        right: 198px
    }
}

@media (min-width: 1600px) {
    .error-page__top-right-img {
        top: 150px;
        right: 371px
    }
}

.error-page__right-img {
    display: none
}

@media (min-width: 768px) {
    .error-page__right-img {
        top: 50%;
        right: -95px;
        width: 190px;
        display: block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width: 1200px) {
    .error-page__right-img {
        right: -35px;
        margin-top: -74px
    }
}

@media (min-width: 1600px) {
    .error-page__right-img {
        top: 45px;
        right: 0;
        width: 212px;
        margin-top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.error-page__bottom-right-img {
    bottom: -15px;
    right: -240px;
    width: 300px
}

@media (min-width: 768px) {
    .error-page__bottom-right-img {
        right: -120px;
        bottom: 56px
    }
}

@media (min-width: 1024px) {
    .error-page__bottom-right-img {
        right: -100px;
        bottom: 26px
    }
}

@media (min-width: 1200px) {
    .error-page__bottom-right-img {
        right: -20px
    }
}

@media (min-width: 1600px) {
    .error-page__bottom-right-img {
        right: 0;
        bottom: 81px;
        width: 376px
    }
}

.error-page__bottom-left-img {
    bottom: -15px;
    left: 90px;
    width: 100px
}

@media (min-width: 768px) {
    .error-page__bottom-left-img {
        left: 140px;
        width: 180px
    }
}

@media (min-width: 1024px) {
    .error-page__bottom-left-img {
        bottom: -40px;
        left: 110px
    }
}

@media (min-width: 1200px) {
    .error-page__bottom-left-img {
        bottom: -25px;
        left: 154px
    }
}

@media (min-width: 1600px) {
    .error-page__bottom-left-img {
        bottom: -15px;
        left: 240px;
        width: 207px
    }
}

.error-page__left-img {
    left: 0;
    bottom: -82px;
    width: 30px
}

@media (min-width: 768px) {
    .error-page__left-img {
        bottom: 0;
        width: 60px
    }
}

@media (min-width: 1200px) {
    .error-page__left-img {
        display: none
    }
}

.error-page__left-img-2 {
    display: none
}

@media (min-width: 1200px) {
    .error-page__left-img-2 {
        bottom: -10px;
        left: -10px;
        width: 100px;
        display: block
    }
}

@media (min-width: 1600px) {
    .error-page__left-img-2 {
        bottom: 0;
        left: 0
    }
}

.basic-slider-cont {
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 10
}

.basic-slider-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 1;
    -webkit-transition-property: left, top, -webkit-transform;
    transition-property: left, top, -webkit-transform;
    -o-transition-property: transform, left, top;
    transition-property: transform, left, top;
    transition-property: transform, left, top, -webkit-transform;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: cubic-bezier(.67, 0, .33, 1);
    -o-transition-timing-function: cubic-bezier(.67, 0, .33, 1);
    transition-timing-function: cubic-bezier(.67, 0, .33, 1);
    will-change: transform
}

.basic-slider-item {
    height: 100%;
    overflow: hidden;
    margin-right: 0
}

.swiper-notification {
    display: none !important
}

.catalog-slider-b {
    z-index: 10;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.catalog-slider-b._no-slider .basic-slider-btn, .catalog-slider-b._no-slider .catalog-controls-b {
    opacity: 0;
    pointer-events: none
}

@media (min-width: 768px) {
    .catalog-slider-b {
        position: static
    }
}

@media (min-width: 768px) {
    .catalog-slider-b .basic-slider-btn {
        bottom: 20px
    }
}

@media (min-width: 1200px) {
    .catalog-slider-b .basic-slider-btn {
        margin-top: 0
    }

    .catalog-slider-b .basic-slider-btn._prev {
        top: 35px;
        bottom: auto;
        left: auto;
        right: 13px;
        margin-left: 0;
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1)
    }

    .catalog-slider-b .basic-slider-btn._next {
        top: auto;
        bottom: 35px;
        right: 11px;
        margin-right: 0
    }
}

@media (min-width: 1600px) {
    .catalog-slider-b .basic-slider-btn._prev {
        top: 45px;
        right: 28px
    }

    .catalog-slider-b .basic-slider-btn._next {
        bottom: 45px;
        right: 26px
    }
}

@media (min-width: 768px) {
    .catalog-slider-outer-b {
        position: absolute;
        left: 0;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .catalog-slider-outer-b:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(214, 219, 224, .7);
        z-index: 0
    }
}

.catalog-slider-cont {
    width: 100%;
    height: 131.25vw;
    max-height: 500px;
    z-index: 5
}

@media (min-width: 768px) {
    .catalog-slider-cont {
        height: 65.10416666666667vw;
        max-height: 580px
    }
}

@media (min-width: 1200px) {
    .catalog-slider-cont {
        width: calc(100% - 75px);
        height: 28.3vw;
        max-height: inherit
    }
}

@media (min-width: 1600px) {
    .catalog-slider-cont {
        width: calc(100% - 108px);
        height: 28.2vw
    }
}

.catalog-slider-item {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #242a40;
    z-index: 1;
    text-decoration: none
}

.catalog-slider-item.swiper-slide-active {
    z-index: 10
}

.catalog-slider-item .content, .catalog-slider-item .inner-content {
    width: 100%
}

.catalog-slider-item .content {
    margin-left: 0;
    margin-right: 0
}

.catalog-slider-item .content:after, .catalog-slider-item .content:before {
    display: none
}

@media (min-width: 1200px) {
    .catalog-slider-item .content {
        width: calc(100% + 75px)
    }
}

@media (min-width: 1400px) {
    .catalog-slider-item .content {
        left: 37px;
        width: 100%
    }
}

@media (min-width: 1600px) {
    .catalog-slider-item .content {
        width: calc(100% + 108px);
        left: 0
    }
}

@media (min-width: 1200px) {
    .catalog-slider-item .inner-content {
        padding-right: 150px
    }
}

@media (min-width: 1400px) {
    .catalog-slider-item .inner-content {
        padding-right: 75px
    }
}

@media (min-width: 1600px) {
    .catalog-slider-item .inner-content {
        padding-right: 320px
    }
}

.catalog-slider-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    opacity: .15;
    z-index: 0
}

.catalog-slider-item__title {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.catalog-slider-item__text {
    width: 100%;
    margin-top: 30px;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: .02em;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 1600px) {
    .catalog-slider-item__text {
        margin-top: 36px
    }
}

.catalog-controls-b {
    width: 100%;
    height: 80px;
    border-left: 1px solid rgba(214, 219, 224, .7);
    border-right: 1px solid rgba(214, 219, 224, .7)
}

.catalog-controls-b:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: rgba(214, 219, 224, .7);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0
}

@media (min-width: 1024px) {
    .catalog-controls-b:after {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .catalog-controls-b {
        position: absolute;
        top: 50%;
        right: 0;
        width: 75px;
        height: 100px;
        margin-top: -50px;
        border-left: none;
        border-right: none
    }

    .catalog-controls-b:after {
        bottom: 50%
    }
}

@media (min-width: 1600px) {
    .catalog-controls-b {
        width: 108px
    }
}

.catalog-slider__count-text {
    font-size: 13px;
    line-height: 80px;
    text-align: center;
    text-transform: lowercase;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 1200px) {
    .catalog-slider__count-text {
        display: none
    }
}

.catalog-slider__count-text-current, .catalog-slider__count-text-total {
    display: none
}

@media (min-width: 1200px) {
    .catalog-slider__count-text-current, .catalog-slider__count-text-total {
        position: absolute;
        left: 0;
        width: 100%;
        display: block;
        font-size: 15px;
        line-height: 27px;
        text-align: center;
        letter-spacing: .02em
    }
}

.catalog-slider__count-text-current {
    top: 5px
}

.catalog-slider__count-text-total {
    bottom: 5px
}

.simple-slider-b {
    z-index: 10;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.simple-slider-b:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: rgba(214, 219, 224, .7);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0
}

@media (min-width: 768px) {
    .simple-slider-b {
        position: absolute;
        left: 0;
        width: 100%
    }
}

@media (min-width: 1024px) {
    .simple-slider-b {
        border-left: none;
        border-right: none
    }

    .simple-slider-b:before {
        width: 100%
    }
}

.simple-slider-cont {
    width: 100%;
    height: 58.4375vw;
    z-index: 5
}

@media (min-width: 768px) {
    .simple-slider-cont {
        height: 53.64583333333333vw
    }
}

@media (min-width: 1024px) {
    .simple-slider-cont {
        height: 44.140625vw
    }
}

@media (min-width: 1200px) {
    .simple-slider-cont {
        width: 49.75vw;
        height: 32vw;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1600px) {
    .simple-slider-cont {
        width: 53.625vw;
        height: 34.5625vw
    }
}

@media (min-width: 1900px) {
    .simple-slider-cont {
        width: 53.57894736842105vw;
        height: 34.52631578947368vw
    }
}

.simple-slider-item {
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    z-index: 1
}

.simple-slider-item.swiper-slide-active {
    z-index: 10
}

.basic-slider-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    padding: 0
}

.simple-controls-b {
    width: 100%;
    height: 80px;
    border-left: 1px solid rgba(214, 219, 224, .7);
    border-right: 1px solid rgba(214, 219, 224, .7)
}

.simple-controls-b:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: rgba(214, 219, 224, .7);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0
}

@media (min-width: 1024px) {
    .simple-controls-b:after {
        width: 100%
    }
}

@media (min-width: 768px) {
    .simple-controls-b {
        height: 56px
    }
}

@media (min-width: 1200px) {
    .simple-controls-b {
        height: 0
    }
}

.basic-slider-btn {
    position: absolute;
    bottom: 23px;
    width: 52px;
    height: 38px;
    z-index: 15;
    outline: none;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.basic-slider-btn:after, .basic-slider-btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 35px;
    height: 17px;
    margin: auto;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%
}

.no-touch .basic-slider-btn:hover:before {
    opacity: 0
}

.no-touch .basic-slider-btn:hover:after {
    opacity: 1
}

.basic-slider-btn._prev {
    left: 39px
}

.basic-slider-btn._prev:before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNSAxNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzUgMTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRTMxQjIzO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNSw4LjVIMS41TDksMTYiLz4KPC9zdmc+Cg==")
}

.basic-slider-btn._prev:after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNSAxNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzUgMTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRTMxQjIzO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzUsOC41SDEuNSIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTksMTZMMS41LDguNWw3LTdMOSwxIi8+CjwvZz4KPC9zdmc+Cg==");
    opacity: 0
}

@media (min-width: 768px) {
    .basic-slider-btn._prev {
        left: 50%;
        margin-left: -175px
    }
}

@media (min-width: 1200px) {
    .basic-slider-btn._prev {
        left: calc(50% - 85px);
        margin-left: -24.875vw
    }
}

@media (min-width: 1600px) {
    .basic-slider-btn._prev {
        left: calc(50% - 118px);
        margin-left: -26.8125vw
    }
}

@media (min-width: 1900px) {
    .basic-slider-btn._prev {
        left: calc(50% - 136px);
        margin-left: -26.78947vw
    }
}

.basic-slider-btn._next {
    right: 39px
}

.basic-slider-btn._next:before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNSAxNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzUgMTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRTMxQjIzO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0wLDguNWgzMy41TDI2LDE2Ii8+Cjwvc3ZnPgo=")
}

.basic-slider-btn._next:after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNSAxNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzUgMTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRTMxQjIzO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCw4LjVoMzMuNSIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTI2LDFsNy41LDcuNWwtNyw3TDI2LDE2Ii8+CjwvZz4KPC9zdmc+Cg==");
    opacity: 0
}

@media (min-width: 768px) {
    .basic-slider-btn._next {
        right: 50%;
        margin-right: -175px
    }
}

@media (min-width: 1200px) {
    .basic-slider-btn._next {
        right: calc(50% - 85px);
        margin-right: -24.875vw
    }
}

@media (min-width: 1600px) {
    .basic-slider-btn._next {
        right: calc(50% - 118px);
        margin-right: -26.8125vw
    }
}

@media (min-width: 1900px) {
    .basic-slider-btn._next {
        right: calc(50% - 136px);
        margin-right: -26.78947vw
    }
}

.basic-slider-btn._disabled, .basic-slider-btn.swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

@media (min-width: 768px) {
    .basic-slider-btn {
        bottom: 10px
    }
}

@media (min-width: 1200px) {
    .basic-slider-btn {
        top: 50%;
        bottom: auto;
        margin-top: -19px
    }
}

.simple-slider__count-text {
    font-size: 13px;
    line-height: 80px;
    text-align: center;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .simple-slider__count-text {
        line-height: 56px
    }
}

@media (min-width: 1200px) {
    .simple-slider__count-text {
        display: none
    }
}

.simple-slider__text {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 20px;
    opacity: .65;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media (min-width: 1024px) {
    .simple-slider__text {
        margin-top: 40px
    }
}

.simple-slider__text._change {
    opacity: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

@media (min-width: 768px) {
    .simple-slider__text {
        max-width: 640px;
        padding-left: 53px;
        padding-right: 53px;
        font-size: 13px;
        line-height: 22px;
        text-align: center;
        opacity: 1
    }
}

@media (min-width: 1024px) {
    .simple-slider__text {
        max-width: 895px;
        padding-left: 75px;
        padding-right: 75px
    }
}

@media (min-width: 1200px) {
    .simple-slider__text {
        max-width: inherit;
        width: 49.75vw;
        padding: 0
    }
}

@media (min-width: 1600px) {
    .simple-slider__text {
        width: 53.625vw
    }
}

@media (min-width: 1900px) {
    .simple-slider__text {
        width: 53.57894736842105vw
    }
}

.basic-popup, .popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    background-color: rgba(36, 42, 64, .95);
    opacity: 0;
    z-index: 1010;
    pointer-events: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.basic-popup:after, .popup-wrapper:after {
    content: "";
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(214, 219, 224, .7);
    z-index: 10
}

@media (min-width: 1024px) {
    .basic-popup:after, .popup-wrapper:after {
        top: 0;
        bottom: 0;
        left: auto;
        right: 89px;
        width: 1px;
        height: auto
    }
}

@media (min-width: 1600px) {
    .basic-popup:after, .popup-wrapper:after {
        right: 94px
    }
}

@media (min-width: 1900px) {
    .basic-popup:after, .popup-wrapper:after {
        right: 114px
    }
}

.popup-wrapper {
    background-color: #fff;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto
}

.popup-wrapper:after {
    display: none
}

.popup-wrapper .popup-wrap-close {
    border-bottom: none
}

.popup-wrapper._open {
    opacity: 1;
    z-index: 1010;
    pointer-events: auto
}

.popup-wrapper .form-submit-btn {
    margin-left: 0 !important
}

.popup-wrapper._form-popup-success .form-wrap {
    display: none
}

.popup-wrapper._form-popup-success .form-item__success-b {
    display: block
}

.popup-wrapper._form-popup-error .form-wrap {
    display: none
}

.popup-wrapper._form-popup-error .form-item__error-b {
    display: block
}

._form-error, ._form-success, ._gallery-popup, ._popup, ._slider-popup, ._video-popup {
    overflow: hidden
}

._form-error .basic-popup, ._form-success .basic-popup, ._gallery-popup .basic-popup, ._slider-popup .basic-popup, ._video-popup .basic-popup {
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

._gallery-popup .basic-popup__form-content, ._slider-popup .basic-popup__form-content, ._video-popup .basic-popup__form-content {
    display: none
}

._slider-popup .basic-popup__slider-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

._gallery-popup .basic-popup__video, ._video-popup .basic-popup__img {
    display: none
}

._form-error .basic-popup, ._form-success .basic-popup {
    background-color: #fff
}

._form-error .basic-popup__gallery-content, ._form-success .basic-popup__gallery-content {
    display: none
}

._form-error .form-item__error-b, ._form-success .form-item__success-b {
    display: block
}

.basic-popup-close, .popup-wrap-close {
    position: absolute;
    top: 27px;
    right: 25px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.basic-popup-close:after, .basic-popup-close:before, .popup-wrap-close:after, .popup-wrap-close:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto auto;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMSIgeT0iMjIiIHdpZHRoPSIzMCIgaGVpZ2h0PSIyIiB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgMSAyMikiIGZpbGw9IiNFMzFCMjMiLz4KPHJlY3QgeD0iMjIiIHk9IjI0IiB3aWR0aD0iMzAiIGhlaWdodD0iMiIgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSAyMiAyNCkiIGZpbGw9IiNFMzFCMjMiLz4KPC9zdmc+Cg==");
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.basic-popup-close:after, .popup-wrap-close:after {
    opacity: 0
}

@media (min-width: 768px) {
    .basic-popup-close, .popup-wrap-close {
        right: 59px
    }
}

@media (min-width: 1024px) {
    .basic-popup-close, .popup-wrap-close {
        top: 0;
        right: 0;
        width: 89px;
        height: 90px;
        border-bottom: 1px solid rgba(214, 219, 224, .7)
    }

    .basic-popup-close:after, .popup-wrap-close:after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMSIgeT0iMjIiIHdpZHRoPSIzMCIgaGVpZ2h0PSIyIiB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgMSAyMikiIGZpbGw9IiNmZmYiLz4KPHJlY3QgeD0iMjIiIHk9IjI0IiB3aWR0aD0iMzAiIGhlaWdodD0iMiIgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSAyMiAyNCkiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==")
    }
}

@media (min-width: 1200px) {
    .basic-popup-close, .popup-wrap-close {
        height: 120px
    }
}

@media (min-width: 1600px) {
    .basic-popup-close, .popup-wrap-close {
        width: 94px;
        height: 150px
    }
}

@media (min-width: 1900px) {
    .basic-popup-close, .popup-wrap-close {
        width: 114px
    }
}

.no-touch .basic-popup-close:hover, .no-touch .popup-wrap-close:hover {
    background-color: #e31b23
}

.no-touch .basic-popup-close:hover:before, .no-touch .popup-wrap-close:hover:before {
    opacity: 0
}

.no-touch .basic-popup-close:hover:after, .no-touch .popup-wrap-close:hover:after {
    opacity: 1
}

.popup-wrap__text {
    width: 100%;
    height: 100%
}

.popup-wrap__text .h3, .popup-wrap__text h3 {
    margin-bottom: 20px
}

.popup-wrap__text .h3 + p, .popup-wrap__text h3 + p {
    margin-top: 10px
}

.basic-popup__slider-content {
    width: 100%;
    height: 100%;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px
}

@media (min-width: 768px) {
    .basic-popup__slider-content {
        padding-left: 53px;
        padding-right: 53px
    }
}

@media (min-width: 1024px) {
    .basic-popup__slider-content {
        padding-left: 75px;
        padding-right: 165px
    }
}

@media (min-width: 1600px) {
    .basic-popup__slider-content {
        padding-left: 160px;
        padding-right: 255px
    }
}

.basic-popup__slider-content .simple-slider-b {
    position: relative;
    top: -35px;
    left: auto;
    width: 100%
}

.basic-popup__slider-content .simple-slider-b:before {
    content: none
}

.basic-popup__slider-content .simple-controls-b {
    border: none
}

.basic-popup__slider-content .simple-controls-b:after {
    content: none
}

.basic-popup__slider-content .simple-slider__count-text {
    color: #e0e0e0
}

.basic-popup__slider-content .simple-slider__text {
    position: absolute;
    left: 0;
    right: 0;
    color: #e0e0e0;
    opacity: 1
}

.basic-popup__gallery-content, .popup-wrap-content {
    position: absolute;
    top: 90px;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.basic-popup__gallery-content .form-item__error-b, .basic-popup__gallery-content .form-item__success-b, .popup-wrap-content .form-item__error-b, .popup-wrap-content .form-item__success-b {
    display: none
}

.basic-popup__gallery-content .f-form, .popup-wrap-content .f-form {
    width: 100%;
    height: auto;
    margin-top: 75px;
    opacity: 1
}

@media (min-width: 768px) {
    .basic-popup__gallery-content, .popup-wrap-content {
        left: 62px;
        right: 62px
    }
}

@media (min-width: 1024px) {
    .basic-popup__gallery-content, .popup-wrap-content {
        top: 86px;
        bottom: 86px;
        left: 90px;
        right: 180px
    }
}

@media (min-width: 1200px) {
    .basic-popup__gallery-content, .popup-wrap-content {
        left: 108px;
        right: 198px
    }
}

@media (min-width: 1600px) {
    .basic-popup__gallery-content, .popup-wrap-content {
        top: 150px;
        bottom: 130px;
        left: 219px;
        right: 275px
    }
}

.popup-wrap-content {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 15px
}

@media (min-width: 768px) {
    .popup-wrap-content {
        padding: 0
    }
}

.basic-popup__img {
    max-width: 100%;
    max-height: 100%
}

.basic-popup__video {
    width: 100vw;
    height: 56.25vw
}

.basic-popup__video iframe {
    width: 100% !important;
    height: 100% !important
}

@media (min-width: 768px) {
    .basic-popup__video {
        width: 100%;
        height: 47.265625vw
    }
}

@media (min-width: 1024px) {
    .basic-popup__video {
        height: 42vw
    }
}

@media (min-width: 1600px) {
    .basic-popup__video {
        height: 38.9375vw
    }
}

.basic-popup__form-content {
    height: 100%
}

.form-item__error-b, .form-item__success-b {
    height: 100%;
    display: none;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0)
}

.form-item__error-b .content, .form-item__success-b .content {
    height: 100%
}

.form-item__error-b .content:after, .form-item__error-b .content:before, .form-item__success-b .content:after, .form-item__success-b .content:before {
    display: none
}

.form-item__error-b .inner-content, .form-item__success-b .inner-content {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs-full-page {
    margin-left: 220px;
    margin-right: 94px;
    max-width: 1285px;
    padding-left: 160px;
    padding-right: 320px;
    position: relative
}

@media (max-width: 1024px) {
    .breadcrumbs-full-page {
        padding: 0;
        margin-left: 64px;
        margin-right: 64px
    }
}

@media (max-width: 768px) {
    .breadcrumbs-full-page {
        margin-left: 15px;
        margin-right: 15px
    }
}

.breadcrumbs-wrap {
    width: 100%;
    position: static;
    height: 22px;
    margin-top: 30px
}

@media (min-width: 1024px) {
    .breadcrumbs-wrap {
        margin-top: 40px
    }
}

.breadcrumbs {
    width: calc(100% - 15px);
    list-style-type: none;
    z-index: 100;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 1024px) {
    .breadcrumbs {
        left: 75px;
        width: calc(100% - 150px);
        padding: 0 10px
    }
}

@media (min-width: 1600px) {
    .breadcrumbs {
        left: 50px
    }
}

.breadcrumbs-item {
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: .01em;
    text-transform: lowercase
}

.breadcrumbs-item:first-of-type .breadcrumbs-link {
    margin-left: 0
}

.breadcrumbs-item span {
    opacity: .5;
    position: relative;
    left: -8px
}

.breadcrumbs-item:last-child span {
    display: none
}

.breadcrumbs-link {
    display: inline-block;
    margin: 0 15px 0 0;
    color: rgba(36, 42, 64, .5);
    text-decoration: none;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.breadcrumbs-link._current {
    text-decoration: none;
    cursor: default;
    pointer-events: none
}

.no-touch .breadcrumbs-link:hover {
    color: #e31b23 !important
}

.events__promo-img-wrap .breadcrumbs-wrap {
    position: absolute;
    top: 20px;
    left: 15px;
    margin-top: 0
}

.events__promo-img-wrap .breadcrumbs-wrap .breadcrumbs-link, .events__promo-img-wrap .breadcrumbs-wrap span {
    color: #fff
}

@media (min-width: 768px) {
    .events__promo-img-wrap .breadcrumbs-wrap {
        left: 55px
    }
}

@media (min-width: 1024px) {
    .events__promo-img-wrap .breadcrumbs-wrap {
        top: 40px;
        left: 0
    }
}

.footer {
    overflow: hidden;
    border-top: 1px solid rgba(214, 219, 224, .7);
    background-color: #f8f8f8;
    z-index: 998
}

@media (min-width: 768px) {
    .footer {
        height: 420px;
        margin-top: -420px
    }
}

@media (min-width: 1024px) {
    .footer {
        height: 460px;
        margin-top: -460px
    }
}

@media (min-width: 1200px) {
    .footer {
        height: 498px;
        margin-top: -498px
    }
}

@media (min-width: 768px) {
    .footer .content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer__info-b {
    padding: 50px 15px
}

@media (min-width: 768px) {
    .footer__info-b {
        width: 50%;
        height: 308px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 55px
    }
}

@media (min-width: 1024px) {
    .footer__info-b {
        height: 348px;
        padding: 70px 60px 70px 70px
    }
}

@media (min-width: 1200px) {
    .footer__info-b {
        padding-right: 75px
    }
}

@media (min-width: 1600px) {
    .footer__info-b {
        padding-left: 107px;
        padding-right: 107px
    }
}

@media (min-width: 1900px) {
    .footer__info-b {
        padding-left: 128px;
        padding-right: 128px
    }
}

@media (min-width: 768px) {
    .footer__info-wrap {
        height: 100%
    }
}

.footer__info-text {
    font-size: 12px;
    line-height: 20px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .footer__info-text {
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: .02em;
        text-transform: lowercase
    }
}

.footer__info-phone {
    display: inline-block;
    margin-top: 30px;
    font-weight: 400;
    font-size: 21px;
    line-height: 31px;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.no-touch .footer__info-phone:hover {
    color: #e31b23
}

@media (min-width: 768px) {
    .footer__info-phone {
        font-size: 30px;
        line-height: 43px;
        letter-spacing: .02em;
        text-transform: lowercase
    }
}

@media (min-width: 1200px) {
    .footer__info-phone {
        margin-top: 15px;
        font-size: 40px;
        line-height: 58px
    }
}

@media (min-width: 1600px) {
    .footer__info-phone {
        margin-top: 17px
    }
}

.footer__info-socials-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px
}

@media (min-width: 768px) {
    .footer__info-socials-b {
        position: absolute;
        left: 0;
        bottom: 0
    }
}

.footer__info-social-item {
    margin-right: 50px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: .02em;
    text-transform: lowercase;
    text-decoration: none;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.footer__info-social-item:last-of-type {
    margin-right: 0
}

.no-touch .footer__info-social-item:hover {
    color: #e31b23
}

@media (min-width: 1600px) {
    .footer__info-social-item {
        margin-right: 90px
    }
}

@media (min-width: 1900px) {
    .footer__info-social-item {
        margin-right: 110px
    }
}

.footer__links-b {
    padding: 50px 15px;
    border-top: 1px solid rgba(214, 219, 224, .7)
}

@media (min-width: 768px) {
    .footer__links-b {
        width: 50%;
        height: 308px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 0;
        border-top: none;
        border-right: 1px solid rgba(214, 219, 224, .7)
    }
}

@media (min-width: 1024px) {
    .footer__links-b {
        height: 348px;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 75px
    }
}

@media (min-width: 1600px) {
    .footer__links-b {
        padding-left: 107px;
        padding-right: 107px
    }
}

@media (min-width: 1900px) {
    .footer__links-b {
        padding-left: 128px;
        padding-right: 128px
    }
}

.footer__links-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer__link {
    margin-bottom: 39px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: .02em;
    text-transform: lowercase;
    text-decoration: none;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.footer__link:last-of-type {
    margin-bottom: 0
}

.no-touch .footer__link:hover {
    color: #e31b23
}

.footer__copyright-b {
    height: 95px;
    padding: 27px 15px 0
}

.footer__copyright-b:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: rgba(214, 219, 224, .7);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0
}

@media (min-width: 1024px) {
    .footer__copyright-b:after {
        width: 100%
    }
}

@media (min-width: 768px) {
    .footer__copyright-b {
        width: 100%;
        height: 112px;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0
    }
}

@media (min-width: 1024px) {
    .footer__copyright-b {
        padding-left: 75px;
        padding-right: 75px
    }
}

@media (min-width: 1200px) {
    .footer__copyright-b {
        height: 150px
    }
}

@media (min-width: 1600px) {
    .footer__copyright-b {
        padding-left: 107px;
        padding-right: 107px
    }
}

@media (min-width: 1900px) {
    .footer__copyright-b {
        padding-left: 128px;
        padding-right: 128px
    }
}

.footer__copyright-text {
    font-size: 12px;
    line-height: 20px;
    text-transform: lowercase
}

.footer__copyright-text, .footer__copyright-text a {
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.footer__copyright-text a {
    text-decoration: none
}

.no-touch .footer__copyright-text a:hover {
    color: #e31b23
}

@media (min-width: 768px) {
    .footer__copyright-text {
        font-size: 15px;
        line-height: 27px;
        letter-spacing: .02em
    }
}

.footer__copyright-text + .footer__copyright-text {
    margin-top: 3px
}

@media (min-width: 768px) {
    .footer__copyright-text + .footer__copyright-text {
        margin-top: 0;
        margin-left: auto
    }
}

.f-form {
    height: 0;
    overflow: hidden;
    opacity: 0
}

@media (min-width: 768px) {
    .f-form {
        height: auto;
        overflow: hidden;
        opacity: 1
    }
}

.form-popup__close {
    top: 27px;
    right: 25px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 10
}

.form-popup__close, .form-popup__close:after, .form-popup__close:before {
    position: absolute;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.form-popup__close:after, .form-popup__close:before {
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto auto;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjAuMzUzNTUzIiB5MT0iMC42NDY0NDciIHgyPSIxNy4zNTM2IiB5Mj0iMTcuNjQ2NCIgc3Ryb2tlPSIjRTMxQjIzIi8+CjxsaW5lIHgxPSIwLjY0NjQ0NyIgeTE9IjE3LjY0NjQiIHgyPSIxNy42NDY0IiB5Mj0iMC42NDY0NDciIHN0cm9rZT0iI0UzMUIyMyIvPgo8L3N2Zz4K")
}

.form-popup__close:after {
    opacity: 0
}

@media (min-width: 768px) {
    .form-popup__close {
        right: 54px
    }

    .form-popup__close:after, .form-popup__close:before {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMSIgeT0iMjIiIHdpZHRoPSIzMCIgaGVpZ2h0PSIyIiB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgMSAyMikiIGZpbGw9IiNFMzFCMjMiLz4KPHJlY3QgeD0iMjIiIHk9IjI0IiB3aWR0aD0iMzAiIGhlaWdodD0iMiIgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSAyMiAyNCkiIGZpbGw9IiNFMzFCMjMiLz4KPC9zdmc+Cg==")
    }
}

@media (min-width: 1024px) {
    .form-popup__close {
        top: 0;
        right: 0;
        width: 89px;
        height: 90px;
        border-bottom: 1px solid rgba(214, 219, 224, .7)
    }

    .form-popup__close:after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMSIgeT0iMjIiIHdpZHRoPSIzMCIgaGVpZ2h0PSIyIiB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgMSAyMikiIGZpbGw9IiNmZmYiLz4KPHJlY3QgeD0iMjIiIHk9IjI0IiB3aWR0aD0iMzAiIGhlaWdodD0iMiIgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSAyMiAyNCkiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==")
    }
}

@media (min-width: 1200px) {
    .form-popup__close {
        height: 120px
    }
}

@media (min-width: 1600px) {
    .form-popup__close {
        width: 94px;
        height: 150px
    }
}

@media (min-width: 1900px) {
    .form-popup__close {
        width: 114px
    }
}

.no-touch .form-popup__close:hover {
    background-color: #e31b23
}

.no-touch .form-popup__close:hover:before {
    opacity: 0
}

.no-touch .form-popup__close:hover:after {
    opacity: 1
}

.form-item__success-content {
    max-width: 100%
}

.form-item__success-title {
    margin-top: 0;
    margin-bottom: 30px
}

@media (min-width: 1024px) {
    .form-item__success-title {
        margin-bottom: 40px
    }
}

.form-item__success-text {
    margin-top: 30px;
    margin-bottom: 0
}

@media (min-width: 1024px) {
    .form-item__success-text {
        margin-top: 40px
    }
}

.form-item__success-btn {
    margin-top: 50px
}

@media (min-width: 1024px) {
    .form-item__success-btn {
        margin-top: 70px
    }
}

@media (min-width: 768px) {
    .form-item__fieldset-b {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.form-item {
    height: 92px;
    overflow: hidden;
    border: 1px solid #242a40;
    z-index: 1;
    -webkit-transition: border .1s linear;
    -o-transition: border .1s linear;
    transition: border .1s linear
}

@media (min-width: 768px) {
    .form-item {
        height: 100px
    }

    .form-item:first-of-type, .form-item:nth-of-type(2), .form-item:nth-of-type(5), .form-item:nth-of-type(7) {
        width: 100%
    }

    .form-item:nth-of-type(3), .form-item:nth-of-type(4), .form-item:nth-of-type(6) {
        width: 50%
    }

    .form-item:nth-of-type(3) {
        border-right-color: transparent
    }
}

@media (min-width: 1024px) {
    .form-item {
        height: 112px
    }

    .form-item:nth-of-type(5) {
        width: 100%
    }

    .form-item:first-of-type, .form-item:nth-of-type(2), .form-item:nth-of-type(3), .form-item:nth-of-type(4), .form-item:nth-of-type(6), .form-item:nth-of-type(7) {
        width: 50%
    }

    .form-item:first-of-type, .form-item:nth-of-type(3) {
        border-right-color: transparent
    }
}

@media (min-width: 1600px) {
    .form-item:first-of-type {
        width: 66.66667%;
        overflow: visible;
        margin-right: 33.33333%
    }

    .form-item:first-of-type:after {
        content: "";
        position: absolute;
        top: -1px;
        right: -2px;
        bottom: 0;
        width: 1px;
        background-color: #242a40;
        z-index: 10
    }

    .form-item:nth-of-type(2), .form-item:nth-of-type(3), .form-item:nth-of-type(4), .form-item:nth-of-type(6) {
        width: 33.33333%
    }

    .form-item:nth-of-type(5) {
        width: 66.66667%
    }

    .form-item:nth-of-type(2), .form-item:nth-of-type(3), .form-item:nth-of-type(5) {
        border-right-color: transparent
    }
}

.form-item._active .form-input-placeholder {
    top: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0
}

@media (min-width: 768px) {
    .form-item._active .form-input-placeholder {
        top: 26px;
        font-weight: 400;
        letter-spacing: .02em
    }
}

@media (min-width: 1024px) {
    .form-item._active .form-input-placeholder {
        top: 27px
    }
}

.form-item._active .form-file-label:after, .form-item._active .form-file-label:before {
    display: none
}

.form-item._active .file-input-close {
    opacity: 1;
    pointer-events: auto
}

.form-item._file-item {
    height: auto;
    padding-bottom: 4px;
    border-color: transparent
}

@media (min-width: 1024px) {
    .form-item._file-item {
        padding-left: 45px
    }
}

@media (min-width: 1600px) {
    .form-item._file-item {
        position: absolute;
        top: 376px;
        left: 436px
    }
}

@media (min-width: 1900px) {
    .form-item._file-item {
        left: 510px
    }
}

.form-item + .form-item {
    margin-top: -1px
}

@media (min-width: 1024px) {
    .form-item + .form-item:nth-of-type(2) {
        margin-top: 0
    }
}

@media (min-width: 1600px) {
    .form-item + .form-item:nth-of-type(2) {
        margin-top: -1px
    }
}

.form-input {
    width: 100%;
    height: 100%;
    display: block;
    padding: 42px 10px 21px 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: .02em;
    text-transform: lowercase;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    outline: none;
    box-shadow: none;
    z-index: 5;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .form-input {
        padding: 48px 20px 23px 45px
    }
}

@media (min-width: 1024px) {
    .form-input {
        padding: 54px 20px 30px 45px
    }
}

.form-area {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    padding: 42px 10px 21px 30px;
    font-family: Fira Sans, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: .02em;
    text-transform: lowercase;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    outline: none;
    box-shadow: none;
    resize: none;
    z-index: 5;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .form-area {
        padding: 48px 20px 23px 45px
    }
}

.form-input-placeholder {
    position: absolute;
    top: 35px;
    left: 30px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #6a6b6e;
    letter-spacing: .02em;
    text-transform: lowercase;
    z-index: 10;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    pointer-events: none
}

@media (min-width: 768px) {
    .form-input-placeholder {
        top: 39px;
        left: 45px
    }
}

@media (min-width: 1024px) {
    .form-input-placeholder {
        top: 44px
    }
}

.form-file-input {
    position: absolute;
    top: 0;
    left: -9999px;
    width: 0;
    height: 0;
    opacity: 0
}

.form-file-label {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    border: 1px solid transparent;
    background: #fff;
    cursor: pointer
}

.form-file-label, .form-file-label:after, .form-file-label:before {
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.form-file-label:after, .form-file-label:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 20px;
    height: 23px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    pointer-events: none
}

@media (min-width: 768px) {
    .form-file-label:after, .form-file-label:before {
        right: 25px
    }
}

@media (min-width: 1200px) {
    .form-file-label:after, .form-file-label:before {
        right: 37px
    }
}

.form-file-label:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMCAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjEyMzcgMTAuMDE1NEwxMy4zOTQzIDIwLjM1MTdMMTIuMjU2OSAxOS43MjEyTDE3Ljk4NjMgOS4zODQ5NEMxOS4zNzYzIDYuODc3MzUgMTguNDY3MyAzLjcwNjQgMTUuOTU4MyAyLjMxNTY1QzEzLjQ0OTYgMC45MjUwMDYgMTAuMjc4OCAxLjgzNDQ3IDguODg4ODggNC4zNDIwNkwyLjU4NjYgMTUuNzE3QzEuNTQxMjMgMTcuNjAyOSAyLjIxOSAxOS45NzMxIDQuMTA0ODIgMjEuMDE4NEM1Ljk5MDY0IDIyLjA2MzggOC4zNjIxMSAyMS4zODM1IDkuNDA3MzYgMTkuNDk3OEwxMy44MjAxIDExLjUzNjlDMTQuNTE3OSAxMC4yNzggMTQuMDc4NSA4LjY5NTIgMTIuODE5MiA3Ljk5NzE5QzExLjU2MDkgNy4yOTk2NiA5Ljk2OTA4IDcuNzU2NSA5LjI3MTI5IDkuMDE1MzdMNS40MzM2OCAxNS45Mzg3TDQuMjk2NTIgMTUuMzA4NEw4LjEzNDE0IDguMzg1MDJDOS4xNzk3NSA2LjQ5ODY2IDExLjU2MzkgNS44MTQ0MSAxMy40NDk1IDYuODU5NjRDMTUuMzM2MiA3LjkwNTQ2IDE2LjAwMjcgMTAuMjgwNyAxNC45NTcxIDEyLjE2NzFMMTAuNTQ0NCAyMC4xMjc4QzkuMTUxOTUgMjIuNjQgNS45ODYyMiAyMy41NDggMy40NzQyNSAyMi4xNTU1QzAuOTYyMjY3IDIwLjc2MzEgMC4wNTY4ODQzIDE3LjU5ODQgMS40NDkzNSAxNS4wODYzTDcuNzUxNjMgMy43MTEzOEM5LjQ4OTQ4IDAuNTc3MTkxIDEzLjQ1MzkgLTAuNTU5NTE5IDE2LjU4OSAxLjE3ODMzQzE5LjcyNDEgMi45MTYxOCAyMC44NjEyIDYuODgwNzYgMTkuMTIzNyAxMC4wMTU0WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==")
}

.form-file-label:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMCAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjEyMzcgMTAuMDE1NEwxMy4zOTQzIDIwLjM1MTdMMTIuMjU2OSAxOS43MjEyTDE3Ljk4NjMgOS4zODQ5NEMxOS4zNzYzIDYuODc3MzUgMTguNDY3MyAzLjcwNjQgMTUuOTU4MyAyLjMxNTY1QzEzLjQ0OTYgMC45MjUwMDYgMTAuMjc4OCAxLjgzNDQ3IDguODg4ODggNC4zNDIwNkwyLjU4NjYgMTUuNzE3QzEuNTQxMjMgMTcuNjAyOSAyLjIxOSAxOS45NzMxIDQuMTA0ODIgMjEuMDE4NEM1Ljk5MDY0IDIyLjA2MzggOC4zNjIxMSAyMS4zODM1IDkuNDA3MzYgMTkuNDk3OEwxMy44MjAxIDExLjUzNjlDMTQuNTE3OSAxMC4yNzggMTQuMDc4NSA4LjY5NTIgMTIuODE5MiA3Ljk5NzE5QzExLjU2MDkgNy4yOTk2NiA5Ljk2OTA4IDcuNzU2NSA5LjI3MTI5IDkuMDE1MzdMNS40MzM2OCAxNS45Mzg3TDQuMjk2NTIgMTUuMzA4NEw4LjEzNDE0IDguMzg1MDJDOS4xNzk3NSA2LjQ5ODY2IDExLjU2MzkgNS44MTQ0MSAxMy40NDk1IDYuODU5NjRDMTUuMzM2MiA3LjkwNTQ2IDE2LjAwMjcgMTAuMjgwNyAxNC45NTcxIDEyLjE2NzFMMTAuNTQ0NCAyMC4xMjc4QzkuMTUxOTUgMjIuNjQgNS45ODYyMiAyMy41NDggMy40NzQyNSAyMi4xNTU1QzAuOTYyMjY3IDIwLjc2MzEgMC4wNTY4ODQzIDE3LjU5ODQgMS40NDkzNSAxNS4wODYzTDcuNzUxNjMgMy43MTEzOEM5LjQ4OTQ4IDAuNTc3MTkxIDEzLjQ1MzkgLTAuNTU5NTE5IDE2LjU4OSAxLjE3ODMzQzE5LjcyNDEgMi45MTYxOCAyMC44NjEyIDYuODgwNzYgMTkuMTIzNyAxMC4wMTU0WiIgZmlsbD0iIzgwODA4MCIvPgo8L3N2Zz4K");
    opacity: 0
}

.no-touch .form-file-label:hover:before {
    opacity: 0
}

.no-touch .form-file-label:hover:after {
    opacity: 1
}

.file-input-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 42px 55px 21px 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: .02em;
    text-transform: lowercase;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    z-index: 1;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    pointer-events: none
}

@media (min-width: 768px) {
    .file-input-content {
        padding: 48px 55px 23px 45px
    }
}

.file-input-close {
    bottom: 0;
    right: 10px;
    width: 36px;
    height: 36px;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
    pointer-events: none
}

.file-input-close, .file-input-close:after, .file-input-close:before {
    position: absolute;
    top: 0;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.file-input-close:after, .file-input-close:before {
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto auto
}

.file-input-close:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjAuMzUzNTUzIiB5MT0iMC42NDY0NDciIHgyPSIxNy4zNTM2IiB5Mj0iMTcuNjQ2NCIgc3Ryb2tlPSIjMjQyQTQwIi8+CjxsaW5lIHgxPSIwLjY0NjQ0NyIgeTE9IjE3LjY0NjQiIHgyPSIxNy42NDY0IiB5Mj0iMC42NDY0NDciIHN0cm9rZT0iIzI0MkE0MCIvPgo8L3N2Zz4K")
}

.file-input-close:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjAuMzUzNTUzIiB5MT0iMC42NDY0NDciIHgyPSIxNy4zNTM2IiB5Mj0iMTcuNjQ2NCIgc3Ryb2tlPSIjOTI5NUEwIi8+CjxsaW5lIHgxPSIwLjY0NjQ0NyIgeTE9IjE3LjY0NjQiIHgyPSIxNy42NDY0IiB5Mj0iMC42NDY0NDciIHN0cm9rZT0iIzkyOTVBMCIvPgo8L3N2Zz4K");
    opacity: 0
}

.no-touch .file-input-close:hover:before {
    opacity: 0
}

.no-touch .file-input-close:hover:after {
    opacity: 1
}

@media (min-width: 768px) {
    .file-input-close {
        right: 16px
    }
}

@media (min-width: 1200px) {
    .file-input-close {
        right: 28px
    }
}

.form-input-error {
    position: absolute;
    top: 35px;
    left: 30px;
    display: none;
    font-size: 15px;
    line-height: 25px;
    color: #e31b23;
    z-index: 15;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    pointer-events: none
}

@media (min-width: 768px) {
    .form-input-error {
        top: 39px;
        left: 45px;
        font-weight: 400;
        letter-spacing: .02em
    }
}

@media (min-width: 1024px) {
    .form-input-error {
        top: 44px
    }
}

._error {
    border-color: #e31b23;
    z-index: 10
}

._error .form-input-placeholder {
    display: none
}

._error .form-input-error {
    display: block
}

._error._active .form-input-error {
    top: 20px
}

@media (min-width: 768px) {
    ._error._active .form-input-error {
        top: 26px
    }
}

@media (min-width: 1024px) {
    ._error._active .form-input-error {
        top: 27px
    }
}

.form-checkbox-label {
    display: block;
    margin-top: 39px;
    padding-top: 3px;
    padding-left: 54px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #6a6b6e;
    letter-spacing: .02em;
    text-transform: lowercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.no-touch .form-checkbox-label:hover .form-checkbox-marker {
    border-color: #e31b23
}

.form-checkbox {
    position: absolute;
    left: -9999px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.form-checkbox:checked + .form-checkbox-marker:after {
    opacity: 1
}

.form-checkbox-marker {
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    border: 1px solid #242a40;
    background-color: #fff
}

.form-checkbox-marker, .form-checkbox-marker:after {
    position: absolute;
    z-index: 1;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.form-checkbox-marker:after {
    content: "";
    top: 6px;
    left: 5px;
    width: 18px;
    height: 14px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgN0w2IDEyTDE2LjUgMS41IiBzdHJva2U9IiNFMzFCMjMiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K");
    opacity: 0
}

.form-submit-btn {
    height: 49px;
    margin-top: 50px;
    margin-bottom: 80px;
    font-family: Fira Sans, sans-serif;
    background-color: #fff
}

@media (min-width: 1024px) {
    .form-submit-btn {
        margin-top: 70px;
        margin-bottom: 120px
    }
}

@media (min-width: 1200px) {
    .form-submit-btn {
        margin-left: 75px
    }
}

@media (min-width: 1600px) {
    .form-submit-btn {
        margin-left: 107px
    }
}

@media (min-width: 1900px) {
    .form-submit-btn {
        margin-left: 128px
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid rgba(214, 219, 224, .7);
    background-color: #fff;
    z-index: 999;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

._h-white .header:after {
    opacity: 0
}

.header:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 89px;
    width: 1px;
    background-color: rgba(214, 219, 224, .7);
    display: none
}

@media (min-width: 768px) {
    .header {
        height: 90px
    }
}

@media (min-width: 1024px) {
    .header:after {
        content: "";
        display: block
    }
}

@media (min-width: 1200px) {
    .header {
        height: 120px
    }
}

@media (min-width: 1600px) {
    .header {
        height: 150px
    }

    .header:after {
        right: 94px
    }
}

@media (min-width: 1900px) {
    .header:after {
        right: 114px
    }
}

.h-logo-link {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    left: 29px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .h-logo-link {
        left: 66px
    }
}

@media (min-width: 1024px) {
    .h-logo-link {
        left: 75px
    }
}

@media (min-width: 1200px) {
    .h-logo-link {
        left: 56px
    }
}

.h-logo {
    width: 73px;
    height: 20px;
    z-index: 1;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 1600px) {
    .h-logo {
        width: 109px;
        height: 30px
    }
}

._h-white._h-hide:not(._header-hover) .h-logo {
    display: none
}

._h-white._h-hide:not(._header-hover) .h-logo--white {
    display: block
}

._h-white._h-hide:not(._header-hover) .h-menu__menu-link {
    color: #fff
}

._h-white._h-hide:not(._header-hover) .h-burger__line {
    background-color: #fff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.h-logo--white {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 5
}

.h-menu-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    height: 80px;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media (min-width: 768px) {
    .h-menu-wrap {
        right: 51px
    }
}

@media (min-width: 1024px) {
    .h-menu-wrap {
        right: 19px
    }
}

@media (min-width: 1600px) {
    .h-menu-wrap {
        right: 24px
    }
}

@media (min-width: 1900px) {
    .h-menu-wrap {
        right: 36px
    }
}

.h-burger-btn {
    width: 39px;
    height: 26px;
    cursor: pointer;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear
}

@media (min-width: 1200px) {
    .h-burger-btn {
        display: none
    }
}

.h-burger-btn--desktop {
    display: none;
    cursor: default
}

@media (min-width: 1200px) {
    .h-burger-btn--desktop {
        display: block
    }
}

.h-burger__line {
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #242a40;
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear
}

.h-burger__line._top {
    top: 0;
    width: 26px
}

.h-burger__line._middle {
    top: 12px;
    width: 39px
}

.h-burger__line._bottom {
    bottom: 0;
    width: 26px
}

@media (min-width: 1024px) {
    .h-burger__line {
        background-color: #e31b23
    }
}

.h-lang-link {
    width: 52px;
    height: 36px;
    display: none;
    margin-right: 36px;
    font-size: 15px;
    line-height: 34px;
    letter-spacing: .02em;
    text-transform: lowercase;
    text-decoration: none;
    text-align: center;
    border: 1px solid #e31b23;
    border-radius: 31px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.no-touch .h-lang-link:hover {
    color: #fff;
    background-color: #e31b23
}

@media (min-width: 768px) {
    .h-lang-link {
        display: block
    }
}

@media (min-width: 1024px) {
    .h-lang-link {
        margin-right: 46px
    }
}

@media (min-width: 1600px) {
    .h-lang-link {
        margin-right: 46px
    }
}

@media (min-width: 1900px) {
    .h-lang-link {
        margin-right: 46px
    }
}

.h-menu__links-b {
    margin-right: 36px;
    height: 28px;
    display: none;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 1024px) {
    .h-menu__links-b {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width: 1200px) {
    .h-menu__links-b {
        margin-right: 46px
    }
}

.h-menu__link {
    margin-left: 25px;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: .02em;
    text-transform: lowercase;
    text-decoration: none;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.h-menu__link:first-of-type {
    margin-left: 0
}

.h-menu__link._active {
    opacity: .5;
    pointer-events: none
}

.no-touch .h-menu__link:hover {
    color: #e31b23
}

@media (min-width: 1200px) {
    .h-menu__link {
        margin-left: 56px
    }
}

.h-menu__menu-link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 121px;
    height: 28px;
    display: none;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: .05em;
    text-transform: lowercase;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.h__right-bottom-line {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 89px;
    height: 1px;
    display: none;
    background-color: rgba(214, 219, 224, .7);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

@media (min-width: 1024px) {
    .h__right-bottom-line {
        display: block
    }
}

@media (min-width: 1600px) {
    .h__right-bottom-line {
        width: 94px
    }
}

@media (min-width: 1900px) {
    .h__right-bottom-line {
        width: 114px
    }
}

.h-burger__bg-shade {
    left: 0;
    width: 100vw;
    background-color: hsla(240, 3%, 94%, .65);
    z-index: 999;
    cursor: pointer
}

.h-burger-b, .h-burger__bg-shade {
    position: fixed;
    top: 0;
    height: 100%;
    opacity: 0;
    pointer-events: none
}

.h-burger-b {
    right: 0;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    z-index: 1000;
    -webkit-transition: opacity 0s .3s, -webkit-transform .2s;
    transition: opacity 0s .3s, -webkit-transform .2s;
    -o-transition: opacity 0s .3s, transform .2s;
    transition: opacity 0s .3s, transform .2s;
    transition: opacity 0s .3s, transform .2s, -webkit-transform .2s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

@media (min-width: 768px) {
    .h-burger-b {
        width: 338px
    }
}

._burger {
    position: fixed
}

@media (min-width: 768px) {
    ._burger {
        position: static
    }
}

._burger .h-burger__bg-shade {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear
}

._burger .h-burger-b {
    opacity: 1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto
}

.h-burger__close {
    position: absolute;
    top: 27px;
    right: 25px;
    width: 36px;
    height: 36px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto auto;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjAuMzUzNTUzIiB5MT0iMC42NDY0NDciIHgyPSIxNy4zNTM2IiB5Mj0iMTcuNjQ2NCIgc3Ryb2tlPSIjRTMxQjIzIi8+CjxsaW5lIHgxPSIwLjY0NjQ0NyIgeTE9IjE3LjY0NjQiIHgyPSIxNy42NDY0IiB5Mj0iMC42NDY0NDciIHN0cm9rZT0iI0UzMUIyMyIvPgo8L3N2Zz4K");
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .h-burger__close {
        right: 54px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMSIgeT0iMjIiIHdpZHRoPSIzMCIgaGVpZ2h0PSIyIiB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgMSAyMikiIGZpbGw9IiNFMzFCMjMiLz4KPHJlY3QgeD0iMjIiIHk9IjI0IiB3aWR0aD0iMzAiIGhlaWdodD0iMiIgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSAyMiAyNCkiIGZpbGw9IiNFMzFCMjMiLz4KPC9zdmc+Cg==")
    }
}

.h-lang-link--burger {
    position: absolute;
    top: 28px;
    left: 30px;
    display: block !important;
    opacity: 1 !important;
    pointer-events: auto !important
}

@media (min-width: 768px) {
    .h-lang-link--burger {
        left: 58px
    }
}

.h-burger__links-b {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 158px;
    margin-bottom: 58px;
    padding: 0 30px
}

@media (min-width: 768px) {
    .h-burger__links-b {
        padding: 0 58px;
        -webkit-transition: all .1s linear;
        -o-transition: all .1s linear;
        transition: all .1s linear
    }
}

.h-burger__link {
    margin-bottom: 26px;
    font-size: 15px;
    line-height: 25px;
    text-decoration: none
}

.h-burger__link:last-of-type {
    margin-bottom: 0
}

.h-burger__bottom-b {
    width: 100%;
    height: 158px;
    margin-top: auto;
    padding: 0 30px;
    border-top: 1px solid rgba(214, 219, 224, .7);
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .h-burger__bottom-b {
        padding: 0 58px
    }
}

.h-burger__phone {
    display: inline-block;
    margin-top: 40px;
    font-weight: 400;
    font-size: 21px;
    line-height: 31px;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none
}

.h-burger__socials-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 33px
}

.h-burger__social-item {
    margin-right: 56px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: .02em;
    text-transform: lowercase;
    text-decoration: none;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.h-burger__social-item:last-of-type {
    margin-right: 0
}

._h-hide .header {
    border-bottom-color: transparent;
    background-color: transparent;
    pointer-events: none
}

._h-hide .h-lang-link, ._h-hide .h-logo, ._h-hide .h-menu__links-b, ._h-hide .h-search {
    opacity: 0;
    pointer-events: none
}

._h-hide .h-burger-btn {
    pointer-events: auto
}

@media (min-width: 1024px) {
    ._h-hide .h-burger-btn, ._h-hide .h-logo {
        opacity: 1;
        pointer-events: auto
    }
}

@media (min-width: 1200px) {
    ._h-hide .h-menu__menu-link {
        opacity: 1;
        pointer-events: auto
    }
}

@media (min-width: 1600px) {
    ._h-hide:not(.any-ie) .h-logo {
        width: 73px;
        height: 20px;
        -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px)
    }
}

._header-hover.no-touch .header {
    border-bottom-color: rgba(214, 219, 224, .7);
    background-color: #fff
}

._header-hover.no-touch .h-menu-wrap {
    pointer-events: auto
}

._header-hover.no-touch .h-menu-wrap .h-lang-link, ._header-hover.no-touch .h-menu-wrap .h-menu__links-b, ._header-hover.no-touch .h-menu-wrap .h-search {
    opacity: 1;
    pointer-events: auto
}

._header-hover.no-touch .h-menu-wrap .h-menu__menu-link {
    opacity: 0;
    pointer-events: none
}

.cookies-wrap {
    background: #fff;
    max-width: 35%;
    min-width: 370px;
    position: fixed;
    padding: 70px 60px;
    right: 0;
    bottom: 0;
    z-index: 9999;
    border: 1px solid rgba(214, 219, 224, .7)
}

@media (max-width: 768px) {
    .cookies-wrap {
        width: 100%;
        min-width: 100%
    }

    .cookies-wrap p {
        font-size: 12px;
        line-height: 22px
    }
}

.cookies-wrap p {
    font-size: 15px;
    line-height: 25px
}

.company__history-sect {
    margin-top: 80px;
    margin-bottom: 80px;
    z-index: 55
}

@media (min-width: 1024px) {
    .company__history-sect {
        margin-top: 120px;
        margin-bottom: 120px
    }
}

@media (min-width: 768px) {
    .company__history-wrap {
        margin-left: -53px;
        margin-right: -53px
    }
}

@media (min-width: 1024px) {
    .company__history-wrap {
        margin-left: -75px;
        margin-right: -75px
    }
}

@media (min-width: 1200px) {
    .company__history-wrap {
        position: static;
        margin-left: 0;
        margin-right: 0
    }
}

.company__history-cont {
    left: 1px;
    width: calc(100% - 1px);
    border: 1px solid #414042
}

@media (min-width: 1200px) {
    .company__history-cont {
        position: absolute
    }

    .company__history-cont:after, .company__history-cont:before {
        content: "";
        position: absolute;
        right: 1px;
        width: 148px;
        height: 147px;
        background-color: #fff;
        z-index: 50
    }

    .company__history-cont:before {
        top: 0
    }

    .company__history-cont:after {
        bottom: 0
    }
}

@media (min-width: 1440px) {
    .company__history-cont:after, .company__history-cont:before {
        width: 105px
    }
}

.company__history-nav-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid rgba(214, 219, 224, .7)
}

@media (min-width: 768px) {
    .company__history-nav-wrap {
        height: 80px;
        margin-left: 135px;
        margin-right: 135px;
        padding-left: 10px;
        padding-right: 10px;
        border-bottom: none
    }
}

@media (min-width: 1200px) {
    .company__history-nav-wrap {
        left: auto;
        right: 0;
        bottom: 0;
        width: 150px;
        height: auto;
        overflow: hidden;
        margin: 0;
        padding: 145px 22px 0;
        border-left: 1px solid rgba(214, 219, 224, .7)
    }
}

@media (min-width: 1440px) {
    .company__history-nav-wrap {
        width: 107px;
        border-left: none
    }
}

.company__history-nav-list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    overflow: hidden
}

@media (min-width: 1200px) {
    .company__history-nav-list {
        height: auto;
        overflow: visible;
        display: block;
        margin-bottom: 145px
    }
}

.company__history-nav-item {
    width: 30px;
    margin-right: 30px;
    font-size: 13px;
    line-height: 89px;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.company__history-nav-item:last-of-type {
    margin-right: 0
}

.company__history-nav-item._active {
    font-weight: 400;
    pointer-events: none
}

.no-touch .company__history-nav-item:not(._active):hover {
    font-weight: 400;
    color: #e31b23
}

@media (min-width: 768px) {
    .company__history-nav-item {
        margin-right: 23px;
        line-height: 79px
    }
}

@media (min-width: 1024px) {
    .company__history-nav-item {
        margin-right: 27px
    }
}

@media (min-width: 1200px) {
    .company__history-nav-item {
        width: auto;
        margin-top: 22px;
        margin-right: 0;
        line-height: 40px;
        text-align: center
    }

    .company__history-nav-item:first-of-type {
        margin-top: 0
    }
}

.company__history-nav-btn {
    position: absolute;
    top: 20px;
    width: 52px;
    height: 38px;
    display: none;
    outline: none;
    z-index: 55;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.company__history-nav-btn:after, .company__history-nav-btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 35px;
    height: 17px;
    margin: auto;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    -webkit-transform: translateZ(0) scaleY(-1);
    transform: translateZ(0) scaleY(-1)
}

@media (min-width: 1200px) {
    .company__history-nav-btn:after, .company__history-nav-btn:before {
        width: 17px;
        height: 35px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.no-touch .company__history-nav-btn:hover:before {
    opacity: 0
}

.no-touch .company__history-nav-btn:hover:after {
    opacity: 1
}

.company__history-nav-btn._prev {
    left: 44px
}

.company__history-nav-btn._prev:before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNSAxNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzUgMTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRTMxQjIzO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNSw4LjVIMS41TDksMTYiLz4KPC9zdmc+Cg==")
}

.company__history-nav-btn._prev:after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNSAxNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzUgMTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRTMxQjIzO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzUsOC41SDEuNSIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTksMTZMMS41LDguNWw3LTdMOSwxIi8+CjwvZz4KPC9zdmc+Cg==");
    opacity: 0
}

.company__history-nav-btn._next {
    right: 44px
}

.company__history-nav-btn._next:before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNSAxNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzUgMTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRTMxQjIzO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0wLDguNWgzMy41TDI2LDE2Ii8+Cjwvc3ZnPgo=")
}

.company__history-nav-btn._next:after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNSAxNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzUgMTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRTMxQjIzO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCw4LjVoMzMuNSIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTI2LDFsNy41LDcuNWwtNyw3TDI2LDE2Ii8+CjwvZz4KPC9zdmc+Cg==");
    opacity: 0
}

.company__history-nav-btn._disabled {
    opacity: .5;
    pointer-events: none
}

@media (min-width: 768px) {
    .company__history-nav-btn {
        display: block
    }
}

@media (min-width: 1200px) {
    .company__history-nav-btn._prev {
        top: 52px;
        left: auto;
        right: 49px
    }

    .company__history-nav-btn._prev:before {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNyAzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcgMzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRTMxQjIzO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LjUsMzVWMS41TDE2LDkiLz4KPC9zdmc+Cg==")
    }

    .company__history-nav-btn._prev:after {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNyAzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcgMzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRTMxQjIzO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOC41LDM1VjEuNSIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEsOWw3LjUtNy41bDcsN0wxNiw5Ii8+CjwvZz4KPC9zdmc+Cg==")
    }

    .company__history-nav-btn._next {
        top: auto;
        bottom: 53px;
        right: 47px
    }

    .company__history-nav-btn._next:before {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNyAzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcgMzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRTMxQjIzO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LjUsMHYzMy41TDEsMjYiLz4KPC9zdmc+Cg==")
    }

    .company__history-nav-btn._next:after {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNyAzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcgMzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRTMxQjIzO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOC41LDB2MzMuNSIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE2LDI2bC03LjUsNy41bC03LTdMMSwyNiIvPgo8L2c+Cjwvc3ZnPgo=")
    }
}

@media (min-width: 1440px) {
    .company__history-nav-btn._next, .company__history-nav-btn._prev {
        right: 26px
    }
}

.company__history-content-wrap {
    margin-top: 90px
}

@media (min-width: 768px) {
    .company__history-content-wrap {
        margin-top: 80px;
        border-top: 1px solid #414042
    }
}

@media (min-width: 1200px) {
    .company__history-content-wrap {
        width: calc(100% - 150px);
        margin-top: 0;
        border-top: none
    }
}

@media (min-width: 1440px) {
    .company__history-content-wrap {
        width: calc(100% - 107px)
    }
}

.company__history-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    pointer-events: none
}

.company__history-item._active {
    position: relative;
    opacity: 1;
    z-index: 10;
    pointer-events: auto
}

@media (min-width: 1200px) {
    .company__history-item {
        height: 700px
    }
}

@media (min-width: 1440px) {
    .company__history-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.company__history-item-content {
    padding: 80px 30px 30px
}

@media (min-width: 768px) {
    .company__history-item-content {
        padding: 80px 53px 92px
    }
}

@media (min-width: 1024px) {
    .company__history-item-content {
        padding-top: 120px
    }
}

@media (min-width: 1200px) {
    .company__history-item-content {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        padding: 120px 75px 241px
    }
}

@media (min-width: 1440px) {
    .company__history-item-content {
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        max-width: inherit;
        margin: 0;
        padding: 120px 107px 215px
    }
}

.company__history-item-title {
    margin-top: 0;
    margin-bottom: 20px
}

.company__history-item-title:after, .company__history-item-title:before {
    display: none
}

@media (min-width: 768px) {
    .company__history-item-title {
        margin-bottom: 40px
    }
}

.company__history-item-text {
    font-size: 12px;
    line-height: 20px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .company__history-item-text {
        font-size: 15px;
        line-height: 25px
    }
}

.company__history-item-text + .company__history-item-text {
    margin-top: 20px
}

@media (min-width: 768px) {
    .company__history-item-text + .company__history-item-text {
        margin-top: 40px
    }
}

.company__history-item-img {
    display: none
}

@media (min-width: 1440px) {
    .company__history-item-img {
        width: 36.44859813084112%;
        min-height: 700px;
        display: block;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover
    }

    .company__history-item-img._svg {
        width: calc(36.44859813084112% - 50px);
        min-height: 600px;
        margin-top: 50px;
        margin-bottom: 50px;
        margin-right: 50px;
        background-size: contain
    }
}

@media (min-width: 1900px) {
    .company__history-item-img._svg {
        width: calc(36.44859813084112% - 100px);
        min-height: 500px;
        margin-top: 100px;
        margin-bottom: 100px;
        margin-right: 100px
    }
}

.company__history-item-file-wrap {
    display: none;
    margin-left: 53px;
    margin-right: 53px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.company__history-item-file-wrap .inline-file {
    max-width: 377px;
    margin-top: 0
}

@media (min-width: 768px) {
    .company__history-item-file-wrap {
        display: block
    }
}

@media (min-width: 1200px) {
    .company__history-item-file-wrap {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 75px;
        padding-right: 75px
    }

    .company__history-item-file-wrap .inline-file {
        max-width: 440px
    }
}

@media (min-width: 1440px) {
    .company__history-item-file-wrap {
        max-width: inherit;
        padding-left: 107px;
        padding-right: 107px
    }
}

.open-dev-radar {
    position: relative;
    width: 100%;
    padding-top: 230px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.open-dev-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    margin-left: -17px;
    border-radius: 50%;
    background-color: #6a6b6e
}

.open-dev-badge:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    border-radius: 50%;
    background-color: #fff
}

.open-dev-radar-pulse {
    position: absolute;
    left: 50%;
    top: 50%
}

.open-dev-radar-pulse:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
    border: 1px solid #6a6b6e;
    -webkit-animation-duration: 3.2s;
    animation-duration: 3.2s;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0
}

.open-dev-radar-pulse:nth-child(4) {
    width: 76px;
    height: 76px;
    margin-top: -38px;
    margin-left: -38px
}

.open-dev-radar-pulse:nth-child(3) {
    width: 118px;
    height: 118px;
    margin-top: -59px;
    margin-left: -59px
}

.open-dev-radar-pulse:nth-child(3):after {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.open-dev-radar-pulse:nth-child(2) {
    width: 168px;
    height: 168px;
    margin-top: -84px;
    margin-left: -84px
}

.open-dev-radar-pulse:nth-child(2):after {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.open-dev-radar-pulse:first-child {
    width: 232px;
    height: 232px;
    margin-top: -116px;
    margin-left: -116px
}

.open-dev-radar-pulse:first-child::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0
    }
}

.solution__projects-sect {
    height: 550px;
    color: #fff;
    background-color: #242a40
}

@media (min-width: 768px) {
    .solution__projects-sect {
        height: 940px
    }
}

@media (min-width: 1024px) {
    .solution__projects-sect {
        height: 500px
    }
}

@media (min-width: 1200px) {
    .solution__projects-sect {
        height: 650px
    }
}

@media (min-width: 1600px) {
    .solution__projects-sect {
        height: 570px
    }
}

.solution__projects-sect .content, .solution__projects-sect .inner-content {
    height: 100%
}

.solution__projects-sect .inner-content {
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width: 768px) {
    .solution__projects-sect .inner-content {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 1024px) {
    .solution__projects-sect .inner-content {
        padding-left: 75px;
        padding-right: 75px
    }
}

@media (min-width: 1600px) {
    .solution__projects-sect .inner-content {
        padding-left: 160px;
        padding-right: 320px
    }
}

.solution__projects-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.solution__projects-wrap .basic-slider-cont {
    height: 100%
}

.solution__projects-item {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #242a40;
    z-index: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.solution__projects-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    opacity: .15
}

.solution__projects-title-h {
    margin-top: 80px;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: .02em;
    text-transform: lowercase;
    opacity: .5
}

@media (min-width: 1024px) {
    .solution__projects-title-h {
        margin-top: 120px
    }
}

.solution__projects-title {
    margin-top: 0;
    margin-bottom: 0
}

.solution__projects-title a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.no-touch .solution__projects-title a:hover {
    color: #e31b23
}

@media (min-width: 768px) {
    .solution__projects-title {
        margin-top: 5px
    }
}

@media (min-width: 1024px) {
    .solution__projects-title {
        margin-top: -5px
    }
}

@media (min-width: 1200px) {
    .solution__projects-title {
        margin-top: 5px
    }
}

@media (min-width: 1600px) {
    .solution__projects-title {
        margin-top: 21px
    }
}

.projects-video-icon {
    top: 4px;
    left: 4px;
    width: 16px;
    height: 19px;
    display: inline-block;
    cursor: pointer
}

.projects-video-icon:after, .projects-video-icon:before {
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    content: "";
    -webkit-transition: .1s linear;
    -o-transition: .1s linear;
    transition: .1s linear;
    left: 0;
    top: 0
}

.projects-video-icon:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAyOSAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI4LjU1MjcgMTYuNjA5NEwwLjA1MjczMjggMzMuMDYzOUwwLjA1MjczNDMgMC4xNTQ4OTFMMjguNTUyNyAxNi42MDk0WiIgZmlsbD0iI0UzMUIyMyIvPgo8L3N2Zz4K");
    opacity: 1
}

.projects-video-icon:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAzMyA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMi42Nzk0OUwzMSAyMEwwLjk5OTk5OCAzNy4zMjA1TDEgMi42Nzk0OVoiIHN0cm9rZT0iI0UzMUIyMyIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=")
}

@media (min-width: 768px) {
    .projects-video-icon {
        left: 35px;
        width: 37px;
        height: 43px
    }

    .no-touch .projects-video-icon:hover:before {
        opacity: 0
    }

    .no-touch .projects-video-icon:hover:after {
        opacity: 1
    }
}

@media (min-width: 1600px) {
    .projects-video-icon {
        left: 107px
    }
}

.solution__projects-text-h {
    margin-top: 59px;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: .02em;
    text-transform: lowercase;
    opacity: .5;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .solution__projects-text-h {
        margin-top: 37px
    }
}

@media (min-width: 1024px) {
    .solution__projects-text-h {
        margin-top: 20px
    }
}

@media (min-width: 1200px) {
    .solution__projects-text-h {
        margin-top: 37px
    }
}

.solution__projects-text {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .solution__projects-text {
        margin-top: 22px;
        line-height: 27px
    }
}

@media (min-width: 1024px) {
    .solution__projects-text {
        margin-top: 15px
    }
}

@media (min-width: 1200px) {
    .solution__projects-text {
        margin-top: 22px
    }
}

@media (min-width: 1600px) {
    .solution__projects-text {
        margin-top: 31px
    }
}

.solution__projects-nav-wrap {
    position: absolute;
    bottom: 80px;
    left: 50%;
    width: 100vw;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: auto
}

@media (max-width: 1023px) {
    .solution__projects-nav-wrap {
        height: 241px !important
    }
}

@media (max-width: 767px) {
    .solution__projects-nav-wrap {
        height: 91px !important
    }
}

@media (min-width: 768px) {
    .solution__projects-nav-wrap {
        padding-left: 64px;
        padding-right: 64px
    }
}

@media (min-width: 1024px) {
    .solution__projects-nav-wrap {
        left: 0;
        bottom: -1px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (min-width: 1200px) {
    .solution__projects-nav-wrap {
        left: 1px;
        bottom: 68px;
        width: calc(100% - 1px);
        overflow: hidden
    }
}

@media (min-width: 1600px) {
    .solution__projects-nav-wrap {
        bottom: 0
    }
}

.solution__projects-nav-list {
    height: 92px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-top: 1px solid rgba(214, 219, 224, .7);
    border-left: 1px solid rgba(214, 219, 224, .7);
    -webkit-transition-timing-function: cubic-bezier(.67, 0, .33, 1);
    -o-transition-timing-function: cubic-bezier(.67, 0, .33, 1);
    transition-timing-function: cubic-bezier(.67, 0, .33, 1);
    -webkit-transition-duration: .75s;
    -o-transition-duration: .75s;
    transition-duration: .75s
}

.solution__projects-nav-list:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px
}

.solution__projects-nav-list:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(214, 219, 224, .7)
}

@media (max-width: 767px) {
    .solution__projects-nav-list {
        width: auto !important
    }
}

@media (min-width: 768px) {
    .solution__projects-nav-list {
        height: 241px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }
}

@media (min-width: 1024px) {
    .solution__projects-nav-list {
        width: 100% !important;
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        border-top: none;
        border-left: none
    }

    .solution__projects-nav-list:after {
        display: none
    }
}

@media (min-width: 1200px) {
    .solution__projects-nav-list {
        position: absolute;
        left: 1px;
        width: calc(100% - 1px) !important
    }
}

.solution__projects-nav-item {
    width: 132px;
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(214, 219, 224, .7);
    border-right: 1px solid rgba(214, 219, 224, .7);
    text-decoration: none;
    cursor: pointer
}

.solution__projects-nav-item:before {
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 10px;
    background-color: #e31b23;
    opacity: 0;
    pointer-events: none
}

.solution__projects-nav-item._video:after, .solution__projects-nav-item:before {
    content: "";
    position: absolute;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.solution__projects-nav-item._video:after {
    top: 14px;
    left: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff
}

@media (min-width: 768px) {
    .solution__projects-nav-item._video:after {
        top: 17px;
        border-width: 6px 0 6px 9px
    }
}

@media (min-width: 1200px) {
    .solution__projects-nav-item._video:after {
        top: 20px;
        left: 18px
    }
}

.solution__projects-nav-item._empty {
    display: none;
    border-right: none;
    pointer-events: none
}

.solution__projects-nav-item._empty:before {
    content: none
}

.solution__projects-nav-item._active {
    pointer-events: none
}

.solution__projects-nav-item._active .solution__projects-nav-logo {
    opacity: .5
}

.no-touch .solution__projects-nav-item:hover:before {
    opacity: 1
}

@media (min-width: 768px) {
    .solution__projects-nav-item {
        width: 214px;
        height: 120px
    }
}

@media (min-width: 1024px) {
    .solution__projects-nav-item {
        width: 33.333%;
        border-top: 1px solid rgba(214, 219, 224, .7)
    }

    .solution__projects-nav-item:last-of-type {
        border-right: none
    }
}

@media (min-width: 1200px) {
    .solution__projects-nav-item {
        width: 25%
    }
}

@media (min-width: 1600px) {
    .solution__projects-nav-item {
        width: 16.66666666666667%;
        height: 150px;
        border-bottom: none
    }

    .solution__projects-nav-item._empty {
        display: block
    }
}

.solution__projects-nav-logo {
    width: 90px;
    height: 40px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

@media (min-width: 768px) {
    .solution__projects-nav-logo {
        width: 110px;
        height: 30px
    }
}

@media (min-width: 1024px) {
    .solution__projects-nav-logo {
        width: 130px;
        height: 50px
    }
}

@media (min-width: 1600px) {
    .solution__projects-nav-logo {
        width: 120px;
        height: 40px
    }
}
@media (max-width: 430px) {
    .main-promo-inner1.main-promo-inner {
        max-width: 261px;
/*        top:30px;*/
    }
}
@media (max-width: 767px) {
    .main-promo-inner1.main-promo-inner h1{
        line-height: 26px;
        margin-top: 0;
    }
}