@charset "UTF-8";
/* Specification */
@import "../css/gilroy.css";
@import "../css/geometria.css";
@import "../css/animate.css";


@keyframes play-pulse_01 {
    0% {
        width: 0px;
        height: 0px;
        opacity: 1;
    }
    25% {
        width: 103px;
        height: 103px;
        opacity: 0.8;
    }
    50% {
        width: 156px;
        height: 156px;
        opacity: 0.4;
    }
    75% {
        width: 206px;
        height: 206px;
        opacity: 0;
    }
    100% {
        width: 0px;
        height: 0px;
        opacity: 0;
    }
}

@media (max-width: 1320px) {
    @keyframes play-pulse_01 {
        0% {
            width: 0px;
            height: 0px;
            opacity: 1;
        }
        25% {
            width: 82px;
            height: 82px;
            opacity: 0.8;
        }
        50% {
            width: 125px;
            height: 125px;
            opacity: 0.4;
        }
        75% {
            width: 165px;
            height: 165px;
            opacity: 0;
        }
        100% {
            width: 0px;
            height: 0px;
            opacity: 0;
        }
    }
}

@keyframes play-pulse_02 {
    0% {
        width: 50px;
        height: 50px;
        opacity: 1;
    }
    25% {
        width: 150px;
        height: 150px;
        opacity: 1;
    }
    50% {
        width: 260px;
        height: 260px;
        opacity: 0.8;
    }
    65% {
        width: 330px;
        height: 330px;
        opacity: 0.6;
    }
    75% {
        width: 382px;
        height: 382px;
        opacity: 0.3;
    }
    96% {
        width: 442px;
        height: 442px;
        opacity: 0;
    }
    100% {
        width: 0px;
        height: 0px;
        opacity: 0;
    }
}

@media (max-width: 1320px) {
    @keyframes play-pulse_02 {
        0% {
            width: 36px;
            height: 36px;
            opacity: 1;
        }
        25% {
            width: 108px;
            height: 108px;
            opacity: 1;
        }
        50% {
            width: 187px;
            height: 187px;
            opacity: 0.8;
        }
        65% {
            width: 238px;
            height: 238px;
            opacity: 0.6;
        }
        75% {
            width: 241px;
            height: 241px;
            opacity: 0.3;
        }
        96% {
            width: 312px;
            height: 312px;
            opacity: 0;
        }
        100% {
            width: 0px;
            height: 0px;
            opacity: 0;
        }
    }
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

header, section, footer {
    display: flex;
}

body {
    font-size: 18px;
    font-family: "Gilroy-Regular", sans-serif;
    color: #272727;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: left;
    line-height: 1.3em;
    min-height: 2000px;
}

.body_fixed {
    overflow: hidden;
}

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

.container {
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.row {
    width: 100%;
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

b {
    font-family: "Gilroy-SemiBold", sans-serif !important;
    font-weight: normal !important;
}

p {
    display: block;
    margin: 0;
    line-height: 1.3em;
    font-size: 18px;
}

span {
    display: inline;
    font: inherit;
    color: inherit;
}

b {
    font-weight: normal !important;
}

ul {
    display: block;
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: "Gilroy-ExtraBold", sans-serif;
    font-weight: normal !important;
    color: #0075FF;
    line-height: 1.3em;
}

h1, .h1 {
    font-size: 50px;
    color: #272727;
}

@media (max-width: 1680px) {
    h1, .h1 {
        font-size: 46px;
    }
}

@media (max-width: 1320px) {
    h1, .h1 {
        font-size: 42px;
    }
}

@media (max-width: 1199px) {
    h1, .h1 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    h1, .h1 {
        font-size: 22px;
        line-height: 1.5em;
    }
}

h2, .h2 {
    position: relative;
    font-size: 100px;
    line-height: 1.1em;
    width: 100%;
    font-family: "Gilroy-ExtraBold", sans-serif;
    color: #272727;
}

@media (max-width: 1680px) {
    h2, .h2 {
        font-size: 90px;
    }
}

@media (max-width: 1320px) {
    h2, .h2 {
        font-size: 80px;
    }
}

@media (max-width: 1199px) {
    h2, .h2 {
        font-size: 75px;
    }
}

@media (max-width: 767px) {
    h2, .h2 {
        font-size: 55px;
    }
}

@media (max-width: 575px) {
    h2, .h2 {
        font-size: 34px;
    }
}

h3, .h3 {
    display: block;
    width: 100%;
    font-size: 50px;
    font-family: "Gilroy-ExtraBold", sans-serif;
    color: #272727;
}

@media (max-width: 1680px) {
    h3, .h3 {
        font-size: 45px;
    }
}

@media (max-width: 1320px) {
    h3, .h3 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    h3, .h3 {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    h3, .h3 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    h3, .h3 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    h3, .h3 {
        font-size: 24px;
    }
}

h4, .h4 {
    display: block;
    width: 100%;
    font-size: 30px;
    font-family: "Gilroy-ExtraBold", sans-serif;
    color: #0075FF;
}

@media (max-width: 1680px) {
    h4, .h4 {
        font-size: 30px;
    }
}

@media (max-width: 1320px) {
    h4, .h4 {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    h4, .h4 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    h4, .h4 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    h4, .h4 {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    h4, .h4 {
        font-size: 20px;
    }
}

.section-connection {
    background: none;
    border-bottom: 1px solid #9A9A9A;
}

.section-connection h3 {
    color: #272727;
}

.section-connection .contact-form {
    border-color: #272727;
}

.btn,
.section-connection .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-weight: normal !important;
    text-decoration: none;
    text-align: center;
    background: #00489d;
    background: linear-gradient(261deg, #36FDDB -6.93%, rgba(255, 255, 255, 0) 56.84%), #0075FF;
    outline: none;
    border: 0px;
    min-height: 77px;
    border-radius: 50px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    outline: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    transition: 0.3s ease;
}

.btn span {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin: auto;
    text-align: center;
    font-size: 20px;
    font-family: "Gilroy-SemiBold", sans-serif;
    color: #fff;
    font-weight: normal !important;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn:hover,
.section-connection div.btn:hover {
    text-decoration: none;
    transition: 0.3s ease;
    background: #00489d;
    background: linear-gradient(261deg, #36FDDB -6.93%, rgba(255, 255, 255, 0) 56.84%), #0075FF;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.28) !important;
    color: #fff;
}

.btn:hover span {
    font-family: "Gilroy-SemiBold", sans-serif;
    color: #fff;
    font-weight: normal !important;
    text-decoration: none;
    transition: 0.3s ease;
}

.section-connection .btn:hover span {
    color: #fff;
    font-weight: normal !important;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn_white {
    background: #fff;
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.25);
}

.btn_white span {
    color: #0075FF;
}

.btn_white:hover {
    background: #fff;
    box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.28);
}

.btn_white:hover span {
    color: #0075FF;
}

.btn:focus,
.btn.focus {
    outline: none;
}

.ref {
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s ease;
    color: #272727;
}

.ref:hover {
    color: #0075FF;
    text-decoration: none;
    transition: 0.3s ease;
}

input {
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important;
    font-family: "Roboto-Regular";
}

.input {
    display: block;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 20px;
    height: 67px;
    background: #FFFFFF;
    border: 0.8px solid #ACACAC;
    border-radius: 17px;
    text-align: center;
    color: #969696;
    font-size: 18px;
    font-family: "Gilroy-Regular", sans-serif;
    opacity: 1 !important;
    transition: 0.3s ease;
}

.input:focus {
    color: #0075FF;
    border-color: #0075FF;
    transition: 0.3s ease;
}

.select {
    width: 100%;
    height: 67px;
    display: block;
    position: relative;
}

.select img {
    display: inline-block;
    position: absolute;
    width: 22.5px;
    max-height: 40px;
    height: auto;
    right: 25px;
    top: 50%;
    margin-top: 2px;
    transform: translateY(-50%);
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s ease;
}

.select img.active {
    opacity: 1;
    transition: 0.3s ease;
}

.select.active img {
    transform: translateY(-50%) rotate(-180deg);
    transition: 0.3s ease;
}

select.input {
    text-align-last: center;
    appearance: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding-right: 55px;
    cursor: pointer;
}

textarea.input {
    height: 119px;
    width: 100% !important;
    display: block;
    resize: none;
    padding-top: 20px;
    padding-bottom: 22px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input::placeholder {
    font-family: inherit;
    color: inherit;
    opacity: 1 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=number] {
    -moz-appearance: textfield !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input::-moz-placeholder {
    background: transparent !important;
    padding-left: 0px !important;
}

.input:focus {
    outline: none;
}

ul.list {
    display: inline-flex;
    flex-wrap: wrap;
}

ul.list li {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 1.45em;
    padding-left: 23px;
    letter-spacing: 0em;
    color: #272727;
}

ul.list li b {
    font-family: "Gilroy-Bold", sans-serif;
    font-weight: normal !important;
}

ul.list li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #272727;
}

ul.list.list_white li {
    color: #fff;
}

ul.list.list_white li::before {
    background: #fff;
}

.billet {
    display: inline-block;
    padding-left: 26px;
    padding-right: 22px;
    padding-top: 22px;
    padding-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: relative;
}

.billet span {
    display: block;
    color: #878787;
    font-size: 17px;
    line-height: 1.2em;
}

.billet span b {
    font: inherit;
    font-family: "Gilroy-Bold", sans-serif;
    font-weight: normal !important;
    color: inherit;
}

.plus {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 68px;
    height: 68px;
    border-radius: 50%;
    box-shadow: 0px 3px 4px 2px rgba(61, 61, 61, 0.25);
    cursor: pointer;
    z-index: 2;
    background: #fff;
    transition: 0.3s ease;
}

.plus img {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 37px;
    height: 37px;
    opacity: 1;
    transition: transform 0.2s ease-in-out, opacity 0.3s ease-in-out;
}

.plus img.hover {
    opacity: 0;
}

.plus div {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: -6px;
    transform: translateX(100%);
    width: 367px;
    background: #FFFFFF;
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.25);
    border-radius: 33px;
    padding-left: 46px;
    padding-right: 46px;
    padding-top: 51px;
    padding-bottom: 31px;
    opacity: 0;
    z-index: 5;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
}

.plus div p {
    font-size: 15px;
    margin-bottom: 17px;
    line-height: 1.15em;
    margin-top: 0px !important;
}

.plus.rotate {
    right: auto;
    left: -6px;
    transform: translateX(-100%);
}

.plus.active {
    z-index: 6;
}

.plus.active img {
    transform: translate(-50%, -50%) rotate(45deg);
}

.plus.active div {
    pointer-events: auto;
    cursor: initial;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

.plus:hover {
    background: #0075FF;
}

.plus:hover img {
    opacity: 0;
}

.plus:hover img.hover {
    opacity: 1;
}

.plus.disabled {
    background: #fff;
}

.plus.disabled img {
    opacity: 1;
}

.plus.disabled img.hover {
    opacity: 0;
}

.play {
    display: inline-block;
    position: relative;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    transition: all 0.4s ease-in-out;
    box-shadow: 1px 2px 7px #1682FF;
}

.play img {
    display: inline-block;
    position: absolute;
    z-index: 5;
    width: 51.5px;
    max-height: 52px;
    left: calc(50% + 3.5px);
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}

.play img.hover {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.play::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
    transition: all 0.4s ease-in-out;
}

.play:hover {
    transform: scale(0.96);
    transition: all 0.4s ease-in-out;
}

.play:hover::before {
    background: #1682FF;
}

.play:hover img {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.play:hover img.hover {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}

.play:hover .play-pulse {
    transition: all 0.4s ease-in-out !important;
}

.play-pulse {
    animation-timing-function: linear !important;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    width: 206px;
    height: 206px;
    transition: all 0.4s ease-in-out !important;
    border: 0.8px solid #1682FF;
    pointer-events: none;
}

.play-pulse_01 {
    animation: play-pulse_01 3s infinite;
}

.play-pulse_02 {
    animation: play-pulse_01 3s infinite;
    animation-delay: 1s !important;
}

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

a[data-fancybox]:focus {
    outline: none;
}

.controls {
    display: flex;
    width: 100%;
    position: relative;
    pointer-events: none;
}

.control {
    display: inline-block;
    z-index: 12;
    top: auto;
    left: auto;
    position: relative;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 1px 2px 7px #838383;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    right: auto;
    bottom: auto;
    cursor: pointer;
    color: transparent;
    outline: none;
    border: 0px solid transparent;
    transition: 0.3s ease;
    opacity: 1 !important;
    pointer-events: auto;
}

.control:hover {
    border: 0px solid transparent;
    opacity: 1 !important;
    background: #0075FF;
}

.control:hover img {
    opacity: 0;
}

.control:hover img.hover {
    opacity: 1;
}

.control img {
    display: inline-block;
    position: absolute;
    width: 19px;
    height: auto;
    max-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: 0.3s ease;
}

.control img.hover {
    opacity: 0;
}

.control.slick-prev img {
    left: calc(50% - 2px);
}

.control.slick-next img {
    left: calc(50% + 2px);
}

@media (max-width: 1680px) {
    .input {
        height: 65px;
    }

    textarea.input {
        height: 110px;
    }
}

@media (max-width: 1320px) {
    .container {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .billet {
        padding-left: 20px;
        padding-right: 18px;
        padding-top: 18px;
        padding-bottom: 17px;
    }

    .billet span {
        font-size: 15px;
    }

    .play {
        width: 92px;
        height: 92px;
    }

    .play img {
        width: 41.5px;
        max-height: 42px;
    }

    ul.list li {
        font-size: 16px;
        padding-left: 19px;
    }

    ul.list li::before {
        top: 7px;
    }

    .plus {
        width: 55px;
        height: 55px;
    }

    .plus img {
        width: 32px;
        height: 32px;
    }

    .plus div {
        width: 337px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 38px;
        padding-bottom: 26px;
    }

    .plus div p {
        margin-bottom: 12px;
    }

    .control {
        width: 55px;
        height: 55px;
    }

    .control img {
        width: 14px;
    }
}

@media (max-width: 1199px) {
    .body_fixed {
        height: 100vh;
        overflow: hidden;
    }

    .container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .input {
        padding-left: 20px;
        padding-right: 20px;
        height: 55px;
        font-size: 15px;
    }

    textarea.input {
        height: 96px;
        padding-top: 14px;
        padding-bottom: 15px;
    }

    .select {
        width: 100%;
        display: block;
        position: relative;
        height: 55px;
    }

    .select img {
        width: 16px;
        max-height: 30px;
        right: 20px;
        margin-top: 1px;
    }

    select.input {
        padding-right: 45px;
    }
}

@media (max-width: 991px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .plus div {
        border-radius: 20px;
        width: 240px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 22px;
        padding-bottom: 15px;
    }

    .plus div p {
        margin-bottom: 10px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .billet {
        padding-left: 15px;
        padding-right: 14px;
        padding-top: 12px;
        padding-bottom: 11px;
    }

    .billet span {
        font-size: 14px;
    }

    .play {
        width: 62px;
        height: 62px;
    }

    .play img {
        width: 31.5px;
        max-height: 32px;
    }

    textarea.input {
        height: 88px;
    }
}

@media (max-width: 575px) {
    .container {
        padding-left: 17.5px;
        padding-right: 17.5px;
    }

    .input {
        height: 48px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .select {
        height: 48px;
    }

    .billet {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 9px;
    }

    .billet span {
        font-size: 13px;
    }

    .plus {
        width: 40px;
        height: 40px;
    }

    .plus img {
        width: 22px;
        height: 22px;
    }

    .plus div {
        border-radius: 15px;
        width: 214px;
        max-width: 60vw;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 16px;
        padding-bottom: 11px;
    }

    .plus div p {
        margin-bottom: 8px;
        font-size: 12px;
    }

    .control {
        width: 40px;
        height: 40px;
    }

    .control img {
        width: 12px;
    }

    ul.list li {
        font-size: 14px;
        padding-left: 13px;
    }

    ul.list li::before {
        top: 6px;
    }

    textarea.input {
        height: 80px;
        padding-top: 12px;
        padding-bottom: 13px;
    }
}

/* Header-top */


/* Header-bottom */
.header_bottom {
    width: 100%;
    display: flex;
    position: absolute;
    z-index: 49;
    left: 0px;
    margin-top: 0px;
    top: 0px;
    padding-top: 14.5px;
    padding-bottom: 13px;
    background: #FFFFFF;
    border-top: 0.8px solid #EFEFEF;
    border-bottom: 0.8px solid #EFEFEF;
    transition: 0.3s ease;
}

.header_bottom.active {
    position: fixed;
    top: 0px;
    margin-top: 0px;
    transition: 0.3s ease;
}

.header_bottom .btn {
    min-height: 46px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: none;
}

.header_bottom .btn span {
    font-size: 17px;
}

.header_bottom .btn:hover {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
}

.logoi30 {
    color: #0075FF !important;
    font-family: "Gilroy-Bold", sans-serif;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 20px;
}

.logoi30 span {
    color: #4DDEEA !important;
}

.landing-menu {
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: -13px;
}

.landing-menu ul {
    display: flex;
}

.landing-menu li {
    display: inline-block;
    margin-right: 33px;
}

.landing-menu .ref {
    display: inline-block;
    font-size: 16px;
    color: #969696;
}

.landing-menu .ref:hover {
    color: #0075FF;
}

@media (max-width: 1680px) {
    .header_bottom .btn {
        min-height: 44px;
    }

    .header_bottom .btn span {
        font-size: 16px;
    }
}

@media (max-width: 1320px) {
    .header_bottom .btn {
        min-height: 40px;
        line-height: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header_bottom .btn span {
        font-size: 15px;
    }

    .logoi30 {
        font-size: 18px;
    }

    .landing-menu {
        margin-right: -25px;
    }

    .landing-menu li {
        margin-right: 25px;
    }

    .landing-menu .ref {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .header_bottom {
        padding-top: 10px;
        padding-bottom: 9px;
    }

    .header_bottom .btn span {
        font-size: 14px;
    }

    .logoi30 {
        font-size: 16px;
    }

    .landing-menu {
        margin-right: -20px;
    }

    .landing-menu li {
        margin-right: 20px;
    }

    .landing-menu .ref {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .header_bottom {
        display: none;
    }
}

/* Sidebar */


/* Section-main */
.section-main {
    width: 100%;
    position: relative;
    padding-top: 242px;
    padding-bottom: 98px;
    overflow: hidden;
    z-index: 2;
}

.main {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main__info {
    display: inline-block;
    width: 690px;
}

.main__info p {
    display: block;
}

.main__info h1 {
    display: block;
    /*
  margin-top: 42px;
  */
    margin-top: 27px;
}

.main__action {
    display: flex;
    width: 100%;
    margin-top: 48px;
}

.main__action h5 {
    display: inline-block;
    max-width: calc(100% - 265px);
    margin-top: auto;
    margin-bottom: auto;
    font-family: "Gilroy-Regular";
    color: #0075FF;
    font-size: 40px;
    position: relative;
}

.main__action h5.sale-price::before {
    /*content: "228 000 ₽";*/
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 2px;
    transform: translateY(-100%);
    font-size: 15px;
    line-height: 18px;
    color: #CECECE;
    text-decoration: line-through;
    font-family: "Gilroy-Medium", sans-serif;
    font-weight: normal;
}

.main__action .btn {
    display: inline-flex;
    margin-top: auto;
    margin-bottom: auto;
    min-height: 67px;
    margin-left: 55px;
    padding-left: 33px;
    padding-right: 33px;
}

.main__media {
    display: inline-block;
    position: relative;
    width: calc(100% - 690px);
    margin-top: 38px;
}

.main__image {
    display: inline-block;
    position: relative;
    right: -178px;
    width: 572px;
    height: 572px;
    border-radius: 50%;
    border: 133px solid #FFFFFF;
    box-sizing: border-box;
    border: 1px solid transparent;
    /*background: url(/i30/img/main-ellipse.png) no-repeat center center/100% 100%;*/
    /*box-shadow: 3px 5px 21px -6px rgba(0, 0, 0, 0.25);*/
}

.main__image::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    width: 222px;
    height: 222px;
    border-radius: 50%;
    box-shadow: 3px 5px 12px -6px rgba(0, 0, 0, 0.25);
    display: none;
}

.main__image::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 5;
    right: 20px;
    top: 50%;
    transform: translate(0%, -50%);
    width: 306px;
    height: 100%;
    /*background: url(/i30/img/main-overlay.svg) no-repeat center center/100% 100%;*/
}

.main__image img {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 30px;
}

.main__play {
    display: flex;
    width: 100%;
    margin-left: -100px;
    margin-top: -108px;
    position: relative;
    z-index: 5;
}

.main__play .billet {
    width: 284px;
    margin-top: auto;
    margin-bottom: auto;
}

.main__play .play {
    margin-left: 72px;
}

.awards {
    display: block;
    flex-wrap: wrap;
    position: relative;
}

.awards__item {
    display: inline-block;
    position: relative;
    padding-left: 44px;
    min-height: 35px;
    max-width: 100%;
}

.awards__item img {
    display: inline-block;
    width: 35px;
    max-height: 35px;
    position: absolute;
    left: 0px;
    top: -3px;
}

.awards {
    margin-top: 20px;
}

@media (max-width: 1680px) {
    .section-main {
        padding-top: 204px;
        padding-bottom: 82px;
    }

    .main__info {
        width: 650px;
    }

    .main__info h1 {
        /*margin-top: 38px;*/
        margin-top: 23px;
    }

    .main__action {
        margin-top: 40px;
    }

    .main__action h5 {
        font-size: 36px;
    }

    .main__media {
        width: calc(100% - 650px);
        margin-top: 20px;
    }

    .main__image {
        right: -94px;
        width: 500px;
        height: 500px;
    }

    .main__image::before {
        width: 180px;
        height: 180px;
    }

    .main__image::after {
        right: 15px;
        width: 264px;
    }

    .main__image img {
        max-width: 540px;
        right: 128px;
        top: 45px;
    }

    .main__play .play {
        margin-left: 50px;
    }

    .awards {
        margin-top: 10px;
    }
}

@media (max-width: 1320px) {
    .section-main {
        padding-top: 184px;
        padding-bottom: 62px;
    }

    .main {
        justify-content: space-between;
    }

    .main__info {
        width: 570px;
    }

    .main__info h1 {
        /*margin-top: 30px;*/
        margin-top: 15px;
    }

    .main__action {
        margin-top: 30px;
    }

    .main__action h5 {
        font-size: 34px;
    }

    .main__action .btn {
        min-height: 60px;
        margin-left: 40px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .main__action .btn span {
        font-size: 18px;
    }

    .main__media {
        width: calc(100% - 700px);
        max-width: 620px;
        margin-top: 15px;
    }

    .main__image {
        right: 0px;
        width: 425px;
        height: 425px;
    }

    .main__image::before {
        width: 160px;
        height: 160px;
    }

    .main__image::after {
        right: 15px;
        width: 230px;
    }

    .main__image img {
        max-width: 490px;
        right: 112px;
        top: 22px;
    }

    .main__play {
        margin-left: -180px;
        margin-top: -62px;
    }

    .main__play .billet {
        width: 240px;
    }

    .main__play .play {
        margin-left: 35px;
    }
}

@media (max-width: 1199px) {
    .section-main {
        padding-top: 164px;
        padding-bottom: 58px;
    }

    .main__info {
        width: 520px;
    }

    .main__info h1 {
        /*margin-top: 22px;*/
        margin-top: 10px;
    }

    .main__action {
        margin-top: 24px;
    }

    .main__action h5 {
        font-size: 28px;
    }

    .main__action h5.sale-price::before {
        display: none;
    }

    .main__action .btn {
        min-height: 54px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .main__action .btn span {
        font-size: 16px;
    }

    .main__media {
        display: inline-flex;
        flex-direction: column;
        width: calc(100% - 520px);
        padding-left: 30px;
        max-width: 650px;
        margin-top: 0px;
    }

    .main__image {
        right: -5px;
        width: 370px;
        height: 370px;
        margin-left: auto;
        margin-right: auto;
    }

    .main__image::before {
        width: 130px;
        height: 130px;
    }

    .main__image::after {
        width: 192px;
    }

    .main__image img {
        max-width: 380px;
        right: 95px;
        top: 32px;
    }

    .main__play {
        margin-left: -80px;
        margin-top: -42px;
        width: calc(100% + 80px);
    }
}

@media (max-width: 991px) {
    .section-main {
        padding-top: 60px;
        padding-bottom: 58px;
    }

    .main {
        flex-wrap: wrap;
        width: 100%;
    }

    .main__info {
        width: 100%;
    }

    .main__info p {
        display: block;
        width: 100%;
        text-align: center;
    }

    .main__info h1 {
        display: inline-block;
        width: 100%;
        max-width: 660px;
        text-align: center;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .main__action {
        justify-content: center;
    }

    .main__action h5 {
        max-width: none;
    }

    .main__media {
        margin-top: 34px;
        padding-left: 0px;
        width: 100%;
        max-width: 100%;
    }

    .main__image {
        right: -58px;
    }

    .main__play {
        margin-left: auto;
        margin-right: auto;
        margin-top: -42px;
        width: auto;
    }

    .awards {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .section-main {
        padding-top: 50px;
        padding-bottom: 48px;
    }

    .main__info p {
        font-size: 16px;
    }

    .main__info h1 {
        max-width: 540px;
        /*margin-top: 16px;*/
        margin-top: 8px;
    }

    .main__action {
        margin-top: 20px;
    }

    .main__action h5 {
        font-size: 24px;
    }

    .main__action .btn {
        min-height: 50px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 30px;
    }

    .main__action .btn span {
        font-size: 15px;
    }

    .main__media {
        margin-top: 30px;
    }

    .main__image {
        width: 300px;
        height: 300px;
        right: -42px;
    }

    .main__image::before {
        width: 110px;
        height: 110px;
    }

    .main__image::after {
        width: 165px;
        right: 8px;
    }

    .main__image img {
        max-width: 300px;
        right: 78px;
        top: 35px;
    }

    .main__play .billet {
        width: 211px;
    }

    .main__play .play {
        margin-left: 20px;
    }

    .awards__item {
        padding-left: 32px;
        min-height: 25px;
        font-size: 14px;
    }

    .awards__item img {
        width: 25px;
        max-height: 25px;
        top: 0px;
    }
}

@media (max-width: 575px) {
    .section-main {
        padding-top: 36px;
        padding-bottom: 42px;
    }

    .main__info p {
        font-size: 15px;
    }

    .main__info h1 {
        max-width: 310px;
        /*margin-top: 12px;*/
        margin-top: 8px;
        line-height: 1.3em;
    }

    .main__action {
        margin-top: 16px;
    }

    .main__action h5 {
        font-size: 20px;
    }

    .main__action .btn {
        min-height: 42px;
        padding-left: 13px;
        padding-right: 13px;
        margin-left: 15px;
    }

    .main__action .btn span {
        font-size: 14px;
    }

    .main__media {
        margin-top: 24px;
    }

    .main__image {
        width: 250px;
        height: 250px;
        right: -34px;
    }

    .main__image::before {
        width: 108px;
        height: 108px;
    }

    .main__image::after {
        width: 126px;
        right: 8px;
    }

    .main__image img {
        width: 280px;
        max-width: 82.5vw;
        right: 38px;
        top: 25px;
    }

    .main__play .billet {
        width: 193px;
    }

    .awards {
        margin-top: 5px;
    }
}

/* Section-comfort */
.section-comfort {
    padding-top: 183px;
    padding-bottom: 110px;
    min-height: 886px;
    background: #0075FF;
    position: relative;
    z-index: 3;
    overflow-y: visible;
}

.section-comfort * {
    color: #fff;
}

.comfort {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.comfort__image {
    display: inline-block;
    position: relative;
    width: calc(100% - 656px);
}

.comfort__image::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 886.05px;
    height: 886.05px;
    border-radius: 50%;
    right: 0px;
    top: 0px;
    background: #fff;
}

.comfort__image img {
    display: inline-block;
    position: absolute;
    right: 47px;
    left: auto;
    visibility: hidden;
    top: 25px;
    max-width: calc(100% + 400px);
}

.comfort__info {
    display: inline-block;
    width: 656px;
    padding-left: 56px;
    padding-top: 62px;
}

.comfort__info .list_white {
    padding-top: 60px;
    padding-right: 30px;
}

.comfort__info .list_white li {
    margin-top: 14px;
    width: 50%;
    padding-right: 15px;
}

@media (max-width: 1680px) {
    .section-comfort {
        padding-top: 153px;
        padding-bottom: 100px;
        min-height: 766px;
    }

    .comfort__image {
        width: calc(100% - 616px);
    }

    .comfort__image::before {
        width: 766.05px;
        height: 766.05px;
    }

    .comfort__image img {
        right: 54px;
        top: 0px;
        max-width: calc(100% + 186px);
    }

    .comfort__info {
        width: 616px;
        padding-left: 48px;
        padding-top: 52px;
    }

    .comfort__info .list_white {
        padding-top: 40px;
        padding-right: 0px;
    }
}

@media (max-width: 1320px) {
    .section-comfort {
        padding-top: 138px;
        min-height: 686px;
    }

    .comfort__image {
        width: calc(100% - 566px);
    }

    .comfort__image::before {
        width: 706px;
        height: 706px;
    }

    .comfort__image img {
        right: 50px;
        max-width: 666px;
    }

    .comfort__info {
        width: 566px;
        padding-left: 30px;
        padding-top: 42px;
    }

    .comfort__info .list_white {
        padding-top: 30px;
    }
}

@media (max-width: 1199px) {
    .section-comfort {
        padding-top: 122px;
        min-height: 626px;
    }

    .comfort__image {
        width: calc(100% - 546px);
    }

    .comfort__image::before {
        width: 626px;
        height: 626px;
    }

    .comfort__image img {
        right: 30px;
        max-width: 616px;
    }

    .comfort__info {
        width: 546px;
        padding-top: 32px;
    }

    .comfort__info .list_white {
        padding-top: 26px;
    }
}

@media (max-width: 991px) {
    .section-comfort {
        padding-top: 60px;
        padding-bottom: 58px;
        min-height: auto;
    }

    .comfort {
        width: 100%;
        flex-wrap: wrap;
    }

    .comfort__image {
        width: 100%;
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        justify-content: center;
        order: 2;
        position: relative;
        margin-top: 28px;
        margin-bottom: -20px;
        padding-left: 140px;
    }

    .comfort__image::before {
        width: 586px;
        height: 466px;
        left: -300px;
        bottom: -180px;
        top: auto;
        z-index: 6;
    }

    .comfort__image img {
        position: relative;
        right: auto;
        max-width: 286px;
        left: 50px;
        bottom: 0px;
        margin-bottom: -44px;
    }

    .comfort__info {
        width: 100%;
        order: 1;
        padding-top: 0px;
        margin-top: 0px;
        padding-left: 0px;
    }

    .comfort__info h2 {
        width: 100%;
        text-align: center;
    }

    .comfort__info .list_white {
        padding-top: 26px;
        width: 100%;
        max-width: 514px;
        padding-left: 10px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .section-comfort {
        padding-top: 46px;
        padding-bottom: 48px;
    }

    .comfort__info .list_white {
        padding-top: 15px;
    }

    .comfort__image {
        max-width: 540px;
        margin-top: 25px;
        margin-bottom: -20px;
        padding-left: 150px;
    }

    .comfort__image::before {
        width: 426px;
        height: 386px;
        bottom: -160px;
        left: -170px;
    }

    .comfort__image img {
        max-width: 256px;
        left: 20px;
        margin-bottom: -34px;
    }
}

@media (max-width: 575px) {
    .section-comfort {
        padding-bottom: 58px;
    }

    .comfort__info .list_white {
        padding-top: 10px;
        width: 100%;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
    }

    .comfort__info .list_white li {
        width: 100%;
        padding-right: 0px;
    }

    .comfort__info .list_white li br {
        display: none;
    }

    .comfort__image {
        max-width: 200px;
        margin-top: 22px;
        margin-bottom: -20px;
        padding-left: 0px;
        margin-left: -20px;
    }

    .comfort__image::before {
        /*
    width: 296px;
    height: 280px;
    bottom: -120px;
    left: -186px;
    */
        display: none;
    }

    .comfort__image img {
        width: 90vw;
        max-width: 406px;
        margin-left: -70px;
        margin-right: auto;
        margin-bottom: -43.5px;
    }
}

/* Section-manufacturability */
.section-manufacturability {
    padding-top: 268px;
    padding-bottom: 126px;
}

.section-manufacturability h2 {
    width: 100%;
    text-align: center;
}

.manufacturability {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 58px;
}

.manufacturability__item {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    padding-right: 20px;
    width: calc(calc(100% - 633px) / 2);
}

.manufacturability__item .list {
    padding-bottom: 44px;
}

.manufacturability__item .list li {
    margin-top: 39px;
}

.manufacturability__item .list li b {
    font-family: "Gilroy-Bold", sans-serif !important;
}

.manufacturability__item:nth-child(1) .list {
    margin-top: auto;
}

.manufacturability__item:nth-child(2) {
    width: 633px;
    padding-right: 0px;
}

.manufacturability__item:nth-child(2) img {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
}

.manufacturability__item .billet {
    position: absolute;
    top: 42px;
    left: -20px;
    transform: translateX(-50%);
    max-width: 342px;
    z-index: 2;
}

.manufacturability__item .billet span {
    font-size: 18px;
}

@media (max-width: 1680px) {
    .section-manufacturability {
        padding-top: 238px;
        padding-bottom: 112px;
    }

    .manufacturability {
        margin-top: 44px;
    }

    .manufacturability__item {
        display: inline-flex;
        flex-direction: column;
        position: relative;
        padding-right: 20px;
        width: calc(calc(100% - 583px) / 2);
    }

    .manufacturability__item .list {
        padding-bottom: 34px;
    }

    .manufacturability__item .list li {
        margin-top: 24px;
    }

    .manufacturability__item:nth-child(2) {
        width: 583px;
    }

    .manufacturability__item .billet {
        top: 42px;
        left: 20px;
    }
}

@media (max-width: 1320px) {
    .section-manufacturability {
        padding-top: 190px;
        padding-bottom: 86px;
    }

    .manufacturability {
        margin-top: 34px;
    }

    .manufacturability__item {
        width: calc(calc(100% - 463px) / 2);
        padding-right: 10px;
    }

    .manufacturability__item .list {
        padding-bottom: 30px;
    }

    .manufacturability__item .list li {
        margin-top: 18px;
    }

    .manufacturability__item:nth-child(2) {
        width: 463px;
        padding-right: 0px;
    }

    .manufacturability__item .billet {
        max-width: 282px;
        top: 32px;
    }

    .manufacturability__item .billet span {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .section-manufacturability {
        padding-top: 182px;
        padding-bottom: 78px;
    }
}

@media (max-width: 991px) {
    .section-manufacturability {
        padding-top: 74px;
        padding-bottom: 72px;
        z-index: 3;
        position: relative;
    }

    .manufacturability {
        margin-top: 30px;
        flex-wrap: wrap;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .manufacturability__item {
        width: 100%;
        padding-right: 0px;
        margin-top: -8px;
    }

    .manufacturability__item .list {
        padding-bottom: 30px;
    }

    .manufacturability__item .list li {
        margin-top: 18px;
    }

    .manufacturability__item:nth-child(2) {
        width: 100%;
        padding-right: 0px;
    }

    .manufacturability__item:nth-child(2) img {
        margin-top: -30px;
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }

    .manufacturability__item .billet {
        position: relative;
        width: 282px;
        top: 14px;
        left: 50%;
        transform: translateX(-50%);
    }

    .manufacturability__item .billet span {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .section-manufacturability {
        padding-top: 62px;
        padding-bottom: 58px;
    }

    .manufacturability {
        margin-top: 26px;
    }

    .manufacturability__item {
        margin-top: -4px;
    }

    .manufacturability__item .list {
        padding-bottom: 17px;
    }

    .manufacturability__item .list li {
        margin-top: 14px;
    }
}

@media (max-width: 575px) {
    .section-manufacturability {
        padding-top: 54px;
        padding-bottom: 44px;
    }

    .manufacturability {
        margin-top: 20px;
        max-width: 360px;
    }

    .manufacturability__item {
        margin-top: -2px;
    }

    .manufacturability__item .list {
        padding-bottom: 20px;
    }

    .manufacturability__item .list li {
        margin-top: 10px;
    }

    .manufacturability__item:nth-child(2) img {
        margin-top: -36px;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .manufacturability__item .billet {
        width: 232px;
        top: 12px;
    }

    .manufacturability__item .billet span {
        font-size: 14px;
    }
}

/* Section-mobility */
.section-mobility {
    background: #0075FF;
    padding-top: 78px;
    padding-bottom: 144px;
    padding-bottom: 0px;
    flex-direction: column;
    z-index: 2;
    position: relative;
}

.section-mobility h2 {
    width: 100%;
    text-align: center;
    color: #fff;
}

.section-mobility .container {
    position: relative;
}

.section-mobility .linear-slider {
    margin-top: 68px;
}

.section-mobility .linear-slider__slide {
    border: 0px;
    border-left: 1px solid #0075FF;
    border-right: 1px solid #0075FF;
    margin-left: 0px;
    margin-right: 0px;
}

.section-mobility .linear-slider__slide a {
    height: 422px;
    margin-left: 0px;
    margin-right: 0px;
}

/*
.mobility {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;

	a {
		display: inline-block;
		position: relative;
		width: calc(100% / 3);
		height: 422px;

		img {
			display: inline-block;
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}
}
*/
.video-preview {
    display: inline-block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 144px;
    margin-bottom: -42px;
    width: 427px;
    height: 242px;
    border-radius: 11px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.video-preview iframe {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 11px;
    z-index: 2;
}

.video-preview .play {
    z-index: 4;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-preview .play .play-pulse {
    border-color: #137FFE;
    animation: play-pulse_02 2.5s infinite;
}

.video-preview:hover .play::before {
    background: #0075FF;
}

.video-preview:hover .play img {
    opacity: 0;
}

.video-preview:hover .play img.hover {
    opacity: 1;
}

.video-preview.active .play {
    opacity: 0;
    pointer-events: none;
}

.video-preview.active .video-preview__overlay {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
}

.video-preview__overlay {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 101%;
    height: 101%;
    transform: translate(-50%, -50%);
    border-radius: 11px;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    transition: 0.3s ease;
}

.video-preview__overlay h5 {
    display: inline-block;
    position: absolute;
    pointer-events: none;
    text-align: center;
    left: 0px;
    top: 26px;
    font-family: "Gilroy-SemiBold", sans-serif !important;
    color: #fff;
    font-size: 18px;
    line-height: 1.5em;
    transform: translateX(-50%);
}

.mobility-btn {
    position: absolute;
    top: 1330px;
    transform: translate3d(0px, -836px, 0px);
    right: 98px;
    width: 188px;
    height: 185.56px;
    border-radius: 50%;
    padding-left: 22px;
    padding-right: 22px;
    box-shadow: 3px 2px 11px #ADFAFF;
    background: linear-gradient(222.43deg, #4CDFE9 15.58%, #0075FF 62.57%);
    transition: 0.3s ease;
}

.mobility-btn:hover {
    transform: translateY(100%) scale(1.02);
    box-shadow: 4px 6px 18px #00E9F9;
    background: linear-gradient(222.43deg, #4CDFE9 15.58%, #0075FF 62.57%);
}

.mobility-btn span {
    font-size: 18px;
}

@media (max-width: 1680px) {
    .section-mobility {
        padding-top: 72px;
        padding-bottom: 118px;
        padding-bottom: 0px;
    }

    .section-mobility .linear-slider {
        margin-top: 44px;
    }

    .section-mobility .linear-slider__slide a {
        height: 330px;
    }

    .video-preview {
        margin-top: 90px;
        margin-bottom: -35px;
        width: 407px;
        height: 212px;
    }

    .mobility-btn {
        width: 168px;
        height: 162px;
        top: 1140px;
    }
}

@media (max-width: 1320px) {
    .section-mobility {
        padding-top: 66px;
        padding-bottom: 112px;
        padding-bottom: 0px;
    }

    .section-mobility .linear-slider {
        margin-top: 36px;
    }

    .section-mobility .linear-slider__slide {
        width: 384px !important;
    }

    .section-mobility .linear-slider__slide a {
        width: 100%;
        height: 248px !important;
    }

    .video-preview {
        margin-top: 60px;
        margin-bottom: -30px;
        width: 350px;
        height: 180px;
    }

    .video-preview__overlay h5 {
        font-size: 16px;
        top: 15px;
    }

    .mobility-btn {
        top: 910px;
        right: 220px;
        width: 158px;
        height: 152px;
    }

    .mobility-btn span {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .section-mobility {
        padding-top: 60px;
        padding-bottom: 104px;
        padding-bottom: 0px;
    }

    .section-mobility .linear-slider {
        margin-top: 28px;
    }

    .section-mobility .linear-slider__slide {
        width: 324px !important;
    }

    .section-mobility .linear-slider__slide a {
        height: 218px !important;
    }

    .video-preview {
        margin-top: 50px;
        margin-bottom: -20px;
    }

    .mobility-btn {
        top: 720px;
        width: 158px;
        height: 152px;
        right: 0px;
        left: 72%;
    }

    .mobility-btn span {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .section-mobility {
        padding-bottom: 185px;
        padding-bottom: 245px;
        padding-bottom: 185px;
    }

    .section-mobility .container {
        position: unset;
    }

    .video-preview {
        margin-top: 65px;
        margin-bottom: 68px;
    }

    .video-preview__overlay h5 {
        width: 100%;
        text-align: center;
        left: 50%;
        transform: translateX(-50%, -100%);
        top: -28px;
    }

    .video-preview__overlay h5 br {
        display: none;
    }

    .mobility-btn {
        top: auto !important;
        left: 50%;
        margin-left: -79px;
        bottom: 55px;
        transform: none !important;
    }
}

@media (max-width: 767px) {
    .section-mobility {
        padding-top: 56px;
        padding-bottom: 185px;
        padding-bottom: 230px;
        padding-bottom: 185px;
    }

    .section-mobility .linear-slider {
        margin-top: 24px;
    }

    .video-preview {
        margin-top: 58px;
        margin-bottom: 58px;
    }

    .mobility-btn {
        bottom: 50px;
    }
}

@media (max-width: 575px) {
    .section-mobility {
        padding-top: 48px;
        padding-bottom: 160px;
        padding-bottom: 210px;
        padding-bottom: 160px;
    }

    .section-mobility .linear-slider {
        margin-top: 22px;
    }

    .section-mobility .linear-slider__slide {
        width: 275px !important;
    }

    .section-mobility .linear-slider__slide a {
        width: 275px !important;
        height: 186px !important;
    }

    .video-preview {
        margin-top: 56px;
        width: 300px;
        height: 160px;
    }

    .video-preview__overlay h5 {
        font-size: 15px;
    }

    .mobility-btn {
        width: 148px;
        height: 142px;
        margin-left: -74px;
        bottom: 45px;
    }

    .mobility-btn span {
        font-size: 15px;
    }
}

/* Section-software */
.section-software {
    padding-top: 232px;
}

.software {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

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

.software__info h2 {
    padding-bottom: 26px;
}

.software__text p {
    max-width: 372px;
    display: block;
    margin-top: 31px;
    line-height: 1.18em;
}

.software__text p b {
    font-family: "Gilroy-Bold", sans-serif;
    font-weight: normal !important;
}

.software__advantages {
    padding-top: 12px;
}

.software__advantage {
    margin-top: 70px;
    padding-left: 94px;
    position: relative;
    max-width: 325px;
    line-height: 1.18em;
}

.software__advantage:nth-child(2) {
    /*margin-left: 80px;*/
}

.software__advantage b {
    font-family: "Gilroy-Bold", sans-serif;
    font-weight: normal !important;
}

.software__media {
    display: inline-block;
    position: relative;
    width: calc(100% - 490px);
    padding-bottom: 259px;
    padding-left: 28px;
}

.software__bg {
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    max-width: 100%;
    z-index: 0;
    user-select: none;
}

.phone {
    display: inline-block;
    position: relative;
    width: 294px;
    height: 632px;
    box-shadow: 30px 30px 45px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    margin-top: 204px;
    z-index: 2;
}

.phone .controls {
    position: absolute;
    z-index: 10;
    width: calc(100% + 60px);
    left: 50%;
    top: calc(50% + 15px);
    transform: translate(-50%, -50%);
    justify-content: space-between;
}

.phone__bg {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.phone__slider {
    z-index: 4;
    position: relative;
    display: block;
    width: calc(100% - 26px);
    left: calc(50% + 1px);
    transform: translateX(-50%);
    height: 582px;
    border-radius: 25px;
    margin-top: 32px;
    overflow: hidden;
}

.phone__slide {
    display: inline-block;
    height: 582px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-left: 0px !important;
    margin-right: 0px !important;
}

@media (max-width: 1680px) {
    .section-software {
        padding-top: 170px;
    }

    .software__info h2 {
        padding-bottom: 20px;
    }

    .software__text p {
        margin-top: 25px;
    }

    .software__advantages {
        padding-top: 8px;
    }

    .software__advantage {
        margin-top: 50px;
    }

    .software__advantage:nth-child(2) {
        /*margin-left: 60px;*/
    }

    .software__media {
        width: calc(100% - 490px);
        padding-bottom: 184px;
        padding-left: 28px;
    }

    .software__bg {
        width: 430px;
        right: 40px;
    }

    .phone {
        margin-top: 130px;
        width: 265px;
        height: 560px;
    }

    .phone__slider {
        height: 518px;
        margin-top: 28px;
    }

    .phone__slide {
        height: 518px;
    }
}

@media (max-width: 1320px) {
    .section-software {
        padding-top: 140px;
    }

    .software__info {
        width: 410px;
    }

    .software__info h2 {
        padding-bottom: 15px;
    }

    .software__text p {
        margin-top: 20px;
        font-size: 16px;
        max-width: 328px;
    }

    .software__advantages {
        padding-top: 8px;
    }

    .software__advantage {
        margin-top: 40px;
        padding-left: 74px;
    }

    .software__advantage p {
        font-size: 16px;
    }

    .software__media {
        width: calc(100% - 430px);
        margin-right: 40px;
        max-width: 640px;
        padding-left: 28px;
        padding-bottom: 136px;
    }

    .software__bg {
        width: 370px;
        right: 40px;
    }

    .phone {
        margin-top: 90px;
        width: 238px;
        height: 504px;
    }

    .phone__slider {
        height: 466px;
        margin-top: 24px;
    }

    .phone__slide {
        height: 466px;
    }
}

@media (max-width: 1199px) {
    .section-software {
        padding-top: 128px;
    }

    .software__advantage {
        padding-left: 68px;
    }

    .software__advantage:nth-child(2) {
        /*margin-left: 40px;*/
    }

    .software__info {
        width: 380px;
    }

    .software__media {
        margin-right: 3vw;
        padding-bottom: 116px;
        width: calc(100% - 450px);
        max-width: 560px;
        user-select: unset !important;
    }

    .software__bg {
        width: 320px;
        right: 0px;
    }

    .phone {
        margin-top: 70px;
    }
}

@media (max-width: 991px) {
    .section-software {
        padding-top: 68px;
    }

    .software {
        flex-wrap: wrap;
    }

    .software__info {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .software__info h2 {
        width: 100%;
        text-align: center;
        padding-bottom: 8px;
    }

    .software__info p {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .software__advantages {
        display: inline-block;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .software__advantage {
        max-width: 272px;
    }

    .software__advantage p {
        text-align: left;
    }

    .software__media {
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 82px;
        width: 460px;
        max-width: 100%;
        display: flex;
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: column;
        margin-top: 62px;
        padding-top: 0px !important;
    }

    .phone {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
    }

    .software__bg {
        width: 140px;
        max-height: 230px;
        right: 50%;
        transform: translate(50%, 0%);
        top: 0px;
        bottom: auto;
        display: none !important;
    }
}

@media (max-width: 767px) {
    .section-software {
        padding-top: 62px;
    }

    .software__info {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .software__info h2 {
        width: 100%;
        text-align: center;
        padding-bottom: 8px;
    }

    .software__info p {
        margin-top: 15px;
    }

    .software__advantages {
        padding-top: 5px;
    }

    .software__advantage {
        margin-top: 35px;
    }

    .software__media {
        padding-bottom: 74px;
        margin-top: 52px;
    }
}

@media (max-width: 575px) {
    .section-software {
        padding-top: 54px;
    }

    .software__info h2 {
        padding-bottom: 5px;
    }

    .software__info p {
        font-size: 14px;
        margin-top: 10px;
    }

    .software__advantage {
        margin-top: 22px;
        max-width: 205px;
        padding-left: 52px;
        padding-bottom: 0px;
    }

    .software__advantage:nth-child(2) {
        margin-left: 0px;
    }

    .software__advantage p {
        font-size: 14px;
    }

    .software__media {
        padding-bottom: 62px;
        margin-top: 42px;
        padding-top: 92px;
    }

    .phone {
        box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.25);
    }

    .phone .controls {
        width: calc(100% + 30px);
        top: calc(50% + 6px);
    }

    .phone {
        width: 202px;
        height: 428px;
    }

    .phone__slider {
        height: 396px;
        margin-top: 20px;
    }

    .phone__slide {
        height: 396px;
    }

    .software__bg {
        width: 110px;
        max-height: 210px;
    }
}

/* Section-safety */
.section-safety {
    padding-top: 92px;
    background: #0075FF;
    flex-direction: column;
}

.section-safety h2 {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-family: "Gilroy-Bold", sans-serif;
}
.section-questions h2 {
    font-size: 60px;
}

.safety {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 73px;
}

.safety__media {
    display: inline-block;
    width: 50%;
    height: 640px;
    position: relative;
}

.safety__media .controls {
    width: auto;
    display: inline-flex;
    z-index: 2;
    position: absolute;
    right: 11px;
    bottom: 20px;
    left: auto;
}

.safety__media .controls .control {
    margin-right: 16px;
}

.safety__slider {
    display: inline-block;
    width: 100%;
    height: 640px;
}

.safety__slide {
    display: inline-block;
    height: 640px;
    position: relative;
}

.safety__slide img {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.safety__brands {
    display: inline-flex;
    flex-direction: column;
    width: 50%;
    padding-right: 80px;
    padding-left: 25px;
}

.clients {
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    max-width: 555px;
    padding-top: 8px;
}

.clients p {
    display: block;
    color: #fff;
    padding-left: 36px;
}

.clients__items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-top: 52px;
}

.clients__item {
    display: inline-flex;
    height: 110px;
    width: calc(calc(100% - 120px) / 3);
}

.clients__item img {
    display: inline-block;
    margin: auto;
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

.clients__item.clients__item_04 img {
    top: -3px;
}

.clients__item.clients__item_05 img {
    top: 6px;
}

.clients__item.clients__item_07 img {
    top: -4px;
}

.clients__item.clients__item_11 img {
    top: 5px;
}

@media (max-width: 1680px) {
    .section-safety {
        padding-top: 75px;
    }

    .safety {
        margin-top: 56px;
    }

    .safety__media {
        height: 530px;
    }

    .safety__slider {
        height: 530px;
    }

    .safety__slide {
        height: 530px;
    }

    .safety__brands {
        padding-right: 40px;
    }

    .clients {
        max-width: 520px;
        padding-top: 2px;
    }

    .clients p {
        padding-left: 28px;
    }

    .clients__items {
        padding-left: 20px;
        padding-top: 34px;
    }

    .clients__item {
        height: 98px;
        width: calc(calc(100% - 100px) / 3);
    }
}

@media (max-width: 1320px) {
    .section-safety {
        padding-top: 68px;
    }

    .section-safety h2,
    .section-questions h2{
        font-size: 50px;
    }

    .safety {
        margin-top: 48px;
    }

    .safety__media {
        height: 460px;
    }

    .safety__media .controls {
        right: 10px;
        bottom: 15px;
    }

    .safety__media .controls .control {
        margin-right: 10px;
    }

    .safety__slider {
        height: 460px;
    }

    .safety__slide {
        height: 460px;
    }

    .safety__brands {
        padding-right: 20px;
        padding-left: 20px;
    }

    .clients {
        max-width: 400px;
    }

    .clients p {
        padding-left: 16px;
        font-size: 16px;
    }

    .clients__items {
        padding-left: 15px;
        padding-top: 28px;
    }

    .clients__item {
        height: 85px;
        width: calc(calc(100% - 80px) / 3);
    }
}

@media (max-width: 1199px) {
    .section-safety {
        padding-top: 64px;
    }

    .safety {
        margin-top: 42px;
    }

    .safety__media {
        height: 430px;
    }

    .safety__slider {
        height: 430px;
    }

    .safety__slide {
        height: 430px;
    }

    .clients__items {
        padding-top: 24px;
    }

    .clients__item {
        height: 80px;
        width: calc(calc(100% - 70px) / 3);
    }

    .clients {
        max-width: 360px;
    }
}

@media (max-width: 991px) {
    .section-safety {
        padding-bottom: 64px;
    }

    .safety {
        width: 100%;
        flex-wrap: wrap;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

    .safety__media {
        width: 100%;
        height: 400px;
    }

    .safety__media .controls {
        right: 20px;
        width: calc(100% - 40px);
        bottom: 20px;
        justify-content: space-between;
        top: calc(50% - 23px);
    }

    .safety__media .controls .control {
        margin-right: 0px;
        margin-left: 0px;
    }

    .safety__slider {
        height: 400px;
    }

    .safety__slide {
        height: 400px;
    }

    .safety__brands {
        width: 100%;
        padding-left: 10px;
        padding-right: 30px;
        margin-top: 42px;
    }

    .clients {
        width: 100%;
        max-width: 100%;
    }

    .clients p {
        width: 100%;
        text-align: center;
        font-size: 18px;
    }

    .clients__items {
        padding-top: 34px;
    }

    .clients__item {
        height: 94px;
        width: calc(calc(100% - 70px) / 3);
    }
}

@media (max-width: 767px) {
    .section-safety {
        padding-top: 58px;
        padding-bottom: 56px;
    }

    .section-safety h2,
    .section-questions h2{
        font-size: 32px;
    }

    .safety {
        margin-top: 35px;
        max-width: 100%;
    }

    .safety__brands {
        width: 100%;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 38px;
    }

    .clients__item {
        height: 88px;
        width: calc(calc(100% - 80px) / 3);
    }
}

@media (max-width: 575px) {
    .section-safety {
        padding-top: 52px;
        padding-bottom: 48px;
    }

    .section-safety h2,
    .section-questions h2{
        font-size: 20px;
    }

    .safety {
        margin-top: 25px;
    }

    .safety__brands {
        padding-right: 23px;
    }

    .safety__media {
        height: 320px;
        max-height: 70vw;
    }

    .safety__media .controls {
        right: 17.5px;
        width: calc(100% - 35px);
    }

    .safety__slider {
        height: 320px;
        max-height: 70vw;
    }

    .safety__slide {
        height: 320px;
        max-height: 70vw;
    }

    .safety__brands {
        margin-top: 28px;
        max-width: 460px;
    }

    .clients p {
        font-size: 16px;
    }

    .clients__items {
        padding-top: 27px;
    }

    .clients__item {
        height: 82px;
        max-height: 20vw;
        width: calc(calc(100% - 64px) / 3);
    }
}

/* Section-ecosystem */
.section-ecosystem {
    padding-top: 168px;
    padding-bottom: 155px;
    border-top: 1px solid #9A9A9A;
}

.ecosystem {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.ecosystem__info {
    display: inline-block;
    width: 540px;
    padding-right: 15px;
    padding-top: 4px;
}

.ecosystem__info p {
    display: block;
    margin-top: 20px;
    max-width: 462px;
    line-height: 1.2em;
}

.ecosystem__info .list {
    width: 100%;
    max-width: 496px;
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
}

.ecosystem__info .list li {
    width: 50%;
    max-width: 227px;
    display: inline-block;
    padding-right: 20px;
    margin-top: 30px;
    line-height: 1.2em;
}

.ecosystem__info .list li b {
    display: block;
}

.ecosystem__buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 68px;
}

.ecosystem__buttons .btn {
    width: calc(50% - 12.5px);
    padding-left: 20px;
    padding-right: 20px;
}

.ecosystem__media {
    display: inline-flex;
    flex-direction: column;
    width: calc(100% - 540px);
}

.ecosystem__media img {
    display: inline-block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 1680px) {
    .section-ecosystem {
        padding-top: 114px;
        padding-bottom: 105px;
    }

    .ecosystem {
        margin-top: 15px;
    }

    .ecosystem__info .list {
        padding-top: 20px;
    }

    .ecosystem__info .list li {
        margin-top: 20px;
    }

    .ecosystem__buttons {
        margin-top: 43px;
    }

    .ecosystem__media img {
        max-height: 606px;
    }
}

@media (max-width: 1320px) {
    .section-ecosystem {
        padding-top: 108px;
        padding-bottom: 100px;
    }

    .ecosystem {
        margin-top: 10px;
    }

    .ecosystem__info {
        width: 480px;
    }

    .ecosystem__info p {
        font-size: 16px;
        margin-top: 15px;
    }

    .ecosystem__info .list {
        padding-top: 18px;
    }

    .ecosystem__info .list li {
        margin-top: 15px;
    }

    .ecosystem__buttons {
        margin-top: 40px;
    }

    .ecosystem__buttons .btn {
        width: calc(50% - 10px);
        min-height: 67px;
    }

    .ecosystem__buttons .btn span {
        font-size: 18px;
        line-height: 1.25em;
    }

    .ecosystem__media {
        width: calc(100% - 480px);
    }

    .ecosystem__media img {
        max-height: 506px;
    }
}

@media (max-width: 1199px) {
    .section-ecosystem {
        padding-top: 84px;
        padding-bottom: 80px;
    }

    .ecosystem__buttons .btn {
        min-height: 60px;
    }

    .ecosystem__buttons .btn span {
        font-size: 16px;
    }

    .ecosystem__info {
        width: 450px;
    }

    .ecosystem__media {
        width: calc(100% - 450px);
    }

    .ecosystem__media img {
        max-height: 476px;
    }
}

@media (max-width: 991px) {
    .section-ecosystem {
        padding-top: 70px;
        padding-bottom: 76px;
    }

    .section-ecosystem h2 {
        width: 100%;
        text-align: center;
    }

    .ecosystem {
        flex-wrap: wrap;
        position: relative;
    }

    .ecosystem__info {
        width: 100%;
        padding-right: 0px;
    }

    .ecosystem__info p {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .ecosystem__info .list {
        width: 100%;
        max-width: 445px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        padding-left: 15px;
    }

    .ecosystem__info .list li {
        width: 60%;
        padding-right: 10px;
    }

    .ecosystem__info .list li:nth-child(2n) {
        width: 40%;
    }

    .ecosystem__media {
        width: 100%;
        margin-top: 38px;
        padding-bottom: 82px;
    }

    .ecosystem__media img {
        max-height: 426px;
    }

    .ecosystem__buttons {
        position: absolute;
        bottom: 0px;
        width: 100%;
        max-width: 480px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .section-ecosystem {
        padding-top: 62px;
        padding-bottom: 72px;
    }

    .ecosystem {
        margin-top: 5px;
    }

    .ecosystem__info p {
        margin-top: 15px;
    }

    .ecosystem__info .list {
        padding-top: 14px;
    }

    .ecosystem__buttons {
        max-width: 400px;
    }

    .ecosystem__buttons .btn {
        min-height: 54px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .ecosystem__buttons .btn span {
        font-size: 15px;
    }

    .ecosystem__media {
        margin-top: 32px;
        padding-bottom: 70px;
    }

    .ecosystem__media img {
        max-height: 386px;
    }
}

@media (max-width: 575px) {
    .section-ecosystem {
        padding-top: 52px;
        padding-bottom: 66px;
    }

    .ecosystem {
        margin-top: 2px;
    }

    .ecosystem__info p {
        margin-top: 10px;
        font-size: 14px;
    }

    .ecosystem__info .list {
        width: 100%;
        max-width: 100%;
        left: 0px;
        transform: none;
        padding-top: 10px;
        padding-left: 0px;
        justify-content: space-between;
    }

    .ecosystem__info .list li {
        width: 100%;
        max-width: 100%;
        padding-right: 0px;
        margin-top: 12px;
    }

    .ecosystem__info .list li:nth-child(2n) {
        width: 100%;
    }

    .ecosystem__info .list li::before {
        top: 5.5px;
    }

    .ecosystem__info .list li b {
        display: inline;
    }

    .ecosystem__media {
        margin-top: 30px;
        padding-bottom: 63px;
    }

    .ecosystem__buttons {
        max-width: 380px;
    }

    .ecosystem__buttons .btn {
        width: calc(50% - 7.5px);
        min-height: 50px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .ecosystem__buttons .btn span {
        font-size: 14px;
    }
}

/* Section-imu */
.section-imu {
    padding-top: 117px;
    overflow: hidden;
    width: 100%;
    padding-bottom: 182px;
    background-color: #0075FF;
    background-image: url(../img/imu-bg.png);
    background-repeat: no-repeat;
    background-position: calc(50% + 50px) calc(100% - 66px);
    background-size: 1125px auto;
}

.section-imu h2 {
    color: #fff;
    line-height: 1.23em;
}

.imu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.imu p {
    display: block;
    color: #fff;
    line-height: 1.2em;
}

.imu .btn {
    margin-top: 62px;
    max-width: 250px;
}

.imu__image {
    display: none;
}

.imu__info {
    display: inline-block;
    width: 328px;
    padding-right: 40px;
}

.imu__info p {
    margin-bottom: 30px;
}

.imu__info p b {
    font-family: "Gilroy-Bold", sans-serif !important;
    font-weight: normal !important;
}

.imu__items {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-around;
    width: calc(100% - 338px);
    max-width: 710px;
    margin-right: 10px;
    padding-top: 40px;
    padding-bottom: 50px;
}

.imu__item {
    display: inline-flex;
    width: 272px;
    padding-left: 83px;
    min-height: 68px;
    margin-top: 24px;
    position: relative;
}

.imu__item p {
    color: #fff;
    margin-top: auto;
    margin-bottom: auto;
    display: inline-block;
}

.imu__item:nth-child(1) {
    max-width: 230px;
}

.imu__item:nth-child(2) {
    margin-left: auto;
    margin-top: -72px;
}

.imu__item:nth-child(3) {
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
    position: relative;
    right: -45px;
}

.imu__item .plus p {
    color: #000;
}

@media (max-width: 1680px) {
    .section-imu {
        padding-top: 100px;
        padding-bottom: 138px;
        background-position: calc(50% + 55px) calc(100% - 46px);
        background-size: 970px auto;
    }

    .section-imu h2 {
        line-height: 1.15em;
    }

    .imu {
        margin-top: 20px;
    }

    .imu .btn {
        margin-top: 45px;
    }

    .imu__info p {
        margin-bottom: 20px;
    }

    .imu__items {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .imu__item {
        margin-top: 20px;
    }
}

@media (max-width: 1320px) {
    .section-imu {
        padding-top: 88px;
        padding-bottom: 114px;
        background-position: calc(50% + 75px) calc(100% - 15px);
        background-size: 800px auto;
    }

    .section-imu h2 {
        max-width: 780px;
    }

    .imu {
        margin-top: 15px;
    }

    .imu .btn {
        margin-top: 30px;
        min-height: 67px;
        max-width: 220px;
    }

    .imu .btn span {
        font-size: 18px;
        line-height: 1.25em;
    }

    .imu__info {
        width: 326px;
    }

    .imu__info p {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .imu__items {
        width: calc(100% - 326px);
        max-width: 680px;
    }

    .imu__item {
        width: 242px;
        padding-left: 70px;
        margin-top: 10px;
    }

    .imu__item:nth-child(2) {
        margin-left: auto;
        margin-top: -52px;
    }

    .imu__item:nth-child(3) {
        max-width: 235px;
        right: -15px;
    }

    .imu__item p {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .section-imu {
        padding-top: 78px;
        padding-bottom: 98px;
        background-position: calc(50% + 2vw) calc(100% - 15px);
        background-size: 700px auto;
    }

    .section-imu h2 {
        max-width: 730px;
    }

    .imu .btn {
        min-height: 60px;
        max-width: 200px;
    }

    .imu .btn span {
        font-size: 16px;
    }

    .imu__info {
        width: 306px;
        padding-right: 20px;
    }

    .imu__info p {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .imu__items {
        padding-left: 10px;
    }
}

@media (max-width: 991px) {
    .section-imu {
        padding-top: 68px;
        padding-bottom: 84px;
        background: #0075FF;
    }

    .section-imu h2 {
        max-width: 100%;
        width: 100%;
        text-align: center;
        line-height: 1.1em;
    }

    .imu {
        flex-wrap: wrap;
        margin-top: 6px;
        position: relative;
        padding-bottom: 98px;
    }

    .imu .btn {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        min-width: 322px;
        width: 322px;
    }

    .imu .btn br {
        display: none;
    }

    .imu__image {
        display: block;
        width: 590px;
        max-height: 440px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        left: -56px;
        order: 2;
        margin-top: 16px;
    }

    .imu__items {
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        margin-right: 0px;
        padding-top: 8px;
        width: 100%;
        max-width: 100%;
        order: 3;
    }

    .imu__info {
        width: 100%;
        order: 1;
        padding-right: 0px;
        padding-left: 0px;
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 16px;
    }

    .imu__info p {
        width: 100%;
        text-align: center;
    }

    .imu__item {
        width: 100% !important;
        max-width: 322px !important;
        padding-left: 70px;
        min-height: 58px;
        margin-top: 18px !important;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .imu__item br {
        display: none !important;
    }

    .imu__item:nth-child(3) {
        right: auto;
    }
}

@media (max-width: 767px) {
    .section-imu {
        padding-top: 62px;
        padding-bottom: 74px;
    }

    .imu {
        padding-bottom: 94px;
    }

    .imu__image {
        width: 536px;
        max-height: 400px;
        margin-top: 14px;
        left: -52px;
    }

    .imu__item {
        margin-top: 14px !important;
    }
}

@media (max-width: 575px) {
    .section-imu {
        padding-top: 54px;
        padding-bottom: 68px;
    }

    .section-imu h2 {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .imu {
        padding-bottom: 80px;
    }

    .imu .btn {
        width: 100%;
        min-width: auto;
        max-width: 262px;
        min-height: 50px;
    }

    .imu .btn span {
        font-size: 14px;
    }

    .imu__info p {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .imu__image {
        width: 130vw;
        max-width: 536px;
        max-height: 96vw;
        left: 50%;
        transform: translateX(calc(-60%));
    }

    .imu__item {
        max-width: 262px !important;
        margin-top: 12px !important;
        padding-left: 53px;
        min-height: 44px;
    }

    .imu__item p {
        font-size: 14px;
    }
}

/* Section-specification */
.section-specification {
    padding-top: 117px;
    padding-bottom: 162px;
}

.section-specification h2 {
    text-align: center;
}

.specification {
    display: flex;
    width: 100%;
    margin-top: 68px;
}

.specification__image {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: calc(100% - 620px);
    max-width: 540px;
    height: 396px;
    border-radius: 40px;
}

.specification__image img {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.specification__info {
    display: inline-flex;
    width: 612px;
    padding-left: 60px;
}

.specification__info .list {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    border-right: 1px solid #C0C0C0;
    padding-right: 20px;
    padding-bottom: 10px;
}

.specification__info .list li {
    margin-top: 13px;
    margin-bottom: 13px;
}

.specification__info .list li::before {
    top: 9px;
    left: -3px;
}

.specification__bonuses {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding-left: 56px;
    padding-top: 0px;
}

.specification__bonuses p {
    line-height: 1.2em;
}

.specification__bonuses p.specification__bonuses-title {
    margin-bottom: -12px;
    margin-top: -6px;
}

.specification__bonus {
    margin-top: 41px;
    display: inline-block;
    position: relative;
    padding-left: 68px;
}

.specification__icon {
    display: inline-flex;
    flex-direction: column;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 55px;
}

.specification__icon img {
    display: inline-block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.btn_specification {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 74px;
    max-width: 250px;
}

@media (max-width: 1680px) {
    .section-specification {
        padding-top: 100px;
        padding-bottom: 130px;
    }

    .specification {
        margin-top: 52px;
    }

    .specification__image {
        height: 340px;
        max-width: 520px;
    }

    .specification__info .list li {
        margin-top: 11px;
        margin-bottom: 11px;
    }

    .specification__bonus {
        margin-top: 36px;
    }

    .btn_specification {
        margin-top: 66px;
    }
}

@media (max-width: 1320px) {
    .section-specification {
        padding-top: 86px;
        padding-bottom: 108px;
    }

    .specification {
        margin-top: 44px;
    }

    .specification__image {
        height: 310px;
        width: calc(100% - 560px);
        max-width: 490px;
    }

    .specification__info {
        width: 560px;
        padding-left: 50px;
    }

    .specification__info .list li {
        margin-top: 9px;
        margin-bottom: 9px;
    }

    .specification__bonuses {
        padding-left: 50px;
    }

    .specification__bonuses p {
        font-size: 16px;
    }

    .specification__bonus {
        padding-left: 56px;
        margin-top: 30px;
    }

    .specification__icon {
        width: 40px;
        height: 45px;
    }

    .btn_specification {
        margin-top: 52px;
        min-height: 67px;
        max-width: 220px;
    }

    .btn_specification span {
        font-size: 18px;
        line-height: 1.25em;
    }
}

@media (max-width: 1199px) {
    .section-specification {
        padding-top: 72px;
        padding-bottom: 82px;
    }

    .specification {
        margin-top: 40px;
    }

    .specification__image {
        max-width: 450px;
        width: calc(100% - 520px);
    }

    .specification__info {
        padding-left: 40px;
        width: 520px;
    }

    .specification__bonuses {
        padding-left: 40px;
    }

    .btn_specification {
        margin-top: 46px;
        min-height: 60px;
        max-width: 200px;
    }

    .btn_specification span {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .section-specification {
        padding-top: 68px;
        padding-bottom: 84px;
    }

    .specification {
        flex-wrap: wrap;
        width: 100%;
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }

    .specification__image {
        max-width: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .specification__info {
        padding-left: 0px;
        width: 100%;
        max-width: 314px;
        margin-left: auto;
        margin-right: auto;
        flex-wrap: wrap;
        padding-top: 34px;
    }

    .specification__info .list {
        width: 100%;
        border-right: 0px solid transparent;
        border-bottom: 1px solid #C0C0C0;
        padding-bottom: 18px;
        margin-bottom: 28px;
    }

    .specification__info .list li {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .specification__bonuses {
        padding-left: 0px;
        width: 100%;
    }

    .specification__bonuses p.specification__bonuses-title {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .specification__bonuses p br {
        display: none;
    }

    .specification__bonus {
        margin-top: 38px;
    }

    .btn_specification {
        width: 100%;
        max-width: 314px;
        margin-top: 54px;
    }
}

@media (max-width: 767px) {
    .section-specification {
        padding-top: 60px;
        padding-bottom: 78px;
    }

    .specification {
        margin-top: 34px;
    }

    .specification__info {
        padding-top: 28px;
    }

    .specification__info .list {
        padding-bottom: 15px;
        margin-bottom: 24px;
    }

    .specification__info .list li {
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .specification__bonus {
        margin-top: 34px;
    }

    .btn_specification {
        margin-top: 52px;
    }
}

@media (max-width: 575px) {
    .section-specification {
        padding-top: 52px;
        padding-bottom: 70px;
    }

    .specification {
        margin-top: 26px;
    }

    .specification__image {
        height: 290px;
        max-height: 70vw;
    }

    .specification__info {
        padding-top: 25px;
        max-width: 268px;
    }

    .specification__info .list {
        padding-bottom: 12px;
        margin-bottom: 20px;
    }

    .specification__info .list li {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .specification__info .list li::before {
        top: 7px;
    }

    .specification__bonuses p {
        font-size: 14px;
    }

    .specification__bonus {
        padding-left: 44px;
        margin-top: 28px;
    }

    .specification__icon {
        width: 30px;
        height: 35px;
    }

    .btn_specification {
        margin-top: 40px;
        min-height: 50px;
        max-width: 268px;
    }

    .btn_specification span {
        font-size: 14px;
    }
}

/* Section-company */
.section-company {
    background: #0075FF;
    overflow: hidden;
}

.company {
    display: flex;
    width: 100%;
}

.certificates {
    position: relative;
    display: block;
    width: 30%;
    min-width: 606px;
}

.certificates__slider {
    display: block;
    flex-wrap: wrap;
    width: 100%;
}

.certificates__slider .slick-list {
    padding-right: 2px;
}

.certificates__slide {
    display: flex !important;
    width: 100%;
    border: 0px !important;
}

.certificate {
    display: inline-block;
    position: relative;
    width: calc(100% / 3);
    background: #fff;
    height: 14vw !important;
    min-height: 290px !important;
    border: 0.4px solid #EDEDED;
}

.certificate img {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
}

.certificate::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 1px);
    z-index: 2;
    opacity: 1;
    background-color: #000;
    mix-blend-mode: color;
    transition: all 0.4s ease-in-out;
}

.certificate::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 1px);
    border: 1.5px solid #0075FF;
    z-index: 3;
    opacity: 0;
    background-color: rgba(0, 117, 255, 0.05);
    transition: all 0.5s ease-in-out;
}

.certificate:hover::before {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.certificate:hover::after {
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.company__info {
    display: inline-block;
    width: 70%;
    max-width: calc(100% - 606px - 0px);
    padding-left: 106px;
    padding-right: 106px;
    padding-top: 22px;
    padding-bottom: 42px;
    margin-top: auto;
    margin-bottom: auto;
}

.company__info h2 {
    color: #fff;
    font-size: 110px;
}

.company__info .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 677px;
    padding-left: 8px;
    margin-top: 16px;
}

.company__info .list li {
    display: inline-block;
    width: calc(100% / 3);
    max-width: 218px;
    padding-right: 30px;
    margin-top: 30px;
    color: #fff;
}

.company__info .list li::before {
    background: #fff;
}

.company__info img {
    display: inline-block;
    width: 100%;
    max-width: 710px;
    max-height: 394px;
    margin-top: 14px;
}

.company__items {
    width: 100%;
    max-width: 707px;
    display: flex;
    justify-content: space-between;
    margin-top: 54px;
    padding-left: 8px;
}

.company__items p {
    display: inline-block;
    width: calc(50% - 15px);
    color: #fff;
    line-height: 1.2em;
}

.company__items p b {
    font-family: "Gilroy-Bold", sans-serif !important;
    font-weight: normal !important;
}

.company__items p:nth-child(2) {
    width: calc(50% - 45px);
}

@media (max-width: 1680px) {
    .company__info {
        padding-left: 40px;
        padding-right: 70px;
    }

    .company__info h2 {
        font-size: 100px;
    }

    .company__info .list {
        margin-top: 10px;
        max-width: 617px;
    }

    .company__info .list li {
        margin-top: 20px;
        padding-right: 15px;
    }

    .company__info img {
        max-width: 560px;
        max-height: 311px;
        margin-top: 15px;
    }

    .company__items {
        margin-top: 30px;
    }

    .company__items p {
        width: calc(50% - 10px);
    }

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

@media (max-width: 1320px) {
    .certificates {
        min-width: auto;
        width: 522px;
    }

    .certificate {
        height: auto;
        min-height: auto !important;
        height: 250px !important;
    }

    .company__info {
        width: calc(100% - 522px);
        max-width: none;
        padding-left: 30px;
        padding-right: 40px;
    }

    .company__info h2 {
        font-size: 88px;
    }

    .company__info .list {
        margin-top: 5px;
        max-width: 540px;
    }

    .company__info .list li {
        margin-top: 15px;
        padding-right: 10px;
    }

    .company__info img {
        max-width: 520px;
        max-height: 291px;
        margin-top: 12px;
    }

    .company__items {
        margin-top: 22px;
        max-width: 610px;
    }

    .company__items p {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .certificates {
        width: 462px;
    }

    .certificate {
        height: 234px !important;
    }

    .company__info {
        width: calc(100% - 462px);
        padding-left: 25px;
        padding-right: 30px;
    }

    .company__info h2 {
        font-size: 75px;
    }

    .company__info .list {
        max-width: 510px;
    }

    .company__info .list li {
        font-size: 15px;
    }

    .company__info .list li:nth-child(3n) {
        padding-right: 0px;
    }

    .company__info img {
        max-width: 480px;
        max-height: 270px;
    }

    .company__items {
        max-width: 570px;
    }

    .company__items p {
        font-size: 15px;
        width: calc(50% - 5px);
    }

    .company__items p:nth-child(2) {
        width: calc(50% - 20px);
    }
}

@media (max-width: 991px) {
    .section-company {
        padding-top: 44px;
        border-bottom: 1px solid #272727;
    }

    .company {
        flex-wrap: wrap;
    }

    .company__info {
        width: 100%;
        order: 1;
        display: flex;
        flex-direction: column;
    }

    .company__info h2 {
        width: 100%;
        text-align: center;
        font-size: 88px;
    }

    .company__info .list {
        margin-left: auto;
        margin-right: auto;
        max-width: 430px;
        padding-left: 45px;
        margin-top: 10px;
    }

    .company__info .list li {
        font-size: 16px;
        width: calc(50% - 10px);
    }

    .company__info img {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: 28px;
    }

    .company__items {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: inline-block;
        margin-top: 26px;
    }

    .company__items p {
        font-size: 16px;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .company__items p:nth-child(2) {
        width: 100%;
    }

    .certificates {
        width: 100%;
        order: 2;
        margin-top: 8px;
    }

    .certificates__slide {
        width: 593px;
        margin-left: 0px;
        margin-right: 0px;
        border: 0px;
    }

    .certificate {
        height: 288px !important;
    }
}

@media (max-width: 767px) {
    .section-company {
        padding-top: 34px;
    }

    .company__info h2 {
        font-size: 66px;
    }

    .certificates__slide {
        width: 475px;
    }

    .certificate {
        height: 230px !important;
    }
}

@media (max-width: 575px) {
    .section-company {
        padding-top: 20px;
    }

    .company__info {
        padding-bottom: 38px;
    }

    .company__info h2 {
        font-size: 34px;
        margin-top: 10px;
    }

    .company__info .list {
        display: inline-block;
        width: auto;
        max-width: none;
        padding-left: 5px;
    }

    .company__info .list li {
        display: block;
        width: 100%;
        font-size: 14px;
        padding-right: 0px;
    }

    .company__info .list li br {
        display: none;
    }

    .company__info img {
        margin-top: 24px;
        max-width: 340px;
        max-height: 221px;
    }

    .company__items {
        margin-top: 20px;
    }

    .company__items p {
        font-size: 14px;
        margin-top: 10px;
    }

    .certificates {
        margin-top: 0px;
    }
}

/* Section-community */
.section-community {
    padding-top: 124px;
    overflow: hidden;
    flex-direction: column;
}

.section-community h2 {
    width: 100%;
    text-align: center;
}

.clients {
    width: 100%;
    display: block;
}

.clients h2 {
    display: block;
    width: 100%;
    text-align: center;
}

.linear-slider {
    width: 100%;
    margin-top: 108px;
    transition: all 0s linear !important;
    /*
  &:active {
  	.slick-track {
  		transition-timing-function: ease !important;
  		transition-duration: 0.2s !important;
  	}
  }
  */
}

.linear-slider__slide {
    display: inline-block;
    border-left: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    overflow: hidden;
}

.linear-slider__slide a {
    display: block;
    width: 100%;
    position: relative;
    height: 318px;
    overflow: hidden;
    transition: all 0s !important;
}

.linear-slider__slide a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0s !important;
}

.linear-slider__slide:focus, .linear-slider__slide a:focus {
    outline: none !important;
}

@media (max-width: 1680px) {
    .section-community {
        padding-top: 106px;
    }

    .section-community .linear-slider {
        margin-top: 82px;
    }

    .section-community .linear-slider__slide a {
        height: 264px;
    }
}

@media (max-width: 1320px) {
    .section-community {
        padding-top: 88px;
    }

    .section-community .linear-slider {
        margin-top: 68px;
    }

    .section-community .linear-slider__slide {
        width: 244px !important;
    }

    .section-community .linear-slider__slide a {
        height: 244px !important;
    }
}

@media (max-width: 1199px) {
    .section-community {
        padding-top: 78px;
    }

    .section-community .linear-slider {
        margin-top: 45px;
    }
}

@media (max-width: 767px) {
    .section-community {
        padding-top: 68px;
    }

    .section-community .linear-slider {
        margin-top: 40px;
    }

    .section-community .linear-slider__slide {
        width: 206px !important;
    }

    .section-community .linear-slider__slide a {
        width: 206px !important;
        height: 206px !important;
    }

    .section-community .linear-slider__slide a img {
        width: 206px !important;
        height: 206px !important;
    }
}

@media (max-width: 575px) {
    .section-community {
        padding-top: 62px;
    }

    .section-community .linear-slider {
        margin-top: 34px;
    }
}

/* Section-connection */
.section-connection h3 {
    font-size: 35px;
}

@media (max-width: 1320px) {
    .section-connection h3 {
        font-size: 31px;
    }
}

@media (max-width: 991px) {
    .section-connection h3 {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .section-connection h3 {
        font-size: 22px;
    }
}


/* Section-kits */
.section-kits {
    padding-top: 85px;
    padding-bottom: 192px;
    border-top: 1px solid #9A9A9A;
}

.section-kits h2 {
    display: block;
    width: 100%;
    text-align: center;
}

.section-kits.section-kits__offset {
    padding-bottom: 0px !important;
}

.accent {
    width: 100%;
    color: #272727;
    margin-bottom: -5px;
    padding-top: 20px;
    border-top: 0.8px solid #D2D2D2;
}

.kits {
    width: 100%;
    display: block;
    padding-top: 20px;
}

.kits__item {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding-left: 61px;
    padding-right: 48px;
    padding-top: 55px;
    /*padding-bottom: 90px;*/
    margin-top: 53px;
    min-height: 390px;
    cursor: pointer;
    transition: 0.3s ease;
}

.kits__item h5 {
    display: block;
    width: 100%;
    color: #272727;
    font-size: 22px;
    margin-top: -5px;
    font-family: "Gilroy-Bold", sans-serif;
    padding-bottom: 40px;
    border-bottom: 0.8px solid #D2D2D2;
}

.kits__item ul {
    display: block;
    padding-bottom: 20px;
}

.kits__item li {
    display: block;
    margin-bottom: 26px;
    padding-left: 26px;
    font-size: 17px;
    color: #272727;
    position: relative;
}

.kits__item li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 8.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #272727;
}

.kits__item li span {
    display: block;
}

.kits__item li:last-child {
    /*margin-bottom: 0px !Important;*/
}

.kits__item:hover {
    box-shadow: 2px 6px 20px rgba(0, 0, 0, 0.25);
}

.kits__col {
    display: inline-block;
    width: 302px;
    padding-right: 0px;
    padding-left: 52px;
}

.kits__col:first-child {
    width: 240px;
    padding-left: 0px;
}

.kits__col:nth-child(5n-1) {
    width: 272px;
    padding-left: 0px;
}

.kits__prices {
    display: block;
    padding-top: 24px;
}

.kits__prices span {
    display: block;
    font-size: 30px;
    color: #0075FF;
    margin-top: 15px;
}

.kits__prices span s {
    text-decoration: none !important;
}

.kits__prices span.old {
    font-size: 22px;
    color: #969696;
    text-decoration: line-through;
}

.kits__prices span.old s {
    text-decoration: line-through !important;
}

.kits__sale {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    width: 55px;
    line-height: 54px;
    height: 55px;
    background: #0075FF;
    border-radius: 0px 15px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-family: "Gilroy-Medium", sans-serif;
}

.kits__col img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -6px;
}

.kits-text {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
    color: #272727;
    margin-top: 92px;
}

form .input.error {
    border: 1px solid #ff9393;
    color: #ff9393;
    font-weight: bold;
    transition: border .5s, color .5s, font-weight .5s;
  }

@media (max-width: 1680px) {
    .section-kits {
        padding-top: 70px;
        padding-bottom: 145px;
    }

    .kits {
        padding-top: 10px;
    }

    .kits__item {
        margin-top: 40px;
        padding-top: 45px;
        min-height: 340px;
    }

    .kits__item h5 {
        padding-bottom: 34px;
    }

    .kits__item ul {
        padding-bottom: 18px;
    }

    .kits__item li {
        margin-bottom: 22px;
    }

    .kits__prices {
        padding-top: 22px;
    }

    .kits-text {
        margin-top: 60px;
    }
}

@media (max-width: 1320px) {
    .section-kits {
        padding-top: 65px;
        padding-bottom: 120px;
    }

    .kits__item {
        margin-top: 30px;
        padding-left: 35px;
        padding-right: 28px;
        padding-top: 38px;
        min-height: 300px;
    }

    .kits__item h5 {
        font-size: 20px;
        padding-bottom: 28px;
    }

    .kits__item li {
        font-size: 15px;
        padding-left: 21px;
        margin-bottom: 16px;
    }

    .kits__item li::before {
        top: 7.5px;
    }

    .kits__prices {
        padding-top: 18px;
    }

    .kits__prices span {
        font-size: 24px;
        margin-top: 10px;
    }

    .kits__prices span.old {
        font-size: 18px;
    }

    .kits-text {
        margin-top: 45px;
        font-size: 16px;
    }

    .kits__sale {
        width: 45px;
        line-height: 46px;
        height: 45px;
        font-size: 13px;
    }

    .kits__col {
        width: 282px;
        padding-left: 42px;
    }

    .kits__col:first-child {
        width: 220px;
    }

    .kits__col:nth-child(5n-1) {
        width: 242px;
    }
}

@media (max-width: 1199px) {
    .kits__col {
        width: 252px;
        padding-left: 28px;
    }

    .kits__col:first-child {
        width: 185px;
    }

    .kits__col:nth-child(5n-1) {
        width: 236px;
    }
}

@media (max-width: 991px) {
    .kits {
        width: 100%;
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }

    .kits__item {
        margin-top: 30px;
        min-height: auto;
        flex-wrap: wrap;
        padding-top: 50px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .kits__item h5 br {
        display: none;
    }

    .kits__item ul {
        padding-bottom: 0px;
    }

    .kits__item li {
        margin-bottom: 14px;
    }

    .kits__item li br {
        display: none;
    }

    .kits__item li span {
        display: inline;
    }

    .kits__col {
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .kits__prices {
        padding-bottom: 25px;
    }

    .kits__col img {
        margin-top: 24px;
        max-height: 250px;
    }
}

@media (max-width: 767px) {
    .section-kits {
        padding-top: 60px;
        padding-bottom: 100px;
    }

    .kits {
        padding-top: 5px;
    }

    .kits__item h5 {
        font-size: 17px;
        padding-bottom: 16px;
    }

    .kits__item li {
        margin-bottom: 11px;
    }

    .kits__prices {
        padding-top: 14px;
        padding-bottom: 18px;
    }

    .kits__prices span {
        font-size: 21px;
    }

    .kits__prices span.old {
        font-size: 16px;
    }

    .kits__col img {
        margin-top: 20px;
        max-height: 230px;
    }

    .kits-text {
        margin-top: 35px;
    }
}

@media (max-width: 575px) {
    .section-kits {
        padding-top: 52px;
        padding-bottom: 70px;
    }

    .kits__sale {
        width: 42px;
        line-height: 41px;
        height: 42px;
        font-size: 12px;
    }

    .kits__item {
        margin-top: 25px;
        padding-top: 40px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .kits__item h5 {
        font-size: 16px;
        padding-bottom: 14px;
        padding-right: 25px;
    }

    .kits__item li {
        margin-bottom: 9px;
        padding-left: 14px;
    }

    .kits__prices {
        padding-top: 14px;
        padding-bottom: 17px;
    }

    .kits__prices span {
        font-size: 18px;
        margin-top: 6px;
    }

    .kits__prices span.old {
        font-size: 15px;
    }

    .kits__col img {
        margin-top: 18px;
        max-height: 220px;
    }

    .kits-text {
        margin-top: 30px;
    }
}

/* Footer */


/* Modal */
.overlay {
    position: absolute;
    width: 0vw;
    height: 0%;
    left: 0px;
    top: 0px;
    background: #0075FF;
    opacity: 0;
    z-index: -2;
    transition: opacity 0.4s ease, left 0.4s ease;
}

.overlay.overlay_white {
    left: -200px;
    top: 75px;
}

.overlay.active {
    cursor: pointer;
    left: 0px;
    top: 0px;
    position: fixed;
    width: 100vw;
    height: 100vh;
    opacity: 0.7;
    z-index: 100;
    transition: opacity 0.4s ease, left 0.4s ease;
}

.overlay.active.overlay_holiday {
    background: #003396;
    opacity: 0.9;
}

.overlay.overlay_white.active {
    background: #fff;
    opacity: 1;
    left: 0px;
    top: 100px;
    transition: opacity 0.4s ease, left 0.4s ease;
}

.overlay__close {
    display: inline-block;
    position: absolute;
    right: 0px;
    margin-right: -3px;
    top: 3px;
    font-size: 60px;
    line-height: 1em;
    color: #0075FF;
    z-index: 30;
    position: fixed;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.overlay__close:hover {
    transition: all 0.4s ease-in-out;
}

/*.modal {
    position: absolute;
    width: 0vw;
    height: 0%;
    left: -9999px;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 60px;
    padding-top: 58px;
    opacity: 0;
    z-index: -2;
}

.modal.active {
    position: fixed;
    width: 966px;
    max-width: calc(100% - 35px);
    background: #FFFFFF;
    box-shadow: 5px 5px 5px rgba(61, 61, 61, 0.25);
    border-radius: 17px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 101;
    transition: opacity 0.4s ease;
}*/

.modal.active.modal_holiday {
    width: 1000px;
    max-width: calc(100% - 120px);
    height: 808px;
    max-height: 100vh;
}

.modal.active.modal_holiday::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -32px;
    width: 1192px;
    max-width: calc(100% + 188px);
    height: 852px;
    max-height: calc(100vh + 40px);
    background: url(../img/modal-holiday.png) no-repeat center top/100% 100%;
}

.modal.active.modal_holiday .btn {
    position: absolute;
    width: 262px;
    min-height: 67px;
    border-radius: 17px;
    bottom: 58px;
    left: 50%;
    transform: translateX(-50%);
    background: #FECB1B;
    color: #003396;
    font-size: 19px;
}

.modal.active.modal_holiday .btn span {
    display: inline-block;
    margin: auto;
    color: #003396;
    font-size: 19px;
    font-family: "Gilroy-Bold", sans-serif;
}

.modal.active.modal_holiday-form {
    width: 450px;
    padding-top: 46px;
    padding-bottom: 68px;
}

.modal.active.modal_holiday-form h3 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #003396;
}

.modal.active.modal_holiday-form p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    margin-top: 30px;
}

.modal.active.modal_holiday-form form {
    width: 100%;
    max-width: 249px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 15px;
}

.modal.active.modal_holiday-form form .input {
    width: 100%;
}

.modal.active.modal_holiday-form form .select {
    width: 100%;
}

.modal.active.modal_holiday-form form .btn {
    width: 100%;
    background: #FECB1B;
    color: #003396;
    font-size: 19px;
    margin-top: 15px;
    min-height: 67px;
    border-radius: 17px;
}

.modal.active.modal_holiday-form form .btn span {
    display: inline-block;
    margin: auto;
    color: #003396;
    font-size: 19px;
    font-family: "Gilroy-Bold", sans-serif;
}

.holiday-strip {
    position: fixed;
    z-index: 40;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 85px;
    transform: translateY(100%);
    background-color: #003396;
    background-image: url(../img/modal-holiday_strip.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
}

.holiday-strip.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0%);
}

.holiday-strip:hover {
    background-color: #0057FF;
}

.modal_testdrive {
    padding: 0px;
}

.modal_consultation.active {
    width: 440px;
    padding: 0px;
}

.modal_consultation.active .connection {
    padding-left: 58px;
    padding-right: 58px;
    padding-bottom: 60px;
    padding-top: 58px;
}

.modal_consultation.active .connection form {
    padding-top: 24px;
}

.modal_consultation.active .connection h4 {
    padding-bottom: 0px;
}

.modal h3 {
    text-align: left;
    font-family: "Gilroy-ExtraBold", sans-serif;
}

.modal .connection {
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
}

.modal_testdrive-short.active {
    width: 638px;
    padding: 0px;
}

.modal_testdrive.active {
    padding: 0px;
}

.modal_writing.active {
    padding: 0px;
}

.modal_writing.active form {
    padding-top: 2px;
}

.modal_imu.active {
    width: 930px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.imu-presentation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 6px;
    padding-right: 11px;
    min-height: 450px;
}

.imu-presentation__info {
    display: inline-block;
    width: calc(100% - 445px);
    max-width: 275px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 34px;
    padding-bottom: 30px;
}

.imu-presentation__info p {
    display: block;
    margin-bottom: 16px;
    margin-top: 16px;
    line-height: 1.17em;
    font-size: 15px;
}

.imu-presentation__image {
    display: inline-flex;
    width: 445px;
    position: relative;
    min-height: 100%;
    max-height: calc(100vh - 40px);
}

.imu-presentation__image img {
    display: inline-block;
    margin: auto;
    width: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.modal_video.active {
    width: 930px;
    padding: 0px;
    border: 5px solid #fff;
    border-radius: 17px;
    overflow: hidden !important;
}

.video {
    display: flex;
    position: relative;
    width: 100%;
    height: 450px;
    border-radius: 17px;
    overflow: hidden !important;
}

.video iframe {
    display: inline-block;
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 17px !important;
    border: 0px solid transparent !important;
    transform: none !important;
    appearance: none !important;
}

.bottom-fixed {
    display: none;
}

.modal_thanks h3 {
    display: block;
    width: 100%;
    text-align: center;
    color: #0075FF;
}

.modal_thanks h3 br {
    display: none;
}

.holiday-strip_mob {
    display: none;
}

._icon_close {
    position: absolute;
    right: 25px;
    top: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
}

._icon_close:before {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../../img/icon_close.svg);
    width: 25px;
    height: 25px;
}

@media (max-width: 1680px) {
    .modal.active {
        width: 886px;
    }

    .modal_consultation.active {
        width: 440px;
    }

    .modal_consultation.active .connection {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 52px;
        padding-top: 52px;
    }

    .modal_testdrive-short.active {
        width: 606px;
    }

    .modal_imu.active {
        width: 860px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .imu-presentation {
        min-height: 420px;
    }

    .imu-presentation__info {
        padding-right: 20px;
        width: calc(100% - 415px);
        max-width: 295px;
        padding-top: 34px;
        padding-bottom: 30px;
    }

    .imu-presentation__info p {
        margin-bottom: 14px;
        margin-top: 14px;
    }

    .imu-presentation__image {
        width: 415px;
    }

    .video {
        height: 420px;
    }

    .holiday-strip {
        height: 75px;
    }
}

@media (max-width: 1320px) {
    .modal.active {
        width: 846px;
    }

    .modal_consultation.active {
        width: 420px;
    }

    .modal_testdrive-short.active {
        width: 586px;
    }

    .modal_video.active {
        border: 4px solid #fff;
    }

    .video {
        height: 400px;
    }
}

@media (max-width: 1199px) {
    .modal.active {
        width: 768px;
    }

    .modal_consultation.active {
        width: 420px;
    }

    .modal_consultation.active .connection {
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 37px;
        padding-top: 37px;
    }

    .modal_consultation.active .connection form {
        padding-top: 20px;
    }

    .modal_testdrive-short.active {
        width: 506px;
    }

    .imu-presentation {
        min-height: 360px;
    }

    .imu-presentation__info {
        width: calc(100% - 350px);
        max-width: 295px;
        padding-top: 28px;
        padding-bottom: 26px;
        padding-right: 40px;
    }

    .imu-presentation__info p {
        margin-bottom: 12px;
        margin-top: 12px;
        font-size: 14px;
    }

    .imu-presentation__image {
        width: 350px;
    }

    .video {
        height: 380px;
    }
}

@media (max-width: 1000px) {
    .modal.active {
        width: 400px;
    }

    .modal.active.modal_holiday {
        max-width: 299px;
        max-height: 513px;
    }

    .holiday-strip {
        display: none;
    }

    .holiday-strip_mob {
        display: block;
        position: fixed;
        z-index: 40;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 48px;
        transform: translateY(100%);
        background-image: url(../../img/modal-holiday_strip_mob.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        cursor: pointer;
        opacity: 0;
        pointer-events: none;
        transition: 0.3s ease;
    }

    .holiday-strip_mob.active {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0%);
    }

    .modal.active.modal_holiday::before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -32px;
        width: 100%;
        max-width: 299px;
        height: 100%;
        max-height: 513px;
        background: url(../../img/modal-holiday_mob.svg) no-repeat center top/100% 100%;
    }

    ._icon_close {
        top: -20px;
        right: 20px;
    }

    .new-modal.active.new-modal_holiday-form {
        padding: 20px;
    }

    .new-modal.new-modal_holiday-form h3 {
        font-size: 22px;
    }

    .new-modal.new-modal_holiday-form p {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .modal.active {
        width: 400px;
    }

    .modal_testdrive-short.active {
        width: 460px;
    }

    .modal_imu.active {
        padding-left: 30px;
        padding-right: 30px;
    }

    #modal_imu-02.active {
        padding-top: 38px;
    }

    .imu-presentation {
        min-height: auto;
        flex-wrap: wrap;
    }

    .imu-presentation__info {
        width: 100%;
        max-width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        order: 2;
    }

    .imu-presentation__info p {
        width: 100%;
        text-align: center;
    }

    #modal_imu-01 .imu-presentation__info {
        padding-top: 5px;
    }

    #modal_imu-03 .imu-presentation__info {
        padding-top: 0px;
        margin-top: -5px;
    }

    .imu-presentation__image {
        width: 350px;
        max-height: 350px;
        margin-left: auto;
        margin-right: auto;
        order: 1;
    }

    .modal.modal_video {
        width: 580px;
    }

    .video {
        height: 330px;
    }
}

@media (max-width: 767px) {
    .modal.active {
        width: 400px;
    }

    .modal_testdrive-short.active {
        width: 420px;
    }

    .modal_consultation.active .connection {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 27px;
        padding-top: 27px;
    }

    .modal_consultation.active .connection form {
        padding-top: 15px;
    }

    #modal_imu-02.active {
        padding-top: 34px;
    }

    .imu-presentation__info p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #modal_imu-01 .imu-presentation__info {
        padding-top: 0px;
    }

    .bottom-fixed {
        z-index: 55;
        position: fixed;
        bottom: 58px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100vw - 35px);
        max-width: 400px;
        min-height: 50px;
        display: flex;
        opacity: 0;
    }

    .bottom-fixed span {
        font-size: 18px;
    }

    .bottom-fixed.fadeIn {
        opacity: 1;
    }

    .modal.modal_video {
        width: 460px;
        border-width: 3px;
    }

    .video {
        height: 260px;
    }

    .modal_thanks {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 24px;
        padding-bottom: 24px;
        max-width: 280px !important;
    }

    .modal_thanks h3 br {
        display: block;
    }
}

@media (max-width: 575px) {
    .modal.active {
        width: 400px;
    }

    .modal_testdrive-short.active {
        width: 380px;
    }

    .modal_consultation.active .connection {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 28px;
        padding-top: 22px;
    }

    .modal_consultation.active .connection form {
        padding-top: 10px;
    }

    .modal_imu.active {
        padding-left: 15px;
        padding-right: 15px;
    }

    #modal_imu-02.active {
        padding-top: 30px;
    }

    .imu-presentation__info {
        padding-bottom: 16px;
    }

    .video {
        height: 210px;
        max-height: 70vw;
    }
}

@media (max-width: 530px) {
    .modal.active {
        width: 340px;
    }
}
/* Mobile-menu */
.mobile-menu {
    display: none;
}

@media (max-width: 1199px) {
    .modal-menu {
        display: block;
        width: 100%;
        height: 100vh;
        padding-left: 30px;
        padding-right: 30px;
        position: fixed;
        opacity: 0;
        left: -2000px;
        top: 75px;
        pointer-events: none;
        transition: opacity 0.3s ease, left 0.9s ease;
    }

    .modal-menu.active {
        opacity: 1;
        z-index: 101;
        left: 0px;
        width: 100%;
        top: 100px;
        height: 100vh;
        overflow: visible;
        pointer-events: auto;
        transition: opacity 0.3s ease, left 0.4s ease;
    }

    .mobile-menu {
        display: block;
        width: 100%;
    }

    .mobile-menu ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        width: 100%;
        z-index: 21;
        padding-top: 13px;
    }

    .mobile-menu ul li {
        display: block;
        width: 100%;
    }

    .mobile-menu ul li .ref {
        display: inline-block;
        height: 100%;
        text-align: left;
        text-decoration: none;
        line-height: 1.3em;
        color: #0075FF;
        margin-top: 21px;
        font-size: 38px;
        transition: opacity 0.4s ease-in-out;
    }

    .mobile-menu__ref:hover {
        text-decoration: none;
        transition: opacity 0.4s ease-in-out;
    }
}

@media (max-width: 991px) {
    .modal-menu {
        padding-left: 24px;
        padding-right: 24px;
    }

    .mobile-menu ul li .ref {
        margin-top: 16px;
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .modal-menu {
        padding-left: 20px;
        padding-right: 20px;
        top: 65px;
    }

    .modal-menu.active {
        top: 90px;
    }

    .mobile-menu ul {
        padding-top: 10px;
    }

    .mobile-menu ul li .ref {
        margin-top: 14px;
        font-size: 31px;
    }
}

@media (max-width: 575px) {
    .modal-menu {
        padding-left: 15px;
        padding-right: 15px;
        top: 51px;
    }

    .modal-menu.active {
        top: 85px;
    }
}
/*Блок бесплатная доставка на баннере*/
div.block_delivery{
	position: relative;
	width: 153px;
	bottom: 96px;
    right: 126px;
    margin-top: auto;
    margin-bottom: auto;
    display: inline-block;
    padding-left: 12px;
    padding-right: 26px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #FFFFFF;
    box-shadow: 1px 2px 7px rgb(0 0 0 / 25%);
    border-radius: 10px;
    color: #164194;
	}
	div.icon_delivery{
	position: absolute;
    float: left;
    width: 32px;
    height: 31px;
    margin-left: 7px;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	}
	div.icon_delivery img{
	margin-left: 10px;
	max-width: 100%;
	max-height: 100%;
	}
	div.text_delivery{
	float: right;
	}
	div.text_delivery p{
	font-size: 12px;
	}
	@media screen and (max-width: 1320px) {
		div.block_delivery{
		bottom: 55px;
		right: 251px;
		}
	}
	@media screen and (max-width: 1200px) {
		div.block_delivery{
		bottom: 38px;
		right: -6px;
        margin-top: 5px
		}
	}
	@media screen and (max-width: 991px) {
		div.block_delivery{
		left: none;
		right: 19px;
		margin-left: auto;
		margin-right: auto;
		}
	}
	@media screen and (max-width: 767px) {
		div.block_delivery{
		right: 12px;
        bottom: 47px;
		}
	}
	@media screen and (max-width: 575px) {
		div.block_delivery{
		margin-top: 7px;
		right: 21px;
        bottom: 44px;
		}
	}
	@media screen and (max-width: 281px) {
		div.block_delivery{
		right: 6px;
		}
	}
    /* Формы Б24 */

  div.modal.active.modal_b24{
    width: 450px;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  div.modal.active.modal_b24_big{
    padding: 0;
    width: 800px;
  }
  div.modal.active.modal_b24_big .connection{
    padding-left: 320px;
    padding-right: 10px;
    padding-bottom: 14px;
    padding-top: 14px;
  }
  div.modal.active.modal_b24_big form, .form_b24 .connection form{
    display: block;
  }
  div.b24-window-scrollable{
    overflow: hidden;
    border-radius: 5px;
    padding: 7px;
  }
  div.b24-form .b24-form-wrapper, .b24-form-wrapper .b24-form-btn{
    border-radius: 17px;
  }
  .b24-form-wrapper .b24-form-btn{
    color: #FFFFFF;
    font-size: 19px;
    font-weight: bold;
  }
  .b24-form-wrapper .b24-form-btn:hover{
    box-shadow: 0px 3px 10px #0075FF;
  }
  div.b24-form .b24-form-wrapper{
    padding: 10px;
  }
  div.b24-form .b24-form-content .b24-form-control-container input, div.b24-form .b24-form-content .b24-form-control-container textarea{
    border: 0.8px solid #D0D0D0;
    border-radius: 17px;
    text-align: center;
    color: #B9B9B9;
    background-color: #fff;
  }
  div.b24-form .b24-form-content .b24-form-control-container textarea{
    text-align: left;
  }
  div.b24-form .b24-form-field .b24-form-control-container.b24-form-control-icon-after input{
    padding-right: 10px;
  }
  div.b24-form .b24-form-content .b24-form-control-container input:focus, div.b24-form .b24-form-content .b24-form-control-container textarea:focus {
    color: #0075FF;
    border-color: #0075FF;
    transition: 0.3s ease;
  }
  div.b24-window-panel.b24-window-panel-pos-center{
      height: 490px;
      top: 50%;
      margin-top: -245px;
  }
  div.b24-form .b24-form-header{
    border-bottom: none;
  }
  div.b24-form .b24-form-header-title{
    color: #0075FF;
    font-family: "Gilroy-ExtraBold", sans-serif;
    font-weight: 700;
    font-size: 28px;
  }
  div.b24-form .b24-form-dropdown-container{
    height: 170px;
    border-radius: 10px;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  div.b24-form .b24-form-dropdown-container::-webkit-scrollbar { width: 0; }
  .b24-form-field.b24-form-field-agreement.b24-form-control-agreement input{
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
  }
  
  div.b24-form .b24-form-control-list-selector-item-title{
    color: #0032E3;
  }
  div.b24-form .b24-form-inner-box{
    background-color: #FFFFFF;
  }
  div.b24-form .b24-form-icon-remove, div.b24-form .b24-form-control-alert-message{
    display: none;
  }
  div.b24-form .b24-form-control-alert{
    margin-bottom: 15px !important;
  }
  div.b24-form .b24-form-btn-block button{
    background: linear-gradient(84.96deg, #0075FF 47.33%, #42c7e5 98.43%);
  }
  div.b24-form .b24-form-sign{
    display: none;
  }
  @media (max-width: 1680px){
    div.modal.active.modal_b24_big{
        width: 770px;
      }
      div.modal.active.modal_b24_big .connection{
        padding-left: 300px;
      }
  }
  @media (max-width: 1320px){
    
  }
  @media (max-width: 1199px){
    
  }
  @media (max-width: 991px){
    div.modal.active.modal_b24_big{
        width: 450px;
    }
    div.modal.active.modal_b24_big .connection{
        padding-left: 10px;
    }
    div.b24-form .b24-form-header-title{
      font-size: 23px;
    }
    .b24-form-content{
        padding-top: 0;
    }
  }
  @media (max-width: 767px){
    div.modal.active.modal_b24_big .connection{
        max-width: 450px;
    }
  }
  @media screen and (max-width: 575px) {
    div.modal.active.modal_b24_big .connection{
        max-width: 450px;
    }
    div.modal.active.modal_b24, div.modal.active.modal_b24_big {
        width: 407px;
    }
    div.b24-window-panel.b24-window-panel-pos-center{
        height: 530px;
        max-width: 380px;
    }
    .b24-window .b24-window-panel {
          overflow: revert;
    }
    .b24-form .b24-window-panel>div>.b24-window-scrollable{
          bottom: auto;
    }
    div.b24-form div.b24-form-header-title{
        font-size: 20px;
    }
    div.b24-form .b24-form-header-description{
        display: none;
    }
    .b24-form-wrapper .b24-form-btn {
        font-size: 17px;
    }
    .modal_b24 div.b24-form form {
        padding-left: 0;
        padding-right: 0;
    }
    div.b24-form form{
        max-width: 100%;
    }
  }
  @media (max-width: 512px){
      .b24-form .b24-window .b24-window-scrollable {
      padding-bottom: 20px;
      }
  }
  @media (max-width: 420px){
    div.b24-form div.b24-form-header-title{
      font-size: 18px;
    }
  }

  /* Cookies */
  .new-btn {
    position: relative;
    align-items: center;
    justify-content: center;
    border: 0px !important;
    text-align: center;
    text-decoration: none;
    color: #004271;
    font-family: "Gilroy-ExtraBold", sans-serif;
    font-weight: 800;
    font-size: 18px;
    background: #FECB1B;
    border-radius: 10px !important;
    cursor: pointer;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.3s ease;
}
.popup-cookies {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 582px;
    right: 0px;
    bottom: 0px;
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 19px;
    padding-bottom: 19px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 20px 0px 0px 0px;
  
  
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  
  .popup-cookies.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 104;
  }
  
  .popup-cookies__text {
    display:  inline-block;
    width: calc(100% - 97px);
    padding-top: 1px;
    padding-right: 16px;
    font-size: 15px;
    line-height: 20px;
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    color: #4D4D4D;
  }
  
  .popup-cookies__text .ref {
    display: inline-block;
    position: relative;
    font: inherit;
    color: #4D4D4D;
    transition: all 0.3s ease;
  }
  
  .popup-cookies__text .ref::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 100%;
    height: .5px;
    background: #4D4D4D;
    transition: all 0.3s ease;
  }
  
  .popup-cookies__text .ref:hover {
    color: #004271;
  }
  
  .popup-cookies__text .ref:hover::before {
    opacity: 0;
  }
  
  .popup-cookies .new-btn {
    display: inline-flex;
    width: 97px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: auto;
    height: 41px;
    margin-top: 0px;
    box-shadow: none;
  }
  
  .popup-cookies .new-btn span {
    font-size: 18px;
    line-height: 25px;
    color: #00489D;
    transition: all 0.3s ease;
  }
  
  .popup-cookies .new-btn:hover span {
    color: #fff;
  }
  .popup-cookies .new-btn:hover {
    background-color: #00489D;
  }
  
  @media (max-width: 1200px) {
  
  }
  
  @media (max-width: 1000px) {
  
  .popup-cookies {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    justify-content: center;
  }
  
  .popup-cookies__text {
    width: auto;
    max-width: calc(100% - 97px);
    padding-right: 20px
  }
  
  }
  
  @media (max-width: 768px) {
  
  .popup-cookies {
    flex-wrap: wrap;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  
  .popup-cookies__text {
    max-width: calc(100% - 65px);
    font-size: 13px;
    line-height: 16px;
  }
  
  .popup-cookies .new-btn {
    width: 65px;
  }
  
  }
  /* Section-history */

.section-history {
    width: 100%;
    padding-top: 125px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .section-history .container{
    width: auto;
  }

  .section-history .row, .section-history .container{
    text-align: center;
  }

  .section-history p{
    font-size: 15px;
    padding-top: 25px;
  }

  .history-info {
    display: flex;
    width: 100%;
  }
  
  .history-info h2 {
    font-family: 'Gilroy-ExtraBold', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: normal;
    position: relative;
    font-size: 50px;
    line-height: 1.2em;
    max-width: 858px;
    width: 100%;
    color: #0042A0;

    /*font-weight: 800;*/
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  
  .history {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 76px;
  }
  
  .history__btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 57px;
    height: 12vw;
    max-height: 250px;
    background: rgba(0, 46, 112, 0.7);
    cursor: pointer;
    z-index: 4;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
  .history__btn img {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 27px;
    max-height: 60px;
    transition: all 0.3s ease;
  }
  
  .history__btn:hover {
    background: rgba(0, 46, 112, 0.9);
  }
  
  .history.active .history__btn img {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  
  
  .history-slider {
    display: flex;
    width: 100%;
  }
  
  .history-slider__item {
    display: none;
    width: 100%;
    border: 0px !important;
  }

  .history-slider__item.active {
    display: block;
  }
  
  .history-items {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    width: 100%;
    flex-wrap: wrap;
    justify-content: left;
    width: 100vw;
    min-width: 100vw;
    /*height: calc(calc(12vw * 2));
    max-height: calc(calc(250px * 2));*/
  }
  
  .history-items a {
    display: inline-block;
    width: 20%;
    height: 12vw;
    max-height: 250px;
  }
  
  .history-items a img {
    display: block;
    width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  
  .section-history .controls {
    display: flex;
    width: 100%;
    position: absolute;
    left: 0px;
    padding-left: 56px;
    padding-right: 25px;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    justify-content: space-between;
    pointer-events: none;
  }
  
  .section-history .control {
    display: inline-block;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    pointer-events: auto;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .section-history .control:hover {
    background: #0042A0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0);
  }
  
  .section-history .control svg {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .section-history .control_prev svg {
    left: calc(50% - 2px);
  }
  
  .section-history .control_next svg {
    left: calc(50% + 2px);
  }
  
  .section-history .control svg * {
    transition: all 0.3s ease;
  }
  
  .section-history .control:hover svg * {
    fill: #fff;
  }
  
  
  @media (max-width: 1680px) {
  
  .section-history {
      padding-top: 110px;
      padding-bottom: 30px;
  }
  
  .history {
      margin-top: 56px;
  }
  .section-history .controls {
    padding-left: 50px;
  }
    }
  
  @media (max-width: 1380px) {
  
  .section-history {
      padding-top: 100px;
      padding-bottom: 25px;
  }
  
  .history-info h2 {
    font-size: 42px;
    max-width: 902px;
  }
  
  .history {
      margin-top: 48px;
  }
  .section-history .controls {
    padding-left: 45px;
    padding-right: 17px;
  
  }
  
  }

  @media (max-width: 1320px) {
    .section-history .container{
        padding-left: 0;
        padding-right: 0;
    }
  }
  
  @media (max-width: 1200px) {
  
  .history__btn {
    height: 21vw;
    max-height: 230px;
  }
  
  .history-items {
    height: auto;
    max-height: none;
  }
  
  .history-items a {
    width: calc(100% / 2);
    height: 28vw;
    max-height: 265px;
  }
  .section-history .controls {
    padding-left: 40px;
  }
  
  }
  
  @media (max-width: 1000px) {
  
  .section-history {
      padding-top: 90px;
      padding-bottom: 20px;
  }
  
  .history-info h2 {
    font-size: 35px;
    width: calc(100vw - 40px);
    max-width: 780px;
  }
  
  }
  
  @media (max-width: 991px) {
    .section-history .controls {
        padding-left: 17px;
    }
  }

  @media (max-width: 768px) {
  
  .section-history {
      padding-top: 80px;
      padding-bottom: 20px;
  }
  
  .history {
      margin-top: 38px;
  }
  
  .history-info h2 {
    font-size: 25px;
    line-height: 1.26em;
  }
  
  }
  
  @media (max-width: 575px) {
  
  .section-history {
      padding-top: 65px;
      padding-bottom: 15px;
  }
  
  .history {
      margin-top: 32px;
  }
  /*
  .history-items {
    height: calc(31vw * 5);
    max-height: calc(252px * 5);
  }
  */
  
  .history-items a {
    width: calc(100% / 2);
    height: 31vw;
    max-height: 252px;
  }
  
  .history__btn {
    width: 40px;
    height: 31vw;
    max-height: 252px;
  }
  
  .history__btn img {
    width: 18px;
    max-height: 50px;
  }
  
  .section-history .controls {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .section-history .control {
    width: 46px;
    height: 46px;
  }
  
  .section-history .control svg {
    width: 22px;
    height: 22px;
  }
  
  .section-history .control_prev svg {
    left: calc(50% - 1px);
  }
  
  .section-history .control_next svg {
    left: calc(50% + 1px);
  }
  
  
  }

.connection__bg img{
    height: auto;
    width: auto;
}
/*

@media (max-width: 1680px) {

}

@media (max-width: 1320px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}

@media (max-width: 575px) {

}

*/
/*
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);

	background-image: url('../img/name.png');
	background-position: center;
	background-size: cover;

	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;

	::before {
		content: "";
		display: block;
		padding-top: 100%;
	}




	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;


*/
