@charset "UTF-8";

/* General */

@font-face {
    font-family: LADAPragmatica;
    font-style: normal;
    font-weight: 400;
    src: local("LADAPragmatica"), url(/fonts/d2/LADAPragmatica.woff) format("woff")
}

@font-face {
    font-family: LADAPragmatica;
    font-style: normal;
    font-weight: 700;
    src: local("LADAPragmatica"), url(/fonts/d2/LADAPragmatica-Bold.otf) format("opentype")
}

@font-face {
    font-family: LADAPragmatica;
    font-style: normal;
    font-weight: 300;
    src: local("LADAPragmatica"), url(/fonts/d2/PragmaticaLightC.woff) format("woff")
}

body {
    margin: 0;
    font-family: LADAPragmatica, Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
}

a {
    color: #e37639;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #e37639;
}

*, :after, :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

button {
    border: none;
    background: transparent;
}

h2 {
    font-size: 36px;
    line-height: 120%;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: 300;
    color: #4c5865;
    margin-top: 30px;
    margin-bottom: 26px;;
}

h4 {
    color: #66727d;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    text-transform: uppercase;
    text-decoration: none;
}

/* Navbars */

.first-navbar {
    position: absolute;
    width: 100%;
    z-index: 1000;
    background: linear-gradient(
            180deg, rgba(0, 0, 0, .5), transparent);
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
}

.scroll-down .first-navbar, .scroll-down .white-bg .first-navbar {
    position: fixed;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: opacity .3s ease-out;
    transition: transform .15s ease-out, opacity .3s ease-out;
    transition: transform .15s ease-out, opacity .3s ease-out;
}

.scroll-up .first-navbar, .white-bg .first-navbar {
    position: fixed;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .3s ease-out, visibility 1s, -webkit-transform .15s ease-out;
    transition: opacity .3s ease-out, visibility 1s, -webkit-transform .15s ease-out;
    transition: transform .15s ease-out, opacity .3s ease-out, visibility 1s;
    transition: transform .15s ease-out, opacity .3s ease-out, visibility 1s, -webkit-transform .15s ease-out;
    z-index: 1010;
    opacity: 1;
    background: transparent;
}

.first-navbar.opened {
    height: 100%;
    z-index: 1010;
    background: #000000de;
}

.first-navbar.opened .nav-head {
    position: fixed;
    width: 100%;
    z-index: 1010;
    background-color: #ffffff;
}

.mobile-collapse {
    height: 100%;
}

.first-navbar:hover .nav-head:after, .first-navbar.opened .nav-head:after, .white-bg .first-navbar:after, .scroll-up .first-navbar:after, .scroll-down .first-navbar:after, .first-navbar.white-style .nav-head:after {
    background-color: rgba(0, 0, 0, .2);
}

.first-navbar:hover .nav-head, .white-bg .first-navbar, .scroll-up .first-navbar, .scroll-down .first-navbar, .first-navbar.white-style {
    background-color: #ffffff;
}

.first-navbar .navbar {
    padding: 0;
}

.first-navbar .nav-blocks .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 100%;
}

.first-navbar .nav-item {
    padding-right: 1.5em !important;
}

.first-navbar .nav-item:last-child {
    padding-right: 0 !important;
}

.first-navbar .nav-link span {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 21px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.first-navbar .nav-blocks .nav-link:hover span, .first-navbar .nav-blocks .nav-link.active span {
    color: #e37639;
}

.first-navbar .nav-blocks .nav-link.active {
    position: relative;
}

.first-navbar .nav-blocks .nav-link.active:after {
    content: "";
    position: absolute;
    z-index: 10;
    left: calc(50% - 16px);
    border: 16px solid transparent;
    border-bottom-color: #f7f8f8;
    bottom: -38px;
}

.first-navbar .nav-blocks .nav-link {
    color: #ffffff;
}

.first-navbar .navbar-brand {
    color: #ffffff;
}

.first-navbar .navbar-brand:hover:after {
    display: none;
}

.first-navbar:hover .nav-blocks .nav-link,
.first-navbar.opened .nav-blocks .nav-link,
.scroll-up .first-navbar .nav-blocks .nav-link,
.scroll-down .first-navbar .nav-blocks .nav-link,
.first-navbar.white-style .nav-blocks .nav-link,
.white-bg .first-navbar .nav-blocks .nav-link,
.first-navbar:hover .sec-nav,.first-navbar:hover .sec-nav a, .scroll-up .first-navbar .sec-nav a {
    color: #000000;
}

.sec-nav{
    font-size: 11px;
    text-transform: uppercase;
}

.sec-nav a{
    color:#fff;
}

.first-navbar.opened .overflow-nav {
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
}

@media (min-width: 1199px) {
    .first-navbar .collapsing {
        -webkit-transition: none;
        transition: none;
        display: none;
    }
}

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger > span {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hamburger-box {
    width: 20px;
    height: 10px;
    display: inline-block;
    position: relative;
}

.hamburger-box .hamburger-inner {
    -webkit-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 20px;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.first-navbar .hamburger-inner {
    background-color: transparent;
}

.first-navbar:hover .hamburger-inner:after,
.first-navbar:hover .hamburger-inner:before,
.first-navbar.opened .hamburger-inner:after,
.first-navbar.opened .hamburger-inner:before,
.scroll-up .hamburger-inner:after,
.scroll-up .hamburger-inner:before,
.first-navbar.white-style .hamburger-inner:before,
.first-navbar.white-style .hamburger-inner:after {
    background-color: #000000;
}

.hamburger-inner:before, .hamburger-inner:after {
    background-color: #fff;
    content: "";
    display: block;
}

.hamburger-inner:before {
    top: 0;
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
}

.hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
}

.hamburger.collapsed .hamburger-inner:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
    transition: top .1s ease-in .25s, opacity .1s ease-in;
    top: -4px;
}

.hamburger.collapsed .hamburger-inner:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    bottom: -4px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

button.hamburger {
    width: 24px;
    height: 19px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: none;
    outline: none;
    background-color: transparent;
}

.hamburger span {
    width: 24px;
    height: 3px;
    background-color: #e37639;
    display: block;
    transition: all .3s
}

.hamburger span {
    background-color: #e37639
}

.first-navbar.opened .hamburger span:first-child {
    transform: translateY(8px) rotate(45deg)
}

.first-navbar.opened .hamburger span:last-child {
    transform: translateY(-8px) rotate(-45deg)
}

.first-navbar.opened .hamburger span:nth-child(2) {
    opacity: 0
}

.mobile-collapse .navbar-collapse {
    background-color: #ffffff;
}

.first-navbar .navbar-collapse-child, .first-navbar .parent-nav {
    z-index: 1005;
    padding: 80px 0;
    margin-top: 20px;
}

@media (max-width: 1199px) {

    .first-navbar .navbar-collapse {
        z-index: 1000;
    }

    .first-navbar .navbar-collapse-child {
        z-index: 1005;
        background-color: #f7f8f8;
    }

    .first-navbar .navbar-collapse, .first-navbar .navbar-collapse-child {
        position: absolute;
        right: 100%;
        width: 100%;
        opacity: 0;
        transition: all 0.5s ease;
        display: block;
    }

    .first-navbar .navbar-collapse-child {
        min-height: 100%;
    }

    .first-navbar .p-item {
        background: #ffffff;
    }

    .first-navbar .navbar-collapse.collapsing, .first-navbar .navbar-collapse-child.collapsing {
        height: auto !important;
        margin-right: 50%;
        transition: all 0.5s ease;
        display: block;
    }

    .first-navbar .navbar-collapse.show, .first-navbar .navbar-collapse-child.show {
        right: 0;
        opacity: 1;
    }

    .first-navbar .navbar-collapse-child.collapsing {
        margin-right: 0;
        margin-left: 50%;
    }

    .first-navbar .navbar-collapse-child.show {
        left: 0;
        right: auto;
    }

}

.navbar-collapse-child {
    background-color: #f7f8f8;
}

.mobile-collapse-child .row {
    display: flex;
    margin: 0;
}

.mobile-collapse .p-item a {
    background-color: #fff;
    padding: 20px 40px;
    display: block;
    border-bottom: 1px solid #eaefef;
    color: #4c5865;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    position: relative;
    text-decoration: none;
}

.mobile-collapse .p-item:first-child {
    border-top: 1px solid #eaefef;
    margin-top: -20px;
}

.mobile-collapse .p-item a:hover {
    text-decoration: none;
    color: black;
}

.mobile-collapse .p-item a:hover:after {
    display: none;
}

.navbar-collapse-child ul {
    padding: 0;
    margin: 0;
}

.navbar-collapse-child ul li {
    list-style: none;
    padding: 10px 0;
}

.navbar-collapse-child ul li {
    color: #999;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'KIAOTF', 'Helvetica Neue', Arial, sans-serif;
}

.navbar-collapse-child ul li a {
    color: #000000;
}

.navbar-collapse-child ul li a:hover {
    color: #000000;
    text-decoration: none;
}

.child-menu-image-item .menu-banner-img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%;
    padding-bottom: 50%;
}

@media (max-width: 991px) {
    .child-menu-image-item .menu-banner-img {
        padding-bottom: 20%;
    }
}

@media (max-width: 576px) {
    .child-menu-image-item .menu-banner-img {
        padding-bottom: 50%;
    }
}

.logo {
    margin-right: 70px;
    align-self: center;
}

.logo img {
    width: 190px;

}

.noscroll {
    overflow: hidden;
}

.nav-blocks {
    border-bottom: 1px solid #fff;
}

/* Home slideshow */

.header-slide {
    width: 100vw;
    height: 100%;
    position: relative;
    outline: none;
}

.slick-track {
    height: 100%;
}

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

.slick-slide > div {
    height: 100%;
}

.header-slide-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

@media screen and (max-width: 500px) {
    .header-slide-background {
        object-position: 30% 0;
    }
}

.slider-container {
    position: relative;
    width: 100%;
    /*height: 100vh;*/
}

.slider-controls {
    position: absolute;
    left: 35px;
    bottom: 260px;
    z-index: 1;
    max-width: 1440px;
    margin: 0 auto;
}

@media (max-width: 576px) {
    .slider-controls {
        right: 20px;
        left: auto;
        bottom: 75px;
    }
}


.slider-button {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #e6873b;
    background: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.slider-button-prev, .slider-button-next {
    border-color: hsla(0, 0%, 100%, .2);
}

.slider-controls:first-child {
    padding-right: 5px;
}

.slider-controls button:hover {
    border-color: #e37639;

}

.slider-controls button:hover path {
    stroke: #e37639;
}

.slider-progress {
    position: absolute;
    left: 91px;
    right: 35px;
    bottom: 30px;
    z-index: 1;
}

.container_model .slider-progress {
    left: 0;
    right: 0;
}

.progressBarContainer div {
    display: block;
    width: 30%;
    padding: 0;
    cursor: pointer;
    margin-right: 6px;
    float: left;
    color: white;
}

.progressBarContainer div:last-child {
    margin-right: 0;
}

.progressBarContainer div span.progressBar {
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
}

.progressBarContainer div span.progressBar .inProgress {
    background-color: rgba(255, 255, 255, 1);
    width: 0%;
    height: 2px;
}

.header-slider-scroll {
    position: absolute;
    z-index: 2;
    bottom: 25px;
    left: 35px;
}

.slide-title {
    font-style: normal;
    font-weight: 300;
    font-size: 60px;
    line-height: 120%;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.slide-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-top: 10px;
}

.slide-info {
    position: absolute;
    bottom: 85px;
    color: rgb(255, 255, 255);
}

@media (max-width: 576px) {
    .slide-title {
        font-size: 40px;
        line-height: 43px;
        font-weight: 200;
        max-width: 320px;
    }

    .slide-desc {
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
    }

}

/* Model Tabs */

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: transparent;
    border-color: transparent;
}

.models-tabs .nav-link {
    color: #848e98;
    font-size: 16px;
}

.models-tabs .nav-link:hover, .models-tabs .nav-link.active {
    color: #e37639;
}

.models-tabs .nav-link.active:after {
    position: absolute;
    display: block;
    border: 1px solid #e37639;
    bottom: -12px;
    left: 0;
    width: 100%;
}

.models-tabs .nav-link {
    padding: 0;
}

.child-item-content {
    background-color: #f7f8f8;
}

.nav-model-item a {
    text-decoration: none;
    color: black;
}

.nav-model-item {
    position: relative;
    cursor: pointer;
    background-size: 0 0;
    padding: 35px 15px 20px;
    background-repeat: no-repeat;
}

.nav-model-item:hover {
    background: #fff;
    background-position: top;
    background-size: 100% 119px;
}

.nav-model-item:hover .nav-model-background {
    opacity: 1;
}

.nav-model-background {
    opacity: 0;
    width: 100%;
    height: 130px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.nav-model-background img {
    height: 100%;
    object-position: center;
    width: 100%;
    object-fit: cover;
}

.nav-model-image {
    text-align: left;
    position: relative;
}

.nav-model-image img {
    width: 100%;
    margin-top: -15px;
}

.nav-model-name {
    color: #4c5865;
    margin-top: 15px;
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.model-prices {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #848e98;
    white-space: nowrap;
}

.right-nav-block.navbar-collapse {
    flex-grow: unset;
}

.gray-logo {
    display: none;
}

.first-navbar:hover .gray-logo, .noscroll .gray-logo {
    display: block;
}

.scroll-up .gray-logo,
.white-bg .first-navbar .gray-logo {
    display: block;
}

.scroll-up .white-logo,
.white-bg .first-navbar .white-block {
    display: none;
}

.first-navbar:hover .white-logo, .noscroll .white-logo {
    display: none;
}

.nav-btn-close {
    top: -5px;
    right: 0;
    background: #fff;
    border-color: transparent;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    position: absolute;
}

.nav-btn-close:hover {
    border: 1px solid #e6873b;
    background: #e6873b;
}

.nav-btn-close:hover path {
    fill: #fff;
    transition: .3s;
}

.nav-btn-items a h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.nav-btn-items a {
    color: #4c5865;
    text-decoration: none;
}

.nav-btn-items a:hover {
    color: #e37639;
}

.nav-btn-item {
    border: 1px solid #d9dcdc;
    background: #fff;
}

.nav-btn-item-img img {
    width: 40px;
    height: 40px;
}

ul.pill-child {
    margin-left: 100px;
}

ul.pill-child li {
    list-style: none;
}

ul.pill-child li a {
    text-decoration: none;
}

.sub-nav-tabs .nav-pills .nav-link, .sub-nav-tabs .nav-pills > .nav-link {
    color: #848e98;
    font-size: 16px;
    padding: 12px 38px 12px 0;
    position: relative;
}

.sub-nav-tabs .nav-pills .nav-link.active, .sub-nav-tabs .nav-pills .show > .nav-link {
    color: #e37639;
    background-color: transparent;
}

.sub-nav-tabs .nav-pills {
    border-right: 1px solid #d9dcdc;
}

.sub-nav-tabs .nav-link:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    width: 3px;
    transition: all .15s;
}

.sub-nav-tabs .nav-link.active:after {
    background-color: rgb(227, 118, 57);
    right: -1px;
    width: 4px;
}

.pill-child .parent-item {
    color: #848e98;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
}

.pills-mobile div {
    padding-bottom: 20px;
    border-bottom: 1px solid #d9dcdc;
}

.pills-mobile div:last-child {
    border-bottom: none;
}

.model-block-desc {
    position: relative;
    z-index: 1;
    padding: 70px 0;
}

.model-block-desc .select-car-header {
    color: #fff;
    font-style: normal;
    font-weight: 200;
    font-size: 40px;
    line-height: 43px;
    margin-bottom: 41px;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-top: 0;
}

@media (max-width: 576px) {

    .model-block-desc .select-car-header {
        font-weight: 300;
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 13px;
    }

}

ul.nav-pills-white-bordered {
    border: 1px solid rgba(217, 220, 220, .3);
    border-radius: 20px;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 2px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

ul.nav-pills-white-bordered li {
    height: 34px;
    display: flex;
    align-items: center;
    position: relative;
}

ul.nav-pills-white-bordered li .nav-link {
    border-radius: 17px;
    padding: 5px 14px 5px 14px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.nav-pills-white-bordered.nav-pills .nav-link:hover {
    background-color: hsla(0, 0%, 100%, .1);
}

.nav-pills-white-bordered.nav-pills .nav-link.active, .nav-pills-white-bordered.nav-pills .show > .nav-link {
    background-color: #fff;
    color: #4c5865;
    font-weight: 700 !important;
}

.model-block-img {
    background-color: black;
}

.model-block-with-background {
    position: relative;
    min-height: 75vh;
    background: #181818;
    display: flex;
    align-items: center;
}

.model-block-img, .model-block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: .2s;
}

@media (max-width: 576px) {

    .model-block-img, .model-block-img img {
        display: block;
        position: relative;
    }

    .model-block-with-background {
        display: block;
        background-color: black;
    }

    .model-block-desc {
        background: linear-gradient(
                .22deg, #000 31.5%, #000 76.53%, rgba(0, 0, 0, .1) 88.42%);
        padding: 71px 0 40px;
        /*margin-top: -175px;*/
    }

}

.nav-pills-orange-selector .nav-pills .nav-link, .nav-pills-orange-selector .nav-pills > .nav-link {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 12px 38px 12px 0;
    margin: 8px 0;
    position: relative;
}

.nav-pills-orange-selector .nav-pills .nav-link.active, .nav-pills-orange-selector .nav-pills .show > .nav-link {
    color: #e37639;
    background-color: transparent;
}

.nav-pills-orange-selector .nav-pills {
    border-right: 1px solid #d9dcdc;
}

.nav-pills-orange-selector .nav-link:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    width: 3px;
    transition: all .15s;
}

.nav-pills-orange-selector .nav-link.active:after {
    background-color: rgb(227, 118, 57);
    right: -1px;
    width: 4px;
}

.nav-pills-orange-selector .tab-content {
    color: #fff;
    padding-left: 40px;
    width: 100%;
    max-width: 450px;
}

h3.model-name {
    font-style: normal;
    font-weight: 300 !important;
    font-size: 60px !important;
    line-height: 120%;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.model-prices-block {
    margin-top: 18px;
    margin-bottom: 22px;
}

.model-full-price {
    color: #e37639;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 13px;
}

.model-month-price {
    color: #fff;
    font-size: 20px;
}

.model-option-btn {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.model-option-btn:hover {
    color: #e37639;
}

.model-option-btn span {
    display: flex;
    min-width: 25px;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.model-option-btn:hover path {
    stroke: #e37639;
}

.model-option-btn:hover span {
    border-color: #e37639;
}

ul.model-options-list {
    padding: 0;
}

ul.model-options-list li {
    list-style: none;
    display: block;
    margin-bottom: 15px;
}

.btn-orange {
    cursor: pointer;
    height: 34px;
    display: inline-block;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 9px 18px;
    border: 0;
    outline: none;
    text-align: center;
    white-space: nowrap;
    line-height: 16px;
    color: #fff;
    background-color: #e37639;
    text-decoration: none;
}

.btn-orange:hover {
    background: #e6873b;
    color: #fff;
}

.btn-outline-white {
    cursor: pointer;
    height: 34px;
    display: inline-block;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 9px 18px;
    outline: none;
    text-align: center;
    white-space: nowrap;
    line-height: 16px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.btn-outline-white.big, .btn-orange.big {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Form select */

.select2-container--default .select2-results__option--selected {
    background: transparent;
}

.light-form-select .select2-container--default .select2-selection--single {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-color: #d9dcdc !important;
    border-style: solid;
    border-width: 0;
    cursor: default;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 38px;
    outline: 0 !important;
    position: relative;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    box-sizing: border-box;
    border-bottom-width: 1px;
    height: 48px;
    border-radius: 0 !important;
}

.light-form-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #585858 !important;
    font-size: 16px;
    line-height: 21px;
    margin-left: 10px;
    margin-right: 2px;
    max-width: calc(100% - 8px);
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    top: 60%;
    transform: translateY(-50%);
    box-sizing: border-box;
    font-weight: 400;
}

.light-form-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    content: url("/images/d2/arrow-orange.svg");
    border: none;
    height: 20px;
    left: -100%;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 20px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.light-form-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
}

.light-form-select-results.select2-dropdown {
    background: rgb(255, 255, 255) !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 0px 1px, rgb(0 0 0 / 10%) 0px 4px 11px;
    margin-bottom: 8px;
    margin-top: 8px;
    overflow: hidden;
    border-color: transparent;
    color: #6f7981 !important;
    min-height: 35px;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.light-form-select-results .select2-results__option--highlighted.select2-results__option--selectable {
    color: #fa820f !important;
    background-color: transparent;
}

/* Dark select */

.dark-select .select2-container--default .select2-selection--single {
    border: 1px solid rgba(217, 220, 220, .3) !important;
    background: none !important;
    border-radius: 5px !important;
    height: 41px;
    padding-right: 20px;
    background: #000 !important;
}

.dark-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    margin-left: 2px;
    margin-right: 2px;
    max-width: calc(100% - 8px);
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
}

.dark-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    content: url("/images/d2/arrow.svg");
    border: none;
    height: 20px;
    left: -100%;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 20px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.dark-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
}

.dark-select-results.select2-dropdown {
    background: #262626 !important;
    border-radius: 5px !important;
    padding: 0 !important;
    margin-top: 4px;
    overflow: hidden;
    border-color: transparent;
    color: #fff !important;
    min-height: 35px;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.dark-select-results .select2-results__option--highlighted.select2-results__option--selectable {
    color: #fff !important;
    background-color: #353535 !important;
}

/* Light select */

.light-select .select2-container--default .select2-selection--single {
    border: 1px solid #585858 !important;
    background: none !important;
    border-radius: 55px !important;
    height: 41px;
    padding-right: 20px;
    background: transparent !important;
    min-height: 38px;
}

.light-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #585858 !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    margin-left: 10px;
    margin-right: 2px;
    max-width: calc(100% - 8px);
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
}

.light-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    content: url("/images/d2/arrow-light.svg");
    border: none;
    height: 20px;
    left: -100%;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 20px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.light-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
}

.light-select-results.select2-dropdown {
    background: rgb(255, 255, 255) !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 0px 1px, rgb(0 0 0 / 10%) 0px 4px 11px;
    margin-bottom: 8px;
    margin-top: 8px;
    overflow: hidden;
    border-color: transparent;
    color: #6f7981 !important;
    min-height: 35px;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.light-select-results .select2-results__option--highlighted.select2-results__option--selectable {
    color: #fa820f !important;
    background-color: transparent;
}

h3.gray {
    font-size: 36px;
    color: #4c5865;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .02em;
}

@media (max-width: 576px) {
    h3.gray {
        font-weight: 300;
        font-size: 28px;
        line-height: 120%;
        letter-spacing: .02em;
    }
}

.block-desc {
    color: #4c5865;
    margin-bottom: 20px;
}

.button-item {
    position: relative;
}

.buttons-set > a {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(25% + 1px);
    text-decoration: none;
    transition: all .2s;
}

.button-preview-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 168px;
    border: 1px solid #d9dcdc;
    flex-direction: column;
}

.button-preview-content img, .button-preview-content svg {
    width: 40px;
    height: 40px;
}

.button-preview-content h4 {
    font-weight: 700;
    font-size: 15px;
    color: #4c5865;
    margin-top: 15px;
    text-transform: uppercase;
}

.button-hover-content {
    opacity: 0;
    background-image: linear-gradient(
            90deg, #d87e40, #e7a94e);
    color: #fff;
    position: relative;
    padding: 30px;
    transition: all .15s;
    overflow: hidden;
}

.button-hover-content > img {
    width: 150px;
    height: 150px;
}

.button-hover-content > img, .button-hover-content > svg {
    position: absolute;
    right: -20px;
    bottom: -25px;
    opacity: .5;
}

.button-hover-content h4 {
    opacity: 0;
    transform: translateY(15px);
    transition: .3s;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.button-hover-content p {
    opacity: 0;
    transform: translateY(10px);
    transition: .2s;
    margin: 15px 0;
}

.buttons-set .show-more-white-button {
    opacity: 0;
    transform: translateY(10px);
    transition: .2s;
}

.show-more-white-button {
    display: flex;
    align-items: center;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.show-more-white-button span {
    background-color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.button-item:hover .button-hover-content {
    opacity: 1;
    z-index: 1;
}

.button-item:hover:hover .button-hover-content h4 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .05s;
    text-transform: uppercase;
}

.button-item:hover:hover .button-hover-content p, .button-item:hover:hover .show-more-white-button {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s;
}

.buttons-set {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
}

@media screen and (min-width: 0px) and (max-width: 960px) {
    .buttons-set {
        flex-flow: row wrap;
    }
}

@media screen and (min-width: 576px) and (max-width: 960px) {
    .buttons-set > a {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc(50%);
        margin: -1px -1px 0 0;
    }
}

@media screen and (min-width: 0px) and (max-width: 960px) {
    .button-hover-content {
        display: none;
    }
}

@media screen and (min-width: 576px) and (max-width: 960px) {
    .buttons-set > a {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc(50%);
        margin: -1px -1px 0 0;
    }
}

@media screen and (min-width: 0px) and (max-width: 960px) {
    .button-preview-content {
        height: 128px;
        position: static;
    }
}

@media (max-width: 576px) {
    .button-preview-content {
        flex-direction: row;
        height: 88px;
        position: relative;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 0px) and (max-width: 576px) {
    .buttons-set > a {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc(100%);
        margin: -1px -1px 0 0;
    }
}

@media (max-width: 576px) {
    .buttons-set img, .buttons-set svg {
        margin-left: 24px;
        margin-right: 20px;
    }
}

@media (max-width: 576px) {
    .buttons-set h4 {
        margin: 0;
        font-size: 15px;
        line-height: 23px;
    }
}

.special-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: 28px auto 13px;
}

.special-link {
    position: relative;
    width: calc(50% - 10px);
    margin-top: 14px;
    max-height: 500px;
}

.special-link img {
    width: 100%;
    left: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
}

.special-info {
    position: absolute;
    bottom: 35px;
    left: 35px;
    color: #fff;
    transform: translateY(30px);
    transition: .3s;
}

.special-info h2 {
    font-weight: 700 !important;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color:#fff;
}

.special-info p {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
}

.special-info button {
    margin-top: 20px;
    opacity: 0;
    transition: .3s;
}

.special-link:hover .special-info {
    bottom: 65px;
}

.special-link:hover .special-info button {
    opacity: 1;
}

.special-all-btn {
    max-width: 1440px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6873b;
    margin: 0 auto;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

@media (max-width: 576px) {
    .special-link {
        width: 100%;
        height: 340px;
    }

    .special-info button {
        opacity: 1;
        font-size: 12px;
        margin-top: 10px;
    }

    .special-info p {
        display: none;
    }

    .special-info {
        bottom: 65px;
    }

    .special-all-btn {
        font-size: 12px;
        height: 73px;
    }

}

.news-slick-slider .slick-initialized .slick-slide, .actions-slick-slider .slick-initialized .slick-slide {
    display: block;
}

.news-slick-slider .slick-slide > div, .actions-slick-slider .slick-slide > div {
    height: 100%;
}

.news-slick-slider .news-slide, .actions-slick-slider .action-slide {
    padding-right: 20px;
    outline: none;
    width: 367px;
}

.news-slick-slider .news-slide a, .actions-slick-slider .action-slide a {
    border: 1px solid #eaefef;
    display: flex;
    flex-direction: column;
    height: 341px;
    padding: 34px;
    position: relative;
    text-decoration: none;
}

.actions-slick-slider .action-slide a{
    padding:0;
    height: auto;
}

.actions-slick-slider .news-slider-content{
    padding: 20px;
}

@media (max-width: 576px) {

    .news-slick-slider .news-slide a, .actions-slick-slider .action-slide a {
        padding: 24px 28px 33px;
        height: auto;
        border-right: 0;
    }

    .news-slick-slider .news-slide, .actions-slick-slider .action-slide {
        padding-right: 0;
        width: 286px;
    }

}

.news-slick-slider .news-slide a:after, .actions-slick-slider .action-slide a:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(
            90deg, rgba(216, 126, 64, .9), rgba(231, 169, 78, .9));
    opacity: 0;
}

.news-slick-slider img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    object-fit: cover;
}
.actions-slick-slider img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.news-slider-content {
    position: relative;
    z-index: 1;
}

.news-slider-content .date {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    color: #e37639;
}

.news-slider-content h3, .news-slider-content p {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.news-slider-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #4c5865;
    text-transform: uppercase;
    line-height: 25px;
    -ms-line-clamp: 3;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.news-slider-content p {
    line-height: 1.4;
    color: #4c5865;
}

.news-slick-slider .news-slide:hover a:after,
.news-slick-slider .news-slide:hover img {
    opacity: 1;
}

.news-slick-slider .news-slide:hover .news-slider-content .date,
.news-slick-slider .news-slide:hover .news-slider-content h3,
.news-slick-slider .news-slide:hover .news-slider-content p {
    color: white;
}

.news-slick-slider:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
            90deg, hsla(0, 0%, 100%, .01), #fff);
    width: 100px;
    pointer-events: none;
}

.news-slider-header .slider-button-prev, .news-slider-header .slider-button-next {
    border-color: #eaefef;
}

.notice {
    padding: 0;
    margin-top: 35px;
    margin-bottom: 50px;
    color: #66727d;
}

.small {
    font-size: 12px;
    line-height: 18px;
}

.slider-container.news-slider-container {
    height: auto;
}

.footer {
    background-color: #f7f8f8;
    color: #a6adb5;
}

@media (min-width: 576px) {
    .footer {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }
}

.two-cols-nav {
    display: inherit;
    column-count: 2;
}

.footer-nav {
    padding: 0;
}

.footer-nav li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-nav li a {
    color: #848e98;
    display: inline-block;
    text-decoration: none;
}

.footer-nav li a:hover {
    color: #848e98;
}

a.footer-collapse-link {
    color: #66727d !important;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    text-transform: uppercase;
    text-decoration: none;
}

a.footer-collapse-link {
    border-bottom: 1px solid #e7ecec;
    padding: 25px 0;
    position: relative;
    height: auto;
}

a.footer-collapse-link:after {
    position: absolute;
    content: url("/images/d2/collapse-arrow.svg");
    right: 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

a.footer-collapse-link.collapsed:after {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari and Chrome */
}

.footer-phone {
    color: #4c5865;
    font-size: 36px;
    margin-bottom: 7px;
    display: inline-block;
    text-decoration: none;
}

.footer-phone:hover {
    color: #4c5865;
}

.service-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #66727d;
}

.footer-contacts .small {
    color: #66727d;
    font-size: 12px;
    margin-top: 5px;
}

.footer-social {
    width: 230px;
}

.footer .darklink {
    color: #848e98;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
}

.copyright {
    font-size: 12px;
}

.footer-information a {
    color: #e37639;
    text-decoration: none;
}

.footer a.gray-link {
    color: #a6adb5;
}

.footer-information {
    position: relative;
}

.footer-information:after {
    position: absolute;
    content: "* —";
    right: 100%;
    top: 0;
    width: 30px;
}

.content {
    padding-top: 200px;
    min-height: 808px;
}

.breadcrumb-item {
    font-size: 12px;
    line-height: 18px;
}

.breadcrumb-item a {
    color: #4c5865;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #4c5865;
    opacity: .4;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: url("/images/d2/breadcrumb-arrow.svg");
}

.container-mini {
    margin-top: auto;
    max-width: 908px;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.content h2 {
    color: #4c5865;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 30px;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: 300;
    padding-top: 50px;
}

.container-mini-inner {
    max-width: 754px;
    margin: 0 auto;
}

.social-media-icons a {
    background-color: rgb(235, 232, 231);
    border-radius: 26px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin: 0 2px 5px;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.social-media-icons a:hover {
    transform: translateY(-4px);
}

.share-block {
    border-bottom: 1px solid #4c5865;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    color: #4c5865;
}

a.prev-btn {
    padding-top: 44px;
    padding-bottom: 80px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #e6873b;
    text-decoration: none;
}

a.prev-btn svg {
    margin-right: 10px;
}

.light-gray {
    color: #a6adb5!important;
}

.news-set {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f7f8f8;
}

.news-set h2 {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: 300;
    color: #4c5865;
}

.btn-outline-orange {
    border: 1px solid #e6873b;
    width: auto;
    height: 100%;
    padding: 9px 18px;
    border-radius: 50px;
    color: #e6873b;
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.btn-outline-orange:hover {
    background-color: #e6873b;
    color: white;
}

.news-set img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.news-set .item-title {
    position: absolute;
    display: inline-block;
    width: calc(100% - 60px);
    bottom: 24px;
    left: 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: .02em;
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
}

.news-set-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    min-height: 281px;
}

.banner {
    position: relative;
    background-color: #f7f8f8;
    min-height: 288px;
}

.banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.banner h2 {
    font-size: 28px;
    line-height: 120%;
    max-width: 475px;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    padding-top: 76px;
    padding-bottom: 32px;
    margin: 0;
}

.content {
    color: #4c5865;
}

@media screen and (min-width: 0px) and (max-width: 576px) {

    .news-set h2 {
        font-size: 28px;
        line-height: 120%;
        margin-top: 0;
        order: 1;
    }

    .news-set {
        padding-top: 0;
    }

    a.prev-btn {
        padding-bottom: 20px;
    }

    .content h2 {
        font-size: 38px;
        line-height: 44px;
    }

    .banner {
        padding-bottom: 40px;
    }

    .content {
        padding-top: 100px;
    }

}

.header-with-background {
    height: 100%;
    min-height: 40vh;
}

.header-with-background img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-with-background .breadcrumb-item a {
    color: #fff;
}

.header-with-background .breadcrumb-item.active {
    color: #fff;
    opacity: .4;
}

.header-with-background .breadcrumb {
    padding-top: 120px;
    position: relative;
}

.header-with-background .breadcrumb a {
    /*display: block;*/
}

.header-with-background h1 {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: .02em;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 10px;
    font-weight: 300;
    color: #fff;
    max-width: 522px;
    margin-top: auto;
    margin-bottom: 26px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    .header-with-background h1 {
        font-size: 36px;
        line-height: 120%;
        margin-bottom: 5px;
    }
}

.header-with-background .page-title {
    height: 100%;
    position: relative;
    min-height: 40vh;
}

.news-items h2 {
    font-size: 36px;
    line-height: 120%;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: 300;
    color: #4c5865;
    margin-top: 30px;
    margin-bottom: 26px;
}

.nav-pills-black-text.nav-pills .nav-link.active,
.nav-pills-black-text.nav-pills .show > .nav-link {
    background-color: #d9dcdc;
    color: #66727d;
}

.nav-pills-black-text.nav-pills .nav-link {
    color: #4c5865;
}

.nav-pills-with-scroll {
    width: 100%;
    overflow-x: auto;
}

.nav-pills-with-scroll::-webkit-scrollbar {
    background-color: #fff;
    width: 16px
}

.nav-pills-with-scroll::-webkit-scrollbar-track {
    background-color: #fff
}

.nav-pills-with-scroll::-webkit-scrollbar-thumb {
    border-radius: 16px;
    background-color: #fff;
    border: 6px solid #fff;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.nav-pills-with-scroll::-webkit-scrollbar-button {
    display: none
}

.nav-pills-with-scroll:hover::-webkit-scrollbar-thumb {
    background-color: #babac0
}

.news-items {
    background-color: white;
}

.item-date {
    font-family: LADAPragmatica, sans-serif;
    padding: 28px 30px;
    position: relative;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(
            181deg, #000, transparent 74%);
}

.news-set-item a {
    text-decoration: none;
}

.btn-show-all {
    color: #66727d;
    background-color: #eaefef;
    cursor: pointer;
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 12px;
    letter-spacing: .07em;
    text-transform: uppercase;
    line-height: 17px;
    font-weight: 700;
    transition: background-color .3s, color .3s;
}

.btn-show-all:hover {
    background-color: #e37639;
    color: #fff;
}

.contacts-feedback-left-block {
    padding-top: 50px;
    width: 35%;
}

.contacts-feedback-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 135.5%;
    color: #4c5865;
    margin-bottom: 20px;
}

.contacts-feedback-desc {
    font-size: 16px;
    line-height: 140%;
    color: #66727d;
    margin-bottom: 23px;
}

.contacts-feedback-phone {
    display: block;
    font-size: 28px;
    line-height: 32px;
    color: #e37639;
    margin-top: 13px;
    text-decoration: none;
}

.contacts-feedback-phone:hover {
    color: #e37639;
}

.contacts-feedback-postscript {
    font-size: 12px;
    line-height: 18px;
    color: #a6adb5;
    margin-top: 13px;
}

h3.contacts-feedback-title {
    margin: 0;
    max-width: 600px;
    font-weight: 200;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #4c5865;
}

.contacts-feedback-right-block {
    position: relative;
    background: #f7f8f8;
    width: 65%;
    padding-top: 50px;
    padding-left: 77px;
}

.contacts-feedback-blocks {
    margin-bottom: 10px;
    height: 100%;
    position: relative;
}

.form-label {
    pointer-events: none;
    position: absolute;
    top: -2px;
    left: 16px;
    z-index: 1;
    transition: color .2s cubic-bezier(0, 0, .2, 1) 0ms, transform .2s cubic-bezier(0, 0, .2, 1) 0ms;
    transform: scale(1) translateY(17px);
    color: #a6adb5;
    transform-origin: top left;
}

input.form-control, input.input {
    outline: none;
    height: 48px;
    width: 100%;
    padding: 12px 17px 0;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #d9dcdc;
    font-size: 15px;
    border-radius: 0;
}

.form-block {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.focused .form-label {
    transform: scale(.8) translateX(0) translateY(8px);
}

textarea.form-control {
    outline: none;
    min-height: 140px;
    width: 100%;
    padding: 0 17px;
    font-size: 15px;
    font-family: inherit;
    resize: vertical;
    border: 0;
    background-color: #fff;
}

.text-area-container {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding-top: 25px;
    background-color: #fff;
    border-bottom: 1px solid #d9dcdc;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.contacts-feedback-right-block-container {
    max-width: 600px;
    padding-bottom: 71px;
}

.contacts-feedback-left-block-container {
    width: 210px
}

.form-check-el {
    position: relative;
}

.form-check-input {
    position: absolute;
    opacity: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.form-check-el span {
    display: inline-flex;
    align-items: flex-start;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    color: #66727d;
}

.form-check-el span:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 1px;
    margin-right: 13px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%;
}

.form-check-el > input:disabled:checked + span:before,
.form-check-el > input:not(:disabled):checked + span:before {
    border-color: rgba(166, 173, 181, .2);
    background-size: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1L5.5 9L1 5' stroke='%23E37639' stroke-width='2.57143'/%3E%3C/svg%3E%0A")
}

.contacts-feedback-right-block .form-ml {
    padding-left: 37px;
    margin-bottom: 5px;
}

.all-q-button {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #e6873b;
}

.all-q-button span {
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6873b;
    border-radius: 50%;
    margin-right: 10px;
    flex: 0 0 25px;
}

@media (max-width: 576px) {
    .contacts-feedback-phone-block, .contacts-feedback-postal {
        padding: 24px 30px !important;
        border: 1px solid #eaefef !important;
        border-bottom: none !important;
    }
}

@media (max-width: 992px) {
    .contacts-feedback-right-block {
        width: 100%;
        padding: 40px 15px;
    }

    .contacts-feedback-left-block-container, .contacts-feedback-left-block {
        width: 100%;
    }

    .contacts-feedback-right-block-container {
        padding-left: 0;
        max-width: 100%;
        text-align: center;
    }
}

.model-family-page .model-name {
    font-style: normal;
    font-weight: 300 !important;
    font-size: 60px !important;
    line-height: 120%;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: white;
}

.model-family-page .model-full-price,
.model-family-page .model-month-price {
    color: #fff;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
}

.model-family-page .model-block-desc {
    max-width: 450px;
}

.model-family-page .model-text {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 21px;
    color: white;
}

.model-family-page .model-block-with-background {
    border-bottom: 2px solid white;
}

@media (max-width: 992px) {
    .model-family-page .model-block-about {
        padding-left: 40px;
        padding-right: 40px;
        height: auto;
        top: auto;
        right: auto;
        bottom: 56px;
        left: 0;
        position: absolute;
    }

    .model-family-page .model-block-img img {
        min-height: 655px;
    }
}

@media (max-width: 576px) {
    .model-block-img img {
        position: absolute;
    }

    .model-family-page .model-block-about {
        width: 100%;
        height: auto;
        top: auto;
        bottom: 48px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 576px) {
    .model-family-page .model-block-desc {
        background: transparent;
        padding: 0;
        margin-top: 0;
    }

    .model-family-page .model-block-with-background {
        min-height: 655px;
    }

    .model-family-page .model-name {
        display: block;
        font-size: 36px !important;
        margin-bottom: 12px !important;
    }

    .model-family-page .model-full-price,
    .model-family-page .model-month-price {
        font-size: 16px;
    }

    .model-family-page .model-text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 24px !important;
    }

    .model-family-page .btn {
        width: 100%;
        height: 45px;
        border-radius: 30px;
        padding: 14px 35px;
    }
}

.left-model-navbar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 2;
    width: 91px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.left-model-navbar:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .1;
}

.model-vertical-tabs {
    border-right: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 110px;
    margin: 0;
    padding: 0;
}

.model-vertical-tabs li {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
    justify-content: flex-end;
    padding-right: 10px;
    padding-left: 35px;
    list-style: none;
    align-items: center;
    display: flex;
    cursor: pointer;
    height: 40px;
    position: relative;
}

.model-vertical-tabs li.selected {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
    justify-content: flex-end;
    padding-right: 10px;
    padding-left: 35px;
}

.model-vertical-tabs li span {
    text-transform: uppercase;
    text-align: left;
    margin-left: 0;
    width: 100%;
    display: inline-block;
}

.model-vertical-tabs li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    width: 3px;
    transition: all .15s;
}

.model-vertical-tabs li:hover:after {
    background-color: hsla(0, 0%, 100%, .3);
}

.model-vertical-tabs li.selected:after,
.model-vertical-tabs li.selected:hover:after {
    background-color: #e37639;
    right: -1px;
    width: 4px;
}

.model-prev-next-btn {
    background: #e6873b;
    width: 100%;
    height: 150px;
    position: relative;
    display: block;
}

.model-prev-next-btn-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all .2s;
}

.model-prev-next-btn-desc {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 150px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff;
}

.model-prev-next-btn-txt {
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase;
}

.model-family-page .model-block-with-background:last-child {
    border-bottom: none;
}

.model-prev-next-btn:hover .model-prev-next-btn-img {
    opacity: 1;
}

.model-prev-next-btn-img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(224, 100, 0, .8);
}

.model-prev-next-btn-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: saturate(100%) contrast(100%) grayscale(1) brightness(1.5);
    filter: saturate(100%) contrast(100%) grayscale(1) brightness(1.5);
}

.model-next-btn {
    background-color: #e37639;
}

.model-family-slide {
    position: relative;
    height: 367px;
    color: #fff;
    display: flex;
    align-items: center;
    background-color: #121212;
    overflow: hidden;
}


.model-family-slick-slider .slick-list,
.model-family-slick-slider.slick-slider {
    position: relative;
    height: auto;
    display: block;
}

.model-family-slider-container {
    position: relative;
    background-color: #121212;
}

.model-family-car {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    object-fit: cover;
    z-index: 1;
    max-width: 45%;
}

.model-family-back {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    margin: 0 auto;
}

.model-family-slider-left {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
}

.model-family-slide h2 {
    font-style: normal;
    font-weight: 200;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    width: 300px;
}

.model-family-slide .model-full-price {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 0;
}

.model-family-slide .model-month-price {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    margin-top: 12px;
}

.model-family-slider-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 315px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.model-family-slide h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 135.5%;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: white !important;
    height: auto;
}

.model-family-slide .model-text {
    font-size: 16px;
    line-height: 21px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.btn-white {
    cursor: pointer;
    height: 34px;
    display: inline-block;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 9px 18px;
    border: 0;
    outline: none;
    text-align: center;
    white-space: nowrap;
    line-height: 16px;
    color: #221f20;
    background-color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .model-family-car {
        margin-left: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 50%;
    }

    .model-family-slider-left {
        left: auto !important;
        right: 20px;
        width: 45%;
        justify-content: flex-start;
        padding-top: 20px;
    }

    .model-family-slider-right {
        left: auto;
        right: 20px;
        width: 45%;
        justify-content: flex-end;
        padding-bottom: 50px;
    }

    .model-family-slide h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .model-family-slide .model-full-price {
        font-size: 16px;
        margin-bottom: 0;
        margin-right: 20px;
    }

    .model-family-slide .model-month-price {
        font-size: 16px;
        margin-top: 0;
    }

    .model-family-slide h4 {
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .model-family-slide {
        padding: 0 20px;
        flex-wrap: wrap;
        height: auto;
    }

    .model-family-car {
        margin: 67px auto;
        position: static;
        max-width: 100%;
    }

    .model-family-back {
        top: 210px;
        left: 0;
        width: 100%;
        right: 0;
    }

    .model-family-slider-left {
        position: static;
        width: 100%;
        letter-spacing: .02em;
    }

    .model-family-slider-right {
        position: static;
        width: 100%;
        letter-spacing: .02em;
    }

    .model-family-slick-slider .btn-white {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 68px;
        width: 100%;
    }

    .model-family-slide h2 {
        font-size: 23px;
        line-height: 120%;
    }

    .model-family-slide .model-full-price,
    .model-family-slide .model-month-price {
        font-size: 16px;
        margin-top: 0;
    }

    .model-family-slider-right {
        margin-top: 20px;
    }

    .model-family-slider-container .slider-progress {
        left: 15px;
        right: 15px;
    }
}

.left-model-navbar.commerce-navbar {
    width: 99px;
}

.commerce-navbar li, .commerce-navbar li.selected {
    padding-right: 10px;
    padding-left: 20px;
}

.slick-dots {
    display: flex;
}

@media (max-width: 768px) {
    .engines_slick_slider .slick-dots {
        padding-right: 40px;
    }
}

.slick-dots li, .slick-dots li button {
    width: 100%;
}

.slick-dots li button {
    background: #fff;
    height: 2px;
    padding: 0;
    opacity: .4;
}

.slick-dots {
    bottom: -45px;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active button {
    opacity: 1;
}

.dark_form.wrapper_request_form {
    background-color: #181818;
}

.dark_form .light-form-select .select2-container--default .select2-selection--single,
.dark_form input.form-control {
    background-color: transparent;
}

.dark_form input.form-control:focus {
    border-color: #d9dcdc;
}

.dark_form ymaps {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    filter: grayscale(100%);
}

.container_model_about_commerce {
    max-width: 100vw;
    width: 100%;
    position: relative;
}

.forms-page {
    padding-top: 100px;
}

.list_orange_disc {
    list-style-type: none;
    display: block;
    margin-top: 8px;
    margin-left: 0;
    padding-left: 0;
}

.list_orange_disc > li {
    display: block;
    position: relative;
    padding-left: 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    max-width: 400px;
}

.list_orange_disc > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e37639;
}

.page_info h1 {
    position: unset;
}

.page_info p {
    max-width: 600px;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
}

.page_info {
    position: absolute;
    bottom: 0;
}

.calc-title {
    max-width: 123px;
    margin-right: 35px;
    font-size: 32px;
    line-height: 38px;
    padding-right: 15px;
}

.horizontalTabs {
    border: 1px solid rgba(217, 220, 220, .3);
    border-radius: 20px;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 2px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.horizontalTabs li {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    height: 34px;
    display: flex;
    align-items: center;
    border-radius: 17px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative
}

.horizontalTabs li span {
    margin-top: 2px
}

.horizontalTabs li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    width: 3px;
    transition: all .15s
}

.horizontalTabs li:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

.horizontalTabs .selected {
    background-color: #fff;
    color: #4c5865;
    font-weight: 700 !important
}

.horizontalTabs .selected:hover {
    background-color: #fff
}

.horizontalTabs.grey_configurator_filter {
    border: 1px solid #d9dcdc
}

.horizontalTabs.grey_configurator_filter li {
    color: #4c5865
}

.horizontalTabs.grey_configurator_filter .selected {
    background-color: #d9dcdc;
    color: #66727d
}

.horizontalTabs.menu_select_color {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #d9dcdc;
    width: 100%;
    max-width: none
}

.horizontalTabs.menu_select_color li {
    color: #848e98;
    background: none;
    padding: 0 0 13px;
    margin-right: 30px
}

.horizontalTabs.menu_select_color li span {
    font-weight: 400;
    white-space: nowrap
}

.horizontalTabs.menu_select_color li.selected,
.horizontalTabs.menu_select_color li:hover {
    color: #e37639;
    background: none
}

.horizontalTabs.menu_select_color li:before {
    position: absolute;
    display: block;
    border: 1px solid #e37639;
    bottom: -2px;
    left: 0;
    width: 100%
}

.horizontalTabs.menu_select_color li.selected:before {
    content: ""
}

@media screen and (max-width: 500px) {
    .horizontalTabs {
        display: none
    }
}

.rectangledTabs {
    height: auto;
    border: none;
    border-radius: 0
}

.rectangledTabs li {
    padding: 1rem 1.25rem;
    font-weight: 700;
    line-height: 150%;
    height: auto;
    font-size: .7rem;
    text-transform: uppercase;
    transition: all .15s;
    border-radius: 0;
    cursor: pointer
}

.rectangledTabs li:hover {
    background-color: hsla(0, 0%, 100%, .2)
}

.rectangledTabs li:not(.selected) {
    border: 1px solid #fff
}

.rectangledTabs li:not(.selected):first-child {
    border-right: none
}

.rectangledTabs li:not(.selected):last-child {
    border-left: none
}

.rectangledTabs span {
    min-width: 200px;
    letter-spacing: 1px
}

.rectangledTabs .selected {
    border: 1px solid #e37639;
    background-color: #e37639;
    color: #fff
}

.rectangledTabs .selected:hover {
    background-color: #e06723
}

.rectangledTabs.grey_configurator_filter {
    border: 1px solid #d9dcdc
}

.rectangledTabs.grey_configurator_filter li {
    color: #4c5865
}

.rectangledTabs.grey_configurator_filter .selected {
    background-color: #d9dcdc;
    color: #66727d
}

@media (max-width: 500px) {
    .horizontalTabs {
        max-width: unset;
        width: 100%;
        margin-right: 0 !important
    }

    .horizontalTabs li {
        flex-grow: 1;
        justify-content: center
    }
}









.section_offers {
    margin-top: 80px;
    margin-bottom: 80px
}

.title_offers {
    font-size: 36px;
    color: #4c5865;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .02em
}

.optionList {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end
}

@media (min-width: 1100px) {
    .optionList svg,
    .optionList.withOutSize .optionItem .preview_offers img {
        width: auto;
        height: auto
    }
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
    .optionList {
        flex-flow: row wrap
    }
}

.optionList > a {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(25% + 1px);
    text-decoration: none;
    transition: all .2s
}

@media screen and (min-width: 500px) and (max-width: 1024px) {
    .optionList > a {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc(50%);
        margin: -1px -1px 0 0
    }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .optionList > a {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc(100%);
        margin: -1px -1px 0 0
    }
}

.optionItem {
    margin-left: -1px;
    position: relative
}

.optionItem:first-child {
    margin-left: 0
}

.optionItem .preview_offers {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 168px;
    border: 1px solid #d9dcdc;
    flex-direction: column
}

.optionItem .preview_offers img,
.optionItem .preview_offers svg {
    width: 40px;
    height: 40px
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
    .optionItem .preview_offers {
        height: 128px;
        position: static
    }
}

.optionItem .preview_offers h4 {
    font-weight: 700;
    font-size: 15px;
    color: #4c5865;
    margin-top: 15px;
    text-transform: uppercase
}

.optionItem .content_offers {
    opacity: 0;
    background-image: linear-gradient(90deg, #d87e40, #e7a94e);
    color: #fff;
    position: relative;
    padding: 30px;
    transition: all .15s;
    overflow: hidden
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
    .optionItem .content_offers {
        display: none
    }
}

.optionItem .content_offers h4 {
    opacity: 0;
    transform: translateY(15px);
    transition: .3s;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase
}

.optionItem .content_offers p {
    opacity: 0;
    transform: translateY(10px);
    transition: .2s;
    margin: 15px 0
}

.optionItem .content_offers .button_offers {
    opacity: 0;
    transform: translateY(10px);
    transition: .2s;
    display: flex;
    align-items: center;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase
}

.optionItem .content_offers .button_offers span {
    background-color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px
}

.optionItem .content_offers > img,
.optionItem .content_offers > svg {
    position: absolute;
    right: -20px;
    bottom: -25px;
    opacity: .5
}

.optionItem .content_offers > img {
    width: 150px;
    height: 150px
}

.optionItem:hover .content_offers {
    opacity: 1;
    z-index: 1
}

.optionItem:hover .content_offers h4 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .05s;
    text-transform: uppercase
}

.optionItem:hover .content_offers p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s
}

.optionItem:hover .content_offers .button_offers {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s
}

.simple .preview_offers {
    position: relative
}

.simple .content_offers {
    display: none
}

.simple:hover h4 {
    color: #e37639
}

@media (max-width: 500px) {
    .section_offers {
        margin-top: 40px;
        margin-bottom: 37px
    }

    .title_offers {
        font-weight: 300;
        font-size: 28px;
        line-height: 120%;
        letter-spacing: .02em;
        margin-bottom: 12px
    }

    .optionList {
        margin-top: 30px;
        flex-direction: column;
        align-items: stretch
    }

    .optionList .content_offers {
        display: none
    }

    .optionList .preview_offers {
        flex-direction: row;
        height: 88px;
        position: relative;
        justify-content: flex-start
    }

    .optionList .preview_offers h4 {
        margin-top: 0;
        font-size: 15px;
        line-height: 23px
    }

    .optionList .preview_offers img,
    .optionList .preview_offers svg {
        margin-left: 24px;
        margin-right: 20px
    }
}


.button_prev_next {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #e6873b;
    background: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0
}

.shadowOverlay {
    content: "";
    display: none;
    height: calc(100% - 81px);
    width: 100%;
    position: fixed;
    bottom: 0;
    background: rgba(1, 1, 1, .5)
}


.container_model {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

.body_model {
    flex: 1 0 auto
}


.container_credit_tabs {
    display: flex
}

.step_credit_tabs {
    margin-bottom: 35px;
    margin-left: 8px
}

.step_credit_tabs:first-child {
    margin-left: 0
}

.step_credit_tabs .indicator_credit_tabs {
    width: 100px;
    height: 3px;
    background: #fff;
    opacity: .3;
    transition: .3s
}

.step_credit_tabs .description_credit_tabs {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    width: 100px
}

.step_credit_tabs .description_credit_tabs .count_credit_tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    border-radius: 50%;
    background: #e37639;
    opacity: 0;
    transition: .3s;
    position: relative
}

.step_credit_tabs .description_credit_tabs .count_credit_tabs .check_credit_tabs {
    position: absolute;
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 1;
    background: #e37639
}

.step_credit_tabs .description_credit_tabs .title_credit_tabs {
    margin-left: 10px;
    opacity: 0;
    transition: .3s;
    display: none;
    white-space: nowrap
}

.step_credit_tabs.active .indicator_credit_tabs {
    width: 264px;
    background: #e37639;
    opacity: 1
}

.step_credit_tabs.active .description_credit_tabs {
    width: 264px
}

.step_credit_tabs.active .description_credit_tabs .count_credit_tabs {
    opacity: 1
}

.step_credit_tabs.active .description_credit_tabs .title_credit_tabs {
    opacity: 1;
    display: block
}

.step_credit_tabs.prev_credit_tabs .indicator_credit_tabs {
    background: #e37639;
    opacity: .3
}

.step_credit_tabs.prev_credit_tabs .description_credit_tabs .count_credit_tabs {
    opacity: .5
}

.step_credit_tabs.prev_credit_tabs .description_credit_tabs .count_credit_tabs .check_credit_tabs {
    display: flex
}

.step_credit_tabs.prev_credit_tabs .description_credit_tabs .title_credit_tabs {
    display: none !important
}

.gray_configurator {
    justify-content: space-between
}

.gray_configurator .indicator_credit_tabs {
    background-color: #a6adb5;
    width: 180px
}

.gray_configurator .step_credit_tabs .description_credit_tabs {
    font-size: 14px;
    width: 180px;
    display: flex;
    align-items: center;
    height: 25px
}

@media (min-width: 768px) and (max-width: 1024px) {
    .gray_configurator .step_credit_tabs .description_credit_tabs {
        width: 25%
    }
}

.gray_configurator .step_credit_tabs .description_credit_tabs .title_credit_tabs {
    color: #a6adb5;
    opacity: 1;
    display: inherit;
    margin-top: 3px;
    margin-left: 5px
}

.gray_configurator .step_credit_tabs .description_credit_tabs .count_credit_tabs {
    font-size: 16px;
    opacity: 1 !important;
    color: #a6adb5;
    width: 20px;
    height: inherit;
    min-width: 20px;
    min-height: inherit;
    background: #fff !important;
    position: relative;
    font-weight: 700
}

.gray_configurator .active .count_credit_tabs,
.gray_configurator .active .title_credit_tabs,
.gray_configurator .prev_credit_tabs .count_credit_tabs,
.gray_configurator .prev_credit_tabs .title_credit_tabs {
    color: #e37639 !important
}

.gray_configurator .prev_credit_tabs .title_credit_tabs {
    opacity: .3 !important;
    margin-left: 10px !important
}

.gray_configurator .prev_credit_tabs .count_credit_tabs {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    min-height: 25px !important
}

.gray_configurator .prev_credit_tabs .count_credit_tabs span {
    display: none
}

.gray_configurator .prev_credit_tabs .check_credit_tabs {
    opacity: .3
}

.white_background {
    justify-content: space-between
}

.white_background .indicator_credit_tabs {
    background-color: #a6adb5;
    width: 180px
}

.white_background .step_credit_tabs .description_credit_tabs {
    font-size: 14px;
    width: 180px;
    display: flex;
    align-items: center;
    height: 25px
}

.white_background .step_credit_tabs .description_credit_tabs .title_credit_tabs {
    color: #a6adb5;
    opacity: 1;
    display: inherit;
    margin-top: 3px;
    margin-left: 5px
}

.white_background .step_credit_tabs .description_credit_tabs .count_credit_tabs {
    font-size: 16px;
    opacity: 1 !important;
    color: #a6adb5;
    width: 20px;
    height: inherit;
    min-width: 20px;
    min-height: inherit;
    background: transparent !important;
    position: relative;
    font-weight: 700
}

.white_background .active .count_credit_tabs,
.white_background .active .title_credit_tabs,
.white_background .prev_credit_tabs .count_credit_tabs,
.white_background .prev_credit_tabs .title_credit_tabs {
    color: #fff !important
}

.white_background .prev_credit_tabs .check_credit_tabs {
    background-color: hsla(0, 0%, 100%, .4) !important
}

.white_background .prev_credit_tabs .indicator_credit_tabs {
    background-color: #fff
}

.white_background .prev_credit_tabs .title_credit_tabs {
    opacity: .3 !important;
    margin-left: 10px !important
}

.white_background .prev_credit_tabs .count_credit_tabs {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    min-height: 25px !important
}

.white_background .prev_credit_tabs .count_credit_tabs:before {
    content: "" !important
}

.white_background .prev_credit_tabs span {
    display: none
}

@media (max-width: 767px) {
    .step_credit_tabs {
        margin-bottom: 20px;
        margin-left: 10px !important
    }

    .step_credit_tabs:first-child {
        margin-left: 0
    }

    .step_credit_tabs.active {
        width: 100%
    }

    .step_credit_tabs .indicator_credit_tabs {
        width: 37px;
        height: 3px;
        background: #fff;
        opacity: .3;
        transition: .3s
    }

    .step_credit_tabs .description_credit_tabs {
        width: auto
    }

    .step_credit_tabs .description_credit_tabs .title_credit_tabs {
        font-size: 12px
    }

    .step_credit_tabs.active .indicator_credit_tabs {
        width: 100%;
        background: #e37639;
        opacity: 1
    }

    .step_credit_tabs.active .description_credit_tabs {
        width: auto
    }

    .container_credit_tabs.gray_configurator {
        margin-right: -20px;
        width: calc(100% + 20px);
        overflow: hidden
    }

    .gray_configurator .step_credit_tabs:first-child {
        margin-left: 0 !important
    }

    .gray_configurator .step_credit_tabs {
        flex-basis: 126px
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs {
        flex-basis: 54px
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs .description_credit_tabs {
        opacity: .3
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs .title_credit_tabs {
        display: none
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs .count_credit_tabs {
        display: inline-flex;
        padding-left: 27px
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs .count_credit_tabs span {
        display: inline
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs .check_credit_tabs {
        position: static;
        margin-right: 7px
    }

    .gray_configurator .indicator_credit_tabs {
        background: #a6adb5
    }
}

.btn-orange {
    cursor: pointer;
    height: 34px;
    display: inline-block;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 9px 18px;
    border: 0;
    outline: none;
    text-align: center;
    white-space: nowrap;
    line-height: 16px;
    color: #fff;
    background-color: #e37639
}

@media (min-width: 768px) {
    .btn-orange:hover {
        background: #e6873b
    }
}

.btn-orange.isWhite {
    color: #221f20;
    background-color: #fff
}

.btn-orange:disabled {
    background: #a6adb5
}

@media (max-width: 767px) {
    .btn-orange {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 45px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 35px
    }
}

.btn_special_series {
    display: inline-flex;
    align-items: center;
    height: 34px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 18px 0;
    border: 0;
    outline: none;
    text-align: center;
    white-space: nowrap;
    color: #e37639;
    background-color: transparent;
    cursor: pointer
}

.btn_special_series .icon_special_series {
    margin-right: .75rem
}

.btn_credit_results {
    cursor: pointer;
    height: 34px;
    display: inline-block;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 9px 18px;
    border: 1px solid #e37639;
    outline: none;
    text-align: center;
    white-space: nowrap;
    line-height: 16px;
    color: #e37639;
    background-color: transparent
}

@media (min-width: 768px) {
    .btn_credit_results:hover {
        color: #fff;
        background-color: #e37639
    }
}

.btn_credit_results.isGray {
    color: #a5a5a5;
    border-color: #d9dcdc
}

@media (max-width: 767px) {
    .btn_credit_results {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 45px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 35px
    }
}

.btn_configurator_actions {
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    white-space: nowrap
}

.image_configurator_tabs {
    width: 100%;
    max-width: 178px;
    margin-bottom: 8px
}

.title_configurator_tabs {
    font-size: 13px;
    font-weight: 700;
    color: #4c5865;
    text-transform: uppercase;
    margin-bottom: 6px;
    line-height: 21px
}

.price_configurator_tabs {
    font-size: 16px;
    color: #848e98;
    line-height: 1.3
}

.price_configurator_tabs span:first-child {
    margin-right: 20px
}

.priceRange_configurator.family_configurator_tabs {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
    font-weight: 700
}

.fullPrice_configurator {
    color: #e37639;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 13px
}

.fullPrice_configurator.family_configurator_tabs {
    color: #fff;
    font-size: 20px;
    margin: 0 66px 0 0
}

.monthPrice_configurator {
    color: #fff;
    font-size: 20px
}

@media (max-width: 500px) {
    .priceRange_configurator.family_configurator_tabs .monthPrice_configurator {
        font-size: 16px
    }

    .fullPrice_configurator.family_configurator_tabs {
        margin-right: 40px;
        font-size: 16px
    }
}

.model_configurator_tabs {
    transition: all .3s
}

@media (min-width: 1050px) {
    .model_configurator_tabs:hover .content_configurator_tabs {
        background-color: #fff !important
    }

    .model_configurator_tabs:hover .background_configurator_tabs {
        opacity: 1
    }

    .model_configurator_tabs:hover .button_configurator_tabs {
        background-color: #e37639;
        color: #fff
    }
}


.model_configurator_tabs .container_configurator_tabs {
    display: flex
}

.model_configurator_tabs .image_configurator_tabs_content {
    padding: 50px 0;
    flex: 1 1 100%;
    position: relative
}

.model_configurator_tabs .background_configurator_tabs {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    max-width: 100%;
    opacity: 0;
    transition: opacity .15s;
    height: 45%;
    width: 100%
}

.model_configurator_tabs .car_configurator_tabs {
    position: relative;
    height: 100%;
    object-fit: contain
}

.model_configurator_tabs .content_configurator_tabs {
    padding: 0 50px;
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.title_configurator_tabs_content {
    color: #4c5865;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 120%;
    margin-bottom: 20px
}

.desc_configurator_tabs_content {
    color: #4c5865;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px
}

.price_configurator_tabs {
    margin-bottom: 34px !important
}

.price_configurator_tabs div {
    color: #4c5865 !important;
    margin-right: 25px !important
}

.price_configurator_tabs div:nth-child(2) {
    font-size: 16px;
    font-weight: 400
}

.button_configurator_tabs {
    border: 1px solid #e37639;
    padding: 14px 26.5px;
    height: auto;
    border-radius: 30px;
    background-color: transparent;
    color: #e37639
}

@media (max-width: 1050px) {
    .model_configurator_tabs .container_configurator_tabs {
        padding-top: 49px;
        padding-bottom: 49px
    }

    .model_configurator_tabs .container_configurator_tabs .image_configurator_tabs_content {
        padding: 0;
        min-height: 0;
        max-height: 267px;
        max-width: 561px
    }

    .model_configurator_tabs .container_configurator_tabs .image_configurator_tabs_content .background_configurator_tabs {
        display: none
    }

    .model_configurator_tabs .container_configurator_tabs .image_configurator_tabs_content .car_configurator_tabs {
        margin-left: -35px;
        margin-top: -10px
    }

    .model_configurator_tabs .container_configurator_tabs .content_configurator_tabs {
        padding-right: 0;
        padding-left: 0
    }

    .model_configurator_tabs .container_configurator_tabs .title_configurator_tabs_content {
        margin-bottom: 16px
    }

    .model_configurator_tabs .container_configurator_tabs .desc_configurator_tabs_content {
        font-size: 14px;
        margin-bottom: 24px
    }

    .model_configurator_tabs .container_configurator_tabs .price_configurator_tabs {
        margin-bottom: 24px !important;
        white-space: nowrap
    }
}

@media (max-width: 1000px) {
    .model_configurator_tabs .container_configurator_tabs {
        padding-top: 40px;
        padding-bottom: 53px
    }

    .model_configurator_tabs .container_configurator_tabs .image_configurator_tabs_content {
        max-height: 207px;
        flex-basis: 100%
    }

    .model_configurator_tabs .container_configurator_tabs .car_configurator_tabs {
        max-width: 376px
    }

    .model_configurator_tabs .container_configurator_tabs .content_configurator_tabs {
        padding: 0;
        flex-basis: 81%
    }

    .model_configurator_tabs .container_configurator_tabs .title_configurator_tabs_content {
        font-size: 28px;
        letter-spacing: .02em;
        margin-bottom: 12px
    }
}

@media (max-width: 767px) {
    .model_configurator_tabs .container_configurator_tabs {
        flex-direction: column;
        padding: 40px 20px
    }

    .model_configurator_tabs .container_configurator_tabs .image_configurator_tabs_content {
        padding: 0;
        min-height: 0
    }

    .model_configurator_tabs .container_configurator_tabs .image_configurator_tabs_content .background_configurator_tabs {
        display: none
    }

    .model_configurator_tabs .container_configurator_tabs .image_configurator_tabs_content .car_configurator_tabs {
        width: 100%;
        min-height: 0;
        margin: 0 auto
    }

    .model_configurator_tabs .container_configurator_tabs .content_configurator_tabs {
        flex: 0 1 auto;
        padding: 0
    }

    .model_configurator_tabs .container_configurator_tabs button {
        width: 100%
    }
}

.models_configurator_tabs > div {
    background-color: #f4f4f4
}

.models_configurator_tabs > div:nth-child(2n) {
    background-color: #eaeaea
}

.overview_total_info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    z-index: 2;
}

@media (max-width: 575px) {
    .overview_total_info {
        margin-top: 0;
        height: 160px
    }
}

.image_total_info {
    width: 100%
}

.image_total_info img {
    width: 100%;
    object-fit: contain
}

.container_slider_params_arrows {
    display: flex;
    align-items: center
}

.container_slider_params_arrows button:first-child {
    padding-right: 5px
}

.container_slider_params_arrows button:nth-child(3) {
    padding-left: 4px
}

.container_accessories_configurator_slider {
    width: 290px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 425px;
    margin-right: 20px;
    outline: none;
    position: relative
}

.image_accessories_configurator_slider {
    height: 180px
}

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

.separator_accessories_configurator_slider {
    height: 1px;
    background-color: #eaefef;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 25px
}

.content_accessories_configurator_slider {
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 auto
}

.content_accessories_configurator_slider .title_accessories_configurator_slider {
    color: #4c5865;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.4;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -ms-line-clamp: 3;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    height: 75px;
    overflow: hidden !important
}

.priceInfo_accessories_configurator_slider {
    display: flex;
    margin-bottom: 20px
}

.price_accessories_configurator_slider {
    font-size: 18px;
    color: #4c5865;
    margin-right: 20px
}

.container_configuration_accessories_block {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f4f4f4;
    margin-bottom: 10px
}

@media (max-width: 575px) {
    .container_configuration_accessories_block {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.title_configuration_accessories_block {
    color: #4c5865;
    margin-bottom: 12px
}

.desc_configuration_accessories_block {
    color: #4c5865;
    margin-bottom: 25px
}

@media (max-width: 575px) {
    .controls_configuration_accessories_block {
        display: none
    }
}

.controls_configuration_accessories_block button {
    border-color: #d9dcdc
}

.controls_configuration_accessories_block button:hover {
    border-color: #e37639
}

.tabs_configuration_accessories_blockv {
    margin-bottom: 25px
}

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

.titleContainer_configuration_accessories_block {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.container_range_slider {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    width: 100%
}

.container_range_slider input {
    outline: none;
    height: 48px;
    width: 100%;
    padding: 12px 17px 0;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #d9dcdc;
    font-size: 15px;
    border-radius: 0
}

.container_range_slider input::-webkit-input-placeholder {
    color: #848e98;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.container_range_slider input:-ms-input-placeholder {
    color: #848e98;
    opacity: 1;
    -ms-transition: all .3s;
    transition: all .3s
}

.container_range_slider input::placeholder {
    color: #848e98;
    opacity: 1;
    transition: all .3s
}

.container_range_slider input:focus::-webkit-input-placeholder {
    opacity: .6
}

.container_range_slider input:focus:-ms-input-placeholder {
    opacity: .6
}

.container_range_slider input:focus::placeholder {
    opacity: .6
}

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

.container_range_slider input:disabled {
    background-color: #fafafa !important
}

.container_range_slider input[type=number] {
    -moz-appearance: textfield
}

.label_range_slider {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 17px;
    z-index: 1;
    transition: color .2s cubic-bezier(0, 0, .2, 1) 0ms, transform .2s cubic-bezier(0, 0, .2, 1) 0ms;
    transform: scale(1) translateY(17px);
    color: #a6adb5;
    transform-origin: top left
}

.label_range_slider.focused_range_slider {
    transform: scale(.8) translateX(0) translateY(8px)
}

.checkbox_comp_accordion {
    position: relative;
    height: 24px;
    margin-top: 8px
}

.checkbox_disabled_comp_accordion span:before {
    background-color: #f5f5f5 !important
}

.checkbox_disabled_comp_accordion.checkbox_bordered_comp_accordion span:before {
    background-color: transparent !important;
    opacity: .3
}

.checkbox_comp_accordion input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 24px
}

.checkbox_comp_accordion span {
    display: inline-flex;
    align-items: flex-start;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    color: #66727d
}

.checkbox_comp_accordion span:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 1px;
    margin-right: 13px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.checkbox_comp_accordion input:not(:disabled):not(:checked) + span:hover:before {
    cursor: pointer
}

.checkbox_comp_accordion > input:disabled:checked + span:before {
    background-color: #f5f5f5
}

.checkbox_comp_accordion > input:disabled:checked + span:before,
.checkbox_comp_accordion > input:not(:disabled):checked + span:before {
    border-color: rgba(166, 173, 181, .2);
    background-size: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1L5.5 9L1 5' stroke='%23E37639' stroke-width='2.57143'/%3E%3C/svg%3E%0A")
}

.checkbox_bordered_comp_accordion > input:not(:disabled):checked + span:before {
    background-color: #e37639;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1L5.5 9L1 5' stroke='%23FFFFFF' stroke-width='2.57143'/%3E%3C/svg%3E%0A")
}

.checkbox_bordered_comp_accordion span:before {
    background-color: transparent;
    border-radius: 50%
}

@media (max-width: 500px) {
    .checkbox_comp_accordion span:before {
        margin-right: 11px;
        width: 20px;
        height: 20px
    }
}

.wrapper_request_form {
    background-color: #f7f8f8;
    margin-bottom: 10px
}

.container_request_form {
    display: flex;
    position: relative
}

.title_request_form {
    font-size: 32px;
    color: #4c5865;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .02em
}



.leftPart_request_form {
    flex: 0 1 50%;
    width: 50%;
    max-height: 100%
}

.leftPart_request_form .title_request_form {
    display: none
}

.rightPart_request_form {
    flex: 0 0 50%;
    padding: 70px;
    max-width: 720px
}

@media (max-width: 1024px) {
    .rightPart_request_form {
        padding: 70px 35px
    }

    .container_request_form {
        flex-direction: column;
        position: relative
    }

    .container_request_form .leftPart_request_form {
        width: 100%
    }

    .container_request_form .leftPart_request_form > div {
        height: 400px !important
    }

    .container_request_form .rightPart_request_form {
        margin: 0 auto
    }
}

@media (max-width: 1024px) and (max-width: 500px) {
    .container_request_form .leftPart_request_form > div {
        height: 265px !important;
        margin-bottom: 30px
    }

    .container_request_form .title_request_form {
        margin-top: 50px;
        margin-bottom: 29px;
        display: block;
        font-weight: 300;
        font-size: 28px;
        line-height: 120%;
        text-transform: uppercase;
        color: #4c5865;
        padding: 0 20px
    }

    .rightPart_request_form {
        padding: 0 20px 50px;
        margin-top: 33px
    }

    .rightPart_request_form .title_request_form {
        display: none
    }
}



.background_configurator_actions {
    background-color: #eaeaea;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0
}

.checkbox_configurator_actions ~ span,
.icon_configurator_actions {
    display: none
}

.body_configurator_actions {
    height: 100%;
    flex-direction: column;
    align-items: flex-start
}

.body_configurator_actions,
.header_configurator_actions {
    display: flex;
    justify-content: space-between
}

.header_configurator_actions {
    align-items: center;
    margin-bottom: 36px
}

.header_configurator_actions .title_configurator_actions {
    color: #4c5865
}

.header_configurator_actions .arrows_configurator_actions {
    display: none
}

.header_configurator_actions .arrows_configurator_actions button {
    background: #fff;
    border-color: transparent
}

.header_configurator_actions .arrows_configurator_actions button:first-child {
    margin-right: 3px
}

.header_configurator_actions .arrows_configurator_actions svg {
    width: 10px
}

.item_configurator_actions {
    background-color: #fff;
    height: 229px;
    padding: 25px 25px 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.benefit_configurator_actions {
    color: #4c5865;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase
}

.desc_configurator_actions {
    flex: 1 0 auto;
    color: #4c5865;
    font-size: 16px
}

.separator_configurator_actions {
    height: 1px;
    width: 100%;
    background-color: #eaefef;
    margin-top: 17px;
    margin-bottom: 17px
}

.add_configurator_actions {
    background-color: #fff;
    border: 1px solid #e37639;
    color: #e37639;
    transition: color .3s
}

.add_configurator_actions:hover {
    color: #fff
}

.slider_configurator_actions .slick-slide > div {
    margin: 0 10px
}

.slider_configurator_actions .slick-list {
    margin: 0 0 0 -10px
}

@media (max-width: 1024px) {
    .sliderContainer_configurator_actions {
        padding-right: 0
    }

    .header_configurator_actions .arrows_configurator_actions {
        display: flex
    }
}

@media (max-width: 500px) {
    .background_configurator_actions {
        padding-top: 46px;
        padding-bottom: 50px
    }

    .item_configurator_actions {
        height: auto;
        margin-bottom: 10px;
        padding-top: 21px;
        padding-bottom: 21px
    }

    .header_configurator_actions {
        margin-bottom: 24px
    }

    .header_configurator_actions .title_configurator_actions {
        font-size: 28px
    }

    .sliderContainer_configurator_actions {
        padding-right: 20px
    }

    .slider_configurator_actions .slick-list,
    .slider_configurator_actions .slick-slide > div {
        margin: 0
    }

    .header_configurator_actions .arrows_configurator_actions {
        display: none
    }

    .checkbox_configurator_actions {
        margin-top: 2px
    }

    .checkbox_configurator_actions ~ span {
        display: inline-flex
    }

    .checkbox_configurator_actions ~ span:before {
        border-color: #e37639 !important
    }

    .separator_configurator_actions {
        display: none;
        width: calc(100% + 50px);
        margin: 17px -25px
    }

    .benefit_configurator_actions {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        font-size: 15px;
        line-height: 23px
    }

    .body_configurator_actions {
        max-height: 0;
        overflow: hidden
    }

    .body_configurator_actions > button {
        height: 35px
    }

    .icon_configurator_actions {
        display: block
    }

}

.content_spec {
    background-color: #f7f8f8;
    padding: 47px;
    margin-bottom: 40px
}

.section_spec:not(:last-child) {
    border-bottom: 1px solid #d9dcdc;
    padding-bottom: 34px;
    margin-bottom: 34px
}

.section_spec .item_spec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #848e98;
    font-size: 14px;
    line-height: 1.4
}

.section_spec .item_spec:not(:last-child) {
    margin-bottom: 12px
}

.section_spec h5 {
    color: #66727d;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 18px;
    text-transform: uppercase
}

.value_spec {
    display: flex;
    align-items: center;
    color: #4c5865
}

.value_spec span {
    margin-left: 14px;
    display: inline-block
}

.price_spec_accordion {
    color: #4c5865
}
.price_spec_accordion {
    width: 77px;
    text-align: right
}

.color_spec_accordion {
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #d9dcdc
}

@media (max-width: 1024px) {
    .content_spec {
        padding: 27px 22px 37px 27px
    }

    .section_spec:not(:last-child) {
        padding-bottom: 24px;
        margin-bottom: 24px
    }
}

@media (max-width: 1024px) and (max-width: 500px) {
    .content_spec {
        padding: 28px 20px 35px
    }

    .section_spec:not(:last-child) {
        padding-bottom: 24px;
        margin-bottom: 24px
    }

    .section_spec h5 {
        margin-bottom: 13px;
        font-size: 13px
    }

    .section_spec .item_spec {
        flex-direction: column;
        align-items: flex-start
    }

    .section_spec .item_spec .label_spec {
        margin-bottom: 7px
    }

    .price_spec_accordion {
        text-align: left;
        font-size: 16px;
        line-height: 21px;
        white-space: nowrap
    }

    .color_spec_accordion {
        width: 21px;
        height: 21px;
        margin-left: 10px !important
    }

    .value_spec {
        align-items: flex-start;
        font-size: 16px;
        line-height: 21px;
        color: #4c5865
    }

    .value_spec span {
        margin: 0
    }
}

@media (max-width: 500px) {
    .color_spec_accordion {
        flex: 0 0 21px
    }
}

.container_spec_accordion {
    border-bottom: 1px solid #eaefef;
    margin-bottom: 1px
}

.opened_spec_accordion .header_spec_accordion {
    background-color: #f7f8f8
}

.opened_spec_accordion .header_spec_accordion svg {
    transform: translateY(-50%) rotate(180deg)
}

.opened_spec_accordion .body_spec_accordion {
    display: block
}

.header_spec_accordion {
    color: #4c5865;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    padding: 22px 45px 22px 27px;
    cursor: pointer;
    position: relative;
    transition: all .3s
}

.header_spec_accordion:hover {
    background-color: #f7f8f8
}

.header_spec_accordion svg {
    position: absolute;
    right: 33px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center;
    transition: all .3s
}

.body_spec_accordion {
    display: none;
    padding: 40px 27px 15px
}

.row_spec_accordion {
    display: flex;
    flex-wrap: wrap
}

.row_spec_accordion > div {
    width: 100%
}

.row_spec_accordion > div > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

@media screen and (max-width: 768px) {
    .row_spec_accordion > div > div {
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (max-width: 600px) {
    .row_spec_accordion > div > div {
        grid-template-columns: 1fr
    }
}

.cell_spec_accordion {
    margin-bottom: 32px
}

.rowTitle_spec_accordion {
    color: #66727d;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: uppercase
}

.label_spec_accordion {
    color: #848e98;
    font-size: 16px;
    margin-bottom: 8px
}

.value_spec_accordion {
    color: #4c5865;
    font-size: 16px
}

.value_spec_accordion p {
    margin-bottom: 12px
}

.circle {
    padding-left: 17px;
    display: block;
    position: relative
}

.circle span {
    color: #e37639;
    position: absolute;
    left: 0;
    top: 1px
}

@media (min-width: 1025px) {
    .withoutTitleCell > div {
        flex-basis: 100%;
        padding-right: 0
    }

    .withoutTitleCell > div > div {
        display: flex;
        flex-wrap: wrap
    }

    .withoutTitleCell > div > div > p {
        width: calc(100% / 3 - 21px * 2 / 3);
        margin-right: 21px;
        align-self: flex-start
    }

    .withoutTitleCell > div > div > p:nth-of-type(3n) {
        margin-right: 0
    }
}

@media (max-width: 760px) {
    .row_spec_accordion > div {
        flex-basis: 100%
    }
}

.header_total_info {
    padding-bottom: 60px
}

.totalCar_total_info {
    position: absolute;
    z-index: 2;
    left: 15px
}

@media (max-width: 1024px) {
    .totalCar_total_info {
        left: 54px;
        z-index: 1
    }
}

@media (max-width: 768px) {
    .totalCar_total_info {
        position: static
    }
}

@media (max-width: 575px) {
    .totalCar_total_info {
        position: static
    }
}

.totalCar_total_info .title_total_info {
    color: #fff;
    margin-bottom: 6px
}

.totalCar_total_info .desc_total_info {
    color: #fff;
    font-weight: 700;
    max-width: 230px;
    font-size: 16px
}

@media (max-width: 768px) {
    .totalCar_total_info .desc_total_info {
        max-width: inherit
    }
}

@media (max-width: 575px) {
    .totalCar_total_info .desc_total_info {
        max-width: inherit
    }
}

.separator_total_info {
    background-color: #eaefef;
    height: 1px;
    margin-bottom: 25px
}

.info_total_info {
    display: flex;
    justify-content: space-between
}

@media (max-width: 575px) {
    .info_total_info {
        display: none
    }
}

.info_total_info > div {
    display: flex
}

.info_total_info .infoBlock_total_info {
    display: flex;
    flex-direction: column;
    margin-right: 50px
}

.info_total_info .value_total_info {
    display: flex;
    align-items: flex-end
}

.info_total_info .value_total_info span:not(:last-child) {
    margin-right: 12px
}

.info_total_info .priceTitle_total_info {
    color: #848e98;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 4px
}

.info_total_info .price_total_info {
    color: #e37639;
    font-size: 22px
}

.info_total_info .credit_total_info {
    color: #4c5865;
    font-size: 22px
}

.actions_total_info button {
    color: #4c5865;
    letter-spacing: .7px
}

.actions_total_info button:hover {
    color: #e37639
}

.actions_total_info button svg {
    margin-right: 10px
}

.actions_total_info button:last-child {
    margin-left: 47px
}

.container_spec {
    padding-top: 60px;
    padding-bottom: 60px
}

.titleSpecs_spec {
    margin-bottom: 36px;
    color: #4c5865
}

.smallTitle_configurator_filter {
    color: #848e98;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
    height: unset;
}

.options_configurator_filter {
    width: 250px
}

.options_configurator_filter h4 {
    position: relative;
    z-index: 2;
    margin-left: 15px
}

.options_configurator_filter > div {
    margin-top: -10px
}

.header_configurator_filter {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px
}

.header_configurator_filter .tabs_configurator_filter li {
    font-size: 14px
}

.header_configurator_filter .price_configurator_filter {
    display: flex;
    max-width: 250px
}

.header_configurator_filter .price_configurator_filter > div {
    padding-left: 3px;
    padding-right: 3px
}

.header_configurator_filter .price_configurator_filter input {
    height: 38px;
    padding: 0 6px
}

@media (max-width: 575px) {
    .container_configurator_filter {
        display: none
    }
}

.list_style_none {
    list-style-type: none;
    display: block
}

.list_style_none > li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 14px
}

.list_style_none > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e37639
}

.light_configurator {
    color: #fff
}

.dark_equipments {
    color: #66727d
}

.dark_equipments > li {
    margin-bottom: 8px
}

.engine_parameters {
    border: 1px solid #eaefef;
    display: flex;
    height: 115px;
    cursor: pointer;
    transition: all .3s
}

@media (max-width: 768px) {
    .engine_parameters {
        height: inherit;
        padding-bottom: 15px
    }
}


.club_radio_parameters {
    border-color: #515151
}

.club_radio_parameters .radio_parameters span {
    background-color: #262626
}

.club_radio_parameters .radio_parameters span svg {
    opacity: 0;
    transition: all .3s
}

.club_radio_parameters .title_parameters,
.club_radio_parameters .transmission_parameters {
    color: #fff
}

.radio_parameters {
    width: 57px;
    padding-top: 17px;
    padding-left: 19px
}

@media (max-width: 575px) {
    .radio_parameters {
        width: inherit;
        padding-top: 16px;
        padding-left: 15px
    }
}

.radio_parameters span {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid #eaefef;
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    transition: all .3s
}

.info_parameters {
    flex: 1 0 auto
}

@media (max-width: 768px) {
    .info_parameters {
        padding-left: 10px;
        flex: inherit
    }
}

.title_parameters {
    color: #4c5865;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 17px;
    padding-top: 19px
}

@media (max-width: 575px) {
    .title_parameters {
        padding-top: 15px
    }
}

.transmission_parameters {
    position: relative;
    padding-left: 45px;
    max-width: 140px;
    color: #4c5865;
    font-size: 14px
}

.transmission_parameters img {
    position: absolute;
    top: 0;
    left: 0
}

.pic_parameters img {
    height: 100px
}

@media (max-width: 575px) {
    .pic_parameters img {
        height: 80px
    }
}

.smallTitle_equipments {
    color: #848e98;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px
}

.item_equipments {
    background-color: #fff;
    padding: 25px 40px 35px;
    margin-bottom: 20px
}

@media (max-width: 575px) {
    .item_equipments {
        flex-direction: column;
        padding: 20px
    }
}

.item_equipments .title_equipments {
    font-size: 36px;
    font-weight: 300;
    color: #4c5865;
    text-transform: uppercase;
    margin-bottom: 15px
}

@media (max-width: 575px) {
    .item_equipments .title_equipments {
        font-size: 24px;
        line-height: 28px
    }
}

.item_equipments .content_equipments {
    display: flex;
    margin-bottom: 15px
}

@media (max-width: 575px) {
    .item_equipments .content_equipments {
        flex-direction: column
    }
}

.item_equipments .image_equipments {
    flex: 0 0 405px
}

.item_equipments .image_equipments img {
    max-width: 100%;
    margin-left: -20px
}

@media (max-width: 575px) {
    .item_equipments .image_equipments {
        flex: 1 0 auto;
        text-align: center
    }

    .item_equipments .image_equipments img {
        margin-left: 0
    }
}

.item_equipments .desc_equipments {
    padding-left: 20px;
    padding-right: 50px
}

@media (max-width: 575px) {
    .item_equipments .desc_equipments {
        padding-left: 0;
        padding-right: 0
    }
}

.item_equipments .desc_equipments .smallTitle_equipments {
    color: #4c5865;
    margin-bottom: 12px
}

.item_equipments .desc_equipments li {
    font-size: 15px;
    color: #4c5865
}

.item_equipments .info_equipments {
    border-left: 1px solid #eaefef;
    padding: 0 30px 0 60px;
    flex: 0 0 260px;
    margin-left: auto
}

@media (max-width: 1024px) {
    .item_equipments .info_equipments {
        display: none
    }
}

.item_equipments .price_equipments {
    margin-bottom: 12px
}

.item_equipments .price_equipments h5 {
    font-size: 14px;
    font-weight: 300;
    color: #848e98;
    margin-bottom: 6px
}

.item_equipments .price_equipments span {
    color: #4c5865;
    font-size: 26px
}

.stock_parameters {
    line-height: 1.5;
    font-size: 14px;
    color: #4c5865;
    margin-top: 25px;
    position: relative;
    padding-left: 20px
}

.stock_parameters svg {
    position: absolute;
    left: 0;
    top: 0
}

.isStockMobile_parameters {
    display: none
}

@media (max-width: 575px) {
    .isStockMobile_parameters {
        border-top: 1px solid #eaefef;
        display: block;
        margin-top: 25px
    }
}

.club_parameters {
    background-color: #262626;
    position: relative
}

.club_parameters .title_equipments {
    color: #fff;
    margin-bottom: 30px
}

.club_parameters .desc_equipments .smallTitle_equipments {
    color: #fff
}

.club_parameters .desc_equipments li {
    color: #a6adb5
}

.club_parameters .info_equipments {
    border-left-color: #515151
}

.club_parameters .price_equipments h5 {
    color: #a6adb5
}

.club_parameters .price_equipments span,
.club_parameters .stock_parameters {
    color: #fff
}

.modifications_equipments .list_parameters {
    display: flex
}

@media (max-width: 1024px) {
    .modifications_equipments .list_parameters {
        flex-wrap: wrap
    }
}

@media (max-width: 575px) {
    .modifications_equipments .list_parameters {
        flex-direction: column
    }
}

.modifications_equipments .list_parameters > div {
    margin-right: 15px;
    width: calc(100% / 3)
}

.modifications_equipments .list_parameters > div:nth-child(3n) {
    margin-right: 0
}

@media (max-width: 1024px) {
    .modifications_equipments .list_parameters > div {
        width: calc(100% / 2 - 15px);
        margin-bottom: 20px
    }

    .modifications_equipments .list_parameters > div:nth-child(2n) {
        margin-right: 0
    }

    .modifications_equipments .list_parameters > div:nth-child(3n) {
        margin-right: 15px
    }
}

@media (max-width: 575px) {
    .modifications_equipments .list_parameters > div {
        margin-right: 0;
        width: inherit;
        margin-bottom: 20px
    }

    .modifications_equipments .list_parameters > div:last-child {
        margin-bottom: 0
    }

    .modifications_equipments .list_parameters > div:nth-child(3n) {
        margin-right: 0
    }
}





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

.list_equipments > div:last-child {
    margin-bottom: 0
}

@media (max-width: 768px) {
    .list_equipments {
        padding-left: 0;
        padding-right: 0
    }
}

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


.package_list {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 20px;
    position: relative
}


.image_packages {
    min-height: 200px
}

@media (max-width: 575px) {
    .image_packages {
        min-height: auto
    }
}

.image_packages img {
    width: 100%
}

.content_package {
    padding: 27px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.content_package h5 {
    font-size: 12px;
    font-weight: 700;
    color: #4c5865;
    text-transform: uppercase;
    margin-bottom: 12px
}

.content_package h5 span {
    color: #a5adb5
}

.title_packages {
    color: #4c5865;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.separator_packages {
    height: 1px;
    background-color: #eaefef;
    margin-top: 20px;
    margin-bottom: 25px;
    width: 100%
}

.price_packages .total_packages {
    color: #4c5865;
    font-size: 18px;
    display: inline-block;
    margin-right: 20px
}

.price_packages .credit_packages {
    color: #848e98;
    display: inline-block
}

.listContainer_packages {
    flex: 1 0 auto
}

.list_package {
    color: #4c5865;
    font-size: 13px;
    margin-bottom: 20px
}

.list_package li {
    margin-bottom: 9px;
    line-height: 1.3
}

.add_packages {
    background-color: #fff;
    border: 1px solid #e37639;
    color: #e37639
}

.add_packages:hover {
    color: #fff
}


.content_packages {
    background-color: #f4f4f4;
    padding-top: 20px
}

.list_packages {
    display: flex;
    flex-wrap: wrap
}

.list_packages > div {
    width: 403px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3 - 40);
    margin-right: 20px
}

.list_packages > div:nth-child(3n) {
    margin-right: 0
}

@media (max-width: 768px) {
    .list_packages > div {
        width: calc(50% - 10px);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 2 - 20)
    }

    .list_packages > div:nth-child(2n) {
        margin-right: 0
    }

    .list_packages > div:nth-child(3n) {
        margin-right: 20px
    }
}

@media (max-width: 575px) {
    .list_packages > div {
        width: inherit;
        flex: initial;
        margin-right: 0
    }

    .list_packages > div:nth-child(3n) {
        margin-right: 0
    }
}



.container_configurator_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 83px;
    border: 1px solid #eaefef;
    z-index: 9
}

@media (max-width: 575px) {
    .container_configurator_menu {
        box-shadow: 0 -7px 13px rgba(0, 0, 0, .07);
        border-top: 0;
        height: inherit
    }
}

.container_configurator_menu .mobile_configurator_menu {
    display: none
}

@media (max-width: 575px) {
    .container_configurator_menu .mobile_configurator_menu {
        display: flex;
        flex-direction: column;
        padding-bottom: 51px
    }
}

.container_configurator_menu .mobile_configurator_menu .actions_configurator_menu {
    display: block;
    padding: 5px 20px 15px
}

.container_configurator_menu .mobile_configurator_menu .actions_configurator_menu p {
    width: inherit;
    text-align: left;
    margin-right: 0
}

.container_configurator_menu .mobile_configurator_menu .accessoryBtn_spec_accordion {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    margin-left: 0;
    border-color: #d9dcdc
}

.container_configurator_menu .mobile_configurator_menu .creditBtn_configurator_menu {
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.container_configurator_menu .desktop_configurator_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 35px;
    padding-right: 35px;
    height: 83px
}

.container_configurator_menu .desktop_configurator_menu > button:first-child {
    padding: 0
}

.container_configurator_menu .desktop_configurator_menu > button:disabled {
    cursor: not-allowed
}

@media (max-width: 1024px) {
    .container_configurator_menu .desktop_configurator_menu {
        display: none
    }
}

.container_configurator_menu .tablet_configurator_menu {
    display: none
}

@media (max-width: 1024px) {
    .container_configurator_menu .tablet_configurator_menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 15px;
        padding-right: 15px;
        height: 83px
    }
}

@media (max-width: 575px) {
    .container_configurator_menu .tablet_configurator_menu {
        display: none
    }
}

.container_configurator_menu .tablet_configurator_menu > button:first-child {
    padding: 0
}

.container_configurator_menu .tablet_configurator_menu .label_configurator_menu {
    font-size: 11px
}

.container_configurator_menu .tablet_configurator_menu .price_configurator_menu,
.container_configurator_menu .tablet_configurator_menu .value_configurator_menu {
    font-size: 20px
}

.prices_configurator_menu .item_configurator_menu {
    margin-left: 30px;
    margin-right: 30px
}

.carInfo_configurator_menu,
.containerInfo_configurator_menu,
.prices_configurator_menu {
    display: flex;
    align-items: center
}

.containerInfo_configurator_menu {
    justify-content: space-between
}

.label_configurator_menu {
    color: #848e98;
    font-size: 12px;
    line-height: 1.5
}

.carInfo_configurator_menu img {
    margin-right: 27px;
    width: 131px
}

.value_configurator_menu {
    letter-spacing: .2px;
    font-weight: 300;
    text-transform: uppercase
}

.price_configurator_menu,
.value_configurator_menu {
    color: #4c5865;
    font-size: 22px
}

.actions_configurator_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.actions_configurator_menu p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    width: 198px;
    text-align: right;
    color: #4c5865;
    margin-right: 15px
}

.actions_configurator_menu span {
    color: #e37639
}

.actions_configurator_menu button {
    margin-left: 26px
}

.creditBtn_configurator_menu {
    background-color: #fff;
    color: #e37639;
    border: 1px solid #e37639;
    margin-right: 15px;
    margin-left: 15px
}

.accessoryBtn_spec_accordion {
    background-color: #fff;
    color: #e37639;
    margin-left: 10px
}

.tabletPrice_configurator_menu {
    display: flex;
    padding: 15px;
    position: relative;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

.tabletPrice_configurator_menu img {
    max-width: 130px
}

@media (max-width: 768px) {
    .tabletPrice_configurator_menu img {
        display: none
    }
}

.tabletPrice_configurator_menu .item_configurator_menu {
    margin-right: 15px
}

.tabletPrice_configurator_menu .item_configurator_menu:first-child {
    display: flex;
    align-items: center
}

.mobilePrice_configurator_menu {
    display: flex;
    padding: 15px 55px 15px 20px;
    position: relative
}

.mobilePrice_configurator_menu .item_configurator_menu {
    margin-right: 25px
}

.mobilePrice_configurator_menu .toggler_configurator_menu {
    position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    transform: rotate(-180deg)
}

.mobilePrice_configurator_menu .toggler_configurator_menu.opened_configurator_menu {
    transform: none
}

.mobile_configurator_menu {
    margin-left: 15px;
    margin-right: 15px;
    border-top: 1px solid #eaefef;
    padding-top: 20px;
    padding-bottom: 20px
}

.mobile_configurator_menu .carInfo_configurator_menu {
    flex-direction: column;
    align-items: flex-start
}

.mobile_configurator_menu .carInfo_configurator_menu img {
    margin-right: 0;
    width: 100%
}

.mobile_configurator_menu .carInfo_configurator_menu .item_configurator_menu {
    margin-left: 0;
    margin-right: 0
}

.mobile_configurator_menu .carInfo_configurator_menu .label_configurator_menu {
    font-weight: 300;
    font-size: 28px;
    text-transform: uppercase;
    color: #4c5865;
    line-height: 34px;
    margin-bottom: 10px
}

.mobile_configurator_menu .carInfo_configurator_menu .value_configurator_menu {
    color: #4c5865;
    font-size: 14px;
    font-weight: 700;
    text-transform: none
}

.result_configurator_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #e37639;
    display: flex;
    height: 51px
}

.result_configurator_menu > a,
.result_configurator_menu > button {
    height: 100%;
    background: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    color: #fff;
    letter-spacing: .1em;
    text-transform: uppercase;
    width: 100%
}

@media (max-width: 575px) {
    .result_configurator_menu > a,
    .result_configurator_menu > button {
        border-radius: 0
    }
}

.result_configurator_menu button:first-child {
    width: 55px;
    border-right: 1px solid #fff
}

.result_configurator_menu button:disabled {
    background-color: #a6adb5
}







.cityBck {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.cityBck,
.cityBck:before,
.cityBck img {
    width: 100%;
    height: 585px;
    object-fit: cover
}

.cityBck:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55))
}

@media (max-width: 575px) {
    .cityBck,
    .cityBck:before,
    .cityBck img {
        height: 304px
    }
}



.steps_configurator > div {
    width: 19%;
    min-width: 54px;
    overflow: hidden;
    z-index: 2;
}

.steps_configurator > div > div:first-child {
    width: 100%
}


.form_request_form {
    color: #4c5865
}

.subtitle_request_form {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px
}

.description_request_form {
    margin-top: 10px;
    margin-bottom: 1.75rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #848e98
}

@media (max-width: 500px) {
    .description_request_form,
    .subtitle_request_form {
        display: none
    }
}

.btn_prev_next {
    border-color: #3c3c3c;
    transition: all .3s;
    padding-left: 4px
}

.btn_prev_next:first-child {
    padding-left: 0;
    padding-right: 4px
}

.btn_prev_next:hover {
    border-color: #e6873b
}

.container_model_about_slider {
    position: relative;
    display: flex;
    justify-content: flex-end;
    min-height: 900px;
    max-width: 100vw;
    width: 100%;
    overflow: hidden
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
    .container_model_about_slider {
        min-height: 700px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .container_model_about_slider {
        min-height: 620px
    }
}

.background_model_about_slider {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute
}

.safety_tab_background {
    max-width: 1440px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    object-fit: contain
}

.change_view {
    background: transparent 0 0;
    display: flex;
    align-items: center;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}

.change_view:hover {
    color: #e37639
}

.change_view:hover path {
    fill: #e37639
}

.leftPart {
    z-index: 1;
    padding-bottom: 110px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.leftPart .body_model_about_slider {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%
}

.constructive_tab .leftPart .body_model_about_slider {
    height: auto;
}

.constructive_tab .leftPart .content_model_about_slider {
    margin-bottom: 0;
}

.leftPart .headerTabs {
    display: inline-block;
    margin-bottom: 40px;
    position: absolute;
    z-index: 2;
    margin-top: 40px
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .leftPart .headerTabs {
        margin-bottom: 20px
    }
}

.leftPart .content_model_about_slider {
    margin-bottom: 120px;
    flex: 1 0 auto;
    max-width: 720px;
    width: 55%;
    z-index: 2;
    margin-top: 120px
}

.leftPart .content_model_about_slider h2 {
    color: #fff;
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 20px;
    letter-spacing: .02em;
    white-space: pre-line;
    max-width: 700px;
    text-transform: uppercase
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .leftPart .content_model_about_slider h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 10px
    }
}

.leftPart .content_model_about_slider p {
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    white-space: pre-line
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .leftPart .content_model_about_slider p {
        font-size: 14px
    }
}

.leftPart .content_model_about_slider.safety_tab_text h2,
.leftPart .content_model_about_slider.safety_tab_text p {
    color: #4c5865
}

.leftPart .content_model_about_slider.safety_tab_padding {
    margin-bottom: 40px !important
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .leftPart .content_model_about_slider.safety_tab_padding {
        margin-bottom: 30px;
        max-width: 100%;
        width: 100%
    }
}

.wrappersConstructive_tab {
    max-width: 1440px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: column
}

@media (max-width: 768px) {
    .wrappersConstructive_tab {
        position: absolute;
        width: 100%;
        display: flex;
        align-items: baseline;
        flex-direction: row;
        bottom: 0;
        justify-content: space-around;
    }

    .iconItemConstructiveActive, .iconItemConstructive_item {
        max-width: 107px;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-bottom: 32px;
    }
}


.iconItemConstructive_image {
    max-width: 143px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 43px
}

.iconItemConstructive_image:last-of-type {
    padding-bottom: 0
}

.iconItemConstructiveActive, .iconItemConstructive_item {
    max-width: 217px;
    z-index: 2;
    margin-bottom: 20px;
}

.iconConstructive_image {
    width: 75px;
    height: 75px;
    margin-bottom: 15px
}

.iconTitleConstructive {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #fff
}

.iconSubTitleConstructive {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    margin-top: 10px
}

.wrappersIcon_safety {
    max-width: 1220px;
    width: 100%;
    flex: 1 0 auto;
    display: flex;
    flex-flow: row wrap;
    z-index: 2
}

.iconWrapper_safety {
    width: 50%;
    display: flex;
    max-height: 200px;
    flex-flow: row wrap;
    justify-content: flex-start
}

.iconWrapper_safety:nth-of-type(2n) {
    justify-content: flex-end
}

.iconWrapper_safety:nth-of-type(2n) .icon_safety {
    text-align: right;
    padding-right: 50px
}

.footer_model_about_slider {
    position: absolute;
    left: 0;
    bottom: -50px
}

.safety_size:nth-of-type(2n) {
    padding-top: 120px
}

.icon_safety {
    width: 100%;
    height: 75px;
    margin-bottom: 17px;
    display: inline-block
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
    .icon_safety {
        height: 60px;
        margin-bottom: 10px
    }

    .icon_safety img {
        width: 60px;
        height: 60px
    }
}

.iconTitle_safety {
    max-width: 120px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #66727d;
    margin-bottom: 65px
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
    .iconTitle_safety {
        font-size: 12px;
        line-height: 13px;
        margin-bottom: 15px
    }
}

.uspPoligon {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    z-index: 1;
    pointer-events: auto;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 0 hsla(0, 0%, 100%, .4)
}

.uspPoligon:hover {
    animation: pulse_dotes 1.5s infinite
}

.uspPoligon:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 55px;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.uspPoligonActive {
    animation: pulse_dotes 1.5s infinite
}

@keyframes pulse_dotes {
    0% {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .4)
    }
    70% {
        box-shadow: 0 0 0 50px hsla(0, 0%, 100%, 0)
    }
    to {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0)
    }
}

.rightPart {
    width: 520px;
    padding: 40px;
    position: relative;
    transition: all .3s;
    transform: translateX(520px);
    background-color: #221f20;
    color: #fff;
    z-index: 2
}

@media screen and (min-width: 1921px) {
    .rightPart {
        width: 30%;
        transform: translateX(100%)
    }
}

@media screen and (min-width: 1300px) and (max-width: 1450px) {
    .rightPart {
        width: 400px
    }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .rightPart {
        width: 30%
    }
}

.rightPart.opened {
    transform: translateX(0)
}

.rightPart .imageContainer {
    width: 100%;
    height: 440px
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
    .rightPart .imageContainer {
        height: 300px
    }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .rightPart .imageContainer {
        height: 215px
    }
}

.rightPart .imageContainer .image_model_about_slider {
    background-color: #4c5865;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.rightPart .controls_model_about_slider {
    margin-top: 40px;
    position: absolute;
    top: 480px;
    left: 40px
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
    .rightPart .controls_model_about_slider {
        top: 320px
    }
}

.rightPart .controls_model_about_slider > div {
    margin-left: 0
}

.rightPart .section_model_about_slider {
    margin-top: 130px;
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 30px
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
    .rightPart .section_model_about_slider {
        margin-top: 100px;
        margin-bottom: 15px
    }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .rightPart .section_model_about_slider {
        margin-top: 40px;
        margin-bottom: 15px
    }
}

.rightPart .section_model_about_slider:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1px;
    background-color: hsla(0, 0%, 100%, .3)
}

.rightPart .title_model_about_slider {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff !important;
    height: auto
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .rightPart .title_model_about_slider {
        font-size: 17px;
        line-height: 130%
    }

    .rightPart .description_model_about_slider {
        font-size: 14px;
        line-height: 21px
    }
}

.wrappIcon {
    position: absolute;
    width: 1880px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 3;
    pointer-events: none;
    display: none
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
    .wrappIcon {
        width: 1470px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .wrappIcon {
        width: 1290px
    }
}

.safety_tab_text {
    color: #4c5865
}


.container_multimedia {
    position: relative
}

.image_multimedia {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.body_multimedia {
    position: absolute;
    width: 100%;
    bottom: 70px;
    left: 0;
    right: 0
}

@media (max-width: 1024px) {
    .body_multimedia {
        bottom: 45px
    }
}

.slide_multimedia {
    width: 100vw;
    position: relative;
    outline: 0
}

.title_multimedia {
    max-width: 400px;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px
}

@media (max-width: 1024px) {
    .title_multimedia {
        max-width: 100%
    }
}

@media (max-width: 768px) {
    .title_multimedia {
        font-size: 30px
    }
}

@media (max-width: 575px) {
    .title_multimedia {
        font-size: 28px
    }
}

.description_multimedia {
    color: #fff;
    max-width: 440px;
    line-height: 21px;
    margin-bottom: 20px;
    white-space: pre-line
}

@media (max-width: 1024px) {
    .description_multimedia {
        max-width: 100%
    }
}

@media (max-width: 768px) {
    .description_multimedia {
        font-size: 14px;
        line-height: 19px
    }
}

@media (max-width: 575px) {
    .description_multimedia {
        line-height: 21px
    }
}

.control_multimedia {
    position: absolute;
    z-index: 2;
    bottom: 100px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: flex-end
}

@media (max-width: 1024px) {
    .control_multimedia {
        display: none
    }
}

. {
    z-index: 2;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0
}

@media (max-width: 1024px) {
    . {
        bottom: 30px
    }
}

@media (max-width: 575px) {
    .btn_connect {
        width: 100%
    }
}

.btn_select_color {
    background: transparent 0 0;
    cursor: pointer;
    border: 0;
    display: inline-block;
    border-radius: 50%;
    transition: all .3s;
    padding: 0;
    margin: 0
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
    .btn_select_color {
        margin-bottom: 10px
    }
}

.btn_select_color span {
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

@media screen and (min-width: 500px) and (max-width: 1024px) {
    .btn_select_color span {
        width: 50px;
        height: 50px
    }
}

.btn_select_color.active,
.btn_select_color:hover {
    transform: scale(1.2)
}

@media (max-width: 500px) {
    .btn_select_color span {
        margin: 0 5px 5px;
        width: 45px;
        height: 45px
    }
}

.container_select_color {
    padding-top: 90px;
    padding-bottom: 20px;
}

.title_select_color {
    color: #4c5865;
    font-weight: 300;
    font-size: 48px;
    letter-spacing: .03em;
    max-width: 490px;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
    z-index: 1
}

.content_select_color {
    text-align: center
}

.image_select_color {
    min-height: 300px;
    max-width: 830px;
    margin: -40px auto 0
}

.image_select_color img {
    width: 100%
}

.colors_select_color {
    margin-top: 0;
    margin-bottom: 40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

.colors_select_color > button {
    margin-right: 24px
}

.colors_select_color > button:last-child {
    margin-right: 0
}

.colors_select_color > button span {
    box-shadow: 0 0 1px #555
}

.colorTitle_select_color {
    font-size: 16px;
    font-weight: 700;
    color: #4c5865;
    display: block;
    margin-bottom: 12px
}

.price_select_color {
    display: block;
    color: #848e98;
    margin-bottom: 15px
}

.postscriptum_select_color {
    color: #848e98;
    font-size: 12px;
    max-width: 485px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    line-height: 1.4
}

.tabs_select_color {
    display: none
}

@media (max-width: 500px) {
    .container_select_color {
        padding: 40px 0
    }

    .title_select_color {
        font-weight: 300;
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 25px
    }

    .image_select_color {
        margin-top: 0;
        margin-bottom: 15px;
        min-height: 0
    }

    .colors_select_color {
        margin-bottom: 11px
    }

    .colors_select_color > button {
        margin: 0 3px 10px
    }

    .tabs_select_color {
        display: flex;
        margin: 0 -20px 26px
    }

    .tabs_select_color .ul_select_color {
        justify-content: center
    }

    .tabs_select_color .ul_select_color li {
        padding-bottom: 8px;
        margin-right: 34px;
        color: #4c5865 !important;
        font-weight: 400
    }

    .tabs_select_color .ul_select_color li:before {
        bottom: -4px
    }

    .colorTitle_select_color {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 4px;
        text-transform: uppercase
    }

    .postscriptum_select_color {
        display: none
    }

    .price_select_color {
        font-size: 14px;
        line-height: 24px;
        margin: 0
    }

}

.container_container_slider_engines {
    outline: 0
}

@media (max-width: 575px) {
    .container_container_slider_engines {
        padding-right: 30px;
        opacity: .5;
        transition: .5s
    }
}

.title_slider_title_engines {
    font-size: 36px;
    border-bottom: 1px solid #676767;
    padding-bottom: 10px
}

@media (max-width: 1024px) {
    .title_slider_title_engines {
        font-size: 32px;
        line-height: 40px
    }
}

@media (max-width: 575px) {
    .title_slider_title_engines {
        font-size: 28px;
        line-height: 120%;
        border: none;
        margin: 0;
        padding: 0
    }
}

.content_engines {
    display: flex;
    flex-wrap: wrap
}

.item_engines {
    flex: 0 0 50%;
    margin-top: 40px;
    padding-right: 50px
}

@media (max-width: 575px) {
    .item_engines {
        padding: 0;
        margin-top: 15px
    }

    .item_engines:first-child {
        order: 0
    }

    .item_engines:nth-child(2) {
        order: 3
    }

    .item_engines:nth-child(3) {
        order: 2
    }

    .item_engines:nth-child(4) {
        order: 1
    }
}

.label_engines- {
    color: #a6adb5;
    margin-bottom: 8px
}

@media (max-width: 1024px) {
    .label_engines- {
        font-size: 16px;
        line-height: 21px
    }
}

@media (max-width: 575px) {
    .label_engines- {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 6px
    }
}

.value_engines {
    font-weight: 700
}

@media (max-width: 1024px) {
    .value_engines {
        font-size: 16px;
        line-height: 21px
    }
}

@media (max-width: 575px) {
    .value_engines {
        font-size: 14px;
        line-height: 17px;
        max-width: 76px
    }
}

@media (max-width: 575px) {
    .image_engines img {
        width: 210px;
        height: 238px;
        margin: 0 0 33px
    }
}

@media (max-width: 768px) {
    .image_engines {
        display: block
    }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    .image_engines img {
        width: 330px;
        height: 377px;
        margin: 0 0 33px
    }

    .container_container_slider_engines {
        padding-right: 30px;
        opacity: .5;
        transition: .5s
    }

    .container_container_slider_engines. {
        opacity: 1
    }

    .content_engines .item_engines {
        padding: 0;
        margin-top: 15px
    }

    .content_engines .item_engines:first-child {
        order: 0
    }

    .content_engines .item_engines:nth-child(2) {
        order: 3
    }

    .content_engines .item_engines:nth-child(3) {
        order: 2
    }

    .content_engines .item_engines:nth-child(4) {
        order: 1
    }
}

.wrapper_engines {
    background: linear-gradient(90deg, #3a3a3a 50%, #221f20 0)
}

@media (max-width: 768px) {
    .wrapper_engines {
        background: #262626
    }
}

@media (max-width: 575px) {
    .wrapper_engines {
        padding: 50px 0 43px 20px
    }
}

.container_engines {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%
}

@media (max-width: 1024px) {
    .container_engines {
        padding: 0
    }
}

.leftPart_engines {
    flex: 0 0 50%;
    padding: 80px;
    display: flex;
    overflow: hidden;
    flex-direction: column
}

.leftPart_engines .image_engines {
    outline: 0
}

.leftPart_engines .image_engines img {
    width: 100%;
    max-height: 520px
}

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

.rightPart_engines {
    flex: 0 0 50%;
    padding: 80px;
    color: #fff;
    display: flex;
    overflow: hidden;
    flex-direction: column
}

.rightPart_engines p {
    outline: 0;
    margin-bottom: 40px
}

@media (max-width: 1024px) {
    .rightPart_engines p {
        font-size: 16px;
        line-height: 21px
    }
}

@media (max-width: 768px) {
    .rightPart_engines p {
        font-size: 14px;
        line-height: 19px
    }
}

@media (max-width: 575px) {
    .rightPart_engines p {
        line-height: 18px;
        margin-bottom: 36px;
        padding-right: 20px
    }
}

@media (max-width: 1024px) {
    .rightPart_engines {
        padding: 65px 50px
    }
}

@media (max-width: 768px) {
    .rightPart_engines {
        padding: 65px 0 65px 40px;
        flex-basis: 100%
    }
}

@media (max-width: 575px) {
    .rightPart_engines {
        padding: 0
    }
}

.title_engines {
    font-size: 48px;
    letter-spacing: .03em;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase
}

@media (max-width: 1024px) {
    .title_engines {
        font-weight: 300;
        font-size: 36px;
        line-height: 43px
    }
}

@media (max-width: 768px) {
    .title_engines {
        font-size: 32px;
        line-height: 38px
    }
}

@media (max-width: 575px) {
    .title_engines {
        font-weight: 300;
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 18px
    }
}

.controls_engines {
    margin-bottom: 40px
}

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



.container_promo {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    min-height: 900px
}

@media screen and (min-width: 500px) and (max-width: 1024px) {
    .container_promo {
        min-height: 777px
    }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .container_promo {
        min-height: 577px
    }
}

.container_promo img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.content_promo {
    position: relative;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 60px
}

@media screen and (min-width: 500px) and (max-width: 1024px) {
    .content_promo {
        display: flex;
        flex-flow: row wrap;
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .content_promo {
        padding-top: 25px;
        padding-bottom: 50px
    }
}

.title_promo {
    font-size: 36px;
    line-height: 120%;
    font-weight: 200;
    max-width: 623px;
    margin-bottom: 12px;
    text-transform: uppercase;
    white-space: pre-line;
    color: #fff
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
    .title_promo {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding-right: 0;
        font-size: 28px;
        line-height: 130%
    }
}

.description_promo {
    font-size: 16px;
    max-width: 675px;
    margin-bottom: 28px;
    line-height: 21px;
    color: #fff
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
    .description_promo {
        font-size: 14px;
        line-height: 130%;
        margin-bottom: 25px
    }
}


.wrapper_promo {
    position: absolute;
    width: 900px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

.item_promo {
    position: absolute;
    font-weight: 200;
    font-size: 24px;
    line-height: 120%;
    max-width: 304px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #fff
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .item_promo {
        font-size: 18px;
        letter-spacing: .02em;
        max-width: 230px
    }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    .item_promo {
        font-size: 13px;
        letter-spacing: .02em;
        font-weight: 700;
        max-width: 128px
    }
}

.item_promo:first-of-type {
    left: -70px;
    top: 700px
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .item_promo:first-of-type {
        left: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .item_promo:first-of-type {
        left: 150px;
        top: 610px
    }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
    .item_promo:first-of-type {
        left: 230px;
        top: 610px
    }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .item_promo:first-of-type {
        left: 280px;
        top: 680px
    }
}

.item_promo:first-of-type:after {
    content: "";
    width: 137px;
    height: 1px;
    right: -123px;
    top: 14px;
    position: absolute;
    display: inline-block;
    background-color: #fff;
    z-index: 2;
    transform: rotate(-37.55deg)
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .item_promo:first-of-type:after {
        width: 107px;
        height: 1px;
        right: -74px;
        top: 7px;
        transform: rotate(-66.55deg)
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .item_promo:first-of-type:after {
        width: 87px;
        height: 1px;
        right: -60px;
        top: 2px;
        transform: rotate(-66.55deg)
    }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    .item_promo:first-of-type:after {
        width: 87px;
        height: 1px;
        right: -67px;
        top: 8px;
        transform: rotate(-57.55deg)
    }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .item_promo:first-of-type:after {
        width: 77px;
        height: 1px;
        right: -40px;
        top: 6px;
        transform: rotate(-87.55deg)
    }
}

.item_promo:nth-of-type(2) {
    right: -30px;
    top: 290px
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .item_promo:nth-of-type(2) {
        right: -10px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .item_promo:nth-of-type(2) {
        right: 80px;
        top: 280px
    }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    .item_promo:nth-of-type(2) {
        right: 240px;
        top: 310px
    }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .item_promo:nth-of-type(2) {
        right: 319px;
        top: 431px
    }
}

.item_promo:nth-of-type(2):after {
    content: "";
    width: 207px;
    height: 1px;
    left: -203px;
    bottom: -21px;
    position: absolute;
    display: inline-block;
    background-color: #fff;
    z-index: 2;
    transform: rotate(-11.1deg)
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    .item_promo:nth-of-type(2):after {
        width: 67px;
        height: 1px;
        left: -66px;
        bottom: -7px
    }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .item_promo:nth-of-type(2):after {
        width: 71px;
        height: 1px;
        left: -66px;
        bottom: -19px;
        transform: rotate(-31.1deg)
    }
}

.item_promo:nth-of-type(3) {
    right: -261px;
    top: 560px
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .item_promo:nth-of-type(3) {
        right: -39px;
        top: 666px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .item_promo:nth-of-type(3) {
        right: 81px;
        top: 586px
    }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    .item_promo:nth-of-type(3) {
        right: 250px;
        top: 578px
    }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .item_promo:nth-of-type(3) {
        right: 300px;
        top: 705px
    }
}

.item_promo:nth-of-type(3):after {
    content: "";
    width: 127px;
    height: 1px;
    left: -123px;
    top: 91px;
    position: absolute;
    display: inline-block;
    background-color: #fff;
    z-index: 2;
    transform: rotate(19.25deg)
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .item_promo:nth-of-type(3):after {
        width: 171px;
        height: 1px;
        left: -152px;
        top: 59px;
        transform: rotate(38.25deg)
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .item_promo:nth-of-type(3):after {
        width: 141px;
        height: 1px;
        left: -108px;
        top: 24px;
        transform: rotate(58.25deg)
    }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    .item_promo:nth-of-type(3):after {
        width: 117px;
        height: 1px;
        left: -79px;
        top: 21px;
        transform: rotate(69.25deg)
    }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .item_promo:nth-of-type(3):after {
        width: 135px;
        height: 1px;
        left: -80px;
        top: 9px;
        transform: rotate(80.25deg)
    }
}

.itemsDv_5dv:first-of-type {
    left: -140px;
    top: 650px
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .itemsDv_5dv:first-of-type {
        left: -30px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .itemsDv_5dv:first-of-type {
        left: 90px;
        top: 590px
    }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
    .itemsDv_5dv:first-of-type {
        left: 210px;
        top: 580px
    }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .itemsDv_5dv:first-of-type {
        left: 280px;
        top: 445px
    }
}

.itemsDv_5dv:first-of-type:after {
    content: "";
    width: 137px;
    height: 1px;
    right: -123px;
    top: 14px;
    position: absolute;
    display: inline-block;
    background-color: #fff;
    z-index: 2;
    transform: rotate(-37.55deg)
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .itemsDv_5dv:first-of-type:after {
        width: 107px;
        height: 1px;
        right: -74px;
        top: 7px;
        transform: rotate(-66.55deg)
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .itemsDv_5dv:first-of-type:after {
        width: 87px;
        height: 1px;
        right: -60px;
        top: -19px;
        transform: rotate(-66.55deg)
    }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    .itemsDv_5dv:first-of-type:after {
        width: 87px;
        height: 1px;
        right: -67px;
        top: -7px;
        transform: rotate(-57.55deg)
    }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .itemsDv_5dv:first-of-type:after {
        width: 77px;
        height: 1px;
        right: -40px;
        top: -8px;
        transform: rotate(-87.55deg)
    }
}

.itemsDv_5dv:nth-of-type(2) {
    right: -370px;
    top: 120px
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .itemsDv_5dv:nth-of-type(2) {
        right: -136px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .itemsDv_5dv:nth-of-type(2) {
        right: 80px;
        top: 190px
    }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    .itemsDv_5dv:nth-of-type(2) {
        right: 200px;
        top: 210px
    }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .itemsDv_5dv:nth-of-type(2) {
        right: 289px;
        top: 222px
    }
}

.itemsDv_5dv:nth-of-type(2):after {
    content: "";
    width: 157px;
    height: 1px;
    left: -143px;
    bottom: -46px;
    position: absolute;
    display: inline-block;
    background-color: #fff;
    z-index: 2;
    transform: rotate(-35.1deg)
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    .itemsDv_5dv:nth-of-type(2):after {
        width: 74px;
        height: 1px;
        left: -66px;
        bottom: -22px
    }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .itemsDv_5dv:nth-of-type(2):after {
        width: 41px;
        height: 1px;
        left: -30px;
        bottom: -19px;
        transform: rotate(-61.1deg)
    }
}

.itemsDv_5dv:nth-of-type(3) {
    right: -171px;
    top: 760px
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .itemsDv_5dv:nth-of-type(3) {
        right: 246px;
        top: 786px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .itemsDv_5dv:nth-of-type(3) {
        right: 120px;
        top: 636px
    }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    .itemsDv_5dv:nth-of-type(3) {
        right: 250px;
        top: 628px
    }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .itemsDv_5dv:nth-of-type(3) {
        right: 290px;
        top: 475px
    }
}

.itemsDv_5dv:nth-of-type(3):after {
    content: "";
    width: 187px;
    height: 1px;
    left: -135px;
    top: -27px;
    position: absolute;
    display: inline-block;
    background-color: #fff;
    z-index: 2;
    transform: rotate(63.25deg)
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .itemsDv_5dv:nth-of-type(3):after {
        width: 171px;
        height: 1px;
        right: -98px;
        left: auto;
        top: -28px;
        transform: rotate(98.25deg)
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .itemsDv_5dv:nth-of-type(3):after {
        width: 141px;
        height: 1px;
        left: -108px;
        top: -18px;
        transform: rotate(58.25deg)
    }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    .itemsDv_5dv:nth-of-type(3):after {
        width: 117px;
        height: 1px;
        left: -79px;
        top: -9px;
        transform: rotate(69.25deg)
    }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .itemsDv_5dv:nth-of-type(3):after {
        width: 105px;
        height: 1px;
        left: -62px;
        top: -7px;
        transform: rotate(80.25deg)
    }
}

.container_model_special_slider {
    width: 340px;
    height: 240px;
    background: rgba(38, 38, 38, .6);
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    color: #fff;
    padding: 30px 25px
}

.container_model_special_slider p {
    flex: 1 1
}

.container_model_special_slider:hover {
    background: linear-gradient(90deg, #d87e40, #e7a94e);
    color: white;
}

.container_model_special_slider:hover .button_model_special_slider {
    color: #fff
}

.container_model_special_slider:hover .button_model_special_slider span {
    border-color: #fff
}

.container_model_special_slider:hover .button_model_special_slider path {
    stroke: #fff
}

.title_model_special_slider {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width: 500px) {
    .container_model_special_slider {
        width: 265px;
        height: 240px;
        padding: 29px 24px 20px 23px;
        margin-right: 12px
    }

    .container_model_special_slider p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 24px
    }

    .title_model_special_slider {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 10px
    }
}

.wrapper_model_special {
    position: relative
}

.image_model_special {
    position: absolute;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%
}

. {
    height: 100vh;
    min-height: 1000px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 70px;
    padding-bottom: 40px;
    color: #fff
}

.title_model_special {
    margin-bottom: 20px;
    text-transform: uppercase;
    max-width: 470px;
    flex: 1 0 auto;
    font-weight: 200;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: .02em
}

.header_model_special {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}


@media (max-width: 768px) {


    .title_model_special {
        font-weight: 300;
        font-size: 28px;
        line-height: 120%
    }

    .header_model_special {
        display: none
    }
}

.container_banner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container_banner {
        min-height: 574px
    }
}

.container_banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    .container_banner img {
        object-position: center -40px
    }
}

.content_banner {
    position: relative;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 60px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .content_banner {
        display: flex;
        flex-flow: row wrap;
        padding-top: 332px;
        padding-bottom: 50px
    }
}

.title_banner {
    font-size: 32px;
    font-weight: 200;
    max-width: 560px;
    margin-bottom: 20px;
    text-transform: uppercase;
    white-space: pre-line
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .title_banner {
        width: calc(50% + 42px);
        max-width: 317px;
        box-sizing: border-box;
        padding-right: 42px;
        font-size: 28px;
        line-height: 130%;
        margin-bottom: 0
    }

    .wrapper_banner {
        width: calc(50% - 42px)
    }

    .wrapper_banner button {
        font-size: 12px;
        width: auto;
        padding: 10px
    }
}

.description_banner {
    font-size: 18px;
    max-width: 490px;
    margin-bottom: 20px;
    line-height: 1.4
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .description_banner {
        font-size: 14px;
        line-height: 130%;
        margin-bottom: 25px
    }
}


@media (max-width: 767px) {
    .container_banner .title_banner {
        margin-top: 257px;
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 24px;
        white-space: normal
    }

    .container_banner .description_banner {
        display: none
    }

    .container_banner a {
        font-size: 12px;
        line-height: 140%;
        width: 100%;
        height: 45px;
        border-radius: 30px
    }

    .content_banner {
        padding: 0 20px 50px
    }
}

.list_help_nav {
    cursor: default
}

.list_help_nav li {
    display: block;
    margin-bottom: 15px
}

.list_help_nav .plus {
    display: flex;
    transition: transform .3s;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    margin-top: -4px
}

.list_help_nav span {
    display: flex;
    min-width: 25px;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px
}

.list_help_nav .iconActive {
    border: none
}

.list_help_nav .iconActive svg {
    width: 25px;
    height: 25px
}

.list_help_nav a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    letter-spacing: 1px
}

.list_help_nav a path {
    stroke: #fff
}

@media (min-width: 768px) {
    .list_help_nav a:hover {
        color: #e37639
    }

    .list_help_nav a:hover span {
        border-color: #e37639
    }

    .list_help_nav a:hover path {
        stroke: #e37639
    }

    .list_help_nav a:hover circle {
        fill: #e37639
    }
}

.btnMobileOpen {
    display: none
}

@media screen and (max-width: 1024px) {
    .btnMobileOpen {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: .07em;
        color: #fff;
        padding: 0 0 0 17px;
        position: relative;
        white-space: nowrap;
        margin-top: 1px
    }

    .btnMobileOpen:before {
        content: "";
        position: absolute;
        height: 49px;
        width: 1px;
        background-color: #fff;
        opacity: .1;
        left: 0;
        top: -16px
    }

    .list_help_nav {
        position: relative;
        background-color: transparent !important
    }

    .list_help_nav li {
        display: inline-block;
        background-color: #e37639;
        align-items: center;
        border-radius: 55px;
        padding: 12px 20px;
        box-sizing: border-box;
        position: absolute;
        min-width: 282px;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transition: top .5s, opacity .5s;
        pointer-events: none;
        font-size: 10px;
        line-height: 14px
    }

    .list_help_nav li a {
        letter-spacing: .07em;
        font-size: 10px;
        padding-right: 10px;
        margin-right: auto
    }

    .list_help_nav li .btnMobileOpen {
        display: none
    }

    .list_help_nav li:first-of-type {
        display: flex;
        justify-content: space-between;
        position: relative;
        pointer-events: auto;
        opacity: 1;
        margin: 0;
        left: 0
    }

    .list_help_nav li:first-of-type .btnMobileOpen {
        display: flex;
        align-items: center;
        margin-top: 6px;
        position: relative
    }
}

.menu_help_nav {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 10
}

.wrapper_help_nav {
    display: flex;
    align-items: flex-end
}

.options_help_nav {
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    height: 52px;
    border-radius: 26px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.options_help_nav li {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px
}

@media screen and (max-width: 1024px) {
    .menu_help_nav {
        bottom: 35px
    }

    .options_help_nav {
        background-color: transparent;
        margin-left: auto
    }

    .options_help_nav li {
        margin: 0
    }
}

.container_range_slider {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    width: 100%
}

.container_range_slider input {
    outline: 0;
    height: 48px;
    width: 100%;
    padding: 12px 17px 0;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #d9dcdc;
    font-size: 15px;
    border-radius: 0
}

.container_range_slider input::-webkit-input-placeholder {
    color: #848e98;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.container_range_slider input:-ms-input-placeholder {
    color: #848e98;
    opacity: 1;
    -ms-transition: all .3s;
    transition: all .3s
}

.container_range_slider input::placeholder {
    color: #848e98;
    opacity: 1;
    transition: all .3s
}

.container_range_slider input:focus::-webkit-input-placeholder {
    opacity: .6
}

.container_range_slider input:focus:-ms-input-placeholder {
    opacity: .6
}

.container_range_slider input:focus::placeholder {
    opacity: .6
}

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

.container_range_slider input:disabled {
    background-color: #fafafa !important
}

.container_range_slider input[type=number] {
    -moz-appearance: textfield
}

.label_range_slider {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 17px;
    z-index: 1;
    transition: color .2s cubic-bezier(0, 0, .2, 1) 0s, transform .2s cubic-bezier(0, 0, .2, 1) 0s;
    transform: scale(1) translateY(17px);
    color: #a6adb5;
    transform-origin: top left
}

.label_range_slider.focused_range_slider {
    transform: scale(.8) translateX(0) translateY(8px)
}

.btn-orange {
    cursor: pointer;
    height: 34px;
    display: inline-block;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 9px 18px;
    border: 0;
    outline: 0;
    text-align: center;
    white-space: nowrap;
    line-height: 16px;
    color: #fff;
    background-color: #e37639
}

@media (min-width: 768px) {
    .btn-orange:hover {
        background: #e6873b
    }
}

.btn-orange.isWhite {
    color: #221f20;
    background-color: #fff
}

.btn-orange:disabled {
    background: #a6adb5
}

@media (max-width: 767px) {
    .btn-orange {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 45px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 35px
    }
}

.btn_special_series {
    display: inline-flex;
    align-items: center;
    height: 34px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 18px 0;
    border: 0;
    outline: 0;
    text-align: center;
    white-space: nowrap;
    color: #e37639;
    background-color: transparent;
    cursor: pointer
}

.btn_special_series .icon_special_series {
    margin-right: .75rem
}


.btn_credit_results {
    cursor: pointer;
    height: 34px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    white-space: nowrap;
    line-height: 16px;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 700;
    padding: 9px 18px;
    border: 1px solid #e37639;
    outline: 0;
    color: #e37639;
    background-color: transparent
}

@media (min-width: 768px) {
    .btn_credit_results:hover {
        color: #fff;
        background-color: #e37639
    }
}

.btn_credit_results.isGray {
    color: #a5a5a5;
    border-color: #d9dcdc
}

@media (max-width: 767px) {
    .btn_credit_results {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 45px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 35px
    }
}

.btn_configurator_actions {
    cursor: pointer;
    outline: 0;
    background: none;
    border: none;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    white-space: nowrap
}

.checkbox_comp_accordion {
    position: relative;
    height: 24px;
    margin-top: 8px
}

.checkbox_disabled_comp_accordion span:before {
    background-color: #f5f5f5 !important
}

.checkbox_disabled_comp_accordion.checkbox_bordered_comp_accordion span:before {
    background-color: transparent !important;
    opacity: .3
}

.checkbox_comp_accordion input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 24px
}

.checkbox_comp_accordion span {
    display: inline-flex;
    align-items: flex-start;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    color: #66727d
}

.checkbox_comp_accordion span:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #e3e3e3;
    background: #fff no-repeat 50%;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 1px;
    margin-right: 13px;
    background-size: 50% 50%
}

.checkbox_comp_accordion input:not(:disabled):not(:checked) + span:hover:before {
    cursor: pointer
}

.checkbox_comp_accordion > input:disabled:checked + span:before {
    background-color: #f5f5f5
}

.checkbox_comp_accordion > input:disabled:checked + span:before,
.checkbox_comp_accordion > input:not(:disabled):checked + span:before {
    border-color: rgba(166, 173, 181, .2);
    background-size: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1L5.5 9L1 5' stroke='%23E37639' stroke-width='2.57143'/%3E%3C/svg%3E%0A")
}

.checkbox_bordered_comp_accordion span:before {
    background-color: transparent;
    border-radius: 50%
}

@media (max-width: 500px) {
    .checkbox_comp_accordion span:before {
        margin-right: 11px;
        width: 20px;
        height: 20px
    }
}

.wrapper_request_form {
    background-color: #f7f8f8;
    margin-bottom: 10px
}

.container_request_form {
    display: flex;
    position: relative
}

.title_request_form {
    font-size: 32px;
    color: #4c5865;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .02em
}



.leftPart_request_form {
    flex: 0 1 50%;
    width: 50%;
    max-height: 100%
}

.leftPart_request_form .title_request_form {
    display: none
}

.rightPart_request_form {
    flex: 0 0 50%;
    padding: 70px;
    max-width: 720px
}

.container_request_form .leftPart_request_form > div {
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .rightPart_request_form {
        padding: 70px 35px
    }

    .container_request_form {
        flex-direction: column;
        position: relative
    }

    .container_request_form .leftPart_request_form {
        width: 100%
    }

    .container_request_form .leftPart_request_form > div {
        height: 400px !important
    }

    .container_request_form .rightPart_request_form {
        margin: 0 auto
    }
}

@media (max-width: 1024px) and (max-width: 500px) {
    .container_request_form .leftPart_request_form > div {
        height: 265px !important;
        margin-bottom: 30px
    }

    .container_request_form .title_request_form {
        margin-top: 50px;
        margin-bottom: 29px;
        display: block;
        font-weight: 300;
        font-size: 28px;
        line-height: 120%;
        text-transform: uppercase;
        color: #4c5865;
        padding: 0 20px
    }

    .rightPart_request_form {
        padding: 0 20px 50px;
        margin-top: 33px
    }

    .rightPart_request_form .title_request_form {
        display: none
    }
}


.disclaimer {
    padding: 0;
    margin-top: 35px;
    margin-bottom: 50px;
    font-size: 12px;
    line-height: 18px;
    color: #66727d
}

@media (max-width: 500px) {
    .disclaimer {
        color: #a6adb5;
        margin-top: 25px;
        margin-bottom: 25px;
        padding: 0 20px
    }
}

.intro_title {
    font-size: 48px;
    color: #66727d;
    text-transform: uppercase;
    font-weight: 300
}

.intro_title,
.h2_special_slider {
    color: #66727d;
    text-transform: uppercase;
    font-weight: 300
}

.h2_special_slider {
    font-size: 36px;
    line-height: 120%
}

.h3_model_about_cards {
    font-size: 24px;
    font-weight: 300
}

.h3_model_about_cards,
.h4_model_info_blocks {
    color: #66727d;
    text-transform: uppercase
}

.h4_model_info_blocks {
    font-weight: 700
}

.total_info {
    color: #66727d;
    line-height: 1.4
}

.container_intro {
    max-width: 100vw;
    width: 100%;
    height: 100vh;
    position: relative;
    min-height: 654px
}

@media (min-width: 600px) and (max-width: 1024px) {
    .container_intro {
        min-height: 0;
        height: auto
    }
}

@media (max-width: 500px) {
    .container_intro {
        height: 100vh;
        min-height: 600px
    }
}





.background_model_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

@media (max-width: 550px) {
    .background_model_image {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }
}

.body_intro {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 60px
}

@media (max-width: 550px) {
    .body_intro {
        padding-bottom: 110px
    }
}

.title_intro {
    color: #fff;
    max-width: 550px;
    font-size: 48px;
    line-height: 1.2;
    white-space: pre-line;
    text-transform: uppercase
}

@media screen and (min-width: 1600px) {
    .title_intro {
        max-width: 690px;
        font-size: 68px
    }
}

.subtitle_intro {
    display: inline-block;
    margin-bottom: .75rem;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: .03em;
    color: #d9dcdc;
    text-transform: uppercase
}

.price_intro {
    color: #e37639;
    font-size: 24px;
    line-height: 27px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 40px
}

.price_intro span {
    color: #fff;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    padding-left: 30px
}

@media (max-width: 768px) {
    .subtitle_intro {
        text-transform: uppercase;
        letter-spacing: .02em;
        color: #a6adb5;
        font-weight: 700;
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 11px
    }

    .title_intro {
        font-size: 36px;
        line-height: 120%;
        margin-bottom: 16px
    }

    .price_intro {
        display: flex;
        flex-direction: column;
        font-size: 22px;
        line-height: 27px;
        margin: 0
    }

    .price_intro span {
        margin-top: 7px;
        font-size: 16px;
        line-height: 23px;
        padding: 0
    }

    .price_intro span:before {
        display: none
    }
}

@media (max-width: 400px) {
    .price_intro {
        flex-direction: row;
        align-items: center;
        font-size: 20px
    }

    .price_intro span {
        font-size: 15px;
        margin-left: 10px;
        margin-top: 0
    }
}

.slider_params {
    display: grid;
    padding-left: 77px
}

.count_params {
    display: none
}

.titleRow_params {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 12px;
    max-width: 224px;
    color: #4c5865
}

.titleFields_params {
    white-space: pre-line;
    width: 307px
}

.titleFields_params > span {
    display: block;
    padding-right: 77px;
    margin-bottom: 21px
}

.table_params {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
    overflow: hidden
}

.table_params td:nth-of-type(2) {
    border-left: 1px solid #a6adb5;
    width: 100%;
}

.table_params tr {
    font-size: 16px;
    line-height: 21px;
    color: #66727d
}

.table_params tr:first-of-type td {
    border-top: 0;
    padding-right: 80px
}

.table_params tr:last-of-type td {
    border-bottom: 1px solid #a6adb5
}

.table_params .boldName_params {
    font-weight: 700;
    font-size: 18px;
    line-height: 135.5%;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #4c5865
}

.table_params .nameCenter_params {
    max-width: 170px;
    margin-bottom: 14px;
    white-space: pre-line
}

.table_params .bordersRow_params {
    border-top: 1px dashed #a6adb5
}

.table_params .opacityNew_params {
    opacity: 0
}

@media (max-width: 1024px) {
    .slider_params {
        padding-left: 60px
    }

    .titleFields_params {
        font-size: 16px;
        line-height: 21px
    }

    .titleFields_params > span {
        margin-bottom: 15px
    }

    .table_params tr {
        font-size: 16px;
        line-height: 21px
    }

    .table_params .nameCenter_params {
        max-width: 148px;
        margin-bottom: 9px
    }

    .table_params .boldName_params {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: .02em
    }
}

@media (max-width: 1000px) {
    .slider_params {
        padding-left: 29px
    }

    .titleFields_params {
        width: 170px
    }

    .titleFields_params > span {
        margin-bottom: 15px;
        padding-right: 10px
    }

    .table_params .nameCenter_params {
        max-width: none
    }

    .table_params .boldName_params {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0
    }
}

@media (max-width: 500px) {
    .table_params {
        display: none
    }
}

.link_params {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #e6873b
}

.link_params span {
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6873b;
    border-radius: 50%;
    margin-right: 10px;
    flex: 0 0 25px
}

.link_params.white_color span {
    border-color: #fff
}

.titleUpercase .header_dropdown_tabs .main_dropdown_tabs,
.titleUpercase .name_comp_accordion {
    text-transform: uppercase
}

.container_params_tabs {
    color: #66727d;
    border-bottom: 1px solid #eaefef
}

.container_params_tabs .header_dropdown_tabs {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    position: relative;
    padding: 25px 21px 25px 30px;
    cursor: pointer
}

@media screen and (max-width: 575px) {
    .container_params_tabs .header_dropdown_tabs {
        padding: 20px;
        line-height: 21px
    }
}

.container_params_tabs .header_dropdown_tabs .main_dropdown_tabs {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.container_params_tabs .header_dropdown_tabs .main_dropdown_tabs svg {
    margin-left: 20px;
    flex: 0 0 25px;
    transition: transform .3s
}

.container_params_tabs .body_dropdown_tabs {
    padding: 25px 30px;
    max-width: 879px;
    display: none
}

@media (max-width: 1024px) {
    .container_params_tabs .body_dropdown_tabs {
        max-width: none
    }
}

@media screen and (max-width: 768px) {
    .container_params_tabs .body_dropdown_tabs {
        padding: 25px 16px
    }
}

.container_params_tabs .body_dropdown_tabs > p {
    margin-bottom: 20px
}

.container_params_tabs .circle {
    margin-left: 20px;
    display: inline-block;
    position: relative
}

.container_params_tabs .circle:before {
    content: "•";
    color: #e6873b;
    position: absolute;
    left: -15px;
    top: 1px
}

.container_params_tabs.opened_tabs > .header_dropdown_tabs {
    background-color: #f7f8f8
}

.container_params_tabs.opened_tabs > .header_dropdown_tabs svg {
    transition: transform .3s;
    transform: rotate(180deg)
}

.container_params_tabs.opened_tabs > .header_dropdown_tabs svg path {
    stroke: #e37639
}

.container_params_tabs.opened_tabs > .body_dropdown_tabs {
    display: flex;
    flex-flow: row wrap
}

.container_params_tabs .text_comp_accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.container_params_tabs .text_comp_accordion .small_comp_accordion {
    width: 150px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: right
}

.container_params_tabs.disabled {
    opacity: .9
}

.container_params_tabs.disabled .text_comp_accordion {
    opacity: .7
}

.container_params_tabs.group_comp_accordion {
    margin-bottom: .25rem;
    color: #fff;
    font-weight: 700;
    border-bottom: 0
}

.container_params_tabs.group_comp_accordion .header_dropdown_tabs {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 70px 0 16px;
    background-color: rgba(34, 31, 32, .95);
    border-radius: 3px;
    cursor: pointer
}

.container_params_tabs.group_comp_accordion .header_dropdown_tabs:before {
    display: none
}

.container_params_tabs.group_comp_accordion.opened_tabs .header_dropdown_tabs {
    background-color: rgba(34, 31, 32, .98);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.container_params_tabs.group_comp_accordion .body_dropdown_tabs {
    font-weight: 400;
    background-color: rgba(31, 31, 31, .9);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.container_params_tabs.group_comp_accordion label {
    margin-top: 0
}

.container_params_tabs.group_comp_accordion .name_comp_accordion {
    margin-right: auto
}

.container_params_tabs.group_comp_accordion .fullprice_comp_accordion {
    margin-top: .25rem;
    font-weight: 400;
    font-size: .75rem;
    text-align: right
}

.container_params_tabs.group_comp_accordion .arrow_comp_accordion {
    margin-left: 2.25rem;
    width: 25px !important;
    height: 25px !important;
    transition: .5s;
    position: absolute;
    right: 20px;
    top: 20px
}

.itemObject_warranty_tab {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 35px 30px;
    border: 1px solid #d9dcdc;
    margin: 0 0 -1px -1px;
    min-height: 186px
}

@media screen and (max-width: 768px) {
    .itemObject_warranty_tab {
        width: 100%;
        min-height: 136px
    }
}

.itemObject_warranty_tab span {
    color: #d9dcdc
}

.itemTitle_warranty_tab {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #e6873b;
    margin-bottom: 15px
}

@media screen and (max-width: 768px) {
    .itemTitle_warranty_tab {
        font-size: 17px;
        line-height: 23px
    }

    .itemDescription_warranty_tab {
        font-size: 14px;
        line-height: 18px
    }
}

@media (max-width: 767px) {
    .header_dropdown_tabs label {
        margin-top: -15px !important
    }

    .header_dropdown_tabs svg {
        margin-top: -10px !important;
        width: 15px !important;
        height: 15px !important
    }

    .header_dropdown_tabs .name_comp_accordion {
        font-size: 14px;
        line-height: 21px;
        text-transform: uppercase
    }

    .header_dropdown_tabs .text_comp_accordion {
        line-height: 21px;
        flex-direction: column;
        align-items: flex-start
    }

    .header_dropdown_tabs .text_comp_accordion p {
        font-size: 13px
    }

    .container_params_tabs .body_dropdown_tabs {
        padding: 25px 28px 17px 25px;
        font-size: 14px;
        line-height: 18px
    }
}

.container_slider_params_arrows {
    display: flex;
    align-items: center
}

.container_slider_params_arrows button:first-child {
    padding-right: 5px
}

.container_slider_params_arrows button:nth-child(3) {
    padding-left: 4px
}

.container_params {
    padding-top: 90px;
    padding-bottom: 75px;
    background-color: #fff;
    overflow: hidden
}

.container_slider_params_arrows button {
    border-color: rgba(132, 142, 152, .2)
}

h3.title_params {
    color: #4c5865 !important;
    font-weight: 300;
    letter-spacing: .02em;
    margin-bottom: 35px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.description_params {
    color: #a6adb5;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 46px;
    line-height: 1.4
}

.wrapperImage_params {
    width: 50%;
    margin: 20px 7.5px;
    position: relative;
    display: inline-block
}

.wrapperImage_params img {
    width: 100%
}

.actions_params {
    display: flex
}

.actions_params > a {
    margin-right: 30px;
    color: #e37639
}

@media (max-width: 1024px) {
    .title_params {
        font-size: 32px;
        line-height: 43px;
        letter-spacing: .03em
    }

    .description_params {
        margin-bottom: 36px
    }
}

@media (max-width: 1000px) {
    .title_params {
        font-size: 32px;
        line-height: 43px;
        letter-spacing: .03em
    }
}

@media (max-width: 500px) {
    .container_params {
        padding-top: 40px;
        padding-bottom: 50px
    }

    .wrapper_params {
        display: flex;
        flex-direction: column
    }

    .title_params {
        font-weight: 300;
        font-size: 28px;
        line-height: 120%
    }

    .wrapperImage_params {
        width: 100%;
        margin: 0;
        padding: 0
    }

    .wrapperImage_params img {
        width: 100%
    }

    .actions_params {
        font-weight: 700;
        font-size: 12px;
        line-height: 140%;
        letter-spacing: .07em;
        margin-top: 27px
    }

    .actions_params > a {
        margin: 0
    }

    .description_params {
        margin: 24px 0 0;
        order: 6
    }
}

.dropdown_tabs {
    padding: 0;
    border-bottom: none;
    margin: 4px 0;
}

.dropdown_tabs > div:first-child {
    padding: 20px;
    display: flex;
    flex-direction: column;
    background: #f7f8f8
}

.dropdown_tabs > div:first-child > div:first-child {
    color: #4c5865;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px
}

.dropdown_tabs > div:first-child > div:last-child {
    margin-top: 8px;
    color: #4c5865;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400
}

.dropdown_tabs > div:last-child {
    background: #fff;
    padding: 0
}

.nested_params_tabs {
    width: 100%;
    border-bottom: none
}

.nested_params_tabs:after {
    content: "";
    display: block;
    height: 1px;
    background: #eaefef;
    margin: 0 20px
}

.nested_params_tabs:last-child {
    margin-bottom: 8px
}

.nested_params_tabs:last-child:after {
    display: none
}

.nested_params_tabs > div:first-child {
    color: #4c5865;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 23px;
    background: #fff !important;
    padding: 22px 20px
}

.nested_params_tabs > div:last-child {
    padding: 0;
    position: relative;
    margin-top: -8px
}

.property_dropdown_tabs {
    width: 100%;
    margin-bottom: 16px;
    padding: 0 20px
}

.name_dropdown_tabs {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #848e98;
    margin-bottom: 4px
}

.value_dropdown_tabs {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #4c5865
}

.container_additional {
    padding-top: 90px;
    padding-bottom: 90px
}

.title_additional {
    color: #4c5865;
    font-weight: 200;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: .02em;
    margin-bottom: 40px;
    text-transform: uppercase
}

.specSeries .title_additional {
    color: #fff
}

.specSeries .content_additional:before {
    background-image: linear-gradient(90deg, #0b2582, #4e94e7 97.27%)
}

.list_additional {
    display: flex
}

.item_additional {
    height: 249px;
    width: 100%;
    max-width: 366px;
    position: relative;
    overflow: hidden
}

.item_additional:not(:last-child) {
    margin-right: 60px
}

.content_additional {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 111px;
    display: flex;
    align-items: center;
    padding-left: 24px
}

.content_additional > * {
    position: relative;
    color: #fff;
    font-weight: 700;
    line-height: 1.4
}

.content_additional:before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #d87e40, #e7a94e 97.27%);
    bottom: -20px;
    left: -10px;
    right: -10px;
    top: 0;
    transform: rotate(5deg)
}

.image_additional {
    height: 85%
}

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

.itemTitle_additional {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    width: 100%;
    padding-right: 50px
}

.itemTitle_additional .file_additional {
    font-size: 12px;
    line-height: 18px;
    font-style: normal;
    font-weight: 400
}

.icon_additional {
    position: absolute;
    right: 23px;
    bottom: calc(33px + 12.5px);
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%
}

@media (max-width: 1024px) {
    .title_additional {
        font-weight: 300;
        font-size: 38px;
        line-height: 46px
    }

    .item_additional {
        height: 305px;
        max-width: 456px
    }

    .item_additional:not(:last-child) {
        margin-right: 13px
    }

    .item_additional:nth-of-type(2) {
        margin-right: 0
    }

    .item_additional:nth-of-type(3) {
        display: none
    }

    .content_additional {
        height: 136px;
        padding-left: 30px
    }

    .itemTitle_additional {
        font-size: 16px;
        line-height: 21px
    }

    .icon_additional {
        bottom: calc(37px + 12.5px)
    }
}

@media (max-width: 1000px) {
    .container_additional {
        padding-bottom: 60px
    }

    .title_additional {
        font-weight: 200;
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 30px
    }

    .item_additional {
        height: 219px;
        max-width: 456px
    }

    .item_additional:not(:last-child) {
        margin-right: 32px
    }

    .item_additional:nth-of-type(2) {
        margin-right: 0
    }

    .content_additional {
        height: 98px;
        padding-left: 19px
    }

    .icon_additional {
        bottom: calc(23px + 12.5px)
    }

    .itemTitle_additional {
        font-size: 13px;
        line-height: 16px
    }
}

@media (max-width: 768px) {
    .container_additional {
        padding: 50px 0;
        margin-top: 0 !important
    }

    .list_additional {
        flex-direction: column
    }

    .image_additional {
        height: 265px
    }

    .image_additional img {
        min-height: 210px
    }

    .title_additional {
        font-weight: 300;
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 20px
    }

    .content_additional {
        padding-left: 21px;
        height: 123px
    }

    .item_additional {
        width: 100%;
        height: 292px;
        max-height: none;
        padding-bottom: 60px;
        margin: 0 auto 32px
    }

    .item_additional:first-of-type,
    .item_additional:nth-of-type(2) {
        margin-right: auto
    }

    .item_additional:nth-of-type(3) {
        display: block
    }

    .item_additional:nth-of-type(3) .itemTitle_additional {
        max-width: 150px
    }

    .icon_additional {
        bottom: calc(45px + 12.5px)
    }

    .itemTitle_additional {
        font-size: 14px;
        line-height: 17px
    }
}

.list_style_none {
    list-style: none;
    display: block
}

.list_style_none > li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 14px
}

.list_style_none > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e37639
}

.light_configurator {
    color: #fff
}

.dark_equipments {
    color: #66727d
}

.dark_equipments > li {
    margin-bottom: 8px
}

.priceRange_configurator.family_configurator_tabs {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
    font-weight: 700
}

.fullPrice_configurator {
    color: #e37639;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 13px
}

.fullPrice_configurator.family_configurator_tabs {
    color: #fff;
    font-size: 20px;
    margin: 0 66px 0 0
}

.monthPrice_configurator {
    color: #fff;
    font-size: 20px
}

@media (max-width: 500px) {
    .priceRange_configurator.family_configurator_tabs .monthPrice_configurator {
        font-size: 16px
    }

    .fullPrice_configurator.family_configurator_tabs {
        margin-right: 40px;
        font-size: 16px
    }
}

.background_configurator {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute
}

.body_configurator {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    align-items: center
}

@media (max-width: 500px) {
    .body_configurator {
        padding: 227px 0 43px 0 !important
    }
}

.content_configurator {
    max-width: 700px;
    margin-left: 10px
}



.tabs_configurator {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

.tabs_configurator > ul {
    margin-right: 20px;
    margin-bottom: 25px
}

@media screen and (min-width: 0) and (max-width: 500px) {
    .tabs_configurator > div:first-of-type {
        order: 2;
        margin-bottom: 20px
    }

    .tabs_configurator > div:nth-of-type(2) {
        order: 3
    }
}

.title_configurator {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: .03em;
    max-width: 550px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 40px;
    text-transform: uppercase
}

.price_configurator {
    margin-bottom: 40px
}

@media screen and (min-width: 500px) and (max-width: 1024px) {
    .price_configurator {
        order: 1;
        width: 50%
    }
}

.footer_configurator {
    display: flex;
    align-items: center
}

@media screen and (min-width: 500px) and (max-width: 1024px) {
    .footer_configurator {
        order: 3
    }
}

@media (max-width: 575px) {
    .button_configurator {
        padding: 14px 0;
        width: 100%;
        font-size: 12px
    }
}





@media (max-width: 1024px) {


    .background_configurator {
        position: absolute
    }

    .price_configurator {
        margin-bottom: 28px
    }

    .price_configurator div:first-child {
        margin-bottom: 7px
    }

    .price_configurator div:last-child {
        font-size: 16px;
        line-height: 20px
    }

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

    .footer_configurator > a:first-child {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 20px
    }
}


.container_model_about_cards_st_2 {
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    grid-column-gap: 20px;
    column-gap: 20px;
    max-width: 1470px;
    padding-top: 80px;
    padding-bottom: 80px
}

.item_model_about_cards_st_2 {
    max-width: 100%;
    margin-top: 20px;
    position: relative
}

.item_model_about_cards_st_2:first-child {
    margin-top: 0
}

.item_model_about_cards_st_2 img {
    width: 100%;
    object-fit: contain
}

.item_model_about_cards_st_2 .info_model_about_cards_st_2 {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 40px
}

.item_model_about_cards_st_2 .info_model_about_cards_st_2 .title_model_about_cards_st_2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 7px
}

.item_model_about_cards_st_2 .info_model_about_cards_st_2 .descripion_model_about_cards_st_2 {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    max-width: 480px
}

@media (max-width: 1024px) {
    .item_model_about_cards_st_2 .info_model_about_cards_st_2 {
        left: 25px;
        bottom: 30px
    }

    .item_model_about_cards_st_2 .info_model_about_cards_st_2 .title_model_about_cards_st_2 {
        font-size: 24px;
        line-height: 29px
    }
}

@media (max-width: 1000px) {
    .item_model_about_cards_st_2 .info_model_about_cards_st_2 {
        left: 25px;
        bottom: 30px
    }

    .item_model_about_cards_st_2 .info_model_about_cards_st_2 .title_model_about_cards_st_2 {
        font-size: 18px;
        line-height: 25px
    }
}

@media (max-width: 500px) {
    .container_model_about_cards_st_2 {
        display: flex;
        flex-direction: column;
        padding: 0 0 20px
    }

    .item_model_about_cards_st_2 {
        min-height: 360px;
        margin-top: 0
    }

    .item_model_about_cards_st_2:first-of-type {
        order: 1
    }

    .item_model_about_cards_st_2:nth-of-type(2) {
        order: 3
    }

    .item_model_about_cards_st_2:nth-of-type(3) {
        order: 2
    }

    .item_model_about_cards_st_2:nth-of-type(4) {
        order: 4
    }

    .item_model_about_cards_st_2:not(:last-child) {
        margin-bottom: 20px
    }

    .item_model_about_cards_st_2 img {
        min-height: 360px;
        object-fit: cover;
        display: block
    }

    .item_model_about_cards_st_2 .info_model_about_cards_st_2 {
        padding: 0 20px;
        left: 0;
        right: 0
    }

    .item_model_about_cards_st_2 .info_model_about_cards_st_2 .title_model_about_cards_st_2 {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 7px
    }

    .item_model_about_cards_st_2 .info_model_about_cards_st_2 .descripion_model_about_cards_st_2 {
        max-width: none;
        font-size: 14px;
        line-height: 17px
    }
}

.container_model_about {
    position: relative;
    height: 100vh;
    min-height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.container_model_about.top_model_about {
    justify-content: flex-start
}

.image_model_about {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute
}

.body_model_about {
    position: relative;
    padding-bottom: 40px;
    padding-top: 110px
}

.title_model_about {
    max-width: 400px;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px
}

.description_model_about {
    color: #fff;
    max-width: 440px;
    font-size: 16px;
    line-height: 21px
}

@media (max-width: 1024px) {
    .container_model_about {
        height: auto;
        min-height: 0
    }

    .container_model_about.top_model_about .body_model_about {
        bottom: auto;
        top: 63px
    }

    .body_model_about {
        position: absolute;
        padding-top: 0;
        padding-bottom: 0;
        bottom: 50px;
        left: 0;
        right: 0
    }

    .image_model_about {
        position: static
    }

    .description_model_about {
        max-width: none
    }
}

@media (max-width: 1000px) {
    .container_model_about {
        height: auto
    }

    .title_model_about {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 16px
    }

    .description_model_about {
        font-size: 14px;
        line-height: 17px
    }
}

@media (max-width: 500px) {
    .container_model_about .image_model_about {
        position: static
    }

    .container_model_about .body_model_about {
        position: static;
        padding-top: 30px;
        padding-bottom: 60px
    }

    .container_model_about .title_model_about {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px
    }

    .container_model_about .description_model_about {
        font-size: 14px;
        line-height: 17px
    }

    .container_model_about.overLay_model_about .body_model_about {
        top: auto;
        position: absolute;
        bottom: 28px;
        padding: 0 20px
    }
}

.container_club_prev_next {
    max-width: 1440px;
    margin: 0 auto 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 900px
}

.container_club_prev_next .item_club_prev_next {
    width: calc(50% - 10px);
    height: calc(50% - 10px);
    position: relative
}

.container_club_prev_next .item_club_prev_next img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.container_club_prev_next .item_club_prev_next:first-child {
    height: 100%
}

.container_club_prev_next .item_club_prev_next .info_club_prev_next {
    position: absolute;
    left: 37px;
    bottom: 44px;
    transform: translateY(60px);
    transition: .5s
}

.container_club_prev_next .item_club_prev_next .info_club_prev_next h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff
}

.container_club_prev_next .item_club_prev_next .info_club_prev_next .about_club_prev_next {
    opacity: 0;
    transition: .5s;
    margin-top: 20px
}

.container_club_prev_next .item_club_prev_next:hover .info_club_prev_next {
    transform: translateY(0)
}

.container_club_prev_next .item_club_prev_next:hover .about_club_prev_next {
    opacity: 1
}

.containerWithTwoItems {
    margin-bottom: 61px;
    height: 552px
}

.containerWithTwoItems .item_club_prev_next {
    width: calc(50% - 20px);
    height: 100%
}

@media (max-width: 1024px) {
    .container_club_prev_next {
        height: auto;
        flex-direction: row
    }

    .container_club_prev_next .item_club_prev_next {
        width: 50%
    }

    .container_club_prev_next .item_club_prev_next:first-child {
        width: 100%;
        height: 300px
    }

    .container_club_prev_next .item_club_prev_next .info_club_prev_next {
        left: 20px;
        bottom: 24px;
        transform: translateY(0)
    }

    .container_club_prev_next .item_club_prev_next .info_club_prev_next h2 {
        font-size: 28px;
        line-height: 34px
    }

    .container_club_prev_next .item_club_prev_next .info_club_prev_next a {
        opacity: 1
    }

    .containerWithTwoItems {
        margin-bottom: 58px;
        height: 398px;
        flex-wrap: nowrap
    }

    .containerWithTwoItems .item_club_prev_next {
        width: 50%;
        height: 100%
    }

    .containerWithTwoItems .item_club_prev_next:first-child {
        width: 50%
    }

    .containerWithTwoItems .item_club_prev_next .info_club_prev_next {
        left: 54px;
        bottom: 44px
    }
}

@media (max-width: 1000px) {
    .containerWithTwoItems {
        height: 300px
    }

    .containerWithTwoItems .item_club_prev_next .info_club_prev_next {
        left: 41px;
        bottom: 36px
    }
}

@media (max-width: 500px) {
    .container_club_prev_next {
        flex-wrap: wrap;
        height: auto
    }

    .container_club_prev_next .item_club_prev_next {
        height: 360px;
        width: 100%
    }

    .container_club_prev_next .item_club_prev_next:first-child {
        height: 360px;
        width: 100%;
        margin-bottom: 10px
    }

    .container_club_prev_next .item_club_prev_next .info_club_prev_next {
        bottom: 30px
    }

    .container_club_prev_next .item_club_prev_next .info_club_prev_next .about_club_prev_next {
        opacity: 1;
        display: block;
        padding: 9px 18px;
        height: 35px;
        line-height: 20px
    }

    .containerWithTwoItems {
        height: auto
    }

    .containerWithTwoItems .item_club_prev_next .info_club_prev_next {
        bottom: 20px;
        left: 20px
    }

    .containerWithTwoItems .item_club_prev_next .info_club_prev_next .about_club_prev_next {
        opacity: 1;
        display: block;
        padding: 9px 18px;
        height: 35px
    }
}





.container_model_about_cards {
    max-width: 100%;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px
}

.container_model_about_cards.oneLine {
    padding-top: 50px;
    padding-bottom: 50px
}

.slides_model_about_cards {
    display: flex;
    flex-wrap: wrap
}

.slides_model_about_cards.oneLine {
    flex-wrap: nowrap
}

.slides_model_about_cards.oneLine .slide_model_about_cards {
    position: relative;
    width: calc(50% - 10px);
    margin-bottom: 0 !important
}

.slides_model_about_cards.oneLine .slide_model_about_cards:not(:last-child) {
    margin-right: 20px
}

.slides_model_about_cards.oneLine .slide_model_about_cards img {
    width: 100%
}

.slides_model_about_cards.oneLine .slide_model_about_cards .content_model_about_cards {
    padding: 0;
    position: absolute;
    bottom: 40px;
    left: 34px
}

.slides_model_about_cards.oneLine .slide_model_about_cards .content_model_about_cards h3 {
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: .02em;
    margin-bottom: 9px
}

.slides_model_about_cards.oneLine .slide_model_about_cards .content_model_about_cards p {
    color: #fff;
    font-size: 16px;
    line-height: 21px
}

.center_model_about_cards {
    max-width: 904px;
    margin: 81px auto 87px
}

.center_model_about_cards .title_model_about_cards {
    max-width: 795px;
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto 185px
}

.center_model_about_cards .description_model_about_cards {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 146%;
    text-align: center;
    color: #fff
}

.center_model_about_cards img {
    max-width: 100%;
    margin-bottom: 29px
}

.slide_model_about_cards {
    display: flex;
    align-items: center
}

.slide_model_about_cards img {
    width: calc(100% / 2 - 10.5px)
}

.slide_model_about_cards:not(:last-child) {
    margin-bottom: 74px
}

.slide_model_about_cards:nth-child(2n) {
    flex-direction: row-reverse
}

.slide_model_about_cards:nth-child(2n) .content_model_about_cards {
    padding-left: 78px;
    padding-right: 98px
}

.slide_model_about_cards .content_model_about_cards {
    display: flex;
    flex-direction: column;
    color: #4c5865;
    padding-left: 98px
}

.slide_model_about_cards .content_model_about_cards h3 {
    color: #4c5865;
    margin-bottom: 24px;
    font-size: 36px;
    max-width: 500px
}

.slide_model_about_cards .content_model_about_cards p {
    font-size: 16px;
    line-height: 21px
}

.slides_model_about_cards.darkStyled .content_model_about_cards h3,
.slides_model_about_cards.darkStyled .content_model_about_cards p {
    color: #fff
}

@media (max-width: 1024px) {
    .slides_model_about_cards.oneLine {
        width: 100%;
        max-width: none;
        padding-left: 0;
        padding-right: 0
    }

    .slides_model_about_cards.oneLine .slide_model_about_cards .content_model_about_cards {
        bottom: 29px;
        left: 25px
    }

    .slides_model_about_cards.oneLine .slide_model_about_cards .content_model_about_cards h3 {
        font-size: 24px;
        line-height: 120%
    }

    .slides_model_about_cards.oneLine .slide_model_about_cards .content_model_about_cards p {
        font-size: 16px;
        line-height: 21px
    }
}

@media (max-width: 1000px) {
    .container_model_about_cards {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .slide_model_about_cards:nth-child(2n) .content_model_about_cards {
        padding-right: 37px;
        padding-left: 15px
    }

    .slide_model_about_cards .content_model_about_cards {
        padding-left: 32px
    }

    .slide_model_about_cards .content_model_about_cards h3 {
        font-weight: 300;
        font-size: 32px;
        line-height: 38px
    }

    .slides_model_about_cards.oneLine .slide_model_about_cards .content_model_about_cards {
        bottom: 26px;
        left: 20px
    }

    .slides_model_about_cards.oneLine .slide_model_about_cards .content_model_about_cards h3 {
        font-weight: 700;
        font-size: 18px;
        line-height: 139%
    }

    .slides_model_about_cards.oneLine .slide_model_about_cards .content_model_about_cards p {
        font-size: 14px;
        line-height: 120%
    }
}

@media (max-width: 500px) {
    .container_model_about_cards {
        padding-top: 32px;
        padding-bottom: 60px
    }

    .slide_model_about_cards {
        flex-direction: column !important
    }

    .slide_model_about_cards:not(:last-child) {
        margin-bottom: 56px
    }

    .slide_model_about_cards img {
        width: 100%;
        margin-bottom: 30px
    }

    .slide_model_about_cards .content_model_about_cards {
        padding: 0 0 0 0 !important
    }

    .slide_model_about_cards .content_model_about_cards h3 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 12px
    }

    .slide_model_about_cards .content_model_about_cards p {
        font-size: 14px;
        line-height: 18px
    }

    .slides_model_about_cards.oneLine {
        flex-wrap: wrap
    }

    .slides_model_about_cards.oneLine .slide_model_about_cards {
        width: 100%;
        margin-right: 0 !important
    }

    .slides_model_about_cards.oneLine .slide_model_about_cards:not(:last-child) {
        margin-bottom: 10px !important
    }

    .slides_model_about_cards.oneLine .slide_model_about_cards img {
        margin-bottom: 0;
        height: 360px
    }

    .center_model_about_cards {
        font-weight: 300;
        font-size: 30px;
        line-height: 37px;
        margin-top: 4px;
        margin-bottom: 0
    }

    .center_model_about_cards .title_model_about_cards {
        margin-bottom: 30px
    }

    .center_model_about_cards .description_model_about_cards {
        font-weight: 300;
        text-transform: uppercase;
        font-size: 22px;
        line-height: 28px;
        text-align: center;
        letter-spacing: .02em
    }
}

.container_model_about_center {
    max-width: 1028px;
    margin: 0 auto
}

.image_model_about_center {
    max-width: 100%;
    display: block;
    margin-bottom: 17px
}

.text_model_about_center {
    max-width: 909px;
    color: #fff;
    font-weight: 300;
    font-size: 32px;
    line-height: 43px;
    text-align: center;
    letter-spacing: .02em;
    text-transform: uppercase;
    margin: 0 auto
}

@media (max-width: 500px) {
    .container_model_about_center {
        padding: 0 20px 80px
    }

    .text_model_about_center {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
        letter-spacing: .02em;
        text-transform: uppercase
    }
}

.specSeries {
    background: #000
}

.specSeries h1,
.specSeries h2,
.specSeries h3,
.specSeries h4 {
    color: #fff
}

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

.content_special_slider {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0
}

.content_special_slider p {
    color: #fff;
    font-size: 16px;
    line-height: 21px
}

.content_special_slider h2 {
    color: #fff;
    font-weight: 200;
    letter-spacing: .02em;
    margin-bottom: 12px
}

@media (max-width: 1024px) {


    .image_model_slide {
        height: 600px
    }

    .content_special_slider {
        top: 60px
    }

    .content_special_slider h2 {
        font-size: 32px;
        line-height: 38px
    }
}

@media (max-width: 1000px) {


    .image_model_slide {
        height: 500px
    }

    .content_special_slider {
        top: 50px
    }

    .content_special_slider h2 {
        font-size: 28px;
        line-height: 34px
    }

    .content_special_slider p {
        font-size: 14px;
        line-height: 21px
    }
}

@media (max-width: 500px) {
    .image_model_slide {
        height: auto
    }

    .content_special_slider {
        display: none
    }

    .content_special_slider h2,
    .content_special_slider p {
        color: #4c5865
    }


}


.background_model_about {
    width: 100%;
    max-height: 100vh;
    object-fit: cover;
    display: block
}

.content_model_about {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 80px
}

.content_model_about. {
    padding-top: 0;
    top: auto;
    bottom: 66px
}

.description_model_about,
.title_model_about {
    max-width: 540px
}

.title_model_about {
    margin-bottom: 24px;
    color: #fff;
    line-height: 1.2;
    white-space: pre-line;
    letter-spacing: .02em
}

.description_model_about {
    display: inline-block;
    color: #fff;
    font-size: 16px
}

.description_model_about span {
    display: block;
    margin-top: 15px
}

.contentList {
    margin-top: 20px;
    max-width: 500px;
    font-size: 16px
}

@media (max-width: 1024px) {
    .content_model_about {
        padding-top: 60px
    }

    .title_model_about {
        max-width: 100%;
        font-weight: 300;
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 28px
    }

    .description_model_about {
        max-width: 673px
    }

    .description_model_about span:last-of-type {
        color: #fff;
        font-weight: 700
    }

    .contentList {
        max-width: 448px
    }
}

@media (max-width: 1000px) {
    .content_model_about {
        padding-top: 50px
    }

    .title_model_about {
        margin-bottom: 19px
    }

    .description_model_about {
        max-width: 100%;
        font-size: 14px;
        line-height: 17px
    }

    .description_model_about span:last-of-type {
        margin-top: 24px;
        font-size: 16px;
        line-height: 21px
    }

    .contentList {
        max-width: 100%;
        font-size: 14px;
        line-height: 18px;
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

.container_model_about_cards_inline {
    position: relative;
    display: flex;
    padding-top: 99px;
    padding-bottom: 99px
}

.container_model_about_cards_inline:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    height: 100%;
    background-color: #f7f8f8;
    z-index: -1
}

.title_model_about_cards_inline {
    font-size: 28px;
    line-height: 39px;
    letter-spacing: .02em;
    max-width: 290px;
    margin-right: 20px
}

.items_model_about_cards_inline {
    display: flex
}

.item_model_about_cards_inline {
    position: relative
}

.item_model_about_cards_inline img {
    height: 469px
}

.item_model_about_cards_inline:not(:last-child) {
    margin-right: 20px
}

.itemText_model_about_cards_inline {
    position: absolute;
    bottom: 30px;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

@media (max-width: 1024px) {
    .container_model_about_cards_inline {
        flex-direction: column;
        padding-top: 54px;
        padding-bottom: 80px
    }

    .title_model_about_cards_inline {
        max-width: none;
        margin-bottom: 28px;
        margin-right: 0
    }
}

@media (max-width: 1000px) {
    .container_model_about_cards_inline {
        padding-bottom: 60px
    }

    .title_model_about_cards_inline {
        margin-bottom: 19px
    }

    .image_model_about_cards_inline {
        max-width: 219px
    }

    .itemText_model_about_cards_inline {
        font-size: 14px;
        line-height: 18px
    }

    .item_model_about_cards_inline img {
        height: 355px
    }
}

@media (max-width: 500px) {
    .container_model_about_cards_inline {
        padding-top: 50px
    }

    .title_model_about_cards_inline {
        line-height: 34px;
        margin-bottom: 33px
    }

    .items_model_about_cards_inline {
        flex-direction: column
    }

    .item_model_about_cards_inline:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px
    }

    .itemText_model_about_cards_inline {
        font-size: 14px;
        line-height: 18px
    }

    .image_model_about_cards_inline {
        max-width: 100%;
        width: 100%;
        max-height: 355px
    }
}

.container_safety_block {
    position: relative;
    display: flex;
    justify-content: flex-end;
    min-height: 900px;
    max-width: 100vw;
    overflow: hidden
}

.background_safety_block {
    width: 100%;
    height: 100%;
    position: absolute;
    max-width: 1440px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 75px;
    object-fit: contain
}

.leftPart_safety_block {
    padding-top: 42px;
    padding-bottom: 110px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.body_safety_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%
}

.content_safety_block {
    flex: 1 0 auto;
    margin-bottom: 120px;
    max-width: 720px;
    width: 100%;
    color: #4c5865
}

.content_safety_block h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 20px;
    letter-spacing: .02em;
    white-space: pre-line;
    max-width: 700px;
    text-transform: uppercase
}

.content_safety_block p {
    font-size: 16px;
    line-height: 1.35
}

.wrappersIcon_safety_block {
    max-width: 1220px;
    width: 100%;
    flex: 1 0 auto;
    display: flex;
    flex-flow: row wrap
}

.iconWrapper_safety_block {
    width: 50%;
    display: flex;
    max-height: 200px;
    flex-flow: row wrap;
    justify-content: flex-start
}

.iconWrapper_safety_block:nth-of-type(2n) {
    justify-content: flex-end
}

.iconWrapper_safety_block:nth-of-type(2n) .iconSecurity_safety_block {
    text-align: right;
    padding-right: 50px
}


.iconSecurity_safety_block {
    width: 100%;
    height: 75px;
    margin-bottom: 17px;
    display: inline-block
}

.iconTitle_safety_block {
    max-width: 120px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #66727d;
    margin-bottom: 65px
}

@media (max-width: 1000px) {
    .container_safety_block {
        min-height: 725px
    }

    .leftPart_safety_block {
        padding-bottom: 0
    }

    .wrappersIcon_safety_block {
        flex: 0 1
    }

    .background_safety_block {
        width: 130%
    }

    .iconWrapper_safety_block {
        width: 25%
    }

    .iconWrapper_safety_block:nth-child(n) {
        justify-content: flex-start
    }

    .iconWrapper_safety_block:nth-child(n) .iconSecurity_safety_block {
        text-align: left;
        padding-right: 0
    }

    .content_safety_block h2 {
        font-weight: 200;
        font-size: 32px;
        line-height: 38px
    }

    .content_safety_block p {
        font-size: 14px;
        line-height: 21px
    }
}

@media (max-width: 500px) {
    .container_safety_block {
        min-height: 920px
    }

    .iconWrapper_safety_block {
        width: 50%;
        text-align: center
    }

    .iconSecurity_safety_block {
        text-align: center !important
    }

    .iconTitle_safety_block {
        max-width: 100%;
        padding: 0 5px;
        box-sizing: border-box
    }

    .background_safety_block {
        width: 170%;
        bottom: 140px
    }
}

.advantages {
    background: none
}

.advantages > div {
    color: #4c5865 !important
}

.horizontalTabs .selected {
    background-color: #fff;
    color: #4c5865;
    font-weight: 700 !important;
}

.horizontalTabs.menu_select_color li {
    background: 0 0;
    padding: 0 0 13px;
    margin-right: 30px
}

.horizontalTabs.menu_select_color li.selected,
.horizontalTabs.menu_select_color li:hover {
    background: none 0 0;
}

.horizontalTabs.menu_select_color li:before {
    position: absolute;
    display: block;
    border: 1px solid #e37639;
    bottom: -2px;
    left: 0;
    width: 100%
}

.rectangledTabs {
    height: auto;
    border: none;
    border-radius: 0
}

.rectangledTabs li {
    padding: 1rem 1.25rem;
    font-weight: 700;
    line-height: 150%;
    height: auto;
    font-size: .7rem;
    text-transform: uppercase;
    transition: all .15s;
    border-radius: 0;
    cursor: pointer
}

.rectangledTabs li:hover {
    background-color: hsla(0, 0%, 100%, .2)
}

.rectangledTabs li:not(.selected) {
    border: 1px solid #fff
}

.rectangledTabs li:not(.selected):first-child {
    border-right: 0
}

.rectangledTabs li:not(.selected):last-child {
    border-left: 0
}

.rectangledTabs span {
    min-width: 200px;
    letter-spacing: 1px
}

.rectangledTabs.grey_configurator_filter {
    border: 1px solid #d9dcdc
}

.rectangledTabs.grey_configurator_filter li {
    color: #4c5865
}

.button_prev_next {
    align-items: center;
    width: 54px;
    height: 54px;
    background: none 0 0;
    display: flex;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #3c3c3c;
    padding: 0;
    margin: 0
}

@media (min-width: 768px) {
    .btn-orange:hover {
        background: #e6873b
    }
}

@media (max-width: 767px) {
    .btn-orange {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 45px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 35px
    }
}


@media (min-width: 768px) {
    .btn_credit_results:hover {
        color: #fff;
        background-color: #e37639
    }
}

@media (max-width: 767px) {
    .btn_credit_results {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 45px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 35px
    }
}

body {
    margin: 0;
    font-family: LADAPragmatica, Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace
}

a {
    text-decoration: none;
    color: #e37639
}

h1,
h2 {
    font-style: normal;
    font-weight: 300
}

@media screen and (max-width: 1024px) {
    * {
        -webkit-user-select: none;
        -webkit-touch-callout: none
    }

    input,
    textarea {
        -webkit-user-select: text;
        -webkit-touch-callout: default
    }
}

@media (max-width: 500px) {
    .description_request_form,
    .subtitle_request_form {
        display: none
    }
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
    .container_model_about_slider {
        min-height: 700px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .container_model_about_slider {
        min-height: 620px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .leftPart .headerTabs {
        margin-bottom: 20px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .leftPart .content_model_about_slider h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 10px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .leftPart .content_model_about_slider p {
        font-size: 14px
    }
}

@keyframes pulse_dotes {
    0% {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .4)
    }
    70% {
        box-shadow: 0 0 0 50px hsla(0, 0%, 100%, 0)
    }
    to {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0)
    }
}

@media screen and (min-width: 1921px) {
    .rightPart {
        width: 30%;
        transform: translateX(100%)
    }
}

@media screen and (min-width: 1300px) and (max-width: 1450px) {
    .rightPart {
        width: 400px
    }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .rightPart {
        width: 30%
    }
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
    .rightPart .imageContainer {
        height: 300px
    }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .rightPart .imageContainer {
        height: 215px
    }
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
    .rightPart .controls_model_about_slider {
        top: 320px
    }
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
    .rightPart .section_model_about_slider {
        margin-top: 100px;
        margin-bottom: 15px
    }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .rightPart .section_model_about_slider {
        margin-top: 40px;
        margin-bottom: 15px
    }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .rightPart .title_model_about_slider {
        font-size: 17px;
        line-height: 130%
    }

    .rightPart .description_model_about_slider {
        font-size: 14px;
        line-height: 21px
    }
}

@media (min-width: 992px) {
    .wrappIcon {
        display: block
    }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
    .wrappIcon {
        width: 1470px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .wrappIcon {
        width: 1290px
    }
}


@media (max-width: 1024px) {
    .body_multimedia {
        bottom: 45px
    }
}

@media (max-width: 1024px) {
    .title_multimedia {
        max-width: 100%
    }
}

@media (max-width: 768px) {
    .title_multimedia {
        font-size: 30px
    }
}

@media (max-width: 575px) {
    .title_multimedia {
        font-size: 28px
    }
}

@media (max-width: 1024px) {
    .description_multimedia {
        max-width: 100%
    }
}

@media (max-width: 768px) {
    .description_multimedia {
        font-size: 14px;
        line-height: 19px
    }
}

@media (max-width: 575px) {
    .description_multimedia {
        line-height: 21px
    }
}

@media (max-width: 1024px) {
    .control_multimedia {
        display: none
    }
}

@media (max-width: 575px) {
    .btn_connect {
        width: 100%
    }
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
    .btn_select_color {
        margin-bottom: 10px
    }
}

@media screen and (min-width: 500px) and (max-width: 1024px) {
    .btn_select_color span {
        width: 50px;
        height: 50px
    }
}

@media (max-width: 500px) {
    .btn_select_color span {
        margin: 0 5px 5px;
        width: 45px;
        height: 45px
    }
}

@media (max-width: 500px) {
    .container_select_color {
        padding: 40px 0
    }

    .title_select_color {
        font-weight: 300;
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 25px
    }

    .image_select_color {
        margin-top: 0;
        margin-bottom: 15px;
        min-height: 0
    }

    .colors_select_color {
        margin-bottom: 11px
    }

    .colors_select_color > button {
        margin: 0 3px 10px
    }

    .tabs_select_color {
        display: flex;
        margin: 0 -20px 26px
    }

    .tabs_select_color .ul_select_color {
        justify-content: center
    }

    .tabs_select_color .ul_select_color li {
        padding-bottom: 8px;
        margin-right: 34px;
        color: #4c5865 !important;
        font-weight: 400
    }

    .tabs_select_color .ul_select_color li:before {
        bottom: -4px
    }

    .colorTitle_select_color {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 4px;
        text-transform: uppercase
    }

    .postscriptum_select_color {
        display: none
    }

    .price_select_color {
        font-size: 14px;
        line-height: 24px;
        margin: 0
    }
}

.container_slider_engines {
    outline: 0
}

.slider_title_engines {
    font-size: 36px;
    border-bottom: 1px solid #676767;
    padding-bottom: 10px;
    color: #fff !important;
    height: auto
}

@media (max-width: 1024px) {
    .slider_title_engines {
        font-size: 32px;
        line-height: 40px
    }
}

@media (max-width: 575px) {
    .slider_title_engines {
        font-size: 28px;
        line-height: 120%;
        border: none;
        margin: 0;
        padding: 0
    }
}

@media (max-width: 575px) {
    .item_engines {
        padding: 0;
        margin-top: 15px
    }

    .item_engines:first-child {
        order: 0
    }

    .item_engines:nth-child(2) {
        order: 3
    }

    .item_engines:nth-child(3) {
        order: 2
    }

    .item_engines:nth-child(4) {
        order: 1
    }
}

@media (max-width: 1024px) {
    .label_engines- {
        font-size: 16px;
        line-height: 21px
    }
}

@media (max-width: 575px) {
    .label_engines- {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 6px
    }
}

@media (max-width: 1024px) {
    .value_engines {
        font-size: 16px;
        line-height: 21px
    }
}

@media (max-width: 575px) {
    .value_engines {
        font-size: 14px;
        line-height: 17px;
        max-width: 76px
    }
}

@media (max-width: 575px) {
    .image_engines img {
        width: 210px;
        height: 238px;
        margin: 0 0 33px
    }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    .image_engines img {
        width: 330px;
        height: 377px;
        margin: 0 0 33px
    }

    .container_slider_engines {
        padding-right: 30px;
        opacity: .5;
        transition: .5s
    }

    .slick-active .container_slider_engines {
        opacity: 1;
    }

    .content_engines .item_engines {
        padding: 0;
        margin-top: 15px
    }

    .content_engines .item_engines:first-child {
        order: 0
    }

    .content_engines .item_engines:nth-child(2) {
        order: 3
    }

    .content_engines .item_engines:nth-child(3) {
        order: 2
    }

    .content_engines .item_engines:nth-child(4) {
        order: 1
    }
}

@media (max-width: 768px) {
    .wrapper_engines {
        background: #262626
    }
}

@media (max-width: 575px) {
    .wrapper_engines {
        padding: 50px 0 43px 20px
    }
}

@media (max-width: 1024px) {
    .container_engines {
        padding: 0
    }
}

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

@media (max-width: 1024px) {
    .rightPart_engines p {
        font-size: 16px;
        line-height: 21px
    }
}

@media (max-width: 768px) {
    .rightPart_engines p {
        font-size: 14px;
        line-height: 19px
    }
}

@media (max-width: 575px) {
    .rightPart_engines p {
        line-height: 18px;
        margin-bottom: 36px;
        padding-right: 20px
    }
}

@media (max-width: 1024px) {
    .rightPart_engines {
        padding: 65px 50px
    }
}

@media (max-width: 768px) {
    .rightPart_engines {
        padding: 65px 0 65px 40px;
        flex-basis: 100%
    }
}

@media (max-width: 575px) {
    .rightPart_engines {
        padding: 0
    }
}

@media (max-width: 1024px) {
    .title_engines {
        font-weight: 300;
        font-size: 36px;
        line-height: 43px
    }
}

@media (max-width: 768px) {
    .title_engines {
        font-size: 32px;
        line-height: 38px
    }
}

@media (max-width: 575px) {
    .title_engines {
        font-weight: 300;
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 18px
    }
}

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



@media screen and (min-width: 0px) and (max-width: 1024px) {
    .description_promo {
        font-size: 14px;
        line-height: 130%;
        margin-bottom: 25px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container_banner {
        min-height: 574px
    }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    .container_banner img {
        object-position: center -40px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .content_banner {
        display: flex;
        flex-flow: row wrap;
        padding-top: 332px;
        padding-bottom: 50px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .title_banner {
        width: calc(50% + 42px);
        max-width: 317px;
        box-sizing: border-box;
        padding-right: 42px;
        font-size: 28px;
        line-height: 130%;
        margin-bottom: 0
    }

    .wrapper_banner {
        width: calc(50% - 42px)
    }

    .wrapper_banner button {
        font-size: 12px;
        width: auto;
        padding: 10px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .description_banner {
        font-size: 14px;
        line-height: 130%;
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    .container_banner .title_banner {
        margin-top: 257px;
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 24px;
        white-space: normal
    }

    .container_banner .description_banner {
        display: none
    }

    .container_banner a {
        font-size: 12px;
        line-height: 140%;
        width: 100%;
        height: 45px;
        border-radius: 30px
    }

    .content_banner {
        padding: 0 20px 50px
    }
}

.horizontalTabs.gray_tabs {
    border: 1px solid #d9dcdc
}

.horizontalTabs.gray_tabs li {
    color: #4c5865
}

.horizontalTabs.gray_tabs .selected {
    background-color: #d9dcdc;
    color: #66727d
}

@media (min-width: 768px) {
    .btn_credit_results:hover {
        color: #fff;
        background-color: #e37639
    }
}

@media (max-width: 767px) {
    .btn_credit_results {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 45px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 35px
    }
}



@font-face {
    font-family: Roboto;
    src: local("Roboto");
    unicode-range: U+20bd
}

@media screen and (max-width: 1024px) {
    * {
        -webkit-user-select: none;
        -webkit-touch-callout: none
    }

    input {
        -webkit-user-select: text;
        -webkit-touch-callout: default
    }
}

@media (min-width: 768px) {
    .list_help_nav a:hover {
        color: #e37639
    }

    .list_help_nav a:hover span {
        border-color: #e37639
    }

    .list_help_nav a:hover path {
        stroke: #e37639
    }

    .list_help_nav a:hover circle {
        fill: #e37639
    }
}

@media screen and (max-width: 1024px) {
    .btnMobileOpen {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: .07em;
        color: #fff;
        padding: 0 0 0 17px;
        position: relative;
        white-space: nowrap;
        margin-top: 1px
    }

    .btnMobileOpen:before {
        content: "";
        position: absolute;
        height: 49px;
        width: 1px;
        background-color: #fff;
        opacity: .1;
        left: 0;
        top: -16px
    }

    .list_help_nav {
        position: relative;
        background-color: transparent !important
    }

    .list_help_nav li {
        display: inline-block;
        background-color: #e37639;
        align-items: center;
        border-radius: 55px;
        padding: 12px 20px;
        box-sizing: border-box;
        position: absolute;
        min-width: 282px;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transition: top .5s, opacity .5s;
        pointer-events: none;
        font-size: 10px;
        line-height: 14px
    }

    .list_help_nav li a {
        letter-spacing: .07em;
        font-size: 10px;
        padding-right: 10px;
        margin-right: auto
    }

    .list_help_nav li .btnMobileOpen {
        display: none
    }

    .list_help_nav li:first-of-type {
        display: flex;
        justify-content: space-between;
        position: relative;
        pointer-events: auto;
        opacity: 1;
        margin: 0;
        left: 0
    }

    .list_help_nav li:first-of-type .btnMobileOpen {
        display: flex;
        align-items: center;
        margin-top: 6px;
        position: relative
    }
}

@media screen and (max-width: 1024px) {
    .menu_help_nav {
        bottom: 35px
    }

    .options_help_nav {
        background-color: transparent;
        margin-left: auto
    }

    .options_help_nav li {
        margin: 0
    }
}

@media (min-width: 768px) {
    .btn_credit_results:hover {
        color: #fff;
        background-color: #e37639
    }
}

@media (max-width: 767px) {
    .btn_credit_results {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 45px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 35px
    }
}

@media (max-width: 500px) {
    .checkbox_comp_accordion span:before {
        margin-right: 11px;
        width: 20px;
        height: 20px
    }
}

@media (max-width: 1024px) {
    .rightPart_request_form {
        padding: 70px 35px
    }

    .container_request_form {
        flex-direction: column;
        position: relative
    }

    .container_request_form .leftPart_request_form {
        width: 100%
    }

    .container_request_form .rightPart_request_form {
        margin: 0 auto
    }
}

@media (max-width: 1024px) and (max-width: 500px) {
    .container_request_form .title_request_form {
        margin-top: 50px;
        margin-bottom: 29px;
        display: block;
        font-weight: 300;
        font-size: 28px;
        line-height: 120%;
        text-transform: uppercase;
        color: #4c5865;
        padding: 0 20px
    }

    .rightPart_request_form {
        padding: 0 20px 50px;
        margin-top: 33px
    }

    .rightPart_request_form .title_request_form {
        display: none
    }
}

@media (max-width: 500px) {
    .disclaimer {
        color: #a6adb5;
        margin-top: 25px;
        margin-bottom: 25px;
        padding: 0 20px
    }
}

@media (min-width: 600px) and (max-width: 1024px) {
    .container_intro {
        min-height: 0;
        height: auto
    }
}

@media (max-width: 500px) {
    .container_intro {
        height: 100vh;
        min-height: 600px
    }
}





@media (max-width: 550px) {
    .background_model_image {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }
}

@media (max-width: 550px) {
    .body_intro {
        padding-bottom: 110px
    }
}

@media screen and (min-width: 1600px) {
    .title_intro {
        max-width: 690px;
        font-size: 68px
    }
}

@media (max-width: 768px) {
    .subtitle_intro {
        text-transform: uppercase;
        letter-spacing: .02em;
        color: #a6adb5;
        font-weight: 700;
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 11px
    }

    .title_intro {
        font-size: 36px;
        line-height: 120%;
        margin-bottom: 16px
    }

    .price_intro {
        display: flex;
        flex-direction: column;
        font-size: 22px;
        line-height: 27px;
        margin: 0
    }

    .price_intro span {
        margin-top: 7px;
        font-size: 16px;
        line-height: 23px;
        padding: 0
    }

    .price_intro span:before {
        display: none
    }
}

@media (max-width: 400px) {
    .price_intro {
        flex-direction: row;
        align-items: center;
        font-size: 20px
    }

    .price_intro span {
        font-size: 15px;
        margin-left: 10px;
        margin-top: 0
    }
}

@media (max-width: 1024px) {
    .slider_params {
        padding-left: 60px
    }

    .titleFields_params {
        font-size: 16px;
        line-height: 21px
    }

    .titleFields_params > span {
        margin-bottom: 15px
    }

    .table_params tr {
        font-size: 16px;
        line-height: 21px
    }

    .table_params .nameCenter_params {
        max-width: 148px;
        margin-bottom: 9px
    }

    .table_params .boldName_params {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: .02em
    }
}

@media (max-width: 1000px) {
    .slider_params {
        padding-left: 29px
    }

    .titleFields_params {
        width: 170px
    }

    .titleFields_params > span {
        margin-bottom: 15px;
        padding-right: 10px
    }

    .table_params .nameCenter_params {
        max-width: none
    }

    .table_params .boldName_params {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0
    }
}

@media (max-width: 500px) {
    .table_params {
        display: none
    }
}

.wrapper_configurator .link_params {
    margin-left: 30px
}

.white_color {
    color: #fff !important;
}


.white_background {
    background-color: white;
}

@media (max-width: 1024px) {
    .title_params {
        font-size: 32px;
        line-height: 43px;
        letter-spacing: .03em
    }

    .description_params {
        margin-bottom: 36px
    }
}

@media (max-width: 1000px) {
    .title_params {
        font-size: 32px;
        line-height: 43px;
        letter-spacing: .03em
    }
}

@media (max-width: 500px) {
    .container_params {
        padding-top: 40px;
        padding-bottom: 50px
    }

    .wrapper_params {
        display: flex;
        flex-direction: column
    }

    .title_params {
        font-weight: 300;
        font-size: 28px;
        line-height: 120%
    }

    .wrapperImage_params {
        width: 100%;
        margin: 0;
        padding: 0
    }

    .wrapperImage_params img {
        width: 100%
    }

    .actions_params {
        font-weight: 700;
        font-size: 12px;
        line-height: 140%;
        letter-spacing: .07em;
        margin-top: 27px
    }

    .actions_params > a {
        margin: 0
    }

    .description_params {
        margin: 24px 0 0;
        order: 6
    }
}

@media (max-width: 1024px) {
    .title_additional {
        font-weight: 300;
        font-size: 38px;
        line-height: 46px
    }

    .item_additional {
        height: 305px;
        max-width: 456px
    }

    .item_additional:not(:last-child) {
        margin-right: 13px
    }

    .item_additional:nth-of-type(2) {
        margin-right: 0
    }

    .item_additional:nth-of-type(3) {
        display: none
    }

    .content_additional {
        height: 136px;
        padding-left: 30px
    }

    .itemTitle_additional {
        font-size: 16px;
        line-height: 21px
    }

    .icon_additional {
        bottom: calc(37px + 12.5px)
    }
}

@media (max-width: 1000px) {
    .container_additional {
        padding-bottom: 60px
    }

    .title_additional {
        font-weight: 200;
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 30px
    }

    .item_additional {
        height: 219px;
        max-width: 456px
    }

    .item_additional:not(:last-child) {
        margin-right: 32px
    }

    .item_additional:nth-of-type(2) {
        margin-right: 0
    }

    .content_additional {
        height: 98px;
        padding-left: 19px
    }

    .icon_additional {
        bottom: calc(23px + 12.5px)
    }

    .itemTitle_additional {
        font-size: 13px;
        line-height: 16px
    }
}

@media (max-width: 768px) {
    .container_additional {
        padding: 50px 0;
        margin-top: 0 !important
    }

    .list_additional {
        flex-direction: column
    }

    .image_additional {
        height: 265px
    }

    .image_additional img {
        min-height: 210px
    }

    .title_additional {
        font-weight: 300;
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 20px
    }

    .content_additional {
        padding-left: 21px;
        height: 123px
    }

    .item_additional {
        width: 100%;
        height: 292px;
        max-height: none;
        padding-bottom: 60px;
        margin: 0 auto 32px
    }

    .item_additional:first-of-type,
    .item_additional:nth-of-type(2) {
        margin-right: auto
    }

    .item_additional:nth-of-type(3) {
        display: block
    }

    .item_additional:nth-of-type(3) .itemTitle_additional {
        max-width: 150px
    }

    .icon_additional {
        bottom: calc(45px + 12.5px)
    }

    .itemTitle_additional {
        font-size: 14px;
        line-height: 17px
    }
}



@media screen and (min-width: 500px) and (max-width: 1024px) {
    .container_configurator {
        min-height: 810px
    }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .container_configurator {
        min-height: 790px
    }
}

@media screen and (min-width: 450px) and (max-width: 550px) {
    .background_configurator {
        object-position: center -10px
    }
}

@media screen and (min-width: 500px) and (max-width: 1024px) {
    .body_configurator {
        padding: 50px 0
    }
}

@media (max-width: 500px) {
    .body_configurator {
        padding: 227px 0 43px 0 !important
    }
}

@media screen and (min-width: 500px) and (max-width: 1024px) {
    .content_configurator {
        max-width: 100%;
        margin-left: 0
    }

    .wrapper_configurator {
        display: flex;
        flex-flow: row wrap
    }
}

@media screen and (min-width: 500px) and (max-width: 1024px) {
    .tabs_configurator > ul li {
        font-size: 14px;
        line-height: 14px;
        padding-left: 8px;
        padding-right: 8px
    }
}

@media screen and (min-width: 0) and (max-width: 500px) {
    .tabs_configurator > div:first-of-type {
        order: 2;
        margin-bottom: 20px
    }

    .tabs_configurator > div:nth-of-type(2) {
        order: 3
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .title_configurator {
        max-width: 380px
    }
}

@media screen and (min-width: 501px) and (max-width: 1024px) {
    .title_configurator {
        margin-top: 260px !important;
    }
}

@media screen and (min-width: 500px) and (max-width: 1024px) {
    .price_configurator {
        order: 1;
        width: 50%
    }
}

@media screen and (min-width: 500px) and (max-width: 1024px) {
    .footer_configurator {
        order: 3
    }
}

@media (max-width: 575px) {
    .button_configurator {
        padding: 14px 0;
        width: 100%;
        font-size: 12px
    }
}



@media (max-width: 1024px) {
    .body_configurator {
        padding: 31px 0 43px;
        min-height: 0;
        margin-top: 0;
        position: relative;
        bottom: 0;
    }

    .background_configurator {
        position: absolute
    }

    .title_configurator {
        font-size: 28px;
        line-height: 120%;
        font-weight: 300;
        margin-bottom: 19px
    }

    .price_configurator {
        margin-bottom: 28px
    }

    .price_configurator div:first-child {
        margin-bottom: 7px
    }

    .price_configurator div:last-child {
        font-size: 16px;
        line-height: 20px
    }

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

    .footer_configurator > a:first-child {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 20px
    }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
    .icon_safety {
        height: 60px;
        margin-bottom: 10px
    }

    .icon_safety img {
        width: 60px;
        height: 60px
    }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
    .iconTitle_safety {
        font-size: 12px;
        line-height: 13px;
        margin-bottom: 15px
    }
}

.safety_tab_text,
.safety_tab_text h2,
.safety_tab_text p {
    color: #4c5865 !important
}

@media (max-width: 768px) {
    .container_model_about_slider {
        position: relative;
        display: flex;
        justify-content: flex-end;
        max-width: 100vw;
        width: 100%;
        overflow: hidden;
        min-height: 627px
    }
}

.model_about_slider_block {
    position: relative
}

.model_about_tabs_container {
    position: absolute;
    z-index: 2;
    margin-top: 40px
}

.section_model_about_slider_subheader {
    color: #e37639;
    font-size: 11px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    margin-bottom: 10px
}

@media (max-width: 992px) {
    .wrappersIcon_safety {
        width: 100%;
        display: flex;
        flex-flow: row;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 20px;
        justify-content: space-between;
        align-items: flex-start
    }

    .iconWrapper_safety {
        width: 100%;
        max-width: 109px;
        display: flex;
        max-height: 200px;
        flex-flow: row wrap;
        justify-content: flex-start
    }

    .safety_size:nth-of-type(2n) {
        padding-top: 0
    }

    .leftPart .content_model_about_slider {
        margin-top: 40px
    }
}

@media (max-width: 768px) {
    .container_model_about_slider {
        width: 100vw;
        overflow: hidden;
        position: relative;
        display: flex;
        flex-direction: column
    }

    .leftPart {
        position: relative;
        min-height: 700px
    }

    .rightPart {
        padding: 40px;
        position: relative;
        transition: all .3s;
        transform: translateX(520px);
        background-color: #221f20;
        color: #fff;
        width: 100%
    }

    .model_tab_slider .slick-slide {
        opacity: .5;
        transition: .5s
    }

    .model_tab_slider .slick-active {
        opacity: 1;
    }

    .model_tab_slider .imageContainer {
        padding-right: 32px;
        height: 350px
    }

    .leftPart .content_model_about_slider {
        width: 100%
    }

    .rightPart .section_model_about_slider {
        margin-top: 40px
    }

    .iconWrapper_safety {
        width: 50%;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 27px;
        padding: 0 20px;
        max-width: unset;
        max-height: unset
    }

    .iconTitle_safety {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 18px;
        color: #66727d;
        text-align: center;
        max-width: 100%
    }

    .icon_safety {
        text-align: center
    }

    .wrappersIcon_safety {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        position: relative;
        padding: 0
    }

    .safety_tab_background {
        height: auto;
        position: relative;
        width: calc(100% + 80px)
    }

    .iconWrapper_safety:nth-of-type(2n) .icon_safety {
        text-align: center;
        padding: 0
    }

    .iconWrapper_safety:nth-of-type(2n) {
        justify-content: initial
    }

    .rightPart .title_model_about_slider {
        font-size: 22px;
        line-height: 27px;
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 10px;
        margin-top: 20px
    }

    .description_model_about_slider {
        font-size: 14px;
        line-height: 18px
    }

    .controls_model_about_slider {
        display: none !important
    }

    .tabs_configurator > ul {
        margin: 20px 0;
        width: 100%;
    }

    .tabs_configurator > ul li {
        flex: 1 1 auto;
    }
}

.list_configurator {
    padding-left: 0;
    margin-top: 20px;
}

.container_model_special_block {
    height: 100vh;
    min-height: 1000px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 70px;
    padding-bottom: 40px;
    color: #fff;
}

.specSeries .container_select_color {
    background-color: #1b1b1b;
}

.contentBottom {
    bottom: 60px;
    top: unset;
}

.subtitle_insurance_page {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #e37639;
    margin-top: 25px
}

@media (max-width: 500px) {
    .subtitle_insurance_page {
        margin-top: 14px
    }
}

.container_model_about_commerce {
    max-width: 100vw;
    width: 100%;
    position: relative
}

.background_model_about {
    width: 100%;
    max-height: 100vh;
    object-fit: cover;
    display: block
}

.content_model_about {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 80px
}

.content_model_about. {
    padding-top: 0;
    top: auto;
    bottom: 66px
}

.description_model_about,
.title_model_about {
    max-width: 540px
}

.title_model_about {
    margin-bottom: 24px;
    color: #fff;
    line-height: 1.2;
    white-space: pre-line;
    letter-spacing: .02em
}

.description_model_about {
    display: inline-block;
    color: #fff;
    font-size: 16px
}

.description_model_about span {
    display: block;
    margin-top: 15px
}

.contentList {
    margin-top: 20px;
    max-width: 500px;
    font-size: 16px
}

@media (max-width: 1024px) {
    .content_model_about {
        padding-top: 60px
    }

    .title_model_about {
        max-width: 100%;
        font-weight: 300;
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 28px
    }

    .description_model_about {
        max-width: 673px
    }

    .description_model_about span:last-of-type {
        color: #fff;
        font-weight: 700
    }

    .contentList {
        max-width: 448px
    }
}

@media (max-width: 1000px) {
    .content_model_about {
        padding-top: 50px
    }

    .title_model_about {
        margin-bottom: 19px
    }

    .description_model_about {
        max-width: 100%;
        font-size: 14px;
        line-height: 17px
    }

    .description_model_about span:last-of-type {
        margin-top: 24px;
        font-size: 16px;
        line-height: 21px
    }

    .contentList {
        max-width: 100%;
        font-size: 14px;
        line-height: 18px;
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 500px) {
    .container_model_about_commerce .content_model_about {
        top: 32px
    }

    .container_model_about_commerce .content_model_about. {
        top: auto;
        bottom: 30px
    }

    .container_model_about_commerce .title_model_about {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 12px
    }

    .container_model_about_commerce. {
        margin-top: 10px
    }

    .container_model_about_commerce. .content_model_about {
        position: static;
        padding-top: 30px;
        padding-bottom: 50px
    }

    .container_model_about_commerce. .contentList,
    .container_model_about_commerce. .description_model_about,
    .container_model_about_commerce. .title_model_about {
        color: #4c5865
    }

    .container_model_about_commerce. .title_model_about {
        font-size: 28px;
        line-height: 34px
    }

    .container_model_about_commerce. .description_model_about span {
        color: #4c5865 !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        margin-top: 10px !important
    }

    .container_model_about_commerce. .contentList {
        grid-template-columns: 1fr
    }

    .container_model_about_commerce. .contentList > li:last-of-type {
        margin-bottom: 0
    }
}

.slidesContainer_model_about_commerce_cards_st2 {
    overflow: hidden
}

.slidesContainer_model_about_commerce_cards_st2 img {
    width: 100%
}

.container_model_about_commerce {
    max-width: 100vw;
    width: 100%;
    position: relative
}

.slides_model_about_commerce_cards_st2 {
    display: grid;
    grid-gap: 20px;
    grid-template-rows: 500px 107px 500px;
    grid-template-columns: repeat(2, 1fr);
    padding: 50px 0
}

.slide_model_about_commerce_cards_st2 {
    position: relative;
    max-width: 100%
}

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

.slideContent_model_about_commerce_cards_st2 {
    position: absolute;
    bottom: 40px;
    left: 34px;
    color: #fff
}

.slideContent_model_about_commerce_cards_st2 h3 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    max-width: 497px;
    letter-spacing: .02em
}

.slideContent_model_about_commerce_cards_st2 p {
    max-width: 401px;
    font-size: 16px;
    line-height: 21px
}

.slide_model_about_commerce_cards_st2:first-child {
    grid-column: 1/2;
    grid-row: 1/3
}

.slide_model_about_commerce_cards_st2:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2
}

.slide_model_about_commerce_cards_st2:nth-child(3) {
    grid-column: 1/2;
    grid-row: 3/4
}

.slide_model_about_commerce_cards_st2:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/4
}

@media (max-width: 1024px) {
    .slidesContainer_model_about_commerce_cards_st2 {
        overflow: hidden;
        padding: 0
    }

    .slides_model_about_commerce_cards_st2 {
        grid-template-rows: 353px 72px 354px
    }

    .slides_model_about_commerce_cards_st2 img {
        width: 100%;
        object-fit: cover
    }

    .slides_model_about_commerce_cards_st2 .slideContent_model_about_commerce_cards_st2 {
        left: 25px
    }

    .slides_model_about_commerce_cards_st2 .slideContent_model_about_commerce_cards_st2 h3 {
        font-size: 24px;
        line-height: 29px
    }

    .slides_model_about_commerce_cards_st2 .slideContent_model_about_commerce_cards_st2 p {
        font-size: 16px;
        line-height: 21px
    }
}

@media (max-width: 1000px) {
    .slides_model_about_commerce_cards_st2 {
        grid-template-rows: 267px 53px 265px;
        grid-gap: 12px
    }

    .slides_model_about_commerce_cards_st2 .slideContent_model_about_commerce_cards_st2 {
        left: 20px
    }

    .slides_model_about_commerce_cards_st2 .slideContent_model_about_commerce_cards_st2 h3 {
        font-weight: 700;
        font-size: 18px;
        line-height: 25px
    }

    .slides_model_about_commerce_cards_st2 .slideContent_model_about_commerce_cards_st2 p {
        font-size: 14px;
        line-height: 17px
    }
}

@media (max-width: 500px) {
    .slidesContainer_model_about_commerce_cards_st2 {
        padding: 0 20px
    }

    .slides_model_about_commerce_cards_st2 {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        margin: 0 -20px;
        grid-gap: 10px
    }

    .slides_model_about_commerce_cards_st2 .slide_model_about_commerce_cards_st2 {
        height: 360px
    }

    .slides_model_about_commerce_cards_st2 .slide_model_about_commerce_cards_st2 img {
        display: block
    }

    .slides_model_about_commerce_cards_st2 .slideContent_model_about_commerce_cards_st2 {
        bottom: 24px;
        left: 20px
    }

    .slides_model_about_commerce_cards_st2 .slideContent_model_about_commerce_cards_st2 h3 {
        font-weight: 700;
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 2px
    }

    .slides_model_about_commerce_cards_st2 .slideContent_model_about_commerce_cards_st2 p {
        font-size: 14px;
        line-height: 17px
    }
}

.container_model_info_blocks {
    padding-top: 85px;
    padding-bottom: 80px;
    background-color: #f7f8f8
}

.container_model_info_blocks:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    margin-left: -50vw;
    margin-right: -50vw;
    width: calc(100vw - 10px);
    height: 962px;
    background-color: #f7f8f8;
    z-index: -1
}

.title_model_info_blocks {
    max-width: 986px;
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 40px
}

.subtitle_model_info_blocks,
.title_model_info_blocks {
    letter-spacing: .02em;
    text-transform: uppercase
}

.subtitle_model_info_blocks {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 17px
}

.item_model_info_blocks:not(:last-child) {
    margin-bottom: 44px
}

.cards_model_info_blocks {
    display: flex;
    width: 100%;
    border: 1px solid #e7ecec
}

.card_model_info_blocks {
    flex: 1 1;
    padding: 32px 72px 32px 30px;
    background-color: #fff;
    min-height: 180px
}

.card_model_info_blocks:not(:last-child) {
    border-right: 1px solid #e7ecec
}

.cardTitle_model_info_blocks {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: #e37639
}

.cardDesciption_model_info_blocks {
    color: #4c5865;
    font-size: 16px;
    line-height: 22px
}

.card_model_info_blocks .small_info_blocks {
    margin-top: 10px;
    font-size: 14px;
    color: #848e98
}

@media (max-width: 1024px) {
    .container_model_info_blocks {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .title_model_info_blocks {
        font-size: 32px;
        line-height: 42px
    }

    .subtitle_model_info_blocks {
        font-size: 18px;
        line-height: 27px
    }

    .cards_model_info_blocks {
        flex-wrap: wrap;
        border: 1px solid #e7ecec
    }

    .card_model_info_blocks {
        min-height: 155px;
        padding-right: 30px;
        flex: 1 1 50%;
        border: 1px solid #e7ecec !important;
        border-top: none !important;
        border-left: none !important
    }

    .card_model_info_blocks .small_info_blocks {
        font-size: 13px;
        line-height: 16px
    }
}

@media (max-width: 1000px) {
    .title_model_info_blocks {
        font-weight: 200;
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 33px
    }

    .subtitle_model_info_blocks {
        font-size: 17px;
        line-height: 25px
    }

    .cardTitle_model_info_blocks {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 7px
    }

    .cardDesciption_model_info_blocks {
        font-size: 14px;
        line-height: 20px
    }

    .card_model_info_blocks .small_info_blocks {
        font-size: 12px;
        line-height: 17px
    }
}

@media (max-width: 500px) {
    .container_model_info_blocks {
        padding-top: 50px;
        padding-bottom: 20px
    }
}

.container_model_info_list {
    padding-top: 70px;
    padding-bottom: 120px;
    display: flex;
    justify-content: space-between
}

.title_model_info_list {
    font-weight: 200;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: .03em;
    text-transform: uppercase;
    max-width: 599px
}

.subtitle_model_info_list {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #4c5865;
    margin-bottom: 38px
}

.items_model_info_list {
    color: #4c5865
}

.items_model_info_list > li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px
}

.list_model_info_list {
    max-width: 444px
}

@media (max-width: 1024px) {
    .container_model_info_list {
        padding-top: 20px;
        padding-bottom: 70px;
        flex-direction: column
    }

    .title_model_info_list {
        font-weight: 300;
        font-size: 40px;
        line-height: 52px;
        max-width: none;
        margin-bottom: 45px
    }

    .subtitle_model_info_list {
        font-size: 20px;
        line-height: 30px;
        max-width: 370px
    }

    .list_model_info_list {
        display: flex;
        justify-content: space-between;
        max-width: none
    }

    .items_model_info_list {
        max-width: 444px;
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width: 1000px) {
    .container_model_info_list {
        padding-top: 30px;
        padding-bottom: 60px
    }

    .title_model_info_list {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 45px
    }

    .subtitle_model_info_list {
        max-width: none;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 28px
    }

    .list_model_info_list {
        flex-direction: column
    }

    .items_model_info_list {
        max-width: none
    }
}

@media (max-width: 500px) {
    .container_model_info_list {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .title_model_info_list {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 25px
    }

    .subtitle_model_info_list {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px
    }
}

.image_model_about_st2 {
    display: block;
    width: 100%;
    max-height: 100vh
}

.content_model_about_st2 {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around
}

.content_model_about_st2 h2 {
    color: #fff;
    max-width: 444px;
    letter-spacing: .02em;
    padding-top: 3.6em
}

.content_model_about_st2 .list_model_about_st2 {
    max-width: 444px
}

.content_model_about_st2 .list_model_about_st2 > li {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0
}

.content_model_about_st2 .list_model_about_st2 > li:not(:last-child) {
    margin-bottom: 12px
}

@media (max-width: 1024px) {
    .container_model_about_st2U {
        padding: 0;
        max-width: none;
        width: 100%
    }

    .content_model_about_st2 h2 {
        font-size: 32px;
        line-height: 38px
    }

    .content_model_about_st2 .list_model_about_st2 > li {
        font-size: 16px;
        line-height: 21px
    }
}

@media (max-width: 1000px) {
    .image_model_about_st2 {
        height: 648px
    }

    .content_model_about_st2 {
        bottom: 64px
    }

    .content_model_about_st2 h2 {
        max-width: 291px
    }

    .content_model_about_st2 .list_model_about_st2 {
        max-width: 374px
    }

    .content_model_about_st2 .list_model_about_st2 > li {
        font-size: 14px
    }

    .content_model_about_st2 .list_model_about_st2 > li:not(:last-child) {
        margin-bottom: 12px
    }
}

@media (max-width: 500px) {
    .image_model_about_st2 {
        height: auto
    }

    .content_model_about_st2 {
        bottom: 52px;
        flex-direction: column;
        padding: 0 20px
    }

    .content_model_about_st2 h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px
    }
}

.container_model_about_cards {
    max-width: 100%;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px
}

.oneLine {
    padding-top: 50px;
    padding-bottom: 50px
}

.slides_model_about_cards {
    display: flex;
    flex-wrap: wrap
}

.slides_model_about_cards.oneLine {
    flex-wrap: nowrap
}

.slides_model_about_cards.oneLine .slide_model_about_cards {
    position: relative;
    width: calc(50% - 10px);
    margin-bottom: 0 !important
}

.slides_model_about_cards.oneLine .slide_model_about_cards:not(:last-child) {
    margin-right: 20px
}

.slides_model_about_cards.oneLine .slide_model_about_cards img {
    width: 100%
}

.slides_model_about_cards.oneLine .slide_model_about_cards .content_model_about_cards {
    padding: 0;
    position: absolute;
    bottom: 40px;
    left: 34px
}

.slides_model_about_cards.oneLine .slide_model_about_cards .content_model_about_cards h3 {
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: .02em;
    margin-bottom: 9px
}

.slides_model_about_cards.oneLine .slide_model_about_cards .content_model_about_cards p {
    color: #fff;
    font-size: 16px;
    line-height: 21px
}

.center_model_about_cards {
    max-width: 904px;
    margin: 81px auto 87px
}

.center_model_about_cards .title_model_about_cards {
    max-width: 795px;
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto 185px
}

.center_model_about_cards .description_model_about_cards {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 146%;
    text-align: center;
    color: #fff
}

.center_model_about_cards img {
    max-width: 100%;
    margin-bottom: 29px
}

.slide_model_about_cards {
    display: flex;
    align-items: center
}

.slide_model_about_cards img {
    width: calc(100% / 2 - 10.5px)
}

.slide_model_about_cards:not(:last-child) {
    margin-bottom: 74px
}

.slide_model_about_cards:nth-child(2n) {
    flex-direction: row-reverse
}

.slide_model_about_cards:nth-child(2n) .content_model_about_cards {
    padding-left: 78px;
    padding-right: 98px
}

.slide_model_about_cards .content_model_about_cards {
    display: flex;
    flex-direction: column;
    color: #4c5865;
    padding-left: 98px
}

.slide_model_about_cards .content_model_about_cards h3 {
    color: #4c5865;
    margin-bottom: 24px;
    font-size: 36px;
    max-width: 500px
}

.slide_model_about_cards .content_model_about_cards p {
    font-size: 16px;
    line-height: 21px
}

.slides_model_about_cards.darkStyled .content_model_about_cards h3,
.slides_model_about_cards.darkStyled .content_model_about_cards p {
    color: #fff
}

@media (max-width: 1024px) {
    .slides_model_about_cards.oneLine {
        width: 100%;
        max-width: none;
        padding-left: 0;
        padding-right: 0
    }

    .slides_model_about_cards.oneLine .slide_model_about_cards .content_model_about_cards {
        bottom: 29px;
        left: 25px
    }

    .slides_model_about_cards.oneLine .slide_model_about_cards .content_model_about_cards h3 {
        font-size: 24px;
        line-height: 120%
    }

    .slides_model_about_cards.oneLine .slide_model_about_cards .content_model_about_cards p {
        font-size: 16px;
        line-height: 21px
    }
}

@media (max-width: 1000px) {
    .container_model_about_cards {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .slide_model_about_cards:nth-child(2n) .content_model_about_cards {
        padding-right: 37px;
        padding-left: 15px
    }

    .slide_model_about_cards .content_model_about_cards {
        padding-left: 32px
    }

    .slide_model_about_cards .content_model_about_cards h3 {
        font-weight: 300;
        font-size: 32px;
        line-height: 38px
    }

    .slides_model_about_cards.oneLine .slide_model_about_cards .content_model_about_cards {
        bottom: 26px;
        left: 20px
    }

    .slides_model_about_cards.oneLine .slide_model_about_cards .content_model_about_cards h3 {
        font-weight: 700;
        font-size: 18px;
        line-height: 139%
    }

    .slides_model_about_cards.oneLine .slide_model_about_cards .content_model_about_cards p {
        font-size: 14px;
        line-height: 120%
    }
}

@media (max-width: 500px) {
    .container_model_about_cards {
        padding-top: 32px;
        padding-bottom: 60px
    }

    .slide_model_about_cards {
        flex-direction: column !important
    }

    .slide_model_about_cards:not(:last-child) {
        margin-bottom: 56px
    }

    .slide_model_about_cards img {
        width: 100%;
        margin-bottom: 30px
    }

    .slide_model_about_cards .content_model_about_cards {
        padding: 0 !important
    }

    .slide_model_about_cards .content_model_about_cards h3 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 12px
    }

    .slide_model_about_cards .content_model_about_cards p {
        font-size: 14px;
        line-height: 18px
    }

    .slides_model_about_cards.oneLine {
        flex-wrap: wrap
    }

    .slides_model_about_cards.oneLine .slide_model_about_cards {
        width: 100%;
        margin-right: 0 !important
    }

    .slides_model_about_cards.oneLine .slide_model_about_cards:not(:last-child) {
        margin-bottom: 10px !important
    }

    .slides_model_about_cards.oneLine .slide_model_about_cards img {
        margin-bottom: 0;
        height: 360px
    }

    .center_model_about_cards {
        font-weight: 300;
        font-size: 30px;
        line-height: 37px;
        margin-top: 4px;
        margin-bottom: 0
    }

    .center_model_about_cards .title_model_about_cards {
        margin-bottom: 30px
    }

    .center_model_about_cards .description_model_about_cards {
        font-weight: 300;
        text-transform: uppercase;
        font-size: 22px;
        line-height: 28px;
        text-align: center;
        letter-spacing: .02em
    }
}


.largus_safety_block img {
    top: 10%;
}

.white-bordered button {
    border-color: white;
}

.h2_special_slider {
    color: #66727d;
    text-transform: uppercase;
    font-weight: 300;
}

.h2_special_slider {
    font-size: 36px;
    line-height: 120%
}

.h3_model_about_cards {
    font-size: 24px;
    font-weight: 300;
}

.h3_model_about_cards,
.h4_model_info_blocks {
    color: #66727d;
    text-transform: uppercase
}

.h4_model_info_blocks {
    font-weight: 700
}

.wrapper_special_series {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f7f8f8
}

.title_special_series {
    color: #4c5865;
    margin-bottom: 24px;
    letter-spacing: .02em
}

.items_special_series {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    margin-bottom: 70px
}

.item_special_series {
    background: #fff;
    padding: 30px 0 30px 28px;
    display: flex;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    height: 100%
}

.info_special_series {
    margin-left: 10px
}

.name_special_series {
    color: #4c5865;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin-bottom: 10px;
    max-width: 183px
}

.size_special_series {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #969ca3
}

@media (max-width: 1024px) {

    .items_special_series {
        grid-template-columns: repeat(3, 1fr)
    }

    .item_special_series {
        padding-top: 30px
    }
}

@media (max-width: 1000px) {

    .title_special_series {
        font-size: 28px;
        line-height: 120%
    }

    .items_special_series {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 500px) {

    .title_special_series {
        margin-bottom: 19px
    }

    .items_special_series {
        grid-template-columns: 1fr
    }
}

.info_finance > div {
    max-width: 430px;
}

.info_finance h1 {
    font-weight: 300;
    font-size: 60px;
    line-height: 120%;
    letter-spacing: .02em;
    text-transform: uppercase;
    position: unset;
    color: #fff;
}

.info_finance > p {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-top: 13px;
    max-width: 425px;
}


.info_finance .adventages_finance p {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #e37639;
}

.container_finance {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.rectangledTabs li {
    padding: 1rem 1.25rem;
    font-weight: 700;
    line-height: 150%;
    height: auto;
    font-size: .7rem;
    text-transform: uppercase;
    transition: all .15s;
    border-radius: 0;
    cursor: pointer
}

.rectangledTabs li:hover {
    background-color: hsla(0, 0%, 100%, .2)
}

.rectangledTabs li:not(.selected) {
    border: 1px solid #fff
}

.rectangledTabs li:not(.selected):first-child {
    border-right: none
}

.rectangledTabs li:not(.selected):last-child {
    border-left: none
}

.rectangledTabs span {
    min-width: 200px;
    letter-spacing: 1px
}

.list_help_nav {
    cursor: default
}

.list_help_nav li {
    display: block;
    margin-bottom: 15px
}

.list_help_nav .plus {
    display: flex;
    transition: transform .3s;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    margin-top: -4px
}

.list_help_nav span {
    display: flex;
    min-width: 25px;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px
}

.list_help_nav .iconActive {
    border: none
}

.list_help_nav .iconActive svg {
    width: 25px;
    height: 25px
}

.list_help_nav a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    letter-spacing: 1px
}

.list_help_nav a path {
    stroke: #fff
}

@media (min-width: 768px) {
    .list_help_nav a:hover {
        color: #e37639
    }

    .list_help_nav a:hover span {
        border-color: #e37639
    }

    .list_help_nav a:hover path {
        stroke: #e37639
    }

    .list_help_nav a:hover circle {
        fill: #e37639
    }
}

.btnMobileOpen {
    display: none
}

@media screen and (max-width: 1024px) {
    .btnMobileOpen {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: .07em;
        color: #fff;
        padding: 0 0 0 17px;
        position: relative;
        white-space: nowrap;
        margin-top: 1px
    }

    .btnMobileOpen:before {
        content: "";
        position: absolute;
        height: 49px;
        width: 1px;
        background-color: #fff;
        opacity: .1;
        left: 0;
        top: -16px
    }

    .list_help_nav {
        position: relative;
        background-color: transparent !important
    }

    .list_help_nav li {
        display: inline-block;
        background-color: #e37639;
        align-items: center;
        border-radius: 55px;
        padding: 12px 20px;
        box-sizing: border-box;
        position: absolute;
        min-width: 282px;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transition: top .5s, opacity .5s;
        pointer-events: none;
        font-size: 10px;
        line-height: 14px
    }

    .list_help_nav li a {
        letter-spacing: .07em;
        font-size: 10px;
        padding-right: 10px;
        margin-right: auto
    }

    .list_help_nav li .btnMobileOpen {
        display: none
    }

    .list_help_nav li:first-of-type {
        display: flex;
        justify-content: space-between;
        position: relative;
        pointer-events: auto;
        opacity: 1;
        margin: 0;
        left: 0
    }

    .list_help_nav li:first-of-type .btnMobileOpen {
        display: flex;
        align-items: center;
        margin-top: 6px;
        position: relative
    }
}

.menu_help_nav {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 10
}

.wrapper_help_nav {
    display: flex;
    align-items: flex-end
}

.options_help_nav {
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    height: 52px;
    border-radius: 26px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.options_help_nav li {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px
}

@media screen and (max-width: 1024px) {
    .menu_help_nav {
        bottom: 35px
    }

    .options_help_nav {
        background-color: transparent;
        margin-left: auto
    }

    .options_help_nav li {
        margin: 0
    }
}

.link_params {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #e6873b
}

.link_params span {
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6873b;
    border-radius: 50%;
    margin-right: 10px;
    flex: 0 0 25px
}

.link_params.white_color {
    color: #fff
}

.link_params.white_color span {
    border-color: #fff
}

.wrapper_corporate_cards {
    overflow: hidden
}

.item_corporate_cards {
    display: flex;
    position: relative;
    color: #4c5865;
    max-height: 547px
}

.item_corporate_cards img {
    height: 100%;
    margin-top: 89px;
    position: relative
}

.item_corporate_cards .info_corporate_cards {
    padding-top: 202px;
    padding-left: 90px
}

.item_corporate_cards .info_corporate_cards .title_corporate_cards {
    margin-bottom: 35px;
    max-width: 311px;
    font: 200 36px LADAPragmatica, sans-serif;
    line-height: 43px;
    letter-spacing: .02em;
    text-transform: uppercase
}

.item_corporate_cards .info_corporate_cards .description_corporate_cards {
    font-size: 16px;
    line-height: 21px;
    max-width: 522px
}

.item_corporate_cards .info_corporate_cards .description_corporate_cards p {
    margin-bottom: 1rem
}

.item_corporate_cards:last-child {
    max-height: none;
    padding-top: 162px
}

.item_corporate_cards:last-child .info_corporate_cards {
    padding-top: 108px
}

.item_corporate_cards:last-child img {
    margin-top: 0;
    margin-bottom: 80px
}

.item_corporate_cards:last-child:before {
    content: "";
    display: block;
    position: absolute;
    left: -100%;
    right: -100%;
    bottom: 0;
    top: 0;
    background-color: #f7f8f8;
    z-index: -1
}

.item_corporate_cards.fromRight_corporate_cards .info_corporate_cards {
    order: 0;
    padding-left: 29px;
    margin-right: auto
}

.item_corporate_cards.fromRight_corporate_cards img {
    max-width: 599px;
    order: 1
}

.item_corporate_cards.large_corporate_cards img {
    left: -37px
}

.item_corporate_cards.fromRight_corporate_cards.large_corporate_cards img {
    left: auto
}

@media (max-width: 1440px) {
    .item_corporate_cards img {
        margin-top: 80px;
        max-width: 630px
    }

    .item_corporate_cards .info_corporate_cards {
        padding-top: 190px
    }

    .item_corporate_cards:last-child {
        padding-top: 85px
    }

    .item_corporate_cards.fromRight_corporate_cards.large_corporate_cards img {
        max-width: 560px
    }
}

@media (max-width: 1024px) {
    .item_corporate_cards {
        max-height: none;
        padding-bottom: 42px;
        align-items: center;
        justify-content: center
    }

    .item_corporate_cards:first-child {
        padding-top: 70px
    }

    .item_corporate_cards:last-child {
        flex-direction: row-reverse;
        padding-bottom: 70px;
        padding-top: 58px
    }

    .item_corporate_cards:last-child img {
        margin: 0 0 0 125px
    }

    .item_corporate_cards img {
        margin-top: 0;
        margin-right: 125px;
        width: 328px;
        height: 254px;
        position: static;
        display: block
    }

    .item_corporate_cards a {
        margin-top: 24px
    }

    .item_corporate_cards .info_corporate_cards {
        margin: 0 !important;
        padding: 0 !important
    }

    .item_corporate_cards .info_corporate_cards .description_corporate_cards,
    .item_corporate_cards .info_corporate_cards .title_corporate_cards {
        max-width: 350px
    }

    .item_corporate_cards .info_corporate_cards .title_corporate_cards {
        font-weight: 300;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: .02em;
        margin: 0 0 16px
    }

    .item_corporate_cards .info_corporate_cards .description_corporate_cards {
        font-size: 14px;
        line-height: 17px
    }

    .item_corporate_cards .info_corporate_cards .description_corporate_cards p {
        margin-bottom: 20px
    }

    .item_corporate_cards .info_corporate_cards .description_corporate_cards > p:last-of-type {
        margin-bottom: 0
    }

    .item_corporate_cards .large_corporate_cards > img,
    .item_corporate_cards.fromRight_corporate_cards.large_corporate_cards > img,
    .item_corporate_cards.fromRight_corporate_cards > img {
        order: 0
    }
}

@media (max-width: 768px) {
    .item_corporate_cards:last-child img {
        margin-left: 32px
    }

    .item_corporate_cards img {
        margin-right: 32px
    }

    .item_corporate_cards .info_corporate_cards .description_corporate_cards,
    .item_corporate_cards .info_corporate_cards .title_corporate_cards {
        max-width: 328px
    }
}

@media (max-width: 575px) {
    .item_corporate_cards {
        padding: 50px 0 !important
    }

    .item_corporate_cards,
    .item_corporate_cards:last-child {
        flex-direction: column
    }

    .item_corporate_cards img {
        margin: 0 0 30px !important;
        max-height: 320px
    }

    .item_corporate_cards a {
        width: 100%
    }
}

.containerBanner_corporate {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    color: #fff;
}

.containerBanner_corporate h2 {
    max-width: 522px;
    font-weight: 200;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin-bottom: 30px;
    z-index: 2;
    color: white;
}

.containerBanner_corporate .description_corporate {
    max-width: 522px;
    font-size: 16px;
    line-height: 21px;
    z-index: 2;
}

.banner_corporate {
    position: relative;
    height: 722px;
    width: 100%
}

.banner_corporate img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

@media (max-width: 1024px) {
    .containerBanner_corporate {
        align-items: flex-start
    }

    .banner_corporate {
        height: auto
    }

    .banner_corporate img {
        position: relative;
        z-index: -1
    }

    .banner_corporate .description_corporate,
    .banner_corporate h2 {
        max-width: 100%
    }

    .containerBanner_corporate {
        position: absolute;
        bottom: 50px;
        left: 0;
        width: auto;
        height: auto
    }
}

@media (max-width: 768px) {
    .containerBanner_corporate h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px
    }

    .containerBanner_corporate .description_corporate {
        font-size: 14px;
        line-height: 17px
    }
}

@media (max-width: 575px) {
    .containerBanner_corporate {
        position: static;
        padding-top: 76px;
        padding-bottom: 50px;
        margin-top: -155px;
        background: linear-gradient(1turn, #000 59.86%, transparent 86.65%)
    }
}

.container_corporate_cards_st2 {
    max-width: 100vw;
    overflow-x: hidden;
    padding-top: 80px;
    padding-bottom: 10px
}

.items_corporate_cards_st2 {
    display: flex;
    overflow-x: hidden
}

.item_corporate_cards_st2 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 5px;
    width: calc(50% - 5px / 2);
    color: #fff
}

.item_corporate_cards_st2:last-child {
    margin-right: 0
}

.item_corporate_cards_st2 img {
    width: 100%;
    object-fit: cover;
    max-height: 850px
}

.item_corporate_cards_st2 .info_corporate_cards_st2 {
    position: absolute;
    max-width: 522px;
    bottom: 50px
}

.item_corporate_cards_st2 .title_corporate_cards_st2 {
    font: 300 28px LADAPragmatica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 17px
}

.item_corporate_cards_st2 .description_corporate_cards_st2 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 30px
}

@media (max-width: 1024px) {
    .container_corporate_cards_st2 {
        padding-top: 60px;
        padding-bottom: 0
    }

    .items_corporate_cards_st2 .item_corporate_cards_st2 {
        height: 381px
    }

    .items_corporate_cards_st2 .item_corporate_cards_st2 img {
        height: 100%
    }

    .items_corporate_cards_st2 .item_corporate_cards_st2 .info_corporate_cards_st2 {
        bottom: 25px;
        max-width: none;
        padding: 0 20px;
        margin: 0 auto
    }

    .items_corporate_cards_st2 .item_corporate_cards_st2 .info_corporate_cards_st2 .title_corporate_cards_st2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 10px
    }

    .items_corporate_cards_st2 .item_corporate_cards_st2 .info_corporate_cards_st2 .description_corporate_cards_st2 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 14px
    }
}

@media (max-width: 575px) {
    .items_corporate_cards_st2 {
        flex-wrap: wrap
    }

    .items_corporate_cards_st2 .item_corporate_cards_st2 {
        width: 100%;
        height: auto;
        margin: 0 0 10px
    }

    .items_corporate_cards_st2 .item_corporate_cards_st2 .info_corporate_cards_st2 {
        bottom: 50px;
        max-width: 100%;
        background: linear-gradient(1turn, #000 59.86%, transparent 86.65%);
        margin-top: -200px;
        position: static;
        padding: 80px 20px 50px
    }

    .items_corporate_cards_st2 .item_corporate_cards_st2 .info_corporate_cards_st2 .description_corporate_cards_st2 {
        font-size: 16px;
        line-height: 21px
    }
}

.banner_corporate_st2 {
    position: relative;
    max-width: 100vw;
    margin-bottom: 80px;
    color: #4c5865;
    font-family: LADAPragmatica, sans-serif;
    overflow-x: hidden
}

.banner_corporate_st2 img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100%;
    max-height: 804px;
    object-fit: cover;
    z-index: 1;
}

.containerBanner_corporate_st2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 132px;
    padding-bottom: 292px;
    z-index: 2;
    position: relative;
}

.containerBanner_corporate_st2 .description_corporate_st2,
.containerBanner_corporate_st2 h1 {
    max-width: 444px
}

.containerBanner_corporate_st2 h1 {
    margin-top: auto;
    margin-bottom: 22px;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 200
}

.containerBanner_corporate_st2 .description_corporate_st2 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 37px
}

.containerBanner_corporate_st2 .actions_corporate_st2 {
    display: flex
}

.containerBanner_corporate_st2 .actions_corporate_st2 a:first-child {
    margin-right: 1.75rem
}

@media (max-width: 1024px) {
    .banner_corporate_st2 {
        margin-top: 20px;
        margin-bottom: 60px
    }

    .banner_corporate_st2 img {
        position: static;
        max-height: 704px;
        display: block
    }

    .containerBanner_corporate_st2 {
        position: absolute;
        padding-top: 0;
        padding-bottom: 0;
        bottom: 49px;
        left: 0;
        right: 0
    }

    .containerBanner_corporate_st2 .description_corporate_st2,
    .containerBanner_corporate_st2 h1 {
        max-width: 100%;
        color: #fff
    }
}

@media (max-width: 575px) {
    .banner_corporate_st2 {
        margin: 0 0 64px
    }

    .banner_corporate_st2 img {
        max-height: none;
        position: relative;
        z-index: -1;
        display: block
    }

    .containerBanner_corporate_st2 {
        position: static;
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #000 34.61%);
        padding-top: 89px;
        padding-bottom: 50px;
        margin-top: -175px
    }

    .containerBanner_corporate_st2 h1 {
        font-size: 28px;
        line-height: 34px
    }

    .containerBanner_corporate_st2 .description_corporate_st2 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px
    }

    .containerBanner_corporate_st2 .actions_corporate_st2 {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .containerBanner_corporate_st2 .actions_corporate_st2 a {
        text-align: center
    }

    .containerBanner_corporate_st2 .actions_corporate_st2 a:first-of-type {
        width: 100%;
        margin-bottom: 27px;
        margin-right: 0
    }
}

.wrapper_contacts_cards_bottom {
    margin-bottom: 105px;
    min-height: 218px;
    border: 1px solid #eaefef;
    border-top: none;
    display: flex;
    justify-content: space-between;
    padding: 37px
}

.title_contacts_cards_bottom {
    font-style: normal;
    font-weight: 700;
    color: #4c5865;
    width: calc(25% - 18px);
    font-size: 22px;
    line-height: 27px;
    letter-spacing: .02em;
    text-transform: uppercase
}

.desc_contacts_cards_bottom {
    font-size: 16px;
    line-height: 150%;
    color: #66727d;
    width: calc(36% - 30px)
}

@media (max-width: 768px) {
    .wrapper_contacts_cards_bottom {
        flex-direction: column;
        padding: 36px 24px 32px;
        margin-bottom: 40px
    }

    .wrapper_contacts_cards_bottom > div {
        width: 100%
    }

    .wrapper_contacts_cards_bottom .title_contacts_cards_bottom {
        margin-bottom: 20px
    }

    .wrapper_contacts_cards_bottom .desc_contacts_cards_bottom:last-child {
        margin-top: 12px
    }
}

.list_style_none {
    list-style-type: none;
    display: block
}

.list_style_none > li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 14px
}

.list_style_none > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e37639
}

.light_configurator {
    color: #fff
}

.dark_equipments {
    color: #66727d
}

.dark_equipments > li {
    margin-bottom: 8px
}

.link_params {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #e6873b
}

.link_params span {
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6873b;
    border-radius: 50%;
    margin-right: 10px;
    flex: 0 0 25px
}

.link_params.white_color {
    color: #fff
}

.link_params.white_color span {
    border-color: #fff
}

.card_contacts_cards {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 40px 30px 10px;
    border-right: 1px solid #eaefef;
    background-color: #fff
}

.card_contacts_cards:last-child {
    border-right: none;
    padding: 40px 29px 10px 30px
}

.card_contacts_cards img {
    margin-bottom: 30px
}

.card_contacts_cards .title_contacts_cards {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 135.5%;
    color: #4c5865;
    margin-bottom: 20px
}

.card_contacts_cards .description_contacts_cards {
    font-size: 16px;
    line-height: 140%;
    color: #66727d;
    margin-bottom: 23px;
    white-space: pre-line
}

@media (max-width: 575px) {
    .card_contacts_cards .description_contacts_cards {
        font-size: 14px
    }
}

.card_contacts_cards .buttonContainer_contacts_cards {
    margin-bottom: 20px
}

@media (max-width: 500px) {
    .card_contacts_cards .buttonContainer_contacts_cards,
    .card_contacts_cards .buttonContainer_contacts_cards a {
        width: 100%
    }
}

.card_contacts_cards .number_contacts_cards {
    display: block;
    font-size: 28px;
    line-height: 32px;
    color: #e37639;
    margin-top: 13px
}

.card_contacts_cards .postscript_contacts_cards {
    font-size: 12px;
    line-height: 18px;
    color: #a6adb5;
    margin-top: 13px
}

.cardRoad .title_contacts_cards {
    color: #e37639
}

@media (max-width: 767px) {
    .card_contacts_cards,
    .card_contacts_cards:last-child {
        padding: 30px
    }

    .card_contacts_cards .description_contacts_cards {
        margin-bottom: 0
    }

    .card_contacts_cards .description_contacts_cards + .number_contacts_cards {
        margin-top: 11px
    }

    .card_contacts_cards .description_contacts_cards + .buttonContainer_contacts_cards,
    .card_contacts_cards .description_contacts_cards + a {
        margin-top: 21px
    }

    .card_contacts_cards .buttonContainer_contacts_cards > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 35px
    }

    .card_contacts_cards {
        padding: 30px;
        border-right: none
    }
}

@media (max-width: 500px) {
    .card_contacts_cards {
        padding: 24px 30px !important;
        border: 1px solid #eaefef !important;
        border-bottom: none !important
    }

    .card_contacts_cards:last-of-type {
        border-bottom: 1px solid #eaefef !important
    }

    .card_contacts_cards img {
        margin-bottom: 17px
    }

    .card_contacts_cards .title_contacts_cards {
        font-size: 17px !important;
        line-height: 23px !important;
        margin-bottom: 13px
    }

    .card_contacts_cards .description_contacts_cards {
        font-size: 14px;
        line-height: 18px
    }

    .card_contacts_cards .buttonContainer_contacts_cards,
    .card_contacts_cards a {
        margin-top: 14px !important
    }
}

.container_contacts_cards {
    margin: 0 auto;
    border: 1px solid #eaefef;
    display: flex;
    align-items: stretch;
    justify-content: space-between
}

.cols_3_warranty > div {
    width: 33.33333333%
}

.cols_4_contacts_cards > div {
    width: 25%
}

.cols_5_contacts_cards > div {
    width: 20%
}

@media (max-width: 500px) {
    .container_contacts_cards {
        flex-wrap: wrap
    }

    .container_contacts_cards > div {
        width: 100%;
        border-bottom: 1px solid #eaefef
    }

    .container_contacts_cards > div:last-child {
        border-bottom: none
    }
}

.container_contacts_cards {
    margin-top: 94px
}

@media (max-width: 768px) {
    .container_contacts_cards {
        margin-top: 41px
    }
}

@media (max-width: 1024px) {
    .cards_contacts_cards {
        flex-wrap: wrap;
        border-bottom: none
    }
}

.cards_contacts_cards > div {
    padding-bottom: 48px
}

@media (max-width: 1024px) {
    .cards_contacts_cards > div {
        width: 50%;
        border-bottom: 1px solid #eaefef
    }

    .cards_contacts_cards > div:nth-child(2n) {
        border-right: none
    }
}

@media (max-width: 575px) {
    .cards_contacts_cards > div {
        width: 100%
    }
}

.list_help_nav {
    cursor: default
}

.list_help_nav li {
    display: block;
    margin-bottom: 15px
}

.list_help_nav .plus {
    display: flex;
    transition: transform .3s;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    margin-top: -4px
}

.list_help_nav span {
    display: flex;
    min-width: 25px;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px
}

.list_help_nav .iconActive {
    border: none
}

.list_help_nav .iconActive svg {
    width: 25px;
    height: 25px
}

.list_help_nav a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    letter-spacing: 1px
}

.list_help_nav a path {
    stroke: #fff
}

@media (min-width: 768px) {
    .list_help_nav a:hover {
        color: #e37639
    }

    .list_help_nav a:hover span {
        border-color: #e37639
    }

    .list_help_nav a:hover path {
        stroke: #e37639
    }

    .list_help_nav a:hover circle {
        fill: #e37639
    }
}

.btnMobileOpen {
    display: none
}

@media screen and (max-width: 1024px) {
    .btnMobileOpen {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: .07em;
        color: #fff;
        padding: 0 0 0 17px;
        position: relative;
        white-space: nowrap;
        margin-top: 1px
    }

    .btnMobileOpen:before {
        content: "";
        position: absolute;
        height: 49px;
        width: 1px;
        background-color: #fff;
        opacity: .1;
        left: 0;
        top: -16px
    }

    .list_help_nav {
        position: relative;
        background-color: transparent !important
    }

    .list_help_nav li {
        display: inline-block;
        background-color: #e37639;
        align-items: center;
        border-radius: 55px;
        padding: 12px 20px;
        box-sizing: border-box;
        position: absolute;
        min-width: 282px;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transition: top .5s, opacity .5s;
        pointer-events: none;
        font-size: 10px;
        line-height: 14px
    }

    .list_help_nav li a {
        letter-spacing: .07em;
        font-size: 10px;
        padding-right: 10px;
        margin-right: auto
    }

    .list_help_nav li .btnMobileOpen {
        display: none
    }

    .list_help_nav li:first-of-type {
        display: flex;
        justify-content: space-between;
        position: relative;
        pointer-events: auto;
        opacity: 1;
        margin: 0;
        left: 0
    }

    .list_help_nav li:first-of-type .btnMobileOpen {
        display: flex;
        align-items: center;
        margin-top: 6px;
        position: relative
    }
}

.menu_help_nav {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 10
}

.wrapper_help_nav {
    display: flex;
    align-items: flex-end
}

.options_help_nav {
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    height: 52px;
    border-radius: 26px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.options_help_nav li {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px
}

@media screen and (max-width: 1024px) {
    .menu_help_nav {
        bottom: 35px
    }

    .options_help_nav {
        background-color: transparent;
        margin-left: auto
    }

    .options_help_nav li {
        margin: 0
    }
}
.intro_title {
    font-size: 48px
}

.intro_title,
.h2_special_slider {
    color: #66727d;
    text-transform: uppercase;
    font-weight: 300
}

.h2_special_slider {
    font-size: 36px;
    line-height: 120%
}

.h3_model_about_cards {
    font-size: 24px;
    font-weight: 300
}

.h3_model_about_cards,
.h4_model_info_blocks {
    color: #66727d;
    text-transform: uppercase
}

.h4_model_info_blocks {
    font-weight: 700
}

.container_selection_cards {
    padding-top: 71px;
    padding-bottom: 80px
}

.title_selection_cards {
    max-width: 748px;
    margin-bottom: 24px;
    color: #4c5865
}

.title_selection_cards span {
    color: #74b974
}

.advantages_selection_cards {
    display: flex
}

.advantage_selection_cards {
    flex: 0 1 100%;
    background: #f7f8f8;
    padding: 30px;
    margin-right: 19.74px
}

.advantage_selection_cards:last-child {
    margin-right: 0
}

.advantage_selection_cards h2 {
    color: #74b974;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 135.5%;
    margin-bottom: 11px
}

.advantage_selection_cards p {
    color: #66727d;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px
}

@media (max-width: 1024px) {
    .container_selection_cards {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .title_selection_cards {
        max-width: none
    }

    .advantage_selection_cards {
        padding: 30px 23px 28px
    }

    .advantage_selection_cards h2 {
        font-size: 16px
    }

    .advantage_selection_cards p {
        font-size: 14px;
        line-height: 18px
    }
}

@media (max-width: 1000px) {
    .container_selection_cards {
        padding-top: 53px;
        padding-bottom: 50px
    }

    .title_selection_cards {
        font-size: 32px;
        line-height: 38px
    }

    .advantages_selection_cards {
        flex-wrap: wrap
    }

    .advantage_selection_cards {
        padding: 30px 22px 28px;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc(100% / 2 - 10px);
        margin-right: 20px
    }

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

    .advantage_selection_cards:last-child {
        margin-top: 20px
    }

    .advantage_selection_cards h2 {
        font-size: 16px
    }

    .advantage_selection_cards p {
        font-size: 14px;
        line-height: 18px
    }
}

@media (max-width: 500px) {
    .container_selection_cards {
        padding-top: 50px
    }

    .title_selection_cards {
        font-size: 28px;
        line-height: 36px
    }

    .advantage_selection_cards {
        padding-top: 25px;
        padding-bottom: 24px;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc(100%);
        margin-right: 0 !important;
        margin-bottom: 10px
    }

    .advantage_selection_cards h2 {
        font-size: 17px
    }
}

.background_selection_cards_2 {
    background: #f7f8f8
}

.container_selection_cards_2 {
    padding-top: 61px;
    padding-bottom: 91px;
    position: relative
}

.label_selection_cards_2 {
    position: absolute;
    right: 15px;
    top: 82px
}

.title_selection_cards_2 {
    margin: 0 0 24px;
    font-weight: 300;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: #4c5865
}

.title_selection_cards_2 span {
    color: #74b974
}

.text_selection_cards_2 {
    color: #66727d;
    max-width: 676px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 37px
}

.items_selection_cards_2 {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #eaefef;
    border-top: 1px solid #eaefef
}

.item_selection_cards_2 {
    background: #fff;
    border-right: 1px solid #eaefef;
    border-bottom: 1px solid #eaefef;
    flex: 0 1 25%;
    padding: 30px
}

.item_selection_cards_2 .icon_selection_cards_2 {
    margin-bottom: 15px
}

.item_selection_cards_2 h2 {
    color: #74b974;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 11px;
    text-transform: uppercase
}

.item_selection_cards_2 p {
    color: #66727d;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px
}

@media (max-width: 1024px) {
    .container_selection_cards_2 {
        padding-bottom: 60px
    }

    .text_selection_cards_2 {
        max-width: none;
        margin-bottom: 27px
    }

    .label_selection_cards_2 {
        width: 212px;
        height: 40px;
        top: 61px;
        right: 55px
    }

    .label_selection_cards_2 img {
        max-width: 100%
    }

    .item_selection_cards_2 {
        flex-basis: calc(100% / 3)
    }

    .item_selection_cards_2 h2 {
        font-size: 16px
    }

    .item_selection_cards_2 p {
        font-size: 14px;
        line-height: 18px
    }
}

@media (max-width: 1000px) {
    .container_selection_cards_2 {
        padding-top: 53px;
        padding-bottom: 50px
    }

    .label_selection_cards_2 {
        top: 53px
    }

    .item_selection_cards_2 {
        flex-basis: 50%
    }
}

@media (max-width: 500px) {
    .label_selection_cards_2 {
        display: none
    }

    .title_selection_cards_2 {
        font-size: 28px;
        line-height: 36px
    }

    .text_selection_cards_2 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 30px
    }

    .item_selection_cards_2 {
        flex-basis: 100%;
        padding: 24px 20px
    }
}

.link_params {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #e6873b
}

.link_params span {
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6873b;
    border-radius: 50%;
    margin-right: 10px;
    flex: 0 0 25px
}

.link_params.white_color {
    color: #fff
}

.link_params.white_color span {
    border-color: #fff
}

.container_selection_cards_3 {
    padding-top: 80px;
    padding-bottom: 80px
}

.title_selection_cards_3 {
    margin-bottom: 28px;
    text-transform: uppercase;
    color: #4c5865;
    font-weight: 300;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: .02em;
    max-width: 782px
}

.title_selection_cards_3 span {
    color: #74b974
}

.items_selection_cards_3 {
    display: flex;
    border-top: 1px solid #eaefef;
    border-left: 1px solid #eaefef
}

.item_selection_cards_3 {
    padding: 40px 27px 52px;
    flex: 0 1 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #eaefef;
    border-bottom: 1px solid #eaefef
}

.item_selection_cards_3 .title_selection_cards_3 {
    margin: 20px 0 11px;
    color: #4c5865;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .02em
}

.item_selection_cards_3 .desc_selection_cards_3 {
    color: #66727d;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 21px;
    text-align: center
}

.item_selection_cards_3 .link_selection_cards_3 {
    color: #74b974
}

.item_selection_cards_3 .link_selection_cards_3:hover {
    cursor: pointer
}

.item_selection_cards_3 .link_selection_cards_3 span {
    border-color: #74b974
}

.item_selection_cards_3 .link_selection_cards_3 svg path {
    stroke: #74b974
}

@media (max-width: 1024px) {
    .container_selection_cards_3 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .title_selection_cards_3 {
        margin-bottom: 38px
    }

    .item_selection_cards_3 {
        padding: 40px 28px 39px
    }

    .item_selection_cards_3 .title_selection_cards_3 {
        margin: 34px 0 13px;
        font-size: 16px;
        line-height: 22px
    }

    .item_selection_cards_3 .desc_selection_cards_3 {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 19px
    }
}

@media (max-width: 1000px) {
    .container_selection_cards_3 {
        padding-top: 50px;
        padding-bottom: 56px
    }

    .title_selection_cards_3 {
        font-size: 32px
    }

    .items_selection_cards_3 {
        flex-wrap: wrap
    }

    .item_selection_cards_3 .desc_selection_cards_3 {
        max-width: 331px;
        margin-bottom: 24px
    }
}

@media (max-width: 500px) {
    .container_selection_cards_3 {
        padding-bottom: 50px
    }

    .title_selection_cards_3 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 30px
    }

    .item_selection_cards_3 {
        padding: 24px 20px;
        align-items: flex-start
    }

    .item_selection_cards_3 img {
        height: 72px
    }

    .item_selection_cards_3 .title_selection_cards_3 {
        margin: 18px 0;
        font-size: 17px;
        line-height: 23px
    }

    .item_selection_cards_3 .desc_selection_cards_3 {
        text-align: left;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 18px
    }
}

.advantagesCards > div:nth-child(n+4) {
    border-top: 1px solid #eaefef;
}

.advantagesCards div:nth-child(3) {
    border-right: none;
}

@media (max-width: 768px) {
    .advantagesCards > div:first-child {
        border-top: none;
    }

    .advantagesCards > div {
        border-top: 1px solid #eaefef;
        border-right: none;
    }
}

.link_params {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #e6873b
}

.link_params span {
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6873b;
    border-radius: 50%;
    margin-right: 10px;
    flex: 0 0 25px
}

.link_params.white_color {
    color: #fff
}

.link_params.white_color span {
    border-color: #fff
}

.info_finance {
    display: flex;
    flex-direction: column
}

.info_finance h1 {
    font-weight: 300;
    font-size: 60px;
    line-height: 120%;
    letter-spacing: .02em;
    text-transform: uppercase;
    display: flex;
    align-items: flex-end;
    color: #fff
}

.info_finance > p {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-top: 13px;
    max-width: 425px
}

.info_finance .adventages_finance {
    margin-top: 37px
}

.info_finance .adventages_finance p {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #e37639
}

.info_finance .adventages_finance .list_finance {
    list-style-type: none;
    display: block;
    margin-top: 8px
}

.info_finance .adventages_finance .list_finance > li {
    display: block;
    position: relative;
    padding-left: 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    max-width: 400px
}

.info_finance .adventages_finance .list_finance > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e37639
}

.info_finance .about_finance {
    margin-top: 38px
}

@media (max-width: 1024px) {
    .info_finance .about_finance {
        margin-top: 13px;
        max-width: 222px;
        width: 100%;
        order: 2;
        border: 1px solid #fff;
        border-radius: 30px;
        padding: 9px 8px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .info_finance .about_finance > span {
        display: none
    }
}

@media (max-width: 1000px) {
    .info_finance h1 {
        font-size: 36px
    }

    .info_finance > p {
        font-size: 14px;
        line-height: 18px
    }

    .info_finance .adventages_finance {
        margin-top: 10px
    }

    .info_finance .adventages_finance .list_finance > li {
        font-size: 14px
    }
}

@media (max-width: 500px) {
    .info_finance h1 {
        font-size: 36px;
        line-height: 120%
    }

    .info_finance p {
        margin-top: 15px;
        font-size: 18px;
        line-height: 23px
    }

    .info_finance .adventages_finance {
        margin-top: 30px
    }

    .info_finance .adventages_finance p {
        font-size: 17px;
        line-height: 23px
    }

    .info_finance .adventages_finance .list_finance > li {
        margin-bottom: 8px
    }

    .info_finance .adventages_finance .list_finance > li:last-child {
        margin-bottom: 0
    }

    .info_finance .about_finance {
        padding: 14px 0;
        max-width: none;
        margin-top: 12px
    }
}

.list_help_nav {
    cursor: default
}

.list_help_nav li {
    display: block;
    margin-bottom: 15px
}

.list_help_nav .plus {
    display: flex;
    transition: transform .3s;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    margin-top: -4px
}

.list_help_nav span {
    display: flex;
    min-width: 25px;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px
}

.list_help_nav .iconActive {
    border: none
}

.list_help_nav .iconActive svg {
    width: 25px;
    height: 25px
}

.list_help_nav a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    letter-spacing: 1px
}

.list_help_nav a path {
    stroke: #fff
}

@media (min-width: 768px) {
    .list_help_nav a:hover {
        color: #e37639
    }

    .list_help_nav a:hover span {
        border-color: #e37639
    }

    .list_help_nav a:hover path {
        stroke: #e37639
    }

    .list_help_nav a:hover circle {
        fill: #e37639
    }
}

.btnMobileOpen {
    display: none
}

@media screen and (max-width: 1024px) {
    .btnMobileOpen {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: .07em;
        color: #fff;
        padding: 0 0 0 17px;
        position: relative;
        white-space: nowrap;
        margin-top: 1px
    }

    .btnMobileOpen:before {
        content: "";
        position: absolute;
        height: 49px;
        width: 1px;
        background-color: #fff;
        opacity: .1;
        left: 0;
        top: -16px
    }

    .list_help_nav {
        position: relative;
        background-color: transparent !important
    }

    .list_help_nav li {
        display: inline-block;
        background-color: #e37639;
        align-items: center;
        border-radius: 55px;
        padding: 12px 20px;
        box-sizing: border-box;
        position: absolute;
        min-width: 282px;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transition: top .5s, opacity .5s;
        pointer-events: none;
        font-size: 10px;
        line-height: 14px
    }

    .list_help_nav li a {
        letter-spacing: .07em;
        font-size: 10px;
        padding-right: 10px;
        margin-right: auto
    }

    .list_help_nav li .btnMobileOpen {
        display: none
    }

    .list_help_nav li:first-of-type {
        display: flex;
        justify-content: space-between;
        position: relative;
        pointer-events: auto;
        opacity: 1;
        margin: 0;
        left: 0
    }

    .list_help_nav li:first-of-type .btnMobileOpen {
        display: flex;
        align-items: center;
        margin-top: 6px;
        position: relative
    }
}

.menu_help_nav {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 10
}

.wrapper_help_nav {
    display: flex;
    align-items: flex-end
}

.options_help_nav {
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    height: 52px;
    border-radius: 26px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.options_help_nav li {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px
}

@media screen and (max-width: 1024px) {
    .menu_help_nav {
        bottom: 35px
    }

    .options_help_nav {
        background-color: transparent;
        margin-left: auto
    }

    .options_help_nav li {
        margin: 0
    }
}

.container_numbered_cards {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #eaefef;
    border-right: 0;
    border-bottom: 0
}

.container_numbered_cards .card_numbered_cards {
    width: calc(100% / 3);
    min-height: 256px;
    position: relative;
    padding: 30px;
    border-right: 1px solid #eaefef;
    border-bottom: 1px solid #eaefef
}

@media (max-width: 768px) {
    .container_numbered_cards .card_numbered_cards {
        min-height: auto;
        padding: 20px !important
    }
}

.container_numbered_cards .card_numbered_cards:nth-child(n+3) {
    border-top: none
}

.container_numbered_cards .card_numbered_cards:nth-child(3n) {
    width: calc(100% / 3) !important
}

.container_numbered_cards .card_numbered_cards:last-child {
    width: calc((100% / 3) + 1px)
}

.container_numbered_cards .card_numbered_cards .number {
    position: absolute;
    right: 5px;
    top: 0
}

@media screen and (max-width: 575px) {
    .container_numbered_cards .card_numbered_cards .number {
        min-height: auto;
        width: 76px
    }

    .container_numbered_cards .card_numbered_cards .number img {
        width: 100%
    }
}

.container_numbered_cards .card_numbered_cards .title_numbered_cards {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #4c5865;
    max-width: 265px;
    min-height: 50px;
    display: flex;
    align-items: center;
    text-transform: uppercase
}

.container_numbered_cards .card_numbered_cards .description_numbered_cards {
    font-size: 16px;
    line-height: 21px;
    color: #66727d;
    margin-top: 15px;
    max-width: 290px
}

@media (max-width: 768px) {
    .container_numbered_cards {
        border: 1px solid #eaefef
    }

    .container_numbered_cards .card_numbered_cards {
        height: auto;
        padding: 30px 82px 30px 20px
    }

    .container_numbered_cards .card_numbered_cards:nth-child(n) {
        width: 100% !important;
        border: none;
        border-bottom: 1px solid #eaefef
    }

    .container_numbered_cards .card_numbered_cards:last-child {
        border-bottom: none
    }

    .container_numbered_cards .card_numbered_cards .title_numbered_cards {
        font-size: 17px;
        line-height: 23px;
        margin-bottom: 10px;
        max-width: 228px;
        min-height: inherit
    }

    .container_numbered_cards .card_numbered_cards .description_numbered_cards {
        margin-top: 0;
        font-size: 14px;
        line-height: 18px
    }
}

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

.container_leasing_banner img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1
}

@media (max-width: 575px) {
    .container_leasing_banner img {
        height: auto
    }
}

.taxi_leasing_banner {
    padding-top: 100px;
    position: relative;
    height: 706px
}

.taxi_leasing_banner .titleleasing_banner {
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase
}

.taxi_leasing_banner .list_leasing_banner {
    list-style: none;
    height: calc(100% - 100px);
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

.taxi_leasing_banner .list_leasing_banner li {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    width: 335px;
    margin-bottom: 70px;
    padding-left: 15px;
    position: relative
}

.taxi_leasing_banner .list_leasing_banner li:before {
    content: "\2022";
    color: #e6873b;
    font-weight: 700;
    display: inline-block;
    width: 13px;
    margin-left: -20px;
    font-size: 20px;
    position: absolute
}

.taxi_leasing_banner .list_leasing_banner li:nth-child(n+5) {
    align-self: flex-end
}

.titleMobile_leasing_banner {
    display: none
}

@media (max-width: 1024px) {
    .taxi_leasing_banner {
        padding-top: 400px;
        padding-bottom: 47px;
        height: auto
    }

    .taxi_leasing_banner .titleleasing_banner {
        font-style: normal;
        font-weight: 300;
        font-size: 36px;
        line-height: 40px;
        color: #fff;
        text-transform: uppercase
    }

    .taxi_leasing_banner .list_leasing_banner {
        margin-top: 40px;
        flex-direction: row
    }

    .taxi_leasing_banner .list_leasing_banner li {
        font-size: 18px;
        line-height: 22px;
        width: 335px;
        margin-bottom: 35px;
        width: calc(50% - 10px)
    }

    .taxi_leasing_banner .list_leasing_banner li:nth-child(2n) {
        margin-right: 20px
    }
}

@media (max-width: 768px) {
    .taxi_leasing_banner {
        padding-top: 400px
    }

    .taxi_leasing_banner .titleleasing_banner {
        font-size: 32px;
        line-height: 36px
    }

    .taxi_leasing_banner .list_leasing_banner {
        margin-top: 30px
    }

    .taxi_leasing_banner .list_leasing_banner li {
        font-size: 16px;
        line-height: 20px
    }
}

@media (max-width: 575px) {
    .titleleasing_banner {
        display: none
    }

    .taxi_leasing_banner {
        min-height: 835px;
        padding: 300px 0 50px;
        height: auto;
        background: linear-gradient(180deg, rgba(26, 26, 26, 0) 2.06%, #1a1a1a 16.81%) 100% 100%/100% 80.5% no-repeat
    }

    .taxi_leasing_banner .list_leasing_banner {
        padding: 0 20px;
        margin-top: 0
    }

    .taxi_leasing_banner .list_leasing_banner li {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 22px;
        width: 100%
    }

    .taxi_leasing_banner .titleMobile_leasing_banner {
        margin-bottom: 20px;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 28px;
        line-height: 120%;
        color: #fff;
        display: block
    }
}

@media (max-width: 320px) {
    .taxi_leasing_banner {
        background-size: 100% 90%
    }
}

.list_style_none {
    list-style-type: none;
    display: block
}

.list_style_none > li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 14px
}

.list_style_none > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e37639
}

.light_configurator {
    color: #fff
}

.dark_equipments {
    color: #66727d
}

.dark_equipments > li {
    margin-bottom: 8px
}

.card_contacts_cards {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 40px 30px 10px;
    border-right: 1px solid #eaefef;
    background-color: #fff
}

.card_contacts_cards:last-child {
    border-right: none;
    padding: 40px 29px 10px 30px
}

.card_contacts_cards img {
    margin-bottom: 30px
}

.card_contacts_cards .title_contacts_cards {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 135.5%;
    color: #4c5865;
    margin-bottom: 20px
}

.card_contacts_cards .description_contacts_cards {
    font-size: 16px;
    line-height: 140%;
    color: #66727d;
    margin-bottom: 23px;
    white-space: pre-line
}

@media (max-width: 575px) {
    .card_contacts_cards .description_contacts_cards {
        font-size: 14px
    }
}

.card_contacts_cards .buttonContainer_contacts_cards {
    margin-bottom: 20px
}

@media (max-width: 500px) {
    .card_contacts_cards .buttonContainer_contacts_cards,
    .card_contacts_cards .buttonContainer_contacts_cards a {
        width: 100%
    }
}

.card_contacts_cards .number_contacts_cards {
    display: block;
    font-size: 28px;
    line-height: 32px;
    color: #e37639;
    margin-top: 13px
}

.card_contacts_cards .postscript_contacts_cards {
    font-size: 12px;
    line-height: 18px;
    color: #a6adb5;
    margin-top: 13px
}

.cardRoad .title_contacts_cards {
    color: #e37639
}

@media (max-width: 767px) {
    .card_contacts_cards,
    .card_contacts_cards:last-child {
        padding: 30px
    }

    .card_contacts_cards .description_contacts_cards {
        margin-bottom: 0
    }

    .card_contacts_cards .description_contacts_cards + .number_contacts_cards {
        margin-top: 11px
    }

    .card_contacts_cards .description_contacts_cards + .buttonContainer_contacts_cards,
    .card_contacts_cards .description_contacts_cards + a {
        margin-top: 21px
    }

    .card_contacts_cards .buttonContainer_contacts_cards > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 35px
    }

    .card_contacts_cards {
        padding: 30px;
        border-right: none
    }
}

@media (max-width: 500px) {
    .card_contacts_cards {
        padding: 24px 30px !important;
        border: 1px solid #eaefef !important;
        border-bottom: none !important
    }

    .card_contacts_cards:last-of-type {
        border-bottom: 1px solid #eaefef !important
    }

    .card_contacts_cards img {
        margin-bottom: 17px
    }

    .card_contacts_cards .title_contacts_cards {
        font-size: 17px !important;
        line-height: 23px !important;
        margin-bottom: 13px
    }

    .card_contacts_cards .description_contacts_cards {
        font-size: 14px;
        line-height: 18px
    }

    .card_contacts_cards .buttonContainer_contacts_cards,
    .card_contacts_cards a {
        margin-top: 14px !important
    }
}

.container_contacts_cards {
    margin: 0 auto;
    border: 1px solid #eaefef;
    display: flex;
    align-items: stretch;
    justify-content: space-between
}

.cols_3_warranty > div {
    width: 33.33333333%
}

.cols_4_contacts_cards > div {
    width: 25%
}

.cols_5_contacts_cards > div {
    width: 20%
}

@media (max-width: 500px) {
    .container_contacts_cards {
        flex-wrap: wrap
    }

    .container_contacts_cards > div {
        width: 100%;
        border-bottom: 1px solid #eaefef
    }

    .container_contacts_cards > div:last-child {
        border-bottom: none
    }
}

.wrapper_request_form {
    background-color: #f7f8f8;
    margin-bottom: 10px
}

.container_request_form {
    display: flex;
    position: relative
}

.title_request_form {
    font-size: 32px;
    color: #4c5865;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .02em
}



.leftPart_request_form {
    flex: 0 1 50%;
    width: 50%;
    max-height: 100%
}

.leftPart_request_form .title_request_form {
    display: none
}

.rightPart_request_form {
    flex: 0 0 50%;
    padding: 70px;
    max-width: 720px
}

@media (max-width: 1024px) {
    .rightPart_request_form {
        padding: 70px 35px
    }

    .container_request_form {
        flex-direction: column;
        position: relative
    }

    .container_request_form .leftPart_request_form {
        width: 100%
    }

    .container_request_form .leftPart_request_form > div {
        height: 400px !important
    }

    .container_request_form .rightPart_request_form {
        margin: 0 auto
    }
}

@media (max-width: 1024px) and (max-width: 500px) {
    .container_request_form .leftPart_request_form > div {
        height: 265px !important;
        margin-bottom: 30px
    }

    .container_request_form .title_request_form {
        margin-top: 50px;
        margin-bottom: 29px;
        display: block;
        font-weight: 300;
        font-size: 28px;
        line-height: 120%;
        text-transform: uppercase;
        color: #4c5865;
        padding: 0 20px
    }

    .rightPart_request_form {
        padding: 0 20px 50px;
        margin-top: 33px
    }

    .rightPart_request_form .title_request_form {
        display: none
    }
}

.container_range_slider {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    width: 100%
}

.container_range_slider input {
    outline: none;
    height: 48px;
    width: 100%;
    padding: 5px 17px 0;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #d9dcdc;
    font-size: 15px;
    border-radius: 0
}

.container_range_slider input::-webkit-input-placeholder {
    color: #848e98;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.container_range_slider input:-ms-input-placeholder {
    color: #848e98;
    opacity: 1;
    -ms-transition: all .3s;
    transition: all .3s
}

.container_range_slider input::placeholder {
    color: #848e98;
    opacity: 1;
    transition: all .3s
}

.container_range_slider input:focus::-webkit-input-placeholder {
    opacity: .6
}

.container_range_slider input:focus:-ms-input-placeholder {
    opacity: .6
}

.container_range_slider input:focus::placeholder {
    opacity: .6
}

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

.container_range_slider input:disabled {
    background-color: #fafafa !important
}

.container_range_slider input[type=number] {
    -moz-appearance: textfield
}

.label_range_slider {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 17px;
    z-index: 1;
    transition: color .2s cubic-bezier(0, 0, .2, 1) 0ms, transform .2s cubic-bezier(0, 0, .2, 1) 0ms;
    transform: scale(1) translateY(17px);
    color: #a6adb5;
    transform-origin: top left
}

.label_range_slider.focused_range_slider {
    transform: scale(.8) translateX(0) translateY(8px)
}

.checkbox_comp_accordion {
    position: relative;
    height: 24px;
    margin-top: 8px
}

.checkbox_disabled_comp_accordion span:before {
    background-color: #f5f5f5 !important
}

.checkbox_disabled_comp_accordion.checkbox_bordered_comp_accordion span:before {
    background-color: transparent !important;
    opacity: .3
}

.checkbox_comp_accordion input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 24px
}

.checkbox_comp_accordion span {
    display: inline-flex;
    align-items: flex-start;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    color: #66727d
}

.checkbox_comp_accordion span:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 1px;
    margin-right: 13px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.checkbox_comp_accordion input:not(:disabled):not(:checked) + span:hover:before {
    cursor: pointer
}

.checkbox_comp_accordion > input:disabled:checked + span:before {
    background-color: #f5f5f5
}

.checkbox_comp_accordion > input:disabled:checked + span:before,
.checkbox_comp_accordion > input:not(:disabled):checked + span:before {
    border-color: rgba(166, 173, 181, .2);
    background-size: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1L5.5 9L1 5' stroke='%23E37639' stroke-width='2.57143'/%3E%3C/svg%3E%0A")
}

.checkbox_bordered_comp_accordion > input:not(:disabled):checked + span:before {
    background-color: #e37639;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1L5.5 9L1 5' stroke='%23FFFFFF' stroke-width='2.57143'/%3E%3C/svg%3E%0A")
}

.checkbox_bordered_comp_accordion span:before {
    background-color: transparent;
    border-radius: 50%
}

@media (max-width: 500px) {
    .checkbox_comp_accordion span:before {
        margin-right: 11px;
        width: 20px;
        height: 20px
    }
}

.intro_title {
    font-size: 48px
}

.intro_title,
.h2_special_slider {
    color: #66727d;
    text-transform: uppercase;
    font-weight: 300
}

.h2_special_slider {
    font-size: 36px;
    line-height: 120%
}

.h3_model_about_cards {
    font-size: 24px;
    font-weight: 300
}

.h3_model_about_cards,
.h4_model_info_blocks {
    color: #66727d;
    text-transform: uppercase
}

.h4_model_info_blocks {
    font-weight: 700
}

.container_credit_tabs {
    display: flex
}

.step_credit_tabs {
    margin-bottom: 35px;
    margin-left: 8px
}

.step_credit_tabs:first-child {
    margin-left: 0
}

.step_credit_tabs .description_credit_tabs {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    width: 100px
}

.step_credit_tabs .description_credit_tabs .count_credit_tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    border-radius: 50%;
    background: #e37639;
    opacity: 0;
    transition: .3s;
    position: relative
}

.step_credit_tabs .description_credit_tabs .count_credit_tabs .check_credit_tabs {
    position: absolute;
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 1;
    background: #e37639
}

.step_credit_tabs .description_credit_tabs .title_credit_tabs {
    margin-left: 10px;
    opacity: 0;
    transition: .3s;
    display: none;
    white-space: nowrap
}

.step_credit_tabs.active .indicator_credit_tabs {
    width: 264px;
    background: #e37639;
    opacity: 1
}

.step_credit_tabs.active .description_credit_tabs {
    width: 264px
}

.step_credit_tabs.active .description_credit_tabs .count_credit_tabs {
    opacity: 1
}

.step_credit_tabs.active .description_credit_tabs .title_credit_tabs {
    opacity: 1;
    display: block
}

.step_credit_tabs.prev_credit_tabs .indicator_credit_tabs {
    background: #e37639;
    opacity: .3
}

.step_credit_tabs.prev_credit_tabs .description_credit_tabs .count_credit_tabs {
    opacity: .5
}

.step_credit_tabs.prev_credit_tabs .description_credit_tabs .count_credit_tabs .check_credit_tabs {
    display: flex
}

.step_credit_tabs.prev_credit_tabs .description_credit_tabs .title_credit_tabs {
    display: none !important
}

.gray_configurator .step_credit_tabs .description_credit_tabs {
    font-size: 14px;
    width: 180px;
    display: flex;
    align-items: center;
    height: 25px
}

@media (min-width: 768px) and (max-width: 1024px) {
    .gray_configurator .step_credit_tabs .description_credit_tabs {
        width: 25%
    }
}

.gray_configurator .step_credit_tabs .description_credit_tabs .title_credit_tabs {
    color: #a6adb5;
    opacity: 1;
    display: inherit;
    margin-top: 3px;
    margin-left: 5px
}

.gray_configurator .step_credit_tabs .description_credit_tabs .count_credit_tabs {
    font-size: 16px;
    opacity: 1 !important;
    color: #a6adb5;
    width: 20px;
    height: inherit;
    min-width: 20px;
    min-height: inherit;
    background: #fff !important;
    position: relative;
    font-weight: 700
}

.gray_configurator .active .count_credit_tabs,
.gray_configurator .active .title_credit_tabs,
.gray_configurator .prev_credit_tabs .count_credit_tabs,
.gray_configurator .prev_credit_tabs .title_credit_tabs {
    color: #e37639 !important
}

.gray_configurator .prev_credit_tabs .title_credit_tabs {
    opacity: .3 !important;
    margin-left: 10px !important
}

.gray_configurator .prev_credit_tabs .count_credit_tabs {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    min-height: 25px !important
}

.gray_configurator .prev_credit_tabs .count_credit_tabs span {
    display: none
}

.gray_configurator .prev_credit_tabs .check_credit_tabs {
    opacity: .3
}

.white_background {
    justify-content: space-between
}

.white_background .indicator_credit_tabs {
    background-color: #a6adb5;
    width: 180px
}

.white_background .step_credit_tabs .description_credit_tabs {
    font-size: 14px;
    width: 180px;
    display: flex;
    align-items: center;
    height: 25px
}

.white_background .step_credit_tabs .description_credit_tabs .title_credit_tabs {
    color: #a6adb5;
    opacity: 1;
    display: inherit;
    margin-top: 3px;
    margin-left: 5px
}

.white_background .step_credit_tabs .description_credit_tabs .count_credit_tabs {
    font-size: 16px;
    opacity: 1 !important;
    color: #a6adb5;
    width: 20px;
    height: inherit;
    min-width: 20px;
    min-height: inherit;
    background: transparent !important;
    position: relative;
    font-weight: 700
}

.white_background .active .count_credit_tabs,
.white_background .active .title_credit_tabs,
.white_background .prev_credit_tabs .count_credit_tabs,
.white_background .prev_credit_tabs .title_credit_tabs {
    color: #fff !important
}

.white_background .prev_credit_tabs .check_credit_tabs {
    background-color: hsla(0, 0%, 100%, .4) !important
}

.white_background .prev_credit_tabs .indicator_credit_tabs {
    background-color: #fff
}

.white_background .prev_credit_tabs .title_credit_tabs {
    opacity: .3 !important;
    margin-left: 10px !important
}

.white_background .prev_credit_tabs .count_credit_tabs {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    min-height: 25px !important
}

.white_background .prev_credit_tabs .count_credit_tabs:before {
    content: "" !important
}

.white_background .prev_credit_tabs span {
    display: none
}

@media (max-width: 767px) {
    .step_credit_tabs {
        margin-bottom: 20px;
        margin-left: 10px !important
    }

    .step_credit_tabs:first-child {
        margin-left: 0
    }

    .step_credit_tabs.active {
        width: 100%
    }

    .step_credit_tabs .description_credit_tabs {
        width: auto
    }

    .step_credit_tabs .description_credit_tabs .title_credit_tabs {
        font-size: 12px
    }

    .step_credit_tabs.active .indicator_credit_tabs {
        width: 100%;
        background: #e37639;
        opacity: 1
    }

    .step_credit_tabs.active .description_credit_tabs {
        width: auto
    }

    .container_credit_tabs.gray_configurator {
        margin-right: -20px;
        width: calc(100% + 20px);
        overflow: hidden
    }

    .gray_configurator .step_credit_tabs:first-child {
        margin-left: 0 !important
    }

    .gray_configurator .step_credit_tabs {
        flex-basis: 126px
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs {
        flex-basis: 54px
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs .description_credit_tabs {
        opacity: .3
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs .title_credit_tabs {
        display: none
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs .count_credit_tabs {
        display: inline-flex;
        padding-left: 27px
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs .count_credit_tabs span {
        display: inline
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs .check_credit_tabs {
        position: static;
        margin-right: 7px
    }

    .gray_configurator .indicator_credit_tabs {
        background: #a6adb5
    }
}

.priceRange {
    display: flex
}

.price_special {
    color: #e37639;
    display: inline-block;
    font-size: 32px;
    font-weight: 700
}

.priceRange_configurator.family_configurator_tabs {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
    font-weight: 700
}

.fullPrice_configurator {
    color: #e37639;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 13px
}

.fullPrice_configurator.family_configurator_tabs {
    color: #fff;
    font-size: 20px;
    margin: 0 66px 0 0
}

.monthPrice_configurator {
    color: #fff;
    font-size: 20px
}

@media (max-width: 500px) {
    .priceRange_configurator.family_configurator_tabs .monthPrice_configurator {
        font-size: 16px
    }

    .fullPrice_configurator.family_configurator_tabs {
        margin-right: 40px;
        font-size: 16px
    }
}

.titleUpercase .header_dropdown_tabs .main_dropdown_tabs,
.titleUpercase .name_comp_accordion {
    text-transform: uppercase
}

.container_params_tabs {
    color: #66727d;
    border-bottom: 1px solid #eaefef
}

.container_params_tabs .header_dropdown_tabs {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    position: relative;
    padding: 25px 21px 25px 30px;
    cursor: pointer
}

@media screen and (max-width: 575px) {
    .container_params_tabs .header_dropdown_tabs {
        padding: 20px;
        line-height: 21px
    }
}

.container_params_tabs .header_dropdown_tabs .main_dropdown_tabs {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.container_params_tabs .header_dropdown_tabs .main_dropdown_tabs svg {
    margin-left: 20px;
    flex: 0 0 25px;
    transition: transform .3s
}

.container_params_tabs .body_dropdown_tabs {
    padding: 25px 30px;
    max-width: 879px;
    display: none
}

@media (max-width: 1024px) {
    .container_params_tabs .body_dropdown_tabs {
        max-width: none
    }
}

@media screen and (max-width: 768px) {
    .container_params_tabs .body_dropdown_tabs {
        padding: 25px 16px
    }
}

.container_params_tabs .body_dropdown_tabs > p {
    margin-bottom: 20px
}

.container_params_tabs .circle {
    margin-left: 20px;
    display: inline-block;
    position: relative
}

.container_params_tabs .circle:before {
    content: "•";
    color: #e6873b;
    position: absolute;
    left: -15px;
    top: 1px
}

.container_params_tabs.opened_tabs > .header_dropdown_tabs {
    background-color: #f7f8f8
}

.container_params_tabs.opened_tabs > .header_dropdown_tabs svg {
    transition: transform .3s;
    transform: rotate(180deg)
}

.container_params_tabs.opened_tabs > .header_dropdown_tabs svg path {
    stroke: #e37639
}

.container_params_tabs.opened_tabs > .body_dropdown_tabs {
    display: flex;
    flex-flow: row wrap
}

.container_params_tabs .text_comp_accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.container_params_tabs .text_comp_accordion .small_comp_accordion {
    width: 150px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: right
}

.container_params_tabs.disabled {
    opacity: .9
}

.container_params_tabs.disabled .text_comp_accordion {
    opacity: .7
}

.container_params_tabs.group_comp_accordion {
    margin-bottom: .25rem;
    color: #fff;
    font-weight: 700;
    border-bottom: none
}

.container_params_tabs.group_comp_accordion .header_dropdown_tabs {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 70px 0 16px;
    background-color: rgba(34, 31, 32, .95);
    border-radius: 3px;
    cursor: pointer
}

.container_params_tabs.group_comp_accordion .header_dropdown_tabs:before {
    display: none
}

.container_params_tabs.group_comp_accordion.opened_tabs .header_dropdown_tabs {
    background-color: rgba(34, 31, 32, .98);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.container_params_tabs.group_comp_accordion .body_dropdown_tabs {
    font-weight: 400;
    background-color: rgba(31, 31, 31, .9);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.container_params_tabs.group_comp_accordion label {
    margin-top: 0
}

.container_params_tabs.group_comp_accordion .name_comp_accordion {
    margin-right: auto
}

.container_params_tabs.group_comp_accordion .fullprice_comp_accordion {
    margin-top: .25rem;
    font-weight: 400;
    font-size: .75rem;
    text-align: right
}

.container_params_tabs.group_comp_accordion .arrow_comp_accordion {
    margin-left: 2.25rem;
    width: 25px !important;
    height: 25px !important;
    transition: .5s;
    position: absolute;
    right: 20px;
    top: 20px
}

.itemObject_warranty_tab {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 35px 30px;
    border: 1px solid #d9dcdc;
    margin: 0 0 -1px -1px;
    min-height: 186px
}

@media screen and (max-width: 768px) {
    .itemObject_warranty_tab {
        width: 100%;
        min-height: 136px
    }
}

.itemObject_warranty_tab span {
    color: #d9dcdc
}

.itemTitle_warranty_tab {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #e6873b;
    margin-bottom: 15px
}

@media screen and (max-width: 768px) {
    .itemTitle_warranty_tab {
        font-size: 17px;
        line-height: 23px
    }

    .itemDescription_warranty_tab {
        font-size: 14px;
        line-height: 18px
    }
}

@media (max-width: 767px) {
    .header_dropdown_tabs label {
        margin-top: -15px !important
    }

    .header_dropdown_tabs svg {
        margin-top: -10px !important;
        width: 15px !important;
        height: 15px !important
    }

    .header_dropdown_tabs .name_comp_accordion {
        font-size: 14px;
        line-height: 21px;
        text-transform: uppercase
    }

    .header_dropdown_tabs .text_comp_accordion {
        line-height: 21px;
        flex-direction: column;
        align-items: flex-start
    }

    .header_dropdown_tabs .text_comp_accordion p {
        font-size: 13px
    }

    .container_params_tabs .body_dropdown_tabs {
        padding: 25px 28px 17px 25px;
        font-size: 14px;
        line-height: 18px
    }
}

.info_benefit {
    margin-top: 32px
}

.info_benefit .benefit_result {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #fff
}

.info_benefit .price_benefit {
    margin-top: 14px
}

@media screen and (min-width: 0px) and (max-width: 550px) {
    .info_benefit .price_benefit {
        display: flex;
        flex-direction: column
    }

    .info_benefit .price_benefit span {
        margin-left: 0 !important
    }
}

.info_benefit .price_benefit .currentBenefit {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin-left: 28px
}

@media screen and (min-width: 0px) and (max-width: 550px) {
    .info_benefit .price_benefit .currentBenefit {
        margin-top: 10px
    }
}

.info_benefit .price_benefit .currentPrice {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #e37639
}

.price_special_small {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #fff
}

.price_special_small span {
    margin-right: 10px;
    font-weight: 400;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.programTitle {
    color: #fff;
    margin-bottom: 6px;
    margin-top: 18px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    max-width: 220px;
    text-transform: uppercase
}

@media (min-width: 768px) and (max-width: 1024px) {
    .programTitle {
        margin-top: 0
    }
}

@media (max-width: 575px) {
    .programTitle {
        font-size: 13px;
        color: #848e98
    }
}

.priceOrange {
    margin-bottom: 11px
}





.numbered_cards_block {
    padding-top: 80px;
    padding-bottom: 80px
}

.numbered_cards_block .title_numbered_cards {
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #4c5865;
    margin-bottom: 45px
}

@media (max-width: 500px) {

    .numbered_cards_block {
        padding-top: 50px;
        padding-bottom: 22px
    }

    .numbered_cards_block img {
        width: 76px
    }

    .numbered_cards_block .title_numbered_cards {
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 20px
    }
}

.taxi_page .container_finance {
    height: unset;
}

.taxi_page .taxi_leasing_banner {
    padding-top: 20px;
}

.credit_page {
    display: block;
}

.credit_page h1 {
    position: relative;
    left: 0;
}

h3.subtitle_credit_tabs {
    font-weight: 700;
    font-size: 20px;
    color: #fff !important;
    line-height: 1.4;
    margin-bottom: 12px;
}

.text_comp_accordion p {
    margin-bottom: 0;
}

.body_dropdown_tabs ul {
    padding-left: 0;
    margin-left: 0;
}

.irs--flat .irs-handle > i:first-child {
    background-color: transparent;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    text-shadow: none;
    margin-top: 10px;
    z-index: 2;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    background-color: #e37639;
    border-radius: 32px;
    width: 84px;
    height: 32px;
    border: 0;
    transition: background-color .3s;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    position: unset;
    border: none;
    width: unset;
    height: unset;
    left: 0;
    margin-bottom: -5px;
    content: url("images/arrow-range-left.svg");
}

.irs--flat .irs-from:after, .irs--flat .irs-to:after, .irs--flat .irs-single:after {
    position: unset;
    border: none;
    content: url("images/arrow-range-right.svg");
    margin-bottom: -5px;
}

.irs--flat .irs-bar {
    background-color: #d9dcdc;
    height: 2px;
    border-radius: 0;
}

.irs-min, .irs-max {
    display: none;
}

.irs--flat .irs-line {
    border-radius: 0;
    height: 2px;
}

.irs--flat .irs-handle {
    width: 84px;
}

.block_range_slider h4 {
    height: auto;
}

.container_credit_tabs {
    display: flex
}

.step_credit_tabs {
    margin-bottom: 35px;
    margin-left: 8px
}

.step_credit_tabs:first-child {
    margin-left: 0
}

.step_credit_tabs .description_credit_tabs {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    width: 100px
}

.step_credit_tabs .description_credit_tabs .count_credit_tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    border-radius: 50%;
    background: #e37639;
    opacity: 0;
    transition: .3s;
    position: relative
}

.step_credit_tabs .description_credit_tabs .count_credit_tabs .check_credit_tabs {
    position: absolute;
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 1;
    background: #e37639
}

.step_credit_tabs .description_credit_tabs .title_credit_tabs {
    margin-left: 10px;
    opacity: 0;
    transition: .3s;
    display: none;
    white-space: nowrap
}

.step_credit_tabs.active .indicator_credit_tabs {
    width: 264px;
    background: #e37639;
    opacity: 1
}

.step_credit_tabs.active .description_credit_tabs {
    width: 264px
}

.step_credit_tabs.active .description_credit_tabs .count_credit_tabs {
    opacity: 1
}

.step_credit_tabs.active .description_credit_tabs .title_credit_tabs {
    opacity: 1;
    display: block
}

.step_credit_tabs.prev_credit_tabs .indicator_credit_tabs {
    background: #e37639;
    opacity: .3
}

.step_credit_tabs.prev_credit_tabs .description_credit_tabs .count_credit_tabs {
    opacity: .5
}

.step_credit_tabs.prev_credit_tabs .description_credit_tabs .count_credit_tabs .check_credit_tabs {
    display: flex
}

.step_credit_tabs.prev_credit_tabs .description_credit_tabs .title_credit_tabs {
    display: none !important
}

.gray_configurator .step_credit_tabs .description_credit_tabs {
    font-size: 14px;
    width: 180px;
    display: flex;
    align-items: center;
    height: 25px
}

@media (min-width: 768px) and (max-width: 1024px) {
    .gray_configurator .step_credit_tabs .description_credit_tabs {
        width: 25%
    }
}

.gray_configurator .step_credit_tabs .description_credit_tabs .title_credit_tabs {
    color: #a6adb5;
    opacity: 1;
    display: inherit;
    margin-top: 3px;
    margin-left: 5px
}

.gray_configurator .step_credit_tabs .description_credit_tabs .count_credit_tabs {
    font-size: 16px;
    opacity: 1 !important;
    color: #a6adb5;
    width: 20px;
    height: inherit;
    min-width: 20px;
    min-height: inherit;
    background: #fff !important;
    position: relative;
    font-weight: 700
}

.gray_configurator .active .count_credit_tabs,
.gray_configurator .active .title_credit_tabs,
.gray_configurator .prev_credit_tabs .count_credit_tabs,
.gray_configurator .prev_credit_tabs .title_credit_tabs {
    color: #e37639 !important
}

.gray_configurator .prev_credit_tabs .title_credit_tabs {
    opacity: .3 !important;
    margin-left: 10px !important
}

.gray_configurator .prev_credit_tabs .count_credit_tabs {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    min-height: 25px !important
}

.gray_configurator .prev_credit_tabs .count_credit_tabs span {
    display: none
}

.gray_configurator .prev_credit_tabs .check_credit_tabs {
    opacity: .3
}

.white_background {
    justify-content: space-between
}

.white_background .indicator_credit_tabs {
    background-color: #a6adb5;
    width: 180px
}

.white_background .step_credit_tabs .description_credit_tabs {
    font-size: 14px;
    width: 180px;
    display: flex;
    align-items: center;
    height: 25px
}

.white_background .step_credit_tabs .description_credit_tabs .title_credit_tabs {
    color: #a6adb5;
    opacity: 1;
    display: inherit;
    margin-top: 3px;
    margin-left: 5px
}

.white_background .step_credit_tabs .description_credit_tabs .count_credit_tabs {
    font-size: 16px;
    opacity: 1 !important;
    color: #a6adb5;
    width: 20px;
    height: inherit;
    min-width: 20px;
    min-height: inherit;
    background: transparent !important;
    position: relative;
    font-weight: 700
}

.white_background .active .count_credit_tabs,
.white_background .active .title_credit_tabs,
.white_background .prev_credit_tabs .count_credit_tabs,
.white_background .prev_credit_tabs .title_credit_tabs {
    color: #fff !important
}

.white_background .prev_credit_tabs .check_credit_tabs {
    background-color: hsla(0, 0%, 100%, .4) !important
}

.white_background .prev_credit_tabs .indicator_credit_tabs {
    background-color: #fff
}

.white_background .prev_credit_tabs .title_credit_tabs {
    opacity: .3 !important;
    margin-left: 10px !important
}

.white_background .prev_credit_tabs .count_credit_tabs {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    min-height: 25px !important
}

.white_background .prev_credit_tabs .count_credit_tabs:before {
    content: "" !important
}

.white_background .prev_credit_tabs span {
    display: none
}

@media (max-width: 767px) {
    .step_credit_tabs {
        margin-bottom: 20px;
        margin-left: 10px !important
    }

    .step_credit_tabs:first-child {
        margin-left: 0
    }

    .step_credit_tabs.active {
        width: 100%
    }

    .step_credit_tabs .description_credit_tabs {
        width: auto
    }

    .step_credit_tabs .description_credit_tabs .title_credit_tabs {
        font-size: 12px
    }

    .step_credit_tabs.active .indicator_credit_tabs {
        width: 100%;
        background: #e37639;
        opacity: 1
    }

    .step_credit_tabs.active .description_credit_tabs {
        width: auto
    }

    .container_credit_tabs.gray_configurator {
        margin-right: -20px;
        width: calc(100% + 20px);
        overflow: hidden
    }

    .gray_configurator .step_credit_tabs:first-child {
        margin-left: 0 !important
    }

    .gray_configurator .step_credit_tabs {
        flex-basis: 126px
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs {
        flex-basis: 54px
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs .description_credit_tabs {
        opacity: .3
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs .title_credit_tabs {
        display: none
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs .count_credit_tabs {
        display: inline-flex;
        padding-left: 27px
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs .count_credit_tabs span {
        display: inline
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs .check_credit_tabs {
        position: static;
        margin-right: 7px
    }

    .gray_configurator .indicator_credit_tabs {
        background: #a6adb5
    }
}

.btn-orange {
    cursor: pointer;
    height: 34px;
    display: inline-block;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 9px 18px;
    border: 0;
    outline: none;
    text-align: center;
    white-space: nowrap;
    line-height: 16px;
    color: #fff;
    background-color: #e37639
}

@media (min-width: 768px) {
    .btn-orange:hover {
        background: #e6873b
    }
}

.btn-orange.isWhite {
    color: #221f20;
    background-color: #fff
}

.btn-orange:disabled {
    background: #a6adb5
}

@media (max-width: 767px) {
    .btn-orange, .btn-outline-orange {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 45px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 35px
    }
}

.btn_special_series {
    display: inline-flex;
    align-items: center;
    height: 34px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 18px 0;
    border: 0;
    outline: none;
    text-align: center;
    white-space: nowrap;
    color: #e37639;
    background-color: transparent;
    cursor: pointer
}

.btn_special_series .icon_special_series {
    margin-right: .75rem
}



.btn_credit_results {
    cursor: pointer;
    height: 34px;
    display: inline-block;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 9px 18px;
    border: 1px solid #e37639;
    outline: none;
    text-align: center;
    white-space: nowrap;
    line-height: 16px;
    color: #e37639;
    background-color: transparent
}

@media (min-width: 768px) {
    .btn_credit_results:hover {
        color: #fff;
        background-color: #e37639
    }
}

.btn_credit_results.isGray {
    color: #a5a5a5;
    border-color: #d9dcdc
}

@media (max-width: 767px) {
    .btn_credit_results {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 45px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 35px
    }
}

.btn_configurator_actions {
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    white-space: nowrap
}

.priceRange {
    display: flex
}

.price_special {
    color: #e37639;
    display: inline-block;
    font-size: 32px;
    font-weight: 700
}

.priceRange_configurator.family_configurator_tabs {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
    font-weight: 700
}

.fullPrice_configurator {
    color: #e37639;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 13px
}

.fullPrice_configurator.family_configurator_tabs {
    color: #fff;
    font-size: 20px;
    margin: 0 66px 0 0
}



.monthPrice_configurator {
    color: #fff;
    font-size: 20px
}

@media (max-width: 500px) {
    .priceRange_configurator.family_configurator_tabs .monthPrice_configurator {
        font-size: 16px
    }

    .fullPrice_configurator.family_configurator_tabs {
        margin-right: 40px;
        font-size: 16px
    }
}

.titleUpercase .header_dropdown_tabs .main_dropdown_tabs,
.titleUpercase .name_comp_accordion {
    text-transform: uppercase
}

.container_params_tabs {
    color: #66727d;
    border-bottom: 1px solid #eaefef
}

.container_params_tabs .header_dropdown_tabs {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    position: relative;
    padding: 25px 21px 25px 30px;
    cursor: pointer
}

@media screen and (max-width: 575px) {
    .container_params_tabs .header_dropdown_tabs {
        padding: 20px;
        line-height: 21px
    }
}

.container_params_tabs .header_dropdown_tabs .main_dropdown_tabs {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.container_params_tabs .header_dropdown_tabs .main_dropdown_tabs svg {
    margin-left: 20px;
    flex: 0 0 25px;
    transition: transform .3s
}

.container_params_tabs .body_dropdown_tabs {
    padding: 25px 30px;
    max-width: 879px;
    display: none
}

@media (max-width: 1024px) {
    .container_params_tabs .body_dropdown_tabs {
        max-width: none
    }
}

@media screen and (max-width: 768px) {
    .container_params_tabs .body_dropdown_tabs {
        padding: 25px 16px
    }
}

.container_params_tabs .body_dropdown_tabs > p {
    margin-bottom: 20px
}

.container_params_tabs .circle {
    margin-left: 20px;
    display: inline-block;
    position: relative
}

.container_params_tabs .circle:before {
    content: "•";
    color: #e6873b;
    position: absolute;
    left: -15px;
    top: 1px
}

.container_params_tabs.opened_tabs > .header_dropdown_tabs {
    background-color: #f7f8f8
}

.container_params_tabs.opened_tabs > .header_dropdown_tabs svg {
    transition: transform .3s;
    transform: rotate(180deg)
}

.container_params_tabs.opened_tabs > .header_dropdown_tabs svg path {
    stroke: #e37639
}

.container_params_tabs.opened_tabs > .body_dropdown_tabs {
    display: flex;
    flex-flow: row wrap
}

.container_params_tabs .text_comp_accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.container_params_tabs .text_comp_accordion .small_comp_accordion {
    width: 150px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: right
}

.container_params_tabs.disabled {
    opacity: .9
}

.container_params_tabs.disabled .text_comp_accordion {
    opacity: .7
}

.container_params_tabs.group_comp_accordion {
    margin-bottom: .25rem;
    color: #fff;
    font-weight: 700;
    border-bottom: none
}

.container_params_tabs.group_comp_accordion .header_dropdown_tabs {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 70px 0 16px;
    background-color: rgba(34, 31, 32, .95);
    border-radius: 3px;
    cursor: pointer
}

.container_params_tabs.group_comp_accordion .header_dropdown_tabs:before {
    display: none
}

.container_params_tabs.group_comp_accordion.opened_tabs .header_dropdown_tabs {
    background-color: rgba(34, 31, 32, .98);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.container_params_tabs.group_comp_accordion .body_dropdown_tabs {
    font-weight: 400;
    background-color: rgba(31, 31, 31, .9);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.container_params_tabs.group_comp_accordion label {
    margin-top: 0
}

.container_params_tabs.group_comp_accordion .name_comp_accordion {
    margin-right: auto
}

.container_params_tabs.group_comp_accordion .fullprice_comp_accordion {
    margin-top: .25rem;
    font-weight: 400;
    font-size: .75rem;
    text-align: right
}

.container_params_tabs.group_comp_accordion .arrow_comp_accordion {
    margin-left: 2.25rem;
    width: 25px !important;
    height: 25px !important;
    transition: .5s;
    position: absolute;
    right: 20px;
    top: 20px
}

.itemObject_warranty_tab {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 35px 30px;
    border: 1px solid #d9dcdc;
    margin: 0 0 -1px -1px;
    min-height: 186px
}

@media screen and (max-width: 768px) {
    .itemObject_warranty_tab {
        width: 100%;
        min-height: 136px
    }
}

.itemObject_warranty_tab span {
    color: #d9dcdc
}

.itemTitle_warranty_tab {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #e6873b;
    margin-bottom: 15px
}

@media screen and (max-width: 768px) {
    .itemTitle_warranty_tab {
        font-size: 17px;
        line-height: 23px
    }

    .itemDescription_warranty_tab {
        font-size: 14px;
        line-height: 18px
    }
}

@media (max-width: 767px) {
    .header_dropdown_tabs label {
        margin-top: -15px !important
    }

    .header_dropdown_tabs svg {
        margin-top: -10px !important;
        width: 15px !important;
        height: 15px !important
    }

    .header_dropdown_tabs .name_comp_accordion {
        font-size: 14px;
        line-height: 21px;
        text-transform: uppercase
    }

    .header_dropdown_tabs .text_comp_accordion {
        line-height: 21px;
        flex-direction: column;
        align-items: flex-start
    }

    .header_dropdown_tabs .text_comp_accordion p {
        font-size: 13px
    }

    .container_params_tabs .body_dropdown_tabs {
        padding: 25px 28px 17px 25px;
        font-size: 14px;
        line-height: 18px
    }
}

.list_style_none {
    list-style-type: none;
    display: block
}

.list_style_none > li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 14px
}

.list_style_none > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e37639
}

.light_configurator {
    color: #fff
}

.dark_equipments {
    color: #66727d
}

.dark_equipments > li {
    margin-bottom: 8px
}

.checkbox_comp_accordion {
    position: relative;
    height: 24px;
    margin-top: 8px
}

.checkbox_disabled_comp_accordion span:before {
    background-color: #f5f5f5 !important
}

.checkbox_disabled_comp_accordion.checkbox_bordered_comp_accordion span:before {
    background-color: transparent !important;
    opacity: .3
}

.checkbox_comp_accordion input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 24px
}

.checkbox_comp_accordion span {
    display: inline-flex;
    align-items: flex-start;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    color: #66727d
}

.checkbox_comp_accordion span:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 1px;
    margin-right: 13px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.checkbox_comp_accordion input:not(:disabled):not(:checked) + span:hover:before {
    cursor: pointer
}

.checkbox_comp_accordion > input:disabled:checked + span:before {
    background-color: #f5f5f5
}

.checkbox_comp_accordion > input:disabled:checked + span:before,
.checkbox_comp_accordion > input:not(:disabled):checked + span:before {
    border-color: rgba(166, 173, 181, .2);
    background-size: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1L5.5 9L1 5' stroke='%23E37639' stroke-width='2.57143'/%3E%3C/svg%3E%0A")
}

.checkbox_bordered_comp_accordion > input:not(:disabled):checked + span:before {
    background-color: #e37639;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1L5.5 9L1 5' stroke='%23FFFFFF' stroke-width='2.57143'/%3E%3C/svg%3E%0A")
}

.checkbox_bordered_comp_accordion span:before {
    background-color: transparent;
    border-radius: 50%
}

@media (max-width: 500px) {
    .checkbox_comp_accordion span:before {
        margin-right: 11px;
        width: 20px;
        height: 20px
    }
}

.complectations {
    margin-bottom: 2rem;
    max-width: 550px
}

@media (max-width: 1024px) {
    .complectations {
        max-width: inherit
    }
}

.complectationItems {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 20px
}

@media (max-width: 575px) {
    .complectationItems {
        overflow-y: inherit;
        max-height: inherit
    }
}

.baseComplectation div:first-child > div:nth-child(2) {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center
}

@media (max-width: 1024px) {
    .baseComplectation div:first-child > div:nth-child(2) {
        padding-top: 10px;
        display: block
    }

    .baseComplectation div:first-child > div:nth-child(2) > div {
        display: flex;
        align-items: center
    }

    .baseComplectation div:first-child > div:nth-child(2) > div > p:first-child {
        margin-right: 11px
    }
}

@media (max-width: 575px) {
    .baseComplectation div:first-child > div:nth-child(2) {
        padding-top: 10px;
        display: block
    }

    .baseComplectation div:first-child > div:nth-child(2) > div {
        display: flex;
        align-items: center
    }

    .baseComplectation div:first-child > div:nth-child(2) > div > p:first-child {
        margin-right: 11px
    }
}

.buttonBack {
    margin-top: 12px;
    width: 100%
}

.label_range_slider {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 17px;
    z-index: 1;
    transition: color .2s cubic-bezier(0, 0, .2, 1) 0ms, transform .2s cubic-bezier(0, 0, .2, 1) 0ms;
    transform: scale(1) translateY(17px);
    color: #a6adb5;
    transform-origin: top left
}

.label_range_slider.focused_range_slider {
    transform: scale(.8) translateX(0) translateY(8px)
}

.rc-slider {
    position: relative;
    height: 14px;
    padding: 5px 0;
    width: 100%;
    border-radius: 6px;
    touch-action: none
}

.rc-slider,
.rc-slider * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rc-slider-rail {
    width: 100%;
    background-color: #e9e9e9
}

.rc-slider-rail,
.rc-slider-track {
    position: absolute;
    height: 4px;
    border-radius: 6px
}

.rc-slider-track {
    left: 0;
    background-color: #abe2fb
}

.rc-slider-handle {
    position: absolute;
    width: 14px;
    height: 14px;
    cursor: pointer;
    cursor: -webkit-grab;
    margin-top: -5px;
    cursor: grab;
    border-radius: 50%;
    border: 2px solid #96dbfa;
    background-color: #fff;
    touch-action: pan-x
}

.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
    border-color: #57c5f7;
    box-shadow: 0 0 0 5px #96dbfa
}

.rc-slider-handle:focus {
    outline: none
}

.rc-slider-handle-click-focused:focus {
    border-color: #96dbfa;
    box-shadow: unset
}

.rc-slider-handle:hover {
    border-color: #57c5f7
}

.rc-slider-handle:active {
    border-color: #57c5f7;
    box-shadow: 0 0 5px #57c5f7;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.rc-slider-mark {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    font-size: 12px
}

.rc-slider-mark-text {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #999
}

.rc-slider-mark-text-active {
    color: #666
}

.rc-slider-step {
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent
}

.rc-slider-dot {
    position: absolute;
    bottom: -2px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border: 2px solid #e9e9e9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle
}

.rc-slider-dot-active {
    border-color: #96dbfa
}

.rc-slider-dot-reverse {
    margin-right: -4px
}

.rc-slider-disabled {
    background-color: #e9e9e9
}

.rc-slider-disabled .rc-slider-track {
    background-color: #ccc
}

.rc-slider-disabled .rc-slider-dot,
.rc-slider-disabled .rc-slider-handle {
    border-color: #ccc;
    box-shadow: none;
    background-color: #fff;
    cursor: not-allowed
}

.rc-slider-disabled .rc-slider-dot,
.rc-slider-disabled .rc-slider-mark-text {
    cursor: not-allowed !important
}

.rc-slider-vertical {
    width: 14px;
    height: 100%;
    padding: 0 5px
}

.rc-slider-vertical .rc-slider-rail {
    height: 100%;
    width: 4px
}

.rc-slider-vertical .rc-slider-track {
    left: 5px;
    bottom: 0;
    width: 4px
}

.rc-slider-vertical .rc-slider-handle {
    margin-left: -5px;
    touch-action: pan-y
}

.rc-slider-vertical .rc-slider-mark {
    top: 0;
    left: 18px;
    height: 100%
}

.rc-slider-vertical .rc-slider-step {
    height: 100%;
    width: 4px
}

.rc-slider-vertical .rc-slider-dot {
    left: 2px;
    margin-bottom: -4px
}

.rc-slider-vertical .rc-slider-dot:first-child,
.rc-slider-vertical .rc-slider-dot:last-child {
    margin-bottom: -4px
}

.rc-slider-tooltip-zoom-down-appear,
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-leave {
    animation-duration: .3s;
    animation-fill-mode: both;
    display: block !important;
    animation-play-state: paused
}

.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active {
    animation-name: rcSliderTooltipZoomDownIn;
    animation-play-state: running
}

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
    animation-name: rcSliderTooltipZoomDownOut;
    animation-play-state: running
}

.rc-slider-tooltip-zoom-down-appear,
.rc-slider-tooltip-zoom-down-enter {
    transform: scale(0);
    animation-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.rc-slider-tooltip-zoom-down-leave {
    animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

@keyframes rcSliderTooltipZoomDownIn {
    0% {
        opacity: 0;
        transform-origin: 50% 100%;
        transform: scale(0)
    }
    to {
        transform-origin: 50% 100%;
        transform: scale(1)
    }
}

@keyframes rcSliderTooltipZoomDownOut {
    0% {
        transform-origin: 50% 100%;
        transform: scale(1)
    }
    to {
        opacity: 0;
        transform-origin: 50% 100%;
        transform: scale(0)
    }
}

.rc-slider-tooltip {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: visible
}

.rc-slider-tooltip,
.rc-slider-tooltip * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rc-slider-tooltip-hidden {
    display: none
}

.rc-slider-tooltip-placement-top {
    padding: 4px 0 8px
}

.rc-slider-tooltip-inner {
    padding: 6px 2px;
    min-width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #6c6c6c;
    border-radius: 6px;
    box-shadow: 0 0 4px #d9d9d9
}

.rc-slider-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
    bottom: 4px;
    left: 50%;
    margin-left: -4px;
    border-width: 4px 4px 0;
    border-top-color: #6c6c6c
}

.slider_range_slider .rc-slider-rail {
    background-color: #d9dcdc;
    height: 2px;
    border-radius: 0
}

.slider_range_slider .rc-slider-track {
    display: none
}

.tooltip_range_slider {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    background-color: #e37639;
    border-radius: 32px;
    width: 84px;
    height: 32px;
    border: 0;
    transition: background-color .3s;
    margin-top: -16px;
    position: absolute;
    transform: translateX(-50%);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px
}

.tooltip_range_slider:hover {
    background-color: #e6873b
}

.result_credit_results {
    display: flex;
    margin-bottom: 1.25rem
}

@media (max-width: 1280px) {
    .result_credit_results {
        flex-wrap: wrap
    }
}

.resultWrapper {
    color: #fff
}

@media (max-width: 1280px) {
    .resultWrapper {
        margin-left: 0;
        padding-left: 20px;
        width: 50%
    }
}

.resultWrapper h2 {
    margin-bottom: 1rem
}

@media (max-width: 1024px) {
    .resultWrapper {
        padding-left: 0;
        margin-top: 40px;
        margin-left: 0;
        width: 100%
    }
}

@media (max-width: 1280px) {
    .result_credit_results .item_credit_results {
        flex: 0 0 50%;
        margin-bottom: 20px;
        padding-right: 15px
    }
}

@media (max-width: 1024px) {
    .result_credit_results .item_credit_results {
        flex: inherit;
        margin-bottom: 0;
        padding-right: 0
    }
}

@media (max-width: 575px) {
    .result_credit_results .item_credit_results {
        flex: 0 0 50%;
        margin-bottom: 20px;
        padding-right: 15px
    }
}

.result_credit_results .item_credit_results:not(:last-child) {
    margin-right: 2.25rem
}

@media (max-width: 1280px) {
    .result_credit_results .item_credit_results:not(:last-child) {
        margin-right: 0
    }
}

@media (max-width: 1024px) {
    .result_credit_results .item_credit_results:not(:last-child) {
        margin-right: 2.25rem
    }
}

@media (max-width: 575px) {
    .result_credit_results .item_credit_results:not(:last-child) {
        margin-right: 0
    }
}

.result_credit_results .item_credit_results h5 {
    margin-bottom: .25rem;
    color: #848e98
}

@media (max-width: 768px) {
    .result_credit_results .item_credit_results h5 {
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 400
    }
}

.result_credit_results .item_credit_results p {
    font-weight: 700
}

@media (max-width: 768px) {
    .result_credit_results .item_credit_results p {
        font-size: 19px
    }
}

.creditPayment {
    margin-bottom: 2rem
}

@media (max-width: 575px) {
    .creditPayment {
        border-top: 1px solid #222;
        padding-top: 20px
    }

    .creditPayment .total_credit_results {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 5px
    }
}

.creditPayment .amount_credit_results {
    margin-bottom: 2rem;
    color: #e37639;
    font-weight: 700;
    font-size: 2rem
}

@media (max-width: 575px) {
    .creditPayment .amount_credit_results {
        font-size: 32px;
        line-height: 32px;
        font-weight: 700
    }
}

.creditPayment .slider_credit_results {
    display: flex;
    margin-bottom: 2rem;
    height: 98px !important
}

.creditPayment .slider_credit_results .item_credit_results {
    display: flex;
    margin-right: .75rem;
    padding: 10px;
    min-width: 276px;
    height: 73px;
    transition: background-color .3s;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: .3rem
}

.creditPayment .slider_credit_results .item_credit_results .text_credit_results {
    font-size: .75rem;
    max-width: 120px
}

.creditPayment .slider_credit_results .item_credit_results .price_credit_results {
    margin-left: auto;
    font-weight: 700
}

.creditPayment .slider_credit_results .item_credit_results .add_credit_results {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-top: -10px;
    width: 25px;
    height: 25px;
    font-weight: 400;
    font-size: 16px;
    transition: all .3s;
    background-color: #e37639;
    border-radius: 50%;
    cursor: pointer;
    line-height: 2
}

.creditPayment .slider_credit_results .item_credit_results .add_credit_results:hover {
    background-color: #e6873b
}

.creditPayment .actions_credit_results {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.creditPayment .actions_credit_results .getCreditBtn {
    margin-right: 15px
}

@media screen and (max-width: 1180px) {
    .creditPayment .actions_credit_results .getCreditBtn {
        margin-bottom: 15px
    }
}

@media (max-width: 1024px) {
    .creditPayment .actions_credit_results .getCreditBtn {
        margin-bottom: 0
    }
}

@media (max-width: 768px) {
    .creditPayment .actions_credit_results .getCreditBtn {
        margin-bottom: 0
    }
}

@media (max-width: 575px) {
    .creditPayment .actions_credit_results .getCreditBtn {
        margin-bottom: 15px
    }
}

.creditPayment .actions_credit_results .topButtons_credit_results {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap
}

@media (max-width: 768px) {
    .creditPayment .actions_credit_results .topButtons_credit_results {
        justify-content: space-between;
        margin-bottom: 10px
    }

    .creditPayment .actions_credit_results .topButtons_credit_results button {
        margin-bottom: 10px
    }

    .creditPayment .actions_credit_results .topButtons_credit_results a {
        margin-right: 0;
        width: 100%
    }
}

.creditPayment .actions_credit_results button {
    margin-right: 2rem
}

@media (max-width: 768px) {
    .creditPayment .actions_credit_results button {
        margin-right: 0
    }

    .creditPayment .actions_credit_results {
        flex-wrap: wrap
    }
}

.creditPayment .actions_credit_results .bottomButtons_credit_results {
    display: flex;
    align-items: center;
    width: 100%
}

@media (max-width: 768px) {
    .creditPayment .actions_credit_results .bottomButtons_credit_results {
        border-top: 1px solid #222;
        margin-top: 20px;
        padding-top: 20px;
        justify-content: space-between
    }

    .creditPayment .actions_credit_results .bottomButtons_credit_results a,
    .creditPayment .actions_credit_results .bottomButtons_credit_results button {
        color: #fff
    }

    .creditPayment .actions_credit_results .bottomButtons_credit_results a path,
    .creditPayment .actions_credit_results .bottomButtons_credit_results button path {
        fill: #fff
    }

    .creditPayment .actions_credit_results .bottomButtons_credit_results a circle,
    .creditPayment .actions_credit_results .bottomButtons_credit_results a path,
    .creditPayment .actions_credit_results .bottomButtons_credit_results button circle {
        stroke: #fff
    }
}

.desktopText_credit_results {
    display: inline-block;
    margin-right: 3px
}

@media (max-width: 575px) {
    .desktopText_credit_results {
        display: none
    }
}

.tablet_credit_results {
    display: none
}

@media (max-width: 1024px) {
    .tablet_credit_results {
        display: block
    }
}

@media (max-width: 575px) {
    .tablet_credit_results {
        width: 100%
    }
}



.cards_credit_offers {
    color: #fff
}

.cards_credit_offers .card_credit_offers {
    display: flex;
    padding: 22px 30px;
    background-color: #262626;
    border-radius: 4px
}

.cards_credit_offers .card_credit_offers .content_credit_offers {
    margin-left: 15px;
    padding-top: 5px
}

.cards_credit_offers .card_credit_offers.active {
    background-color: #221f20
}

.cards_credit_offers .card_credit_offers:not(:last-child) {
    margin-bottom: 20px
}

.cards_credit_offers .card_credit_offers .title_credit_offers {
    font-weight: 700
}

.cards_credit_offers .card_credit_offers .subtitle_credit_offers {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px
}

.selectedRadio_credit_offers {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    border-color: rgba(166, 173, 181, .2);
    background-color: #e37639
}

.selectedRadio_credit_offers:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 15px 11px;
    width: 15px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1L5.5 9L1 5' stroke='%23FFFFFF' stroke-width='2.57143'/%3E%3C/svg%3E%0A")
}



.block_range_slider {
    margin: 40px 0
}

@media (max-width: 575px) {
    .block_range_slider {
        margin-top: 10px
    }
}

.mobileText_range_slider {
    display: none
}

@media (max-width: 575px) {
    .mobileText_range_slider {
        display: inline
    }

    .desktop_range_slider {
        display: none
    }
}

@media (max-width: 1024px) {
    .deskButton_range_slider {
        display: none
    }
}

.mobile_range_slider {
    display: none
}

@media (max-width: 575px) {
    .mobile_range_slider {
        display: block
    }
}

.mobileTabs_range_slider {
    display: flex !important;
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    width: inherit !important
}

.button_range_slider {
    margin-top: 22px
}

.background_credit_tabs {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #000
}

@media (max-width: 1024px) {
    .background_credit_tabs {
        height: auto
    }
}

@media (max-width: 768px) {
    .background_credit_tabs {
        height: 750px
    }
}

@media (max-width: 575px) {
    .background_credit_tabs {
        height: 650px
    }
}

h3.subtitle_credit_tabs {
    font-weight: 700;
    font-size: 20px;
    color: #fff !important;
    line-height: 1.4;
    margin-bottom: 12px
}

.credit_results_page .background_credit_tabs {
    height: 571px !important;
}

.header-with-background.credit_results_page {
    background: linear-gradient(180deg, #4c5865, #000 100%);
}

.resultWrapper h2 {
    color: white;
}

.item_credit_results h5 {
    font-size: 13px;
}

.credit_results_slide_block {
    position: absolute;
    inset: 0;
    margin-right: -17px;
    margin-bottom: -17px;
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgb(227, 118, 57);
    cursor: pointer;
}

.title_credit_offers {
    margin-bottom: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

@media (max-width: 1024px) {
    .credit_results_page .background_credit_tabs {
        height: 700px !important;
    }

    .credit_page {
        padding-top: 380px;
        background-color: black;
    }
}

@media (max-width: 575px) {
    .credit_page {
        margin-top: 0;
        padding-top: 270px;
        padding-bottom: 40px;
    }
}

.max-benefit-page {
    display: block;
    padding-top: 128px;
    padding-bottom: 80px;
}

.max-benefit-page h3 {
    margin-bottom: 20px;
    max-width: 550px;
    color: #fff;
    line-height: 1.4;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
}

.btn_special_series {
    display: inline-flex;
    align-items: center;
    height: 34px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 18px 0;
    border: 0;
    outline: none;
    text-align: center;
    white-space: nowrap;
    color: #e37639;
    background-color: transparent;
    cursor: pointer
}

.btn_special_series .icon_special_series {
    margin-right: .75rem
}



.btn_credit_results {
    cursor: pointer;
    height: 34px;
    display: inline-block;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 9px 18px;
    border: 1px solid #e37639;
    outline: none;
    text-align: center;
    white-space: nowrap;
    line-height: 16px;
    color: #e37639;
    background-color: transparent
}

@media (min-width: 768px) {
    .btn_credit_results:hover {
        color: #fff;
        background-color: #e37639
    }
}

.btn_credit_results.isGray {
    color: #a5a5a5;
    border-color: #d9dcdc
}

@media (max-width: 767px) {
    .btn_credit_results {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 45px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 35px
    }
}

.btn_configurator_actions {
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    white-space: nowrap
}

.list_actions {
    display: flex;
    flex-wrap: wrap
}
/*
.list_actions .card_actions {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33% - 10px);
    height: 285px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 20px
}

.list_actions .card_actions:nth-child(2n),.list_actions .card_actions:nth-child(3n) {
    margin-right: 0;
    margin-left: 10px
}

@media (max-width: 500px) {
    .list_actions .card_actions:nth-child(2n),.list_actions .card_actions:nth-child(3n) {
        margin-left: 0;
        margin-bottom: 10px
    }

    .list_actions .card_actions {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        flex: none
    }

    .list_actions {
        flex-direction: column
    }
}
*/
.info_actions {
    position: absolute;
    bottom: 10px;
    left: 30px;
    right: 30px;
    color: #fff;
    transform: translateY(30px);
    transition: .3s
}

@media (max-width: 500px) {
    .info_actions {
        bottom: -22px
    }
}

.title_actions {
    color: white;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px
}

@media (max-width: 500px) {
    .title_actions {
        font-size: 18px
    }
}

.description_actions {
    font-size: 16px;
    line-height: 1.4
}

.button_actions {
    margin-top: 20px;
    opacity: 0;
    transition: .3s
}

.card_actions {
    display: block;
    position: relative;

}

.card_actions img {
    width: 100%;
    left: 0;
    right: 0;
    object-fit: cover;
    height: 100%
}

@media (max-width: 500px) {
    .card_actions img {
        height: 100%
    }
}

.card_actions:hover {
    cursor: pointer
}

.card_actions:hover .info_actions {
    bottom: 65px
}

.card_actions:hover .button_actions {
    opacity: 1
}



.container_credit_tabs {
    display: flex
}

.step_credit_tabs {
    margin-bottom: 35px;
    margin-left: 8px
}

.step_credit_tabs:first-child {
    margin-left: 0
}

.step_credit_tabs .indicator_credit_tabs {
    width: 100px;
    height: 3px;
    background: #fff;
    opacity: .3;
    transition: .3s
}

.step_credit_tabs .description_credit_tabs {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    width: 100px
}

.step_credit_tabs .description_credit_tabs .count_credit_tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    border-radius: 50%;
    background: #e37639;
    opacity: 0;
    transition: .3s;
    position: relative
}

.step_credit_tabs .description_credit_tabs .count_credit_tabs .check_credit_tabs {
    position: absolute;
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 1;
    background: #e37639
}

.step_credit_tabs .description_credit_tabs .title_credit_tabs {
    margin-left: 10px;
    opacity: 0;
    transition: .3s;
    display: none;
    white-space: nowrap
}

.step_credit_tabs.active .indicator_credit_tabs {
    width: 264px;
    background: #e37639;
    opacity: 1
}

.step_credit_tabs.active .description_credit_tabs {
    width: 264px
}

.step_credit_tabs.active .description_credit_tabs .count_credit_tabs {
    opacity: 1
}

.step_credit_tabs.active .description_credit_tabs .title_credit_tabs {
    opacity: 1;
    display: block
}

.step_credit_tabs.prev_credit_tabs .indicator_credit_tabs {
    background: #e37639;
    opacity: .3
}

.step_credit_tabs.prev_credit_tabs .description_credit_tabs .count_credit_tabs {
    opacity: .5
}

.step_credit_tabs.prev_credit_tabs .description_credit_tabs .count_credit_tabs .check_credit_tabs {
    display: flex
}

.step_credit_tabs.prev_credit_tabs .description_credit_tabs .title_credit_tabs {
    display: none !important
}

.gray_configurator {
    justify-content: space-between
}

.gray_configurator .indicator_credit_tabs {
    background-color: #a6adb5;
    width: 100%;
}

.gray_configurator .step_credit_tabs .description_credit_tabs {
    font-size: 14px;
    width: 180px;
    display: flex;
    align-items: center;
    height: 25px
}

@media (min-width: 768px) and (max-width: 1024px) {
    .gray_configurator .step_credit_tabs .description_credit_tabs {
        width: 25%
    }
}

.gray_configurator .step_credit_tabs .description_credit_tabs .title_credit_tabs {
    color: #a6adb5;
    opacity: 1;
    display: inherit;
    margin-top: 3px;
    margin-left: 5px
}

.gray_configurator .step_credit_tabs .description_credit_tabs .count_credit_tabs {
    font-size: 16px;
    opacity: 1 !important;
    color: #a6adb5;
    width: 20px;
    height: inherit;
    min-width: 20px;
    min-height: inherit;
    background: #fff !important;
    position: relative;
    font-weight: 700
}

.gray_configurator .active .count_credit_tabs,
.gray_configurator .active .title_credit_tabs,
.gray_configurator .prev_credit_tabs .count_credit_tabs,
.gray_configurator .prev_credit_tabs .title_credit_tabs {
    color: #e37639 !important
}

.gray_configurator .prev_credit_tabs .title_credit_tabs {
    opacity: .3 !important;
    margin-left: 10px !important
}

.gray_configurator .prev_credit_tabs .count_credit_tabs {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    min-height: 25px !important
}

.gray_configurator .prev_credit_tabs .count_credit_tabs span {
    display: none
}

.gray_configurator .prev_credit_tabs .check_credit_tabs {
    opacity: .3
}

.white_background {
    justify-content: space-between
}

.white_background .indicator_credit_tabs {
    background-color: #a6adb5;
    width: 180px
}

.white_background .step_credit_tabs .description_credit_tabs {
    font-size: 14px;
    width: 180px;
    display: flex;
    align-items: center;
    height: 25px
}

.white_background .step_credit_tabs .description_credit_tabs .title_credit_tabs {
    color: #a6adb5;
    opacity: 1;
    display: inherit;
    margin-top: 3px;
    margin-left: 5px
}

.white_background .step_credit_tabs .description_credit_tabs .count_credit_tabs {
    font-size: 16px;
    opacity: 1 !important;
    color: #a6adb5;
    width: 20px;
    height: inherit;
    min-width: 20px;
    min-height: inherit;
    background: transparent !important;
    position: relative;
    font-weight: 700
}

.white_background .active .count_credit_tabs,
.white_background .active .title_credit_tabs,
.white_background .prev_credit_tabs .count_credit_tabs,
.white_background .prev_credit_tabs .title_credit_tabs {
    color: #fff !important
}

.white_background .prev_credit_tabs .check_credit_tabs {
    background-color: hsla(0, 0%, 100%, .4) !important
}

.white_background .prev_credit_tabs .indicator_credit_tabs {
    background-color: #fff
}

.white_background .prev_credit_tabs .title_credit_tabs {
    opacity: .3 !important;
    margin-left: 10px !important
}

.white_background .prev_credit_tabs .count_credit_tabs {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    min-height: 25px !important
}

.white_background .prev_credit_tabs .count_credit_tabs:before {
    content: "" !important
}

.white_background .prev_credit_tabs span {
    display: none
}

@media (max-width: 767px) {
    .step_credit_tabs {
        margin-bottom: 20px;
        margin-left: 10px !important
    }

    .step_credit_tabs:first-child {
        margin-left: 0
    }

    .step_credit_tabs.active {
        width: 100%
    }

    .step_credit_tabs .indicator_credit_tabs {
        width: 37px;
        height: 3px;
        background: #fff;
        opacity: .3;
        transition: .3s
    }

    .step_credit_tabs .description_credit_tabs {
        width: auto
    }

    .step_credit_tabs .description_credit_tabs .title_credit_tabs {
        font-size: 12px
    }

    .step_credit_tabs.active .indicator_credit_tabs {
        width: 100%;
        background: #e37639;
        opacity: 1
    }

    .step_credit_tabs.active .description_credit_tabs {
        width: auto
    }

    .container_credit_tabs.gray_configurator {
        margin-right: -20px;
        width: calc(100% + 20px);
        overflow: hidden
    }

    .gray_configurator .step_credit_tabs:first-child {
        margin-left: 0 !important
    }

    .gray_configurator .step_credit_tabs {
        flex-basis: 126px
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs {
        flex-basis: 54px
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs .description_credit_tabs {
        opacity: .3
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs .title_credit_tabs {
        display: none
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs .count_credit_tabs {
        display: inline-flex;
        padding-left: 27px
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs .count_credit_tabs span {
        display: inline
    }

    .gray_configurator .step_credit_tabs.prev_credit_tabs .check_credit_tabs {
        position: static;
        margin-right: 7px
    }

    .gray_configurator .indicator_credit_tabs {
        background: #a6adb5
    }
}

.priceRange {
    display: flex
}

.price_special {
    color: #e37639;
    display: inline-block;
    font-size: 32px;
    font-weight: 700
}

.priceRange_configurator.family_configurator_tabs {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
    font-weight: 700
}

.fullPrice_configurator {
    color: #e37639;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 13px
}

.fullPrice_configurator.family_configurator_tabs {
    color: #fff;
    font-size: 20px;
    margin: 0 66px 0 0
}



.monthPrice_configurator {
    color: #fff;
    font-size: 20px
}

@media (max-width: 500px) {
    .priceRange_configurator.family_configurator_tabs .monthPrice_configurator {
        font-size: 16px
    }

    .fullPrice_configurator.family_configurator_tabs {
        margin-right: 40px;
        font-size: 16px
    }
}

.titleUpercase .header_dropdown_tabs .main_dropdown_tabs,
.titleUpercase .name_comp_accordion {
    text-transform: uppercase
}

.container_params_tabs {
    color: #66727d;
    border-bottom: 1px solid #eaefef
}

.container_params_tabs .header_dropdown_tabs {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    position: relative;
    padding: 25px 21px 25px 30px;
    cursor: pointer
}

@media screen and (max-width: 575px) {
    .container_params_tabs .header_dropdown_tabs {
        padding: 20px;
        line-height: 21px
    }
}

.container_params_tabs .header_dropdown_tabs .main_dropdown_tabs {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.container_params_tabs .header_dropdown_tabs .main_dropdown_tabs svg {
    margin-left: 20px;
    flex: 0 0 25px;
    transition: transform .3s
}

.container_params_tabs .body_dropdown_tabs {
    padding: 25px 30px;
    max-width: 879px;
    display: none
}

@media (max-width: 1024px) {
    .container_params_tabs .body_dropdown_tabs {
        max-width: none
    }
}

@media screen and (max-width: 768px) {
    .container_params_tabs .body_dropdown_tabs {
        padding: 25px 16px
    }
}

.container_params_tabs .body_dropdown_tabs > p {
    margin-bottom: 20px
}

.container_params_tabs .circle {
    margin-left: 20px;
    display: inline-block;
    position: relative
}

.container_params_tabs .circle:before {
    content: "•";
    color: #e6873b;
    position: absolute;
    left: -15px;
    top: 1px
}

.container_params_tabs.opened_tabs > .header_dropdown_tabs {
    background-color: #f7f8f8
}

.container_params_tabs.opened_tabs > .header_dropdown_tabs svg {
    transition: transform .3s;
    transform: rotate(180deg)
}

.container_params_tabs.opened_tabs > .header_dropdown_tabs svg path {
    stroke: #e37639
}

.container_params_tabs.opened_tabs > .body_dropdown_tabs {
    display: flex;
    flex-flow: row wrap
}

.container_params_tabs .text_comp_accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.container_params_tabs .text_comp_accordion .small_comp_accordion {
    width: 150px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: right
}

.container_params_tabs.disabled {
    opacity: .9
}

.container_params_tabs.disabled .text_comp_accordion {
    opacity: .7
}

.container_params_tabs.group_comp_accordion {
    margin-bottom: .25rem;
    color: #fff;
    font-weight: 700;
    border-bottom: none
}

.container_params_tabs.group_comp_accordion .header_dropdown_tabs {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 70px 0 16px;
    background-color: rgba(34, 31, 32, .95);
    border-radius: 3px;
    cursor: pointer
}

.container_params_tabs.group_comp_accordion .header_dropdown_tabs:before {
    display: none
}

.container_params_tabs.group_comp_accordion.opened_tabs .header_dropdown_tabs {
    background-color: rgba(34, 31, 32, .98);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.container_params_tabs.group_comp_accordion .body_dropdown_tabs {
    font-weight: 400;
    background-color: rgba(31, 31, 31, .9);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.container_params_tabs.group_comp_accordion label {
    margin-top: 0
}

.container_params_tabs.group_comp_accordion .name_comp_accordion {
    margin-right: auto
}

.container_params_tabs.group_comp_accordion .fullprice_comp_accordion {
    margin-top: .25rem;
    font-weight: 400;
    font-size: .75rem;
    text-align: right
}

.container_params_tabs.group_comp_accordion .arrow_comp_accordion {
    margin-left: 2.25rem;
    width: 25px !important;
    height: 25px !important;
    transition: .5s;
    position: absolute;
    right: 20px;
    top: 20px
}

.itemObject_warranty_tab {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 35px 30px;
    border: 1px solid #d9dcdc;
    margin: 0 0 -1px -1px;
    min-height: 186px
}

@media screen and (max-width: 768px) {
    .itemObject_warranty_tab {
        width: 100%;
        min-height: 136px
    }
}

.itemObject_warranty_tab span {
    color: #d9dcdc
}

.itemTitle_warranty_tab {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #e6873b;
    margin-bottom: 15px
}

@media screen and (max-width: 768px) {
    .itemTitle_warranty_tab {
        font-size: 17px;
        line-height: 23px
    }

    .itemDescription_warranty_tab {
        font-size: 14px;
        line-height: 18px
    }
}

@media (max-width: 767px) {
    .header_dropdown_tabs label {
        margin-top: -15px !important
    }

    .header_dropdown_tabs svg {
        margin-top: -10px !important;
        width: 15px !important;
        height: 15px !important
    }

    .header_dropdown_tabs .name_comp_accordion {
        font-size: 14px;
        line-height: 21px;
        text-transform: uppercase
    }

    .header_dropdown_tabs .text_comp_accordion {
        line-height: 21px;
        flex-direction: column;
        align-items: flex-start
    }

    .header_dropdown_tabs .text_comp_accordion p {
        font-size: 13px
    }

    .container_params_tabs .body_dropdown_tabs {
        padding: 25px 28px 17px 25px;
        font-size: 14px;
        line-height: 18px
    }
}

.list_style_none {
    list-style-type: none;
    display: block
}

.list_style_none > li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 14px
}

.list_style_none > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e37639
}

.light_configurator {
    color: #fff
}

.dark_equipments {
    color: #66727d
}

.dark_equipments > li {
    margin-bottom: 8px
}

.checkbox_comp_accordion {
    position: relative;
    height: 24px;
    margin-top: 8px
}

.checkbox_disabled_comp_accordion span:before {
    background-color: #f5f5f5 !important
}

.checkbox_disabled_comp_accordion.checkbox_bordered_comp_accordion span:before {
    background-color: transparent !important;
    opacity: .3
}

.checkbox_comp_accordion input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 24px
}

.checkbox_comp_accordion span {
    display: inline-flex;
    align-items: flex-start;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    color: #66727d
}

.checkbox_comp_accordion span:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 1px;
    margin-right: 13px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.checkbox_comp_accordion input:not(:disabled):not(:checked) + span:hover:before {
    cursor: pointer
}

.checkbox_comp_accordion > input:disabled:checked + span:before {
    background-color: #f5f5f5
}

.checkbox_comp_accordion > input:disabled:checked + span:before,
.checkbox_comp_accordion > input:not(:disabled):checked + span:before {
    border-color: rgba(166, 173, 181, .2);
    background-size: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1L5.5 9L1 5' stroke='%23E37639' stroke-width='2.57143'/%3E%3C/svg%3E%0A")
}

.checkbox_bordered_comp_accordion > input:not(:disabled):checked + span:before {
    background-color: #e37639;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1L5.5 9L1 5' stroke='%23FFFFFF' stroke-width='2.57143'/%3E%3C/svg%3E%0A")
}

.checkbox_bordered_comp_accordion span:before {
    background-color: transparent;
    border-radius: 50%
}

@media (max-width: 500px) {
    .checkbox_comp_accordion span:before {
        margin-right: 11px;
        width: 20px;
        height: 20px
    }
}

.price_special_small {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #fff
}

.price_special_small span {
    margin-right: 10px;
    font-weight: 400;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.programTitle {
    color: #fff;
    margin-bottom: 6px;
    margin-top: 18px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    max-width: 220px;
    text-transform: uppercase
}

@media (min-width: 768px) and (max-width: 1024px) {
    .programTitle {
        margin-top: 0
    }
}

@media (max-width: 575px) {
    .programTitle {
        font-size: 13px;
        color: #848e98
    }
}

.priceOrange {
    margin-bottom: 11px
}





.actions_header {
    position: relative;
    padding-top: 120px;
    padding-bottom: 60px;
    color: white
}

.actions_header h1 {
    position: unset;
}

.header-with-background.actions_page {
    min-height: unset;
    height: unset;
}

.configurator_page h1 {
    color: #4c5865;
    margin-top: 25px;
    margin-bottom: 25px;
}

.configurator_page .breadcrumb li,
.configurator_page .breadcrumb li a {
    color: #4c5865 !important;
}

.configurator_page .breadcrumb li.active {
    opacity: 0.4;
}

.configurator_page .header-with-background h1 {
    max-width: unset;
    position: relative;
    left: 0;
}

.configurator_page .header-with-background {
    min-height: unset;
    width: unset;
}

.steps_configurator > div {
    width: 19%;
    min-width: 54px;
    overflow: hidden;
}

.image_configurator_tabs {
    width: 100%;
    max-width: 178px;
    margin-bottom: 8px;
}

.configurator_page .header-with-background img {
    position: relative;
    height: unset;
}

.price_configurator_tabs {
    font-size: 16px;
    color: #848e98;
    line-height: 1.3;
    text-align: left;
}

.title_configurator_tabs {
    font-size: 13px;
    font-weight: 700;
    color: #4c5865;
    text-transform: uppercase;
    margin-bottom: 6px;
    line-height: 21px;
    height: auto;
    text-align: left;
}

.title_configurator_tabs:hover,
.nav-link.active .title_configurator_tabs {
    color: #e37639;
}

.configurator_page .nav-tabs {
    border-bottom: 0;
    margin-bottom: 60px;
}

@media (max-width: 576px) {
    .configurator_page .header-with-background h1 {
        margin-top: 100px;
    }
}

.body_equipments {
    background-color: #f4f4f4;
    padding-top: 20px;
    padding-bottom: 20px;
}

.container_configurator_menu .desktop_configurator_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 35px;
    padding-right: 35px;
    height: 83px;
}


ul.list_package {
    margin-left: 0;
    padding-left: 0;
}

ul.list_package li {
    color: #4c5865;
    font-size: 13px;
    margin-bottom: 9px;
}

.configurator_page .cityBck {
    z-index: 1;
}

.container_select_color {
    z-index: 2;
    display: block;
    position: relative;
}

.configurator_page .container_select_color {
    padding-top: 0;
}

.configurator_page h1,
.configurator_page .breadcrumb {
    z-index: 2;
}

.icon_configurator_actions ~ span,
.icon_configurator_actions,
.checkbox_configurator_actions ~ span {
    display: none;
}

.mobile_configurator_menu_buttons {
    display: none;
}

.opened_configurator_menu.mobile_configurator_menu_buttons {
    display: block;
}

.list_help_nav {
    cursor: default
}

.list_help_nav li {
    display: block;
    margin-bottom: 15px
}

.list_help_nav .plus {
    display: flex;
    transition: transform .3s;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    margin-top: -4px
}

.list_help_nav span {
    display: flex;
    min-width: 25px;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px
}

.list_help_nav .iconActive {
    border: none
}

.list_help_nav .iconActive svg {
    width: 25px;
    height: 25px
}

.list_help_nav a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    letter-spacing: 1px
}

.list_help_nav a path {
    stroke: #fff
}

@media (min-width: 768px) {
    .list_help_nav a:hover {
        color: #e37639
    }

    .list_help_nav a:hover span {
        border-color: #e37639
    }

    .list_help_nav a:hover path {
        stroke: #e37639
    }

    .list_help_nav a:hover circle {
        fill: #e37639
    }
}

.btnMobileOpen {
    display: none
}

@media screen and (max-width: 1024px) {
    .btnMobileOpen {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: .07em;
        color: #fff;
        padding: 0 0 0 17px;
        position: relative;
        white-space: nowrap;
        margin-top: 1px
    }

    .btnMobileOpen:before {
        content: "";
        position: absolute;
        height: 49px;
        width: 1px;
        background-color: #fff;
        opacity: .1;
        left: 0;
        top: -16px
    }

    .list_help_nav {
        position: relative;
        background-color: transparent !important
    }

    .list_help_nav li {
        display: inline-block;
        background-color: #e37639;
        align-items: center;
        border-radius: 55px;
        padding: 12px 20px;
        box-sizing: border-box;
        position: absolute;
        min-width: 282px;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transition: top .5s, opacity .5s;
        pointer-events: none;
        font-size: 10px;
        line-height: 14px
    }

    .list_help_nav li a {
        letter-spacing: .07em;
        font-size: 10px;
        padding-right: 10px;
        margin-right: auto
    }

    .list_help_nav li .btnMobileOpen {
        display: none
    }

    .list_help_nav li:first-of-type {
        display: flex;
        justify-content: space-between;
        position: relative;
        pointer-events: auto;
        opacity: 1;
        margin: 0;
        left: 0
    }

    .list_help_nav li:first-of-type .btnMobileOpen {
        display: flex;
        align-items: center;
        margin-top: 6px;
        position: relative
    }
}

.menu_help_nav {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 10
}

.wrapper_help_nav {
    display: flex;
    align-items: flex-end
}

.options_help_nav {
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    height: 52px;
    border-radius: 26px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.options_help_nav li {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px
}

@media screen and (max-width: 1024px) {
    .menu_help_nav {
        bottom: 35px
    }

    .options_help_nav {
        background-color: transparent;
        margin-left: auto
    }

    .options_help_nav li {
        margin: 0
    }
}

.btn_special_series {
    display: inline-flex;
    align-items: center;
    height: 34px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 18px 0;
    border: 0;
    outline: none;
    text-align: center;
    white-space: nowrap;
    color: #e37639;
    background-color: transparent;
    cursor: pointer
}

.btn_special_series .icon_special_series {
    margin-right: .75rem
}



.btn_credit_results {
    cursor: pointer;
    height: 34px;
    display: inline-block;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 9px 18px;
    border: 1px solid #e37639;
    outline: none;
    text-align: center;
    white-space: nowrap;
    line-height: 16px;
    color: #e37639;
    background-color: transparent
}

@media (min-width: 768px) {
    .btn_credit_results:hover {
        color: #fff;
        background-color: #e37639
    }
}

.btn_credit_results.isGray {
    color: #a5a5a5;
    border-color: #d9dcdc
}

@media (max-width: 767px) {
    .btn_credit_results {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 45px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 35px
    }
}

.btn_configurator_actions {
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    white-space: nowrap
}

.container_slider_params_arrows {
    display: flex;
    align-items: center
}

.container_slider_params_arrows button:first-child {
    padding-right: 5px
}

.container_slider_params_arrows button:nth-child(3) {
    padding-left: 4px
}

.containerWrapper_accessories_tabs {
    padding: 24px 0 60px;
    background-color: #f4f4f4
}

.wrapper_accessories_tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    color: #4c5865
}

.card_accessories_tabs {
    width: calc(100% / 3 - 20px * 2 / 3);
    position: relative;
    margin: 0 20px 20px 0;
    padding-top: 25px;
    height: 294px;
    background-color: #eaeaea;
    z-index: 1;
    overflow: hidden;
    cursor: pointer
}

.card_accessories_tabs:nth-child(3n) {
    margin-right: 0
}

.card_accessories_tabs:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 114px;
    z-index: -1
}

.card_accessories_tabs .title_accessories_tabs {
    padding-left: 22px;
    height: 68px;
    overflow: hidden;
    color: #4c5865;
    font-weight: 300;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    white-space: normal
}

.card_accessories_tabs img {
    margin-top: -70px;
    margin-left: 20px;
    transition: all .3s;
    width: 100%;
    max-width: 393px;
    will-change: transform
}

.card_accessories_tabs:hover img {
    transform: scale(1.025)
}

.card_accessories_tabs .button_accessories_tabs {
    display: none;
    width: 100%;
    max-width: 339px;
    height: 45px;
    color: #e37639;
    border: 1px solid #e37639;
    margin: 7px auto 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    border-radius: 30px
}

@media (max-width: 1024px) {
    .containerWrapper_accessories_tabs {
        padding-bottom: 40px
    }

    .card_accessories_tabs {
        height: 335px
    }

    .card_accessories_tabs:after {
        height: 160px
    }

    .card_accessories_tabs img {
        margin-top: 7px
    }

    .card_accessories_tabs .buttonContainer_accessories_tabs {
        padding: 0 20px
    }

    .card_accessories_tabs .button_accessories_tabs {
        display: flex
    }

    .card_accessories_tabs .button_accessories_tabs:hover {
        background: none
    }
}

@media (max-width: 1000px) {
    .containerWrapper_accessories_tabs {
        padding-top: 10px
    }

    .container_accessories_tabs {
        padding-left: 0;
        padding-right: 0
    }

    .card_accessories_tabs {
        width: calc(100% / 2 - 10px / 2);
        height: 323px;
        margin: 0 10px 10px 0
    }

    .card_accessories_tabs:nth-child(3n) {
        margin-right: 10px
    }

    .card_accessories_tabs:nth-child(2n) {
        margin-right: 0
    }

    .card_accessories_tabs:after {
        height: 171px
    }

    .card_accessories_tabs img {
        margin-top: -37px;
        max-width: 361px
    }
}

@media (max-width: 500px) {
    .container_accessories_tabs {
        z-index: 0
    }

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

.title_accessories_tabs {
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #4c5865;
    margin-bottom: 46px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.title_accessories_tabs span {
    max-width: 908px
}

@media (max-width: 1024px) {

    .title_accessories_tabs {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 30px
    }

    .title_accessories_tabs span {
        max-width: 604px
    }
}

@media (max-width: 768px) {
    .title_accessories_tabs {
        font-size: 26px;
        line-height: 31px
    }

    .title_accessories_tabs span {
        max-width: 568px
    }
}

@media (max-width: 500px) {

    .title_accessories_tabs {
        display: none
    }
}

.accessories_page .nav-tabs {
    border: 0;
    margin-bottom: 40px;
}

.accessories_page .buttonBack_accessories_tabs {
    margin: 13px 0 24px;
    padding: 0;
    color: #66727d;
    height: auto;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
}

.btn_special_series {
    display: inline-flex;
    align-items: center;
    height: 34px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 18px 0;
    border: 0;
    outline: none;
    text-align: center;
    white-space: nowrap;
    color: #e37639;
    background-color: transparent;
    cursor: pointer
}

.btn_special_series .icon_special_series {
    margin-right: .75rem
}



.btn_credit_results {
    cursor: pointer;
    height: 34px;
    display: inline-block;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 9px 18px;
    border: 1px solid #e37639;
    outline: none;
    text-align: center;
    white-space: nowrap;
    line-height: 16px;
    color: #e37639;
    background-color: transparent
}

@media (min-width: 768px) {
    .btn_credit_results:hover {
        color: #fff;
        background-color: #e37639
    }
}

.btn_credit_results.isGray {
    color: #a5a5a5;
    border-color: #d9dcdc
}

@media (max-width: 767px) {
    .btn_credit_results {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 45px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 35px
    }
}

.btn_configurator_actions {
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    white-space: nowrap
}

.buttonBack_accessories_tabs {
    margin: 13px 0 24px;
    padding: 0;
    color: #66727d;
    height: auto;
    font-size: 12px;
    line-height: 17px
}

.tabs_accessories_filter {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 24px
}

.tabs_accessories_filter svg {
    display: none
}

.tabs_accessories_filter .category_accessories_filter p {
    padding-left: 12px
}

@media screen and (max-width: 1185px) {
    .tabs_accessories_filter .category_accessories_filter p {
        padding-left: 0
    }
}

.tabs_accessories_filter .category_accessories_filter span {
    font-size: 15px
}

@media screen and (max-width: 1440px) {
    .tabs_accessories_filter .category_accessories_filter span {
        font-size: 13px
    }
}

@media screen and (max-width: 1240px) {
    .tabs_accessories_filter .category_accessories_filter span {
        font-size: 12px
    }
}

.tabs_accessories_filter .search_accessories_filter {
    margin-left: 37px
}

.tabs_accessories_filter p {
    width: 100%;
    margin-bottom: 5px;
    font: 700 12px LADAPragmatica, sans-serif;
    color: #848e98;
    text-transform: uppercase
}

.tabs_accessories_filter input {
    font-size: 16px;
    line-height: 21px;
    padding: 0 0 13px 14px;
    height: 40px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d9dcdc !important;
    outline: none
}

.tabs_accessories_filter input::-webkit-input-placeholder {
    color: #a6adb5
}

.tabs_accessories_filter input:-ms-input-placeholder {
    color: #a6adb5
}

.tabs_accessories_filter input::placeholder {
    color: #a6adb5
}

@media (max-width: 1024px) {
    .buttonBack_accessories_tabs {
        margin: 22px 0
    }

    .tabs_accessories_filter input {
        border-bottom: 1px solid #eaefef;
        font-size: 14px;
        line-height: 18px
    }

    .tabs_accessories_filter .category_accessories_filter {
        width: calc(50% - 16px)
    }

    .tabs_accessories_filter .search_accessories_filter {
        width: calc(50% - 16px);
        margin-left: 32px
    }
}



@media (max-width: 500px) {
    .buttonBack_accessories_tabs {
        margin: 13px 0 20px
    }

    .tabs_accessories_filter {
        flex-wrap: wrap;
        align-items: center
    }

    .tabs_accessories_filter svg {
        display: block
    }

    .tabs_accessories_filter p {
        display: none
    }

    .tabs_accessories_filter .category_accessories_filter {
        width: 265px
    }

    .tabs_accessories_filter .search_accessories_filter {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        min-width: 0;
        margin-left: 20px;
        max-width: none
    }

    .tabs_accessories_filter .search_accessories_filter.open {
        width: 265px;
        margin: 20px 15px 0 0
    }

    .tabs_accessories_filter .search_accessories_filter input {
        display: none;
        width: 100%
    }

    .open.search_accessories_filter input,
    .tabs_accessories_filter .search_accessories_filter svg {
        display: block
    }
}

.pickedAccessories_accessories_menu {
    position: fixed;
    bottom: 0;
    padding: 24px 0;
    width: 100%;
    font-family: LADAPragmatica, sans-serif;
    border-top: 2px solid #eaefef;
    background-color: #fff;
    z-index: 10000
}

.pickedAccessories_accessories_menu .model {
    display: flex
}

.pickedAccessories_accessories_menu .col_accessories_menu {
    display: flex;
    flex-direction: column
}

.pickedAccessories_accessories_menu .col_accessories_menu:first-child {
    margin-right: 54px
}

.pickedAccessories_accessories_menu .col_accessories_menu:nth-child(2) {
    margin-right: auto
}

.pickedAccessories_accessories_menu .col_accessories_menu .title_accessories_menu {
    margin-bottom: .25rem;
    font-size: 12px;
    color: #848e98
}

.pickedAccessories_accessories_menu .col_accessories_menu .text_accessories_menu {
    color: #4c5865
}

.pickedAccessories_accessories_menu .buttons_accessories_menu button:first-child {
    margin-right: 20px
}

.pickedAccessories_accessories_menu .buttons_accessories_menu svg {
    display: none
}

@media (max-width: 500px) {
    .pickedAccessories_accessories_menu {
        padding-bottom: 0;
        padding-top: 11px;
        border-top: none;
        box-shadow: 0 -7px 13px rgba(0, 0, 0, .07);
        z-index: 10
    }

    .pickedAccessories_accessories_menu .title_accessories_menu {
        font-weight: 400
    }

    .pickedAccessories_accessories_menu .model {
        flex-wrap: wrap;
        padding: 0
    }

    .pickedAccessories_accessories_menu .model > .col_accessories_menu:first-child {
        padding-left: 20px;
        margin-bottom: 10px
    }

    .pickedAccessories_accessories_menu .buttons_accessories_menu {
        width: 100%;
        display: flex
    }

    .pickedAccessories_accessories_menu .buttons_accessories_menu svg {
        display: block
    }

    .pickedAccessories_accessories_menu .buttons_accessories_menu button {
        background: #e37639;
        height: 100%;
        border: none;
        border-left: 1px solid rgba(225, 255, 255, .3);
        order: 2;
        width: auto;
        border-radius: 0;
        margin-right: 0 !important;
        padding: 0 18px
    }

    .pickedAccessories_accessories_menu .buttons_accessories_menu button span {
        display: none
    }

    .pickedAccessories_accessories_menu .buttons_accessories_menu a {
        order: 1;
        border-radius: 0;
        width: 100%
    }
}

.card_accessories_items {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 20px 20px 0;
    width: calc(25% - 20px * 3 / 4);
    color: #4c5865;
    font-family: LADAPragmatica, sans-serif;
    background-color: #fff;
    cursor: pointer
}

.card_accessories_items:nth-child(4n) {
    margin-right: 0
}

.card_accessories_items a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.card_accessories_items img {
    width: 100%;
    height: 210px;
    object-fit: cover
}

.card_accessories_items .top_accessories_items {
    margin-bottom: auto;
    padding: 14px 24px
}

.card_accessories_items .bottom_accessories_items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eaefef;
    padding: 18px 0;
    margin: 0 24px;
    position: relative;
    z-index: 1
}

.card_accessories_items .code_accessories_items {
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 18px;
    color: #a6adb5
}

.card_accessories_items .title_accessories_items {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 15px;
    line-height: 21px
}

.card_accessories_items .price_accessories_items {
    margin-right: auto;
    font-size: 18px;
    line-height: 33px
}

@media (max-width: 1024px) {
    .card_accessories_items {
        width: calc(100% / 3 - 20px * 2 / 3)
    }

    .card_accessories_items:nth-child(4n) {
        margin-right: 20px
    }

    .card_accessories_items:nth-child(3n) {
        margin-right: 0
    }
}

@media (max-width: 1000px) {
    .card_accessories_items {
        width: calc(50% - 5px);
        margin-right: 10px
    }

    .card_accessories_items:nth-child(3n),
    .card_accessories_items:nth-child(4n) {
        margin-right: 10px
    }

    .card_accessories_items:nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width: 500px) {
    .card_accessories_items {
        width: 100%;
        margin-right: 0 !important
    }
}

.containerWrapper_accessories_items {
    padding: 24px 0 80px;
    background-color: #f7f8f8
}

.wrapper_accessories_items {
    flex-wrap: wrap;
    margin-bottom: 32px;
    color: #4c5865
}

.wrapper_accessories_items:after {
    content: "";
    flex: auto
}

@media (max-width: 1024px) {
    .containerWrapper_accessories_items {
        padding-bottom: 60px
    }
}

@media (max-width: 1000px) {
    .containerWrapper_accessories_items {
        padding-bottom: 50px
    }
}

@media (max-width: 500px) {
    .container_accessories_items {
        z-index: 0
    }

    .containerWrapper_accessories_items {
        padding-bottom: 30px
    }
}

.containerWrapper_accessories_banner {
    background-color: #f4f4f4
}

.info_accessories_banner {
    padding: 80px 0;
    color: #a6adb5;
    font: normal 12px LADAPragmatica, sans-serif;
    line-height: 18px;
    letter-spacing: .05em
}

@media (max-width: 1024px) {
    .info_accessories_banner {
        padding: 60px 0
    }
}

@media (max-width: 100px) {
    .info_accessories_banner {
        padding: 50px 0
    }
}

.banner_accessories_banner {
    position: relative
}

.banner_accessories_banner img {
    width: 100%;
    object-fit: cover;
    display: block
}

.bannerContent_accessories_banner {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.banner_accessories_banner .title_accessories_banner {
    max-width: 369px;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 32px
}

@media (max-width: 1000px) {
    .bannerContent_accessories_banner .title_accessories_banner {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 24px
    }
}

@media (max-width: 500px) {
    .banner_accessories_banner {
        height: auto
    }

    .bannerContent_accessories_banner {
        top: 202px;
        left: 0;
        right: 0
    }

    .bannerContent_accessories_banner .title_accessories_banner {
        font-weight: 300;
        font-size: 20px;
        line-height: 24px
    }

    .bannerContent_accessories_banner button {
        width: 100%
    }
}

.card_accessories_items h4 {
    height: unset;
}

.category_accessories_filter {
    width: 50%;
}

.accessories_page .light-form-select .select2-container--default .select2-selection--single {
    height: 40px;
}

.btn_special_series {
    display: inline-flex;
    align-items: center;
    height: 34px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 18px 0;
    border: 0;
    outline: none;
    text-align: center;
    white-space: nowrap;
    color: #e37639;
    background-color: transparent;
    cursor: pointer
}

.btn_special_series .icon_special_series {
    margin-right: .75rem
}



.btn_credit_results {
    cursor: pointer;
    height: 34px;
    display: inline-block;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 9px 18px;
    border: 1px solid #e37639;
    outline: none;
    text-align: center;
    white-space: nowrap;
    line-height: 16px;
    color: #e37639;
    background-color: transparent
}

@media (min-width: 768px) {
    .btn_credit_results:hover {
        color: #fff;
        background-color: #e37639
    }
}

.btn_credit_results.isGray {
    color: #a5a5a5;
    border-color: #d9dcdc
}

@media (max-width: 767px) {
    .btn_credit_results {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 45px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 35px
    }
}

.btn_configurator_actions {
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    white-space: nowrap
}

.containerWrapper_accessories_banner {
    background-color: #f4f4f4
}

.info_accessories_banner {
    padding: 80px 0;
    color: #a6adb5;
    font: normal 12px LADAPragmatica, sans-serif;
    line-height: 18px;
    letter-spacing: .05em
}

@media (max-width: 1024px) {
    .info_accessories_banner {
        padding: 60px 0
    }
}

@media (max-width: 100px) {
    .info_accessories_banner {
        padding: 50px 0
    }
}

.pickedAccessories_accessories_menu {
    position: fixed;
    bottom: 0;
    padding: 24px 0;
    width: 100%;
    font-family: LADAPragmatica, sans-serif;
    border-top: 2px solid #eaefef;
    background-color: #fff;
    z-index: 10000
}

.pickedAccessories_accessories_menu .model {
    display: flex
}

.pickedAccessories_accessories_menu .col_accessories_menu {
    display: flex;
    flex-direction: column
}

.pickedAccessories_accessories_menu .col_accessories_menu:first-child {
    margin-right: 54px
}

.pickedAccessories_accessories_menu .col_accessories_menu:nth-child(2) {
    margin-right: auto
}

.pickedAccessories_accessories_menu .col_accessories_menu .title_accessories_menu {
    margin-bottom: .25rem;
    font-size: 12px;
    color: #848e98
}

.pickedAccessories_accessories_menu .col_accessories_menu .text_accessories_menu {
    color: #4c5865
}

.pickedAccessories_accessories_menu .buttons_accessories_menu button:first-child {
    margin-right: 20px
}

.pickedAccessories_accessories_menu .buttons_accessories_menu svg {
    display: none
}

@media (max-width: 500px) {
    .pickedAccessories_accessories_menu {
        padding-bottom: 0;
        padding-top: 11px;
        border-top: none;
        box-shadow: 0 -7px 13px rgba(0, 0, 0, .07);
        z-index: 10
    }

    .pickedAccessories_accessories_menu .title_accessories_menu {
        font-weight: 400
    }

    .pickedAccessories_accessories_menu .model {
        flex-wrap: wrap;
        padding: 0
    }

    .pickedAccessories_accessories_menu .model > .col_accessories_menu:first-child {
        padding-left: 20px;
        margin-bottom: 10px
    }

    .pickedAccessories_accessories_menu .buttons_accessories_menu {
        width: 100%;
        display: flex
    }

    .pickedAccessories_accessories_menu .buttons_accessories_menu svg {
        display: block
    }

    .pickedAccessories_accessories_menu .buttons_accessories_menu button {
        background: #e37639;
        height: 100%;
        border: none;
        border-left: 1px solid rgba(225, 255, 255, .3);
        order: 2;
        width: auto;
        border-radius: 0;
        margin-right: 0 !important;
        padding: 0 18px
    }

    .pickedAccessories_accessories_menu .buttons_accessories_menu button span {
        display: none
    }

    .pickedAccessories_accessories_menu .buttons_accessories_menu a {
        order: 1;
        border-radius: 0;
        width: 100%
    }
}

.wrapper_accessories_item {
    display: flex;
    background-color: #fff
}

.slug_accessories_item {
    color: #4c5865;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin-bottom: 13px
}

.title_accessories_item {
    margin-bottom: 26px;
    font: 300 36px LADAPragmatica, sans-serif;
    color: #4c5865;
    text-transform: uppercase
}

.code_accessories_item {
    margin-bottom: 37px;
    font-size: 12px;
    color: #a6adb5
}

.info_accessories_item {
    flex-basis: 44.4%;
    padding: 45px 48px 45px 33px
}

.info_accessories_item .price_accessories_item {
    margin-bottom: 20px;
    color: #4c5865;
    font-size: 28px;
    font-weight: 700
}

.info_accessories_item .priceTitle_accessories_item {
    margin-bottom: 9px;
    color: #848e98;
    font-size: 14px
}

.info_accessories_item button {
    margin-bottom: 37px;
    padding: 14px 58px;
    height: auto;
    font-weight: 700;
    letter-spacing: .1em;
    border-radius: 100rem
}

.info_accessories_item .description_accessories_item {
    position: relative;
    margin-bottom: 20px;
    max-height: 77px;
    color: #4c5865;
    line-height: 18px;
    overflow-y: hidden;
    transition: all .3s
}

.info_accessories_item .description_accessories_item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff)
}

.info_accessories_item .description_accessories_item.open_content {
    max-height: 500px
}

.info_accessories_item .description_accessories_item.open_content:after {
    opacity: 0
}

.info_accessories_item .descriptionTitle_accessories_item {
    margin-bottom: 10px;
    color: #848e98;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase
}

.info_accessories_item .showMore_accessories_item {
    color: #e37639;
    cursor: pointer
}

.image_accessories_item {
    flex-basis: 56.6%;
    margin-bottom: 21px;
    padding: 45px 33px 45px 37px;
    border-left: 1px solid #eaefef
}

.image_accessories_item img {
    position: sticky;
    top: 37px;
    width: 100%
}

.imageMobile_accessories_item {
    display: none
}

.btn_accessories_item {
    min-height: 46px;
    min-width: 187px
}

@media (max-width: 1000px) {

    .image_accessories_item {
        display: none
    }

    .code_accessories_item {
        margin-bottom: 16px
    }

    .imageMobile_accessories_item {
        display: block;
        margin-bottom: 27px
    }

    .imageMobile_accessories_item img {
        max-width: 100%
    }

    .info_accessories_item {
        background-color: #fff;
        padding: 45px 20px
    }

    .info_accessories_item .description_accessories_item {
        font-size: 14px
    }

    .info_accessories_item .btn_accessories_item {
        width: 100%
    }

    .info_accessories_item .showMore_accessories_item {
        font-size: 14px
    }
}

@media (max-width: 500px) {
    .title_accessories_item {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 14px
    }
}

.accessories_item_block {
    padding-top: 24px;
    background-color: #f4f4f4;
}

.insurance_request_form {
    background: #f7f8f8;
    padding-top: 90px;
    padding-bottom: 80px;
}

.list_help_nav {
    cursor: default
}

.list_help_nav li {
    display: block;
    margin-bottom: 15px
}

.list_help_nav .plus {
    display: flex;
    transition: transform .3s;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    margin-top: -4px
}

.list_help_nav span {
    display: flex;
    min-width: 25px;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px
}

.list_help_nav .iconActive {
    border: none
}

.list_help_nav .iconActive svg {
    width: 25px;
    height: 25px
}

.list_help_nav a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    letter-spacing: 1px
}

.list_help_nav a path {
    stroke: #fff
}

@media (min-width: 768px) {
    .list_help_nav a:hover {
        color: #e37639
    }

    .list_help_nav a:hover span {
        border-color: #e37639
    }

    .list_help_nav a:hover path {
        stroke: #e37639
    }

    .list_help_nav a:hover circle {
        fill: #e37639
    }
}

.btnMobileOpen {
    display: none
}

@media screen and (max-width: 1024px) {
    .btnMobileOpen {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: .07em;
        color: #fff;
        padding: 0 0 0 17px;
        position: relative;
        white-space: nowrap;
        margin-top: 1px
    }

    .btnMobileOpen:before {
        content: "";
        position: absolute;
        height: 49px;
        width: 1px;
        background-color: #fff;
        opacity: .1;
        left: 0;
        top: -16px
    }

    .list_help_nav {
        position: relative;
        background-color: transparent !important
    }

    .list_help_nav li {
        display: inline-block;
        background-color: #e37639;
        align-items: center;
        border-radius: 55px;
        padding: 12px 20px;
        box-sizing: border-box;
        position: absolute;
        min-width: 282px;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transition: top .5s, opacity .5s;
        pointer-events: none;
        font-size: 10px;
        line-height: 14px
    }

    .list_help_nav li a {
        letter-spacing: .07em;
        font-size: 10px;
        padding-right: 10px;
        margin-right: auto
    }

    .list_help_nav li .btnMobileOpen {
        display: none
    }

    .list_help_nav li:first-of-type {
        display: flex;
        justify-content: space-between;
        position: relative;
        pointer-events: auto;
        opacity: 1;
        margin: 0;
        left: 0
    }

    .list_help_nav li:first-of-type .btnMobileOpen {
        display: flex;
        align-items: center;
        margin-top: 6px;
        position: relative
    }
}

.menu_help_nav {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 10
}

.wrapper_help_nav {
    display: flex;
    align-items: flex-end
}

.options_help_nav {
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    height: 52px;
    border-radius: 26px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.options_help_nav li {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px
}

@media screen and (max-width: 1024px) {
    .menu_help_nav {
        bottom: 35px
    }

    .options_help_nav {
        background-color: transparent;
        margin-left: auto
    }

    .options_help_nav li {
        margin: 0
    }
}

.btn_special_series {
    display: inline-flex;
    align-items: center;
    height: 34px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 18px 0;
    border: 0;
    outline: none;
    text-align: center;
    white-space: nowrap;
    color: #e37639;
    background-color: transparent;
    cursor: pointer
}

.btn_special_series .icon_special_series {
    margin-right: .75rem
}



.btn_credit_results {
    cursor: pointer;
    height: 34px;
    display: inline-block;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 9px 18px;
    border: 1px solid #e37639;
    outline: none;
    text-align: center;
    white-space: nowrap;
    line-height: 16px;
    color: #e37639;
    background-color: transparent
}

@media (min-width: 768px) {
    .btn_credit_results:hover {
        color: #fff;
        background-color: #e37639
    }
}

.btn_credit_results.isGray {
    color: #a5a5a5;
    border-color: #d9dcdc
}

@media (max-width: 767px) {
    .btn_credit_results {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 45px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 35px
    }
}

.btn_configurator_actions {
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    white-space: nowrap
}

.list_style_none {
    list-style-type: none;
    display: block
}

.list_style_none > li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 14px
}

.list_style_none > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e37639
}

.light_configurator {
    color: #fff
}

.dark_equipments {
    color: #66727d
}

.dark_equipments > li {
    margin-bottom: 8px
}

.link_params {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #e6873b
}

.link_params span {
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6873b;
    border-radius: 50%;
    margin-right: 10px;
    flex: 0 0 25px
}

.link_params.white_color {
    color: #fff
}

.link_params.white_color span {
    border-color: #fff
}

.card_contacts_cards {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 40px 30px 10px;
    border-right: 1px solid #eaefef;
    background-color: #fff
}

.card_contacts_cards:last-child {
    border-right: none;
    padding: 40px 29px 10px 30px
}

.card_contacts_cards img {
    margin-bottom: 30px
}

.card_contacts_cards .title_contacts_cards {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 135.5%;
    color: #4c5865;
    margin-bottom: 20px
}

.card_contacts_cards .description_contacts_cards {
    font-size: 16px;
    line-height: 140%;
    color: #66727d;
    margin-bottom: 23px;
    white-space: pre-line
}

@media (max-width: 575px) {
    .card_contacts_cards .description_contacts_cards {
        font-size: 14px
    }
}

.card_contacts_cards .buttonContainer_contacts_cards {
    margin-bottom: 20px
}

@media (max-width: 500px) {
    .card_contacts_cards .buttonContainer_contacts_cards,
    .card_contacts_cards .buttonContainer_contacts_cards a {
        width: 100%
    }
}

.card_contacts_cards .number_contacts_cards {
    display: block;
    font-size: 28px;
    line-height: 32px;
    color: #e37639;
    margin-top: 13px
}

.card_contacts_cards .postscript_contacts_cards {
    font-size: 12px;
    line-height: 18px;
    color: #a6adb5;
    margin-top: 13px
}

.cardRoad .title_contacts_cards {
    color: #e37639
}

@media (max-width: 767px) {
    .card_contacts_cards,
    .card_contacts_cards:last-child {
        padding: 30px
    }

    .card_contacts_cards .description_contacts_cards {
        margin-bottom: 0
    }

    .card_contacts_cards .description_contacts_cards + .number_contacts_cards {
        margin-top: 11px
    }

    .card_contacts_cards .description_contacts_cards + .buttonContainer_contacts_cards,
    .card_contacts_cards .description_contacts_cards + a {
        margin-top: 21px
    }

    .card_contacts_cards .buttonContainer_contacts_cards > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 35px
    }

    .card_contacts_cards {
        padding: 30px;
        border-right: none
    }
}

@media (max-width: 500px) {
    .card_contacts_cards {
        padding: 24px 30px !important;
        border: 1px solid #eaefef !important;
        border-bottom: none !important
    }

    .card_contacts_cards:last-of-type {
        border-bottom: 1px solid #eaefef !important
    }

    .card_contacts_cards img {
        margin-bottom: 17px
    }

    .card_contacts_cards .title_contacts_cards {
        font-size: 17px !important;
        line-height: 23px !important;
        margin-bottom: 13px
    }

    .card_contacts_cards .description_contacts_cards {
        font-size: 14px;
        line-height: 18px
    }

    .card_contacts_cards .buttonContainer_contacts_cards,
    .card_contacts_cards a {
        margin-top: 14px !important
    }
}

.container_contacts_cards {
    margin: 0 auto;
    border: 1px solid #eaefef;
    display: flex;
    align-items: stretch;
    justify-content: space-between
}

.cols_3_warranty > div {
    width: 33.33333333%
}

.cols_4_contacts_cards > div {
    width: 25%
}

.cols_5_contacts_cards > div {
    width: 20%
}

@media (max-width: 500px) {
    .container_contacts_cards {
        flex-wrap: wrap
    }

    .container_contacts_cards > div {
        width: 100%;
        border-bottom: 1px solid #eaefef
    }

    .container_contacts_cards > div:last-child {
        border-bottom: none
    }
}

.container_range_slider {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    width: 100%
}

.container_range_slider input {
    outline: none;
    height: 48px;
    width: 100%;
    padding: 12px 17px 0;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #d9dcdc;
    font-size: 15px;
    border-radius: 0
}

.container_range_slider input::-webkit-input-placeholder {
    color: #848e98;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.container_range_slider input:-ms-input-placeholder {
    color: #848e98;
    opacity: 1;
    -ms-transition: all .3s;
    transition: all .3s
}

.container_range_slider input::placeholder {
    color: #848e98;
    opacity: 1;
    transition: all .3s
}

.container_range_slider input:focus::-webkit-input-placeholder {
    opacity: .6
}

.container_range_slider input:focus:-ms-input-placeholder {
    opacity: .6
}

.container_range_slider input:focus::placeholder {
    opacity: .6
}

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

.container_range_slider input:disabled {
    background-color: #fafafa !important
}

.container_range_slider input[type=number] {
    -moz-appearance: textfield
}

.label_range_slider {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 17px;
    z-index: 1;
    transition: color .2s cubic-bezier(0, 0, .2, 1) 0ms, transform .2s cubic-bezier(0, 0, .2, 1) 0ms;
    transform: scale(1) translateY(17px);
    color: #a6adb5;
    transform-origin: top left
}

.label_range_slider.focused_range_slider {
    transform: scale(.8) translateX(0) translateY(8px)
}

.checkbox_comp_accordion {
    position: relative;
    height: 24px;
    margin-top: 8px
}

.checkbox_disabled_comp_accordion span:before {
    background-color: #f5f5f5 !important
}

.checkbox_disabled_comp_accordion.checkbox_bordered_comp_accordion span:before {
    background-color: transparent !important;
    opacity: .3
}

.checkbox_comp_accordion input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 24px
}

.checkbox_comp_accordion span {
    display: inline-flex;
    align-items: flex-start;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    color: #66727d
}

.checkbox_comp_accordion span:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 1px;
    margin-right: 13px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.checkbox_comp_accordion input:not(:disabled):not(:checked) + span:hover:before {
    cursor: pointer
}

.checkbox_comp_accordion > input:disabled:checked + span:before {
    background-color: #f5f5f5
}

.checkbox_comp_accordion > input:disabled:checked + span:before,
.checkbox_comp_accordion > input:not(:disabled):checked + span:before {
    border-color: rgba(166, 173, 181, .2);
    background-size: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1L5.5 9L1 5' stroke='%23E37639' stroke-width='2.57143'/%3E%3C/svg%3E%0A")
}

.checkbox_bordered_comp_accordion > input:not(:disabled):checked + span:before {
    background-color: #e37639;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1L5.5 9L1 5' stroke='%23FFFFFF' stroke-width='2.57143'/%3E%3C/svg%3E%0A")
}

.checkbox_bordered_comp_accordion span:before {
    background-color: transparent;
    border-radius: 50%
}

@media (max-width: 500px) {
    .checkbox_comp_accordion span:before {
        margin-right: 11px;
        width: 20px;
        height: 20px
    }
}

.subtitle_insurance_page {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #e37639;
    margin-top: 25px
}

@media (max-width: 500px) {

    .subtitle_insurance_page {
        margin-top: 14px
    }
}

.advantages_list {
    background: #f7f8f8;
    padding-top: 70px;
    padding-bottom: 90px
}

.advantages_list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.advantages_list ul li {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #4c5865;
    margin-top: 25px;
    padding-left: 25px;
    position: relative
}

.advantages_list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 27px;
    background: #e37639
}

@media (max-width: 500px) {
    .advantages_list {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .advantages_list ul li {
        font-size: 18px;
        line-height: 23px
    }

    .advantages_list ul li:first-of-type {
        margin-top: 0
    }
}







.info_insurance_page {
    padding-top: 50px;
    padding-bottom: 90px
}

.info_insurance_page h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #4c5865
}

.info_insurance_page .description_insurance_page {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #4c5865;
    margin-top: 11px;
    margin-bottom: 13px;
    width: 815px
}

.info_insurance_page .description_insurance_page:first-letter {
    text-transform: uppercase
}

.containerCardInfo_insurance_page {
    flex-wrap: wrap;
    justify-content: flex-start;
    border: none
}

.containerCardInfo_insurance_page > div {
    width: 33.33333333%;
    border: 1px solid #eaefef;
    border-right: none;
    padding-bottom: 30px;
    padding-top: 10px
}

.containerCardInfo_insurance_page > div > div:nth-child(2) {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: .01em;
    color: #e37639;
    text-transform: uppercase
}

.containerCardInfo_insurance_page > div:nth-child(3n) {
    border-right: 1px solid #eaefef
}

.containerCardInfo_insurance_page > div:last-child {
    border-right: 1px solid #eaefef;
    padding-bottom: 30px;
    padding-top: 10px
}

.morePrograms_insurance_page {
    padding-bottom: 80px
}

.morePrograms_insurance_page .options_insurance_page {
    margin-top: 80px;
    margin-bottom: 70px
}

.morePrograms_insurance_page .links_insurance_page {
    margin-bottom: 70px;
    margin-top: 70px
}

.morePrograms_insurance_page .links_insurance_page h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #e37639
}

.morePrograms_insurance_page p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #a6adb5;
    margin-top: 10px
}

@media (max-width: 1050px) {
    .info_insurance_page .description_insurance_page {
        width: auto
    }
}

@media (max-width: 500px) {
    .info_insurance_page {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .info_insurance_page h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 22px
    }

    .info_insurance_page .description_insurance_page {
        font-size: 15px
    }

    .containerCardInfo_insurance_page > div {
        width: 100%
    }

    .morePrograms_insurance_page {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .morePrograms_insurance_page > div {
        margin: 0 0 50px !important
    }
}

.programm_insurance_page {
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #e37639;
}

.line {
    width: 324px;
    height: 1px;
    background: #e37639;
    margin-top: 19px;
    margin-bottom: 17px;
}

.insurance_page_subtitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    margin-top: 15px;
}

.list_help_nav {
    cursor: default
}

.list_help_nav li {
    display: block;
    margin-bottom: 15px
}

.list_help_nav .plus {
    display: flex;
    transition: transform .3s;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    margin-top: -4px
}

.list_help_nav span {
    display: flex;
    min-width: 25px;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px
}

.list_help_nav .iconActive {
    border: none
}

.list_help_nav .iconActive svg {
    width: 25px;
    height: 25px
}

.list_help_nav a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    letter-spacing: 1px
}

.list_help_nav a path {
    stroke: #fff
}

@media (min-width: 768px) {
    .list_help_nav a:hover {
        color: #e37639
    }

    .list_help_nav a:hover span {
        border-color: #e37639
    }

    .list_help_nav a:hover path {
        stroke: #e37639
    }

    .list_help_nav a:hover circle {
        fill: #e37639
    }
}

.btnMobileOpen {
    display: none
}

@media screen and (max-width: 1024px) {
    .btnMobileOpen {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: .07em;
        color: #fff;
        padding: 0 0 0 17px;
        position: relative;
        white-space: nowrap;
        margin-top: 1px
    }

    .btnMobileOpen:before {
        content: "";
        position: absolute;
        height: 49px;
        width: 1px;
        background-color: #fff;
        opacity: .1;
        left: 0;
        top: -16px
    }

    .list_help_nav {
        position: relative;
        background-color: transparent !important
    }

    .list_help_nav li {
        display: inline-block;
        background-color: #e37639;
        align-items: center;
        border-radius: 55px;
        padding: 12px 20px;
        box-sizing: border-box;
        position: absolute;
        min-width: 282px;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transition: top .5s, opacity .5s;
        pointer-events: none;
        font-size: 10px;
        line-height: 14px
    }

    .list_help_nav li a {
        letter-spacing: .07em;
        font-size: 10px;
        padding-right: 10px;
        margin-right: auto
    }

    .list_help_nav li .btnMobileOpen {
        display: none
    }

    .list_help_nav li:first-of-type {
        display: flex;
        justify-content: space-between;
        position: relative;
        pointer-events: auto;
        opacity: 1;
        margin: 0;
        left: 0
    }

    .list_help_nav li:first-of-type .btnMobileOpen {
        display: flex;
        align-items: center;
        margin-top: 6px;
        position: relative
    }
}

.menu_help_nav {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 10
}

.wrapper_help_nav {
    display: flex;
    align-items: flex-end
}

.options_help_nav {
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    height: 52px;
    border-radius: 26px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.options_help_nav li {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px
}

@media screen and (max-width: 1024px) {
    .menu_help_nav {
        bottom: 35px
    }

    .options_help_nav {
        background-color: transparent;
        margin-left: auto
    }

    .options_help_nav li {
        margin: 0
    }
}

.container_range_slider {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    width: 100%
}

.container_range_slider input {
    outline: none;
    height: 48px;
    width: 100%;
    padding: 12px 17px 0;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #d9dcdc;
    font-size: 15px;
    border-radius: 0
}

.container_range_slider input::-webkit-input-placeholder {
    color: #848e98;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.container_range_slider input:-ms-input-placeholder {
    color: #848e98;
    opacity: 1;
    -ms-transition: all .3s;
    transition: all .3s
}

.container_range_slider input::placeholder {
    color: #848e98;
    opacity: 1;
    transition: all .3s
}

.container_range_slider input:focus::-webkit-input-placeholder {
    opacity: .6
}

.container_range_slider input:focus:-ms-input-placeholder {
    opacity: .6
}

.container_range_slider input:focus::placeholder {
    opacity: .6
}

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

.container_range_slider input:disabled {
    background-color: #fafafa !important
}

.container_range_slider input[type=number] {
    -moz-appearance: textfield
}

.label_range_slider {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 17px;
    z-index: 1;
    transition: color .2s cubic-bezier(0, 0, .2, 1) 0ms, transform .2s cubic-bezier(0, 0, .2, 1) 0ms;
    transform: scale(1) translateY(17px);
    color: #a6adb5;
    transform-origin: top left
}

.label_range_slider.focused_range_slider {
    transform: scale(.8) translateX(0) translateY(8px)
}

.btn_special_series {
    display: inline-flex;
    align-items: center;
    height: 34px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 18px 0;
    border: 0;
    outline: none;
    text-align: center;
    white-space: nowrap;
    color: #e37639;
    background-color: transparent;
    cursor: pointer
}

.btn_special_series .icon_special_series {
    margin-right: .75rem
}



.btn_credit_results {
    cursor: pointer;
    height: 34px;
    display: inline-block;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 9px 18px;
    border: 1px solid #e37639;
    outline: none;
    text-align: center;
    white-space: nowrap;
    line-height: 16px;
    color: #e37639;
    background-color: transparent
}

@media (min-width: 768px) {
    .btn_credit_results:hover {
        color: #fff;
        background-color: #e37639
    }
}

.btn_credit_results.isGray {
    color: #a5a5a5;
    border-color: #d9dcdc
}

@media (max-width: 767px) {
    .btn_credit_results {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 45px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 35px
    }
}

.btn_configurator_actions {
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    white-space: nowrap
}

.link_params {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #e6873b
}

.link_params span {
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6873b;
    border-radius: 50%;
    margin-right: 10px;
    flex: 0 0 25px
}

.link_params.white_color {
    color: #fff
}

.link_params.white_color span {
    border-color: #fff
}

.checkbox_comp_accordion {
    position: relative;
    height: 24px;
    margin-top: 8px
}

.checkbox_disabled_comp_accordion span:before {
    background-color: #f5f5f5 !important
}

.checkbox_disabled_comp_accordion.checkbox_bordered_comp_accordion span:before {
    background-color: transparent !important;
    opacity: .3
}

.checkbox_comp_accordion input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 24px
}

.checkbox_comp_accordion span {
    display: inline-flex;
    align-items: flex-start;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    color: #66727d
}

.checkbox_comp_accordion span:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 1px;
    margin-right: 13px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.checkbox_comp_accordion input:not(:disabled):not(:checked) + span:hover:before {
    cursor: pointer
}

.checkbox_comp_accordion > input:disabled:checked + span:before {
    background-color: #f5f5f5
}

.checkbox_comp_accordion > input:disabled:checked + span:before,
.checkbox_comp_accordion > input:not(:disabled):checked + span:before {
    border-color: rgba(166, 173, 181, .2);
    background-size: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1L5.5 9L1 5' stroke='%23E37639' stroke-width='2.57143'/%3E%3C/svg%3E%0A")
}

.checkbox_bordered_comp_accordion > input:not(:disabled):checked + span:before {
    background-color: #e37639;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1L5.5 9L1 5' stroke='%23FFFFFF' stroke-width='2.57143'/%3E%3C/svg%3E%0A")
}

.checkbox_bordered_comp_accordion span:before {
    background-color: transparent;
    border-radius: 50%
}

@media (max-width: 500px) {
    .checkbox_comp_accordion span:before {
        margin-right: 11px;
        width: 20px;
        height: 20px
    }
}

.container_faq {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 15px;
    max-width: 755px;
    width: 100%;
    color: #4c5865
}

.title_faq {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 15px
}

.description_faq {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px
}

.form_faq {
    display: flex;
    align-items: center
}

.button_faq {
    margin-left: 20px
}

@media (max-width: 767px) {
    .container_faq {
        padding-top: 50px;
        padding-bottom: 32px;
        text-align: left
    }

    .container_faq .title_faq {
        font-size: 28px;
        margin-bottom: 25px
    }

    .container_faq .description_faq {
        margin-bottom: 25px
    }

    .container_faq .form_faq {
        position: relative
    }

    .container_faq .form_faq > div {
        font-size: 16px
    }

    .container_faq .form_faq button {
        position: absolute;
        height: 35px;
        right: 0;
        max-width: 84px
    }
}

.titleUpercase .header_dropdown_tabs .main_dropdown_tabs,
.titleUpercase .name_comp_accordion {
    text-transform: uppercase
}

.container_params_tabs {
    color: #66727d;
    border-bottom: 1px solid #eaefef
}

.container_params_tabs .header_dropdown_tabs {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    position: relative;
    padding: 25px 21px 25px 30px;
    cursor: pointer
}

@media screen and (max-width: 575px) {
    .container_params_tabs .header_dropdown_tabs {
        padding: 20px;
        line-height: 21px
    }
}

.container_params_tabs .header_dropdown_tabs .main_dropdown_tabs {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.container_params_tabs .header_dropdown_tabs .main_dropdown_tabs svg {
    margin-left: 20px;
    flex: 0 0 25px;
    transition: transform .3s
}

.container_params_tabs .body_dropdown_tabs {
    padding: 25px 30px;
    max-width: 879px;
    display: none
}

@media (max-width: 1024px) {
    .container_params_tabs .body_dropdown_tabs {
        max-width: none
    }
}

@media screen and (max-width: 768px) {
    .container_params_tabs .body_dropdown_tabs {
        padding: 25px 16px
    }
}

.container_params_tabs .body_dropdown_tabs > p {
    margin-bottom: 20px
}

.container_params_tabs .circle {
    margin-left: 20px;
    display: inline-block;
    position: relative
}

.container_params_tabs .circle:before {
    content: "•";
    color: #e6873b;
    position: absolute;
    left: -15px;
    top: 1px
}

.container_params_tabs.opened_tabs > .header_dropdown_tabs {
    background-color: #f7f8f8
}

.container_params_tabs.opened_tabs > .header_dropdown_tabs svg {
    transition: transform .3s;
    transform: rotate(180deg)
}

.container_params_tabs.opened_tabs > .header_dropdown_tabs svg path {
    stroke: #e37639
}

.container_params_tabs.opened_tabs > .body_dropdown_tabs {
    display: flex;
    flex-flow: row wrap
}

.container_params_tabs .text_comp_accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.container_params_tabs .text_comp_accordion .small_comp_accordion {
    width: 150px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: right
}

.container_params_tabs.disabled {
    opacity: .9
}

.container_params_tabs.disabled .text_comp_accordion {
    opacity: .7
}

.container_params_tabs.group_comp_accordion {
    margin-bottom: .25rem;
    color: #fff;
    font-weight: 700;
    border-bottom: none
}

.container_params_tabs.group_comp_accordion .header_dropdown_tabs {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 70px 0 16px;
    background-color: rgba(34, 31, 32, .95);
    border-radius: 3px;
    cursor: pointer
}

.container_params_tabs.group_comp_accordion .header_dropdown_tabs:before {
    display: none
}

.container_params_tabs.group_comp_accordion.opened_tabs .header_dropdown_tabs {
    background-color: rgba(34, 31, 32, .98);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.container_params_tabs.group_comp_accordion .body_dropdown_tabs {
    font-weight: 400;
    background-color: rgba(31, 31, 31, .9);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.container_params_tabs.group_comp_accordion label {
    margin-top: 0
}

.container_params_tabs.group_comp_accordion .name_comp_accordion {
    margin-right: auto
}

.container_params_tabs.group_comp_accordion .fullprice_comp_accordion {
    margin-top: .25rem;
    font-weight: 400;
    font-size: .75rem;
    text-align: right
}

.container_params_tabs.group_comp_accordion .arrow_comp_accordion {
    margin-left: 2.25rem;
    width: 25px !important;
    height: 25px !important;
    transition: .5s;
    position: absolute;
    right: 20px;
    top: 20px
}

.itemObject_warranty_tab {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 35px 30px;
    border: 1px solid #d9dcdc;
    margin: 0 0 -1px -1px;
    min-height: 186px
}

@media screen and (max-width: 768px) {
    .itemObject_warranty_tab {
        width: 100%;
        min-height: 136px
    }
}

.itemObject_warranty_tab span {
    color: #d9dcdc
}

.itemTitle_warranty_tab {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #e6873b;
    margin-bottom: 15px
}

@media screen and (max-width: 768px) {
    .itemTitle_warranty_tab {
        font-size: 17px;
        line-height: 23px
    }

    .itemDescription_warranty_tab {
        font-size: 14px;
        line-height: 18px
    }
}

@media (max-width: 767px) {
    .header_dropdown_tabs label {
        margin-top: -15px !important
    }

    .header_dropdown_tabs svg {
        margin-top: -10px !important;
        width: 15px !important;
        height: 15px !important
    }

    .header_dropdown_tabs .name_comp_accordion {
        font-size: 14px;
        line-height: 21px;
        text-transform: uppercase
    }

    .header_dropdown_tabs .text_comp_accordion {
        line-height: 21px;
        flex-direction: column;
        align-items: flex-start
    }

    .header_dropdown_tabs .text_comp_accordion p {
        font-size: 13px
    }

    .container_params_tabs .body_dropdown_tabs {
        padding: 25px 28px 17px 25px;
        font-size: 14px;
        line-height: 18px
    }
}

.list_style_none {
    list-style-type: none;
    display: block
}

.list_style_none > li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 14px
}

.list_style_none > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e37639
}

.light_configurator {
    color: #fff
}

.dark_equipments {
    color: #66727d
}

.dark_equipments > li {
    margin-bottom: 8px
}

.faq-tabs.nav-pills-orange-selector .nav-pills .nav-link,
.faq-tabs.nav-pills-orange-selector .nav-pills > .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #66727d;
}

.faq-tabs.nav-pills-orange-selector .nav-pills .nav-link.active,
.faq-tabs.nav-pills-orange-selector .nav-pills .show > .nav-link {
    color: #66727d;
    font-weight: 600;
}

.faq-tabs.nav-pills-orange-selector .tab-content {
    max-width: initial;
    width: auto;
}

.faq_page .container_params_tabs.opened_tabs > .body_dropdown_tabs {
    flex-flow: column;
    padding: 0;
    margin: 0;
    flex-flow: column;
}

.faq_page .container_params_tabs.opened_tabs > .body_dropdown_tabs p {
    padding: 10px;
}

.faq_page .container_params_tabs .header_dropdown_tabs {
    padding: 25px 10px;
}

.list_help_nav {
    cursor: default
}

.list_help_nav li {
    display: block;
    margin-bottom: 15px
}

.list_help_nav .plus {
    display: flex;
    transition: transform .3s;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    margin-top: -4px
}

.list_help_nav span {
    display: flex;
    min-width: 25px;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px
}

.list_help_nav .iconActive {
    border: none
}

.list_help_nav .iconActive svg {
    width: 25px;
    height: 25px
}

.list_help_nav a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    letter-spacing: 1px
}

.list_help_nav a path {
    stroke: #fff
}

@media (min-width: 768px) {
    .list_help_nav a:hover {
        color: #e37639
    }

    .list_help_nav a:hover span {
        border-color: #e37639
    }

    .list_help_nav a:hover path {
        stroke: #e37639
    }

    .list_help_nav a:hover circle {
        fill: #e37639
    }
}

.btnMobileOpen {
    display: none
}

@media screen and (max-width: 1024px) {
    .btnMobileOpen {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: .07em;
        color: #fff;
        padding: 0 0 0 17px;
        position: relative;
        white-space: nowrap;
        margin-top: 1px
    }

    .btnMobileOpen:before {
        content: "";
        position: absolute;
        height: 49px;
        width: 1px;
        background-color: #fff;
        opacity: .1;
        left: 0;
        top: -16px
    }

    .list_help_nav {
        position: relative;
        background-color: transparent !important
    }

    .list_help_nav li {
        display: inline-block;
        background-color: #e37639;
        align-items: center;
        border-radius: 55px;
        padding: 12px 20px;
        box-sizing: border-box;
        position: absolute;
        min-width: 282px;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transition: top .5s, opacity .5s;
        pointer-events: none;
        font-size: 10px;
        line-height: 14px
    }

    .list_help_nav li a {
        letter-spacing: .07em;
        font-size: 10px;
        padding-right: 10px;
        margin-right: auto
    }

    .list_help_nav li .btnMobileOpen {
        display: none
    }

    .list_help_nav li:first-of-type {
        display: flex;
        justify-content: space-between;
        position: relative;
        pointer-events: auto;
        opacity: 1;
        margin: 0;
        left: 0
    }

    .list_help_nav li:first-of-type .btnMobileOpen {
        display: flex;
        align-items: center;
        margin-top: 6px;
        position: relative
    }
}

.menu_help_nav {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 10
}

.wrapper_help_nav {
    display: flex;
    align-items: flex-end
}

.options_help_nav {
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    height: 52px;
    border-radius: 26px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.options_help_nav li {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px
}

@media screen and (max-width: 1024px) {
    .menu_help_nav {
        bottom: 35px
    }

    .options_help_nav {
        background-color: transparent;
        margin-left: auto
    }

    .options_help_nav li {
        margin: 0
    }
}











.header-with-background h1.title_service_actions {
    font-size: 54px;
    font-weight: 300;
    color: #fff;
    max-width: 365px;
    margin-top: 30px;
    margin-bottom: 26px;
    text-transform: uppercase;
    padding-top: 355px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .header-with-background h1.title_service_actions {
        font-weight: 300;
        font-size: 36px;
        line-height: 43px;
        letter-spacing: .02em;
        padding-top: 373px;
        position: relative;
        margin-bottom: 15px;
        z-index: 2
    }
}



.container_service_actions_items {
    position: relative
}

.content_service_actions_items {
    position: relative;
    padding-top: 80px;
    padding-bottom: 45px
}

.title_service_actions_items {
    font-size: 36px;
    line-height: 120%;
    letter-spacing: .02em;
    text-transform: uppercase;
    padding-bottom: 36px;
    color: #4c5865
}

@media screen and (max-width: 768px) {
    .title_service_actions_items {
        font-weight: 300;
        font-size: 36px;
        line-height: 43px;
        letter-spacing: .02em;
        position: relative;
        margin-bottom: 15px;
        z-index: 2
    }
}

.item_service_actions_items {
    padding: 9px;
    box-sizing: border-box;
    position: relative;
    min-height: 326px;
    overflow: hidden
}

.item_service_actions_items img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.item_service_actions_items:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: calc(100% - 10px);
    height: 150px;
    bottom: 0;
    left: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .278431), transparent 74%)
}

@media screen and (max-width: 500px) {
    .item_service_actions_items:before {
        height: 190px
    }
}

.wrapperText_service_actions_items {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 34px;
    box-sizing: border-box
}

.itemTitle_service_actions_items {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff
}

@media screen and (max-width: 500px) {
    .itemTitle_service_actions_items {
        font-size: 18px;
        line-height: 135.5%
    }
}

.description_service_actions_items {
    font-size: 16px;
    line-height: 21px;
    color: #fff
}

@media screen and (max-width: 500px) {
    .description_service_actions_items {
        font-size: 14px;
        line-height: 18px
    }
}

.to_page {
    padding-top: 165px;
}

.to_page h1 {
    position: relative;
    left: 0;
}

.type_to_tabs {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    height: auto;
    margin-bottom: 0;
}

.distance_to_tabs {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    opacity: .6;
}

.to_tabs.header_dropdown_tabs {
    padding: 20px 30px !important;
}

.to_page .body_dropdown_tabs {
    min-height: 300px;
    padding-bottom: 30px !important;
}

.to_page .complectationItems {
    max-height: unset;
}

.list_help_nav {
    cursor: default
}

.list_help_nav li {
    display: block;
    margin-bottom: 15px
}

.list_help_nav .plus {
    display: flex;
    transition: transform .3s;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    margin-top: -4px
}

.list_help_nav span {
    display: flex;
    min-width: 25px;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px
}

.list_help_nav .iconActive {
    border: none
}

.list_help_nav .iconActive svg {
    width: 25px;
    height: 25px
}

.list_help_nav a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    letter-spacing: 1px
}

.list_help_nav a path {
    stroke: #fff
}

@media (min-width: 768px) {
    .list_help_nav a:hover {
        color: #e37639
    }

    .list_help_nav a:hover span {
        border-color: #e37639
    }

    .list_help_nav a:hover path {
        stroke: #e37639
    }

    .list_help_nav a:hover circle {
        fill: #e37639
    }
}

.btnMobileOpen {
    display: none
}

@media screen and (max-width: 1024px) {
    .btnMobileOpen {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: .07em;
        color: #fff;
        padding: 0 0 0 17px;
        position: relative;
        white-space: nowrap;
        margin-top: 1px
    }

    .btnMobileOpen:before {
        content: "";
        position: absolute;
        height: 49px;
        width: 1px;
        background-color: #fff;
        opacity: .1;
        left: 0;
        top: -16px
    }

    .list_help_nav {
        position: relative;
        background-color: transparent !important
    }

    .list_help_nav li {
        display: inline-block;
        background-color: #e37639;
        align-items: center;
        border-radius: 55px;
        padding: 12px 20px;
        box-sizing: border-box;
        position: absolute;
        min-width: 282px;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transition: top .5s, opacity .5s;
        pointer-events: none;
        font-size: 10px;
        line-height: 14px
    }

    .list_help_nav li a {
        letter-spacing: .07em;
        font-size: 10px;
        padding-right: 10px;
        margin-right: auto
    }

    .list_help_nav li .btnMobileOpen {
        display: none
    }

    .list_help_nav li:first-of-type {
        display: flex;
        justify-content: space-between;
        position: relative;
        pointer-events: auto;
        opacity: 1;
        margin: 0;
        left: 0
    }

    .list_help_nav li:first-of-type .btnMobileOpen {
        display: flex;
        align-items: center;
        margin-top: 6px;
        position: relative
    }
}

.menu_help_nav {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 10
}

.wrapper_help_nav {
    display: flex;
    align-items: flex-end
}

.options_help_nav {
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    height: 52px;
    border-radius: 26px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.options_help_nav li {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px
}

@media screen and (max-width: 1024px) {
    .menu_help_nav {
        bottom: 35px
    }

    .options_help_nav {
        background-color: transparent;
        margin-left: auto
    }

    .options_help_nav li {
        margin: 0
    }
}

.wrapper_request_form {
    background-color: #f7f8f8;
    margin-bottom: 10px
}

.container_request_form {
    display: flex;
    position: relative
}

.title_request_form {
    font-size: 32px;
    color: #4c5865;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .02em
}



.leftPart_request_form {
    flex: 0 1 50%;
    width: 50%;
    max-height: 100%
}

.leftPart_request_form .title_request_form {
    display: none
}

.rightPart_request_form {
    flex: 0 0 50%;
    padding: 70px;
    max-width: 720px
}

@media (max-width: 1024px) {
    .rightPart_request_form {
        padding: 70px 35px
    }

    .container_request_form {
        flex-direction: column;
        position: relative
    }

    .container_request_form .leftPart_request_form {
        width: 100%
    }

    .container_request_form .leftPart_request_form > div {
        height: 400px !important
    }

    .container_request_form .rightPart_request_form {
        margin: 0 auto
    }
}

@media (max-width: 1024px) and (max-width: 500px) {
    .container_request_form .leftPart_request_form > div {
        height: 265px !important;
        margin-bottom: 30px
    }

    .container_request_form .title_request_form {
        margin-top: 50px;
        margin-bottom: 29px;
        display: block;
        font-weight: 300;
        font-size: 28px;
        line-height: 120%;
        text-transform: uppercase;
        color: #4c5865;
        padding: 0 20px
    }

    .rightPart_request_form {
        padding: 0 20px 50px;
        margin-top: 33px
    }

    .rightPart_request_form .title_request_form {
        display: none
    }
}

.container_range_slider {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    width: 100%
}

.container_range_slider input {
    outline: none;
    height: 48px;
    width: 100%;
    padding: 12px 17px 0;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #d9dcdc;
    font-size: 15px;
    border-radius: 0
}

.container_range_slider input::-webkit-input-placeholder {
    color: #848e98;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.container_range_slider input:-ms-input-placeholder {
    color: #848e98;
    opacity: 1;
    -ms-transition: all .3s;
    transition: all .3s
}

.container_range_slider input::placeholder {
    color: #848e98;
    opacity: 1;
    transition: all .3s
}

.container_range_slider input:focus::-webkit-input-placeholder {
    opacity: .6
}

.container_range_slider input:focus:-ms-input-placeholder {
    opacity: .6
}

.container_range_slider input:focus::placeholder {
    opacity: .6
}

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

.container_range_slider input:disabled {
    background-color: #fafafa !important
}

.container_range_slider input[type=number] {
    -moz-appearance: textfield
}

.label_range_slider {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 17px;
    z-index: 1;
    transition: color .2s cubic-bezier(0, 0, .2, 1) 0ms, transform .2s cubic-bezier(0, 0, .2, 1) 0ms;
    transform: scale(1) translateY(17px);
    color: #a6adb5;
    transform-origin: top left
}

.label_range_slider.focused_range_slider {
    transform: scale(.8) translateX(0) translateY(8px)
}

.btn_special_series {
    display: inline-flex;
    align-items: center;
    height: 34px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 18px 0;
    border: 0;
    outline: none;
    text-align: center;
    white-space: nowrap;
    color: #e37639;
    background-color: transparent;
    cursor: pointer
}

.btn_special_series .icon_special_series {
    margin-right: .75rem
}



.btn_credit_results {
    cursor: pointer;
    height: 34px;
    display: inline-block;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 9px 18px;
    border: 1px solid #e37639;
    outline: none;
    text-align: center;
    white-space: nowrap;
    line-height: 16px;
    color: #e37639;
    background-color: transparent
}

@media (min-width: 768px) {
    .btn_credit_results:hover {
        color: #fff;
        background-color: #e37639
    }
}

.btn_credit_results.isGray {
    color: #a5a5a5;
    border-color: #d9dcdc
}

@media (max-width: 767px) {
    .btn_credit_results {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 45px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 35px
    }
}

.btn_configurator_actions {
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    white-space: nowrap
}

.checkbox_comp_accordion {
    position: relative;
    height: 24px;
    margin-top: 8px
}

.checkbox_disabled_comp_accordion span:before {
    background-color: #f5f5f5 !important
}

.checkbox_disabled_comp_accordion.checkbox_bordered_comp_accordion span:before {
    background-color: transparent !important;
    opacity: .3
}

.checkbox_comp_accordion input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 24px
}

.checkbox_comp_accordion span {
    display: inline-flex;
    align-items: flex-start;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    color: #66727d
}

.checkbox_comp_accordion span:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 1px;
    margin-right: 13px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.checkbox_comp_accordion input:not(:disabled):not(:checked) + span:hover:before {
    cursor: pointer
}

.checkbox_comp_accordion > input:disabled:checked + span:before {
    background-color: #f5f5f5
}

.checkbox_comp_accordion > input:disabled:checked + span:before,
.checkbox_comp_accordion > input:not(:disabled):checked + span:before {
    border-color: rgba(166, 173, 181, .2);
    background-size: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1L5.5 9L1 5' stroke='%23E37639' stroke-width='2.57143'/%3E%3C/svg%3E%0A")
}

.checkbox_bordered_comp_accordion > input:not(:disabled):checked + span:before {
    background-color: #e37639;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1L5.5 9L1 5' stroke='%23FFFFFF' stroke-width='2.57143'/%3E%3C/svg%3E%0A")
}

.checkbox_bordered_comp_accordion span:before {
    background-color: transparent;
    border-radius: 50%
}

@media (max-width: 500px) {
    .checkbox_comp_accordion span:before {
        margin-right: 11px;
        width: 20px;
        height: 20px
    }
}

.rightPart_warranty {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column
}

.rightPart_warranty > div {
    width: 470px
}

@media (max-width: 1024px) {
    .rightPart_warranty > div {
        width: 100%
    }
}

.subtitle_warranty {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px
}

@media (max-width: 1024px) {
    .subtitle_warranty {
        font-size: 20px;
        line-height: 28px
    }
}

@media screen and (max-width: 575px) {
    .subtitle_warranty {
        font-size: 18px;
        line-height: 23px
    }
}

.container_warranty {
    padding-top: 90px;
    padding-bottom: 90px
}

@media screen and (max-width: 575px) {
    .container_warranty {
        padding-top: 50px;
        padding-bottom: 40px
    }
}

.title_warranty {
    margin-bottom: 20px
}

@media screen and (max-width: 575px) {
    .title_warranty {
        font-size: 28px
    }
}

.description_warranty {
    max-width: 520px;
    margin-bottom: 40px
}

@media screen and (max-width: 575px) {
    .description_warranty {
        font-size: 14px;
        margin-bottom: 24px
    }
}

.list_warranty {
    display: flex
}

@media screen and (max-width: 575px) {
    .list_warranty {
        flex-direction: column
    }
}

.item_warranty {
    background-color: #f7f8f8;
    margin-right: 20px;
    padding: 30px;
    width: 365px
}

@media screen and (max-width: 575px) {
    .item_warranty {
        width: 100%;
        margin-right: 0
    }

    .item_warranty:not(:last-child) {
        margin-bottom: 10px
    }
}

.price_warranty {
    color: #e37639;
    font-size: 48px
}

@media screen and (max-width: 575px) {
    .price_warranty {
        font-size: 40px
    }
}

.itemDesc_warranty {
    color: #66727d
}

.list_style_none {
    list-style-type: none;
    display: block
}

.list_style_none > li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 14px
}

.list_style_none > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e37639
}

.light_configurator {
    color: #fff
}

.dark_equipments {
    color: #66727d
}

.dark_equipments > li {
    margin-bottom: 8px
}

.link_params {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #e6873b
}

.link_params span {
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6873b;
    border-radius: 50%;
    margin-right: 10px;
    flex: 0 0 25px
}

.link_params.white_color {
    color: #fff
}

.link_params.white_color span {
    border-color: #fff
}

.card_contacts_cards {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 40px 30px 10px;
    border-right: 1px solid #eaefef;
    background-color: #fff
}

.card_contacts_cards:last-child {
    border-right: none;
    padding: 40px 29px 10px 30px
}

.card_contacts_cards img {
    margin-bottom: 30px
}

.card_contacts_cards .title_contacts_cards {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 135.5%;
    color: #4c5865;
    margin-bottom: 20px
}

.card_contacts_cards .description_contacts_cards {
    font-size: 16px;
    line-height: 140%;
    color: #66727d;
    margin-bottom: 23px;
    white-space: pre-line
}

@media (max-width: 575px) {
    .card_contacts_cards .description_contacts_cards {
        font-size: 14px
    }
}

.card_contacts_cards .buttonContainer_contacts_cards {
    margin-bottom: 20px
}

@media (max-width: 500px) {
    .card_contacts_cards .buttonContainer_contacts_cards,
    .card_contacts_cards .buttonContainer_contacts_cards a {
        width: 100%
    }
}

.card_contacts_cards .number_contacts_cards {
    display: block;
    font-size: 28px;
    line-height: 32px;
    color: #e37639;
    margin-top: 13px
}

.card_contacts_cards .postscript_contacts_cards {
    font-size: 12px;
    line-height: 18px;
    color: #a6adb5;
    margin-top: 13px
}

.cardRoad .title_contacts_cards {
    color: #e37639
}

@media (max-width: 767px) {
    .card_contacts_cards,
    .card_contacts_cards:last-child {
        padding: 30px
    }

    .card_contacts_cards .description_contacts_cards {
        margin-bottom: 0
    }

    .card_contacts_cards .description_contacts_cards + .number_contacts_cards {
        margin-top: 11px
    }

    .card_contacts_cards .description_contacts_cards + .buttonContainer_contacts_cards,
    .card_contacts_cards .description_contacts_cards + a {
        margin-top: 21px
    }

    .card_contacts_cards .buttonContainer_contacts_cards > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 35px
    }

    .card_contacts_cards {
        padding: 30px;
        border-right: none
    }
}

@media (max-width: 500px) {
    .card_contacts_cards {
        padding: 24px 30px !important;
        border: 1px solid #eaefef !important;
        border-bottom: none !important
    }

    .card_contacts_cards:last-of-type {
        border-bottom: 1px solid #eaefef !important
    }

    .card_contacts_cards img {
        margin-bottom: 17px
    }

    .card_contacts_cards .title_contacts_cards {
        font-size: 17px !important;
        line-height: 23px !important;
        margin-bottom: 13px
    }

    .card_contacts_cards .description_contacts_cards {
        font-size: 14px;
        line-height: 18px
    }

    .card_contacts_cards .buttonContainer_contacts_cards,
    .card_contacts_cards a {
        margin-top: 14px !important
    }
}

.container_contacts_cards {
    margin: 0 auto;
    border: 1px solid #eaefef;
    display: flex;
    align-items: stretch;
    justify-content: space-between
}

.cols_3_warranty > div {
    width: 33.33333333%
}

.cols_4_contacts_cards > div {
    width: 25%
}

.cols_5_contacts_cards > div {
    width: 20%
}

@media (max-width: 500px) {
    .container_contacts_cards {
        flex-wrap: wrap
    }

    .container_contacts_cards > div {
        width: 100%;
        border-bottom: 1px solid #eaefef
    }

    .container_contacts_cards > div:last-child {
        border-bottom: none
    }
}

.container_warranty_gray {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #f7f8f8
}

@media screen and (max-width: 575px) {
    .container_warranty_gray {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.title_plusone {
    margin-bottom: 45px
}

@media screen and (max-width: 575px) {
    .title_plusone {
        font-size: 28px;
        margin-bottom: 28px
    }
}

.container_warranty {
    padding-top: 100px;
    padding-bottom: 100px
}

@media screen and (max-width: 575px) {
    .container_warranty {
        padding-top: 50px;
        padding-bottom: 40px
    }
}



.titleUpercase .header_dropdown_tabs .main_dropdown_tabs,
.titleUpercase .name_comp_accordion {
    text-transform: uppercase
}

.container_params_tabs {
    color: #66727d;
    border-bottom: 1px solid #eaefef
}

.container_params_tabs .header_dropdown_tabs {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    position: relative;
    padding: 25px 21px 25px 30px;
    cursor: pointer
}

@media screen and (max-width: 575px) {
    .container_params_tabs .header_dropdown_tabs {
        padding: 20px;
        line-height: 21px
    }
}

.container_params_tabs .header_dropdown_tabs .main_dropdown_tabs {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.container_params_tabs .header_dropdown_tabs .main_dropdown_tabs svg {
    margin-left: 20px;
    flex: 0 0 25px;
    transition: transform .3s
}

.container_params_tabs .body_dropdown_tabs {
    padding: 25px 30px;
    max-width: 879px;
    display: none
}

@media (max-width: 1024px) {
    .container_params_tabs .body_dropdown_tabs {
        max-width: none
    }
}

@media screen and (max-width: 768px) {
    .container_params_tabs .body_dropdown_tabs {
        padding: 25px 16px
    }
}

.container_params_tabs .body_dropdown_tabs > p {
    margin-bottom: 20px
}

.container_params_tabs .circle {
    margin-left: 20px;
    display: inline-block;
    position: relative
}

.container_params_tabs .circle:before {
    content: "•";
    color: #e6873b;
    position: absolute;
    left: -15px;
    top: 1px
}

.container_params_tabs.opened_tabs > .header_dropdown_tabs {
    background-color: #f7f8f8
}

.container_params_tabs.opened_tabs > .header_dropdown_tabs svg {
    transition: transform .3s;
    transform: rotate(180deg)
}

.container_params_tabs.opened_tabs > .header_dropdown_tabs svg path {
    stroke: #e37639
}

.container_params_tabs.opened_tabs > .body_dropdown_tabs {
    display: flex;
    flex-flow: row wrap
}

.container_params_tabs .text_comp_accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.container_params_tabs .text_comp_accordion .small_comp_accordion {
    width: 150px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: right
}

.container_params_tabs.disabled {
    opacity: .9
}

.container_params_tabs.disabled .text_comp_accordion {
    opacity: .7
}

.container_params_tabs.group_comp_accordion {
    margin-bottom: .25rem;
    color: #fff;
    font-weight: 700;
    border-bottom: none
}

.container_params_tabs.group_comp_accordion .header_dropdown_tabs {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 70px 0 16px;
    background-color: rgba(34, 31, 32, .95);
    border-radius: 3px;
    cursor: pointer
}

.container_params_tabs.group_comp_accordion .header_dropdown_tabs:before {
    display: none
}

.container_params_tabs.group_comp_accordion.opened_tabs .header_dropdown_tabs {
    background-color: rgba(34, 31, 32, .98);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.container_params_tabs.group_comp_accordion .body_dropdown_tabs {
    font-weight: 400;
    background-color: rgba(31, 31, 31, .9);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.container_params_tabs.group_comp_accordion label {
    margin-top: 0
}

.container_params_tabs.group_comp_accordion .name_comp_accordion {
    margin-right: auto
}

.container_params_tabs.group_comp_accordion .fullprice_comp_accordion {
    margin-top: .25rem;
    font-weight: 400;
    font-size: .75rem;
    text-align: right
}

.container_params_tabs.group_comp_accordion .arrow_comp_accordion {
    margin-left: 2.25rem;
    width: 25px !important;
    height: 25px !important;
    transition: .5s;
    position: absolute;
    right: 20px;
    top: 20px
}

.itemObject_warranty_tab {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 35px 30px;
    border: 1px solid #d9dcdc;
    margin: 0 0 -1px -1px;
    min-height: 186px
}

@media screen and (max-width: 768px) {
    .itemObject_warranty_tab {
        width: 100%;
        min-height: 136px
    }
}

.itemObject_warranty_tab span {
    color: #d9dcdc
}

.itemTitle_warranty_tab {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #e6873b;
    margin-bottom: 15px
}

@media screen and (max-width: 768px) {
    .itemTitle_warranty_tab {
        font-size: 17px;
        line-height: 23px
    }

    .itemDescription_warranty_tab {
        font-size: 14px;
        line-height: 18px
    }
}

@media (max-width: 767px) {
    .header_dropdown_tabs label {
        margin-top: -15px !important
    }

    .header_dropdown_tabs svg {
        margin-top: -10px !important;
        width: 15px !important;
        height: 15px !important
    }

    .header_dropdown_tabs .name_comp_accordion {
        font-size: 14px;
        line-height: 21px;
        text-transform: uppercase
    }

    .header_dropdown_tabs .text_comp_accordion {
        line-height: 21px;
        flex-direction: column;
        align-items: flex-start
    }

    .header_dropdown_tabs .text_comp_accordion p {
        font-size: 13px
    }

    .container_params_tabs .body_dropdown_tabs {
        padding: 25px 28px 17px 25px;
        font-size: 14px;
        line-height: 18px
    }
}

.container_warranty {
    padding-bottom: 100px
}



.footer_links_warranty {
    margin-top: 80px
}

.footer_copyright_warranty {
    font-size: 12px;
    color: #66727d;
    line-height: 1.4;
    margin-top: 80px;
    margin-bottom: 80px
}

.warranty_page .header-with-background h1 {
    padding-top: 200px;
}

.info_insurance_page .container_contacts_cards {
    border: none;
}

.warranty_page h1 {
    left: 0;
}

.list_help_nav {
    cursor: default
}

.list_help_nav li {
    display: block;
    margin-bottom: 15px
}

.list_help_nav .plus {
    display: flex;
    transition: transform .3s;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    margin-top: -4px
}

.list_help_nav span {
    display: flex;
    min-width: 25px;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px
}

.list_help_nav .iconActive {
    border: none
}

.list_help_nav .iconActive svg {
    width: 25px;
    height: 25px
}

.list_help_nav a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    letter-spacing: 1px
}

.list_help_nav a path {
    stroke: #fff
}

@media (min-width: 768px) {
    .list_help_nav a:hover {
        color: #e37639
    }

    .list_help_nav a:hover span {
        border-color: #e37639
    }

    .list_help_nav a:hover path {
        stroke: #e37639
    }

    .list_help_nav a:hover circle {
        fill: #e37639
    }
}

.btnMobileOpen {
    display: none
}

@media screen and (max-width: 1024px) {
    .btnMobileOpen {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: .07em;
        color: #fff;
        padding: 0 0 0 17px;
        position: relative;
        white-space: nowrap;
        margin-top: 1px
    }

    .btnMobileOpen:before {
        content: "";
        position: absolute;
        height: 49px;
        width: 1px;
        background-color: #fff;
        opacity: .1;
        left: 0;
        top: -16px
    }

    .list_help_nav {
        position: relative;
        background-color: transparent !important
    }

    .list_help_nav li {
        display: inline-block;
        background-color: #e37639;
        align-items: center;
        border-radius: 55px;
        padding: 12px 20px;
        box-sizing: border-box;
        position: absolute;
        min-width: 282px;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transition: top .5s, opacity .5s;
        pointer-events: none;
        font-size: 10px;
        line-height: 14px
    }

    .list_help_nav li a {
        letter-spacing: .07em;
        font-size: 10px;
        padding-right: 10px;
        margin-right: auto
    }

    .list_help_nav li .btnMobileOpen {
        display: none
    }

    .list_help_nav li:first-of-type {
        display: flex;
        justify-content: space-between;
        position: relative;
        pointer-events: auto;
        opacity: 1;
        margin: 0;
        left: 0
    }

    .list_help_nav li:first-of-type .btnMobileOpen {
        display: flex;
        align-items: center;
        margin-top: 6px;
        position: relative
    }
}

.menu_help_nav {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 10
}

.wrapper_help_nav {
    display: flex;
    align-items: flex-end
}

.options_help_nav {
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    height: 52px;
    border-radius: 26px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.options_help_nav li {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px
}

@media screen and (max-width: 1024px) {
    .menu_help_nav {
        bottom: 35px
    }

    .options_help_nav {
        background-color: transparent;
        margin-left: auto
    }

    .options_help_nav li {
        margin: 0
    }
}

.btn_special_series {
    display: inline-flex;
    align-items: center;
    height: 34px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 18px 0;
    border: 0;
    outline: none;
    text-align: center;
    white-space: nowrap;
    color: #e37639;
    background-color: transparent;
    cursor: pointer
}

.btn_special_series .icon_special_series {
    margin-right: .75rem
}



.btn_credit_results {
    cursor: pointer;
    height: 34px;
    display: inline-block;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 9px 18px;
    border: 1px solid #e37639;
    outline: none;
    text-align: center;
    white-space: nowrap;
    line-height: 16px;
    color: #e37639;
    background-color: transparent
}

@media (min-width: 768px) {
    .btn_credit_results:hover {
        color: #fff;
        background-color: #e37639
    }
}

.btn_credit_results.isGray {
    color: #a5a5a5;
    border-color: #d9dcdc
}

@media (max-width: 767px) {
    .btn_credit_results {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 45px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 35px
    }
}

.btn_configurator_actions {
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    white-space: nowrap
}

.list_style_none {
    list-style-type: none;
    display: block
}

.list_style_none > li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 14px
}

.list_style_none > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e37639
}

.light_configurator {
    color: #fff
}

.dark_equipments {
    color: #66727d
}

.dark_equipments > li {
    margin-bottom: 8px
}

.link_params {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #e6873b
}

.link_params span {
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6873b;
    border-radius: 50%;
    margin-right: 10px;
    flex: 0 0 25px
}

.link_params.white_color {
    color: #fff
}

.link_params.white_color span {
    border-color: #fff
}

.card_contacts_cards {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 40px 30px 10px;
    border-right: 1px solid #eaefef;
    background-color: #fff
}

.card_contacts_cards:last-child {
    border-right: none;
    padding: 40px 29px 10px 30px
}

.card_contacts_cards img {
    margin-bottom: 30px
}

.card_contacts_cards .title_contacts_cards {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 135.5%;
    color: #4c5865;
    margin-bottom: 20px
}

.card_contacts_cards .description_contacts_cards {
    font-size: 16px;
    line-height: 140%;
    color: #66727d;
    margin-bottom: 23px;
    white-space: pre-line
}

@media (max-width: 575px) {
    .card_contacts_cards .description_contacts_cards {
        font-size: 14px
    }
}

.card_contacts_cards .buttonContainer_contacts_cards {
    margin-bottom: 20px
}

@media (max-width: 500px) {
    .card_contacts_cards .buttonContainer_contacts_cards,
    .card_contacts_cards .buttonContainer_contacts_cards a {
        width: 100%
    }
}

.card_contacts_cards .number_contacts_cards {
    display: block;
    font-size: 28px;
    line-height: 32px;
    color: #e37639;
    margin-top: 13px
}

.card_contacts_cards .postscript_contacts_cards {
    font-size: 12px;
    line-height: 18px;
    color: #a6adb5;
    margin-top: 13px
}

.cardRoad .title_contacts_cards {
    color: #e37639
}

@media (max-width: 767px) {
    .card_contacts_cards,
    .card_contacts_cards:last-child {
        padding: 30px
    }

    .card_contacts_cards .description_contacts_cards {
        margin-bottom: 0
    }

    .card_contacts_cards .description_contacts_cards + .number_contacts_cards {
        margin-top: 11px
    }

    .card_contacts_cards .description_contacts_cards + .buttonContainer_contacts_cards,
    .card_contacts_cards .description_contacts_cards + a {
        margin-top: 21px
    }

    .card_contacts_cards .buttonContainer_contacts_cards > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 35px
    }

    .card_contacts_cards {
        padding: 30px;
        border-right: none
    }
}

@media (max-width: 500px) {
    .card_contacts_cards {
        padding: 24px 30px !important;
        border: 1px solid #eaefef !important;
        border-bottom: none !important
    }

    .card_contacts_cards:last-of-type {
        border-bottom: 1px solid #eaefef !important
    }

    .card_contacts_cards img {
        margin-bottom: 17px
    }

    .card_contacts_cards .title_contacts_cards {
        font-size: 17px !important;
        line-height: 23px !important;
        margin-bottom: 13px
    }

    .card_contacts_cards .description_contacts_cards {
        font-size: 14px;
        line-height: 18px
    }

    .card_contacts_cards .buttonContainer_contacts_cards,
    .card_contacts_cards a {
        margin-top: 14px !important
    }
}

.container_contacts_cards {
    margin: 0 auto;
    border: 1px solid #eaefef;
    display: flex;
    align-items: stretch;
    justify-content: space-between
}

.cols_3_warranty > div {
    width: 33.33333333%
}

.cols_4_contacts_cards > div {
    width: 25%
}

.cols_5_contacts_cards > div {
    width: 20%
}

@media (max-width: 500px) {
    .container_contacts_cards {
        flex-wrap: wrap
    }

    .container_contacts_cards > div {
        width: 100%;
        border-bottom: 1px solid #eaefef
    }

    .container_contacts_cards > div:last-child {
        border-bottom: none
    }
}

.intro_title {
    font-size: 48px
}

.container_post {
    padding-top: 100px;
    padding-bottom: 100px
}

@media (max-width: 1024px) {
    .container_post {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.flex_post {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 65px
}

.flex_post > div {
    flex: 0 0 50%
}

@media (max-width: 1024px) {
    .flex_post {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 25px
    }

    .flex_post > div {
        flex: 0 0 100%
    }

    .leftPart_post .title_post {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 700
    }
}

.leftPart_post a {
    font-size: 60px;
    font-weight: 300
}

@media (max-width: 1024px) {
    .leftPart_post a {
        font-size: 32px;
        flex-direction: column;
        align-items: flex-start
    }
}

.leftPart_post span {
    display: block;
    color: #66727d;
    margin-top: 3px
}

@media (max-width: 1024px) {
    .leftPart_post span {
        font-size: 14px;
        margin-top: 10px
    }
}

.rightPart_post {
    font-size: 20px;
    color: #4c5865
}

@media (max-width: 1024px) {
    .rightPart_post {
        font-size: 18px;
        margin-top: 25px
    }
}

.container_post_banner {
    position: relative;
    width: 100%;
    min-height: 700px;
    padding-top: 115px
}

@media (max-width: 1024px) {
    .container_post_banner {
        padding-top: 450px;
        padding-bottom: 20px
    }
}

@media (max-width: 768px) {
    .container_post_banner {
        min-height: auto;
        padding-top: 320px;
        padding-bottom: 30px
    }
}

.container_post_banner img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.title_post_banner {
    color: #fff;
    max-width: 500px
}

@media (max-width: 768px) {
    .title_post_banner {
        font-size: 28px;
        max-width: inherit
    }
}

.desc_post_banner {
    color: #fff;
    max-width: 463px;
    font-size: 20px;
    margin-top: 25px
}

@media (max-width: 1024px) {
    .desc_post_banner {
        max-width: inherit
    }
}

@media (max-width: 768px) {
    .desc_post_banner {
        font-size: 14px
    }
}

.container_warranty_gray {
    background-color: #f7f8f8;
    padding-top: 100px;
    padding-bottom: 100px
}

@media (max-width: 768px) {
    .container_warranty_gray {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.cards_post_banner {
    margin-top: 40px
}

@media (max-width: 768px) {
    .cards_post_banner {
        margin-top: 20px
    }
}

.container_post_tabs {
    padding-top: 100px;
    padding-bottom: 100px
}

@media (max-width: 768px) {
    .container_post_tabs {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.title_post_tabs {
    color: #4c5865;
    margin-bottom: 20px;
    max-width: 444px
}

@media (max-width: 768px) {
    .title_post_tabs {
        display: none;
        font-size: 28px;
        line-height: 34px
    }
}

.mobileTitle_post_tabs {
    display: none
}

@media (max-width: 768px) {
    .mobileTitle_post_tabs {
        display: block;
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 34px
    }
}

.flex_post_tabs {
    display: flex;
    justify-content: space-between
}

.flex_post_tabs > div {
    flex: 0 0 49%
}

@media (max-width: 768px) {
    .flex_post_tabs {
        flex-direction: column
    }

    .flex_post_tabs > div {
        flex: 0 0 100%
    }

    .flex_post_tabs > div:last-child {
        order: -1;
        margin-bottom: 24px
    }
}

.item_post_tabs,
.rightPart_post_tabs img {
    width: 100%
}

.item_post_tabs .itemHeader_post_tabs {
    border-bottom: 1px solid #eaefef;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    padding-left: 150px;
    max-width: 520px;
    cursor: pointer
}

.item_post_tabs .itemHeader_post_tabs svg {
    display: none
}

@media (max-width: 768px) {
    .item_post_tabs .itemHeader_post_tabs svg {
        display: block;
        flex: 0 0 25px;
    }
}

@media (max-width: 1280px) {
    .item_post_tabs .itemHeader_post_tabs {
        padding-left: 40px
    }
}

@media (max-width: 768px) {
    .item_post_tabs .itemHeader_post_tabs {
        padding: 21px 20px;
        justify-content: space-between;
        align-items: center;
        max-width: inherit
    }
}

.item_post_tabs .itemHeader_post_tabs img {
    position: absolute;
    top: 27px;
    left: 0
}

@media (max-width: 768px) {
    .item_post_tabs .itemHeader_post_tabs img {
        display: none
    }
}

.item_post_tabs .titleAccordion_post_tabs {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    max-width: inherit;
    line-height: 21px;
    color: #4c5865
}

@media (max-width: 768px) {
    .item_post_tabs .titleAccordion_post_tabs {
        color: #4c5865 !important;
        font-size: 14px;
        line-height: 21px;
        text-transform: uppercase
    }
}

.item_post_tabs .desc_post_tabs {
    display: none;
    padding-left: 150px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e37639
}

@media (max-width: 1280px) {
    .item_post_tabs .desc_post_tabs {
        padding-left: 40px
    }
}

@media (max-width: 768px) {
    .item_post_tabs .desc_post_tabs {
        padding-left: 0;
        border-bottom: 1px solid #eaefef
    }
}

.item_post_tabs .desc_post_tabs p {
    color: #66727d;
    max-width: 350px;
    line-height: 1.4
}

@media (max-width: 768px) {
    .item_post_tabs .desc_post_tabs p {
        font-size: 14px
    }
}

.opened_post_tabs .itemHeader_post_tabs {
    border-bottom-color: transparent
}

@media (max-width: 768px) {
    .opened_post_tabs .itemHeader_post_tabs {
        background-color: #f7f8f8
    }
}

.opened_post_tabs .itemHeader_post_tabs svg {
    transform: rotate(180deg)
}

.opened_post_tabs .titleAccordion_post_tabs {
    color: #e37639
}

.opened_post_tabs .desc_post_tabs {
    display: block;
    margin-top: -10px
}

@media (max-width: 768px) {
    .opened_post_tabs .desc_post_tabs {
        margin-top: 20px
    }
}

.container_additional {
    padding-top: 90px;
    padding-bottom: 90px
}

.title_additional {
    color: #4c5865;
    font-weight: 200;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: .02em;
    text-transform: uppercase
}

.title_additional {
    color: #fff
}

. .content_additional:before {
    background-image: linear-gradient(90deg, #0b2582, #4e94e7 97.27%)
}

.list_additional {
    display: flex;
    margin-top: 40px
}

@media (max-width: 575px) {
    .list_additional {
        margin-top: 31px
    }
}

.item_additional {
    height: 249px;
    width: 100%;
    max-width: 366px;
    position: relative;
    overflow: hidden
}

.item_additional:not(:last-child) {
    margin-right: 60px
}

.content_additional {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 111px;
    display: flex;
    align-items: center;
    padding-left: 24px
}

.content_additional > * {
    position: relative;
    color: #fff;
    font-weight: 700;
    line-height: 1.4
}

.content_additional:before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #d87e40, #e7a94e 97.27%);
    bottom: -20px;
    left: -10px;
    right: -10px;
    top: 0;
    transform: rotate(5deg)
}

.image_additional {
    height: 85%
}

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

.itemTitle_additional {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    width: 100%;
    padding-right: 50px
}

.itemTitle_additional .file_additional {
    font-size: 12px;
    line-height: 18px;
    font-style: normal;
    font-weight: 400
}

.icon_additional {
    position: absolute;
    right: 23px;
    bottom: calc(33px + 12.5px);
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%
}

@media (max-width: 1024px) {
    .title_additional {
        font-weight: 300;
        font-size: 38px;
        line-height: 46px
    }

    .item_additional {
        height: 305px;
        max-width: 456px
    }

    .item_additional:not(:last-child) {
        margin-right: 13px
    }

    .item_additional:nth-of-type(2) {
        margin-right: 0
    }

    .item_additional:nth-of-type(3) {
        display: none
    }

    .content_additional {
        height: 136px;
        padding-left: 30px
    }

    .itemTitle_additional {
        font-size: 16px;
        line-height: 21px
    }

    .icon_additional {
        bottom: calc(37px + 12.5px)
    }
}

@media (max-width: 1000px) {
    .container_additional {
        padding-bottom: 60px
    }

    .title_additional {
        font-weight: 200;
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 30px
    }

    .item_additional {
        height: 219px;
        max-width: 456px
    }

    .item_additional:not(:last-child) {
        margin-right: 32px
    }

    .item_additional:nth-of-type(2) {
        margin-right: 0
    }

    .content_additional {
        height: 98px;
        padding-left: 19px
    }

    .icon_additional {
        bottom: calc(23px + 12.5px)
    }

    .itemTitle_additional {
        font-size: 13px;
        line-height: 16px
    }
}

@media (max-width: 768px) {
    .container_additional {
        padding: 50px 0;
        margin-top: 0 !important
    }

    .list_additional {
        flex-direction: column
    }

    .image_additional {
        height: 265px
    }

    .image_additional img {
        min-height: 210px
    }

    .title_additional {
        font-weight: 300;
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 20px
    }

    .content_additional {
        padding-left: 21px;
        height: 123px
    }

    .item_additional {
        width: 100%;
        height: 292px;
        max-height: none;
        padding-bottom: 60px;
        margin: 0 auto 32px
    }

    .item_additional:first-of-type,
    .item_additional:nth-of-type(2) {
        margin-right: auto
    }

    .item_additional:nth-of-type(3) {
        display: block
    }

    .item_additional:nth-of-type(3) .itemTitle_additional {
        max-width: 150px
    }

    .icon_additional {
        bottom: calc(45px + 12.5px)
    }

    .itemTitle_additional {
        font-size: 14px;
        line-height: 17px
    }
}

.container_post_additional {
    background-color: #f7f8f8;
    padding-top: 100px;
    padding-bottom: 100px
}

@media (max-width: 768px) {
    .container_post_additional {
        padding-top: 50px;
        padding-bottom: 30px
    }
}

.title_post_additional {
    color: #4c5865;
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .title_post_additional {
        font-size: 28px
    }
}

.desc_post_additional {
    color: #4c5865;
    font-size: 20px;
    line-height: 1.4;
    max-width: 480px
}

@media (max-width: 768px) {
    .desc_post_additional {
        font-size: 16px;
        margin-bottom: 30px
    }
}

.flex_post_additional {
    display: flex
}

.flex_post_additional > div {
    flex: 0 0 50%
}

.flex_post_additional > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 30px
}

@media (max-width: 768px) {
    .flex_post_additional {
        flex-direction: column
    }

    .flex_post_additional > div {
        flex: 0 0 100%
    }

    .flex_post_additional > div:first-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        order: 2;
        padding-right: 0
    }
}

.title_post_banner, .desc_post_banner {
    position: relative;
}

.warranty_page .header-with-background h1 {
    margin-top: 0;
}

.warranty_page .headers {
    max-width: 50%;
}

@media (max-width: 768px) {
    .warranty_page .headers, .taxi_page .headers {
        position: absolute;
        bottom: 40px;
        max-width: 100%;
    }
}

.list_help_nav {
    cursor: default
}

.list_help_nav li {
    display: block;
    margin-bottom: 15px
}

.list_help_nav .plus {
    display: flex;
    transition: transform .3s;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    margin-top: -4px
}

.list_help_nav span {
    display: flex;
    min-width: 25px;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px
}

.list_help_nav .iconActive {
    border: none
}

.list_help_nav .iconActive svg {
    width: 25px;
    height: 25px
}

.list_help_nav a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    letter-spacing: 1px
}

.list_help_nav a path {
    stroke: #fff
}

@media (min-width: 768px) {
    .list_help_nav a:hover {
        color: #e37639
    }

    .list_help_nav a:hover span {
        border-color: #e37639
    }

    .list_help_nav a:hover path {
        stroke: #e37639
    }

    .list_help_nav a:hover circle {
        fill: #e37639
    }
}

.btnMobileOpen {
    display: none
}

@media screen and (max-width: 1024px) {
    .btnMobileOpen {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: .07em;
        color: #fff;
        padding: 0 0 0 17px;
        position: relative;
        white-space: nowrap;
        margin-top: 1px
    }

    .btnMobileOpen:before {
        content: "";
        position: absolute;
        height: 49px;
        width: 1px;
        background-color: #fff;
        opacity: .1;
        left: 0;
        top: -16px
    }

    .list_help_nav {
        position: relative;
        background-color: transparent !important
    }

    .list_help_nav li {
        display: inline-block;
        background-color: #e37639;
        align-items: center;
        border-radius: 55px;
        padding: 12px 20px;
        box-sizing: border-box;
        position: absolute;
        min-width: 282px;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transition: top .5s, opacity .5s;
        pointer-events: none;
        font-size: 10px;
        line-height: 14px
    }

    .list_help_nav li a {
        letter-spacing: .07em;
        font-size: 10px;
        padding-right: 10px;
        margin-right: auto
    }

    .list_help_nav li .btnMobileOpen {
        display: none
    }

    .list_help_nav li:first-of-type {
        display: flex;
        justify-content: space-between;
        position: relative;
        pointer-events: auto;
        opacity: 1;
        margin: 0;
        left: 0
    }

    .list_help_nav li:first-of-type .btnMobileOpen {
        display: flex;
        align-items: center;
        margin-top: 6px;
        position: relative
    }
}

.menu_help_nav {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 10
}

.wrapper_help_nav {
    display: flex;
    align-items: flex-end
}

.options_help_nav {
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    height: 52px;
    border-radius: 26px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.options_help_nav li {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px
}

@media screen and (max-width: 1024px) {
    .menu_help_nav {
        bottom: 35px
    }

    .options_help_nav {
        background-color: transparent;
        margin-left: auto
    }

    .options_help_nav li {
        margin: 0
    }
}







.titleUpercase .header_dropdown_tabs .main_dropdown_tabs,
.titleUpercase .name_comp_accordion {
    text-transform: uppercase
}

.container_params_tabs {
    color: #66727d;
    border-bottom: 1px solid #eaefef
}

.container_params_tabs .header_dropdown_tabs {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    position: relative;
    padding: 25px 21px 25px 30px;
    cursor: pointer
}

@media screen and (max-width: 575px) {
    .container_params_tabs .header_dropdown_tabs {
        padding: 20px;
        line-height: 21px
    }
}

.container_params_tabs .header_dropdown_tabs .main_dropdown_tabs {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.container_params_tabs .header_dropdown_tabs .main_dropdown_tabs svg {
    margin-left: 20px;
    flex: 0 0 25px;
    transition: transform .3s
}

.container_params_tabs .body_dropdown_tabs {
    padding: 25px 30px;
    max-width: 879px;
    display: none
}

@media (max-width: 1024px) {
    .container_params_tabs .body_dropdown_tabs {
        max-width: none
    }
}

@media screen and (max-width: 768px) {
    .container_params_tabs .body_dropdown_tabs {
        padding: 25px 16px
    }
}

.container_params_tabs .body_dropdown_tabs > p {
    margin-bottom: 20px
}

.container_params_tabs .circle {
    margin-left: 20px;
    display: inline-block;
    position: relative
}

.container_params_tabs .circle:before {
    content: "•";
    color: #e6873b;
    position: absolute;
    left: -15px;
    top: 1px
}

.container_params_tabs.opened_tabs > .header_dropdown_tabs {
    background-color: #f7f8f8
}

.container_params_tabs.opened_tabs > .header_dropdown_tabs svg {
    transition: transform .3s;
    transform: rotate(180deg)
}

.container_params_tabs.opened_tabs > .header_dropdown_tabs svg path {
    stroke: #e37639
}

.container_params_tabs.opened_tabs > .body_dropdown_tabs {
    display: flex;
    flex-flow: row wrap
}

.container_params_tabs .text_comp_accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.container_params_tabs .text_comp_accordion .small_comp_accordion {
    width: 150px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: right
}

.container_params_tabs.disabled {
    opacity: .9
}

.container_params_tabs.disabled .text_comp_accordion {
    opacity: .7
}

.container_params_tabs.group_comp_accordion {
    margin-bottom: .25rem;
    color: #fff;
    font-weight: 700;
    border-bottom: none
}

.container_params_tabs.group_comp_accordion .header_dropdown_tabs {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 70px 0 16px;
    background-color: rgba(34, 31, 32, .95);
    border-radius: 3px;
    cursor: pointer
}

.container_params_tabs.group_comp_accordion .header_dropdown_tabs:before {
    display: none
}

.container_params_tabs.group_comp_accordion.opened_tabs .header_dropdown_tabs {
    background-color: rgba(34, 31, 32, .98);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.container_params_tabs.group_comp_accordion .body_dropdown_tabs {
    font-weight: 400;
    background-color: rgba(31, 31, 31, .9);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.container_params_tabs.group_comp_accordion label {
    margin-top: 0
}

.container_params_tabs.group_comp_accordion .name_comp_accordion {
    margin-right: auto
}

.container_params_tabs.group_comp_accordion .fullprice_comp_accordion {
    margin-top: .25rem;
    font-weight: 400;
    font-size: .75rem;
    text-align: right
}

.container_params_tabs.group_comp_accordion .arrow_comp_accordion {
    margin-left: 2.25rem;
    width: 25px !important;
    height: 25px !important;
    transition: .5s;
    position: absolute;
    right: 20px;
    top: 20px
}

.itemObject_warranty_tab {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 35px 30px;
    border: 1px solid #d9dcdc;
    margin: 0 0 -1px -1px;
    min-height: 186px
}

@media screen and (max-width: 768px) {
    .itemObject_warranty_tab {
        width: 100%;
        min-height: 136px
    }
}

.itemObject_warranty_tab span {
    color: #d9dcdc
}

.itemTitle_warranty_tab {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #e6873b;
    margin-bottom: 15px
}

@media screen and (max-width: 768px) {
    .itemTitle_warranty_tab {
        font-size: 17px;
        line-height: 23px
    }

    .itemDescription_warranty_tab {
        font-size: 14px;
        line-height: 18px
    }
}

@media (max-width: 767px) {
    .header_dropdown_tabs label {
        margin-top: -15px !important
    }

    .header_dropdown_tabs svg {
        margin-top: -10px !important;
        width: 15px !important;
        height: 15px !important
    }

    .header_dropdown_tabs .name_comp_accordion {
        font-size: 14px;
        line-height: 21px;
        text-transform: uppercase
    }

    .header_dropdown_tabs .text_comp_accordion {
        line-height: 21px;
        flex-direction: column;
        align-items: flex-start
    }

    .header_dropdown_tabs .text_comp_accordion p {
        font-size: 13px
    }

    .container_params_tabs .body_dropdown_tabs {
        padding: 25px 28px 17px 25px;
        font-size: 14px;
        line-height: 18px
    }
}

.list_style_none {
    list-style-type: none;
    display: block
}

.list_style_none > li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 14px
}

.list_style_none > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e37639
}

.light_configurator {
    color: #fff
}

.dark_equipments {
    color: #66727d
}

.dark_equipments > li {
    margin-bottom: 8px
}

.checkbox_comp_accordion {
    position: relative;
    height: 24px;
    margin-top: 8px
}

.checkbox_disabled_comp_accordion span:before {
    background-color: #f5f5f5 !important
}

.checkbox_disabled_comp_accordion.checkbox_bordered_comp_accordion span:before {
    background-color: transparent !important;
    opacity: .3
}

.checkbox_comp_accordion input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 24px
}

.checkbox_comp_accordion span {
    display: inline-flex;
    align-items: flex-start;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    color: #66727d
}

.checkbox_comp_accordion span:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 1px;
    margin-right: 13px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.checkbox_comp_accordion input:not(:disabled):not(:checked) + span:hover:before {
    cursor: pointer
}

.checkbox_comp_accordion > input:disabled:checked + span:before {
    background-color: #f5f5f5
}

.checkbox_comp_accordion > input:disabled:checked + span:before,
.checkbox_comp_accordion > input:not(:disabled):checked + span:before {
    border-color: rgba(166, 173, 181, .2);
    background-size: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1L5.5 9L1 5' stroke='%23E37639' stroke-width='2.57143'/%3E%3C/svg%3E%0A")
}

.checkbox_bordered_comp_accordion > input:not(:disabled):checked + span:before {
    background-color: #e37639;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1L5.5 9L1 5' stroke='%23FFFFFF' stroke-width='2.57143'/%3E%3C/svg%3E%0A")
}

.checkbox_bordered_comp_accordion span:before {
    background-color: transparent;
    border-radius: 50%
}

@media (max-width: 500px) {
    .checkbox_comp_accordion span:before {
        margin-right: 11px;
        width: 20px;
        height: 20px
    }
}

.link_params {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #e6873b
}

.link_params span {
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6873b;
    border-radius: 50%;
    margin-right: 10px;
    flex: 0 0 25px
}

.link_params.white_color {
    color: #fff
}

.link_params.white_color span {
    border-color: #fff
}

.container_warranty_service {
    text-align: left;
    padding-top: 70px;
    padding-bottom: 70px
}

@media (max-width: 768px) {
    .container_warranty_service {
        padding-top: 50px;
        padding-bottom: 20px
    }
}

.title_warranty_service {
    color: #4c5865;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 25px;
    text-transform: uppercase
}

@media (max-width: 575px) {
    .title_warranty_service {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 19px
    }
}

.description_warranty_service {
    margin-bottom: 30px;
    max-width: 908px;
    color: #4c5865;
    list-style: none;
    padding: 0
}

.description_warranty_service li {
    margin-bottom: 15px
}

.description_warranty_service li:last-of-type {
    margin-top: 20px;
    margin-left: 0;
    list-style-type: none
}

@media (max-width: 575px) {
    .description_warranty_service li {
        font-size: 16px;
        line-height: 21px
    }
}

.wrapperBtn_warranty_service {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .wrapperBtn_warranty_service {
        flex-direction: column
    }
}



.link_warranty_service {
    margin-left: 20px
}

@media (max-width: 768px) {
    .link_warranty_service {
        margin-left: 0;
        margin-top: 15px
    }
}

.content_warranty_service {
    max-width: 908px;
    color: #4c5865
}

.card_contacts_cards {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 40px 30px 10px;
    border-right: 1px solid #eaefef;
    background-color: #fff
}

.card_contacts_cards:last-child {
    border-right: none;
    padding: 40px 29px 10px 30px
}

.card_contacts_cards img {
    margin-bottom: 30px
}

.card_contacts_cards .title_contacts_cards {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 135.5%;
    color: #4c5865;
    margin-bottom: 20px
}

.card_contacts_cards .description_contacts_cards {
    font-size: 16px;
    line-height: 140%;
    color: #66727d;
    margin-bottom: 23px;
    white-space: pre-line
}

@media (max-width: 575px) {
    .card_contacts_cards .description_contacts_cards {
        font-size: 14px
    }
}

.card_contacts_cards .buttonContainer_contacts_cards {
    margin-bottom: 20px
}

@media (max-width: 500px) {
    .card_contacts_cards .buttonContainer_contacts_cards,
    .card_contacts_cards .buttonContainer_contacts_cards a {
        width: 100%
    }
}

.card_contacts_cards .number_contacts_cards {
    display: block;
    font-size: 28px;
    line-height: 32px;
    color: #e37639;
    margin-top: 13px
}

.card_contacts_cards .postscript_contacts_cards {
    font-size: 12px;
    line-height: 18px;
    color: #a6adb5;
    margin-top: 13px
}

.cardRoad .title_contacts_cards {
    color: #e37639
}

@media (max-width: 767px) {
    .card_contacts_cards,
    .card_contacts_cards:last-child {
        padding: 30px
    }

    .card_contacts_cards .description_contacts_cards {
        margin-bottom: 0
    }

    .card_contacts_cards .description_contacts_cards + .number_contacts_cards {
        margin-top: 11px
    }

    .card_contacts_cards .description_contacts_cards + .buttonContainer_contacts_cards,
    .card_contacts_cards .description_contacts_cards + a {
        margin-top: 21px
    }

    .card_contacts_cards .buttonContainer_contacts_cards > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 35px
    }

    .card_contacts_cards {
        padding: 30px;
        border-right: none
    }
}

@media (max-width: 500px) {
    .card_contacts_cards {
        padding: 24px 30px !important;
        border: 1px solid #eaefef !important;
        border-bottom: none !important
    }

    .card_contacts_cards:last-of-type {
        border-bottom: 1px solid #eaefef !important
    }

    .card_contacts_cards img {
        margin-bottom: 17px
    }

    .card_contacts_cards .title_contacts_cards {
        font-size: 17px !important;
        line-height: 23px !important;
        margin-bottom: 13px
    }

    .card_contacts_cards .description_contacts_cards {
        font-size: 14px;
        line-height: 18px
    }

    .card_contacts_cards .buttonContainer_contacts_cards,
    .card_contacts_cards a {
        margin-top: 14px !important
    }
}

.container_warranty_howto {
    text-align: left;
    padding-top: 70px;
    padding-bottom: 70px
}

@media (max-width: 768px) {
    .container_warranty_howto {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.title_warranty_howto {
    color: #4c5865;
    font-weight: 200;
    margin-bottom: 22px;
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .title_warranty_howto {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: .02em
    }
}

.subtitle_warranty_howto {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #4c5865;
    margin-bottom: 41px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .subtitle_warranty_howto {
        font-size: 18px;
        line-height: 23px
    }
}

.wrapper_warranty_howto {
    display: flex;
    align-items: flex-start
}

@media (max-width: 768px) {
    .wrapper_warranty_howto {
        flex-flow: row wrap
    }
}

.wrapperRight_warranty_howto {
    margin-right: 48px;
    width: 50%;
    max-width: 522px;
    display: flex;
    flex-flow: row wrap
}

@media (max-width: 768px) {
    .wrapperRight_warranty_howto {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        max-width: 100%
    }
}

.wrapperLeft_warranty_howto {
    max-width: 570px;
    width: 50%;
    display: flex;
    flex-direction: column
}

@media (max-width: 768px) {
    .wrapperLeft_warranty_howto {
        width: 100%;
        max-width: 100%
    }
}

.wrapperLeft_warranty_howto p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 21px;
    color: #4c5865
}

.cardInfo_warranty_howto:last-child {
    padding: 0;
    border: none;
    height: auto
}

.cardInfo_warranty_howto a {
    margin-top: 0 !important
}

.card_warranty_howto {
    border: 1px solid #eaefef;
    min-height: 180px;
    width: 50%;
    box-sizing: border-box;
    padding: 28px;
    display: inline-block;
    margin: -1px -1px 0 0
}

.titleCard_warranty_howto {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #4c5865;
    padding: 20px 0
}

.feedback_warranty_howto {
    margin-top: 7px
}

.title_warranty_tab {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #4c5865;
    margin-bottom: 40px;
    text-transform: uppercase
}

@media (max-width: 1024px) {
    .title_warranty_tab {
        font-size: 20px;
        line-height: 27px;
        letter-spacing: .02em
    }
}

@media (max-width: 575px) {
    .title_warranty_tab {
        margin-bottom: 25px
    }
}

.titleService {
    margin-top: 45px;
    margin-bottom: 20px
}

@media (max-width: 575px) {
    .titleService {
        font-size: 18px;
        line-height: 24px
    }
}

.cards_warranty_tab {
    display: flex;
    align-items: stretch;
    margin-bottom: 50px
}

@media screen and (min-width: 0px) and (max-width: 600px) {
    .cards_warranty_tab {
        flex-flow: row wrap;
        margin-bottom: 30px
    }
}

.card_warranty_tab {
    padding: 35px 42px 25px 30px;
    box-sizing: border-box;
    min-height: 164px;
    background: #fff;
    border: 1px solid #d9dcdc;
    display: inline-block;
    margin-left: -1px;
    width: 50%
}

@media (max-width: 575px) {
    .card_warranty_tab {
        width: 100%;
        padding: 24px 38px 25px 20px;
        margin-top: -1px
    }
}

.cardService {
    min-height: 184px
}

.cardTitle_warranty_tab {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #e37639;
    margin-bottom: 16px;
    text-transform: uppercase
}

@media (max-width: 575px) {
    .cardTitle_warranty_tab {
        font-size: 17px;
        line-height: 23px;
        margin-bottom: 8px
    }
}

.cardDescription_warranty_tab {
    font-size: 16px;
    line-height: 24px;
    color: #4c5865
}

@media (max-width: 575px) {
    .cardDescription_warranty_tab {
        font-size: 14px;
        line-height: 18px
    }
}

.tabsContent_warranty_tab {
    padding-left: 0
}

.tabsContent_warranty_tab p {
    margin-bottom: 15px;
    color: #4c5865
}

@media (max-width: 575px) {
    .tabsContent_warranty_tab p {
        font-size: 16px;
        line-height: 21px
    }

    . > div:first-child {
        padding-left: 0;
        padding-right: 0
    }

    . > div:last-child {
        padding: 0
    }
}

.container_warranty_banner {
    background-color: #f7f8f8;
    padding-top: 58px;
    padding-bottom: 50px;
    margin-bottom: 10px;
    min-height: 350px;
    position: relative
}

@media screen and (max-width: 500px) {
    .container_warranty_banner {
        min-height: 480px
    }
}

.backImg_warranty_banner {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.content_warranty_banner {
    padding-left: 0
}

@media screen and (max-width: 500px) {
    .content_warranty_banner {
        padding-top: 256px
    }
}

.title_warranty_banner {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
    max-width: 626px;
    text-transform: uppercase
}

@media screen and (max-width: 768px) {
    .title_warranty_banner {
        font-size: 20px;
        line-height: 27px
    }
}

@media (max-width: 768px) {
    .container_warranty_gray .tab-content {
        padding-left: 0;
    }
}

.cards_warranty_tab {
    padding-left: 0;
    margin-left: 0;
}

.warranty_select .select2-container--default .select2-selection--single {
    border-radius: 55px !important;
    transition: all 100ms;
    box-sizing: border-box;
    color: #585858 !important;
    border-width: 1px!important;
    border-color: hsl(0, 0%, 70%)!important;
}

.warranty_select .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 600;
    font-size: 15px;
    top: 50%;
}
div.promo_name{
    text-align: center;
    min-height: 25px;
    color: #ed6b21;
    /* font-weight: 300; */
    /* letter-spacing: 1px; */
    margin: 0.67em 0;
    font-size: 25px;
}

.styles_back__11LYH {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.actions-slider-container .news-slider-header h3{
    padding-top: 354px;
    color: #fff;
}

.actions-slider-container .right-news-header-block{
    padding-top: 354px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
.btn-primary {
    color: #ffffff !important;
    background-color: #ed6b21;
    border-color: #da5a0d;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #f47b38;
    border-color: #ed6b21;
}

.selcity span{
    border-bottom: 1px dashed #4c5865;
    
}

.selcity span svg{
    margin-right: 5px;
}
.actpage-text img{
    height:auto !important;
}
.footer-social a{
    margin-right:10px;
}