@font-face {
    font-family: 'LabGrotesque';
    src: local("LabGrotesque light"), local("LabGrotesque-light"), url("../fonts/LabGrotesque/LabGrotesque-Light.woff2") format("woff2"), url("../fonts/LabGrotesque/LabGrotesque-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LabGrotesque';
    src: local("LabGrotesque regular"), local("LabGrotesque-regular"), url("../fonts/LabGrotesque/LabGrotesque-Regular.woff2") format("woff2"), url("../fonts/LabGrotesque/LabGrotesque-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LabGrotesque';
    src: local("LabGrotesque medium"), local("LabGrotesque-medium"), url("../fonts/LabGrotesque/LabGrotesque-Medium.woff2") format("woff2"), url("../fonts/LabGrotesque/LabGrotesque-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 80px;
    background: transparent;
}

body .fancybox-show-thumbs .fancybox-inner {
    bottom: 80px;
    right: 0px;
}

body .fancybox-thumbs > ul > li {
    border-color: transparent;
}

body .fancybox-container--thumbs body .fancybox-caption-wrap,
body .fancybox-container--thumbs body .fancybox-controls,
body .fancybox-container--thumbs body .fancybox-slider-wrap {
    right: 0;
    bottom: 90px;
}

@media all and (max-width: 800px) {

    body .fancybox-thumbs {
        display: none !important;
    }

    body .fancybox-container--thumbs body .fancybox-controls,
    body .fancybox-container--thumbs body .fancybox-slider-wrap,
    body .fancybox-container--thumbs body .fancybox-caption-wrap {
        bottom: 0;
    }

}

html,
body {
    height: 100%;
    position: relative;
}

.body--main {
    overflow: hidden;
}

@media (max-width: 991px) {
    .body--main {
        overflow: visible;
    }
}

@media (max-width: 767px) {
    .page__top {
        overflow-x: hidden;
    }
}

.scrollbar-track {
    width: 0px !important;
}

.scroller {
    height: 100vh;
}

.scroller > * {
    will-change: transform;
}

.page__wrapper {
    min-height: 100%;
    margin-bottom: -50px;
}

* html .page__wrapper {
    height: 100%;
}

.page__buffer {
    height: 50px;
}

.container {
    font-family: "LabGrotesque", sans-serif;
    color: #333;
    max-width: 1140px;
}

@media (min-width: 1920px) {
    body .container.container--large {
        max-width: 100% !important;
        padding-right: 240px;
        padding-left: 240px;
    }
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

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

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

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

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

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

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

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

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

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

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

.slick-slide img {
    display: block;
}

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

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

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

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

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


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

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

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 521px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

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

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

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

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

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

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

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

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

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 521px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

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

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

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

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

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

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

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

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

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

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

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

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
    display: none !important;
}

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

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

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

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

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

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

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

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

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

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

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

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

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

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

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

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

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

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

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

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

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

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

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

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

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

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

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

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

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

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

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

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

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

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

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

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

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

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

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

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

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

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

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

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

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

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

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

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

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

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

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 521px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}


#gmk_talks .cities-conference {
    line-height: 1.23;
}

#gmk_talks .main_title {
    font-size: 43px;
    color: #333;
    font-weight: bold;
    font-family: 'Lab Grotesque';
    line-height: 1.23;
}

.header_phones .ph_num {
    display: block;
    /* text-align: right; */
    white-space: nowrap;
}

.ph_num2 {
    font-size: 19px;
}

.re-post_portfolio .re-title__hint {
    min-height: 48px;
    margin-bottom: 4px;
}

body .re-post__preview {
    margin-bottom: 10px;
}

.what_did:hover {
    color: #000;
}

.what_did {
    color: #000;
    min-height: 38px;
    display: inline-block;
}

body .slogan2 span {
    float: right;
    background: #fff;
    margin-right: 98px;
    padding: 15px 62px 15px 15px;
}

body .slogan2 {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 519px;

    font-size: 19px;
    color: #d71a21;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    text-align: left;
}

body .slogan2 .middle {
    position: absolute;
    z-index: 5;
    width: inherit;
    height: 100%;
    background: #fff;
    top: 18px;
    overflow: hidden;
}

body .slogan2 .middle .bottom {
    position: relative;
    top: -18px;
    color: #d71a21;
}

body .video_lifescenes .vi {
    position: relative;
    top: -150px;
}

body .video_lifescenes {
    position: relative;
    overflow: hidden;
    z-index: 9;
    /*height: 540px;*/
}

.video_lifescenes .phrases_ls {
    position: absolute;
    z-index: 11;
    bottom: 8%;
    width: 100%;
}

.video_lifescenes img {
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
}

.re-title__text_no_after {
    font-size: 43px;
    color: #333;
    font-weight: bold;
    font-family: 'Lab Grotesque';
    line-height: 1.23;
    letter-spacing: -0.2px;
}

.re-title__text--border-none::after {
    content: unset;
}

.re-work.about_us {
    padding: 105px 0;
}

body .gmk_partners_digital .together {
    position: absolute;
    bottom: 23px;
    left: 40px;
    max-width: 509px;
    width: 100%;
    text-align: right;
    opacity: 0.4;
}

body .gmk_partners_digital .re-title.re-title_small {
    max-width: 510px;
    width: 100%;
}

body .gmk_partners_digital {
    padding: 0px;

}

body .gmk_partners_digital .container {
    position: relative;
    padding: 70px 0;
    background: url(../img/simone-hutsch-mUtjNv.png-min.png) no-repeat right bottom;
    min-height: 636px;
}

body .re-benefit-item__image {
    margin-bottom: 30px;
}

body .re-benefit-item a {
    color: #d71a21;
}

body .re-benefit-item a:hover {
    text-decoration: underline;
}

body .case_image {
    max-height: 145px;
    width: 100%;
}

.small_sep {
    width: 163px;
    height: 2px;
    margin-bottom: 14px;
    background: #a1a8b2;
    opacity: 0.3;
}

.re-btn_bg-red {
    color: #fff;
    background: #d71a21;
    border: solid 1px #d71a21;
}

.re-btn_bg-red:hover {
    color: #fff;
}

/*body .re-achive__count
{
  line-height: 0px;
}*/
body .re-card__description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

body .main_book .main_book_title {
    color: #4c4c4c;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 14px;
}

body .book_annotation {
    font-size: 14px;
    color: #a1a8b2;
    margin-top: 20px;
}

body .partner_block {
    width: 75%;
    overflow: hidden;
}

#gmkpartners {
    background: url(../images/partners_bg.jpg) no-repeat top right #f8fafa;

    /*padding-bottom: 120px;*/
}

.partner_block_left {
    float: left;
    width: 80%;
    padding-right: 75px;
}

.partner_block_right {
    float: right;
    width: 20%;
}

.gmk_talk_image {
    background: url(../img/gmk_talks_4.png) no-repeat center center #291464;
    height: 733px;
    width: 100%;
}

.gmk_talk_image .re-block__title, .gmk_talk_image .conf_name {
    display: none;
}

.gmk_talk_image .reg_btn {
    text-align: right;
    margin-top: 622px;
}

.gmk_talk_image .reg_btn a {
    width: 250px;
}

body .re-blog-post-list__more, body .re-block__more {
    text-align: left;
}

body .re-statistic {
    padding-top: 84px;
}

.re-statistic.v2 .re-achive {
    overflow: hidden;
}

.re-statistic.v2 .re-achive .re-achive__count {
    float: left;
    display: inline-block;
    line-height: initial;
    font-weight: bold;
    font-size: 74px;
    margin-right: 8px;
}

.re-statistic.v2 .re-achive .re-achive__text {
    float: left;
    display: inline-block;
    text-align: left;
    /* width: 46%; */
    line-height: 15px;
    position: relative;
    top: 13px;
}

@media (max-width: 991px) {
    body .re-statistic.v2 .re-achive-list {
        flex-wrap: wrap;
    }

    body .re-statistic.v2 .re-achive .re-achive__inner {
        display: flex;
        flex-direction: column;

    }
}

@media (min-width: 991px) {
    .re-statistic.v2 .re-achive {
        width: 24%;
    }
}

.re-statistic.v2 .re-achive .re-achive__inner {
    display: flex;
    justify-content: center;
}

body .re-achive__count {
    line-height: 0;
}

.note {
    max-width: 500px;
    margin: 0 auto;
}

.circle-audio-player {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.playerContainer {
    /*padding: 24px;*/
}

.gray_list {
    height: 156px;
    line-height: 156px;
    text-align: center;
    background: #f2f5f6;
    color: #000000;
    margin: 32px 0;
}

body .audit_logos .re-logos-list__item {
    margin-bottom: 0px;
}

body .main_book .main_book_publish {
    color: #d2d9e3;
    font-size: 14px;
    margin-top: 30px;
}

body .main_book .main_book_description {
    color: #333333;
    font-size: 16px;
    line-height: 26px;
}

body .re-sale-way__image img {
    width: 100%;
    height: auto;
}

body .re-sale-way {
    width: 33.2%;
    margin-bottom: 0.2%;
}

body .main_book {
    margin-bottom: 75px;
}

body .partner_block_left .re-title__hint_2 {
    width: 100%;
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    margin-top: 50px;
    line-height: 26px;
}

.partner_block_right img {
    margin-top: 50px;
}

.re-title__text_no_bash .red {
    color: #d71a21;
}

.re-title__text_no_bash {
    font-size: 43px;
    color: #333;
    font-weight: bold;
    font-family: 'Lab Grotesque';
    line-height: 1.23;
    letter-spacing: -0.2px;
}

#gmk_remark * {
    font-family: 'Lab Grotesque';
}

#gmk_remark .small_hs {
    margin-top: 40px;
}

#gmk_remark .small_h {
    font-size: 43px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 0px;
}

#gmk_remark .small_h img {
    position: relative;
    top: 12px;
    margin-left: 20px;
}

#gmk_remark {
    background-position: center center;
}

body .re-card_book {
    cursor: pointer;
}

body .re-card_book .re-btn {
    padding: 9px 25px;
    color: #fff;
    background: #d71a21;
}

body .re-card__title {
    /* min-height: 72px; */
}

body .ajax_send .s-button {
    cursor: pointer;
}

.loading #crm_loading {
    display: block;
}

#crm_loading {
    display: none;
    position: fixed;
    z-index: 199999;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.85);
    height: 100%;
    width: 100%;
}

/* body .re-top-panel__logo img
{
    bottom: 0px;
    height: 25px;
} */
#crm_loading .cont_cen {
    position: fixed;
    z-index: 220;
    margin-top: -100px;
    margin-left: -100px;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    /*background: #f00;*/
}

#crm_loading .cont_cen .mes {
    font-style: 18px;
    margin-bottom: 25px;
}

#crm_loading .cont_cen div {
    text-align: center;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

body #gmk_talks.re-activity.black {
    background-position: 100% center;
    background-size: auto;
}

#gmk_talks .white_theme .re-activity__follow {
    margin-top: 155px;
}

#gmk_talks .white_theme .read_more {
    font-size: 16px;
    color: #ffffff;
    text-decoration: underline;
    font-weight: 300;
    position: relative;
    top: -19px;
    margin-right: 16px;
}

#gmk_talks .white_theme .read_more:hover {
    text-decoration: none;
}

#gmk_talks .white_theme .date_start {
    color: #000;
    font-size: 25px;
    font-weight: 300;
    margin-top: 20px;
}

#gmk_talks .white_theme .title {
    color: #fff;
    font-size: 60px;
    font-weight: bold;

}

body .talks_button {
    background: #ed1834;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 16px;
    border-radius: 8px;
    margin-top: 14px;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
}

body .talks_button:hover {
    opacity: 0.95;
}

body .re-activity__inner {
    min-height: auto;
    padding: 50px 0;
}

body #gmk_talks {
    background-color: #fff;
}

/* #container_switch a {
  text-decoration: none;
  opacity: .6;
  padding: 60px;
  font-weight: bolder;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 1.4em;
} */

/* #container_switch a:hover {
  opacity: 1;
} */
.top_block_main video {
    display: block;
    position: relative;
    /*width: 100%;*/
    margin: 0;
    padding: 0;
    z-index: 0;

    height: 100%;
    width: 177.77777778vh; /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw; /* 100 * 9 / 16 */
}

/* .re-top-panel {
  height: 82px;
} */
.re-top-panel .re-socials__list {
    margin-bottom: 0px;
    min-width: 100px;
}

.gmk-club-list {
    margin-top: 10px;
    margin-left: 30px;
}

.gmk-club-list li {
    font-size: 14px;
}

.re-top-panel .re-socials__list .re-socials__item + .re-socials__item {
    margin-left: 5px;
}

.re-socials__list svg:hover {
    fill: #d71a21;
}

.re-top-panel .re-social svg:hover {
    fill: #d71a21;
}

.re-top-panel .re-social svg {
    width: 30px;
    height: 30px;
    /* fill:#d2d5da; */
    fill: #BACDDA;
}

body .top_block_main {
    overflow: hidden;
}

.menu_small_btn {
    position: relative;
    top: 2px;
    margin: 0 30px;
}

.mobile-hidden-button {
    display: none;
}

.menu_small_btn .re-btn {
    font-size: 10px;
    font-weight: 300;
    border-radius: 5px;
    padding: 2px 15px;
    line-height: 24px;
}

.pulse_small {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url(../img/small_play_btn.png) no-repeat center center;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(216, 25, 33, 0.4);
    animation: pulse_small 2s infinite;
}

.pulse_small:hover {
    animation: none;
}

@-webkit-keyframes pulse_small {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(216, 25, 33, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(216, 25, 33, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(216, 25, 33, 0);
    }
}

@keyframes pulse_small {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(216, 25, 33, 0.4);
        box-shadow: 0 0 0 0 rgba(216, 25, 33, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(216, 25, 33, 0);
        box-shadow: 0 0 0 10px rgba(216, 25, 33, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(216, 25, 33, 0);
        box-shadow: 0 0 0 0 rgba(216, 25, 33, 0);
    }
}


.secondary_books {
    min-height: 232px;
}

.pulse {
    margin-left: 96px;
    margin-right: 12px;
    display: inline-block;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: url(../img/playback_red.png) no-repeat center center;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 0 0 rgba(215, 26, 33, 0.4);
    animation: pulse 2s infinite;

    right: 82px;
    top: -13px;
    position: absolute;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(215, 26, 33, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(215, 26, 33, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(215, 26, 33, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(215, 26, 33, 0.4);
        box-shadow: 0 0 0 0 rgba(215, 26, 33, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 30px rgba(215, 26, 33, 0);
        box-shadow: 0 0 0 30px rgba(215, 26, 33, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(215, 26, 33, 0);
        box-shadow: 0 0 0 0 rgba(215, 26, 33, 0);
    }
}

.black_wrapper {
    z-index: 6;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 560px;
    background: #000;
    opacity: 0.2;
}

.mobile .black_wrapper {
    background: url(../img/mobile_bg.jpg) no-repeat center center;
    opacity: 1;
}

.mobile .video_wrapper {
    display: none;
}

.video_cta {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin-right: 20px;
    position: relative;
    bottom: 28px;
}

.re-btn_super_red {
    background: #d81921;
    border-color: #d81921;
    color: #fff;
}

.re-btn_super_red:hover {
    color: #fff;
}

.content_wrapper .re-btn_super_red {
    position: relative;
    bottom: 8px;
}

.content_wrapper {
    z-index: 7;
    position: absolute;
    left: 0;
    width: 100%;
    height: 560px;
}

.content_wrapper .container {
    height: 135px;
    padding-top: 388px;
}

.content_wrapper .slogan {
    font-size: 59px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    text-align: left;

}

.content_wrapper .slogan--dark {
    color: #333333;
    /* font-size: 28px; */
    /* font-style: normal; */
    font-weight: 500;


}

.video_wrapper {
    z-index: 5;
    position: absolute;
    left: 0;
    width: 100%;
    height: 800px;
    top: 50%;
    margin-top: -400px;
    background: #000;
}

#container_switch p {
    /* font-size: 9.6px; */
}

#container_switch {
    /* width: 160px; */
    /* height: 28px; */
    /* margin: auto;
  margin-right: 5px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  user-select: none;
  cursor: pointer; */
}

.fly_new {
    position: absolute;
    background-color: rgb(215, 26, 33);
    color: #fff;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    padding: 6px 22px;
    font-weight: 300;
    top: -5px;
    font-size: 12px;
    right: 130px;
    z-index: 10;
    line-height: 14px;
}

.hello_world {
    width: 30%;
    height: 1px;
}

body .re-card__preview {
    margin-bottom: 6px;
}

/* #container_switch .inner-container {
  position: absolute;
  left: 0;
  top: 0;
  width: inherit;
  height: inherit;
  text-transform: uppercase;
  font-size: .6em;
  letter-spacing: .2em;
} */

/* #container_switch .inner-container:first-child {
  background: #e9e9e9;
  color: #a9a9a9;
}

#container_switch .inner-container:nth-child(2) {
  background: #d71a21;
  color: white;
  clip-path: inset(0 50% 0 0);
  transition: .3s cubic-bezier(0,0,0,1);
} */

/* #container_switch .toggle {
  width: 50%;
  position: absolute;
  height: inherit;
  display: flex;
  box-sizing: border-box;
} */

/* #container_switch .toggle p {
  margin: auto;
}

#container_switch .toggle:nth-child(1) {
  right: 0;
} */


body .ias_loader, .ias_trigger {
    clear: both;
    display: block;
    width: 100%;
}

.top_block_main {
    height: 560px;
    margin-top: 82px;
    width: 100%;
    position: relative;
}

body .re-title_theme_white .re-title__text, body .re-title_theme_white .re-title__hint {
    color: #fff;
}

body .pace {
    z-index: 99999;
    position: relative;
}

body span.re-links__link {
    text-decoration: none;
}

body .re-title_theme_white .re-title__text:after {
    background: #fff;
}

body .re-case .small_logo_case {
    width: 397.141px;
    height: 284.938px;
    margin: 10px;
    background-color: #f8f9fa;
    background-position: center center;
    background-repeat: no-repeat;
}

body .left_right .re-title__text:after {
    display: none;
}

body .left_right .re-title__hint {
    float: right;
    text-align: right;
    line-height: 25px;
}

body .re-block_blog-page.re-page_content a:hover {
    text-decoration: none;
}

body .re-block_blog-page.re-page_content a {
    color: #d71a21;
    text-decoration: underline;
}

body .left_right .re-title__text {
    float: left;
}

body .re-work-wrapper {
    padding-top: 12px;
}

body .re-audit:hover .re-audit__title {
    background: #fff;
}

.re-block_we-do .re-label-content__title {
    min-height: 75px;
    margin-bottom: 7px;
}

.re-block_we-do .re-label-list__item {
    margin-bottom: 68px;
}

/* ul.long_tire {
    list-style: none;
}

ul.long_tire li:before {
    content:  "–";
    position: relative;
    left:     -5px;
}*/
body .re-audit__title {
    padding: 8px 18px;
    color: #4c4c4c;
    background: #f2f5f5;
    min-height: 72px;
}

.relative .navi {
    list-style: none;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    left: 50%;
}

body .left_book {
    width: 59%;
    display: inline-block;
    font-size: 0px;
    line-height: 0px;
    text-align: center;
    margin-top: 15px;
}

body .right_review {
    width: 40%;
    display: inline-block;
    font-size: 0px;
    line-height: 0px;
    position: relative;
    top: -53px;
}

.case_standarts .name {
    font-size: 18px;
    color: #4c4c4c;
    font-weight: 300;
    margin-top: 35px;
}

body .right_review .comment {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    line-height: 24px;
    padding-left: 60px;
    width: 335px;
}

.main_title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    margin-bottom: 25px;
}

body .right_review .author {
    font-size: 14px;

    line-height: 16px;
    color: #a1a8b2;
    padding-left: 60px;
    margin-top: 20px;
}

body .right_review .comment::after {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 0px;
    background: url(../images/q_left.png) no-repeat;
    height: 40px;
    width: 42px;
}

body .right_review .comment::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -23px;
    right: -8px;
    background: url(../images/q_right.png) no-repeat;
    height: 41px;
    width: 42px;
}

.relative .navi li {
    float: left;
    width: 18px;
    margin: 0 4px;
    cursor: pointer;
    height: 18px;
    border-radius: 500px;
    background: #fff;
    border: 1px solid #d2d9e1;
    font-size: 0px;
    line-height: 0px;
    position: relative;
}

.top_block_main .left_part_banner {
    height: 100%;
    width: 40%;
    float: left;
}

.top_block_main .left_part_banner .s1 {
    font-size: 22px;
    font-weight: normal;
    margin-top: 100px;
}

.top_block_main .right_part_banner {
    height: 60%;
    width: 50%;
    float: right;
}

.top_block_main .left_part_banner .s2 {
    margin-top: 190px;
}

.top_block_main .right_part_banner .p1 {
    font-size: 56px;
    color: #dd2029;
    margin-top: 100px;
    font-weight: bold;
}

.top_block_main .right_part_banner .p1 span {
    font-size: 34px;
    font-weight: normal;
    display: block;
}

.top_block_main .right_part_banner .p2 {
    margin-top: 90px;
    font-weight: normal;
}

.relative .navi li:not(.current):hover {
    border-color: #d52a31;
}

.relative .navi li.current:after {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    background: #d2d9e1;
    border-radius: 500px;
    left: 50%;
    margin-left: 4px;
    top: 50%;
    margin-top: 4px;
}

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

.top_block_main .navi {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 5;
    background: #fff;
}

body .re-sale-way__white {
    background: rgba(255, 255, 255, 0.75);
    font-weight: normal;
}

body .re-client__about .re-block-carousel__next {
    background: #fff;
    right: 80px;
    top: 0px;
}

.top_block_main .image .position {
    margin-top: 45px;
}

.top_block_main .image {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-position: center center;
    background-color: #c4dae5;
}

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

.re-post__preview {
    position: relative;
}

.re-post__title {
    min-height: 110px;
}

body .re-title__hint a.re-link.re-link_red {
    border-bottom: none !important;
}

body .slick-slide {
    /*background-position: left top !important;*/
    background-size: cover;
}

.my-book .my-button {
    margin-top: 150px;
}

.my-book {
    height: 512px;
    background: #f2f5f6;
}

.my-book .row.book {
    background: url(../img/newnew_book_360.png) right center no-repeat;
    width: 90%;
}

@media (min-width: 1300px) {
    .video_lifescenes .phrases_ls {
        bottom: 18%;
    }
}

@media (max-width: 1300px) {
    .pulse {
        margin-left: 15px;
    }

    .content_wrapper .re-btn_super_red {
        margin-top: 25px;
    }
}

@media (max-width: 1200px) {
    .my-book .row.book {
        width: 100%;
    }

    .content_wrapper .container {
        height: 135px;
        padding-top: 288px;
    }
}

@media (max-width: 1000px) {
    body .gmk_partners_digital .together {
        transform: scale(0.7);
    }

    body .gmk_partners_digital .container {
        background: none;
        padding-left: 20px;
        padding-right: 20px;
    }

    body .gmk_talk_image {
        background: #291464;
        height: auto;
        width: 100%;
    }

    body .gmk_talk_image .re-block__title {
        margin-top: 47px;
        display: block;
    }

    body .gmk_talk_image .conf_name {
        margin-top: 40px;
        font-size: 30px;
        color: #fff;
        text-align: center;
        letter-spacing: 5px;
        display: block;
    }

    body .gmk_talk_image .reg_btn {
        margin-top: 40px !important;
        text-align: center !important;
        margin-bottom: 65px;
    }

    body .gmk_talk_image .reg_btn a {
        display: inline-block;
    }

    body .gmk_talk_image .conf_name span {
        color: #7ac5ea;
    }

    body .gmk_talk_image .re-block__title span {
        display: block;
        text-align: right;
        color: #fff;
        font-size: 30px;
    }

    body #gmkpartners .partner_block {
        width: 100%;
    }

    body #gmkpartners .partner_block_right img {
        margin-top: 20px;
        width: 100px;
    }

    body #gmkpartners .partner_block_left {
        float: none;
        width: 100%;
        padding-right: 0px;
    }

    body #gmkpartners .partner_block_right {
        float: none;
        width: 100%;
        text-align: center;
    }

    body #gmkpartners {
        background: #f8fafa;
    }

    body #gmk_talks.re-activity.black {
        background: none !important;
    }

    .my-book .row.book {
        background: none;
    }
}

body .re-modal-wrapper_active {
    background: rgba(45, 16, 16, 0.74);
}

.re-post .re-post__content .re-post__preview img {
    max-height: none;
}

.re-avatar .re-avatar__preview img {
    width: 165px;
    height: auto !important;
}

.page-numbers {
    padding: 15px;
    color: #d71a21;
    padding: 15px;
    transition: 0.1s -webkit-transform;
    transition: 0.1s transform;
    transition: 0.1s transform, 0.1s -webkit-transform;
}

.page-numbers.current,
.page-numbers:hover {
    color: #333;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.nav-links .re-btn_arrow-left {
    top: 18px;
    left: -10px;
}

body div.ias_trigger a:link {
    display: inline-block;
    font-size: 16px;
    font-family: 'Lab Grotesque';
    border: solid 1px #a1a8b2;
    transition: 0.3s border-color;
    padding: 9px 29px;
    letter-spacing: 0.25px;
    cursor: pointer;
    line-height: 1.9;
    color: #333;
    position: relative;
    overflow: hidden;
    outline: none;
    text-align: center;
    background: #fff;
    font: 300 16px "Lab Grotesque", sans-serif;
}

body .re-modal .re-modal__section {
    padding-top: 26px;
}

body div.ias_trigger a:link:hover {
    border-color: #d71a21;
    color: #d71a21;
}

body .re-modal .re-links {
    display: block;
}

body .re-modal .re-links__item {
    width: 46%;
    margin: 0px 12px 20px;
    vertical-align: top;
    display: inline-block;
}

body .re-modal__callback-form {
    padding: 60px 62px;
}

body .re-links__link {
    font-weight: normal;
    line-height: 24px;
    font-size: 17px;
    padding-bottom: 8px;
    padding-right: 15px;
}

body .re-links .re-links__hint {
    font-size: 15px;
}

body .re-links__link::after {
    display: none;
}

body .re-title__text a {
    color: #333;
    border-bottom: solid 1px #d71a21;
}

body .re-title__text a:hover {
    border-bottom: none;
}

body .re-modal__title .re-title_size_small .re-title__text {
    font-size: 22px;
    font-weight: bold;
}

body .re-modal__title {
    margin-bottom: 30px;
    margin-top: 10px;
}

body .castbox {
    width: 320px;
    background: #fff;
    position: fixed;
    bottom: 0px;
    right: 50px;
    z-index: 20;
    box-shadow: 0px 4px 30px rgba(40, 43, 50, 0.1);
}

body .castbox .castbox__header span {
    background: url(../img/i_down.png) no-repeat;
    width: 18px;
    height: 10px;
    display: inline-block;
    margin-left: 32px;
}

body .castbox .cast_footer {
    font-size: 11px;
    margin-top: 20px;
}

body .castbox .castbox__header span {
    -moz-transition: transform 0.7s;
    -webkit-transition: transform 0.7s;
    transition: transform 0.7s;
}

body .castbox .castbox__header span.flip {
    transform: rotate(-180deg);
}

body .castbox .castbox__header {
    height: 60px;
    border-bottom: 1px solid #ededed;
    line-height: 60px;
    padding: 0 25px;
    font-size: 20px;
    background: url(../img/cast.png) left center no-repeat;
    cursor: pointer;
}

body .castbox .body {
    padding: 10px 25px;
}

body .castbox .body .rowcast .cast_name {
    width: 200px;
    display: inline-block;
}

body .castbox .body .rowcast .play {
    /*background: url(../img/sprite_play_stop.png) no-repeat left top;*/
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    margin-right: 17px;
    vertical-align: top;
}

body .castbox .body .rowcast .play.paused {
    background-position: left bottom;
}

body .castbox .body .rowcast {
    min-height: 32px;
    padding: 15px 0;
}

.nagrada {
    position: absolute;
    width: 356px;
    top: 96px;
    height: 313px;
    z-index: 6;
    left: 0;
    background: url(../img/img_book-crop/nagrada_credo.png) no-repeat;
}

.nagrada_2 {
    position: absolute;
    width: 356px;
    top: 60px;
    height: 313px;
    z-index: 5;
    left: 89px;
    background: url(../img/img_book-crop/nagrada_2-min.png) no-repeat;
}

.book_award {
    font-weight: bold;
    margin: 20px 0 30px 0;
    line-height: 20px;
}

.snoska {
    margin-top: 16px;
    font-size: 13px;
    line-height: 17px;
}

body .re-links__link.re-links__link_video::after {
    content: '';
    background: url(../images/icons/play-small.png) no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 18px;
    height: 18px;
    display: block;
}

.nav-links .re-btn_arrow-right {
    top: 18px;
    right: -10px;
}

body .re-btn_arrow {
    z-index: 5;
}

body .re-client__about.theme-there-black .re-action__title {
    color: #333;
}

.re-title__hint .re-link.re-link_red {
    border-bottom: solid 1px #d71a21 !important;
    cursor: default;
}

body .re-form-input + label:before {
    color: inherit;
}

.re-page_content .re-border img {
    max-width: 100%;
    height: 100%;
}

.re-page_content .re-avatar__image img {
    width: auto;
    height: auto;
}

body .re-activity.black {
    background-position: center center;
}

body .re-activity.black .re-title__hint {
    margin-top: 50px;
    width: 45%;
    font-size: 18px;
    line-height: 26px;
}

.cities-conference {
    margin-top: 36px;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.cities-conference li {
    display: inline-block;
    border-right: 3px solid #000000;
    padding: 0 22px;
    font-size: 26px;
}

.cities-conference li span {
    font-weight: bold;
    display: block;
}

.cities-conference li:first-child {
    padding-left: 0px;
}

.cities-conference li:last-child {
    padding-right: 0px;
    border-right: none;
}

.re-page_content img {
    max-width: 100%;
    height: auto !important;
}

body .re-page_content:not(.re-page.re-page_top) {
    padding: 0 12px;
}

body figure {
    margin: 0px;
}

body .re-page_content .container img {
    max-width: 135%;
    max-height: none;
}

body .re-page_content .container .re-border img {
    max-width: 100% !important;
}

body .re-page_content p, body .re-page_content, body .re-page_content div {
    font-family: 'Lab Grotesque' !important;
}

body .message {
    font-family: 'Lab Grotesque' !important;
}

body .message ul, body .message ol {
    padding-left: 15px;
}

@media (max-width: 991px) {
    body .re-statistic.v2 .re-achive .re-achive__count {
        display: block;
        width: 100%;
    }

    body .re-statistic.v2 .re-achive .re-achive__text {
        width: 100%;
        text-align: center;
    }

    body .re-card__title {
        min-height: 21px;
    }

    body .re-statistic {
        padding-top: 34px;
    }

    body .case_image {
        max-height: none;
    }

    .s-mobile-hidden {
        height: 200px;
        position: relative;
        overflow: hidden;
        margin: 0 0 30px;
        transition: all .2s ease-in;
    }

    .s-mobile-hidden:after {
        background: linear-gradient(rgba(255, 255, 255, 0), #FFF 90%);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100px;
        content: "";
        display: block;
        transition: all .2s ease-in;
    }

    .s-mobile-hidden.active:after {
        height: 0;
    }

    .mobile-hidden-button {
        display: inline-block;
    }
}

body .re-page_content p._gray, body .re-page_content div._gray p {
    color: #a1a8b2;
}

body .re-page_content .re-slider .slick-dots, body .re-page_content .gallery .slick-dots {
    bottom: -8px;
    right: 50%;
}

.re-page_content .re-slider, .re-page_content .gallery {
    margin-top: 45px;
}

.re-page_content h1 strong, .re-page_content h2 strong, .re-page_content h3 strong, .re-page_content h4 strong, .re-page_content h6 strong,
.re-page_content h1, .re-page_content h2, .re-page_content h3, .re-page_content h4, .re-page_content h6 {
    font-size: 36px;
    font-weight: 100;
    font-family: 'Lab Grotesque';
    color: #333;
    margin: 0;
    margin-bottom: 45px;
    margin-top: 25px;
}

body .re-block .re-client.white * {
    color: #ffffff;
}

body .re-block .re-client.white a.re-btn {
    color: #4c4c4c;
}

body .re-work-wrapper_uznavaemost {
    background-position: 96% 7px !important
}

body .re-quote p {
    margin: 0px;
}

body .re-label-content_link:hover .re-label-content__text {
    border-bottom: none !important;
    color: #333;
}

body .logo_service img {
    max-height: 100px;
    max-width: 180px;

}

body .logo_service {
    text-align: center;
    width: 24%;
    max-height: 100px;
    display: inline-block;
    font-size: 0px;
    line-height: 0px;
    margin-bottom: 30px;
}

body .re-quote p strong {
    font-weight: 300;
}

@media screen and (max-width: 1215px) {
    body .re-page_content .container img {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 720px) {
    body .logo_service {
        width: 49%;
    }

    body .video_lifescenes .vi {
        position: relative;
        top: 0;
    }

    body .re-sale-way {
        width: 100%;
    }

    body .cities-conference li {
        border: none;
        width: 200px;
        padding: 0px;
        margin-bottom: 8px;
    }

    .content_wrapper .container {
        height: 135px;
        padding-top: 188px;
    }

    .video_cta {
        display: none;
    }

}

@media screen and (max-width: 850px) {
    body .left_book {
        width: 50%;
    }

}

@media only screen and (max-width: 996px) {
    body .pulse {
        margin-left: 96px;
        margin-right: 12px;
        display: inline-block;
        width: 68px;
        height: 68px;
        border-radius: 50%;
        background: url(../img/playback.png) no-repeat center center;
        cursor: pointer;
        text-decoration: none;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
        animation: pulse 2s infinite;
        position: unset;
    }

    @-webkit-keyframes pulse {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        }
        70% {
            -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        }
    }
    @keyframes pulse {
        0% {
            -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        }
        70% {
            -moz-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        }
        100% {
            -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        }
    }
    .hide_on_mobile {
        display: none;
    }

    .menu_small_btn {
        margin: 0px;
        margin-right: 10px;
    }

    .hello_world {
        display: none;
    }

    /* #container_switch
  {
    width: 100px;
  } */
    body .top_block_main .right_part_banner {
        float: none;
        width: 100%;
        overflow: hidden;
    }

    body .top_block_main .left_part_banner .s1 {
        float: left;
        margin-bottom: 0px;
    }

    body .top_block_main .left_part_banner .s2 {
        float: right;
        margin-top: 100px;
    }

    body .top_block_main .left_part_banner {
        float: none;
        width: 100%;
        overflow: hidden;
    }

    body .top_block_main .right_part_banner .p1 {
        margin-top: 44px;
        float: left;
        margin-bottom: 0px;
    }

    body .top_block_main .right_part_banner .p2 {
        float: left;
        margin-top: 20px;

    }
}

@media screen and (max-width: 993px) {

    .hide_on_mobile {
        display: none !important;
    }

    .book_bg {
        background: none !important;
    }

    body .re-work-wrapper.re-work-wrapper_uznavaemost {
        background-position: 96% 3px !important;
    }

    body .re-work-wrapper.standarti_image {
        background-position: 100% -32px !important;
    }

    body .re-activity.black .re-title__hint {
        padding-bottom: 40px !important;
        width: 100% !important;
        color: #000;
    }

    .re-logos-list.audit_logos .re-logo {
        min-height: 60px;
    }

    .re-logos-list.audit_logos .logo_sm {
        width: 24%;
        display: inline-block;
    }

    .content_wrapper .container {
        padding-top: 60px;
    }

    .content_wrapper .slogan {
        font-size: 28px;
    }
}

@media screen and (min-width: 768px) {
    .re-employee-list .col-lg-2 {
        width: 19.666667% !important;
    }

}

@media only screen and (max-width: 519px) {

    body .main_book, body .secondary_books {
        overflow: hidden;
    }

    .menu_small_btn {
        display: none;
    }

    .content_wrapper .container {
        height: 135px;
        padding-top: 60px;
    }

    .content_wrapper .slogan {
        font-size: 28px;
        text-align: center;
        line-height: 34px;
        letter-spacing: 0em;
    }

    .nagrada {
        top: 0;
    }

    /*fonts begin*/
    /* body .re-top-panel__logo
  {
    width: 85px;
  } */
    body #container_switch {
        /* margin-top: 22px; */
    }

    /* body .re-list__item, body .re-address-list__item
  {
    font-size: 18px;
  } */
    body .re-title_size_small .re-title__text, body .re-title__text {
        font-size: 30px;
    }

    body .re-post__content, .re-news-preview__desc, .re-news-preview__more, body .re-quote {
        font-size: 20px;
    }

    body .re-page_content p, body .re-page_content, body .re-page_content div {
        font-size: 19px;
    }

    .re-page_content h1 strong, .re-page_content h2 strong, .re-page_content h3 strong, .re-page_content h4 strong, .re-page_content h6 strong, .re-page_content h1, .re-page_content h2, .re-page_content h3, .re-page_content h4, .re-page_content h6 {
        font-size: 40px;
    }
    .re-page_content h1 strong {
        font-weight: 400;
    }
    .re-page_content h2 strong {
        font-size: 36px;
        font-weight: 400;
    }
    .re-page_content h3 strong {
        font-size: 32px;
        font-weight: 400;
    }
    .re-page_content h4 strong {
        font-size: 28px;
        font-weight: 400;
    }
    .re-page_content h6 strong {
        font-size: 24px;
        font-weight: 400;
    }
    .re-page_content h1 {
        font-size: 36px;
    }
    .re-page_content h3 {
        font-size: 32px;
    }
    .re-page_content h4 {
        font-size: 28px;
    }
    .re-page_content h6 {
        font-size: 24px;
    }
    .re-block_blog-page p {
        font-size: 19px;
        line-height: 30px;
        margin-bottom: 18px;
    }

    .breadcrumbs {
        margin-top: 30px;
        line-height: 30px;
    }


    /*fonts end*/
    body .left_book {
        width: 100%;
        text-align: center;
    }

    body .left_book img {
        width: 70%;

    }

    body .right_review {
        top: 38px;
        width: 100%;
    }

    div.top_block_main .left_part_banner {
        display: none;
    }

    div.top_block_main .left_part_banner .s1 {
        font-size: 16px;
    }

    div.top_block_main .left_part_banner .s2 {
        margin-top: 10px !important;
        float: left !important;
    }

    div.top_block_main .right_part_banner .p1 {
        font-size: 40px !important;
    }

    div.top_block_main .right_part_banner .p1 span {
        font-size: 18px !important;
    }

    body .top_block_main .right_part_banner .p2 {
        margin-top: 100px;
    }

}


/* modals */
.test_question p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.test_item {
    padding: 15px 30px;
}

.test_question {
    float: left;
    padding-right: 20px;

    width: calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: -o-calc(100% - 110px);
}

.wr_check {
    float: right;
}

.wr_check label {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    margin-left: 8px;
}

/*--------checkbox-----*/
.wr_check label:hover {
    cursor: pointer;
}

.wr_check input[type="radio"] {
    display: none;
}

.wr_check input[type="radio"] + label .sp2 {
    display: block;
    vertical-align: top;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    padding-bottom: 5px;

}

.wr_check input[type="radio"] + label .sp1 {
    display: block;
    vertical-align: top;
    width: 100%;
    background: url(../img/icons/non_check.png) no-repeat top center;
    height: 45px;
}

.wr_check input[type="radio"]:checked + label .sp1 {
    background: url(../img/icons/check.png) no-repeat top center;
}

/*---endcheck--*/

.but.result_test {
    float: right;
    margin-right: 30px;
    width: 100%;
    max-width: 420px;
    line-height: 68px;
    margin-top: 30px;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
}


.clearfix {
    clear: both;
    width: 100%;
    display: table;
    vertical-align: top;
}

.re-sale-way__hidden {
    line-height: 18px;
}

.row--around {
    margin: -15px;
}

.row--around > [class^='col-'] {
    padding: 15px;
}

/*LAYOUT*/
.re-block--sky {
    background: #edf4f9;
}

.re-block--white {
    background: #ffffff;
}

/*BUTTONS*/
.re-btn_bg--transparent {
    background: transparent;
}

.re-btn_red--solid {
    background: #ed1b35;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    /* width: 300px; */
    /* height: 48px; */
    /* padding: 0 15px; */
    display: block;
}

.re-btn_red--big {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.re_btn_red--shadow {
    box-shadow: 0px 20px 30px -15px rgba(0, 0, 0, 0.1);
}

.re-btn_red--solid:hover, a.re-btn_red--solid:hover {
    background: #ff455b !important;
}

a.re-btn_red--solid:hover {
    color: #ffffff;
}

/*RE-SOCIALS*/
.re-socials {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    line-height: 0px;

}

.re-socials__item + .re-socials__item {
    margin-left: 8px;
}

@media (min-width: 769px) {
    .re-footer .re-socials__item + .re-socials__item {
        margin-left: 16px;
    }
}

.re-socials .re-socials__item .re-link--type-social svg {
    -webkit-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out;
}

.re-footer .re-socials__item .re-link--type-social svg {
    fill: #486170;
}

.re-footer .re-socials__item:hover .re-link--type-social svg {

    fill: #ffffff;
}

.re-footer .re-socials__item svg {
    height: 24px;
    width: 24px;
}


@media (min-width: 769px) {
    .re-footer .re-socials__item svg {
        height: 32px;
        width: 32px;
    }
}

.re-social {
    margin: 0;
}


/*FOOTER*/
.re-footer {
    background-color: #32434d;
    padding: 0px;
}

.re-footer .re-list {
    text-align: left;
}

.re-footer .re-social svg {
    fill: #486170;
}

.re-footer__menu {
    padding: 24px 0;
}

.re-footer__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #486170;
    padding: 12px 0;
    align-items: center;
}

@media (min-width: 521px) {
    .re-footer__top {
        padding: 22px 0;
    }
}

@media (min-width: 768px) {
    .re-footer__top {
        padding: 27px 0;
    }
}

.re-footer__top-item {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

@media (min-width: 521px) {
    .re-footer__top-item {
        flex-direction: row;
    }

    .re-footer__top-item {
        align-items: center;
    }
}

.re-footer__top-item .re-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

@media (min-width: 521px) {
    .re-footer__top-item .re-link {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    .re-footer__top-item .re-link {
        font-size: 24px;
        line-height: 30px;
    }
}

.re-footer__top-item .re-link + .re-socials {
    margin-top: 8px;
}

@media (min-width: 521px) {
    .re-footer__top-item .re-link + .re-socials {
        margin-top: 0;
        margin-left: 21px;
    }
}

@media (min-width: 768px) {
    .re-footer__top-item .re-link + .re-socials {
        margin-top: 0;
        margin-left: 26px;
    }
}

@media (min-width: 992px) {
    .re-footer__top-item .re-link + .re-socials {
        margin-left: 40px;
    }
}

.re-footer__phone + .re-footer__menu {
    margin-top: 40px;
}

.re-footer__phone {
    display: flex;
    flex-direction: column;
}

.re-footer__phone > .ph_num + .ph_num {
    margin-top: 10px;
}

/*FORMS*/
.form {
    width: 100%;
}

.form-group__item + .form-group__item {
    margin-top: 20px;
}

.form-field {
    position: relative;
}

.form-field--required::before {
    background: #ed1b35;
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 20px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 4px;
}

.form-field-input {
    background: #ffffff;
    color: #1f1f1f;
    border-radius: 4px;
    font-weight: 400;
    height: 48px;
    margin: 0;
    padding: 0 20px;
    font-size: 14px;
    line-height: 18px;

    width: 100%;
    border: 0 none;
    box-sizing: border-box;
    outline: none;
}

.form-field-input::-webkit-input-placeholder {
    /* Dark */
    color: #32434D;
    opacity: 1;
    -webkit-transition: opacity 0.3 ease;
    transition: opacity 0.3 ease;
}

.form-field-input::-moz-placeholder {
    /* Dark */
    color: #32434D;
    opacity: 1;
    -moz-transition: opacity 0.3 ease;
    transition: opacity 0.3 ease;
}

.form-field-input:-moz-placeholder {
    /* Dark */
    color: #32434D;
    opacity: 1;
    -moz-transition: opacity 0.3 ease;
    transition: opacity 0.3 ease;
}

.form-field-input:-ms-input-placeholder {
    /* Dark */
    color: #32434D;
    opacity: 1;
    -ms-transition: opacity 0.3 ease;
    transition: opacity 0.3 ease;
}

.form-field-input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3 ease;
    transition: opacity 0.3 ease;
}

.form-field-input:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.3 ease;
    transition: opacity 0.3 ease;
}

.form-field-input:focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.3 ease;
    transition: opacity 0.3 ease;
}

.form-field-input:focus:-ms-input-placeholder {
    -ms-transition: opacity 0.3 ease;
    transition: opacity 0.3 ease;
}

.form-field-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    margin-bottom: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.form-field-checkbox__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.form-field-checkbox__input:checked ~ .form-field-checkbox__mark::after {
    display: block;
}

.form-field-checkbox__text {
    color: #1f1f1f;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    opacity: 0.5;
    background-position: center center;
    border: none;
}

.form-field-checkbox__mark {
    background: #ffffff;
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    opacity: 1;
    border-radius: 4px;
}

.form-field-checkbox__mark::after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 3px;
    width: 10px;
    height: 15px;
    border: solid #ed1b35;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*PROMO BANNERS WITH FORMS*/
.promo {
    padding: 20px 0;
}

@media (min-width: 320px) {
    .promo {
        padding: 20px 0;
    }
}

@media (min-width: 576px) {
    .promo {
        padding: 40px 0;
    }
}

@media (min-width: 678px) {
    .promo {
        padding: 60px 0;
    }
}

@media (min-width: 1200px) {
    .promo {
        padding: 80px 0;
    }
}

.promo__inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.promo-banner {
    width: 100%;
    height: 200px;
    border-radius: 4px;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
}

@media (min-width: 320px) {
    .promo-banner {
        height: 200px;
    }
}

@media (min-width: 576px) {
    .promo-banner {
        height: 345px;

    }
}

@media (min-width: 678px) {
    .promo__inner {
        flex-direction: row;
    }

    .promo-banner {
        max-width: 50%;
        height: 420px;
        margin-bottom: 0;
    }

    .promo__form + .promo-banner {
        margin-left: 20px;
    }
}

@media (min-width: 992px) {
    .promo-banner {
        max-width: 80%;
        height: 420px;
    }
}

@media (min-width: 1200px) {
    .promo-banner {
        max-width: 70%;
        height: 420px;
    }
}

.promo__title {
    color: #1f1f1f;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    background-position: center center;
}

@media (min-width: 320px) {
    .promo__title {
        font-size: 16px;
    }
}

@media (min-width: 576px) {
    .promo__title {
        font-size: 28px;
    }
}

@media (min-width: 678px) {
    .promo__title {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {
    .promo__title {
        font-size: 48px;
        line-height: 1.2;
    }
}

.promo__title + .promo__line {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .promo__title + .promo__line {
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

@media (min-width: 678px) {
    .promo__title + .promo__line {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .promo__title + .promo__line {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

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

.d-none {
    display: none;
}

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

    .d-lg-block {
        display: block;
    }
}

@media (min-width: 521px) {
    .d-md-none {
        display: none;
    }

    .d-md-block {
        display: block;
    }
}

@media (min-width: 320px) {
    .d-sm-none {
        display: none;
    }

    .d-sm-block {
        display: block;
    }
}

/*IMAGES*/
.re-sale-way--gray .re-sale-way__image img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.3s all;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.re-sale-way--gray:hover .re-sale-way__image img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.re-block__logo {
    display: flex;
    height: 25px;
    justify-content: center;
    align-items: center;
}

.re-block__logo img {
    height: 25px;
}


@media (min-width: 769px) {
    .re-block__logo {
        justify-content: start;
    }
}

.vacancies__item {
    background-color: #edf4f9;
}

/*OWL-CAROUSEL*/
/* .owl-carousel .owl-item {
  height: 171px;
}

@media (min-width: 520px) {
  .owl-carousel .owl-item {
    min-height: 272px;
  }
}

@media (min-width: 769px) {
  .owl-carousel .owl-item {
    min-height: 400px;
  }
}

@media (min-width: 992px) {
  .owl-carousel .owl-item {
    min-height: 560px;
  }
} */

/* GMK TEAM */
#gmk-team .owl-item {
    height: 330px;
}
/*
.actual-vacancies__slide {
     min-height: 100%;
    height: 160px;
}

@media (min-width: 520px) {
    .actual-vacancies__slide {
        height: 280px;
    }
}

@media (min-width: 769px) {
    .actual-vacancies__slide {
        height: 500px;
    }
}

@media (min-width: 1200px) {
    .actual-vacancies__slide {
        height: 560px;
    }
}
*/

#gmk-live .owl-item {
    min-height: 260px;
}

@media (min-width: 520px) {
    #gmk-live .owl-item {
        min-height: 272px;
    }
}

@media (min-width: 769px) {
    #gmk-live .owl-item {
        min-height: 235px;
    }
}

@media (min-width: 992px) {
    #gmk-live .owl-item {
        min-height: 260px;
    }
}

a.gmk-live__slide {
    position: relative;
    display: block;
    /* min-height: 100%; */
    height: 220px;
}

a.gmk-live__slide .gmk-live__slide-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#gmk-live ~ .owl-btn-prev, #gmk-live ~ .owl-btn-next {
    background-color: #ffffff;
}

/*FANCYBOX*/
.fancybox-show-nav .fancybox-navigation {
    top: 50%;
}

.blog-quote, .wp-block-quote {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.65 0a13.8 13.8 0 00-9.46 4.23C.49 11.13.63 24.13.66 25.57v13.56c0 .48.4.87.88.87h13.39c.48 0 .87-.4.87-.87v-13.4c0-.48-.4-.87-.87-.87H8.08c0-1.12.14-11.04 4.45-15.47a6.27 6.27 0 014.22-1.95.87.87 0 00.81-.87V.87a.87.87 0 00-.91-.87zM39.07.24a.84.84 0 00-.64-.24 13.8 13.8 0 00-9.46 4.23c-6.69 6.9-6.56 19.9-6.52 21.34v13.56c0 .48.39.87.87.87H36.7c.48 0 .87-.4.87-.87v-13.4c0-.48-.39-.87-.87-.87h-6.84c0-1.12.13-11.04 4.44-15.47a6.27 6.27 0 014.22-1.95.87.87 0 00.81-.87V.87c0-.23-.1-.46-.27-.63z' fill='%23E0E4ED'/%3E%3C/svg%3E");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 20px 20px;
    background-size: 40px 40px;
    padding: 20px 25px 30px 75px;
    box-shadow: 0px 4px 44px rgba(200, 213, 224, 0.4);
    border-radius: 5px;
    margin: 0 0 30px;
    max-width: 74%;
}

.blog-quotep, .wp-block-quote p {
    font-size: 16px;
    line-height: 1.3;
    font-style: italic;
    font-weight: 400;
}

.blog-quote__author {
    display: flex;
    padding-top: 20px;
    align-items: center;
    border-top: 2px solid #E0E4ED;
}

.blog-quote__author-img {
    width: 70px;
    height: 70px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background: #F5F5F5;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    margin: 0 20px 0 0;
}


.blog-quote__author-img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blog-quote__author .blog-quote__author-info {
    width: calc(100% - 90px);

}

.blog-quote__author .blog-quote__author-name {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}

.blog-quote__author .blog-quote__author-title {
    font-size: 14px;
    line-height: 1.2;

}

.re-address-list__item--white {
    color: #ffffff;
}

/*BLOG*/
.re-blog-post .re-quote::before {
    content: unset;
}

.re-blog-post__announce {
    padding-left: 0;
}

@media (min-width: 520px) {
    .re-blog-post .re-quote::before {
        content: '';
    }

    .re-blog-post__announce {
        padding-left: 50px;
    }
}

/*RECOMENDATIONS*/
.recomendation {
    text-align: left;
}

.buttons-container--inline {
    display: flex;
}

.main-prev {
    display: flex;
}

/*HERO HEADER*/
.bg-hero {
    min-height: 400px;
    background-color: #dfeef3;
}

.bg-hero--csr .hero__md-img {
    background-position: center;
}

.bg-hero--csr {
    background-position: center;
}

.bg-hero--csr .hero__info {
    max-width: 100%;
}

@media (max-width: 320px) {
    .bg-hero--csr .hero__info {
        max-width: 100%;
    }
}

@media (min-width: 769px) {
    .bg-hero--csr .hero__info {
        max-width: 346px;
    }

    .bg-hero--csr {
        background-position: center;
    }
}

@media (min-width: 992px) {
    .bg-hero--csr .hero__info {
        max-width: 376px;
    }

    .bg-hero--csr {
        background-position: 50px;
    }
}

@media (min-width: 1200px) {
    .bg-hero--csr .hero__info {
        max-width: 560px;
    }

    .bg-hero--csr {
        background-position: 335px;
    }
}

.hero__content {
    display: block;
    max-width: 170px;
}

.hero__info + .hero__content {
    margin-top: 30px;
}

@media (max-width: 520px) {
    .hero__md-img {
        background-position: right;
    }

    .bg-hero {
        min-height: 200px;
    }
}

@media (max-width: 768px) {
    .bg-hero {
        min-height: 250px;
    }
}

@media (max-width: 991px) {
    .bg-hero {
        min-height: 375px;
    }
}

@media (max-width: 1200px) {
    .bg-hero {
        min-height: 380px;
    }
}

.hero--nsp {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #dfeef3;
}

@media (min-width: 521px) {
    .hero--nsp {
        background-position: -155px 0%;
    }
}

@media (min-width: 769px) {
    .hero--nsp {
        background-position: center;
    }
}

@media (min-width: 992px) {
    .hero--nsp {
        background-position: 200px 0%;
    }
}

.hero__info-item + .hero__info-item {
    margin-top: 10px;
}

.hero__info-item p + p {
    margin-top: 10px;
}

.question__item--noborder {
    border: none;
    align-items: center;
}

.direction-cmi--two {
    grid-template: repeat(2, 1fr)/repeat(3, 1fr);
}

@media (max-width: 521px) {
    .direction-cmi--two {
        grid-template: repeat(6, 1fr)/repeat(1, 1fr);
    }
}

@media (max-width: 769px) {
    .direction-cmi--two {
        grid-template: repeat(3, 1fr)/repeat(2, 1fr);
    }
}

@media (max-width: 990px) {
    .direction-cmi--two {
        grid-template: repeat(2 1fr)/repeat(3, 1fr);
    }
}

.towho__info--left {
    text-align: left;
}

/*vacancies*/
.vacancies__item {
    text-align: left;
}

.vacancies__item-hr {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    min-height: auto;
    padding: 40px 20px 20px 20px;
}

.vacancies__subtitle-hr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.vacancies__item-hr-icon + .vacancies__subtitle-hr {
    max-width: unset;
}

@media (min-width: 520px) {
    .vacancies__item-hr {
        flex-direction: row;
        max-width: 100%;
        justify-content: space-between;
        padding: 40px 34px;
    }

    .vacancies__item-hr-icon + .vacancies__subtitle-hr {
        align-items: flex-start;
        margin: 0 0 0 0;
    }
}

@media (min-width: 768px) {
    .vacancies__item-hr {
        padding: 40px 100px;
    }
}

@media (min-width: 991px) {
    .vacancies__item-hr {
        padding: 40px 85px;
    }

    .vacancies__subtitle-hr {
        flex-direction: row;
        align-items: center;
    }

    .vacancies__subtitle-hr_text + .button {
        margin: 0 0 0 0;
    }

    .vacancies__item-hr-icon + .vacancies__subtitle-hr {
        margin: 0 0 0 40px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .vacancies__item-hr {
        padding: 40px 105px;
    }

    .vacancies__item-hr-icon + .vacancies__subtitle-hr {
        margin: 0 0 0 60px;
        width: 100%;
    }

    .vacancies__subtitle-hr_text + .button {
        margin: 0 0 0 0;
    }

    .vacancies__subtitle-hr ~ .button__text {
        font-size: 16px;
        line-height: 24px;
    }
}

/*BOOKS*/
.d-breadcrumbs--no-line::before {
    content: unset;
}

.quotes__img {
    position: relative;
}

.quotes__img--decoration::before {
    content: '';
    background-image: url('../img/icons/sphere.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 72px;
    height: 72px;
    display: block;
    position: absolute;
    bottom: 15%;
    left: -20px;
}

.quotes__img-image {
    width: 100%;
    height: 100%;
    min-width: 256px;
    border-radius: 100%;
}

@media (max-width: 991px) {
    .quotes__img--decoration::before {
        bottom: 25%;
    }
}

@media (max-width: 768px) {
    .quotes__img--decoration::before {
        left: 0;
        bottom: 0;
    }
}

@media (max-width: 520px) {
    .quotes__img-image {
        width: 110px;
        height: 110px;
        min-width: 110px;
    }

    .quotes__img--decoration::before {
        width: 32px;
        height: 32px;
        bottom: 9%;
        left: -7px;
    }
}

.photo-archive-download--overlay::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000000;
}

/*re-form*/
.re-form {
    width: 100%;
}

@media (min-width: 992px) {
    .re-form--subscribe .re-form__form {
        padding: 18px 0;
    }
}

@media (min-width: 1200px) {
    .re-form--subscribe .re-form__form {
        padding: 42px 0;
    }
}

.re-form__image {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .re-form__image {
        margin-top: 0px;
    }
}

.section--form .section__header {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;

    /* Dark */
    color: #32434D;
}

@media (min-width: 768px) {
    .section--form .section__header {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (min-width: 992px) {
    .section--form .section__header {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (min-width: 1200px) {
    .section--form .section__header {
        font-size: 36px;
        line-height: 44px;
    }
}

.section--form .section__header + .section__body {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .section--form .section__header + .section__body {
        margin-top: 48px;
    }
}

@media (min-width: 992px) {
    .section--form .section__header + .section__body {
        margin-top: 38px;
    }
}

@media (min-width: 1200px) {
    .section--form .section__header + .section__body {
        margin-top: 22px;
    }
}


.re-form-field {
    position: relative;
}

.re-form-field--required::before {
    background: #ed1b35;
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 20px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 4px;
}

.re-form-field-input {
    background: #ffffff;
    color: #1f1f1f;
    border-radius: 4px;
    font-weight: 400;
    height: 46px;
    margin: 0;
    padding: 0 15px;
    font-size: 14px;
    line-height: 18px;

    width: 100%;
    border: 0 none;
    box-sizing: border-box;
    outline: none;
}

.re-form-field-input::-webkit-input-placeholder {
    /* Dark */
    color: #32434D;
    opacity: 1;
    -webkit-transition: opacity 0.3 ease;
    transition: opacity 0.3 ease;
}

.re-form-field-input::-moz-placeholder {
    /* Dark */
    color: #32434D;
    opacity: 1;
    -moz-transition: opacity 0.3 ease;
    transition: opacity 0.3 ease;
}

.re-form-field-input:-moz-placeholder {
    /* Dark */
    color: #32434D;
    opacity: 1;
    -moz-transition: opacity 0.3 ease;
    transition: opacity 0.3 ease;
}

.re-form-field-input:-ms-input-placeholder {
    /* Dark */
    color: #32434D;
    opacity: 1;
    -ms-transition: opacity 0.3 ease;
    transition: opacity 0.3 ease;
}

.re-form-field-input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3 ease;
    transition: opacity 0.3 ease;
}

.re-form-field-input:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.3 ease;
    transition: opacity 0.3 ease;
}

.re-form-field-input:focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.3 ease;
    transition: opacity 0.3 ease;
}

.re-form-field-input:focus:-ms-input-placeholder {
    -ms-transition: opacity 0.3 ease;
    transition: opacity 0.3 ease;
}

.re-form-field-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    /* margin-bottom: 12px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #E40428;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    background-position: center center;
    border: none;
}

.re-form-field-checkbox__text {
    /* 1400+/P2 */
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #32434D;
    background-position: center center;
    border: none;
}

.re-form-field-checkbox__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.re-form-field-checkbox__input:checked ~ .re-form-field-checkbox__mark::after {
    display: block;
}

.re-form-field-checkbox__mark {
    background: #FFFFFF;
    position: absolute;
    top: -2px;
    left: 0;
    height: 24px;
    width: 24px;
    opacity: 1;
    border-radius: 4px;
}

.re-form-field-checkbox__mark::after {
    content: '';
    position: absolute;
    display: none;
    left: 8px;
    top: 3px;
    width: 10px;
    height: 15px;
    border: solid #E40428;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.re-form-field + .re-form-field {
    margin-top: 16px;
}

@media (min-width: 992px) {
    .re-form-field + .re-form-field {
        margin-top: 20px;
    }
}

.re-form-field + .re-form-field--mt-10 {
    margin-top: 10px;
}

.re-form-group__item + .re-form-group__item {
    margin-top: 24px;
}

@media (min-width: 520px) {
    .re-form-group__item + .re-form-group__item {
        margin-top: 30px;
    }
}

/* .re-form-promo {
  padding: 48px 0 48px 0;
}

@media (min-width: 520px) {
  .re-form-promo {
    padding: 32px 0 56px 0;
  }
}

@media (min-width: 768px) {
  .re-form-promo {
    padding: 60px 0 60px 0;
  }
}

@media (min-width: 991px) {
  .re-form-promo {
    padding: 70px 0 70px 0;
  }
} */

.re-form-promo__title {
    color: #333;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

@media (min-width: 520px) {
    .re-form-promo__title {
        text-align: left;
        margin-bottom: 32px;
    }
}

@media (min-width: 768px) {
    .re-form-promo__title {
        font-size: 36px;
        line-height: 44px;
        margin-top: 0px;
    }
}

.re-form-promo__image {
    height: 130px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.re-form-promo__title + .re-form-promo__content {
    margin-top: 24px;
}

@media (min-width: 521px) {
    .re-form-promo__title + .re-form-promo__content {
        margin-top: 32px;
    }
}

@media (min-width: 768px) {
    .re-form-promo__title + .re-form-promo__content {
        margin-top: 12px;
    }
}

@media (min-width: 992px) {
    .re-form-promo__title + .re-form-promo__content {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .re-form-promo__title + .re-form-promo__content {
        margin-top: 40px;
    }
}


@media (min-width: 521px) {
    .re-form-promo__image {
        height: 214px;
    }
}

@media (min-width: 769px) {
    .re-form-promo__image {
        height: 320px;
        max-width: none;
    }
}

@media (min-width: 992px) {
    .re-form-promo__image {
        height: 470px;
    }
}

@media (min-width: 1200px) {
    .re-form-promo__image {
        height: 500px;
        max-width: 100%;
        margin-top: -92px;
    }
}

.re-form-promo__policy {
    /* 1400+ / P3 */
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
}

/*re-button*/
.re-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
    -webkit-box-shadow: 0px 20px 30px -15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 30px -15px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    border: none;
    color: #32434D;
    background-color: #FFFFFF;
}

.re-button:hover {
    color: #32434D;
    text-decoration: none;
    background-color: #EDF4F9;
}

.re-button svg {
    fill: #E40428;
}

.re-button__text {
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-transition: inherit;
    transition: inherit;
    text-decoration: inherit;
    /* identical to box height, or 171% */
}

.re-button__text:hover {
    text-decoration: inherit;
}

.re-button__text--uppercase {
    text-transform: uppercase;
}

.re-button--fluid {
    width: 100%;
}

.re-button--size-lg {
    padding: 38px;
}

@media (max-width: 520px) {
    .re-button--size-lg {
        padding: 22px 38px;
    }
}

@media (min-width: 0) {
    .re-button--size-lg .re-button__text {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 320px) {
    .re-button--size-lg .re-button__text {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 521px) {
    .re-button--size-lg .re-button__text {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 769px) {
    .re-button--size-lg .re-button__text {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    .re-button--size-lg .re-button__text {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

.re-button--size-md {
    padding: 15px 27px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.re-button--size-sm {
    padding: 10px 24px;
    line-height: 24px;
}

.re-button--size-xs {
    padding: 8px 16px;
}

.re-button--color-red {
    background-color: #E40428;
    color: #FFFFFF;
}

.re-button--color-red .re-button__text {
    color: inherit;
}

.re-button--color-red:hover {
    background-color: #EB203B;;
    color: #FFFFFF;
}

.re-button--color-red:active {
    background-color: #EB203B;
    color: #FFFFFF;
}

.re-button--color-white {
    background-color: #FFFFFF;
}

.re-button--color-white .re-button__text {
    color: #32434D;
}

.re-button--color-white:hover, .re-button--color-white:active {
    background-color: #E40428;
}

.re-button--color-white:hover .re-button__text, .re-button--color-white:active .re-button__text {
    color: #FFFFFF;
}

.re-button--color-sky {
    color: #333;
    background-color: #EDF4F9;
}

.re-button--color-sky:hover, .re-button--color-sky:active {
    background-color: #E40428;
}

.re-button--color-sky:hover .re-button__text, .re-button--color-sky:active .re-button__text {
    color: #FFFFFF;
}

.re-button--color-transparent {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background-color: transparent;
}

.re-button--color-transparent:hover {
    color: inherit;
    background-color: #FFFFFF;
}

.re-button--style-uppercase {
    text-transform: uppercase;
}

.re-button--style-fluid {
    width: 100%;
}

.re-button--icon-right {
    position: relative;
    padding-right: 58px;
    text-transform: uppercase;
}

.re-button--icon-right .re-button__icon {
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.re-button--icon-right .re-button__icon-rectangle svg {
    fill: #E40428;
}

.re-button-slider {
    display: block;
    width: 32px;
    height: 32px;
    background: #E40428;
    border-radius: 20px;
    border: none;
    position: relative;
}

.re-button-slider svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #FFFFFF;
}

.re-button-slider--next svg {
    -webkit-transform: translate(-50%, -50%) rotateZ(180deg);
    transform: translate(-50%, -50%) rotateZ(180deg);
}

.re-button-slider--next.disabled, .re-button-slider--prev.disabled {
    background: #EDF4F9;
}

.re-button-slider--next.disabled svg, .re-button-slider--prev.disabled svg {
    fill: #8B9BA7;
}

/*button*/
.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
    cursor: pointer;
    border-radius: 4px;
 /*   -webkit-box-shadow: 0px 20px 30px -15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 30px -15px rgba(0, 0, 0, 0.1); */
}

.button__text {
    font-weight: 400;
}

.button--size-l {
    padding: 38px;
}

@media (max-width: 520px) {
    .button--size-l {
        padding: 22px 38px;
    }
}

@media (min-width: 0) {
    .button--size-l .button__text {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 320px) {
    .button--size-l .button__text {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 521px) {
    .button--size-l .button__text {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 769px) {
    .button--size-l .button__text {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    .button--size-l .button__text {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

.button--size-m {
    padding: 15px 27px;
}

.button--size-sm {
    padding: 10px 24px;
}

.button--size-s {
    padding: 8px 16px;
}

.button--color-red {
    background-color: #D71A21;
}

.button--color-red .button__text {
    color: #FFFFFF;
}

.button--color-red:hover {
    background-color: #EB203B;
}

.button--color-red:active {
    background-color: #EB203B;
}

.button--color-white {
    background-color: #FFFFFF;
}

.button--color-white:hover {
    background-color: #FFFFFF;
}

.button--color-white .button__text {
    color: #32434D;
}


.button--color-sky {
    color: #333;
    background-color: #EDF4F9;
}

.button--icon-right {
    position: relative;
    padding-right: 58px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.button--icon-right .button__icon {
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*re-link*/
.re-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: color, border-color ease-in-out 300ms;
    transition: color, border-color ease-in-out 300ms;
    cursor: pointer;
}

.re-link__svg + .re-link__text {
    margin-left: 8px;
}

.re-link--style-dashed .re-link__text {
    -webkit-transition: inherit;
    transition: inherit;
    border-bottom: 1px dashed;
}

.re-link--style-solid .re-link__text {
    -webkit-transition: inherit;
    transition: inherit;
    border-bottom: 1px solid;
}

.re-link--style-dashed .re-link__text:hover,
.re-link--style-solid .re-link__text:hover {
    border-color: transparent;
}

.re-link--style-uppercase {
    text-transform: uppercase;
}

.re-link__svg {
    fill: #ffffff;
}

.re-link--color-red {
    color: #E40428;
}

.re-link--color-red svg {
    fill: #E40428;
}

.re-link--color-white {
    color: #ffffff;
}

.re-link--color-white svg {
    fill: #ffffff;
}

.re-link--color-dark svg {
    fill: #32434D;
}

.re-link--big {
    color: #32434D;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.re-link--type-social svg {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 32px;
    height: 32px;
    fill: #BACDDA;
}

@media (min-width: 0) {
    .re-link--big {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 20px;
    }
}

@media (min-width: 320px) {
    .re-link--big {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 20px;
    }
}

@media (min-width: 521px) {
    .re-link--big {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 769px) {
    .re-link--big {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    .re-link--big {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

.re-link--big:hover {
    color: #E40428;
}

.re-link--color-red {
    color: #E40428;
}

.re-link--color-dark {
    color: #32434D;
}

.re-link--big__svg {
    vertical-align: middle;
    fill: #ffffff;
    margin-left: 8px;
}

/*re-achievments*/

.re-achievments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-style: normal;
    color: #32434D;
}

@media (min-width: 521px) {
    .re-achievments {
        margin: 0 -15px;
    }
}

.re-achievments__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 520px) {
    .re-achievments__item {
        width: 44%;
        text-align: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .re-achievments__item {
        width: 30%;
    }
}

.re-achievments__item-count {
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: inherit;
}

.re-achievments__item-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0em;
}

@media (min-width: 768px) {
    .re-achievments__item-title {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (min-width: 992px) {
    .re-achievments__item-title {
        line-height: 24px;
    }
}

.re-achievments__item-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: inherit;
}

.re-achievments__item-image + .re-achievments__item-text {
    margin-top: 16px;
}

.re-achievments__item-image + .re-achievments__item-title {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .re-achievments__item-image + .re-achievments__item-title {
        margin-top: 30px;
    }
}

.re-achievments__item-title + .re-achievments__item-text {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .re-achievments__item-title + .re-achievments__item-text {
        margin-top: 20px;
    }
}

.re-achievments__item + .re-achievments__item {
    margin-top: 24px;
}

@media (min-width: 320px) {
    .re-achievments__item + .re-achievments__item {
        margin-top: 32px;
    }
}

.re-achievments--bootstrap {
    margin: unset;
}

.re-achievments--bootstrap .re-achievments__item {
    width: 100%;
}

.re-achievments--numbers .re-achievments__item {
    text-align: left;
    width: 100%;
}

@media (min-width: 768px) {
    .re-achievments--numbers .re-achievments__item {
        width: 45%;
    }
}

/*towho*/

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

.towho__info--cont {
    text-align: left;
}

.towho__info--nsp__title, .towho__info--nsp__text {
    text-align: center;
}

@media (min-width: 520px) {
    .towho__info--nsp__title, .towho__info--nsp__text {
        text-align: left;
    }
}

.towho__info--nsp__title {
    /* Mobile / H4 */
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .towho__info--nsp__title {
        font-size: 18px;
        line-height: 24px;
    }
}

.towho__info--nsp__text {
    /* Mobile / P2 */
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

@media (min-width: 521px) {
    .towho__info--nsp__text {
        font-size: 14px;
        line-height: 18px;
    }
}

.towho__title {
    font-size: 20px;
    font-weight: 300;
    text-align: inherit;
}

@media (max-width: 520px) {
    .towho__info--cont {
        margin-top: 30px;
    }
}

.towho__title + .towho__text {
    margin-top: 8px;
}

@media (min-width: 768px) {
    .towho__title + .towho__text {
        margin-top: 16px;
    }
}

.towho__text {
    font-size: 16px;
    font-weight: 400;
    color: #797979;
    text-align: inherit;
}

.towho__img {
    width: 100%;
    height: 400px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 768px) {
    .towho__img {
        height: 300px;
    }
}

@media (max-width: 520px) {
    .towho__img {
        height: 200px;
    }
}

.towho__info + .towho__img {
    margin-top: 60px;
}

/*section*/
.section {
    margin-top: 60px;
    overflow: hidden;
    text-align: left;
}

@media (min-width: 320px) {
    .section {
        margin-top: 48px;
    }
}

@media (min-width: 521px) {
    .section {
        margin-top: 56px;
    }
}

@media (min-width: 769px) {
    .section {
        margin-top: 60px;
    }
}

@media (min-width: 992px) {
    .section {
        margin-top: 70px;
    }
}

.section__more-button {
    text-align: center;
}

.section--study {
    overflow: visible;
}

@media (max-width: 520px) {
    .section {
        /* text-align: center; */
    }
}
/*
.section__header {
    font-size: 32px;
    font-weight: 400;
}

@media (max-width: 520px) {
    .section__header {
        font-size: 30px;
    }
}

@media (max-width: 319px) {
    .section__header {
        font-size: 26px;
    }
}
*/
.section__line {
    width: 120px;
    opacity: 0.2;
    border-bottom: 1px solid #333;
}

@media (max-width: 520px) {
    .section__line {
        margin: 0 auto;
    }
}

.section__subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.section__header + .section__line,
.section__line + .section__subtitle {
    margin-top: 10px;
}

.section__line + .section__body,
.section__subtitle + .section__body {
    margin-top: 40px;
}

.section__breadcrumbs + .section__header {
    margin-top: 25px;
}

.section__body-item + .section__body-item {
    margin-top: 20px;
}

.section__body + .section__more-button {
    margin-top: 40px;
}

.section__body + .section__more {
    margin-top: 40px;
}

.section__slider-nav + .section__body {
    margin-top: 16px;
}

.section__header + .section__slider-nav {
    margin-top: 24px;
}

.section__header + .section__body {
    margin-top: 24px;
}

@media (min-width: 768px) {
    .section__header + .section__body {
        margin-top: 32px;
    }
}

@media (min-width: 992px) {
    .section__header + .section__body {
        margin-top: 40px;
    }
}

.section--small + .section--small {
    margin-top: 30px;
    text-align: unset;
}

@media (min-width: 551px) {
    .section--small-md-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 82px;
        left: 0;
    }

    .section--small-md-fixed {
        position: -webkit-fixed;
        position: fixed;
        width: calc(43.7% - 30px);
        height: 100vh;
        top: 82px;
        left: 0;
    }

    .re-main--cases {
        width: calc(43.7% - 30px);
        float: right;
        height: 100vh;
        top: 82px;
        right: 0;
    }
}

@media (min-width: 992px) {
    .section--small-md-sticky {
        margin-left: -5%;
    }
}

@media (min-width: 1200px) {
    .section--small-md-sticky {
        margin-left: -15%;
    }
}

.section--bg-sky {
    background-color: #EDF4F9;
    padding: 48px 0px;
}

@media (min-width: 320px) {
    .section--bg-sky {
        padding: 48px 0px;
    }
}

@media (min-width: 521px) {
    .section--bg-sky {
        padding: 56px 0x;
    }
}

@media (min-width: 769px) {
    .section--bg-sky {
        padding: 60px 0px;
    }
}

@media (min-width: 992px) {
    .section--bg-sky {
        padding: 70px 0px;
    }
}

.section--bg-sky .re-timeline.re-timeline--border {
    border-color: #32434D;
}

/*re-card*/
.re-card {
    /*background-color: #ffffff;*/
    position: relative;
    padding-bottom: 47px;
    cursor: pointer;
    border: 1px solid #EDF4F9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    height: 100%;
    color: #32434D;
}

.re-card:hover {
    border-color: #CBD8E1;
}

.re-card:hover .re-card__footer {
    border-color: #CBD8E1;
}

.re-card:hover .re-card__footer-inner {
    border-color: #CBD8E1;
}

.re-card:hover .re-card__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.re-card__header, .re-card__body-inner {
    z-index: 1;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    padding: 20px;
}

.re-card__header {
    z-index: 1;
    overflow: hidden;
    position: relative;
    height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media (min-width: 768px) {
    .re-card__header {
        height: 200px;
    }
}
@media (min-width: 768px) {
    .re-card__header_h {
        height: 240px !important;
    }
}

.re-card__image {
    z-index: 0;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: -webkit-transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.re-card__footer {
    z-index: 1;
    -webkit-transition: inherit;
    transition: inherit;
    padding: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.re-card__footer .re-card__text {
    font-size: 12px;
    line-height: 16px;
}

.re-card__footer-inner {
    -webkit-transition: inherit;
    transition: inherit;
    border-top: 1px solid #EDF4F9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
}

.re-card__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: inherit;
}

.re-card__title:hover {
    text-decoration: none;
}

.re-card__text,
.re-card__text p {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

.re-card__title + .re-card__text {
    margin-top: 10px;
}

.re-card__text + .re-card__footer {
    margin-top: 20px;
}

.re-card__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.re-card__tags-item {
    margin: 10px 10px 0 0;
}

.re-card--aside {
    position: relative;
    width: 100%;
    height: 350px;
    padding-bottom: 49px;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (min-width: 521px) {
    .re-card--aside {
        height: 270px;
    }
}

@media (min-width: 769px) {
    .re-card--aside {
        height: 375px;
    }
}

@media (min-width: 992px) {
    .re-card--aside {
        height: 100%;
        border-radius: unset;
    }
}

.re-card--aside:hover .re-card__image {
    -webkit-transform: none;
    transform: none;
}

.re-card--aside:hover .re-card__title {
    color: #ffffff;
}

.re-card--aside .re-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-size: 100%;
    width: 100%;
}

.re-card--aside .re-card__body {
    z-index: 1;
}

.re-card--aside .re-card__title {
    font-size: 26px;
    line-height: 28px;
}


.re-card--aside .re-card__footer {
    border-color: #EDF4F9;
}

.re-card--aside .re-card__footer svg {
    fill: #FFFFFF;
}
/*
@media (max-width: 521px) {
    .re-js-grid__item .re-card {
        height: 270px;
    }
    .re-js-grid__item .re-card .re-card__header {
        height: 270px;
    }
}

@media (max-width: 769px) {
    .re-js-grid__item .re-card {
        position: relative;
        width: 100%;
        height: 350px;
        padding-bottom: 49px;
        color: #FFFFFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .re-js-grid__item .re-card:hover .re-card__image {
        -webkit-transform: none;
        transform: none;
    }

    .re-js-grid__item .re-card:hover .re-card__title {
        color: #ffffff;
    }

    .re-js-grid__item .re-card .re-card__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: absolute;
        top: 0;
        left: 0;
        height: 350px;
        background-size: 100%;
        width: 100%;
    }

    .re-js-grid__item .re-card .re-card__body {
        z-index: 1;
    }

    .re-js-grid__item .re-card .re-card__title {
        font-size: 26px;
        line-height: 28px;
    }


    .re-js-grid__item .re-card .re-card__footer {
        border-color: #EDF4F9;
    }

    .re-js-grid__item .re-card .re-card__footer svg {
        fill: #FFFFFF;
    }
}
*/
.re-card-icon {
    background-color: #FFFFFF;
    border-radius: 4px;
    height: 100%;
    padding: 24px 24px 24px 24px;
    text-align: left;
    margin-top: 16px;
}

@media (min-width: 320px) {
    .re-card-icon {
        margin-top: 18px;
    }
}

@media (min-width: 521px) {
    .re-card-icon {
        margin-top: 16px;
    }
}

@media (min-width: 769px) {
    .re-card-icon {
        margin-top: 0px;
    }
}

@media (min-width: 769px) {
    .re-card-icon__header-svg {
        width: 120px;
        height: 120px;
    }
}

.re-card-icon__title {
    /* Mobile / H3 */
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: inherit;
}

@media (min-width: 521px) {
    .re-card-icon__title {
        /* 1400+ / H3 */
        font-size: 24px;
        line-height: 30px;
    }
}

.re-card-icon__text, .re-card-icon__list {
    /* Mobile / P2 */
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: inherit;
}

.re-card-icon__title + .re-card-icon__text, .re-card-icon__title + .re-card-icon__list {
    margin-top: 16px;
}

@media (min-width: 769px) {
    .re-card-icon__title + .re-card-icon__text, .re-card-icon__title + .re-card-icon__list {
        margin-top: 24px;
    }
}

.re-card-icon__list {
    text-align: inherit;
    list-style-type: '一 ';
    padding-left: 16px;
}

.re-card--blog {
    border: none;
    padding-bottom: 80px;
}

.re-card--blog a:hover {
    text-decoration: none;
}

.re-card--blog .re-card__footer-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.re-card--blog .re-card__footer-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.re-card--blog .re-card__footer-title {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
}

.re-card--blog .re-card__footer-text {
    margin-left: 16px;
}

.re-card--blog .re-card__footer-date {
    font-size: 12px;
    line-height: 16px;
}

.re-card--blog .re-card__footer-title + .re-card__footer-date {
    margin-top: 5px;
}

.re-cardboard--type-news .re-card .re-card__body-inner,
.re-cardboard--type-news .re-card .re-card__footer {
    padding-left: 0;
    padding-right: 0;
}

.re-cardboard--type-news .re-card--wide .re-card__header,
.re-cardboard--type-news .re-card .re-card__header {
    height: 160px;
    border-radius: 4px;
}

@media (min-width: 521px) {
    .re-cardboard--type-news .re-card .re-card__header {
        height: 150px;
    }

    .re-cardboard--type-news .re-card--wide .re-card__header {
        height: 240px;
    }
}

@media (min-width: 768px) {
    .re-cardboard--type-news .re-card .re-card__header {
        height: 180px;
    }

    .re-cardboard--type-news .re-card--wide .re-card__header {
        height: 220px;
    }
}

@media (min-width: 992px) {
    .re-cardboard--type-news .re-card .re-card__header {
        height: 126px;
    }

    .re-cardboard--type-news .re-card--wide .re-card__header {
        height: 254px;
    }
}

@media (min-width: 1200px) {
    .re-cardboard--type-news .re-card .re-card__header {
        height: 150px;
    }

    .re-cardboard--type-news .re-card--wide .re-card__header {
        height: 300px;
    }
}


/*question*/


.question {
    position: relative;
}

@media (max-width: 768px) {
    .question {
        text-align: left;
    }
}

.question__item {
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 0 20px 0px;
    max-width: 825px;
}

@media (max-width: 991px) {
    .question__item {
        max-width: 533px;
    }
}

.question__item-icon {
    min-width: 32px;
    height: 32px;
    background: #D71A21;
    padding: 8px;
}

.question__item-icon + .question__item-info {
    margin-left: 30px;
}

.question__item-name {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}

.question__item-text {
    font-size: 16px;
    line-height: 24px;
    color: #797979;
}

.question__item--round {
    border-bottom: unset;
}

.question__item--round .question__item-icon {
    border-radius: 20px;
}

.question__item--round .question__item-info {
    color: #32434D;
}

.question__item--round .question__item-info .question__item-name {
    color: inherit;
    /* Mobile / P1 */
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

@media (min-width: 521px) {
    .question__item--round .question__item-info .question__item-name {
        font-size: 18px;
        line-height: 24px;
    }
}

.question__item--round .question__item-info .question__item-text {
    color: inherit;
    /* Mobile / P2 */
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

.question__item--round .question__item-info .question__item-name + .question__item-text {
    margin-top: 8px;
}

.question__item--round .question__item-icon + .question__item-info {
    margin-left: 16px;
}

@media (min-width: 521px) {
    .question__item--round .question__item-icon + .question__item-info {
        margin-left: 19px;
    }
}

.question__icon {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 768px) {
    .question__icon {
        display: none;
    }
}

/*clients-projects*/
.clients-projects {
    display: grid;
    position: relative;
    grid-template: repeat(2, 1fr)/repeat(5, 1fr);
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

@media (max-width: 768px) {
    .clients-projects {
        gap: 30px;
    }
}

@media (max-width: 520px) {
    .clients-projects {
        grid-template: repeat(4, 1fr)/repeat(3, 1fr);
    }
}

.clients-projects__icon {
    max-width: 125px;
}

@media (max-width: 768px) {
    .clients-projects__icon {
        max-width: 75px;
        max-height: 60px;
    }
}
/*
@media (max-width: 768px) and (max-width: 520px) {
    .clients-projects__icon:last-child {
        position: absolute;
        bottom: 0;
    }
}
*/
.clients-projects--nsp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.clients-projects--nsp .clients-projects__icon {
    max-width: 130px;
    max-height: unset;
}

@media (min-width: 320px) {
    .clients-projects--nsp .clients-projects__icon {
        max-width: 101px;
        max-height: unset;
    }

    .clients-projects--nsp .clients-projects__icon:last-child {
        position: unset;
        bottom: unset;
    }
}

@media (min-width: 521px) {
    .clients-projects--nsp .clients-projects__icon {
        max-width: 158px;
        max-height: unset;
    }

    .clients-projects--nsp .clients-projects__icon:last-child {
        position: unset;
        bottom: unset;
    }
}

@media (min-width: 769px) {
    .clients-projects--nsp .clients-projects__icon {
        max-width: 132px;
        max-height: unset;
    }

    .clients-projects--nsp .clients-projects__icon:last-child {
        position: unset;
        bottom: unset;
    }
}

@media (max-width: 991px) {
    .clients-projects--nsp .clients-projects__icon {
        max-width: 160px;
        max-height: unset;
    }

    .clients-projects--nsp .clients-projects__icon:last-child {
        position: unset;
        bottom: unset;
    }
}

/*re-slide*/


.re-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 16px;
    border-top: 1px solid #EDF4F9;
}

@media (min-width: 769px) {
    .re-slide {
        padding-top: 24px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.re-slide__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 16px;
}

@media (min-width: 320px) {
    .re-slide__info {
        margin-top: 24px;
    }
}

@media (min-width: 521px) {
    .re-slide__info {
        margin-top: 24px;
    }
}

@media (min-width: 769px) {
    .re-slide__info {
        margin-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.re-slide__avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 50px;
    height: 50px;
}

.re-slide__avatar-description-name {
    /* Mobile / P3 */
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

.re-slide__avatar-description-position {
    /* Mobile / P3 */
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

.re-slide__avatar + .re-slide__avatar-description {
    margin-top: 11px;
}

.re-slide__content {
    text-align: left;
}

.re-slide__content-item + .re-slide__content-item {
    margin-top: 24px;
}

@media (min-width: 769px) {
    .re-slide__info + .re-slide__content {
        margin-left: 30px;
    }
}

.re-slide__avatar + .re-slide__avatar-description {
    margin-left: 16px;
}

@media (min-width: 769px) {
    .re-slide__avatar + .re-slide__avatar-description {
        margin-left: 0px;
    }
}

.re-slide-points {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #EDF4F9;
    min-height: 245px;
}

@media (min-width: 521px) {
    .re-slide-points {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 283px;
    }
}

@media (min-width: 769px) {
    .re-slide-points {
        min-height: 265px;
    }
}

@media (min-width: 992px) {
    .re-slide-points {
        min-height: unset;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
    }

    .re-slide-points + .re-slide-points {
        margin-top: 20px;
    }
}

.re-slide-points__decor {
    position: relative;
    display: block;
    min-width: 32px;
    min-height: 32px;
    background: #E40428;
    border-radius: 2px;
}

.re-slide-points__decor-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.re-slide-points__content-item {
    /* Mobile / P1 */
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    /* Dark */
    color: #32434D;
}

@media (min-width: 769px) {
    .re-slide-points__content-item {
        line-height: 22px;
    }
}

@media (min-width: 992px) {
    .re-slide-points__content-item {
        font-size: 18px;
        line-height: 24px;
    }
}

.re-slide-points__decor + .re-slide-points__content {
    margin: 20px 0px 0px 0px;
}

@media (min-width: 521px) {
    .re-slide-points__decor + .re-slide-points__content {
        margin: 0px 0px 0px 20px;
    }
}

.re-slide-result {
    min-width: 250px;
    width: 100%;
    background-color: #EDF4F9;
    padding: 20px;
    color: #32434D;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.re-slide-result + .re-slide-result {
    margin-left: 30px;
}

@media (min-width: 521px) {
    .re-slide-result {
        min-width: 361px;
        height: 210px;
        padding: 30px;
    }
}

@media (min-width: 769px) {
    .re-slide-result {
        min-width: 283px;
        height: 240px;
        padding: 40px 30px;
        /* margin-top: 30px; */
    }
}

@media (min-width: 992px) {
    .re-slide-result {
        height: 258px;
        min-width: 295px;
        padding: 40px 30px;
    }
}

@media (min-width: 1200px) {
    .re-slide-result {
        height: 230px;
        min-width: 350px;
        padding: 40px 30px;
    }
}

.re-slide-result__decor {
    position: absolute;
    top: 15%;
    left: -8px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #E40428;
}

.re-slide-result__title {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

@media (min-width: 769px) {
    .re-slide-result__title {
        margin-left: 0px;
    }
}

.re-slide-result__content-item {
    /* Mobile / P2 */
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

.re-slide-result__title + .re-slide-result__content {
    margin-top: 10px;
}

@media (min-width: 769px) {
    .re-slide-result__title + .re-slide-result__content {
        margin-top: 20px;
    }
}

/*re-slider*/


.re-slider--feedback {
    position: relative;
}

.re-slider--feedback .re-slider__nav.disabled {
    display: none;
}

.re-slider--feedback .re-slider__nav {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 32px;
}

.re-slider--feedback .re-slider__nav .re-slider__nav-prev, .re-slider--feedback .re-slider__nav .re-slider__nav-next {
    background: #E40428;
    border-radius: 20px;
    border: none;
    width: 32px;
    height: 32px;
    font-size: 20px;
}

.re-slider--feedback .re-slider__nav .re-slider__nav-prev svg, .re-slider--feedback .re-slider__nav .re-slider__nav-next svg {
    fill: #FFFFFF;
}

.re-slider--feedback .re-slider__nav .re-slider__nav-prev.disabled, .re-slider--feedback .re-slider__nav .re-slider__nav-next.disabled {
    background: #EDF4F9;
}

.re-slider--feedback .re-slider__nav .re-slider__nav-prev.disabled svg, .re-slider--feedback .re-slider__nav .re-slider__nav-next.disabled svg {
    fill: #8B9BA7;
}

.owl-carousel.re-slider--feedback .owl-item {
    height: auto;
    min-height: auto;
}

.re-slider--points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.re-slider--points .owl-stage {
    margin-left: -27px;
}

@media (min-width: 521px) {
    .re-slider--points .owl-stage {
        margin-left: -90px;
    }
}

@media (min-width: 769px) {
    .re-slider--points .owl-stage {
        margin-left: -50px;
    }
}

.re-slider--result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.re-slider--result .owl-stage {
    margin-left: -27px;
}

@media (min-width: 521px) {
    .re-slider--result .owl-stage {
        margin-left: -50px;
    }
}

@media (min-width: 769px) {
    .re-slider--result .owl-stage {
        margin-left: -27px;
    }
}

/*re-video-preview*/
.re-video-preview {
    position: relative;
    padding-bottom: 34px;
    padding-top: 34px;
}

@media (min-width: 769px) {
    .re-video-preview {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .re-video-preview {
        padding-top: 0;
        padding-bottom: 70px;
    }
}

.re-video-preview::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EDF4F9;
}

@media (min-width: 769px) {
    .re-video-preview::before {
        height: 307px;
    }
}

@media (min-width: 992px) {
    .re-video-preview::before {
        height: 407px;
    }
}

.re-video-preview__video {
    display: block;
    position: relative;
    background-color: #EDF4F9;
    background-size: cover;
    background-repeat: no-repeat;
    height: 165px;
}

@media (min-width: 521px) {
    .re-video-preview__video {
        height: 215px;
    }
}

@media (min-width: 769px) {
    .re-video-preview__video {
        height: 315px;
    }
}

@media (min-width: 992px) {
    .re-video-preview__video {
        height: 470px;
    }
}

.re-video-preview__button {
    cursor: pointer;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
}

.re-video-preview__button-svg {
    height: 50px;
    width: 50px;
}

@media (min-width: 769px) {
    .re-video-preview__button {
        height: 32px;
        width: 32px;
    }
}

/*re-logos*/

.re-logos-list.re-logos-list--custom .re-logos-list__item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 57px;
    margin-bottom: 24px;

}

.re-logos-list.re-logos-list--custom .re-logo {
    height: 57px;
    min-height: unset;
    max-height: 100%;
    width: 80%;
}

.re-logos-list.re-logos-list--custom .re-logo img {
    margin: 0 auto;
    max-width: 80%;
}


@media (min-width: 520px) {
    .re-logos-list.re-logos-list--custom .re-logos-list__item {
        margin-bottom: 32px;
        height: 44px;
    }
}

@media (min-width: 768px) {
    .re-logos-list.re-logos-list--custom .re-logos-list__item {
        height: 70px;
    }
}

@media (min-width: 998px) {
    .re-logos-list.re-logos-list--custom .re-logos-list__item {
        height: 58px;
    }
}

@media (min-width: 1200px) {
    .re-logos-list.re-logos-list--custom .re-logos-list__item {
        height: 70px;
    }
}

/*b-book*/
.b-book__footer {
    margin-top: 15px;
}

.new-tag {
    position: relative;
    display: inline-block;
    color: #e40428;
    width: fit-content;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 14px;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    border-radius: 22px;
    cursor: pointer;
    margin-left: -10px;
}


.new-tag:hover {
    background-color: #FFFFFF;
}

    /*re-tag*/
.re-tag {
    position: relative;
    display: block;
    background-color: #EDF4F9;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    padding: 5px 10px 5px 22px;
    text-transform: uppercase;
    border-radius: 22px;
    cursor: pointer;
}

.re-tag:hover {
    background-color: #FFFFFF;
}

.re-tag::before {
    content: '';
    display: block;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    background-color: red;
    border-radius: 100%;
}

.re-tag--red::before {
    background-color: #D71A21;
}

.re-tag--red:active {
    background-color: #D71A21;
    color: #FFFFFF;
}

.re-tag--red:active::before {
    background-color: #FFFFFF;
}

.re-tag--red.re-tag--active::before {
    background-color: #D71A21;
}

.re-tag--red.re-tag--active {
    background-color: #D71A21;
    color: #FFFFFF;
}

.re-tag--red.re-tag--active::before {
    background-color: #FFFFFF;
}

.re-tag--blue.re-tag--active::before {
    background-color: #0094FF;
}

.re-tag--blue.re-tag--active {
    background-color: #0094FF;
    color: #FFFFFF;
}

.re-tag--blue.re-tag--active::before {
    background-color: #FFFFFF;
}

.re-tag--blue::before {
    background-color: #0094FF;
}

.re-tag--blue:active {
    background-color: #0094FF;
    color: #FFFFFF;
}

.re-tag--blue:active::before {
    background-color: #FFFFFF;
}

.re-tag--yellow::before {
    /* background-color: #FFE600; */
    background-color: #D8C300;
}

.re-tag--yellow:active {
    /* background-color: #FFE600; */
    background-color: #D8C300;
    color: #FFFFFF;
}

.re-tag--yellow:active::before {
    background-color: #FFFFFF;
}

.re-tag--yellow.re-tag--active::before {
    /* background-color: #FFE600; */
    background-color: #D8C300;
}

.re-tag--yellow.re-tag--active {
    /* background-color: #FFE600; */
    background-color: #D8C300;
    color: #FFFFFF;
}

.re-tag--yellow.re-tag--active::before {
    background-color: #FFFFFF;
}

.re-tag--purple::before {
    background-color: #D2C3FF;
}

.re-tag--purple:active {
    background-color: #D2C3FF;
    color: #FFFFFF;
}

.re-tag--purple:active::before {
    background-color: #FFFFFF;
}

.re-tag--purple.re-tag--active::before {
    background-color: #D2C3FF;
}

.re-tag--purple.re-tag--active {
    background-color: #D2C3FF;
    color: #FFFFFF;
}

.re-tag--purple.re-tag--active::before {
    background-color: #FFFFFF;
}

.re-tag--green::before {
    background-color: #9BE055;
}

.re-tag--green:active {
    background-color: #9BE055;
    color: #FFFFFF;
}

.re-tag--green:active::before {
    background-color: #FFFFFF;
}

.re-tag--green.re-tag--active::before {
    background-color: #9BE055;
}

.re-tag--green.re-tag--active {
    background-color: #9BE055;
    color: #FFFFFF;
}

.re-tag--green.re-tag--active::before {
    background-color: #FFFFFF;
}

.re-tag--orange::before {
    background-color: #FF9900;
}

.re-tag--orange:active {
    background-color: #FF9900;
    color: #FFFFFF;
}

.re-tag--orange:active::before {
    background-color: #FFFFFF;
}

.re-tag--orange.re-tag--active::before {
    background-color: #FF9900;
}

.re-tag--orange.re-tag--active {
    background-color: #FF9900;
    color: #FFFFFF;
}

.re-tag--orange.re-tag--active::before {
    background-color: #FFFFFF;
}

/* ==== */

.re-tag--indigo::before {
    background-color: #4b0082;
}

.re-tag--indigo:active {
    background-color: #4b0082;
    color: #FFFFFF;
}

.re-tag--indigo:active::before {
    background-color: #FFFFFF;
}

.re-tag--indigo.re-tag--active::before {
    background-color: #4b0082;
}

.re-tag--indigo.re-tag--active {
    background-color: #4b0082;
    color: #FFFFFF;
}

.re-tag--indigo.re-tag--active::before {
    background-color: #FFFFFF;
}


/*b-books-list*/
.b-books-list__item--custom {
    position: relative;
}

.b-books-list__item--custom .b-books-list__item-tags {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
}

/*re-map*/
.re-map-static__image {
    overflow-y: scroll;
}

.re-map-static__image img {
    max-width: unset;
}

@media (min-width: 768px) {
    .re-map-static__image {
        overflow-y: unset;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .re-map-static__image img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .re-map-static__info {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}

.re-map-static__info-indicator {
    font-style: normal;
    font-weight: 400;
    font-size: 46px;
    line-height: 50px;
    /* Dark */
    color: #32434D;
}

.re-map-static__info-indicator sup {
    font-size: 28px;
}

.re-map-static__info-hint {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* Gray */
    color: #1B1A1A;
}

@media (min-width: 768px) {
    .re-map-static__info-hint {
        font-size: 13px;
        line-height: 24px;
    }
}

.re-map-static__image + .re-map-static__info {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .re-map-static__image + .re-map-static__info {
        margin-top: 0;
    }
}

/*re-books-list*/
.re-books-list {
    padding: 80px 0;
}

.re-books-list h2 {
    font-size: 34px;
    font-weight: 400;
    margin-top: 0;
}

.re-books-list__title {
    margin-bottom: 50px;
}

.re-books-list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.re-books-list__item {
    margin: 0 15px 30px;
    text-align: center;
    display: block;
}

.re-books-list__item-img {
    margin: 0 0 10px;
    overflow: hidden;
}

.re-books-list__item-img img {
    width: 100%;
    height: auto;
}

.re-books-list__item-text {
    color: #333;
    -webkit-transform: translateX(-28px);
    transform: translateX(-28px);
    line-height: 1.5;
    text-decoration: underline;
}

.re-books-list__item--custom {
    position: relative;
}

.re-books-list__item--custom .re-books-list__item-tags {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
}

.re-books-list__button {
    text-align: center;
}

.re-books-list__button .re-btn {
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .b-books-list__item {
        width: 100%;
    }
}

@media screen and (max-width: 560px) {
    .s-reviews_gray .s-reviews__slider-item {
        background-position: calc(100% - 20px) 0;
        background-size: 100px auto;
    }
}

@media screen and (max-width: 400px) {
    .b-books-list__item-text {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}

@media screen and (max-width: 500px) {
    .b-books-list__item {
        width: 100%;
    }
}

/*re-list*/
.re-list {
    text-align: inherit;
    list-style-type: '一 ';
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0em;
    position: relative;
}

/* .re-list {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .re-list {
    margin-bottom: 40px;
  }
} */

.re-footer .re-list + .re-list {
    margin-top: 24px;
}

.re-list__title {
    font-size: 18px;
    line-height: 24px;
}

@media (min-width: 992px) {
    .re-list__title {
        font-size: 24px;
        line-height: 30px;
    }
}

.re-list__title--color-dark {
    color: #32434D;
}

.re-list__title + .re-list__item {
    margin-top: 16px;
}

@media (min-width: 992px) {
    .re-list__title + .re-list__item {
        margin-top: 24px;
    }
}

.re-list__item {
    display: flex;
    flex-direction: column
}

.re-list__item + .re-list__item {
    margin-top: 16px;
}


.re-list__item a {
    font-size: 14px;
    line-height: 18px;
}

.re-list__item a + a {
    margin-top: 8px;
}

.re-list__icon {
    position: absolute;
    top: 0;
    left: 0;
}

.re-list__item--color-dark {
    color: #32434D;
}

.re-list--socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.re-list--socials .re-list__title + .re-list__item {
    margin-top: 8px;
}

@media (min-width: 521px) {
    .re-list--socials {
        flex-direction: column;
        align-items: flex-start;
    }
}

.re-list--phones,
.re-list--email,
.re-list--address {
    padding-left: 25px;
}

.re-list--phones .re-list__item a,
.re-list--email .re-list__item a,
.re-list--address .re-list__item a {
    font-size: 14px;
    line-height: 16px;
}

.re-footer .re-list--phones + .re-list--email,
.re-footer .re-list--email + .re-list--address {
    margin-top: 16px;
}

.re-footer .re-list--phones .re-list__item + .re-list__item {
    margin-top: 8px;
}

.re-footer .re-list .re-list__title {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}

.re-footer .re-list .re-list__title + .re-socials__list {
    margin-left: 8px;
}

@media (min-width: 521px) {
    .re-footer .re-list .re-list__title + .re-socials__list {
        margin-left: 0;
        margin-top: 8px;
    }
}

.re-footer .re-collapsible + .re-collapsible__list {
    margin-top: 16px;
}

@media (min-width: 521px) {
    .re-footer .re-collapsible + .re-collapsible__list {
        margin-top: 0px;
    }
}

/* .re-top-panel__menu .re-list + .re-list {
  margin-top: 24px;
} */

.re-top-panel .re-list .re-list__item + .re-list__item {
    margin-top: 4px;
}

.re-top-panel__menu .re-list--phones,
.re-top-panel__menu .re-list--email {
    padding: 0;
}

.re-top-panel__menu .re-list--phones .re-list__item + .re-list__item {
    margin-top: 2px;
}

.re-top-panel__menu .re-list--phones a + a {
    margin-top: 2px;
}

.re-top-panel__menu .re-list--phones + .re-list--email {
    margin-top: 8px;
}

.re-top-panel__menu .re-list--phones + .re-list--email {
    margin-top: 8px;
}

.re-top-panel__menu .re-list--email + .re-list--socials {
    margin-top: 16px;
}

/*re-timeline*/
.re-timeline {
    padding: 0 0 0 63px;
    position: relative;
    padding-bottom: 30px;
    text-align: left;
    border-left: 2px solid transparent;
    margin-left: 10px;
}

@media (min-width: 992px) {
    .re-timeline {
        padding-bottom: 40px;
    }
}

.re-timeline--border {
    border-left: 2px solid #EDF4F9;
}

.re-timeline + .re-timeline {
    margin-top: -17px;
}

.re-timeline::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -10px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    /* Red */
    background: #E40428;
    /* White */
    border: 4px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.re-timeline__header-svg {
    display: none;
    margin: auto 20px;
}

.re-timeline__title {
    /* Mobile/H3 */
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    /* Dark */
    color: #32434D;
}

@media (min-width: 992px) {
    .re-timeline__title {
        font-size: 24px;
        line-height: 30px;
    }
}

.re-timeline__list-title + .re-timeline__list-content ul {
    margin-top: 10px;
}

.re-timeline__header + .re-timeline__list {
    margin-top: 15px;
}

/*re-information*/
.re-information {
    text-align: left;
}

.re-information__text-item {
    /* Mobile / P1 */
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* or 125% */
    /* Dark */
    color: #32434D;
}

.re-information__text-item + .re-information__text-item {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .re-information__text-item {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width: 992px) {
    .re-information__text-item {
        font-size: 18px;
        line-height: 24px;
    }
}

.re-information__decor {
    width: 100%;
    text-align: center;
}

/*re-attention*/
.re-attention {
    background: #D71A21;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    padding: 44px 40px;
}

@media (max-width: 520px) {
    .re-attention {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.re-attention__icon {
    min-width: 100px;
    height: 100px;
}

@media (max-width: 768px) {
    .re-attention__icon {
        min-width: 40px;
        height: 40px;
    }
}

.re-attention > .re-attention__icon {
    margin-right: 50px;
}

@media (max-width: 520px) {
    .re-attention > .re-attention__icon {
        margin-right: 0;
    }
}

.re-attention__text {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 28px;
}

@media (max-width: 768px) {
    .re-attention__text {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 520px) {
    .re-attention__text {
        margin-top: 10px;
    }
}

/*re-collapsible*/
.re-collapsible {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.re-collapsible + .re-collapsible__list {
    margin-top: 16px;
}

.re-collapsible > svg {
    display: block;
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
}

.re-collapsible--active > svg {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

/*direction-cmi*/
.direction-cmi__item--link {
    color: #333333;
}

/*CASES*/

/*re-filter*/
.re-filter-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px 0 0 -10px;
}

.re-filter-tags__item {
    margin: 0 0 0px 10px;
}

@media (max-width: 992px) {
    .re-filter-tags__item {
        margin: 0 0 10px 10px;
    }
}

.re-page-heading + .re-filter-tags {
    margin-top: 30px;
}

.re-page__cookies {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    left: 0;
    display: none;
}

@media (min-width: 769px) {
    .re-page__cookies {
        left: 15px;
    }
}

/*re-js-grid*/
/* .re-js-grid__wrapper {
  padding: 1.5em;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.re-js-grid {
  columns: 1;
  column-gap: 15px;
}
.re-js-grid__item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}

@media (min-width: 521px) {
  .re-js-grid {
    columns: 2;
  }
}

.masonry-item, .masonry-content {
  border-radius: 4px;
  overflow: hidden;
} */
.re-js-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 521px) {
    .re-js-grid {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.re-js-grid__item {
    margin-top: 30px;
    margin-bottom: 30px;
}

.masonry-grid-column {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    margin-bottom: -30px;
}

/*re-likes*/
.re-likes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #32434D;
}

.re-likes__icon {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 12px;
}

.re-likes__icon-svg {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    width: 14px;
    height: 12px;
    position: absolute;
    width: 14px;
    height: 12px;
    top: 2px;
    left: 0;
    right: 0;
}

.re-likes__icon-svg-hover {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    opacity: 0;
    position: absolute;
    width: 14px;
    height: 12px;
    top: 2px;
    left: 0;
    right: 0;
}

.re-likes__icon:hover .re-likes__icon-svg-hover {
    opacity: 1;
}

.re-likes__icon:hover .re-likes__icon-svg {
    opacity: 0;
}

.re-likes.Unlike .re-likes__icon-svg-hover {
    opacity: 1;
}

.re-likes.Unlike .re-likes__icon-svg {
    opacity: 0;
}

.re-likes__counter {
    color: inherit;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.re-likes__icon + .re-likes__counter {
    margin-left: 6px;
}

/*re-promo*/
.re-promo-block {
    position: relative;
}

.re-promo-block:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 253px;
    background-color: #edf4f9;
    border-radius: 4px;
}

.re-promo-block__image {
    position: relative;
    width: 144px;
    height: 101px;
}

.re-promo-block__image-img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
}

.re-promo-block__text {
    font-style: normal;
    color: #32434D;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.re-promo-block__content {
    padding: 15px 20px 25px 20px;
}

.re-promo-block__text + .re-promo-block__button {
    margin-top: 20px;
}

@media (min-width: 521px) {
    .re-promo-block:before {
        height: 234px;
    }

    .re-promo-block__content {
        padding: 15px 43px 25px 43px;
    }

    .re-promo-block__text + .re-promo-block__button {
        margin-top: 25px;
    }
}

@media (min-width: 768px) {
    .re-promo-block .re-promo-block {
        padding-top: 10px;
    }

    .re-promo-block:before {
        height: 154px;
        left: 0;
        right: 0;
        top: 10px;
    }

    .re-promo-block__content {
        padding: 35px 43px 25px 0px;
    }

    .re-promo-block__image {
        width: 193px;
        height: 147px;
        margin-left: 30px;
    }

    .re-promo-block__text {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
    }

    .re-promo-block__text + .re-promo-block__button {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .re-promo-block:before {
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 200px;
    }

    .re-promo-block__content {
        padding: 53px 43px 25px 0px;
    }

    .re-promo-block__image {
        width: 376px;
        height: 266px;
        margin-left: auto;
    }

    .re-promo-block__text {
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
    }
}

@media (min-width: 1200px) {
    .re-promo-block__image {
        width: 350px;
        height: 254px;
    }

    .re-promo-block__image-img {
        bottom: 0;
    }

    .re-promo-block__text {
        font-weight: 300;
        font-size: 32px;
        line-height: 40px;
    }

    .re-promo-block__content {
        padding: 65px 0 0 0;
    }

    .re-promo-block__text + .re-promo-block__button {
        margin-top: 30px;
    }
}


/*re-page-heading*/
.re-page-heading__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.re-page-heading__logo svg {

    width: 178px;
    height: 25px;
}

@media (max-width: 767px) {
    .re-page-heading__logo svg {

        width: 138px;
        height: 19px;
    }
}

@media (min-width: 768px) {
    .re-page-heading__logo svg {
        height: 40px;
    }
}

.re-page-heading__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.re-page-heading__link:hover a {
    border-bottom: 1px solid transparent;
}

.re-page-heading__link a {
    color: #E40428;
    font-style: normal;
    font-weight: normal;
    /* font-size: 12px;
  line-height: 16px; */
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #E40428;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.re-page-heading__link .icon__envelope + a {
    margin-left: 10px;
    fill: #ffffff;
}

.re-page-heading__subtitle {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

.re-page-heading__title + .re-page-heading__subtitle {
    margin-top: 30px;
}

.re-page-heading__logo + .re-page-heading__subtitle {
    margin-top: 20px;
}

.re-page-heading__subtitle + .re-page-heading__link {
    margin-top: 20px;
}

.re-page-heading--pt-20 {
    padding-top: 20px;
}


@media (min-width: 521px) {
    .re-page-heading__subtitle + .re-page-heading__link {
        margin: 4px 0px;
    }
}

@media (max-width: 420px) {
    .re-page-heading__link {
        clear: both;
        margin: 20px 0px 0px;
    }
}

@media (min-width: 768px) {

    /* .re-page-heading--pt-80 {
    padding-top: 80px;
  } */
}

/*re-modal-promo*/
.re-modal-promo {
    padding: 20px;
    background-color: transparent;
    max-width: unset;
    width: 90%;
    overflow: hidden;
    display: none;
}

.re-modal-promo .fancybox-close-small {
    /* right: 0px; */
    top: 25px;
    background-color: #ffffff;
    border-radius: 100%;
}

.page__inner--cases {
    padding-bottom: 50px;
}

@media (min-width: 992px) {
    .page__inner--cases {
        padding-bottom: 95px;
    }
}

/*CASES*/

/*re-animation*/
.re-animation {
    width: 100%;
    height: 105px;
    text-align: left;
}

@media (min-width: 769px) {
    .re-animation {
        height: 159px;
    }
}

.re-animation__image {
    height: 100%;
}

/*re-sticker*/
.re-sticker {
    position: fixed;
    bottom: 0;
    /* border-top: 1px solid #32434D;
  border-left: 1px solid #32434D;
  border-right: 1px solid #32434D; */

    border-radius: 10px 10px 0 0;

    right: 50px;
    /* background-color: #E40428; */
    background-color: #EDF4F9;
    z-index: 20;
    /* -webkit-box-shadow: 0px 4px 30px \rgb(40 43 50/10%);
      box-shadow: 0px 4px 30px \rgb(40 43 50/10%); */
    -webkit-box-shadow: 0px 4px 30px #32434D;
    box-shadow: 0px 4px 30px #32434D;
}

.re-sticker__head {
    position: relative;
    -webkit-transition: padding ease-in-out 600ms;
    transition: padding ease-in-out 600ms;
    cursor: pointer;
    padding: 14px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.re-sticker__head-image {
    left: -10px;
    width: 70px;
    height: 70px;
    position: absolute;
}

.re-sticker__head-image img {
}

.re-sticker__head:hover {
    padding-bottom: 30px;
}

.re-sticker__head-text {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    /* color: #FFFFFF; */
    color: #32434D;
    padding-left: 45px;
}

.re-sticker__head-icon {
    display: block;
}

.re-sticker__head-icon-svg {
    /* fill: #FFFFFF; */
    fill: #32434D;
}

.re-sticker__head-icon + .re-sticker__head-text {
    margin-left: 10px;
}


.re-contacts__list--dark > a {
    color: #6d6e6e;
}

.re-contacts__list--dark > a:hover {
    color: #d71a21;;
}

.re-link {
    cursor: pointer;
}

.re-top-panel.re-top-panel_active #re-cities-link {
    /*color: #ffffff;*/
}

/*re-cities-chooser*/
.re-cities-chooser {
    position: relative;

}

.re-cities-chooser__question {
    position: absolute;
    bottom: -95px;
    left: -45px;
    display: none;
    /* opacity:0; */
    width: 170px;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #EDF4F9;
    background-color: #ffffff;
    transition: all 3ms ease-in-out;
    text-align: center;
}

.re-cities-chooser__question.active {
    display: block;
    /* opacity:1; */
}

.re-cities-chooser__question-item + .re-cities-chooser__question-item {
    margin-top: 10px;
}

.re-cities-chooser__buttons {
    width: 100%;
}

.re-cities-chooser__buttons .re-button--size-xs {
    padding: 2px 20px;
}

.re-cities-chooser__title {
    text-align: center;
}

.re-cities-chooser__title .re-link {
    font-size: 14px;
    line-height: 18px;

}

.re-cities-chooser__buttons .re-button--size-xs + .re-button--size-xs {
    margin-left: 20px;
}

.re-cities-list {
    display: none;
    /* width: 100%; */
}

@media (min-width: 521px) {
    .re-cities-list {
        /* width: 500px; */
    }
}

@media (min-width: 768px) {
    .re-cities-list {
        /* width: 700px; */
    }
}

.re-cities__title + .re-cities-list__ul {
    margin-top: 20px;
}

.re-cities-list__title {
    font-size: 24px;
    font-weight: 400;
}

.re-cities-list__items {
    list-style: none;
    display: block;
    margin-top: 20px;
    max-height: 500px;
    overflow-y: auto;
}

.re-cities-list__items-item {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 5px 0;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    vertical-align: top;
    background: none;
}

.re-cities-list__items-item:hover {
    color: #d71a21;
}

.re-cities-list__items-item--bold {
    font-weight: bold;
}


.re-modal-form--subscribe, .re-modal-form--get-digest {
    padding: 20px;
    max-width: 100%;
    background-color: #EDF4F9;
}

.re-modal-form--subscribe .section, .re-modal-form--get-digest .section {
    margin-top: 0;
}

.re-modal-form--get-digest {
    padding: 20px;
    /* max-width: 100%; */
}

.re-modal-form--get-digest .section {
    padding: 0px;
    /* max-width: 100%; */
}

@media (min-width: 1200px) {
    .re-modal-form--get-digest {
        padding: 20px;
        max-width: 80%;
    }

    .re-modal-form--get-digest .re-form__form {
        padding: 0;
    }
}

/*re-popup*/
.re-popup {
    position: relative;
}

.re-popup--small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.95;
    padding: 8px 36px 8px 15px;
    max-width: 100%;
}

@media (min-width: 769px) {
    .re-popup--small {
        padding: 16px 42px 16px 17px;
        max-width: 551px;
    }
}

.re-popup--small .re-popup__text {
    max-width: 90%;
    font-weight: 400;
    font-size: 9px;
    line-height: 12px;
}

@media (min-width: 521px) {
    .re-popup--small .re-popup__text {
        font-size: 10px;
        line-height: 14px;
    }
}

@media (min-width: 769px) {
    .re-popup--small .re-popup__text {
        font-size: 10px;
        line-height: 14px;
    }
}

.re-popup--small .re-popup__text + .re-popup__button {
    margin-left: 16px;
}

.re-popup--small .re-popup__close {
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 22px;
}

.re-popup--small .re-popup__button {
    /*display: none;*/
}

@media (min-width: 769px) {
    .re-popup--small .re-popup__button {
        display: block;
    }
}

.re-popup--dark {
    background: #32434D;
}

.re-popup--dark .re-popup__text {
    color: #FFFFFF;
}

.re-popup--dark .re-popup__close {
    color: #FFFFFF;
}

.re-popup__close {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

/* .header_phones a {
  color: #a1a8b2;
} */

.re-main {
    position: relative;
}

.re-main__aside {
    /* width: calc(33.33333%); */
    position: fixed;
    top: 82px;
}

.re-main__aside--absolute {
    /* width: calc(33.33333%); */
    position: absolute;
    top: unset;
    bottom: 0px;
}

/* .re-main__aside {
  height: 100vh;

} */

/* .re-main__aside .re-card--aside {
  height: 100vh;
} */

/* .re-main__content {
  margin-left: 0;
  width: auto;
}

@media (min-width: 992px) {
  .re-main__content {
    width: calc(60% - 15px);
    margin-left: calc(41% - 15px);
  }
} */

/*re-cardboard*/
.re-cardboard * {
    will-change: transform;
}

/* .re-cardboard--type-blog {
  height: 440px;
} */

.re-cardboard--type-blog .re-card, .re-cardboard--type-cases .re-card {
    height: 100%;
}

.re-cardboard--type-blog .re-card:hover, .re-cardboard--type-cases .re-card:hover {
    -webkit-filter: drop-shadow(0px 10px 14px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0px 10px 14px rgba(0, 0, 0, 0.05));
}

.section .re-cardboard--type-blog .re-card--blog {
    /* border: 1px solid #CBD8E1; */
    border: 1px solid #EDF4F9;
}

.section .re-cardboard--type-blog .re-card--blog:hover {
    border-color: #CBD8E1;
}

.re-cardboard--type-news .re-card {
    height: initial;
    border: none;
    min-width: 1px;
    width: 100%;
}

@media (max-width: 520px) {
    .re-cardboard--type-news .re-card {
        min-width: 291px;
    }
}

.re-cardboard--type-news .re-card__img {
    height: initial;
}

@media (max-width: 520px) {
    .re-cardboard--type-news .re-card__img {
        height: 160px;
    }
}

.re-cardboard--type-news .re-card__content {
    padding-right: 0;
    padding-left: 0;
}

.re-cardboard--type-news .re-card:hover {
    -webkit-filter: none;
    filter: none;
}

.section--bg-sky .re-cardboard--type-news .re-card {
    background-color: transparent;
}

.section--bg-sky .re-cardboard--type-news .re-card .re-card__footer-inner {
    border-color: #CBD8E1;
}

/* .section--bg-sky .re-cardboard--type-news .re-card:hover {

} */

.re-cardboard .slick-next {
    right: 20px;
}

@media (max-width: 520px) {
    .re-cardboard .slick-next {
        left: 45px;
    }
}

@media (max-width: 991px) {
    .re-cardboard .slick-slider {
        margin: 0px;
    }
}

.re-cardboard .slick-slide {
    margin-right: 15px;
}

@media (max-width: 991px) {
    .re-cardboard .slick-slide {
        padding: 0px;
        width: 345px;
    }
}

@media (max-width: 768px) {
    .re-cardboard .slick-slide {
        width: 231px;
    }
}

@media (max-width: 520px) {
    .re-cardboard .slick-slide {
        min-width: 290px;
        max-width: 291px;
    }
}

@media (max-width: 520px) {
    .re-cardboard .slick-slide {
        max-width: 320px;
    }
}

.re-cardboard .slick-prev {
    left: 20px;
    -webkit-transform: rotate(180deg) translateY(16px);
    transform: rotate(180deg) translateY(16px);
}

@media (max-width: 520px) {
    .re-cardboard .slick-prev {
        left: 0px;
    }
}

.re-cardboard .slick-arrow {
    z-index: 20;
    width: 32px;
    height: 32px;
    background-color: #EB203B;
    border-radius: 4px;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

@media (max-width: 520px) {
    .re-cardboard .slick-arrow {
        top: 113%;
    }
}

.re-cardboard .slick-arrow.slick-disabled {
    -webkit-transform: rotate(180deg) translateY(16px);
    transform: rotate(180deg) translateY(16px);
    opacity: 0.9;
    background: #EDF4F9;
}

.re-cardboard .slick-arrow.slick-disabled.slick-prev {
    will-change: transform;
    -webkit-transform: rotate(0deg) translateY(-16px);
    transform: rotate(0deg) translateY(-16px);
}

.re-cardboard .slick-arrow.slick-disabled::before {
    background-repeat: no-repeat !important;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.82783 7.00023L7.77783 2.05023L6.36383 0.63623L-0.000167847 7.00023L6.36383 13.3642L7.77783 11.9502L2.82783 7.00023Z' fill='%238B9BA7'/%3E%3C/svg%3E%0A");
}

.re-cardboard .slick-arrow::before {
    color: #FFFFFF;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 32px;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='white'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.17168 6.99999L0.22168 2.04999L1.63568 0.635986L7.99968 6.99999L1.63568 13.364L0.22168 11.95L5.17168 6.99999Z' /%3E%3C/svg%3E%0A");
}


/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    /*background: transparent;*/
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

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

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

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

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

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

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

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

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

.slick-slide img {
    display: block;
}

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

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

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

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

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


.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

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

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

@media (max-width: 768px) {
    .achievement {
        padding-bottom: 48px;
        margin: 0;
    }
}

.achievement__card {
    padding: 40px 30px;
    border-radius: 4px;
    background: #EDF4F9;
    min-height: 240px;
}

@media (max-width: 991px) {
    .achievement__card {
        padding: 40px 24px;
    }
}

.achievement__card-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}

@media (max-width: 991px) {
    .achievement__card-title {
        font-size: 18px;
        line-height: 24px;
    }
}

.achievement__card-link {
    font-size: 12px;
    line-height: 16px;
    color: #D71A21;
    border-bottom: 1px solid #D71A21;
    text-transform: uppercase;
}

.achievement__card-link:hover {
    border-bottom: none;
}

.achievement__card-shell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33% - 30px);
    flex: 0 0 calc(33% - 30px);
    margin: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    .achievement__card-shell {
        height: 210px;
        width: 221px;
        margin: 0;
    }

    .achievement__card-shell + .achievement__card-shell {
        margin-left: 24px;
    }
}

.achievement__card-shell img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 4px;
}

.achievement__card-shell:first-child, .achievement__card-shell:nth-child(10) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 991px) {
    .achievement__card-shell:first-child, .achievement__card-shell:nth-child(10) {
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
    }
}

.achievement__card-shell:first-child > *, .achievement__card-shell:nth-child(10) > * {
    width: 225px;
    height: 260px;
}

@media (max-width: 991px) {
    .achievement__card-shell:first-child > *, .achievement__card-shell:nth-child(10) > * {
        height: 100%;
        width: 100%;
    }
}

.achievement__card-shell:nth-child(4) > * {
    height: 220px;
}

@media (max-width: 991px) {
    .achievement__card-shell:nth-child(4) > * {
        height: 100%;
        width: 100%;
    }
}

.achievement__card-shell:nth-child(5) > * {
    height: 240px;
}

@media (max-width: 991px) {
    .achievement__card-shell:nth-child(5) > * {
        height: 100%;
        width: 100%;
    }
}

.achievement__card-shell:nth-child(6) > * {
    height: 290px;
    width: 255px;
}

@media (max-width: 991px) {
    .achievement__card-shell:nth-child(6) > * {
        height: 100%;
        width: 100%;
    }
}

.achievement__card-shell:nth-child(7) > * {
    margin-top: -65px;
    height: 220px;
}

@media (max-width: 991px) {
    .achievement__card-shell:nth-child(7) > * {
        margin-top: 0;
        height: 100%;
    }
}

.achievement__card-shell:nth-child(8) > * {
    margin-top: -45px;
    height: 220px;
}

@media (max-width: 991px) {
    .achievement__card-shell:nth-child(8) > * {
        margin-top: 0;
        height: 100%;
    }
}

.achievement__card-shell:nth-child(10) > * {
    margin-top: -65px;
}

@media (max-width: 991px) {
    .achievement__card-shell:nth-child(10) > * {
        margin-top: 0;
    }
}

.achievement__card-shell:nth-child(11) > * {
    margin-top: -45px;
    height: 200px;
}

@media (max-width: 991px) {
    .achievement__card-shell:nth-child(11) > * {
        margin-top: 0;
        height: 100%;
    }
}

.achievement .slick-arrow {
    top: initial;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
}

.achievement .slick-next {
    left: 42px;
}

.achievement .slick-prev {
    left: 0px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.achievement .slick-arrow {
    z-index: 20;
    width: 32px;
    height: 32px;
    background-color: #E40428;
    border-radius: 4px;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.achievement .slick-arrow.slick-disabled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.9;
    background: #EDF4F9;
}

.achievement .slick-arrow.slick-disabled.slick-prev {
    will-change: transform;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.achievement .slick-arrow.slick-disabled::before {
    background-repeat: no-repeat !important;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.82783 7.00023L7.77783 2.05023L6.36383 0.63623L-0.000167847 7.00023L6.36383 13.3642L7.77783 11.9502L2.82783 7.00023Z' fill='%238B9BA7'/%3E%3C/svg%3E%0A");
}

.achievement .slick-arrow::before {
    color: #FFFFFF;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 32px;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='white'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.17168 6.99999L0.22168 2.04999L1.63568 0.635986L7.99968 6.99999L1.63568 13.364L0.22168 11.95L5.17168 6.99999Z' /%3E%3C/svg%3E%0A");
}

.action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.action__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33% - 30px);
    flex: 0 0 calc(33% - 30px);
    margin: 15px;
}

@media (max-width: 768px) {
    .action__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
    }
}

.action__item-text {
    font-size: 18px;
    line-height: 24px;
}

.action__item-icon + .action__item-text {
    margin-top: 20px;
}

@media (max-width: 520px) {
    .action__item-icon svg {
        width: 94px;
        height: 70px;
    }
}

@media (max-width: 991px) {
    .calendar .row > * + * {
        margin-top: 40px;
    }
}

.calendar__card + .calendar__link-shell {
    margin-top: 36px;
}

@media (max-width: 991px) {
    .calendar__card + .calendar__link-shell {
        margin-top: 20px;
    }
}

.calendar__link {
    display: inline;
    color: #E40428;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #E40428;
}

.calendar__link-shell {
    /* padding-left: 31px; */
}

.calendar__link::after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: -5px;
    left: -31px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.606 6.995C19.53 6.697 19.314 6.472 19.067 6.403C18.63 6.28 16.5 6 12 6C7.5 6 5.372 6.28 4.931 6.403C4.687 6.471 4.471 6.696 4.394 6.995C4.285 7.419 4 9.196 4 12C4 14.804 4.285 16.58 4.394 17.006C4.47 17.303 4.686 17.528 4.932 17.596C5.372 17.72 7.5 18 12 18C16.5 18 18.629 17.72 19.069 17.597C19.313 17.529 19.529 17.304 19.606 17.005C19.715 16.581 20 14.8 20 12C20 9.2 19.715 7.42 19.606 6.995ZM21.543 6.498C22 8.28 22 12 22 12C22 12 22 15.72 21.543 17.502C21.289 18.487 20.546 19.262 19.605 19.524C17.896 20 12 20 12 20C12 20 6.107 20 4.395 19.524C3.45 19.258 2.708 18.484 2.457 17.502C2 15.72 2 12 2 12C2 12 2 8.28 2.457 6.498C2.711 5.513 3.454 4.738 4.395 4.476C6.107 4 12 4 12 4C12 4 17.896 4 19.605 4.476C20.55 4.742 21.292 5.516 21.543 6.498ZM10 15.5V8.5L16 12L10 15.5Z' fill='%23E40428'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
}

.calendar__link:hover {
    border-bottom: 0px solid #E40428;
}

.calendar__card {
    padding: 64px 32px;
    background-size: cover;
    background-position: bottom right;
    position: relative;
    min-height: 423px;
}

@media (max-width: 520px) {
    .calendar__card {
        background-position: center;
    }
}
/*
.calendar__card__main {
    background: url('/img/gmk-events-2022.png') center center;
    background-size: cover;
}

@media (max-width: 521px) {
    .calendar__card__main {
        background: url('/img/gmk-events-2022-mob.png') center center !important;
        background-size: cover !important;
        background-position:center !important;
    }
}
*/
.calendar__card-date {
    color: #E40428;
    text-transform: uppercase;
    font-weight: 600;
}

@media (min-width: 320px) {
    .calendar__card-date {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 20px;
    }
}

@media (min-width: 521px) {
    .calendar__card-date {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 20px;
    }
}

@media (min-width: 769px) {
    .calendar__card-date {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 20px;
    }
}

@media (min-width: 992px) {
    .calendar__card-date {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 20px;
    }
}

@media (min-width: 1200px) {
    .calendar__card-date {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 20px;
    }
}

.calendar__card-date + .calendar__card-name {
    margin-top: 16px;
}

@media (max-width: 991px) {
    .calendar__card-date + .calendar__card-name {
        margin-top: 24px;
    }
}

@media (max-width: 768px) {
    .calendar__card-date + .calendar__card-name {
        margin-top: 16px;
    }
}

.calendar__card-name {
    max-width: 318px;
    font-weight: 600;
}

@media (min-width: 320px) {
    .calendar__card-name {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 521px) {
    .calendar__card-name {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 769px) {
    .calendar__card-name {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    .calendar__card-name {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 30px;
    }
}

@media (min-width: 1200px) {
    .calendar__card-name {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 30px;
    }
}

.calendar__card-name + .calendar__card-desc {
    margin-top: 24px;
}

@media (max-width: 991px) {
    .calendar__card-name + .calendar__card-desc {
        margin-top: 12px;
    }
}

@media (max-width: 768px) {
    .calendar__card-name + .calendar__card-desc {
        margin-top: 16px;
    }
}

.calendar__card-desc {
    max-width: 318px;
    font-weight: 600;
}

@media (min-width: 320px) {
    .calendar__card-desc {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 521px) {
    .calendar__card-desc {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 769px) {
    .calendar__card-desc {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 992px) {
    .calendar__card-desc {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 1200px) {
    .calendar__card-desc {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

.calendar__card-desc + .calendar__card-button {
    margin-top: 32px;
}

@media (max-width: 991px) {
    .calendar__card-desc + .calendar__card-button {
        margin-top: 24px;
    }
}

@media (max-width: 768px) {
    .calendar__card-desc + .calendar__card-button {
        margin-top: 16px;
    }
}

.calendar__card-tag {
    position: absolute;
    top: 24px;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    right: 24px;
    padding: 5px 10px;
    background: #E40428;
    color: #FFFFFF;
    border-radius: 22px;
}

@media (max-width: 520px) {
    .calendar__card-tag {
        top: 16px;
        right: 16px;
    }
}

/* .calendar__card-btn {
  padding: 11px 58px 9px 24px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 4px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  background: #E40428;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
} */

/* .calendar__card-btn:hover {
  background: #BB0D14;
} */

/* .calendar__card-btn::after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.004 9.414L7.39703 18.021L5.98303 16.607L14.589 8H7.00403V6H18.004V17H16.004V9.414Z' fill='white'/%3E%3C/svg%3E%0A");
} */

@media (max-width: 1199px) {
    .calendar__card {
        padding: 60px 30px;
        min-height: 270px;
    }
}

@media (max-width: 991px) {
    .calendar__card {
        padding: 32px 30px;
    }
}

@media (max-width: 520px) {
    .calendar__card {
        padding: 56px 16px;
        min-height: 360px;
    }
}

.calendar__list-icon + .calendar__list-text {
    margin-left: 10px;
}

.calendar__list-icon {
    min-width: 20px;
    height: 20px;
}
/*
.calendar__list-title {
    font-weight: 500;
}

@media (min-width: 320px) {
    .calendar__list-title {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 20px;
    }
}

@media (min-width: 521px) {
    .calendar__list-title {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 20px;
    }
}

@media (min-width: 769px) {
    .calendar__list-title {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 20px;
    }
}

@media (min-width: 992px) {
    .calendar__list-title {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 1200px) {
    .calendar__list-title {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}
*/
.calendar__list-title + .calendar__list-subtitle {
    margin-top: 8px;
}

.calendar__list-subtitle {
    font-size: 14px;
    line-height: 18px;
}

.calendar__list-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.calendar__list-header + .calendar__list-show {
    margin-top: -15px;
}

.calendar__list-show + .calendar__list-body {
    margin-top: 24px;
}

.calendar__list-item + .calendar__list-item {
    margin-top: 16px;
}

.calendar__list-item {
    border-bottom: 1px solid #D4DFE8;
    padding-bottom: 13px;
    position: relative;
}

@media (max-width: 991px) {
    .calendar__list-item {
        margin-left: 30px;
    }
}

@media (max-width: 520px) {
    .calendar__list-item {
        margin-left: 0;
    }
}

.calendar__list-show {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.calendar__list-show svg {
    -webkit-transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1), color 0.2s;
    transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1), color 0.2s;
    fill: #E40428;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(90deg) scale(1, 1);
    transform: rotate(90deg) scale(1, 1);
}

.calendar__list-show span {
    border-bottom: 1px solid #D4DFE8;
    width: 100%;
    height: 100%;
    margin-left: -5px;
    z-index: 1;
}

.calendar__list-show--icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #E40428;
    border-radius: 4px;
    z-index: 2;
    cursor: pointer;
}

.calendar__list-show.active svg {
    fill: #E40428;
    -webkit-transform: rotate(90deg) scale(-1, 1);
    transform: rotate(90deg) scale(-1, 1);
}

.calendar__list-item + .calendar__list-btn {
    margin-top: 24px;
}

@media (max-width: 520px) {
    .calendar__list-item + .calendar__list-btn {
        margin-top: 16px;
    }
}

.calendar__list-date {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #8B9BA7;
    font-weight: 600;
}

.calendar__list-date + .calendar__list-name {
    margin-top: 8px;
}

.calendar__list-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

.clients-list {
    padding-bottom: 56px;
}

@media (max-width: 520px) {
    .clients-list {
        padding-top: 24px;
    }
}

.clients-list img {
    cursor: -webkit-grab;
    cursor: grab;
}

.clients-list .slick-arrow {
    top: initial;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
}

.clients-list .slick-next {
    left: 42px;
}

.clients-list .slick-prev {
    left: 0px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 520px) {
    .clients-list .slick-prev {
        left: 0px;
    }
}

.clients-list .slick-arrow {
    z-index: 20;
    width: 32px;
    height: 32px;
    background-color: #E40428;
    border-radius: 4px;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

@media (max-width: 520px) {
    .clients-list .slick-arrow {
        top: 113%;
    }
}

.clients-list .slick-arrow.slick-disabled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.9;
    background: #EDF4F9;
}

.clients-list .slick-arrow.slick-disabled.slick-prev {
    will-change: transform;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.clients-list .slick-arrow.slick-disabled::before {
    background-repeat: no-repeat !important;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.82783 7.00023L7.77783 2.05023L6.36383 0.63623L-0.000167847 7.00023L6.36383 13.3642L7.77783 11.9502L2.82783 7.00023Z' fill='%238B9BA7'/%3E%3C/svg%3E%0A");
}

.clients-list .slick-arrow::before {
    color: #FFFFFF;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 32px;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='white'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.17168 6.99999L0.22168 2.04999L1.63568 0.635986L7.99968 6.99999L1.63568 13.364L0.22168 11.95L5.17168 6.99999Z' /%3E%3C/svg%3E%0A");
}

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

.competencies__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    margin: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 4px;
    padding: 36px 24px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    cursor: pointer;
    background: #FFFFFF;
    min-height: 212px;
}

@media (max-width: 991px) {
    .competencies__item {
        min-height: 230px;
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .competencies__item {
        padding: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 520px) {
    .competencies__item {
        padding: 20px 8px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}

.competencies__item:hover {
    -webkit-box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.05);
}

.competencies__item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #D71A21;
}

@media (max-width: 991px) {
    .competencies__item-title {
        font-size: 18px;
        line-height: 24px;
    }
}

.competencies__item-title + .competencies__item-desc {
    margin-top: 15px;
}

@media (max-width: 520px) {
    .competencies__item-title + .competencies__item-desc {
        margin-top: 8px;
    }
}

.competencies__item-desc {
    font-size: 12px;
    line-height: 20px;
}

.competencies__item-desc + .competencies__item-btn {
    margin-top: 24px;
}

@media (max-width: 520px) {
    .competencies__item-desc + .competencies__item-btn {
        margin-top: 16px;
    }
}

.competencies__item-btn {
    display: none;
}

.film-info {
    position: relative;
    padding: 88px 0px;
}

@media (max-width: 991px) {
    .film-info {
        padding: 0px;
    }
}

.film-info__text {
    font-size: 116px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin-top: -24px;
    -webkit-background-clip: text;
    background-image: url("../images/index/text/text.jpg");
    -webkit-text-fill-color: transparent;
    background-size: 200%;
}

@media (max-width: 1199px) {
    .film-info__text {
        font-size: 98px;
    }
}

@media (max-width: 520px) {
    .film-info__text {
        font-size: 20vw;
    }
}

.film-info__text:before, .film-info__text:after {
    position: absolute;
    content: '';
}

.film-info__title {
    font-weight: 500;
    max-width: 432px;
}

@media (min-width: 320px) {
    .film-info__title {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 26px;
    }
}

@media (min-width: 521px) {
    .film-info__title {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 26px;
    }
}

@media (min-width: 769px) {
    .film-info__title {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 26px;
    }
}

@media (min-width: 992px) {
    .film-info__title {
        font-size: 30px;
        letter-spacing: 0em;
        line-height: 38px;
    }
}

@media (min-width: 1200px) {
    .film-info__title {
        font-size: 36px;
        letter-spacing: 0em;
        line-height: 44px;
    }
}

@media (max-width: 991px) {
    .film-info__title {
        max-width: 100%;
        margin-top: 24px;
    }
}

.film-info__title + .film-info__btn {
    margin-top: 28px;
}

.hero {
    padding-top: 160px;
}

@media (max-width: 1199px) {
    .hero {
        padding-top: 88px;
    }
}

@media (max-width: 768px) {
    .hero {
        padding-top: 56px;
    }
}

.hero__header-title {
    font-weight: 500;
}

@media (min-width: 320px) {
    .hero__header-title {
        font-size: 36px;
        letter-spacing: 0em;
        line-height: 44px;
    }
}

@media (min-width: 521px) {
    .hero__header-title {
        font-size: 36px;
        letter-spacing: 0em;
        line-height: 44px;
    }
}

@media (min-width: 769px) {
    .hero__header-title {
        font-size: 50px;
        letter-spacing: 0em;
        line-height: 60px;
    }
}

@media (min-width: 992px) {
    .hero__header-title {
        font-size: 70px;
        letter-spacing: 0em;
        line-height: 80px;
    }
}

@media (min-width: 1200px) {
    .hero__header-title {
        font-size: 90px;
        letter-spacing: 0em;
        line-height: 110px;
    }
}

.hero__header-title + .hero__header-subtitle {
    margin-top: 29px;
}

@media (max-width: 991px) {
    .hero__header-title + .hero__header-subtitle {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .hero__header-title + .hero__header-subtitle {
        margin-top: 24px;
    }
}

@media (max-width: 520px) {
    .hero__header-title + .hero__header-subtitle {
        margin-top: 16px;
    }
}

.hero__header-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
}

@media (min-width: 320px) {
    .hero__header-subtitle {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 521px) {
    .hero__header-subtitle {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 769px) {
    .hero__header-subtitle {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    .hero__header-subtitle {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 30px;
    }
}

@media (min-width: 1200px) {
    .hero__header-subtitle {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 30px;
    }
}

@media (max-width: 768px) {
    .hero__header-subtitle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.hero__header-subtitle p {
    width: 100%;
    max-width: 50%;
}

@media (max-width: 768px) {
    .hero__header-subtitle p {
        max-width: 100%;
    }
}

.hero__header-subtitle p + a {
    margin-top: 16px;
}

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

.hero__header-about span {
    color: #32434D;
}

.hero__header-btn {
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
    -webkit-box-shadow: 0 0 0 15px rgba(228, 4, 40, 0);
    box-shadow: 0 0 0 15px rgba(228, 4, 40, 0);
    background: #E40428;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 25px;
}

.hero__header-btn svg {
    margin-left: 5px;
}

.hero__header + .hero__img-shell {
    margin-top: 64px;
}

@media (max-width: 991px) {
    .hero__header + .hero__img-shell {
        margin-top: 44px;
    }
}

.hero__img-shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 500px;
}

@media (max-width: 1199px) {
    .hero__img-shell {
        height: 450px;
    }
}

@media (max-width: 991px) {
    .hero__img-shell {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .hero__img-shell {
        height: 250px;
    }
}

@media (max-width: 520px) {
    .hero__img-shell {
        height: 200px;
    }
}

.hero__img {
    width: 80%;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero__img-item {
    min-width: 1110px;
    height: 100%;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .hero__img-item {
        min-width: 944px;
    }
}

@media (max-width: 991px) {
    .hero__img-item {
        min-width: 721px;
    }
}

@media (max-width: 768px) {
    .hero__img-item {
        min-width: 491px;
    }
}

.hero__img-shell + .hero__facts {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .hero__img-shell + .hero__facts {
        margin-top: 32px;
    }
}

@media (max-width: 520px) {
    .hero__img-shell + .hero__facts {
        margin-top: 24px;
    }
}

.hero__facts-value {
    font-weight: 500;
}

@media (min-width: 320px) {
    .hero__facts-value {
        font-size: 36px;
        letter-spacing: 0em;
        line-height: 44px;
    }
}

@media (min-width: 521px) {
    .hero__facts-value {
        font-size: 36px;
        letter-spacing: 0em;
        line-height: 44px;
    }
}

@media (min-width: 769px) {
    .hero__facts-value {
        font-size: 36px;
        letter-spacing: 0em;
        line-height: 44px;
    }
}

@media (min-width: 992px) {
    .hero__facts-value {
        font-size: 50px;
        letter-spacing: 0em;
        line-height: 60px;
    }
}

@media (min-width: 1200px) {
    .hero__facts-value {
        font-size: 50px;
        letter-spacing: 0em;
        line-height: 60px;
    }
}

@media (min-width: 320px) {
    .hero__facts-name {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 20px;
    }
}

@media (min-width: 521px) {
    .hero__facts-name {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 20px;
    }
}

@media (min-width: 769px) {
    .hero__facts-name {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 992px) {
    .hero__facts-name {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 1200px) {
    .hero__facts-name {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

.row + .hero__facts-link {
    margin-top: 55px;
}

@media (max-width: 520px) {
    .row + .hero__facts-link {
        margin-top: 79px;
    }
}

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

@media (max-width: 520px) {
    .hero__facts-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

.hero__facts-link img
    /* .hero__facts-link svg */
{
    width: 82px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.hero__facts-link img + a,
.hero__facts-link svg + a {
    margin-left: 10px;
}

@media (max-width: 520px) {
    .hero__facts-link img + a,
    .hero__facts-link svg + a {
        margin-left: 0;
        margin-top: 10px;
    }
}

.hero__facts-link a {
    display: inline-block;
    color: #E40428;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #E40428;
    transition: all 0.3s ease-in-out;;
}

@media (max-width: 520px) {
    .hero__facts-link a {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}

.hero__facts-link a:hover {
    border-color: transparent;
}

.hero__facts .slick-next {
    right: 20px;
}

@media (max-width: 520px) {
    .hero__facts .slick-next {
        left: 60px;
    }
}

.hero__facts .slick-prev {
    left: 15px;
    -webkit-transform: rotate(180deg) translateY(16px);
    transform: rotate(180deg) translateY(16px);
}

.hero__facts .slick-arrow {
    z-index: 20;
    width: 32px;
    height: 32px;
    background: #E40428;
    border-radius: 4px;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

@media (max-width: 520px) {
    .hero__facts .slick-arrow {
        top: 125%;
    }
}

.hero__facts .slick-arrow.slick-disabled {
    -webkit-transform: rotate(180deg) translateY(16px);
    transform: rotate(180deg) translateY(16px);
    opacity: 0.9;
}

.hero__facts .slick-arrow.slick-disabled.slick-prev {
    -webkit-transform: rotate(0deg) translateY(-16px);
    transform: rotate(0deg) translateY(-16px);
}

.hero__facts .slick-arrow.slick-disabled::before {
    background: #EDF4F9;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.82783 7.00023L7.77783 2.05023L6.36383 0.63623L-0.000167847 7.00023L6.36383 13.3642L7.77783 11.9502L2.82783 7.00023Z' fill='%238B9BA7'/%3E%3C/svg%3E%0A");
}

.hero__facts .slick-arrow::before {
    color: #FFFFFF;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 32px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.17168 6.99999L0.22168 2.04999L1.63568 0.635986L7.99968 6.99999L1.63568 13.364L0.22168 11.95L5.17168 6.99999Z' fill='white'/%3E%3C/svg%3E%0A");
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #e43d04;
        box-shadow: 0 0 0 0 #e43d04;
    }
    65% {
        -webkit-box-shadow: 0 0 0 10px rgba(228, 4, 40, 0);
        box-shadow: 0 0 0 10px rgba(228, 4, 40, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(228, 4, 40, 0);
        box-shadow: 0 0 0 10px rgba(228, 4, 40, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #e43d04;
        box-shadow: 0 0 0 0 #e43d04;
    }
    65% {
        -webkit-box-shadow: 0 0 0 10px rgba(228, 4, 40, 0);
        box-shadow: 0 0 0 10px rgba(228, 4, 40, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(228, 4, 40, 0);
        box-shadow: 0 0 0 10px rgba(228, 4, 40, 0);
    }
}


.section + .section {
    margin-top: 72px;
}

@media (max-width: 520px) {
    .section + .section {
        margin-top: 56px;
    }
}

.section + .section--mt-30 {
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .section + .section--mt-30 {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .section + .section--mt-30 {
        margin-top: 64px;
    }
}

@media (max-width: 768px) {
    .section + .section--mt-30 {
        margin-top: 48px;
    }
}

@media (max-width: 520px) {
    .section + .section--mt-30 {
        margin-top: 40px;
    }
}

.section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section__header-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
}

@media (max-width: 1199px) {
    .section__header-title {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 991px) {
    .section__header-title {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (max-width: 768px) {
    .section__header-title {
        font-size: 20px;
        line-height: 26px;
    }
}

.section__header-action {
    display: inline-block;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 520px) {
    .section__header-action--d-none {
        display: none;
    }
}

.section--bg-grey {
    padding: 64px 0px;
    background: #EDF4F9;
}

@media (max-width: 991px) {
    .section--bg-grey {
        padding: 56px 0px;
    }
}

@media (max-width: 768px) {
    .section--bg-grey {
        padding: 40px 0px;
    }
}

.section__body + .section__footer {
    margin-top: 30px;
}
/*
.section__footer--md {
    display: none;
}

@media (max-width: 520px) {
    .section__footer--md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
    }
}
*/
/* .section__header + .section__body {
  margin-top: 47px;
} */

.section__header + .section__subtitle {
    margin-top: 16px;
}

@media (min-width: 768px) {
    .section__header + .section__subtitle {
        margin-top: 24px;
    }
}

@media (min-width: 992px) {
    .section__header + .section__subtitle {
        margin-top: 18px;
    }
}

@media (min-width: 1200px) {
    .section__header + .section__subtitle {
        margin-top: 24px;
    }
}

@media (min-width: 320px) {
    .section__subtitle {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 20px;
    }
}

@media (min-width: 521px) {
    .section__subtitle {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 20px;
    }
}

@media (min-width: 769px) {
    .section__subtitle {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 992px) {
    .section__subtitle {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 1200px) {
    .section__subtitle {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}
/*
.section__subtitle + .section__body {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .section__subtitle + .section__body {
        margin-top: 32px;
    }
}

@media (max-width: 768px) {
    .section__subtitle + .section__body {
        margin-top: 24px;
    }
}
*/
.slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #32434d;
}

.slider__text-wrap {
    position: relative;
    overflow: hidden;
    width: 50vw;
    height: 100vh;
}

.slider__img-wrap {
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 100vh;
}

.slider-dots {
    position: absolute;
    top: 88px;
    z-index: 20;
    font-family: "LabGrotesque", sans-serif;
    color: #FFFFFF;
    left: calc((100vw - 1110px) / 2);
}

@media (max-width: 1199px) {
    .slider-dots {
        left: calc((100vw - 944px) / 2);
    }
}

@media (max-width: 991px) {
    .slider-dots {
        left: calc((100vw - 721px) / 2);
    }
}

@media (max-width: 768px) {
    .slider-dots {
        left: calc((100vw - 491px) / 2);
    }
}

@media (max-width: 520px) {
    .slider-dots {
        left: calc((100vw - 290px) / 2);
    }
}

.slider-dots__title {
    font-family: "LabGrotesque", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .slider-dots__title {
        position: static;
        color: #333;
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
    }
}

.slider-dots__title + .slider-dots__item {
    margin-top: 64px;
}

.slider-dots__item + .slider-dots__item {
    margin-top: 32px;
}

.slider-dots__item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.8;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
}

.slider-dots__item span {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slider-dots__item.active {
    opacity: 1 !important;
}

.slider-dots__item.active .slider-dots__item--arrow {
    opacity: 1;
    -webkit-transform: translate(125%, -50%);
    transform: translate(125%, -50%);
}

.slider-dots__item.active span {
    font-size: 22px;
}

.slider-dots__item--arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    right: 0;
    opacity: 0;
    width: 24px;
    height: 24px;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out 0.1s;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out 0.1s;
    transition: opacity 0.3s ease-in-out, transform 0.6s ease-in-out 0.1s;
    transition: opacity 0.3s ease-in-out, transform 0.6s ease-in-out 0.1s, -webkit-transform 0.6s ease-in-out 0.1s;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.9201 11.6199C17.8725 11.4972 17.8012 11.385 17.7101 11.2899L12.7101 6.28994C12.6169 6.1967 12.5062 6.12274 12.3844 6.07228C12.2625 6.02182 12.132 5.99585 12.0001 5.99585C11.7338 5.99585 11.4784 6.10164 11.2901 6.28994C11.1969 6.38318 11.1229 6.49387 11.0725 6.61569C11.022 6.73751 10.996 6.86808 10.996 6.99994C10.996 7.26624 11.1018 7.52164 11.2901 7.70994L14.5901 10.9999H4.70723C4.44201 10.9999 4.18766 11.1053 4.00012 11.2928C3.81259 11.4804 3.70723 11.7347 3.70723 11.9999C3.70723 12.2652 3.81259 12.5195 4.00012 12.707C4.18766 12.8946 4.44201 12.9999 4.70723 12.9999H14.5901L11.2901 16.2899C11.1964 16.3829 11.122 16.4935 11.0712 16.6154C11.0205 16.7372 10.9943 16.8679 10.9943 16.9999C10.9943 17.132 11.0205 17.2627 11.0712 17.3845C11.122 17.5064 11.1964 17.617 11.2901 17.7099C11.3831 17.8037 11.4937 17.8781 11.6155 17.9288C11.7374 17.9796 11.8681 18.0057 12.0001 18.0057C12.1321 18.0057 12.2628 17.9796 12.3847 17.9288C12.5065 17.8781 12.6171 17.8037 12.7101 17.7099L17.7101 12.7099C17.8012 12.6148 17.8725 12.5027 17.9201 12.3799C18.0201 12.1365 18.0201 11.8634 17.9201 11.6199Z' fill='white'/%3E%3C/svg%3E%0A");
}

.slider-dots__item span {
    margin-right: 10px;
    font-weight: normal;
}

@media (min-width: 320px) {
    .slider-dots__item span {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 521px) {
    .slider-dots__item span {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 769px) {
    .slider-dots__item span {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 992px) {
    .slider-dots__item span {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 1200px) {
    .slider-dots__item span {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

.slider__img {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    z-index: auto;
    height: 100vh;
    overflow: hidden;
}

.slider__img::after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 63, 73, 0.5)), color-stop(61.25%, rgba(46, 63, 73, 0.1)));
    background: -webkit-linear-gradient(top, rgba(46, 63, 73, 0.5) 0%, rgba(46, 63, 73, 0.1) 61.25%);
    background: linear-gradient(180deg, rgba(46, 63, 73, 0.5) 0%, rgba(46, 63, 73, 0.1) 61.25%);
}

.slider__img img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}

.slider__img {
    z-index: auto;
    height: 100vh;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.slider__img.active {
    opacity: 1;
}

.slider.disable .slider__img:last-child {
    opacity: 1;
}

.slider.disable .slider__text:last-child {
    opacity: 1;
    visibility: visible;
}

.slider__text {
    color: #FFFFFF;
    font-family: "LabGrotesque", sans-serif;
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 100%;
    height: 100vh;
    padding-left: 50px;
    padding-right: 20px;
    background-color: #32434d;
    padding-top: 88px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (max-width: 1199px) {
    .slider__text {
        padding-left: 24px;
    }
}

.slider__text.active {
    opacity: 1;
    visibility: visible;
}

.slider__text-title {
    font-weight: 500;
    max-width: 448px;
}

@media (min-width: 320px) {
    .slider__text-title {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 26px;
    }
}

@media (min-width: 521px) {
    .slider__text-title {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 26px;
    }
}

@media (min-width: 769px) {
    .slider__text-title {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 26px;
    }
}

@media (min-width: 992px) {
    .slider__text-title {
        font-size: 30px;
        letter-spacing: 0em;
        line-height: 38px;
    }
}

@media (min-width: 1200px) {
    .slider__text-title {
        font-size: 36px;
        letter-spacing: 0em;
        line-height: 44px;
    }
}

.slider__text-subtitle {
    margin-top: 30px;
    max-width: 448px;
}

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

.slider__text-item + .slider__text__text-item {
    margin-left: 10px;
}

.slider__text-item {
    max-width: 155px;
    width: 100%;
    margin-top: 44px;
}

@media (min-width: 320px) {
    .slider__text-item {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 521px) {
    .slider__text-item {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 769px) {
    .slider__text-item {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 992px) {
    .slider__text-item {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 1200px) {
    .slider__text-item {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

.slider__text-item span {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

@media (min-width: 320px) {
    .slider__text-item span {
        font-size: 36px;
        letter-spacing: 0em;
        line-height: 44px;
    }
}

@media (min-width: 521px) {
    .slider__text-item span {
        font-size: 36px;
        letter-spacing: 0em;
        line-height: 44px;
    }
}

@media (min-width: 769px) {
    .slider__text-item span {
        font-size: 36px;
        letter-spacing: 0em;
        line-height: 44px;
    }
}

@media (min-width: 992px) {
    .slider__text-item span {
        font-size: 50px;
        letter-spacing: 0em;
        line-height: 60px;
    }
}

@media (min-width: 1200px) {
    .slider__text-item span {
        font-size: 50px;
        letter-spacing: 0em;
        line-height: 60px;
    }
}

.slider__text-btn {
    margin-top: 56px;
}

@media (max-width: 991px) {
    .slider__text-btn {
        margin-top: 50px;
    }
}

.slider--mobile {
    display: none;
}

.slider--mobile__items + .slider--mobile__items {
    margin-top: 8px;
}

@media (max-width: 768px) {
    .slider--mobile__items + .slider--mobile__items {
        margin-top: 24px;
    }
}

.slider--mobile__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.slider--mobile__content {
    padding: 40px 24px;
    padding-right: 0;
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .slider--mobile__content {
        padding: 0;
    }
}

.slider--mobile__content-text {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slider--mobile-numbers .slider__text-btn,
.slider--mobile-numbers .slider--mobile__content-text,
.slider--mobile-numbers .slider__link {
    padding-left: 25px;
}

@media (max-width: 768px) {
    .slider--mobile__content-text, .slider__text-btn {
        display: none;
    }
}

.slider--mobile img {
    width: 220px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 768px) {
    .slider--mobile img {
        display: none;
    }
}

@media (max-width: 991px) {
    .slider {
        display: none;
    }

    .slider--mobile {
        display: block;
    }
}

.slider-dots__title + .slider__link,
svg + .slider__link {
    margin-top: 32px;
}

.slider-dots__title + .slider--mobile__items,
svg + .slider--mobile__items {
    margin-top: 20px;
}

.slider__link {
    color: #333;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    width: 100%;
    max-width: 100%;

    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;

}

@media (max-width: 768px) {
    .slider__link {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
    }
}

.slider__link div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

.slider__link span {
    position: relative;
}

.slider__link span::after {
    position: absolute;
    content: '';
    height: 100%;
    right: -2%;
    opacity: 0;
    width: 18px;
    height: 12px;
    bottom: 0%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(70%, -2%);
    transform: translate(70%, -2%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.9469 4.74646C9.91517 4.66463 9.8676 4.58987 9.8069 4.52646L6.47357 1.19313C6.41141 1.13097 6.33762 1.08167 6.2564 1.04803C6.17519 1.01438 6.08814 0.99707 6.00024 0.99707C5.8227 0.99707 5.65244 1.0676 5.5269 1.19313C5.46475 1.25529 5.41544 1.32908 5.3818 1.4103C5.34816 1.49151 5.33084 1.57856 5.33084 1.66646C5.33084 1.844 5.40137 2.01426 5.5269 2.1398L7.7269 4.33313H1.13832C0.961504 4.33313 0.791935 4.40337 0.666911 4.52839C0.541887 4.65342 0.471649 4.82299 0.471649 4.9998C0.471649 5.17661 0.541887 5.34618 0.666911 5.4712C0.791935 5.59623 0.961504 5.66646 1.13832 5.66646H7.7269L5.5269 7.8598C5.46442 7.92177 5.41482 7.99551 5.38098 8.07675C5.34713 8.15799 5.32971 8.24512 5.32971 8.33313C5.32971 8.42114 5.34713 8.50828 5.38098 8.58952C5.41482 8.67075 5.46442 8.74449 5.5269 8.80646C5.58888 8.86895 5.66261 8.91855 5.74385 8.95239C5.82509 8.98624 5.91223 9.00366 6.00024 9.00366C6.08825 9.00366 6.17538 8.98624 6.25662 8.95239C6.33786 8.91855 6.4116 8.86895 6.47357 8.80646L9.8069 5.47313C9.8676 5.40973 9.91517 5.33497 9.9469 5.25313C10.0136 5.09082 10.0136 4.90877 9.9469 4.74646Z' fill='%23E40428'/%3E%3C/svg%3E%0A");
}

.slider__link:hover {
    color: #E40428;
}

.slider__link:hover span::after {
    -webkit-transform: translate(100%, -25%);
    transform: translate(100%, -25%);
    opacity: 1;
}

.re-announce__title {
    color: #32434D;
}

@media (min-width: 0) {
    .re-announce__title {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 26px;
    }
}

@media (min-width: 320px) {
    .re-announce__title {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 26px;
    }
}

@media (min-width: 521px) {
    .re-announce__title {
        font-size: 26px;
        letter-spacing: 0em;
        line-height: 32px;
    }
}

@media (min-width: 769px) {
    .re-announce__title {
        font-size: 30px;
        letter-spacing: 0em;
        line-height: 38px;
    }
}

@media (min-width: 992px) {
    .re-announce__title {
        font-size: 36px;
        letter-spacing: 0em;
        line-height: 44px;
    }
}

.re-announce__subtitle {
    color: #32434D;
}

@media (min-width: 0) {
    .re-announce__subtitle {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 320px) {
    .re-announce__subtitle {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 521px) {
    .re-announce__subtitle {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 769px) {
    .re-announce__subtitle {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 30px;
    }
}

@media (min-width: 992px) {
    .re-announce__subtitle {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 30px;
    }
}

.re-announce__video {
    height: 163px;
}

@media (min-width: 521px) {
    .re-announce__video {
        height: 276px;
    }
}

@media (min-width: 769px) {
    .re-announce__video {
        height: 335px;
    }
}

@media (min-width: 992px) {
    .re-announce__video {
        height: 257px;
    }
}

@media (min-width: 1200px) {
    .re-announce__video {
        height: 304px;
    }
}

.re-announce__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

@media (min-width: 521px) {
    .re-announce__group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .re-announce__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}

.re-announce__title + .re-announce__link {
    margin-top: 18px;
}

@media (min-width: 992px) {
    .re-announce__title + .re-announce__link {
        margin-top: 24px;
    }
}

.re-announce__link + .re-announce__subtitle {
    margin-top: 48px;
}

.re-announce__subtitle + .re-announce__link {
    margin-top: 18px;
}

@media (min-width: 521px) {
    .re-announce__subtitle + .re-announce__link {
        margin-top: 0px;
    }
}

@media (min-width: 992px) {
    .re-announce__subtitle + .re-announce__link {
        margin-top: 24px;
    }
}

.re-announce__link + .re-announce__video {
    margin-top: 32px;
}

@media (min-width: 992px) {
    .re-announce__link + .re-announce__video {
        margin-top: 0px;
    }
}

.re-announce__video + .re-announce__subtitle {
    margin-top: 32px;
}

@media (min-width: 992px) {
    .re-announce__video + .re-announce__subtitle {
        margin-top: 0px;
    }
}

.re-announce__video + .re-announce__group {
    margin-top: 32px;
}

@media (min-width: 992px) {
    .re-announce__video + .re-announce__group {
        margin-top: 48px;
    }
}

/*Preloader*/
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 999999;
    scroll-behavior: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.preloader.hide {
    opacity: 0;
    visibility: hidden;
}

.preloader__svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.preloader__logo g > * {
    stroke-dashoffset: 1000;
}

.preloader__ball {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 60px;
    margin-right: 20px;
}

.preloader__ball:after,
.preloader__ball .ball {
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.preloader__ball .ball {
    background: #E40428;
    border-radius: 50%;
}

.preloader__ball:after {
    position: absolute;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.205);
    bottom: 0;
    left: 50%;
    opacity: 0.25;
    -webkit-transform: translate(-50%, 30px) rotateX(70deg) scale(1);
    transform: translate(-50%, 30px) rotateX(70deg) scale(1);
}

.preloader--bounce .preloader__ball {
    height: 114px;
}

.preloader--bounce .preloader__ball .ball {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: bounceBall 0.7s cubic-bezier(0, 0, 0.15, 1.01) infinite;
    animation: bounceBall 0.7s cubic-bezier(0, 0, 0.15, 1.01) infinite;
}

.preloader--bounce .preloader__ball:after {
    opacity: 0.1;
    -webkit-transform: translate(-50%, 30px) rotateX(70deg) scale(0);
    transform: translate(-50%, 30px) rotateX(70deg) scale(0);
    -webkit-animation: bounceBallShadow 0.7s cubic-bezier(0.54, -0.24, 0.46, 1.28) infinite;
    animation: bounceBallShadow 0.7s cubic-bezier(0.54, -0.24, 0.46, 1.28) infinite;
}

.preloader--bounce.end .preloader__ball:after {
    -webkit-animation: none;
    animation: none;
    opacity: 0;
}

.preloader--bounce.end .ball {
    -webkit-animation: bounceBallExplode 0.7s cubic-bezier(0, 0, 0.15, 1.01) forwards;
    animation: bounceBallExplode 0.7s cubic-bezier(0, 0, 0.15, 1.01) forwards;
}

.preloader--bounce.end .preloader__logo g > * {
    -webkit-animation: happy-dash 2s ease-in-out normal forwards;
    animation: happy-dash 2s ease-in-out normal forwards;
}

@-webkit-keyframes bounceBallShadow {
    50% {
        opacity: 0.25;
        -webkit-transform: translate(-50%, 30px) rotateX(70deg) scale(0.7);
        transform: translate(-50%, 30px) rotateX(70deg) scale(0.7);
    }
}

@keyframes bounceBallShadow {
    50% {
        opacity: 0.25;
        -webkit-transform: translate(-50%, 30px) rotateX(70deg) scale(0.7);
        transform: translate(-50%, 30px) rotateX(70deg) scale(0.7);
    }
}

@-webkit-keyframes bounceBall {
    0%,
    100% {
        -webkit-transform: translate(0, 54px) scaleY(1) scaleX(1);
        transform: translate(0, 54px) scaleY(1) scaleX(1);
    }
    50% {
        -webkit-animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
        animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
        -webkit-transform: translate(0, 0) scaleY(1) scaleX(1);
        transform: translate(0, 0) scaleY(1) scaleX(1);
    }
    96% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.15, 1.01);
        animation-timing-function: cubic-bezier(0, 0, 0.15, 1.01);
        -webkit-transform: translate(0, 54px) scaleY(1) scaleX(1);
        transform: translate(0, 54px) scaleY(1) scaleX(1);
    }
    98% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.15, 1.01);
        animation-timing-function: cubic-bezier(0, 0, 0.15, 1.01);
        -webkit-transform: translate(0, 54px) scaleY(0.8) scaleX(1.2);
        transform: translate(0, 54px) scaleY(0.8) scaleX(1.2);
    }
}

@keyframes bounceBall {
    0%,
    100% {
        -webkit-transform: translate(0, 54px) scaleY(1) scaleX(1);
        transform: translate(0, 54px) scaleY(1) scaleX(1);
    }
    50% {
        -webkit-animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
        animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
        -webkit-transform: translate(0, 0) scaleY(1) scaleX(1);
        transform: translate(0, 0) scaleY(1) scaleX(1);
    }
    96% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.15, 1.01);
        animation-timing-function: cubic-bezier(0, 0, 0.15, 1.01);
        -webkit-transform: translate(0, 54px) scaleY(1) scaleX(1);
        transform: translate(0, 54px) scaleY(1) scaleX(1);
    }
    98% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.15, 1.01);
        animation-timing-function: cubic-bezier(0, 0, 0.15, 1.01);
        -webkit-transform: translate(0, 54px) scaleY(0.8) scaleX(1.2);
        transform: translate(0, 54px) scaleY(0.8) scaleX(1.2);
    }
}

@-webkit-keyframes bounceBallExplode {
    0% {
        opacity: 0;
    }
    50% {
        -webkit-transform: translate(0, 54px) scale(1);
        transform: translate(0, 54px) scale(1);
    }
    100% {
        -webkit-transform: translate(0, 54px) scale(1);
        transform: translate(0, 54px) scale(1);
        opacity: 1;
    }
}

@keyframes bounceBallExplode {
    0% {
        opacity: 0;
    }
    50% {
        -webkit-transform: translate(0, 54px) scale(1);
        transform: translate(0, 54px) scale(1);
    }
    100% {
        -webkit-transform: translate(0, 54px) scale(1);
        transform: translate(0, 54px) scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes happy-dash {
    0% {
        opacity: 0;
        stroke-dasharray: 500;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        stroke-dashoffset: 1000;
        opacity: 1;
        stroke-dasharray: 1000;
    }
}

@keyframes happy-dash {
    0% {
        opacity: 0;
        stroke-dasharray: 500;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        stroke-dashoffset: 1000;
        opacity: 1;
        stroke-dasharray: 1000;
    }
}

.home-hero {
    padding-top: 56px;
    padding-bottom: 45px;
}

@media (min-width: 521px) {
    .home-hero {
        padding-bottom: 53px;
    }
}

@media (min-width: 768px) {
    .home-hero {
        padding-top: 88px;
    }
}

@media (min-width: 992px) {
    .home-hero {
        padding-bottom: 26px;
    }
}

@media (min-width: 1200px) {
    .home-hero {
        padding-top: 160px;
        padding-bottom: 45px;
    }
}

.home-hero__header-title {
    color: #32434D;
    font-weight: 600;
    margin: 0;
}

@media (min-width: 320px) {
    .home-hero__header-title {
        font-size: 36px;
        letter-spacing: 0em;
        line-height: 44px;
    }
}

@media (min-width: 521px) {
    .home-hero__header-title {
        font-size: 36px;
        letter-spacing: 0em;
        line-height: 44px;
    }
}

@media (min-width: 769px) {
    .home-hero__header-title {
        font-size: 50px;
        letter-spacing: 0em;
        line-height: 60px;
    }
}

@media (min-width: 992px) {
    .home-hero__header-title {
        font-size: 70px;
        letter-spacing: 0em;
        line-height: 80px;
    }
}

@media (min-width: 1200px) {
    .home-hero__header-title {
        font-size: 90px;
        letter-spacing: -1.4px;
        line-height: 110px;
    }
}

.home-hero__header-title + .home-hero__header-subtitle {
    margin-top: 16px;
}

@media (min-width: 521px) {
    .home-hero__header-title + .home-hero__header-subtitle {
        margin-top: 24px;
    }
}

@media (min-width: 768px) {
    .home-hero__header-title + .home-hero__header-subtitle {
        margin-top: 16px;
    }
}

@media (min-width: 992px) {
    .home-hero__header-title + .home-hero__header-subtitle {
        margin-top: 24px;
    }
}

.home-hero__header-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* align-items: center; */
}

@media (min-width: 769px) {
    .home-hero__header-subtitle {
        align-items: center;
    }
}

.home-hero__header-subtitle p,
.home-hero__header-subtitle a {
    font-weight: 600;
}

@media (min-width: 320px) {
    .home-hero__header-subtitle {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 521px) {
    .home-hero__header-subtitle {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 769px) {
    .home-hero__header-subtitle {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    .home-hero__header-subtitle {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 30px;
    }
}

@media (min-width: 1200px) {
    .home-hero__header-subtitle {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 30px;
    }
}

@media (max-width: 768px) {
    .home-hero__header-subtitle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.home-hero__header-subtitle p {
    width: 100%;
    max-width: 50%;
    color: #32434D;
}

@media (max-width: 768px) {
    .home-hero__header-subtitle p {
        max-width: 100%;
    }
}

.home-hero__header-subtitle p + a {
    margin-top: 16px;
}

@media (min-width: 769px) {
    .home-hero__header-subtitle p + a {
        margin-top: 0px;
        margin-right: 29px;
    }
}

.home-hero__header-about {
    color: #32434D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-hero__header-about span {
    color: #32434D;
}

.home-hero__header-btn {
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
    -webkit-box-shadow: 0 0 0 15px rgba(228, 4, 40, 0);
    box-shadow: 0 0 0 15px rgba(228, 4, 40, 0);
    background: #E40428;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 25px;
}

.home-hero__header-btn svg {
    margin-left: 5px;
}

.home-hero__header + .home-hero__img-shell {
    margin-top: 64px;
}

@media (max-width: 991px) {
    .home-hero__header + .home-hero__img-shell {
        margin-top: 44px;
    }
}

.home-hero__img-shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 500px;
}

@media (max-width: 1199px) {
    .home-hero__img-shell {
        height: 450px;
    }
}

@media (max-width: 991px) {
    .home-hero__img-shell {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .home-hero__img-shell {
        height: 250px;
    }
}

@media (max-width: 520px) {
    .home-hero__img-shell {
        height: 200px;
    }
}

.home-hero__img {
    width: 80%;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-hero__img-item {
    min-width: 1110px;
    height: 100%;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .home-hero__img-item {
        min-width: 944px;
    }
}

@media (max-width: 991px) {
    .home-hero__img-item {
        min-width: 721px;
    }
}

@media (max-width: 768px) {
    .home-hero__img-item {
        min-width: 491px;
    }
}

.home-hero__img-shell + .home-hero__facts {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .home-hero__img-shell + .home-hero__facts {
        margin-top: 32px;
    }
}

@media (max-width: 520px) {
    .home-hero__img-shell + .home-hero__facts {
        margin-top: 24px;
    }
}

.home-hero__facts-value {
    font-weight: 600;
    color: #32434D;
}

@media (min-width: 320px) {
    .home-hero__facts-value {
        font-size: 36px;
        letter-spacing: 0em;
        line-height: 44px;
    }
}

@media (min-width: 521px) {
    .home-hero__facts-value {
        font-size: 36px;
        letter-spacing: 0em;
        line-height: 44px;
    }
}

@media (min-width: 769px) {
    .home-hero__facts-value {
        font-size: 36px;
        letter-spacing: 0em;
        line-height: 44px;
    }
}

@media (min-width: 992px) {
    .home-hero__facts-value {
        font-size: 50px;
        letter-spacing: 0em;
        line-height: 60px;
    }
}

@media (min-width: 1200px) {
    .home-hero__facts-value {
        font-size: 50px;
        letter-spacing: 0em;
        line-height: 60px;
    }
}

@media (min-width: 320px) {
    .home-hero__facts-name {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 20px;
    }
}

@media (min-width: 521px) {
    .home-hero__facts-name {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 20px;
    }
}

@media (min-width: 769px) {
    .home-hero__facts-name {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 992px) {
    .home-hero__facts-name {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 1200px) {
    .home-hero__facts-name {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

.home-hero__facts-value + .home-hero__facts-name {
    margin-top: 4px;
}

@media (min-width: 521px) {
    .home-hero__facts-value + .home-hero__facts-name {
        margin-top: 8px;
    }
}

.row + .home-hero__facts-link {
    margin-top: 32px;
}

@media (min-width: 768px) {
    .row + .home-hero__facts-link {
        margin-top: 40px;
    }
}

.home-hero__facts-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 520px) {
    .home-hero__facts-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

.home-hero__facts-link img {
    width: 82px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.home-hero__facts-link img + a {
    margin-left: 10px;
}

@media (max-width: 520px) {
    .home-hero__facts-link img + a {
        margin-left: 0;
        margin-top: 10px;
    }
}

.home-hero__facts-link svg + a {
    margin-left: 10px;
}

@media (max-width: 520px) {
    .home-hero__facts-link svg + a {
        margin-left: 0;
        margin-top: 10px;
    }
}

.home-hero__facts-link a {
    display: inline-block;
    color: #E40428;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #E40428;
}

@media (max-width: 520px) {
    .home-hero__facts-link a {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}

.home-hero__facts-link a:hover {
    border-bottom: 0px solid #E40428;
}

.home-hero__facts .slick-next {
    right: 20px;
}

@media (max-width: 520px) {
    .home-hero__facts .slick-next {
        left: 60px;
    }
}

.home-hero__facts .slick-prev {
    left: 15px;
    -webkit-transform: rotate(180deg) translateY(16px);
    transform: rotate(180deg) translateY(16px);
}

.home-hero__facts .slick-arrow {
    z-index: 20;
    width: 32px;
    height: 32px;
    background: #E40428;
    border-radius: 4px;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

@media (max-width: 520px) {
    .home-hero__facts .slick-arrow {
        top: 125%;
    }
}

.home-hero__facts .slick-arrow.slick-disabled {
    -webkit-transform: rotate(180deg) translateY(16px);
    transform: rotate(180deg) translateY(16px);
    opacity: 0.9;
}

.home-hero__facts .slick-arrow.slick-disabled.slick-prev {
    -webkit-transform: rotate(0deg) translateY(-16px);
    transform: rotate(0deg) translateY(-16px);
}

.home-hero__facts .slick-arrow.slick-disabled::before {
    background: #EDF4F9;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.82783 7.00023L7.77783 2.05023L6.36383 0.63623L-0.000167847 7.00023L6.36383 13.3642L7.77783 11.9502L2.82783 7.00023Z' fill='%238B9BA7'/%3E%3C/svg%3E%0A");
}

.home-hero__facts .slick-arrow::before {
    color: #FFFFFF;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 32px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.17168 6.99999L0.22168 2.04999L1.63568 0.635986L7.99968 6.99999L1.63568 13.364L0.22168 11.95L5.17168 6.99999Z' fill='white'/%3E%3C/svg%3E%0A");
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #e43d04;
        box-shadow: 0 0 0 0 #e43d04;
    }
    65% {
        -webkit-box-shadow: 0 0 0 10px rgba(228, 4, 40, 0);
        box-shadow: 0 0 0 10px rgba(228, 4, 40, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(228, 4, 40, 0);
        box-shadow: 0 0 0 10px rgba(228, 4, 40, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #e43d04;
        box-shadow: 0 0 0 0 #e43d04;
    }
    65% {
        -webkit-box-shadow: 0 0 0 10px rgba(228, 4, 40, 0);
        box-shadow: 0 0 0 10px rgba(228, 4, 40, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(228, 4, 40, 0);
        box-shadow: 0 0 0 10px rgba(228, 4, 40, 0);
    }
}


/*.re-top-panel*/
.re-top-panel__inner {
    padding: 13px 0;
    border-bottom: 1px solid #EDF4F9;
}

@media (min-width: 521px) {
    .re-top-panel__inner {
        padding: 15px 0;
    }
}

@media (min-width: 768px) {
    .re-top-panel__inner {
        padding: 15px 0;
    }
}

.re-top-panel__phone {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #32434D;
}

.re-top-panel__menu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    position: fixed;
    top: 61px;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    transition: 0.5s all;
    color: #32434D;
    background-color: #ffffff;
    padding-top: 32px;
    width: 100%;
    height: 100%;
    text-align: left;
}

.re-top-panel__item {
    display: flex;
    align-items: center;
    /*min-height: 40px;*/
}

.re-top-panel_active {
    background-color: #ffffff;
}

.re-top-panel__logo {
    width: 74px;
    height: 24px;
}

@media (min-width: 768px) {
    .re-top-panel__logo {
        width: 95px;
        height: 30px;
    }
}

.re-top-panel__logo img {
    width: 100%;
    height: 100%;
}

/*Language toggle*/
.re-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.re-toggle__item {
    color: #8B9BA7;
}

.re-toggle__item + .re-toggle__item {
    margin-left: 8px;
}

.re-toggle__item--active {
    color: #32434D;
}

.re-footer .re-list.re-rating {
    margin-bottom: 0;
}


/*re-copyrights*/
.re-copyrights__text {
    font-size: 12px;
    line-height: 16px;
}


/* .re-js-grid__item--height2 { height: 200px; } */

/*CONTENT PART*/
/*re-page_content*/
.re-page_content p {
    margin: 16px 0;
    width: 90%;
    color: #32434D;
    font-weight: 400;
}

@media (min-width: 400px) {
    .re-page_content p {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .re-page_content p {
        width: 74%;
    }
}

.re-page_content ul {
    margin-left: 20px;
}

.re-page_content ul li {
    display: block;
    color: #32434D;
    margin-bottom: 17px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .page--main .re-page {
        height: 100vh;
    }
}

@media (min-width: 400px) {
    .re-page_content ul {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .re-page_content ul {
        width: 65%;
    }

    .re-footer {
        margin-top: -2px;
    }
}

body .video_lifescenes .vi {
    position: initial;
}

.video_lifescenes img {
    top: -30px;
}

body .pace {
    position: fixed;
    top: 0;
}

.scroll-content > .re-top-panel {
    /*display: none;*/
}

.scroller {
    overflow: hidden !important;
}

.video_lifescenes img {

}


.slider--mobile-svg {
    width: 183px;
    height: 31px;
    margin-top: 56px;
    margin-bottom: 32px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='183' height='31' viewBox='0 0 183 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M55.648 1.32324L48.2228 13.4318L40.7975 1.32324H33.6423V30.8853H40.278V12.5258L47.9388 24.3183H48.3405L56.0844 12.3994V30.8853H62.8032V1.32324H55.648Z' fill='%23E40428'/%3E%3Cpath d='M83.6731 13.9165L95.5937 1.32324H87.3511L76.0123 13.7057V1.32324H69.252V30.8853H76.0123V21.8531L79.0946 18.6152L87.8429 30.794L87.9052 30.8853H96.0439L83.6731 13.9165Z' fill='%23E40428'/%3E%3Cpath d='M14.0885 20.0109H22.4004C21.8414 21.181 20.9549 22.1582 19.8514 22.8204C18.4337 23.6884 16.8043 24.1362 15.1483 24.1127C14.0639 24.1574 12.9824 23.969 11.9748 23.5598C10.9673 23.1507 10.0565 22.5301 9.30226 21.7387C7.76632 20.0261 6.96406 17.765 7.07191 15.4527C6.97794 13.1463 7.78428 10.8953 9.31612 9.18766C10.0641 8.3963 10.9683 7.77392 11.9697 7.36121C12.9711 6.9485 14.0472 6.75475 15.1275 6.79264C16.7304 6.76848 18.306 7.21484 19.6644 8.07794C20.5712 8.65638 21.3382 9.43409 21.9086 10.3536H29.4309C28.9305 8.55311 28.0646 6.87851 26.8888 5.43709C25.483 3.70626 23.7031 2.32681 21.687 1.40558C19.5868 0.455826 17.3092 -0.0233094 15.0098 0.000871764C12.9505 -0.0149281 10.9088 0.386227 9.00442 1.18083C7.22302 1.92333 5.60884 3.02486 4.25972 4.41868C2.91418 5.83547 1.85527 7.50572 1.14276 9.33516C0.378227 11.2811 -0.00979248 13.358 -0.000120801 15.4527C-0.0142426 17.5536 0.378777 19.6369 1.15662 21.5842C1.88128 23.4222 2.96239 25.0941 4.33591 26.5007C5.72685 27.8835 7.37498 28.9722 9.18451 29.7034C11.0692 30.4933 13.0882 30.9014 15.1275 30.9045C17.8465 30.9386 20.5219 30.2093 22.8576 28.7974C25.1226 27.4155 26.9606 25.4179 28.1633 23.0311C29.4359 20.4839 30.08 17.6616 30.0404 14.8065V14.371H14.1093L14.0885 20.0109Z' fill='%23E40428'/%3E%3Cpath d='M108.044 1.75244H118.337C124.571 1.75244 128.872 4.99732 128.872 10.6232C128.872 16.6634 123.726 19.7538 117.79 19.7538H110.15V30.5068H108.072L108.044 1.75244ZM117.928 17.8153C123.192 17.8153 126.76 15.0059 126.76 10.6653C126.76 6.10704 123.296 3.72606 118.171 3.72606H110.15V17.8153H117.928Z' fill='%231D1D1B'/%3E%3Cpath d='M134.947 0.516113H136.935V30.5066H134.947V0.516113Z' fill='%231D1D1B'/%3E%3Cpath d='M144.346 22.3731V9.55518H146.334V22.0009C146.334 26.3133 148.724 29.1509 152.894 29.1509C156.946 29.1509 160.063 26.0254 160.063 21.6778V9.55518H162.051V30.5064H160.063V26.6013C159.356 27.9722 158.281 29.1124 156.962 29.8904C155.643 30.6684 154.134 31.0523 152.61 30.9981C147.38 30.9981 144.346 27.395 144.346 22.3731Z' fill='%231D1D1B'/%3E%3Cpath d='M167.799 27.8798L168.977 26.2784C171.075 28.0089 173.684 28.9781 176.388 29.0317C179.159 29.0317 181.368 27.4724 181.368 24.965C181.368 22.4576 178.778 21.5937 175.896 20.7509C172.537 19.7676 168.804 18.7352 168.804 14.9214C168.804 11.5501 171.574 9.12695 175.613 9.12695C178.222 9.18354 180.764 9.98172 182.948 11.4307L181.874 13.1304C179.998 11.8242 177.791 11.0927 175.516 11.0233C172.683 11.0233 170.812 12.5825 170.812 14.7598C170.812 17.0987 173.583 17.9626 176.568 18.8265C179.893 19.7676 183.377 21.0038 183.377 24.7824C183.377 28.5611 180.239 30.907 176.271 30.907C173.198 30.8575 170.224 29.7949 167.799 27.8798Z' fill='%231D1D1B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='183' height='31' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E ");
}

.re-page__cookies {
    display: block;
    transition: all .3s ease-in-out;
}

.re-page__cookies.hide {
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 500px) {
    .home-hero {
        padding-bottom: 10px;
    }

    .video_lifescenes img {
        top: -18px;
    }

    .video_lifescenes .phrases_ls {
        bottom: 2%;
    }

    .re-menu .row > * {
        margin-top: 16px;
    }

    .row + .home-hero__facts-link {
        /*margin-top: 85px;*/
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }

    .home-hero__facts-link .icon__envelope {
        margin-right: 6px;
    }


    .section__body + .section__footer {
        margin-top: 40px;
    }

    .section--md-concat {
        margin-top: 0px !important;
    }

    .video_lifescenes {
        /*display: none;*/
    }
}

@media (max-width: 992px) {
    .slider--mobile img {
        height: initial;
        min-height: 100%;
    }

    .slider--mobile__items {
        align-items: stretch;
    }

    .re-cardboard .slick-arrow {
        top: 100%;
        margin-top: 61px;
    }

    .re-cardboard--d-flex .slick-list {
        display: flex;
    }

    .re-cardboard--d-flex .slick-list .slick-track {
        display: flex;
    }
}

.re-top-panel .re-list .re-list__item + .re-list__item {
    margin-top: 12px;
}


.re-modal-form--video-about-us button {
    border: 2px solid #888;
    border-radius: 40px;
}

.re-modal-form--video-about-us button:after {
    top: 4px;
    right: 3px;
    color: #c3c3c3;
}

.re-modal-form--video-about-us iframe {
    border: 0;
    width: 300px;
    height: 200px;
}

.re-modal-form--video-about-us {
    padding: 0;
    padding-top: 50px;
    background-color: transparent;
}

@media (min-width: 521px) {
    .re-modal-form--video-about-us iframe {
        width: 470px;
        height: 320px;
    }
}


@media (min-width: 769px) {

    .re-modal-form--video-about-us iframe {
        width: 680px;
        height: 440px;
    }
}

@media (min-width: 992px) {

    .re-modal-form--video-about-us iframe {
        width: 880px;
        height: 600px;
    }
}

@media (min-width: 1200px) {

    .re-modal-form--video-about-us iframe {
        width: 1024px;
        height: 600px;
    }

}

.re-link--color-white {
    color: #ffffff !important;
}

.news-card--fix-color {
    color: #333;
}

.news-card--fix-color:hover {
    color: #333;
}

.button--fix-color {
    color: #333;
}

.button--shadow-remove {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.news-card__content--fix-padding-author {
    padding: 20px 20px 8px 20px;
}

.news-card__content--fix-padding-author .news-card__footer-img {
    width: 40px;
    height: 40px;
}

@media (max-width: 1200px) {
    .news-card__content--fix-padding-author .news-card__footer-img {
        width: 32px;
        height: 32px;
    }
}

.news-card__content--fix-padding-author .news-card__footer {
    padding-top: 8px;
}

.section--bg-sky--fix-padding {
    padding-top: 0;
}

.calendar__list-btn {
    margin-top: 0px !important;
    padding-top: 20px;
}

.preloader--bounce .preloader__ball {
    height: 112px;
}

.preloader__svg {
    padding-bottom: 5px;
}

@media (max-width: 767px) {
    .re-form-promo__image--position {
        margin: unset;
        background-position: left;
    }

    .re-form-promo__title--position {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .re-list--margin-top-80 {
        margin-top: 80px;
    }
}

.re-link--margin-top-menu-24 {
    margin-top: 24px;
}

@media (max-width: 520px) {
    .re-footer__menu .re-list--socials .re-list__title + .re-list__item {
        margin-top: 0;
    }

    .re-footer__menu .re-list--socials .re-socials {
        margin-left: 10px;
    }
}

@media (min-width: 768px) {
    .re-list--last-columns-margin + .re-list--last-columns-margin {
        margin-top: 16px;
    }
}

.re-cases-list .row > * {
    margin: 15px 0px;
}

.page__top-panel .re-top-panel {
    background: rgba(255, 255, 255, 1);
}

.achievement__card-link:hover {
    border-bottom: 1px solid #EDF4F9;
}

@media (max-width: 768px) {
    .achievement__card-shell {
        height: 241px;
    }
}

.competencies--fix-height .competencies__item {
    min-height: 232px;
}

@media (min-width: 521px) and (max-width: 991px) {
    .competencies--fix-height .competencies__item {
        min-height: 240px;
    }
}

.page__top-panel-history .re-top-panel {
    z-index: 1000;
}

.section--type-new-main {
    margin-top: -79px;
    z-index: 3;
}

.re-copyrights__margin-top-50 {
    margin-top: 50px;
}

.re-copyrights__margin-top-70 {
    margin-top: 70px;
}

.calendar__card--flex-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.calendar__card-name--bigger {
    font-size: 48px;
    line-height: 40px;
}

.get-study {
    margin-top: 60px;
    background: #EDF4F9;
    text-align: left;
}

.get-study__shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    position: relative;
    padding: 60px 15px;
}

@media (max-width: 768px) {
    .get-study__shell {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 140px;
    }
}

@media (max-width: 768px) {
    .get-study__shell > .get-study__info {
        margin-top: 190px;
    }
}

@media (max-width: 520px) {
    .get-study__shell > .get-study__info {
        margin-top: 180px;
    }
}

.get-study__download {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #D71A21;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

@media (max-width: 520px) {
    .get-study__download {
        font-size: 16px;
    }
}

.get-study__download:before {
    position: absolute;
    width: 0%;
    height: 1px;
    left: 0px;
    bottom: 0px;
    content: '';
    background: #EB203B;
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
}

.get-study__download:hover:before {
    width: 100%;
}

.get-study__download:hover {
    color: #EB203B;
}

.get-study__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    max-width: 446px;
}

@media (max-width: 991px) {
    .get-study__title {
        font-size: 36px;
        line-height: 40px;
    }
}

@media (max-width: 991px) {
    .get-study__title {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 520px) {
    .get-study__title {
        font-size: 30px;
    }
}

.get-study__download + .get-study__title {
    margin-top: 20px;
}

.get-study__title + .get-study__btn {
    margin-top: 50px;
}

.get-study__img {
    position: absolute;
    /*width: 635px;*/
    height: 390px;
    right: -5px;
    top: 10px;
}

@media (max-width: 1199px) {
    .get-study__img {
        /*width: 538px;*/
        height: 386px;
    }
}

@media (max-width: 991px) {
    .get-study__img {
        /*width: 345px;*/
        height: 248px;
        top: 47px;
    }
}

@media (max-width: 768px) {
    .get-study__img {
        /*width: 317px;*/
        height: 220px;
        left: 15px;
        top: 80px
    }
}

.telegram-modal__header {
    padding: 20px 15px 0 0;
    background: #edf4f9;
}

.telegram-modal__wrapper {
    display: flex;
    justify-content: center;
}

.telegram-modal__header + .telegram-modal__content {
    margin-top: 24px;
}

.telegram-modal__content {
    outline: none;
    border: none;
    font-weight: 500;
    border-radius: 0;
}

@media (min-width: 0) {
    .telegram-modal__content {
        width: 290px;
        height: 265px;
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 20px;
    }
}

@media (min-width: 768px) {
    .telegram-modal__content {
        width: 350px;
        height: 277px;
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 20px;
    }

    .telegram-modal__text {
        max-width: 256px;
    }
}

@media (min-width: 1024px) {
    .telegram-modal__content {
        width: 350px;
        height: 283px;
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 1366px) {
    .telegram-modal__content {
        width: 350px;
        height: 283px;
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

.telegram-modal__text + .telegram-modal__button {
    margin-top: 39px;
}

.telegram-modal__button {
    text-transform: uppercase;
}

.telegram-modal__button-link {
    width: 100%;
    padding: 15px;
    text-align: center;
}

.modal-title {
    width: 150px;
    height: 29px;
}

.telegram-modal__header .close {
    position: absolute;
    top: 5px;
    right: 10px;
}

.telegram-modal__header--font tspan {
    font-family: 'Lab Grotesque';
}

.vacancies__item--fix-height {
    height: 100%;
}

.vacancies__item--fix-color {
    background: #F8F8F8;
}

.vacancies__item--disable-hover:hover {
    transform: none;
    box-shadow: none;
}

.team--item-fix-card .team__description {
    width: 100%;
}

@media (max-width: 769px) {
    .team--item-fix-card .team__description {
        padding: 10px;
    }
}

@media (max-width: 991px) and (min-width: 769px) {
    .team--item-fix-card .team__item {
        max-width: 326px;
    }
}

.team--item-fix-card .team__name {
    min-height: 88px;
}


.page__inner--top-fix {
    margin-top: -4px;
}

@media (max-width: 991px) {
    .page__inner--top-fix {
        margin-top: -21px;
    }
}

.re-block--d-none-pager .pager {
    display: none;
}

.section__header--display-unset {
    display: unset;
}

.container--digest-fix {
    margin-top: 50px;
    margin-bottom: 90px;
}

@media (max-width: 991px) {
    .container--digest-fix {
        margin-top: 30px;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .re-button--md-fluid {
        width: 100%;
    }
}

.re-actions__item {
    padding: 48px 0px 0px 56px;
    background-position: top left;
    background-size: 48px;
    background-repeat: no-repeat;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}

@media (max-width: 991px) {
    .re-actions__item {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 768px) {
    .re-actions__item {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 520px) {
    .re-actions__item {
        background-size: 32px;
        padding: 32px 0px 0px 42px;
    }
}

.re-actions__item--number {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #8b9ba7;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1199px) {
    .re-actions__item--number {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 991px) {
    .re-actions__item--number {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (max-width: 768px) {
    .re-actions__item--number {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 768px) {
    .re-actions .row > * + * {
        margin-top: 30px;
    }
}

.row > *:first-child .re-actions__item {
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.0001 38.8799C32.2181 38.8799 38.8801 32.2179 38.8801 23.9999C38.8801 15.7819 32.2181 9.11987 24.0001 9.11987C15.7821 9.11987 9.12012 15.7819 9.12012 23.9999C9.12012 32.2179 15.7821 38.8799 24.0001 38.8799Z' fill='%23E40428'/%3E%3C/svg%3E%0A");
}

.row > *:nth-child(2) .re-actions__item {
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3367 31.8712C15.6096 31.8712 19.0734 28.4074 19.0734 24.1346C19.0734 19.8618 15.6096 16.3979 11.3367 16.3979C7.06391 16.3979 3.6001 19.8618 3.6001 24.1346C3.6001 28.4074 7.06391 31.8712 11.3367 31.8712Z' fill='%23E40428'/%3E%3Cpath d='M36.6634 31.6024C40.9362 31.6024 44.4 28.1386 44.4 23.8658C44.4 19.593 40.9362 16.1292 36.6634 16.1292C32.3906 16.1292 28.9268 19.593 28.9268 23.8658C28.9268 28.1386 32.3906 31.6024 36.6634 31.6024Z' fill='%23E40428'/%3E%3Cpath d='M23.8656 44.4C28.1384 44.4 31.6022 40.9362 31.6022 36.6634C31.6022 32.3906 28.1384 28.9268 23.8656 28.9268C19.5927 28.9268 16.1289 32.3906 16.1289 36.6634C16.1289 40.9362 19.5927 44.4 23.8656 44.4Z' fill='%23E40428'/%3E%3Cpath d='M24.1343 19.0734C28.4072 19.0734 31.871 15.6096 31.871 11.3367C31.871 7.06391 28.4072 3.6001 24.1343 3.6001C19.8615 3.6001 16.3977 7.06391 16.3977 11.3367C16.3977 15.6096 19.8615 19.0734 24.1343 19.0734Z' fill='%23E40428'/%3E%3C/svg%3E%0A");
}

.re-actions--number .row > *:first-child .re-actions__item {
    background-image: none;
}

.re-actions--number .row > *:nth-child(2) .re-actions__item {
    background-image: none;
}

@media (max-width: 991px) {
    .re-actions--number .re-actions__item {
        padding: 36px 0px 0px 42px;
    }
}

@media (max-width: 768px) {
    .re-actions--number .re-actions__item {
        padding: 20px 0px 0px 34px;
    }
}

.re-stage-aside__text {
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 991px) {
    .re-stage-aside__text {
        font-size: 16px;
        line-height: 22px;
    }
}

.re-stage-aside__img {
    width: 100%;
    height: 459px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    margin-top: -200px;
}

@media (max-width: 1199px) {
    .re-stage-aside__img {
        height: 430px;
        margin-top: -170px;
    }
}

@media (max-width: 991px) {
    .re-stage-aside__img {
        height: 323px;
        margin-top: -140px;
    }
}

@media (max-width: 768px) {
    .re-stage-aside__img {
        height: 216px;
        margin-top: -101px;
    }
}

@media (max-width: 520px) {
    .re-stage-aside__img {
        height: 273px;
    }
}

.section--stage {
    padding-top: 72px;
    padding-bottom: 125px;
}

@media (max-width: 1199px) {
    .section--stage {
        padding-bottom: 93px;
    }
}

@media (max-width: 991px) {
    .section--stage {
        padding-top: 56px;
        padding-bottom: 74px;
    }
}

@media (max-width: 768px) {
    .section--stage {
        padding-top: 48px;
        padding-bottom: 56px;
    }
}

@media (min-width: 1440px) {
    .re-top-banner__title span {
        font-size: 42px;
        line-height: 55px;
    }

    .re-top-banner__subtitle span {
        font-size: 20px;
    }
}

.re-top-banner__title {
    padding-left: 4px;
}

.re-top-banner__subtitle {
    padding-left: 5px;
}

.re-top-banner__subtitle span {
    -webkit-box-shadow: -5px 0 0 rgba(255, 255, 255, 0.96), 5px 0 0 rgba(255, 255, 255, 0.96);
    box-shadow: -5px 0 0 rgba(255, 255, 255, 0.96), 5px 0 0 rgba(255, 255, 255, 0.96);
}

.re-top-banner__title span {
    -webkit-box-shadow: -4px 0 0 rgba(255, 255, 255, 0.96), 4px 0 0 rgba(255, 255, 255, 0.96);
    box-shadow: -4px 0 0 rgba(255, 255, 255, 0.96), 4px 0 0 rgba(255, 255, 255, 0.96);
}

.re-top-banner {
    position: relative;
    height: 720px;
    width: calc(100vw - 80px);
    margin: 0 auto;
    padding: 56px 85px;
    height: 100vh;
    min-height: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1199px) {
    .re-top-banner {
        height: 650px;
        padding: 56px 40px;
        width: calc(100vw - 48px);
    }
}

@media (max-width: 991px) {
    .re-top-banner {
        height: 750px;
        width: calc(100vw - 30px);
    }
}

@media (max-width: 520px) {
    .re-top-banner {
        min-height: initial;
        height: 560px;
        padding: 40px 15px;
        width: 100%;
    }
}

.re-top-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(89, 118, 134, 0.5)), to(rgba(50, 67, 77, 0.1)));
    background: -webkit-linear-gradient(bottom, rgba(89, 118, 134, 0.5), rgba(50, 67, 77, 0.1));
    background: linear-gradient(0deg, rgba(89, 118, 134, 0.5), rgba(50, 67, 77, 0.1));
    z-index: -1;
}

.re-top-banner__content {
    z-index: 2;
    margin-top: auto;
}

.re-top-banner__video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.re-top-banner__title {
    padding-left: 6px;
}

.re-top-banner__title span {
    display: inline;
    background-color: rgba(255, 255, 255, 0.96);
    -webkit-box-shadow: -6px 0 0 rgba(255, 255, 255, 0.96), 10px 0 0 rgba(255, 255, 255, 0.96);
    box-shadow: -6px 0 0 rgba(255, 255, 255, 0.96), 10px 0 0 rgba(255, 255, 255, 0.96);
    padding: 0 6px 0 0;
    color: #32434D;
    font-weight: 500;
    font-size: 36px;
    line-height: 47px;
}

@media (max-width: 520px) {
    .re-top-banner__title span {
        font-size: 26px;
        line-height: 36px;
    }
}

.re-top-banner__subtitle {
    padding-left: 8px;
    z-index: 2;
    margin-top: 22px;
}

.re-top-banner__subtitle span {
    display: inline;
    background-color: rgba(255, 255, 255, 0.96);
    -webkit-box-shadow: -8px 0 0 rgba(255, 255, 255, 0.96), 10px 0 0 rgba(255, 255, 255, 0.96);
    box-shadow: -8px 0 0 rgba(255, 255, 255, 0.96), 10px 0 0 rgba(255, 255, 255, 0.96);
    padding: 6px 8px;
    padding-left: 0px;
    color: #32434D;
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 520px) {
    .re-top-banner__subtitle span {
        line-height: 32px;
    }
}

.re-top-banner .button {
    margin-top: 48px;
}

.section__promo {
    font-weight: 500;
    font-size: 56px;
    line-height: 64px;
}

@media (max-width: 1199px) {
    .section__promo {
        font-size: 44px;
        line-height: 56px;
    }
}

@media (max-width: 768px) {
    .section__promo {
        font-size: 36px;
        line-height: 44px;
        padding: 16px 0px;
    }
}

@media (max-width: 520px) {
    .section__promo {
        font-size: 20px;
        line-height: 26px;
    }
}

.section__promo + .section__action {
    margin-top: 64px;
}

@media (max-width: 768px) {
    .section__promo + .section__action {
        margin-top: 48px;
    }
}

@media (max-width: 520px) {
    .section__promo + .section__action {
        margin-top: 32px;
    }
}

.re-project-structure__count {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #8b9ba7;
    opacity: 0.3;
}

@media (max-width: 1199px) {
    .re-project-structure__count {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 991px) {
    .re-project-structure__count {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (max-width: 768px) {
    .re-project-structure__count {
        font-size: 20px;
        line-height: 26px;
    }
}
/*
.re-project-structure__title {
    font-weight: 500;
    font-size: 56px;
    line-height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}

@media (max-width: 768px) {
    .re-project-structure__title {
        position: static;
        margin-bottom: 24px;
    }

    .re-project-structure__title span {
        visibility: hidden;
    }
}

@media (min-width: 521px) {
    .re-project-structure__title {
        top: 56px;
    }
}

@media (max-width: 319px) {
    .re-project-structure__title {
        top: 48px;
    }
}

.re-project-structure__title span {
    display: block;
    width: 31px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='14' viewBox='0 0 31 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.9199 6.62C30.8723 6.49725 30.801 6.38511 30.7099 6.29L25.7099 1.29C25.6167 1.19676 25.506 1.1228 25.3842 1.07234C25.2623 1.02188 25.1318 0.995911 24.9999 0.995911C24.7336 0.995911 24.4782 1.1017 24.2899 1.29C24.1967 1.38324 24.1227 1.49393 24.0723 1.61575C24.0218 1.73758 23.9958 1.86814 23.9958 2C23.9958 2.2663 24.1016 2.5217 24.2899 2.71L27.5899 6H1.70703C1.44181 6 1.18746 6.10536 0.999925 6.2929C0.812388 6.48043 0.707031 6.73479 0.707031 7C0.707031 7.26522 0.812388 7.51957 0.999925 7.70711C1.18746 7.89465 1.44181 8 1.70703 8H27.5899L24.2899 11.29C24.1962 11.383 24.1218 11.4936 24.071 11.6154C24.0203 11.7373 23.9941 11.868 23.9941 12C23.9941 12.132 24.0203 12.2627 24.071 12.3846C24.1218 12.5064 24.1962 12.617 24.2899 12.71C24.3829 12.8037 24.4935 12.8781 24.6153 12.9289C24.7372 12.9797 24.8679 13.0058 24.9999 13.0058C25.1319 13.0058 25.2626 12.9797 25.3845 12.9289C25.5063 12.8781 25.617 12.8037 25.7099 12.71L30.7099 7.71C30.801 7.6149 30.8723 7.50275 30.9199 7.38C31.0199 7.13654 31.0199 6.86346 30.9199 6.62Z' fill='%23E40428'/%3E%3C/svg%3E ");
}

@media (max-width: 991px) {
    .re-project-structure__title {
        font-size: 44px;
        line-height: 56px;
    }
}

@media (max-width: 768px) {
    .re-project-structure__title {
        font-size: 36px;
        line-height: 44px;
    }
}

@media (max-width: 520px) {
    .re-project-structure__title {
        font-size: 20px;
        line-height: 26px;
    }
}

.re-project-structure__content:not(.re-project-structure__content--collapse) {
    pointer-events: none;
}

.re-project-structure__content:not(.re-project-structure__content--collapse) .re-project-structure__name--arrow {
    display: none;
}

.re-project-structure__name {
    font-weight: 500;
    font-size: 24px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 8px;
    line-height: 30px;
    transition: all 0.2s ease-in-out;
}

.re-project-structure__name--arrow {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: none;
}

@media (max-width: 1199px) {
    .re-project-structure__name {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 768px) {
    .re-project-structure__name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .re-project-structure__name--arrow {
        fill: #32434d;
        display: block;
        margin-left: 8px;
        min-width: 24px;
        height: 24px;
    }
}

.re-project-structure__content.active .re-project-structure__name {
    color: #e40428;
}

.re-project-structure__content.active .re-project-structure__name--arrow {
    fill: #e40428;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.re-project-structure__desc {
    font-size: 14px;
    line-height: 18px;
    margin-top: 16px;
}

.re-project-structure__desc-item + .re-project-structure__desc-item {
    margin-top: 8px;
}

@media (max-width: 768px) {
    .re-project-structure__desc {
        display: none;
    }
}

.re-project-structure__content + .re-project-structure__content {
    margin-top: 32px;
}

@media (max-width: 991px) {
    .re-project-structure__content + .re-project-structure__content {
        margin-top: 24px;
    }
}

@media (min-width: 521px) {
    .re-project-structure__title--margin {
        top: 112px;
    }
}

@media (max-width: 319px) {
    .re-project-structure__title--margin {
        top: 96px;
    }
}
*/
.page__inner--build {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .page__inner--build {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .page__inner--build {
        margin-top: 55px;
    }
}

@media (max-width: 520px) {
    .page__inner--build {
        margin-top: 50px;
    }
}

@media (max-width: 282px) {
    .page__inner--build {
        margin-top: 59px;
    }
}

.re-form-promo--transparent .re-form-field-input {
    border: 1px solid #edf4f9;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .section__footer--cases-more-margin {
        margin-top: 48px;
    }

    .re-cases-list--row-margin .re-card {
        margin-top: 0;
    }

    .re-cases-list--row-margin {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 520px) {
    .page__inner--build .re-card {
        margin: 0 15px;
    }
}

.section__footer--cases-flex {
    margin-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.button__text--hover-white:hover {
    color: #ffffff;
}

@media (max-width: 768px) {
    .achievement__card-shell--md-d-none {
        display: none !important;
    }
}

/* список клиентов */

.clients-list--img img {
    /*height: auto;*/
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: unset;
}

.clients-list--img {
    height: 200px;
    max-height: unset;
    min-height: 217px;
    max-width: 160px;
    min-width: 160px;
}

.client-list__buttons {
    display: flex;
}

.clients-list__btn {
    border-radius: 4px;
    border: none;
    outline: none;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -60px;
    transition: .3s ease-in-out;
    z-index: 2;
    margin-right: 10px;
}

.clients-list__btn:hover {
    background: #E40428;
}

.clients-list__btn:hover svg path {
    fill: #fff;
}

.clients-list__btn--next {
    transform: rotate(180deg);
}

.clients-list__btn:focus, .clients-list__btn:active {
    border: none;
    outline: none;
}

#CasesList {
    padding: 0 15px;
}

.section__button--all-cases .button {
    padding-right: 5px;
}

#telegramModal .modal-dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#telegramModal .modal-content {
    max-width: 350px;
    border-radius: 20px;
    background: #DAEDF4;
}

#telegramModal .modal-header {
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none;
}

#telegramModal .modal-header .button-close {
    position: absolute;
    right: 9px;
    top: 9px;
    background: transparent;
    border: none;
}

#telegramModal .modal-header + * {
    margin-top: 16px;
}

@media (max-width: 767px) {
    #telegramModal .modal-header + * {
        margin-top: 24px;
    }
}

#telegramModal .modal-title {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

#telegramModal .modal-image img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

#telegramModal .modal-image + * {
    margin-top: 16px;
}

@media (max-width: 767px) {
    #telegramModal .modal-image + * {
        margin-top: 18px;
    }
}

#telegramModal .modal-footer {
    padding: 0 24px 26px;
    border-top: none;
}

#telegramModal .modal-footer .btn {
    width: 100%;
    min-height: 54px;
    text-transform: uppercase;
}

#telegramModal .modal-body {
    padding: 0 24px 0;
}

#telegramModal .modal-body + * {
    margin-top: 16px;
}

@media (max-width: 767px) {
    #telegramModal .modal-body + * {
        margin-top: 13px;
    }
}

#telegramModal .modal-body-desc {
    text-align: center;
    font-weight: 600;
    padding: 0 72px;
}

@media (max-width: 767px) {
    #telegramModal .modal-body-desc {
        padding: 0 32px;
    }
}

@media (min-width: 0) {
    #telegramModal .modal-body-desc {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 20px;
    }
}

@media (min-width: 521px) {
    #telegramModal .modal-body-desc {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 20px;
    }
}

@media (min-width: 769px) {
    #telegramModal .modal-body-desc {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 992px) {
    #telegramModal .modal-body-desc {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

#gmk-team .team__item .team__description {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
}

#gmk-team .team__item--focus .team__description {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}

#gmk-team .owl-item {
    height: 407px;
}

#gmk-team .owl-item .team__item {
    min-height: 396px;
}

.rm-form__title__middle {
    color:#32434d;
}
.rm-form__policy__middle {
    color:#32434d;
}
.rm-form__policy__middle a {
    color:#0a0a0a;
}


.form-group__input {
    height: 3.9375rem;
    background: #BBC8D0;
    border-radius: .25rem;
    padding: 1.25rem 1.5rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    color: #FFFFFF;
    border: none;
    width: 100%
}
/* modal form */
body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

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

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

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

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

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

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

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

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

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

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

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

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

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

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

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

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

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

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

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

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

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

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

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

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

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

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

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

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

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

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

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

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

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

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

@font-face {
    font-family: LabGrotesque;
    src: url("../fonts/LabGrotesque-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: LabGrotesque;
    src: url("../fonts/LabGrotesque-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: LabGrotesque;
    src: url("../fonts/LabGrotesque-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: LabGrotesque;
    src: url("../fonts/LabGrotesque-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.svg-inline {
    visibility: hidden
}
/*
.header {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    border: .0625rem solid #edf4f9;
    padding: 1.25rem 0;
    color: #202528;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    font-family: LabGrotesque, sans-serif;
    z-index: 2000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.header * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
*/
.header__fancy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #e40428;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    margin-bottom: 1rem;
    cursor: pointer
}

.header__text {
    border-bottom: .0625rem dashed #e40428;
    font-size: .75rem;
    font-weight: 400
}

.header__text:active, .header__text:focus, .header__text:hover {
    border-bottom: 0
}

.header__cont {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 71.25rem;
    padding-left: .9375rem;
    padding-right: .9375rem;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__container {
    padding-left: 15rem;
    padding-right: 15rem;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

.header__logo {
    position: relative
}

.header__logo svg {
    width: 5.9375rem;
    height: 1.875rem
}

.header__socials-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: .5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: 6.5rem
}

.header__socials-item:hover svg {
    fill: #e40428
}

.header__socials-item:hover a {
    color: #e40428 !important
}

.header__socials-item svg {
    fill: #000;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.header__lynx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.header__cone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.header__socials-phone {
    font-size: .875rem;
    line-height: 1.214;
    margin-left: .5rem;
    margin-right: 6.5rem;
    position: static;
    width: initial;
    height: initial
}

.header__phone {
    position: relative;
    /*margin-left: 6.5rem*/
}
@media (max-width: 767px) {
    .header__phone {
        margin-left: 0rem !important;
    }
}

@media (max-width: 640px) {
    .re-list__item a {
        font-size: 10px;
    }

    .header__col {
        justify-content: space-between;
    }
}
@media (max-width: 400px) {
    #re-cities-chooser {
       left: 39%;
      margin-left: -40px;
    }
  }

.header__toggler {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: transparent;
    position: relative;
    width: 2rem;
    height: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 6.5rem;
    cursor: pointer
}

.header__toggler::after {
    width: .1875rem;
    height: 100%;
    content: "";
    position: absolute;
    background: #e40428;
    top: 50%;
    -webkit-transform: translate(50%, -50%) rotate(-90deg);
    transform: translate(50%, -50%) rotate(-90deg);
    right: 50%;
    -webkit-clip-path: polygon(100% 100%, 0 100%, 0 100%, 100% 100%);
    clip-path: polygon(100% 100%, 0 100%, 0 100%, 100% 100%);
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-clip-path 0s ease-in-out 0.15s;
    transition: opacity 0.1s ease-in-out, -webkit-clip-path 0s ease-in-out 0.15s;
    transition: opacity 0.1s ease-in-out, clip-path 0s ease-in-out 0.15s;
    transition: opacity 0.1s ease-in-out, clip-path 0s ease-in-out 0.15s, -webkit-clip-path 0s ease-in-out 0.15s;
    opacity: 0
}

.header__toggler_active {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff
}

.header__toggler_active::after {
    -webkit-clip-path: polygon(100% 100%, 0 100%, 0 0, 100% 0);
    clip-path: polygon(100% 100%, 0 100%, 0 0, 100% 0);
    opacity: 1;
    -webkit-transition: opacity 0s ease-in-out, -webkit-clip-path 0.2s ease-in-out 0.15s;
    transition: opacity 0s ease-in-out, -webkit-clip-path 0.2s ease-in-out 0.15s;
    transition: clip-path 0.2s ease-in-out 0.15s, opacity 0s ease-in-out;
    transition: clip-path 0.2s ease-in-out 0.15s, opacity 0s ease-in-out, -webkit-clip-path 0.2s ease-in-out 0.15s
}

.header__toggler_active span {
    width: .1875rem;
    height: 100%;
    margin-top: 0;
    border-radius: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.header__toggler:not(.header__toggler_active):hover .header__span:nth-child(1) {
    -webkit-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem)
}

.header__toggler:not(.header__toggler_active):hover .header__span:last-child {
    -webkit-transform: translateY(0.1rem);
    transform: translateY(0.1rem)
}

.header__span {
    border-radius: 50%;
    background: #e40428;
    width: .375rem;
    height: .375rem;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: .3125rem
}

.header__span:nth-child(1) {
    margin-top: 0
}

.header__link {
    color: #e40428;
    font-weight: normal;
    line-height: 1.22;
    border-bottom: .0625rem solid rgba(228, 4, 40, 0.301961);
    font-size: .875rem;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}
/*
.header__top-panel {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    position: fixed;
    top: 3.8125rem;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    bottom: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    color: #32434d;
    background-color: #fff;
    left: 0;
    overflow-y: auto;
    padding-top: 2rem;
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    visibility: hidden;
    overflow-x: hidden;
    padding-bottom: 6.25rem
}

.header__top-panel_active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.header__ul {
    padding: 0;
    text-align: inherit;
    list-style-type: "一 ";
    font-size: .875rem;
    line-height: 1.22;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    position: relative
}

.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.header__column {
    width: 33.33%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.header__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.header__svg {
    width: 1rem;
    height: 1rem
}

.header__svg_red {
    margin-right: .5rem;
    fill: #e40428;
    position: relative;
    top: -.125rem
}

.header__sub {
    display: none
}

.header__news {
    margin-bottom: .75rem;
    display: block;
    color: #32434d !important;
    font-size: .875rem
}

.header__news:hover {
    color: #d71a21 !important
}

.header__hope {
    display: none
}

.header__finish {
    padding-left: .125rem;
    font-size: .75rem;
    width: calc(100% - 1.5rem)
}

.header__title {
    color: #32434d;
    display: block;
    font-size: 1.5rem;
    letter-spacing: .0375rem;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 1.5rem
}
/*
.header__tel {
    -webkit-transition: color, border-color ease-in-out 300ms;
    transition: color, border-color ease-in-out 300ms;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    color: #32434d !important;
    font-size: .875rem
}

.header__tel:hover {
    color: #d71a21 !important
}

.header__tel_margin {
    margin-bottom: .5rem
}

.header__tel_mail {
    margin-bottom: 1rem
}

.header__soc {
    display: inline-block;
    margin-right: .3125rem;
    color: #a1a8b2;
    border-radius: 50%;
    margin-bottom: 2.1875rem
}

.header__soc svg {
    fill: #bacdda;
    width: 1.875rem;
    height: 1.875rem
}

.header__soc:hover svg {
    color: #d71a21;
    fill: #d71a21
}

.header__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
*/
@media (max-width: 1700px) {
    .header__container {
        padding-left: 9.375rem;
        padding-right: 9.375rem
    }
}

@media (max-width: 1439px) {
    .header__cont, .header__container {
        padding-left: 3.125rem;
        padding-right: 3.125rem
    }

    .header__row {
        margin-left: 0;
        margin-right: 0
    }

    .header__socials-phone {
        left: 0;
        top: 0;
        position: absolute;
        font-size: 0 !important;
        margin: 0;
        width: 1.5rem;
        height: 1.5rem;
        color: transparent !important
    }
}

@media (max-width: 991px) {
    .header__cont, .header__container {
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    .header__hope, .header__sub {
        display: block
    }

    .header__link {
        display: none
    }

    .header__toggler {
        margin-left: 0
    }

    .header__socials {
        margin-right: 1.25rem
    }
}

@media (max-width: 640px) {
    /*
    .header {
        padding-top: .3125rem;
        padding-bottom: .3125rem
    }

    .header__column {
        width: 100%
    }

    .header__top-panel {
        top: 2.75rem
    }
*/
    .header__socials {
        display: none
    }

    .header__span {
        width: .25rem;
        height: .25rem
    }

    .header__logo svg {
        width: 3.875rem;
        height: 1.625rem
    }
}

.chooser {
    margin-left: 2.5rem;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chooser * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chooser__name {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1.25rem
}

.chooser__title {
    font-size: .875rem;
    text-align: center;
    line-height: 1.2857;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.chooser__link {
    line-height: 1.2857;
    font-weight: 400;
    -webkit-transition: color, border-color ease-in-out 300ms;
    transition: color, border-color ease-in-out 300ms;
    text-decoration: none;
    font-size: .875rem;
    cursor: pointer
}

.chooser__arrow {
    width: .5rem;
    height: .3125rem;
    fill: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-left: .375rem
}

.chooser__question {
    position: absolute;
    bottom: -5.9375rem;
    left: -2.8125rem;
    width: 10.625rem;
    border-radius: .25rem;
    padding: .0625rem .625rem .625rem;
    border: .0625rem solid #edf4f9;
    background-color: #fff;
    -webkit-transition: all 3ms ease-in-out;
    transition: all 3ms ease-in-out;
    text-align: center
}

.chooser__question_active {
    display: block
}

.chooser__item {
    margin-top: .625rem
}

.chooser__buttons {
    width: 100%
}

.chooser__button {
    padding: .125rem 1.25rem;
    background-color: #e40428;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    -webkit-box-shadow: 0 1.25rem 1.875rem -.9375rem rgba(0, 0, 0, 0.101961);
    box-shadow: 0 1.25rem 1.875rem -.9375rem rgba(0, 0, 0, 0.101961);
    text-align: center;
    font-style: normal;
    font-size: .875rem;
    line-height: 1.71;
    border: none;
    font-weight: 400;
    border-radius: .25rem
}

.chooser__button_left {
    margin-right: 1.25rem
}

.chooser__items {
    list-style: none;
    display: block;
    overflow-y: auto;
    max-height: 31.25rem
}

.chooser__town {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 .3125rem;
    padding: .3125rem .625rem;
    font-size: .875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    background: none
}

@media (max-width: 640px) {
    .chooser {
        display: none
    }
}
/*
.cert {
    width: 11.125rem;
    border-radius: .25rem .25rem 0 0;
    border: .0625rem solid #d7d7d7;
    -webkit-box-shadow: .0625rem .0625rem .1875rem #999;
    box-shadow: .0625rem .0625rem .1875rem #999;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    margin: 1.25rem 0
}

.cert__logo {
    background-image: url("https://raex-a.ru/static/_aaa/cert-logo.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 10.75rem;
    height: 1.625rem;
    margin-left: .1875rem;
    border-bottom: .0625rem solid #666
}

.cert__descr {
    color: #333;
    font-family: tahoma, sans-serif;
    font-size: .5rem;
    text-transform: uppercase;
    padding: .125rem;
    margin: .1875rem 0;
    font-weight: bold
}

.cert__bg-red {
    background-image: url("https://raex-a.ru/static/_aaa/cert-bg-red.gif");
    background-repeat: no-repeat;
    height: 2.5625rem;
    padding: .125rem .625rem
}

.cert__rating-red {
    font-size: 1.125rem;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-top: .125rem
}

.cert__rating-date-red {
    font-size: .625rem;
    font-family: tahoma, sans-serif;
    color: #fff;
    margin-top: -.125rem
}

.cert__bg-grey {
    background-image: url("https://raex-a.ru/static/_aaa/cert-bg-grey.jpg");
    background-repeat: no-repeat;
    height: 2.5625rem;
    padding: .125rem .375rem
}

.cert__rating-grey {
    font-size: 1.125rem;
    color: #e40611;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-top: .125rem
}

.cert__date {
    font-size: .625rem;
    font-family: tahoma, sans-serif;
    color: #1d1d1b;
    margin-top: -.125rem
}

.cert__box {
    display: none;
    position: relative;
    -webkit-box-shadow: .0625rem .0625rem .1875rem #999;
    box-shadow: .0625rem .0625rem .1875rem #999
}

.cert__zoom {
    background-repeat: no-repeat;
    background-image: url("https://raex-a.ru/static/_aaa/zoom-red.png");
    height: 1.25rem;
    width: 1.375rem;
    cursor: pointer;
    margin-left: .375rem;
    position: absolute;
    bottom: -1rem;
    display: block
}

.cert__zoom-grey {
    background-image: url("https://raex-a.ru/static/_aaa/zoom-grey.png");
    bottom: -1.25rem;
    background-repeat: no-repeat;
    height: 1.25rem;
    width: 1.375rem;
    cursor: pointer;
    margin-left: .375rem;
    position: absolute;
    display: block
}

.cert__more {
    text-shadow: .0625rem 0 .125rem #ccc;
    padding-bottom: .3125rem;
    position: absolute;
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: .0625rem .0625rem .1875rem #999;
    box-shadow: .0625rem .0625rem .1875rem #999;
    z-index: 10
}

.cert__more > a, .cert__more > div {
    display: none
}

.cert__hide {
    display: none
}

.cert__lynx {
    font-size: .8125rem;
    display: block;
    text-decoration: none;
    margin: .125rem 0;
    color: #1c1c1c;
    padding: .125rem 0;
    border-top: .0625rem solid #dfdfdf;
    border-bottom: .0625rem solid #dfdfdf;
    text-align: center;
    cursor: pointer;
    width: 11.125rem
}

.cert__lynx:hover {
    text-decoration: underline
}

.cert__group {
    text-align: center;
    font-family: Tahoma, sans-serif;
    font-size: .6875rem
}
*/
.hide {
    display: none
}

.foot {
    background: #2e3d45;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: .0625rem solid rgba(72, 97, 112, 0.501961);
    padding: 2.5rem 0;
    font-family: LabGrotesque, sans-serif
}

.foot * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.foot__container {
    max-width: 71.25rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.foot__col {
    width: 50%
}

.foot__col_right {
    text-align: right
}

.foot__logo {
    display: block;
    margin-bottom: 2.25rem
}

.foot__logo svg {
    width: 5.9375rem;
    height: 1.8125rem
}

.foot__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .75rem;
    color: #fff !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    stroke: #486170;
    fill: none;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.foot__link:hover {
    color: #e40428 !important;
    stroke: #e40428
}

.foot__link svg {
    width: 2rem;
    margin-right: .5rem;
    height: 2rem
}

.foot__copy {
    padding-top: 2.5rem;
    font-size: .75rem;
    font-weight: 300;
    color: #fff9
}

.foot__text {
    width: calc(100% - 2.5rem);
    position: relative;
    top: .5625rem
}

.foot__phone {
    display: inline-block;
    font-size: 1.25rem;
    margin-bottom: 2.25rem;
    color: #fff !important
}

.foot__phone:hover {
    color: #e40428 !important
}

.foot__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.foot__soc {
    display: inline-block;
    stroke: #486170;
    fill: none;
    -webkit-transition: stroke 0.4s ease-in-out;
    transition: stroke 0.4s ease-in-out;
    position: relative;
    margin-left: .5rem
}

.foot__soc svg {
    width: 1.5rem;
    height: 1.5rem
}

.foot__soc:hover {
    stroke: #fff
}

@media (max-width: 1440px) {
    .foot__container {
        max-width: 60.875rem
    }
}

@media (max-width: 992px) {
    .foot__container {
        max-width: 100%
    }
}

@media (max-width: 640px) {
    .foot__col {
        width: 100%;
        text-align: left
    }

    .foot__phone {
        margin-bottom: 1rem;
        margin-top: .625rem
    }

    .foot__social {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 1.25rem
    }

    .foot__logo {
        margin-bottom: 1.4375rem
    }

    .foot__copy {
        font-size: .6875rem;
        padding-top: .625rem
    }
}

.char {
    background: #edf4f9;
    padding: 5.625rem 2.1875rem;
    max-width: 100%;
    width: 73.75rem;
    font-family: LabGrotesque, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.char * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.char__title {
    width: 55%;
    font-size: 2.25rem;
    color: #32434d;
    font-weight: 500
}

.char__copy {
    margin-bottom: 1.25rem;
    font-size: .75rem
}

.char__img {
    max-width: 100%
}

.char__button {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border-radius: .25rem;
    background: #e40428;
    border: 0;
    font-size: .875rem;
    margin-bottom: .625rem;
    color: #fff;
    font-weight: 400;
    -webkit-box-shadow: 0 1.25rem 1.875rem -.9375rem rgba(0, 0, 0, 0.101961);
    box-shadow: 0 1.25rem 1.875rem -.9375rem rgba(0, 0, 0, 0.101961);
    padding: 1.1875rem 1.6875rem
}

.char__button:hover {
    background: #bb0d14
}

.char__link {
    color: #e40428;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.char__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.char__main {
    margin-bottom: 1.25rem
}

.char__cap {
    margin-bottom: 1.25rem;
    overflow: hidden;
    width: 100%
}

.char__cap img {
    max-width: 100%
}

.char__col {
    width: 50%
}

.char__col_first {
    padding-top: 2.625rem;
    width: 33.33%;
    margin-right: 16%
}

@media (max-width: 1200px) {
    .char {
        width: 100%
    }

    .char__title {
        width: 100%;
        font-size: 1.875rem
    }

    .char__col_first {
        width: 50%;
        margin-right: 0
    }
}

@media (max-width: 960px) {
    .char {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem
    }

    .char__title {
        font-size: 1.625rem
    }
}

@media (max-width: 640px) {
    .char__col {
        width: 100%
    }
}

.level {
    position: relative;
    display: block;
    margin-bottom: 1rem
}

.level::before {
    background: #ed1b35;
    content: "";
    position: absolute;
    display: block;
    width: .125rem;
    height: 1.25rem;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: .25rem;
    left: 0
}

.level__input {
    background: #fff;
    width: 100%;
    outline: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    color: #1f1f1f;
    border: 0;
    border-radius: .25rem;
    margin-bottom: 0;
    font-size: 1rem;
    height: 3rem
}

.section__banner {
    background: url("https://gmk.ru/assets/d6ca2ce5/rm-new/static/img/content/hero/hero5.png") right no-repeat, -webkit-gradient(linear, left top, left bottom, from(#e1eaee), color-stop(44.81%, #e3eced), color-stop(68.39%, #dfe9ea), color-stop(81.41%, #dbe2e5), color-stop(90.34%, #d7e0e5), to(#d6e0e1));
    background: url("https://gmk.ru/assets/d6ca2ce5/rm-new/static/img/content/hero/hero5.png") right no-repeat, linear-gradient(180deg, #e1eaee 0%, #e3eced 44.81%, #dfe9ea 68.39%, #dbe2e5 81.41%, #d7e0e5 90.34%, #d6e0e1 100%);
    min-height: 25rem
}

.section__title {
    padding-top: 5rem;
    padding-bottom: 1.5rem;
    max-width: 35rem;
    font-size: 2.25rem;
    font-weight: 400
}

.section__body_small {
    width: 54.25rem;
    margin-left: auto
}

@media (max-width: 991px) {
    .section__body_small {
        width: auto
    }
}

@media (max-width: 768px) {
    .section__banner {
        background: -webkit-gradient(linear, left top, left bottom, from(#e1eaee), color-stop(44.81%, #e3eced), color-stop(68.39%, #dfe9ea), color-stop(81.41%, #dbe2e5), color-stop(90.34%, #d7e0e5), to(#d6e0e1));
        background: linear-gradient(180deg, #e1eaee 0%, #e3eced 44.81%, #dfe9ea 68.39%, #dbe2e5 81.41%, #d7e0e5 90.34%, #d6e0e1 100%)
    }
}

.free-demo {
    background-color: #edf4f9
}

.free-demo__title {
    margin-top: 4.375rem;
    margin-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 1.22;
    font-weight: 400;
    letter-spacing: -.03125rem;
    color: #333;
    min-width: 33.75rem
}

.free-demo__image {
    width: 50vw;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-width: unset
}

@media (max-width: 1200px) {
    .free-demo__title {
        min-width: auto
    }
}

@media (max-width: 991px) {
    .free-demo__title {
        margin-top: 3.5rem
    }

    .free-demo__image {
        width: 100%;
        margin-top: 1rem
    }
}

@media (max-width: 768px) {
    .free-demo__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .free-demo__title {
        margin-top: 2rem
    }

    .free-demo__image {
        margin-top: 0
    }
}

@media (max-width: 520px) {
    .free-demo__title {
        text-align: center;
        font-size: 1.5rem;
        margin-bottom: 1.5rem
    }
}

.ready-price__row {
    padding-left: 2.75rem;
    padding-right: 2.75rem
}

.ready-price__title {
    font-weight: 500;
    color: #202528
}

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

@media (max-width: 640px) {
    .fancybox-slide {
        padding: .9375rem
    }
}

.modal-block {
    font-family: 'LabGrotesque', sans-serif
}

.modal-block__title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.21;
    color: #111111;
    margin-bottom: 1.4375rem
}

.modal-block__mark {
    background: #ED1B35;
    -webkit-box-shadow: 0 .5rem 1.0625rem rgba(237, 27, 53, 0.4);
    box-shadow: 0 .5rem 1.0625rem rgba(237, 27, 53, 0.4);
    border-radius: 6.25rem 0 0 6.25rem;
    padding: .625rem 1.875rem;
    position: absolute;
    right: 0;
    top: 3.125rem;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.21;
    text-transform: uppercase;
    color: #FFFFFF
}

.modal-block__text {
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.5;
    color: #525252;
    margin-bottom: 1.25rem
}

.modal-block__text_red {
    color: #ED1B35
}

.modal-block__name {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    color: #111111;
    margin-bottom: .625rem
}

.modal-block__name_red {
    color: #ED1B35;
    text-transform: uppercase
}

.modal-block__list {
    list-style: none;
    margin-bottom: 1.5625rem
}

.modal-block__item {
    margin-bottom: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(89.99deg, rgba(237, 27, 53, 0.15) 1.93%, rgba(255, 255, 255, 0) 99.99%);
    background-position-x: 1rem
}

.modal-block__item_line {
    background: none;
    position: relative;
    margin-bottom: 1.0625rem
}

.modal-block__item_line::before {
    content: "";
    height: 100%;
    width: .0625rem;
    background: #ED1B35;
    border-radius: 2.625rem;
    position: absolute;
    left: 0;
    top: 0
}

.modal-block__number {
    border: .125rem solid #ED1B35;
    font-weight: 400;
    font-size: 1.1875rem;
    line-height: 1.3;
    color: #ED1B35;
    border-radius: 50%;
    background: #fff;
    padding: .0625rem .5625rem .0625rem .5rem;
    height: 1.875rem;
    width: 1.875rem
}

.modal-block__item-text {
    margin-left: .625rem;
    padding-top: .3125rem;
    padding-bottom: .25rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #111111
}

.modal-block__item-text_small {
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width: 640px) {
    .modal-block__title {
        font-size: 1.25rem
    }

    .modal-block__mark {
        font-size: 1.25rem;
        top: .3125rem
    }
}

.re-modal-form_small {
    max-width: 43.4375rem
}

@media (max-width: 640px) {
    .re-modal-form_small {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

.hr_margin {
    margin-bottom: 1.5625rem
}

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

@media (max-width: 640px) {
    .flex-container_wrap {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }
}

.form-group__input {
    height: 3.9375rem;
    background: #BBC8D0;
    border-radius: .25rem;
    padding: 1.25rem 1.5rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    color: #FFFFFF;
    border: none;
    width: 100%
}

.form-group__input::-webkit-input-placeholder {
    color: #FFFFFF
}

.form-group__input::-moz-placeholder {
    color: #FFFFFF
}

.form-group__input:-ms-input-placeholder {
    color: #FFFFFF
}

.form-group__input::-ms-input-placeholder {
    color: #FFFFFF
}

.form-group__input::placeholder {
    color: #FFFFFF
}

.button_large {
    background: #ED1B35;
    border-radius: .25rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    font-family: 'LabGrotesque', sans-serif;
    color: #FFFFFF;
    text-transform: none;
    width: 100%;
    outline: none;
    border: none;
    text-align: center;
    padding: 1.25rem .9375rem 1.1875rem .9375rem;
    display: inline-block
}

.captcha {
    margin-left: .875rem
}

@media (max-width: 640px) {
    .captcha {
        margin-left: 0;
        margin-bottom: 1rem
    }
}

.news-card__img {
    height: auto
}

.banner {
    margin-bottom: 2.5rem
}

.banner .slick-dots {
    top: 3.125rem;
    bottom: auto;
    left: 3.75rem;
    text-align: left
}

.banner .slick-dots li {
    margin-right: .6875rem;
    margin-left: 0;
    width: auto;
    height: auto
}

.banner .slick-dots li button {
    height: .125rem;
    width: 1.5625rem;
    background: #EFEFEF;
    padding: 0
}

.banner .slick-dots li button::before {
    display: none
}

.banner .slick-dots .slick-active button {
    width: 2.75rem;
    background: #F13B58
}

.banner__item {
    position: relative;
    padding-left: 2.8125rem;
    padding-top: 8.4375rem;
    padding-bottom: 3.75rem;
    background-position: -6rem center;
    background-repeat: no-repeat;
    background-size: cover
}

.banner__title {
    font-weight: 900;
    font-size: 6.875rem;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.1);
    margin-bottom: 2.6875rem
}

.banner__text {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.3;
    color: #32434D
}

@media (max-width: 991px) {
    .banner .slick-dots {
        left: 2.8125rem
    }

    .banner__item {
        padding-left: 1.875rem;
        padding-top: 6.25rem;
        background-position-x: -11rem
    }

    .banner__title {
        font-size: 5rem;
        margin-bottom: 1.875rem
    }
}

@media (max-width: 767px) {
    .banner .slick-slide {
        max-width: none
    }

    .banner .slick-slide + .slick-slide {
        margin-left: 0
    }

    .banner .slick-dots {
        left: .9375rem
    }

    .banner__item {
        background-position-x: -8rem;
        padding-left: 0
    }

    .banner__title {
        font-size: 3.125rem;
        margin-bottom: 2rem
    }

    .banner__text {
        font-size: 1.125rem
    }
}



/* список клиентов */


/*.video_lifescenes video {*/
/*  max-height: 600px;*/
/*  object-fit: cover;*/
/*}*/

/*END CONTENT PART*/
