html {
    overflow-x: hidden;
}

body {
    font-family: "Haval";
    font-size: 14px;
    color: #000;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: white;
    padding-top: 126px;
}


select::-ms-expand {
    display: none;
}

select::-ms-expand {
    display: none;
}


.rub {
    font-style: normal;
    font-family: "Haval";
}


.mobile_phone {
    display: none;
}

.alert {
    color: black;
}

img.lazyload {
    width: auto !important;
}


.disclamer {
    font-size: 10px;
    display: none;
    text-align: left;
}


.anim {
    opacity: 0;
    transition: 0.5s;
}

.anim.animated {
    opacity: 1;
}

font {
    display: block;
}

.fancybox-slide--html .fancybox-close-small { /* color: white !important; */
    color: black;
}

.fancybox-button svg {
    transform: scale(2);
}

.compensate-for-scrollbar {
    margin-right: auto !important;
    overflow: auto !important;
}

.fancybox-content {
    overflow: hidden;
}


input[type=file] {
    display: none;
}

input::placeholder {
    color: black;
    font-family: inherit;
}


.resp_table {
    width: 100%;
}

.resp_table tr td:before {
    display: none;
}

.resp_table img {
    display: block;
}


sup {
    display: inline-block;
    vertical-align: top;
    top: -3px;
    position: relative;
    font-size: 80%;
}

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
}

select::-ms-expand {
    display: none;
}

select::-ms-expand {
    display: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.rub {
    font-family: "Roboto";
}


.fancybox-type-image .fancybox-close {
    right: 9px;
}

.fancybox-close {
    background: url(../img/bg_close.png) 50% 50% no-repeat !important;
    color: black;
    width: 22px !important;
    height: 22px !important;
    top: -25px !important;
    right: -25px !important;
}


.container {
    position: relative;
    max-width: 1315px;
    margin: 0px auto;
    padding: 0px 15px;
}


.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3;
}


#form_popup, #form_popup2 {
    display: none;
}

.popup_container {
    width: 460px;
    max-width: 100%;
    padding: 30px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    /* border: 2px solid black; */
    background: white;
    text-align: center;
    padding-bottom: 30px;
}

.popup_container .agree_field {
    color: #0c121c;
    text-align: left;
}

.popup_container .agree_field a {
    color: black;
}


.popup_container h2 {
    padding: 0px;
    margin: 0px;
    padding-top: 25px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 100%;
    padding-bottom: 32px;
    color: black;
}

.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    color: #414141;
    padding-bottom: 15px;
}

.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

.popup_container .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    -moz-transform: rotate(45deg); /* Aey Firefox */
    -ms-transform: rotate(45deg); /* Aey IE */
    -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Aey Opera */
    transform: rotate(45deg);
    cursor: pointer;
}

.popup_container .close:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 16px;
    width: 34px;
    height: 1px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .close:after {
    content: '';
    position: absolute;
    left: 16px;
    top: 0px;
    width: 1px;
    height: 34px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .form-group {
    margin-bottom: 19px;
}

.popup_container .form-group input[type=tel] {
    color: black;
    border: 1px solid black;
    text-align: center;
}

.popup_container .form-group input[type=tel]::placeholder {
}


.popup_container .agree_field .check_ex {
    border-color: inherit;
}

.popup_container .agree_field .check_ex i {
}

.popup_container .form-group textarea {
    color: black;
    display: block;
    height: 100px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: 1px solid #c0c6c9;
    padding: 10px;
    resize: none;
    font-family: inherit;
    font-size: 16px;
}

.popup_container .form-group select {
    color: #1d1f20;
    height: 50px;
    border: 1px solid white;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    font-family: inherit;
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #c0c6c9;
}

.popup_container .form-group select option {
}

.popup_container .form-group button {
    cursor: pointer;
}

.popup_container .form-group button:before {
    display: none;
}

.popup_container .form-group button:after {
    /*display: none;*/
}


.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
    border-color: #cccccc !important;
}

.agree_field {
    font-size: 9px;
    line-height: 100%;
    position: relative;
    display: block;
    top: 0px;
    margin-top: 14px;
    text-align: left;
    font-weight: 300;
}

.agree_field a {
    color: inherit;
}

.agree_field input {
    opacity: 0;
    position: absolute;
}

.agree_field .check_ex {
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    vertical-align: middle;
    top: -1px;
    margin-right: 5px;
    border-radius: 0px;
    box-sizing: content-box;
    border: 1px solid black;
}

.agree_field .check_ex input {
}

.agree_field .check_ex i {
    background: url(../img/check.svg) 50% 50% no-repeat;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    display: none;
    background-size: 120%;
    background: black;
    position: relative;
    top: 1px;
    left: 1px;
    border-radius: 0px;
}

.agree_field .check_ex i:before {
    content: '';
}

.agree_field .check_ex input:checked + i {
    display: block;
}

.agree_field .check_ex input:checked + i:before {
}


.popup_container .form-disclamer {
    color: #b8b8b8;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
}


.form_popup2_container {
    padding: 0px;
    max-width: 993px;
}

.form_popup2_container .desc {
}

.form_popup2_container .desc picture {
    margin-left: -40px;
    margin-top: -40px;
    display: block;
    width: calc(100% + 80px);
}

.form_popup2_container .desc picture img {
    width: 100% !important;
}

.form_popup2_container .desc {
    padding: 40px;
}

.form_popup2_container form {
    background: black;
    /* margin-left: -44px; */
    width: 100%;
    max-width: none;
    padding =
    -l: 4;
    padding: 40px;
}

.form_popup2_container form .form-group {
    margin-bottom: 0px;
    width: 270px;
}

.form_popup2_container form .form-group input[type=tel] {
    border: 2px solid white;
    border-radius: 4px;
    text-align: left;
    color: white;
}

.form_popup2_container button {
}

.form_popup2_container button:hover {
    border-color: white;
    background: black;
    color: white;
}

.form_popup2_container .agree_field {
    color: white;
}

.form_popup2_container .agree_field a {
    color: white;
}

.form_popup2_container .fields {
    display: flex;
}

.form_popup2_container .fields .form-group:first-child {
    margin-right: 15px;
}


.form_popup2_container .agree_field .check_ex i {
    background: white;
}


.form_popup2_container .desc .columns {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    margin: 0px -15px;
}

.form_popup2_container .desc .columns > li {
    margin: 0px 15px;
}


form {
}

form .form-group {
    position: relative;
    margin-bottom: 10px;
}

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group select {
    height: 50px;
    width: 100%;
    color: black;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400; /* text-transform: uppercase; */
    font-family: "Haval";
    padding: 0px;
    outline: none;
    background: transparent;
    border-radius: 0px;
    padding-left: 30px;
    border: none;
    border: 1px solid black;
}

form .form-group select {
    background: url(../img/ico_select.png) right 20px top 50% no-repeat transparent;
}

form .form-group select option {
    color: black;
}

select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.png) 100% 50% no-repeat;
    outline: none;
    border: 1px solid #33333380;
    height: 40px;
    border-radius: 12px;
    font-family: inherit;
    width: 100%;
    padding-left: 25px;
    padding-right: 30px;
}

form .form-group button {
    width: calc(100% - 28px);
    cursor: pointer;
    outline: none;
}

form .form-group button:hover {
}


.form_title {
    font-size: 40px;
    /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 20px;
}

.form_title span {
}

.btn {
    box-sizing: border-box;
    background: #00CABF;
    border: 1px solid #00CABF;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 50px;
    color: white;
    text-decoration: none;
    outline: none;
    transition: .3s;
    text-align: center;
    border-radius: 0px;
    /* text-transform: uppercase; */
    font-family: inherit;
    cursor: pointer;
    position: relative;
    padding: 0px;
    font-weight: 500;
    font-size: inherit;
    position: relative;
    margin-right: 27px;
}

.btn span {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    z-index: 1;
}

.btn:hover {
    color: inherit;
    border-color: #D6D6D6;
    background: #D6D6D6;
}


.btn:after {
    content: '';
    width: 40px;
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    right: -15px;
    background: #00CABF;
    border: 1px solid #00CABF;
    transform: skewX(-28deg);
    box-sizing: border-box;
    transition: .3s;
    border-left: none;
}

.btn:hover:after {
    background: #D6D6D6;
    border-color: #D6D6D6;
}


.btn.glassblack {
    border-color: black;
    background: none;
    color: black;
    border-right: none;
}

.btn.glassblack:hover {
    background: #D6D6D6;
    border-color: #D6D6D6;
}

.btn.glassblack:after {
    border-color: black;
    background: transparent;
}

.btn.glassblack:hover:after {
    border-color: #D6D6D5;
    background: #D6D6D6;
}


.btn.glassgreen {
    border-color: #00CABF;
    background: none;
    color: black;
    border-right: none;
}

.btn.glassgreen:hover {
    background: #D6D6D6;
    border-color: #D6D6D6;
}

.btn.glassgreen:after {
    border-color: #00CABF;
    background: #FFFFFF;
}

.btn.glassgreen:hover:after {
    border-color: #D6D6D5;
    background: #D6D6D6;
}


.btn.black {
    border-color: #313131;
    background: #313131;
    color: white;
    border-right: none;
}

.btn.black:hover {
    background: #D6D6D6;
    border-color: #D6D6D5;
    color: black;
}

.btn.black:after {
    border-color: #313131;
    background: #313131;
}

.btn.black:hover:after {
    border-color: #D6D6D5;
    background: #D6D6D6;
}


.menu_container {
    position: relative;
    z-index: 1;
}

.menu_container {
    border-top: 1px solid #CFD0D1;
}

.menu_container .menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 10px;
    display: inline-flex;
    width: 100%;
    /*justify-content: space-between;*/
    text-transform: uppercase;
    gap: 0 25px;
}

.menu_container .menu.add {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /*margin-left: 6%;*/
}

.menu_container .menu.add li {
    margin: 0px;
    /*margin-left: 30px;*/
}

.menu_container .menu > li {
    margin: 0px;
}

.menu_container .menu > li.sup {
    width: 100%;
}

.menu_container .menu > li a {
    color: inherit;
    font-size: 14px;
    /* text-transform: uppercase; */
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    padding: 16px 0px;
    display: block;
    text-align: center;
}

.menu_container .menu > li:first-child a {
    border: none;
}

.menu_container .menu > li a:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0%; /* transform: translateX(-50%); */
    display: block;
    height: 1px;
    transition: 0.5s;
    width: 0px;
}

.menu_container .menu > li a:hover {
    color: #00CABF;
}

.menu_container .menu > li a:hover:after {
    width: 100%;
}

.menu_container .menu > li:before {
    display: none;
}

.menu_container .menu > li.sep {
    width: 100%;
}


.menu_container .menu > li.sup ~ li a {
    margin-right: 0px;
    margin-left: 8px;
}

.menu_container .menu > li.sup ~ li {
}

.burger {
    display: none;
}

header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 11;
    background: white;
    transition: 0.5s;
    padding-top: 15px;
}

.scroll header {
    box-shadow: 0px 0px 10px hwb(0deg 0% 100% / 10%);
}

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


header .cont {
    background: white;
    border-radius: 10px;
    padding: 0px 64px;
    box-shadow: 0px 0px 20px hwb(0deg 0% 100% / 10%);
}


header > .container:first-child {
    display: block;
}

.logo1 {
    position: relative;
}

.logo1 img {
}

.logo2 {
}

.logo2 img {
}

.logo2:before {
    content: '';
}


.content {
    margin: 0px auto;
    max-width: 1315px;
    padding: 0px 15px;
}


header .addr_container {
}

header .addr_container:before {
    content: '';
}

header .phone_container {
    margin-right: 2%;
}

header .phone_container a {
    display: block;
    color: inherit;
    margin-bottom: 5px;
}

header .phone {
    display: flex;
    text-decoration: none;
    color: inherit;
    text-wrap: nowrap;
    align-items: center;
    font-size: 16px;
    color: inherit;
    font-weight: 700;
    margin: 0px auto;
}

header .phone:before {
    content: "";
    content: "";
    margin-right: 5px;
    background: url(../img/ico_phone.svg) 50% 50% no-repeat;
    width: 12px;
    height: 18px;
    flex-shrink: 0;
    filter: invert(51%) sepia(90%) saturate(1468%) hue-rotate(137deg) brightness(101%) contrast(101%);
}

header .addr {
    align-items: center;
    display: flex;
    white-space: nowrap;
    /* text-transform: uppercase; */
    margin-left: auto;
}

header .addr:before {
    content: "";
    margin-right: 5px;
    background: url(../img/ico_addr.svg) 50% 50% no-repeat;
    width: 14px;
    height: 21px;
    flex-shrink: 0;
    filter: invert(51%) sepia(90%) saturate(1468%) hue-rotate(137deg) brightness(101%) contrast(101%);
}


header .worktime {
    align-items: center;
    display: flex;
    white-space: nowrap;
    /* text-transform: uppercase; */
    color: #4A4F54;
}

header .worktime:before {
    content: "";
    margin-right: 5px;
    background: url(../img/ico_worktime.svg) 50% 50% no-repeat;
    width: 21px;
    height: 20px;
    flex-shrink: 0;
    filter: invert(13%) sepia(100%) saturate(4739%) hue-rotate(346deg) brightness(80%) contrast(111%);
}


header .container:first-child .btn {
    width: 230px;
}

header .addr_container {
    position: relative;
    cursor: pointer;
    user-select: none;
    align-items: center;
    text-align: right;
    margin-right: 1%;
}

header .addr_container .current {
    margin-right: 15px;
    margin-right: auto;
}

header .addr_container .current strong {
    display: block;
}

header .addr_container .current span {
    position: relative;
    padding-left: 0px;
    font-size: 16px;
    padding-right: 0px;
    display: block;
}

header .addr_container .current span:after {
    content: '';
    background: url(../img/ico_select.png) 50% 50% no-repeat;
    width: 14px;
    height: 7px;
    display: block;
    position: absolute;
    top: 7px;
    right: 0px;
    display: none;
}

header .addr_container .items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    background: white;
    color: black;
    box-shadow: 0px 0px 10px hwb(0deg 0% 100% / 30%);
    z-index: 2;
}

header .addr_container .open + .items {
    display: block;
}

header .addr_container .items div {
    padding: 5px 15px;
    white-space: nowrap;
}

header .addr_container .items div strong {
    white-space: nowrap;
    display: block;
}

header .addr_container .items div span {
}

header .addr_container .items div:hover {
    color: #1B457D;
}


header .addr_container .prev, header .addr_container .next {
    background: url(../img/btn.svg) 50% 50% no-repeat;
    width: 29px;
    height: 28px;
}

header .addr_container .prev:hover, header .addr_container .next:hover {
    background: url(../img/btn_hover.svg) 50% 50% no-repeat;
}

header .addr_container .prev {
}

header .addr_container .next {
    transform: rotate(180deg);
}


header {
}

header .panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 14px;
}

.mob_phone {
    display: none;
}

.big_banner {
    position: relative;
}

.big_banner .item {
    position: relative;
}

.big_banner .item picture {
    display: block;
    text-align: center;
    overflow: hidden;
}

.big_banner .item picture img {
    max-width: none;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    display: block;
    margin: 0px auto;
    /* height: 738px; */
}


.big_banner .swiper-button-next, .big_banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    right: 0px;
    background: #fff;
    width: 27px;
    height: 44px;
    display: block;
    text-align: center;
    color: black;
    padding-top: 1px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.big_banner .swiper-button-prev {
    left: 46px;
}

.big_banner .swiper-button-next {
    right: 46px;
}

.big_banner .swiper-button-next:after, .big_banner .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 700;
}

.big_banner .swiper-button-next:hover, .big_banner .swiper-button-prev:hover {
    background: #38D1C3;
}

.big_banner .swiper-button-next:hover:after, .big_banner .swiper-button-prev:hover:after {
}


.big_banner .swiper-pagination {
    justify-content: center;
    width: 100%;
    align-items: center;
    display: none;
    top: 31vw;
    bottom: auto;
}

.big_banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0px 5px;
    position: relative;
    top: 3px;
    background: #fff;
    height: 12px;
    width: 12px;
    opacity: 1;
    border-radius: 10px;
    transition: 0.5s;
}

.big_banner .swiper-pagination .swiper-pagination-bullet:hover {
    background: #00CABF;
}

.big_banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    /* height: 17px; */
    /* width: 17px; */
    background: #00CABF;
}


.big_banner .video {
    position: relative;
    height: 0px;
    background: url(../img/bigbanner/banner1.jpg) 50% 0% no-repeat;
    background-size: cover;
    padding-bottom: 56.2%;
}

.big_banner .video:after {
    content: '';
    position: absolute;
    top: 72px;
    left: 0px;
    width: 100%;
    height: calc(100% - 72px);
    background: url(../img/bg_banner.svg) 50% 0% no-repeat;
    background-size: contain;
    pointer-events: none;
}

.big_banner .video:before {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(270deg, rgba(0, 0, 0, 0.6) 0.29%, rgba(0, 0, 0, 0) 83.85%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.big_banner .video .mvideo_container {
    /* height: 100%; */
}

.big_banner .video .mvideo_container video {
    width: 100%;
}

.big_banner .video .mvideo_container.play button {
    opacity: 0;
}

.big_banner .video .mvideo_container button {
    border: none;
    background: url(../img/play.svg) 50% 50% no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    z-index: 1;
    opacity: 1;
    background-size: contain;
}

.big_banner .video .mvideo_container button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}


.big_banner .item .add_items {
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
}

.big_banner .item .add_items .container {
}

.big_banner .item .add_items .items {
    display: flex;
    justify-content: space-between;
}

.big_banner .item .add_items .items a {
}

.big_banner .item .add_items .items a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    text-transform: uppercase;
    align-items: center;
    position: relative;
}

.big_banner .item .add_items .items a:before {
    content: '';
    width: 50px;
    height: 50px;
    display: inline-block;
    flex-shrink: 0;
    background: #38D1C3;
    border-radius: 100px;
    margin-right: 10px;
}

.big_banner .item .add_items .items a:after {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.big_banner .item .add_items .items a span {
}

.big_banner .item .add_items .items a.ico1:before {
    background: url(../img/add_ico1.svg) 50% 50% no-repeat #38D1C3;
}

.big_banner .item .add_items .items a.ico2:before {
    background: url(../img/add_ico2.svg) 50% 50% no-repeat #38D1C3;
}

.big_banner .item .add_items .items a.ico3:before {
    background: url(../img/add_ico3.svg) 50% 50% no-repeat #38D1C3;
}


@keyframes title_container {
    0% {
    }
    50% {
    }
    to {
        transform: scaleY(1);
    }
}


.big_banner .item .title_container .container {
}

.big_banner .item .title_container {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
}

.big_banner .item .title_container .container .text_container {
    position: relative;
    text-align: center;
    padding: 25px 15px;
    width: fit-content;
    z-index: 2;
    margin: 0 auto;
}

.big_banner .item .title_container .container .text_container:before {
    content: '';
    position: absolute;
    top: 0;
    left: -33%;
    width: 166%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.90) 20%, rgba(255, 255, 255, 0.90) 80%, rgba(255, 255, 255, 0.00) 100%);
    z-index: -1;
}

.big_banner .item .title_container .container .text_container .title1 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #00CABF;
}
.big_banner .item .title_container .container .text_container .title2 {
    margin-top: 15px;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
}
.big_banner .item .title_container .container .text_container .title2 b {
    font-weight: 400;
}
.big_banner .item .title_container .container .text_container .title2 span {
    color: #00CABF;
}
.big_banner .item .title_container .container .text_container .title2 .br_mob {
    display: none;
}

.big_banner .item .title_container .container .text_container .title3 {
    margin-top: 15px;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
}

.banner_plachka {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 52px;
    width: 276px;
    height: 130px;
    background: url(../img/bigbanner/banner1_before.png) 50% 0 no-repeat;
    background-size: contain;
    text-align: center;
}
.banner_plachka span {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    background: linear-gradient(90deg, #9C9C9C 0%, #363636 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.big_banner .item .title_container .container .text_container .gift {
    background: #38D1C3;
    display: inline-flex;
    margin-top: 15px;
    transform: skewX(-20deg);
    padding-top: 18px;
    padding-bottom: 12px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding-right: 19px;
    padding-left: 83px;
}

.big_banner .item .title_container .container .text_container .gift i {
    background: white;
    display: inline-flex;
    width: 60px;
    height: calc(100% + 8px);
    position: absolute;
    top: -4px;
    left: -1px;
    box-shadow: 0px 0px 20px hwb(0deg 0% 100% / 20%);
}

.big_banner .item .title_container .container .text_container .gift i:before {
    content: '';
    background: url(../img/ico_gift.svg) 50% 50% no-repeat;
    width: 100%;
    height: 100%;
    transform: skewX(20deg);
    filter: invert(51%) sepia(90%) saturate(1468%) hue-rotate(137deg) brightness(101%) contrast(101%);
    margin-top: -3px;
}

.big_banner .item .title_container .container .text_container .gift span {
    transform: skewX(20deg);
    display: inline-block;
}

.big_banner .item .title_container .container .text_container .gift sup {
}


.banner_text {
    padding-top: 43px;
    position: absolute;
    width: 100%;
    top: 0;
}

.big_banner .banner_text .title1 {
    font-size: 62px;
    font-weight: 500;
    padding-bottom: 25px;
    color: #fff;
    text-align: left;
}

.big_banner .banner_text .title_date {
    position: relative;
    padding: 0 45px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: fit-content;
}

.big_banner .banner_text .title_date:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00CABF;
    transform: skew(-24deg, 0deg);
}

.big_banner .banner_text .title_date span {
    position: relative;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
}

.big_banner .banner_text .title2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
}

.big_banner .title_text {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
}

.big_banner .title_text:last-child {
    margin-bottom: 30px;
}

.big_banner .title_text b {
    margin-top: 20px;
    display: block;
}

.big_banner .banner_text .btn {
    width: 358px;
}


.big_banner .item .form_container {
    position: absolute;
    bottom: 84px;
    left: 0px;
    width: 100%;
}

.big_banner .item .form_container .container {
}

.big_banner .item .form_container form {
    width: 800px;
    margin: 0px auto;
    max-width: 100%;
}

.big_banner .item .form_container form .form_title {
    font-size: 18px;
    color: white;
    text-align: left;
    padding-bottom: 0px;
}

.big_banner .item .form_container form .form_comment {
}

.big_banner .item .form_container form .fields {
    display: flex;
    justify-content: space-between;
}

.big_banner .item .form_container form .fields .form-group {
    width: 32%;
    margin-bottom: 0px;
}

.big_banner .item .form_container form .fields .form-group input {
    border: 1px solid #A5A5A5;
}

.big_banner .item .form_container form .fields .form-group input::placeholder {
    color: #A5A5A5;
    font-family: inherit;
}

.big_banner .item .form_container form .fields button {
    width: 32%;
}

.big_banner .item .form_container form .agree_field {
    color: white;
}

.big_banner .item .form_container form .agree_field .check_ex {
    border-color: white;
}

.big_banner .item .form_container form .agree_field .check_ex i {
    background: white;
}


.runline {
    height: 113px;
    animation: runline 60s linear infinite;
    position: relative;
    width: calc(100vw * 4);
    background: url(../img/runline.png) 0px 50% repeat-x;
    border-bottom: 1px solid #054433;
}


@keyframes runline {
    0% {
        left: 0vw;
    }
    50% {
    }
    to {
        left: -200vw;
    }
}


.offer_container {
    position: relative;
    z-index: 1;
    background: #313131;
    padding: 25px 0;
}

.offer_container .timer_title {
    font-size: 16px;
    /*line-height: 97%;*/
    color: #ffffff;
}

.offer_container .timer_title strong {
    font-size: 38px;
    font-weight: 500;
    display: block;
    color: #00cabf;
}

.offer_container .timer_title font {
}

.offer_container .container {
    /* transform: translateY(200px); */
    transition: 0.5s;
}

.offer_container .container .cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}


.offer_container .container .cont .btn {
    width: 300px;
}

.start .offer_container .container { /* transform: translateY(0px); */
}

.offer_container .text_container {
    display: flex;
}

.offer_container .title {
    font-size: 24px; /* text-transform: uppercase; */
    font-weight: 300;
    flex-shrink: 0;
    color: white;
    margin-right: 15px;
}

.offer_container form {
    padding-top: 32px;
    padding-bottom: 20px;
    width: 42%;
}

.offer_container form .form_title {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 28px;
    text-align: left;
}

.offer_container form .form_comment {
    font-size: 26px;
    text-transform: uppercase;
    padding-bottom: 18px;
}

.offer_container form .form_comment span {
    color: #009fdc;
}

.offer_container form .fields {
    display: flex;
    justify-content: space-between;
}

.offer_container form .fields .form-group {
    width: 41%;
}

.offer_container form .fields .form-group:first-child {
    width: 49%;
}

.offer_container form .fields .form-group {
    margin-bottom: 0px;
}

.offer_container form .fields input {
    color: #757575;
    background: white;
}

.offer_container form .fields button {
}

.offer_container form .agree_field {
    margin-bottom: 0px;
    color: black;
}

.offer_container form .agree_field .check_ex {
}

.offer_container form .agree_field .check_ex i {
}


.offer_container form .fields input::placeholder {
    color: #58595B;
}


.timer {
}


div[id^=timer] {
    white-space: nowrap;
    /* text-align: left !important; */
}

.cars_menu {
    margin-top: 50px;
}

.cars_menu a {
    position: relative;
    padding-top: 30px;
    color: #000000;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 225px;
}

.cars_menu a span {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.cars_menu a img {
    margin: 10px 0 0;
    width: 90%;
    position: relative;
    transition: .3s ease-in;
}

.cars_menu a:before {
    content: '';
    width: 100%;
    height: 133px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s ease-in;
    border: 1px solid #D6D6D6;
    background: linear-gradient(180deg, rgba(214, 214, 214, 0.00) 0%, rgba(214, 214, 214, 0.40) 100%);
}

.cars_menu a:hover img {
    width: 100%;
}

.cars_menu a:hover:before {
    background: linear-gradient(180deg, rgba(214, 214, 214, 0.00) 0%, rgba(91, 91, 91, 0.40) 100%);
}

/******************************************************************************/

#models {
    padding-top: 82px;
}

.models_items {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    gap: 100px 0;
}

.models_items .item {
    background: #FFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 0 25px 25px;
}

.models_items .item .car_wrap {
    display: flex;
    justify-content: space-between;
}


.models_items .item .car_wrap .car_text {
    margin-top: 25px;
}

.models_items .item .car_wrap .car_text .title {
    font-size: 50px;
    font-weight: 400;
}

.models_items .item .car_wrap .car_text .car_profit {
    margin-top: 40px;
    display: flex;
    align-items: center;
    font-size: 24px;
    gap: 0 7px;
}

.models_items .item .car_wrap .car_text .car_profit span {
    color: #ffffff;
    padding: 8px 12px;
    background: #00CABF;
}

.models_items .item .car_wrap .car_text .advantages {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 38px;
}

.models_items .item .car_wrap .car_text .advantages > a {
    display: flex;
    min-height: 21px;
    align-items: center;
    font-size: 18px;
    padding-left: 30px;
    color: #000000;
    text-decoration: none;
}

.models_items .item .car_wrap .car_text .advantages > a.ico1 {
    background: url("../img/car_ico1.svg") 0 50% no-repeat;
}

.models_items .item .car_wrap .car_text .advantages > a.ico2 {
    background: url("../img/car_ico2.svg") 0 50% no-repeat;
}

.models_items .item .car_wrap .car_img {
    background: url("../img/car_bg.jpg") 50% 0 no-repeat;
    padding-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 48%;
}

.models_items .item .car_wrap .car_img .car_colors {
    display: flex;
    gap: 20px;
    margin-top: 5px;
}

.models_items .item .car_wrap .car_img .car_colors > div {
    width: 20px;
    height: 20px;
    transition: .4s ease-in;
    cursor: pointer;
}

.models_items .item .car_wrap .car_img .car_colors > div.active {
    width: 70px;
}

.models_items .item .car_wrap .gallery {
    margin-top: 25px;
    width: 110px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.models_items .item .btns {
    display: flex;
    justify-content: space-between;
    gap: 0 55px;
    margin-top: 25px;
}

.models_items .item .btns .btn {
    flex: 1;
}

/******************************************************************************/

#complects {
    padding-top: 133px;
}

#complects .container {
}

#complects .title1 {
    margin-bottom: 50px;
}


.filter_quick_menu {
    margin: 0;
    padding-top: 35px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    list-style-type: none;
    padding-left: 0;
    column-gap: 60px;
}

.filter_quick_menu li {

    font-size: 20px;

    font-weight: 400;

    color: #000000;

    transition: all .2s linear;

    cursor: pointer;

    position: relative;
}


.filter_quick_menu li:hover,
.filter_quick_menu li.current {
    color: #00CABF;
}

.filter_quick_menu li span {

    text-transform: uppercase;
}


#filter_table {
    margin-bottom: 45px;
    padding-top: 38px;
    display: flex;
    justify-content: space-between;
    display: none;
}

#filter_table .select_container {
    position: relative;
    width: 32%;
    display: inline-block;
}

#filter_table .select_container:first-child {
    margin-left: 0px;
    /* display: none; */
}

#filter_table .select_container:after {
    content: ''; /* background:url(../img/ico_select.png) 0px 0px no-repeat; */
    width: 15px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
}

#filter_table select {
    display: block;
    color: black;
    height: 60px;
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 18px;
    outline: none;
    background: none;
    border-radius: 0px;
    background: url(../img/ico_select.png) right 20px center no-repeat;
    border: 1px solid #cfd0d1;
}

#filter_table select[name="models"] {
}

#filter_table select[name="complects"] {
}

#filter_table select[name="engine"] {
}

#filter_table select option {
    color: black;
}


.tb_complects {
    width: 100%;
    color: black;
    border-collapse: collapse;
    margin: 0px auto;
    font-weight: 400;
}


.tb_complects tr {
    background: #ffffff;
    border-bottom: 1px solid #CFD0D1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.tb_complects.limit tr:nth-child(n+5) {
    display: none;
}

.tb_complects tr:first-child {
    display: none;
}

.tb_complects tr th {
    text-align: left;
    font-size: 16px; /* text-transform:uppercase; */
    background: #ededed;
    font-size: 18px;
    font-weight: 400;
    padding: 15px;
    height: 53px;
    box-sizing: border-box;
}

.tb_complects tr td {
    text-align: left;
    position: relative;
}

.tb_complects tr td:nth-child(1) {
    background: url("../img/compl_bg.svg") 100% 0 no-repeat;
    padding: 20px 0;
    width: 25%;
}

.tb_complects tr td:nth-child(2) {
    width: 35%;
}

.tb_complects tr td:nth-child(3) {
    display: none;
}

.tb_complects tr td:nth-child(4) {
}

.tb_complects_showmore {
    color: black;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-top: 21px;
    display: block;
    width: 250px;
    text-decoration: none;
    border-bottom: 1px solid black;
    white-space: nowrap;
}

.tb_complects_showmore:hover { /* border-color:#1c69d4; */
}


.tb_complects tr .btns {
    width: 384px;
    vertical-align: middle;
}

.tb_complects tr .btns .btn {
    /* width: 100%; */
    margin-top: 10px;
    font-size: 16px;
}

.tb_complects tr .btns .btn:first-child {
}

.tb_complects tr td .param_wrap {

    display: flex;
}

.tb_complects tr td .param2_wrap {
    font-size: 16px;
    text-align: left; /* width: 55%; */
    white-space: nowrap;
}

.tb_complects tr td .param1 {
    font-weight: 300;
    font-size: 20px;
}

.tb_complects tr td .param2 {
    display: block;
    font-size: 25px;
    font-weight: 500;
}

.tb_complects tr td .compl_techs {
    display: flex;
    gap: 0 30px;
    margin-top: 20px;
}

.tb_complects tr td .compl_techs > div {
    font-size: 16px;
    padding-left: 18px;
    position: relative;
}

.tb_complects tr td .compl_techs > div:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00CABF;
    position: absolute;
    top: 5px;
    left: 0;
}


.tb_complects tr td .param5 {
    /* text-decoration: line-through; */
    /* font-weight: 700; */
    display: inherit;
}

.tb_complects tr td .param5 span {
    font-weight: 700;
}

.tb_complects tr td .dop_info {
    font-size: 16px;
    text-decoration: underline;
    padding-left: 30px;
    padding-bottom: 2px;
    margin-top: 15px;
    cursor: pointer;
    display: inline-block;
}

.tb_complects tr td .dop_info_text {
    box-sizing: border-box;
    width: 330px;
    max-width: 100%;
    box-shadow: 0px 0px 18px 2px rgba(1, 2, 2, 0.05);
    padding: 20px 25px;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 1;
    background: #ffffff;
    display: none;
}

.tb_complects tr td .dop_info_text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tb_complects tr td .dop_info_text ul li {
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
}


#tradein {
    padding-top: 120px;
}

#tradein .title1 {
}

#tradein .cont {
    display: flex;
    position: relative;
}

#tradein .image1 {
    width: 50%;
}

#tradein .image1 picture {
    display: flex;
    justify-content: flex-end;
}

#tradein .image1 picture img {
    max-width: none;
}


#tradein form {
    width: 32%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 8%;
    padding-left: 5%;
}

#tradein form .form_title {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 22px;
    text-align: left;
     text-transform: uppercase;
    line-height: 137%;
}

#tradein form .form_comment {
    font-size: 26px;
    text-transform: uppercase;
    padding-bottom: 18px;
}

#tradein form .form_comment span {
    color: #009fdc;
}

#tradein form {
    margin-left: 5%;
}

#tradein form .form-group {
    width: 100%;
}

#tradein form .form-group:first-child {
}

#tradein form .form-group {
    margin-bottom: 15px;
}

#tradein form input {
}

#tradein form select {
}

#tradein form select option {
}


#tradein form button {
}

#tradein form .agree_field {
    margin-top: 0px;
    margin-bottom: 0px;
}

#tradein form .agree_field .check_ex {
}

#tradein form .agree_field .check_ex i {
}


#tradein form input::placeholder {
    color: #757575;
}


#credit {
    padding-top: 120px;
}

#credit .title1 {
}

#credit .cont {
    display: flex;
    position: relative;
    justify-content: space-between;
}

#credit .image1 {
}

#credit .image1 picture {
    display: flex;
    justify-content: flex-end;
}

#credit .image1 picture img {
    max-width: none;
}


#credit form {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(90deg, #313131 0%, rgba(49, 49, 49, 0.90) 100%);
    padding: 0px 6%;
    box-sizing: border-box;
    flex: 1 0 auto;
}

#credit form .form_title {
    font-size: 44px;
    font-weight: 300;
    padding-bottom: 20px;
    text-align: left;
    /* text-transform: uppercase; */
    line-height: 137%;
    color: #ffffff;
}

#credit form .form_comment {
    font-size: 16px;
    color: #ffffff;
    /* text-transform: uppercase; */
    padding-bottom: 25px;
}

#credit form .form_comment span {
    color: #009fdc;
}

#credit form {
}

#credit form .form-group {
    width: 100%;
}

#credit form .form-group:first-child {
}

#credit form .form-group {
    margin-bottom: 15px;
}

#credit form input {
    border-color: #ffffff;
    color: #ffffff;
}

#credit form select {
}

#credit form select option {
}


#credit form button {
}

#credit form .agree_field {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ffffff;
}

#credit form .agree_field .check_ex {
    background: none;
    border: 1px solid white;
}

#credit form .agree_field .check_ex i {
    background: #ffffff;
}


#credit form input::placeholder {
    color: #757575;
}


#testdrive {
    padding-top: 120px;
    padding-bottom: 120px;
}

#testdrive .title1 {
}

#testdrive .cont {
    display: flex;
    position: relative;
}

#testdrive .image1 {
    width: 50%;
}

#testdrive .image1 picture {
    display: flex;
    justify-content: flex-start;
}

#testdrive .image1 picture img {
    max-width: none;
}


#testdrive form {
    width: 32%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 12%;
    padding-left: 5%;
}

#testdrive form .form_title {
    font-size: 36px;
    font-weight: 400;
    padding-bottom: 21px;
    text-align: left;
    text-transform: uppercase;
    line-height: 137%;
}

#testdrive form .form_comment {
    font-size: 16px;
    /* text-transform: uppercase; */
    padding-bottom: 25px;
    line-height: 106%;
}

#testdrive form .form_comment span {
    color: #009fdc;
}

#testdrive form {
}

#testdrive form .form-group {
    width: 100%;
}

#testdrive form .form-group:first-child {
}

#testdrive form .form-group {
    margin-bottom: 15px;
}

#testdrive form input {
}

#testdrive form select {
}

#testdrive form select option {
}


#testdrive form button {
}

#testdrive form .agree_field {
    margin-top: 0px;
    margin-bottom: 0px;
}

#testdrive form .agree_field .check_ex {
}

#testdrive form .agree_field .check_ex i {
}


#testdrive form input::placeholder {
    color: #757575;
}


#reviews {
    background: #EFEFEF;
    padding: 80px 0;
}

#reviews .container {
}

#reviews .title {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
}



#reviews .stars {
    background: url(../img/stars_5.png) 50% 50% no-repeat;
    height: 20px;
}

#reviews .comment {
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
}

#reviews .comment strong {
    font-weight: 500;
}

#reviews .swiper-button-next, #reviews .swiper-button-prev {
    color: black;
    background: white;
}

#reviews .swiper-button-next {
    right: -40px;
}

#reviews .swiper-button-prev {
    left: -40px;
}

#reviews .swiper-button-next:after, #reviews .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 700;
}

#reviews .swiper-button-next:after {
}

#reviews .swiper-button-prev:after {
}

#reviews .swiper-pagination {
    position: relative;
    margin-top: 20px;
    bottom: 0 !important;
}

#reviews .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 0.2;
    background: #434343;
    transition: .3s ease-in;
    border-radius: 6px;
}

#reviews .swiper-pagination .swiper-pagination-bullet-active {
    background: #313131;
    opacity: 1;
    width: 94px;
}


#reviews .slider {
    position: relative;
    margin-top: 40px;
}

#reviews .slider .swiper-wrapper {
    align-items: normal;
}

#reviews .item {
    background: white;
    color: black;
    padding: 22px;
    box-sizing: border-box;
}


#reviews .item_head {
    display: flex;
    justify-content: space-between;
}

#reviews .item .author {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 7px;
}

#reviews .item .date {
    color: #999999;
    font-size: 14px;
}

#reviews .item .text {
    padding-top: 20px;
    line-height: 125%;
    font-size: 14px;
}


#contacts {
    padding: 80px 0;
    background: #313131;
}


#contacts .contact_container {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0px;
    padding-bottom: 0px;
    /* background: url(../img/bg_contacts.png) 0px 0px no-repeat; */
    background-size: cover;
    color: white;
    padding-right: 34px;
}

#contacts .contact_container .logo_text {
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 22px;
}

#contacts .contact_container .logo_comment {
    color: #666666;
    font-size: 28px;
    line-height: 120%;
}

#contacts .contact_container .phone {
    display: flex;
    text-decoration: none;
    color: inherit;
    text-wrap: nowrap;
    align-items: center;
    font-size: 18px;
}

#contacts .contact_container .phone:before {
    content: "";
    margin-right: 10px;
    background: url(../img/ico_phone2.svg) 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    filter: invert(51%) sepia(90%) saturate(1468%) hue-rotate(137deg) brightness(101%) contrast(101%);
}

#contacts .contact_container .addr {
    align-items: center;
    display: flex;
    white-space: nowrap; /* text-transform: uppercase; */
    margin-bottom: 14px;
    font-size: 16px;
    padding-top: 28px;
}

#contacts .contact_container .addr:before {
    content: "";
    margin-right: 10px;
    background: url(../img/ico_addr2.svg) 50% 50% no-repeat;
    width: 20px;
    height: 25px;
    flex-shrink: 0;
    filter: invert(51%) sepia(90%) saturate(1468%) hue-rotate(137deg) brightness(101%) contrast(101%);
}

#contacts .contact_container .worktime {
    align-items: center;
    display: flex;
    white-space: nowrap;
    /* text-transform: uppercase; */
    margin-bottom: 14px;
    font-size: 16px;
}

#contacts .contact_container .worktime:before {
    content: "";
    margin-right: 10px;
    background: url(../img/ico_time.svg) 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    filter: invert(51%) sepia(90%) saturate(1468%) hue-rotate(137deg) brightness(101%) contrast(101%);
}

.worktime_holidays {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    margin-bottom: 24px;
}
.worktime_holidays p {
    margin: 0;
    font-size: 16px;
}
.worktime_holidays div {
    display: flex;
}
.worktime_holidays div span {
    min-width: 170px;
}

#contacts .addr_container {
    display: flex;
    margin-top: 23px;
    justify-content: space-between;
}


#contacts form {
    margin-top: 30px;
    margin-bottom: 34px;
}

#contacts form .form_title {
    font-size: 52px;
    font-weight: 700;
    padding-bottom: 6px;
    text-align: left;
    /* text-transform: uppercase; */
    white-space: nowrap;
}

#contacts form .form_comment {
    font-size: 18px;
    padding-bottom: 30px;
}

#contacts form .form_comment span {
    color: #009fdc;
}

#contacts form .fields {
}

#contacts form .fields .form-group {
    width: 100%;
}

#contacts form .fields .form-group:first-child {
    margin-bottom: 9px;
}

#contacts form .fields .form-group {
    margin-bottom: 0px;
}

#contacts form .fields input {
    border: 1px solid #CCCCCC;
}

#contacts form .fields button {
}

#contacts form .agree_field {
    margin-top: 6px;
    margin-bottom: 0px;
    text-align: left;
    color: white;
}

#contacts form .agree_field .check_ex {
    background: none;
    border: 1px solid white;
}

#contacts form .agree_field .check_ex i { /* filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(323deg) brightness(102%) contrast(101%); */
    background: white;
}

#contacts .comment {
    margin-top: 20px;
    margin-bottom: 6px;
}

#contacts form .fields input::placeholder {
    color: #999999;
}

#contacts .image1 {
    margin-left: -31px;
    margin-right: -31px;
}

#contacts .image1 picture {
}

#contacts .image1 picture img {
}

#contacts .btn {
}


#map1 {
    height: 420px;
    overflow: hidden;
    flex: 1 0 auto;
}


#contacts .cont {
    display: flex;
}


#contacts .title1 {
    text-align: left;
    text-transform: none;
    padding-bottom: 28px;
}


footer {
    padding-top: 45px;
    padding-bottom: 45px;
    background: black;
    color: white;
    font-size: 16px;
}

footer .container {
}

footer .container .panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .container .your_info {
    font-size: 11px;
}

footer .container .your_block {
    display: grid;
    text-align: center;
    line-height: 160%;
}

footer .container .data {
    margin-top: 15px;
}

footer .container .panel a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

footer .disclamer_switch {
    color: white;
    text-decoration: none;
    display: block;
}

footer .container .panel a:hover {
    text-decoration: none;
}

footer .creator { /* text-transform: uppercase; */
    display: inline-flex;
    align-items: center;
    color: inherit;
}

footer .creator img {
    display: block;
    margin-left: 5px;
}


footer .column1 {
    margin-right: 30px;
}

footer .column2 {
}

footer .text1 {
    font-size: 10px;
    margin-top: 22px;
    line-height: 189%;
}

footer .text2 {
    font-size: 10px;
    line-height: 190%;
}


.disclamer {
}

.copyright {
    display: inline-flex;
    align-items: center;
}

.copyright img {
    margin-left: 10px;
}


footer .logo {
    margin-left: auto;
}


.swiper-pagination-bullet-active {
    background: #F37B32;
}

#cookies-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #D6D6D6;
  color: #000000;
  padding: 24px 9%;
  text-align: center;
  z-index: 10000000000;
  font-size: 14px;
  color: #fff;
}

#cookies-banner.hidden {
  display: none;
}

.cookies {
  box-sizing: border-box;
  background: #D6D6D6
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 5%;
  padding-bottom: 40px;
  z-index: 10;
}

.cookies_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 15px;
}

.cookies_text {
  text-align: left;
  color: #000000;
}

.cookies_text a{
  color: #00CABF;
}

#cookies-banner .btn {
  padding: 12px 20px;
  cursor: pointer;
}

/*------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1600px) {


}

@media (max-width: 1400px) {
    header .container {
        flex-direction: column;
    }

    .menu_container .menu {
        justify-content: space-evenly;
    }

    .menu_container .menu.add {
        margin-left: 0px;
    }

    .big_banner .swiper-button-next, .big_banner .swiper-button-prev {
        top: 78%;
    }

    .big_banner {
        margin-top: 50px;
    }
    .big_banner .item .title_container .container .text_container .title1 {
        font-size: 38px;
    }

}

@media (max-width: 1300px) {

    header .addr {
        display: none;
    }

    .banner_text {
        padding-top: 74px;
    }

    .big_banner .banner_text .title1 {
        font-size: 44px;
    }

    .big_banner .banner_text .title_date {
        padding: 0 20px;
        height: 42px;
    }

    .big_banner .banner_text .title_date span {
        font-size: 20px;
    }

    .big_banner .item .title_container .container .text_container .title1 {
        font-size: 24px;
    }
    .big_banner .item .title_container .container .text_container .title2 {
        margin-top: 10px;
        font-size: 26px;
    }
    .big_banner .item .title_container .container .text_container .title3 {
        margin-top: 10px;
        font-size: 18px;
    }
}

@media (max-width: 1200px) {

}

@media (max-width: 991px) {

    .alert {
        position: fixed;
        width: 100%;
        left: 0px;
        top: 0px;
    }

    header {
        box-sizing: border-box;
        padding-top: 0px;
        /* height: 60px; */
        top: 0px;
    }

    .menuopen .menu_container {
        right: 0px;
        background: #070a09d1;
        backdrop-filter: blur(8px);
    }

    .menu_container {
        padding: 0px;
        display: block;
    }

    .menu_container {
        position: absolute;
        top: 100%;
        right: -520px;
        left: auto;
        transition: 0.2s;
        background: white;
        height: auto;
        z-index: 2;
        width: 520px;
        max-width: 100%;
    }

    .menu_container .menu {
        background: none;
        display: block !important;
        text-align: center;
        height: auto;
        width: 100%;
        margin: 0px;
    }

    .menu_container .menu > li a {
        padding: 15px 10px;
        display: block;
        color: white;
        margin: 0px !important;
    }

    .burger {
        display: block;
    }


    .burger {
        width: 33px;
        height: 44px;
        border-radius: 100px;
        line-height: 44px;
        text-align: center;
        font-size: 9px;
        text-transform: uppercase;
        font-weight: 700;
        position: absolute;
        top: 2px;
        right: 15px;
        /* transform: translateY(-50%); */
        z-index: 9;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .burger:before {
        content: '';
        display: block;
        height: 2px;
        background: black;
        transition: 0.2s;
        transform-origin: 0px 6px;
    }

    .burger:after {
        content: '';
        display: block;
        height: 2px;
        background: black;
        transition: 0.2s;
        transform-origin: 5px -2px;
    }

    .burger span {
        pointer-events: none;
        display: block;
        height: 2px;
        background: black;
        margin: 9px 0px;
    }

    .menuopen .burger span {
        opacity: 0;
    }

    .menuopen .burger:before {
        transform: rotate(45deg);
    }

    .menuopen .burger:after {
        transform: rotate(-45deg);
    }

    .menu_container .menu > li {
        display: block;
        width: 100%;
        margin: 0px;
        margin-left: 0px !important;
    }

    .big_banner {
        margin-top: 0;
    }
    .banner_plachka {
        transform: translateX(-28%);
    }
    .banner_plachka {
        transform: translateX(-6%) scale(0.7);
    }


    header .panel { /* border:none; *//* padding: 0px; *//* height: 100%; */
        padding: 10px 15px;
        padding-right: 66px;
    }


    header .cont {
        padding: 0px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

    header > .container:first-child {
        padding: 0px;
    }

    footer .container .panel {
        display: grid;
        justify-content: left;
    }

    footer .container .your_block {
        text-align: left;
        margin: 16px 0;
    }

    footer .container .panel {
        justify-content: initial;
    }

    .copyright {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: right;
    }


}


@media (min-width: 991px) {

}


/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {

    .big_banner {
        margin-top: 0;
    }

    .big_banner .item .add_items .items a {
        font-size: 16px;
    }

    .offer_container form .fields {
        flex-direction: column;
    }

    .offer_container form .fields .form-group:first-child {
        width: 100%;
        margin-bottom: 10px;
    }

    .offer_container .container .cont .btn {
        width: auto;
    }

    .tb_complects tr .btns {
        width: 280px;
    }

    .menu_container .menu > li a {
        font-size: 12px;
    }

    .big_banner .item .title_container {
        top: 0;
    }

    .big_banner .item picture img {
        height: 430px;
    }

    .offer_container .container .cont .btn {
        display: none;
    }

    .models_items .item .car_wrap .car_text .title {
        font-size: 40px;
    }

    .models_items .item .car_wrap .car_text .car_profit {
        flex-direction: column;
        gap: 5px 0;
        align-items: flex-start;
        margin-top: 10px;
    }

    .models_items .item .car_wrap .car_img {
        background-size: 100%;
    }

    .models_items .item .car_wrap .car_text .advantages {
        margin-top: 15px;
    }

    .models_items .item .btns {
        gap: 0 30px;
    }

    .models_items .item .car_wrap {
        align-items: center;
    }

    .tb_complects tr td .compl_techs {
        gap: 0 10px;
    }

    #testdrive form {
        padding: 0;
        width: 40%;
        margin-right: 0;
    }

    #tradein .cont {
        justify-content: space-between;
    }

    #tradein .image1 {
        width: 60%;
    }

    #tradein form {
        width: 40%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {

    body {
        padding-top: 80px;
    }

    header .container:first-child .btn {
        display: none;
    }


    .offer_container .container .cont {
        flex-direction: column;
        /*padding-top: 15px;*/
    }

    .offer_container .container .cont .btn {
        display: flex;
        width: 90%;
        margin-top: 30px;
    }

    .offer_container .timer_title {
        text-align: center;
        margin-bottom: 15px;
    }

    .timer {
    }

    .offer_container form {
        padding-top: 15px;
    }

    .offer_container form .fields {
    }

    .offer_container form .fields .form-group:first-child {
    }

    .offer_container .container .cont .btn {
    }

    .tb_complects tr td .param2_wrap {
    }

    .tb_complects tr td .param3 {
        display: block;
        white-space: normal;
    }

    #tradein form {
        padding: 0px;
        margin: 0px;
        width: 350px;
    }

    #testdrive form {
        /*margin-right: -62px;*/
    }

    .big_banner .item .title_container .container .text_container {
        padding: 15px 0;
    }

    .big_banner .item .title_container .container .text_container .title2 {
        font-size: 24px;
    }

    .cars_menu a:before {
        height: 80px;
        width: 99%;
    }

    .cars_menu a {
        padding-top: 10px;
        min-height: auto;
    }

    .cars_menu a img {
        width: 90% !important;
    }

    .cars_menu a span {
        font-size: 18px;
    }

    .models_items {
        margin-top: 60px;
    }

    .models_items .item .car_wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .models_items .item .car_wrap .car_text {
        width: 100%;
    }

    .models_items .item .car_wrap .car_text .car_profit {
        flex-direction: row;
        align-items: center;
    }

    .models_items .item .car_wrap .car_img {
        width: 100%;
        margin-top: 20px;
        background-size: auto;
    }

    .models_items .item .car_wrap .gallery {
        flex-direction: row;
        gap: 0 20px;
        margin-top: 20px;
        width: 100%;
    }

    .models_items .item .btns {
        flex-direction: column;
        gap: 10px 0;
    }

    .models_items .item .btns .btn {
        flex: unset;
    }

    .tb_complects tr {
        padding: 15px 0;
    }

    .tb_complects tr .btns {
        width: 230px;
    }

    .tb_complects tr td .compl_techs {
        flex-direction: column;
        gap: 10px 0;
    }

    .tb_complects tr td:nth-child(2) {
        width: 30%;
    }

    #tradein form {
        width: 100%;
    }

    #tradein .cont {
        flex-direction: column;
        gap: 30px 0;
    }

    #tradein .image1 {
        width: 100%;
    }

    #tradein .image1 img {
        width: 100% !important;
    }

    #credit .cont {
        flex-direction: column-reverse;
    }

    #credit .image1 img {
        width: 100% !important;
    }

    #credit form {
        padding: 30px;
    }

    #testdrive .cont {
        flex-direction: column-reverse;
        gap: 30px 0;
    }

    #testdrive .image1 {
        width: 100%;
    }

    #testdrive .image1 img {
        width: 100% !important;
    }

    #testdrive form {
        width: 100%;
    }

    #contacts .cont {
        flex-direction: column;
    }

    #contacts .contact_container {
        padding-right: 0;
    }

    #map1 {
        width: 100%;
    }

    body {
        padding-top: 50px;
    }
}



/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .banner_plachka {
        display: none;
    }
    .big_banner .swiper-pagination {
        display: flex;
    }

    .big_banner .swiper-button-prev {
        display: none;
    }

    .big_banner .swiper-button-next {
        display: none;
    }

    .big_banner .swiper-button-next, .big_banner .swiper-button-prev {
        top: 17vw;
    }

    .banner_text {
        padding-top: 4vw;
        position: relative;
    }

    .big_banner .item .title_container .container .text_container .title1 {
        font-size: 3vw;
        color: #000000;
        text-shadow: initial;
        text-align: center;
    }
    .big_banner .item .title_container .container .text_container .title2 {
        margin-top: 2vw;
        font-size: 3vw;
        color: #000000;
        text-shadow: initial;
        text-align: center;
    }
    .big_banner .item .title_container .container .text_container .title2 b {
        margin-bottom: 2vw;
        display: inline-block;
        font-weight: 600;
    }
    .big_banner .item .title_container .container .text_container .title2 .br_mob {
        display: block;
    }
    .big_banner .item .title_container .container .text_container .title3 {
        margin-top: 2vw;
        font-size: 3.6vw;
    }

    .big_banner .banner_text .btn {
        margin-bottom: 20px;
    }

    .burger {
        top: 14px;
    }

    body {
        padding-top: 52px;
    }


    .anim {
        opacity: 1;
    }


    .mobile_phone {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 16px 0;
        display: block;
        background: #1F1F1F;
        z-index: 12;
        text-align: center;
        box-shadow: 0px 0px 5px hwb(0deg 100% 0% / 10%);
        color: white;
        box-sizing: border-box;
        display: none;
    }

    .mobile_phone span {
        animation: mobile_phone 1s ease-out infinite;
    }

    .mobile_phone a {
        display: block;
        color: inherit;
        text-decoration: none;
        font-weight: 500;
        animation: mobile_phone 1s ease-out infinite;
        color: white;
    }

    @keyframes mobile_phone {
        0% {
            text-shadow: 0px 0px 0px #054433;
        }
        50% {
        }
        to {
            text-shadow: 0px 0px 5px #054433;
        }
    }

    html {
        overflow-x: hidden;
    }


    .resp_table tr {
        display: block;
        padding-bottom: 0px;
    }

    .resp_table tr th {
        display: none;
    }

    .resp_table tr td {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 5px 15px;
    }

    .resp_table tr td:before {
        display: inline-block;
        width: 43%;
        margin-right: 2%;
        font-weight: 700;
        vertical-align: top;
        display: none;
    }

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

    .tb_complects_container {
        padding-bottom: 0px;
    }

    .filter_quick_menu {
        justify-content: space-around;
        display: none;
    }

    .filter_quick_menu li {
        /* padding: 0; */
        margin: 5px 0;
    }

    .filter_quick_menu li:before {
        display: none;
    }

    #filter_table { /* display:block; */
        padding-top: 15px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    #filter_table .select_container {
        width: 100%;
        padding-bottom: 10px;
    }

    #filter_table .select_container:after {
    }

    #filter_table .select_container:first-child {
        display: block;
    }

    #filter_table select {
        font-size: 12px;
        height: 40px;
    }

    #filter_table select[name="models"] {
    }

    #filter_table select[name="complects"] {
    }

    #filter_table select[name="engine"] {
    }

    #filter_table select option {
    }

    .tb_complects {
        padding-bottom: 30px;
    }

    .tb_complects.limit tr:nth-child(n+5) {
    }

    .tb_complects tr {
        background: none;
        border: none;
        margin-bottom: 0px;
        margin-top: 40px;
    }

    .tb_complects tr:first-child {
    }

    .tb_complects tr th {
    }

    .tb_complects tr td {
        padding: 0px;
    }

    .tb_complects tr:nth-child(2) td {
    }

    .tb_complects tr td .model {
        padding-left: 0px;
    }

    .tb_complects tr td .complect {
    }

    .tb_complects tr td .engine {
    }

    .tb_complects tr td .popup {
        width: 100%;
        margin-bottom: 10px;
    }

    .tb_complects tr td .popup:first-child {
    }

    .tb_complects tr td .popup:hover {
    }

    .tb_complects_showmore {
        margin-left: 0px;
        left: 0px;
        text-align: center;
        display: block;
        position: relative;
        top: 0;
        margin-top: 20px;
    }

    .tb_complects tr td.tdbutton1 {
        display: block;
        padding-right: 0px;
        width: 100%;
    }

    .tb_complects tr td:nth-child(1) {
        width: 100%;
        border: none;
        padding: 0;
    }

    .tb_complects tr td:nth-child(2) {
        width: 100%;
        padding: 10px 0;
        display: block;
    }

    .tb_complects tr td:nth-child(3) {
        width: 100%;
        padding-bottom: 10px;
        padding: 0;
        border: none;
    }

    .tb_complects tr td:nth-child(4) {
        width: 100%;
    }

    .tb_complects tr td:nth-child(5 ) {
        width: 100%;
    }

    #filter_table {
        /*display: block;*/
    }

    #filter_table .select_container {
        margin: 0px;
    }


    header {
        /*height: 52px;*/
    }

    .scroll header {
    }

    header .container {
    }


    header .cont {
    }


    header > .container:first-child {
    }

    .logo1 {
    }

    .logo1 img {
    }

    .logo2 {
    }

    .logo2 img {
    }

    .logo2:before {
    }


    .content {
    }


    header .addr_container {
    }

    header .addr_container:before {
    }

    header .phone_container {
    }

    header .phone_container a {
    }

    header .phone {
        display: none;
        margin-top: 5px;
    }

    .mob_phone {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #ffffff;
        padding: 10px 0;
        z-index: 5;
    }

    .mob_phone .phone {
        display: block;
        text-decoration: none;
        color: #000000;
    }

    header .phone:before {
    }

    header .addr {
    }

    header .addr:before {
    }


    header .worktime {
    }

    header .worktime:before {
    }


    header .container:first-child .btn {
        display: none;
    }

    header .addr_container {
    }

    header .addr_container .current {
    }

    header .addr_container .current strong {
    }

    header .addr_container .current span {
    }

    header .addr_container .current span:after {
    }

    header .addr_container .items {
    }

    header .addr_container .open + .items {
    }

    header .addr_container .items div {
    }

    header .addr_container .items div strong {
    }

    header .addr_container .items div span {
    }

    header .addr_container .items div:hover {
    }


    header .addr_container .prev, header .addr_container .next {
    }

    header .addr_container .prev:hover, header .addr_container .next:hover {
    }

    header .addr_container .prev {
    }

    header .addr_container .next {
    }


    header {
    }

    header .panel {
        flex-flow: wrap;
    }


    .big_banner {
    }

    .big_banner .item {
    }

    .big_banner .item picture {
    }

    .big_banner .item picture img {
        max-width: 100%;
        height: auto;
    }


    .big_banner .swiper-button-next, .big_banner .swiper-button-prev {
    }

    .big_banner .swiper-button-next:after, .big_banner .swiper-button-prev:after {
    }

    .big_banner .swiper-button-next:hover, .big_banner .swiper-button-prev:hover {
    }

    .big_banner .swiper-button-next:hover:after, .big_banner .swiper-button-prev:hover:after {
    }


    .big_banner .swiper-pagination {
    }

    .big_banner .swiper-pagination .swiper-pagination-bullet {
    }

    .big_banner .swiper-pagination .swiper-pagination-bullet:hover {
    }

    .big_banner .swiper-pagination .swiper-pagination-bullet-active {
    }


    .big_banner .item .title_container {
        position: relative;
        top: 0px;
        left: 0px;
        padding: 15px 0px;
    }

    .start .big_banner .item .title_container {
    }


    .big_banner .video {
    }

    .big_banner .video:after {
    }

    .big_banner .video:before {
    }

    .big_banner .video .mvideo_container {
    }

    .big_banner .video .mvideo_container video {
    }

    .big_banner .video .mvideo_container.play button {
    }

    .big_banner .video .mvideo_container button {
    }

    .big_banner .video .mvideo_container button:hover {
    }


    .big_banner .item .add_items {
        position: relative;
        bottom: auto;
    }

    .big_banner .item .add_items .container {
    }

    .big_banner .item .add_items .items {

    }

    .big_banner .item .add_items .items a {
        color: black;
        font-size: 14px;
        margin-bottom: 15px;
        display: grid;
        justify-content: center;
    }

    .big_banner .item .add_items .items a {
        max-width: 32%;
        text-align: center;
        display: grid;
        justify-content: center;
    }

    .big_banner .item .add_items .items a:before {
        margin-right: 0;
        position: relative;
        left: 50%;
        margin-left: -30px;
        margin-bottom: 10px;
    }

    .big_banner .item .add_items .items a:after {
    }

    .big_banner .item .add_items .items a {
        font-size: 3vw;
    }

    .big_banner .item .add_items .items a.ico1:after {
    }

    .big_banner .item .add_items .items a.ico2:after {
    }

    .big_banner .item .add_items .items a.ico3:after {
    }

    .big_banner .item .add_items .items a.ico4:after {
    }

    .big_banner .item .add_items .items a.ico1 {
        order: 1;
    }

    .big_banner .item .add_items .items a.ico3 {
        order: 3;
    }

    .big_banner .item .add_items .items a.ico4 {
        order: 2;
    }


    .big_banner .item .title_container .container {
    }


    .big_banner .item .title_container .container .text_container {
        padding: 2vw 0;
    }

    .big_banner .item .title_container .container .text_container .pre_title {
        font-size: 16px;
        padding-top: 0px;
    }

    .big_banner .item .title_container .container .text_container .pre_title span {
    }

    .big_banner .item .title_container .container .text_container .title {
        font-size: 20px;
    }

    .big_banner .item .title_container .container .text_container .title font {
    }

    .big_banner .item .title_container .container .text_container .title span {
    }


    .big_banner .item .title_container .container .text_container .comment {
    }

    .big_banner .item .title_container .container .text_container .comment .cont {
    }

    .big_banner .item .title_container .container .text_container .comment span {
    }

    .big_banner .item .title_container .container .text_container .comment font {
    }


    .big_banner .item .title_container .container .text_container .gift {
        font-size: 14px;
        margin-top: 15px;
    }

    .big_banner .item .title_container .container .text_container .gift i {
    }

    .big_banner .item .title_container .container .text_container .gift i:before {
    }

    .big_banner .item .title_container .container .text_container .gift span {
    }

    .big_banner .item .title_container .container .text_container .gift sup {
    }


    .big_banner .item .title_container .btn {
    }


    .big_banner .item .form_container {
    }

    .big_banner .item .form_container .container {
    }

    .big_banner .item .form_container form {
    }

    .big_banner .item .form_container form .form_title {
    }

    .big_banner .item .form_container form .form_comment {
    }

    .big_banner .item .form_container form .fields {
    }

    .big_banner .item .form_container form .fields .form-group {
    }

    .big_banner .item .form_container form .fields .form-group input {
    }

    .big_banner .item .form_container form .fields .form-group input::placeholder {
    }

    .big_banner .item .form_container form .fields button {
    }

    .big_banner .item .form_container form .agree_field {
    }

    .big_banner .item .form_container form .agree_field .check_ex {
    }

    .big_banner .item .form_container form .agree_field .check_ex i {
    }


    .runline {
    }


    .offer_container {
        padding-top: 30px;
    }

    .offer_container .timer_title {
        text-align: center;
    }

    .offer_container .timer_title strong {
    }

    .offer_container .timer_title font {
    }

    .offer_container .container {
    }

    .offer_container .container .cont {
        flex-direction: column;
    }

    div[id^=timer] {
        transform: scale(0.7) !important;
    }

    .offer_container .container .cont .btn {
        /*width: auto;*/
        width: 95%;
    }

   /* .btn:after {
        top: -0.5px;
        height: 100%;
    }*/

    .start .offer_container .container {
    }

    .offer_container .text_container {
    }

    .offer_container .title {
    }

    .offer_container form {
        width: 100%;
        padding-top: 0px;
    }

    .offer_container form .form_title {
    }

    .offer_container form .form_comment {
    }

    .offer_container form .form_comment span {
    }

    .offer_container form .fields {
        flex-direction: column;
        width: 100%;
    }

    .offer_container form .fields .form-group {
    }

    .offer_container form .fields .form-group:first-child {
        width: 100%;
        margin-bottom: 10px;
    }

    .offer_container form .fields .form-group {
    }

    .offer_container form .fields input {
    }

    .offer_container form .fields button {
    }

    .offer_container form .agree_field {
    }

    .offer_container form .agree_field .check_ex {
    }

    .offer_container form .agree_field .check_ex i {
    }


    .offer_container form .fields input::placeholder {
    }


    .timer {
    }


    div[id^=timer] {
        transform: scale(0.8) !important;
    }


    .models_items {
        margin-top: 60px;
        gap: 60px;
    }

    .models_items .item {
        padding: 15px;
    }

    .models_items .item .car_wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .models_items .item .car_wrap .car_text {
        width: 100%;
        margin-top: 0;
    }

    .models_items .item .car_wrap .car_text .title {
        font-size: 8vw;
    }

    .models_items .item .car_wrap .car_text .car_profit {
        flex-direction: row;
        align-items: center;
        font-size: 4.5vw;
        margin-top: 10px;
    }

    .models_items .item .car_wrap .car_text .advantages {
        margin-top: 10px;
    }

    .models_items .item .car_wrap .car_img {
        width: 100%;
        margin-top: 20px;
        background-size: 80%;
    }

    .models_items .item .car_wrap .gallery {
        flex-direction: row;
        gap: 0 10px;
        margin-top: 20px;
        width: 100%;
    }

    .models_items .item .btns {
        flex-direction: column;
        gap: 10px 0;
    }

    .models_items .item .btns .btn {
        flex: unset;
    }


    #complects {
        padding-top: 60px;
    }

    #complects .container {
    }

    #complects .title1 {
        margin-bottom: 0;
    }

    .tb_complects tr td .compl_techs {
        gap: 0 10px;
    }

    .tb_complects tr td .compl_techs > div {
        font-size: 3.5vw;
    }

    .filter_quick_menu {
    }

    .filter_quick_menu li {
    }

    .filter_quick_menu li:before {
    }


    .filter_quick_menu li:hover,
    .filter_quick_menu li.current {
    }

    .filter_quick_menu li:hover:before,
    .filter_quick_menu li.current:before {
    }

    .filter_quick_menu li span {
    }


    #filter_table {
    }

    #filter_table .select_container {
    }

    #filter_table .select_container:first-child {
    }

    #filter_table .select_container:after {
    }

    #filter_table select {
    }

    #filter_table select[name="models"] {
    }

    #filter_table select[name="complects"] {
    }

    #filter_table select[name="engine"] {
    }

    #filter_table select option {
    }


    .tb_complects {
    }


    .tb_complects tr {
    }

    .tb_complects.limit tr:nth-child(n+5) {
    }

    .tb_complects tr:first-child {
    }

    .tb_complects tr th {
    }

    .tb_complects tr td {
    }

    .tb_complects tr td:nth-child(1) {
    }

    .tb_complects tr td:nth-child(2) {
    }

    .tb_complects tr td:nth-child(3) {
    }

    .tb_complects tr td:nth-child(4) {
    }

    .tb_complects_showmore {
        font-size: 14px;
    }

    .tb_complects_showmore:hover {
    }


    .tb_complects tr .btns {
    }

    .tb_complects tr .btns .btn {
        width: calc(100% - 28px);
    }

    .tb_complects tr .btns .btn:first-child {
    }

    .tb_complects tr td .param_wrap {
        display: flex;
    }

    .tb_complects tr td .param2_wrap {
        white-space: normal;
    }

    .tb_complects tr td .param1 {
        font-size: 20px;
    }

    .tb_complects tr td .param2 {
    }

    .tb_complects tr td .param3 {
        display: block;
    }

    .tb_complects tr td .param4 {
    }

    .tb_complects tr td .param5 {
    }

    .tb_complects tr td .param5 span {
    }

    .tb_complects tr td .dop_info {
    }

    .tb_complects tr td .dop_info_text {
    }

    .tb_complects tr td .dop_info_text ul {
    }

    .tb_complects tr td .dop_info_text ul li {
    }


    #tradein {
        padding-top: 60px;
    }

    #tradein .title1 {
    }

    #tradein .cont {
        flex-direction: column;
    }

    #tradein .image1 {
        width: 100%;
        margin-bottom: 15px;
    }

    #tradein .image1 picture {
        width: 100%;
    }

    #tradein .image1 picture img {
        width: 100% !important;
    }


    #tradein form {
    }

    #tradein form .form_title {
        font-size: 18px;
    }

    #tradein form .form_comment {
    }

    #tradein form .form_comment span {
    }

    #tradein form {
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

    #tradein form .form-group {
    }

    #tradein form .form-group:first-child {
    }

    #tradein form .form-group {
    }

    #tradein form input {
    }

    #tradein form select {
    }

    #tradein form select option {
    }


    #tradein form button {
    }

    #tradein form .agree_field {
    }

    #tradein form .agree_field .check_ex {
    }

    #tradein form .agree_field .check_ex i {
    }


    #tradein form input::placeholder {
    }


    #credit {
        padding-top: 30px;
    }

    #credit .title1 {
    }

    #credit .cont {
        flex-direction: column;
    }

    #credit .image1 {
    }

    #credit .image1 picture {
    }

    #credit .image1 picture img {
        max-width: 100%;
        height: auto;
    }


    #credit form {
    }

    #credit form .form_title {
        font-size: 28px;
    }

    #credit form .form_comment {
    }

    #credit form .form_comment span {
    }

    #credit form {
        padding: 15px;
    }

    #credit form .form-group {
    }

    #credit form .form-group:first-child {
    }

    #credit form .form-group {
    }

    #credit form input {
    }

    #credit form select {
    }

    #credit form select option {
    }


    #credit form button {
    }

    #credit form .agree_field {
    }

    #credit form .agree_field .check_ex {
    }

    #credit form .agree_field .check_ex i {
    }


    #credit form input::placeholder {
    }


    #testdrive {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    #testdrive .title1 {
    }

    #testdrive .cont {
        flex-direction: column;
    }

    #testdrive .image1 {
        width: 100%;
    }

    #testdrive .image1 picture {
    }

    #testdrive .image1 picture img {
        width: 100% !important;
        margin-top: 10px;
    }


    #testdrive form {
    }

    #testdrive form .form_title {
        font-size: 28px;
    }

    #testdrive form .form_comment {
    }

    #testdrive form .form_comment span {
    }

    #testdrive form {
        width: 100%;
        padding: 0px;
    }

    #testdrive form .form-group {
    }

    #testdrive form .form-group:first-child {
    }

    #testdrive form .form-group {
    }

    #testdrive form input {
    }

    #testdrive form select {
    }

    #testdrive form select option {
    }


    #testdrive form button {
    }

    #testdrive form .agree_field {
    }

    #testdrive form .agree_field .check_ex {
    }

    #testdrive form .agree_field .check_ex i {
    }


    #testdrive form input::placeholder {
    }


    #reviews {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    #reviews .container {
    }

    #reviews .title {
        font-size: 20px;
    }

    #reviews .stars {
    }

    #reviews .comment {
        font-size: 16px;
    }

    #reviews .comment strong {
    }

    #reviews .swiper-button-next, #reviews .swiper-button-prev {
    }

    #reviews .swiper-button-next {
    }

    #reviews .swiper-button-prev {
    }

    #reviews .swiper-button-next:after, #reviews .swiper-button-prev:after {
    }

    #reviews .swiper-button-next:after {
    }

    #reviews .swiper-button-prev:after {
    }

    #reviews .swiper-pagination {
        bottom: -30px;
    }

    #reviews .swiper-pagination .swiper-pagination-bullet {
    }

    #reviews .swiper-pagination .swiper-pagination-bullet-active {
    }


    #reviews .slider {
    }

    #reviews .slider .swiper-wrapper {
    }

    #reviews .item {
    }

    #reviews .item .author {
    }

    #reviews .item .status {
    }

    #reviews .item .date {
    }

    #reviews .item .text {
    }


    #contacts {
        padding: 30px 0 0;
    }


    #contacts .contact_container {
        padding: 0px;
    }

    #contacts .contact_container .logo_text {
    }

    #contacts .contact_container .logo_comment {
    }

    #contacts .contact_container .phone {
        font-size: 16px;
    }

    #contacts .contact_container .phone:before {
    }

    #contacts .contact_container .addr {
        font-size: 14px;
    }

    #contacts .contact_container .addr:before {
    }

    #contacts .contact_container .worktime {
        font-size: 13px;
    }

    #contacts .contact_container .worktime:before {
    }

    #contacts .addr_container {
    }


    #contacts form {
    }

    #contacts form .form_title {
    }

    #contacts form .form_comment {
    }

    #contacts form .form_comment span {
    }

    #contacts form .fields {
    }

    #contacts form .fields .form-group {
    }

    #contacts form .fields .form-group:first-child {
    }

    #contacts form .fields .form-group {
    }

    #contacts form .fields input {
    }

    #contacts form .fields button {
    }

    #contacts form .agree_field {
    }

    #contacts form .agree_field .check_ex {
    }

    #contacts form .agree_field .check_ex i {
    }

    #contacts .comment {
    }

    #contacts form .fields input::placeholder {
    }

    #contacts .image1 {
    }

    #contacts .image1 picture {
    }

    #contacts .image1 picture img {
    }

    #contacts .btn {
    }


    #map1 {
        margin-left: -15px;
        width: calc(100% + 30px);
        height: 380px;
    }


    #contacts .cont {
        flex-direction: column;
    }


    #contacts .title1 {
    }


    footer {
        padding-top: 15px;
        padding-bottom: 50px;
        font-size: 14px;
    }

    footer .container {
    }

    footer .container .panel {
        flex-direction: column;
        text-align: left;
    }

    footer .container .data {
    }

    footer .container .panel a {
        margin-bottom: 10px;
    }

    footer .disclamer_switch {
    }

    footer .container .panel a:hover {
    }

    footer .creator {
    }

    footer .creator img {
    }


    footer .column1 {
    }

    footer .column2 {
    }

    footer .text1 {
    }

    footer .text2 {
    }


    .disclamer {
    }

    .copyright {
        justify-content: center;
    }

    .copyright img {
    }


    footer .logo {
    }


    .swiper-pagination-bullet-active {
    }


    .menu_container .menu > li a {
        padding: 9px;
    }

    .cookies_wrap { 
        flex-wrap: wrap;
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */

@media (max-width: 450px) {
    .big_banner .swiper-pagination {
        top: 28vw;
    }

    .big_banner .swiper-button-next, .big_banner .swiper-button-prev {
        top: 31vw;
    }

    .big_banner .banner_text .btn {
        width: 315px;
        text-align: center;
    }

    .big_banner .banner_text .title1 {
        font-size: 5vw;
        padding-bottom: 20px;
    }

    .big_banner .banner_text .title2 {
        font-size: 5vw;
    }

    .big_banner .title_text {
        font-size: 16px;
    }

    .big_banner .item .title_container .container .text_container .title2 {
        font-size: 3.2vw;
    }

    .big_banner .item .title_container .container .text_container .title1 {
        font-size: 4vw;
    }
    .big_banner .item .title_container .container .text_container .title2 {
        font-size: 4.2vw;
    }

    .cars_menu {
        padding-bottom: 20px !important;
    }

    .cars_menu .swiper-scrollbar {
        bottom: 0 !important;
    }

    .cars_menu .swiper-scrollbar-drag {
        background: #313131;
    }

    .cars_menu a {
        padding-top: 15px;
        min-height: auto;
    }

    .cars_menu a span {
        font-size: 4.5vw;
    }

    .cars_menu a:before {
        width: 99%;
        height: 80px;
    }

    .cars_menu a img {
        width: 90% !important;
    }
}


@media (max-width: 394px) {
    div[id^=timer] {
        transform: scale(0.6) !important;
    }
}

@media (max-width: 360px) {
    div[id^=timer] {
        transform: scale(0.5) !important;
    }

    .big_banner .item .add_items .items a {
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    div[id^=timer] {
        transform: scale(0.5) !important;
    }

}