html {
    overflow-x: hidden;
}

body {
    font-family: 'VW Head', sans-serif;
    font-size: 16px;
    color: #000000;
    position: relative;
    font-weight: 400;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

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

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
    padding: 0;
}

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

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

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

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

select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    background: url(../img/ico_select.svg) 100% 50% no-repeat;
    font-family: 'VW Head', sans-serif;
    outline: none;
    border: 1px solid #000000;
    border-radius: 50px;
}

a {
    text-decoration: none;
    color: black;
}

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

.disclamer_add {
}

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

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

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

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

@media (min-width: 1570px) {
    .container {
        width: 1330px;
        max-width: 100%;
    }
}

input[type=text],
input[type=tel] {
    color: #939393;
}

.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 {
    display: none;
}

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

.popup_container .agree_field {
    color: #000000;
    font-size: 14px;
}

.popup_container .agree_field a {
    color: #000000;
}

.popup_container h2 {
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 25px;
    color: #000000;
    text-transform: uppercase;
}

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

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

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

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    color: #565656;
    display: block;
    height: 46px;
    line-height: 100%;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    padding-left: 16px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: white;
    border: 1px solid #000000;
    border-radius: 50px;
}

.popup_container .form-group ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #565656;
}

.popup_container .form-group ::-moz-placeholder {
    /* Firefox 19+ */
    color: #565656;
}

.popup_container .form-group :-ms-input-placeholder {
    /* IE 10+ */
    color: #565656;
}

.popup_container .form-group :-moz-placeholder {
    /* Firefox 18- */
    color: #565656;
}

.popup_container .form-group textarea {
    color: #565656;
    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 #000000;
    padding: 10px;
    resize: none;
    font-size: 16px;
}

.popup_container .form-group select {
    color: #565656;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding-left: 16px;
    height: 46px;
    border: 1px solid #000000;
}

.popup_container .form-group button {
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    height: 46px;
}


.alert.fancybox-content {
    overflow: hidden;
}


.agree_field {
    font-size: 14px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    font-weight: 400;
    padding-left: 25px;
    color: #353E49;
    cursor: pointer;
}
.agree_field a {
    color: #000000;
}
.agree_field input {
    position: absolute;
    left: -5000px;
    visibility: hidden;
}

.agree_field input+a {
    color: black;
}


.agree_field input+span {
    width: 15px;
    height: 15px;
    background: #001E50;
    border-radius: 3px;
    position: absolute;
    top: -1px;
    left: 0;
}

.agree_field input:checked+span {
    background: url(../img/checked.png) no-repeat #F5F5F5;
}

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

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    font-family: 'VW Head', sans-serif;
    height: 46px;
    width: 100%;
    color: #565656;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    border: 1px solid #000000;
    padding: 0 16px;
    outline: none;
    background: transparent;
    border-radius: 50px;
}

select {
    font-family: 'VW Head', sans-serif;
    display: block;
    color: #000000;
    height: 46px;
    width: 100%;
    padding-left: 16px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    background: url(../img/ico_select.svg) right 20px center no-repeat;
    border: 1px solid #000000;
}

form .form-group button {
    font-family: 'VW Head', sans-serif;
    width: 100%;
    height: 46px;
    cursor: pointer;
    outline: none;
}
form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #565656;
}

form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #565656;
}

form :-ms-input-placeholder {
    /* IE 10+ */
    color: #565656;
}

form :-moz-placeholder {
    /* Firefox 18- */
    color: #565656;
}

.form_title {
    color: #000000;
    font-size: 36px;
    /* text-transform: uppercase; */
    padding: 0;
    margin: 0;
    text-align: center;
    padding-bottom: 47px;
}

.form_title span {
    display: block;
    white-space: nowrap;
}



#cookies_popup {
    position: fixed;
    bottom: 12px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    z-index: 99999;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  }
  #cookies_popup .text {}
  #cookies_popup .text p {margin: 0px;}
  #cookies_popup .btn {
    width: 100px;
    flex-shrink: 0;
    margin-left: 15px;
  }


.btn {
    background: #001E50;
    color: #FFFFFF;
    text-align: center;
    height: 46px;
    width: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    border: none;
    border-radius: 50px;
    position: relative;
    text-decoration: none;
    transition: all .2s linear;
    cursor: pointer;
    overflow: hidden;
    z-index: 2;
}

.btn span {
    position: relative;
    z-index: 4;
}

.btn:hover {
    border-color: #50C3F0;
    color: #ffffff;
}

.btn:before,
.btn:after {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #50C3F0;
    border-radius: 50%;
    z-index: 3;
}
.btn:before {
    left: -20px;
    transform: translate(-80%, -50%);
}
.btn:after {
    right: -20px;
    transform: translate(80%, -50%);
}
.btn:hover:before {
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.btn:hover:after {
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
@-webkit-keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}
@keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}
@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}
@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

.btn.glass {
    height: 44px;
    background: transparent;
    border: 1px solid #001E50;
    color: #001E50;
}

.btn.glass:hover {
    border-color: #50C3F0;
    color: #ffffff;
}

.btn.white {
    background: #ffffff;
    color: #000000;
}
.btn.white:hover {
    color: #ffffff;
}

.section_item {
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
}
/*************************************************************************************************************************/

.header {
    position: fixed;
    width: 100%;
    z-index: 8;
    background: #000000;
    left: 0;
}

.header .header_wrapper {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.header .logo_wrap .logo1 {
    min-width: 182px;
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.header .logo_wrap .logo1 span {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
}

.header .header_wrap {
    display: flex;
    flex-direction: column;
}

.header_block {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #FFFFFF33;
}

.header .top_addr {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.header .top_phone a {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.header .menu {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
}

.header .menu a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    transition: all 0.2s linear;
}

.header .menu a:hover {
    color: #50C3F0;
}

.header .btn {
    width: 275px;
}

.header .m_btn {
    display: none;
}

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

.main_banner {
    margin-top: 96px;
}

.main_banner .slide1 {
    background: url("../img/bg1.jpg") 50% 0 no-repeat;
    height: 655px;
}

.main_banner .title_container {
    position: relative;
    top: 40px;
    width: fit-content;
    margin: 0 auto;
    border-radius: 20px;
    padding: 20px 30px 44px;
    background: #FFFFFFCC;
    text-align: center;
}

.main_banner .title_container .title1 {
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
}
.main_banner .title_container .title1 .br_mob {
    display: none;
}
.main_banner .title_container .title1 b {
    color: #001E50;
    font-weight: 600;
}
.main_banner .title_container .title2 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 400;
}
.main_banner .btn {
    position: relative;
    top: 16px;
    margin: 0 auto;
    width: 366px;
}

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

.timer_wrap {
    padding: 32px 0;
    background: #000000;
}
.timer_wrap .container {
    display: flex;
    justify-content: space-between;
}
.timer_wrap .timer_block {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.timer_wrap .timer_title {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
}
.timer_wrap .timer_title .br_mob {
    display: none;
}
#timer_form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
#timer_form .form-group input[type="text"],
#timer_form .form-group input[type="tel"] {
    color: #ffffff;
    border-color: #FFFFFF;
}
#timer_form .form-group input[type="text"]::placeholder,
#timer_form .form-group input[type="tel"]::placeholder {
    color: #ffffff;
}
#timer_form .form-group:nth-child(7) {
    width: 275px;
}
#timer_form .form-group:nth-child(8) {
    width: 275px;
}
#timer_form .agree_field,
#timer_form .agree_field a {
    color: #ffffff;
}

#timer_form .agree_field input+span {
    background: #ffffff;
}
#timer_form .agree_field input:checked+span {
    background: url(../img/checked_wt.png) no-repeat #000000;
}

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

.car_menu {
    margin-top: 120px;
}
.car_menu_list {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    column-gap: 16px;
}
.car_menu_item {
    width: 14%;
    padding: 20px 0 25px;
    position: relative;
    border-radius: 10px;
    background: #F5F5F5;
    overflow: hidden;
    z-index: 2;
    transition: all 0.2s linear;
}
.car_menu_item:hover {
    box-shadow: 0 4px 14px 0 #71717126;
}
.car_menu_item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/car_menu_item_bg.jpg) no-repeat;
    opacity: 0;
    z-index: -1;
    transition: all 0.2s linear;
}
.car_menu_item:hover:before {
    opacity: 1;
}
.car_menu_item img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.car_menu_title {
    display: flex;
    flex-direction: column;
    row-gap: 3px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
}
.car_menu_title b {
    font-size: 22px;
    font-weight: 700;
}
.car_menu_item img {
    margin-top: 22px;
}

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

.car_items {
    margin-top: 50px;
}
.car_item {
    margin-bottom: 80px;
    padding: 32px;
    background: #F5F5F5;
    border-radius: 20px;
}
.car_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.car_gallery {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.car_gallery_big {
    width: 628px;
    border-radius: 20px;
    overflow: hidden;
}
.car_gallery_big img {
    width: 100%;
}
.car_gallery_small {
    position: relative;
    width: 212px;
}
.car_gallery_small .slick-list {
    min-height: 383px;
}
.car_gallery_small a {
    margin: 5px 0;
    border-radius: 10px;
    overflow: hidden;
}
.car_gallery_small .slick-arrow {
    position: absolute;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    background: url(../img/btn_arrows.svg) no-repeat;
    border: none;
    font-size: 0;
    cursor: pointer;
    transition: all 0.2s linear;
}
.car_gallery_small .slick-arrow:hover {
    background: url(../img/btn_arrows_hover.svg) no-repeat;
}
.car_gallery_small .slick-prev {
    top: -34px;
}
.car_gallery_small .slick-next {
    bottom: -34px;
    transform: rotate(180deg);
}

.info_block {
    min-width: 366px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.car_item .car_name {
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    position: relative;
    top: -4px;
}

.car_item .car_props {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.car_item .car_props a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding-left: 52px;
    font-size: 22px;
    font-weight: 400;
}
.car_item .car_props a b {
    font-size: 26px;
    color: #001E50;
}
.car_item .car_props a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
}
.car_item .car_props .ico1:before {
    background: url(../img/car_props_ico1.svg) no-repeat;
}
.car_item .car_props .ico2:before {
    background: url(../img/car_props_ico2.svg) no-repeat;
}
.car_item .car_props .ico3:before {
    background: url(../img/car_props_ico3.svg) no-repeat;
}
.car_item .car_props .ico4:before {
    background: url(../img/car_props_ico4.svg) no-repeat;
}
.car_item .car_props .ico5:before {
    background: url(../img/car_props_ico5.svg) no-repeat;
}

.car_btns {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.car_btns .btn {
    width: 100%;
}

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


#instock {
    margin-top: 100px;
}

.filter_quick_menu {
    margin-top: 50px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    column-gap: 14px;
}
#instock .filter_quick_menu li {
    position: relative;
    width: 16%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 50px;
    border: 1px solid #000000;
    transition: all 0.2s linear;
    cursor: pointer;
    overflow: hidden;
}
#instock .filter_quick_menu li:hover,
#instock .filter_quick_menu li.current {
    border-color: #50C3F0;
    color: #ffffff;
}

#instock .filter_quick_menu li span {
    position: relative;
    z-index: 2;
}

@-webkit-keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}
@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}
@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}
#instock .filter_quick_menu li:before,
#instock .filter_quick_menu li:after {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #50C3F0;
    border-radius: 50%;
}
#instock .filter_quick_menu li:before {
    left: -20px;
    transform: translate(-80%, -50%);
}
#instock .filter_quick_menu li:after {
    right: -20px;
    transform: translate(80%, -50%);
}
#instock .filter_quick_menu li:hover:before,
#instock .filter_quick_menu li.current:before {
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
#instock .filter_quick_menu li:hover:after,
#instock .filter_quick_menu li.current:after {
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

#filter_table {
    display: none;
}
#tb_complects {
    margin-top: 52px;
    width: 100%;
}
#tb_complects tbody tr:nth-child(1) {
    display: none;
}
.resp_table1 tr td:before {
    display: none;
}
#tb_complects tbody {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 1vw;
    row-gap: 40px;
}
#tb_complects .item {
    width: 49%;
    display: flex;
    flex-direction: column;
}
#tb_complects .compl_block {
    position: relative;
    left: 5%;
    width: 90%;
    padding: 24px 20px 20px;
    background: #FFFFFF;
    box-shadow: 0 -4px 14px 0 #71717126;
    border-radius: 20px;
}
#tb_complects .compl_block .compl_img {
    display: flex;
    justify-content: center;
}
#tb_complects .compl_block .compl_wrap {
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
}
#tb_complects .compl_block .compl_name {
    font-size: 28px;
    font-weight: 700;
}
#tb_complects .compl_block .compl_model {
    font-size: 28px;
    font-weight: 400;
}
#tb_complects .compl_block .compl_tehs {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
#tb_complects .compl_block .compl_tehs > div {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 56px;
    column-gap: 12px;
    font-size: 18px;
    font-weight: 400;
    color: #787878;
}
#tb_complects .compl_block .compl_tehs > div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 44px;
    height: 44px;
}
#tb_complects .compl_block .compl_tehs > div span {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    font-size: 18px;
    font-weight: 400;
    color: #787878;
}
#tb_complects .compl_block .compl_tehs > div span b {
    color: #000000;
}
#tb_complects .compl_block .compl_tehs .ico1:before {
    background: url(../img/compl_tehs_ico1.svg) no-repeat;
}
#tb_complects .compl_block .compl_tehs .ico2:before {
    background: url(../img/compl_tehs_ico2.svg) no-repeat;
}
#tb_complects .compl_block .compl_tehs .ico3:before {
    background: url(../img/compl_tehs_ico3.svg) no-repeat;
}
#tb_complects .compl_info {
    position: relative;
    padding: 20px 5% 32px;
}
#tb_complects .compl_info:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 170%;
    background: #F5F5F5;
    border-radius: 20px;
    z-index: -1;
}
#tb_complects .compl_props {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 16px;
    padding: 0 18px;
}
#tb_complects .compl_props a {
    width: 48%;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 30px;
    padding-left: 42px;
}
#tb_complects .compl_props a:nth-child(2) {
    width: 44%;
}
#tb_complects .compl_props a:nth-child(4) {
    width: 44%;
}
#tb_complects .compl_props a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
}
#tb_complects .compl_props .ico1:before {
    background: url(../img/compl_props_ico1.svg) no-repeat;
}
#tb_complects .compl_props .ico2:before {
    background: url(../img/compl_props_ico2.svg) no-repeat;
}
#tb_complects .compl_props .ico3:before {
    background: url(../img/compl_props_ico3.svg) no-repeat;
}
#tb_complects .compl_props .ico4:before {
    background: url(../img/compl_props_ico4.svg) no-repeat;
}

#tb_complects .compl_info .btn {
    margin-top: 20px;
    width: 100%;
}

.tb_complects_showmore {
    margin-top: 20px;
    width: fit-content;
    display: block;
    padding-bottom: 4px;
    border-bottom: 1px solid #000000;
}

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

.tradein {
    margin-top: 120px;
}
.tradein .container {
    position: initial;
}
.tradein_wrapper {
    display: flex;
    justify-content: right;
    align-items: center;
}
.tradein_img {
    position: absolute;
    left: 0;
    width: 61%;
    height: 703px;
    overflow: hidden;
    border-radius: 0 20px 20px 0;
}
.tradein_img img {
    position: relative;
    max-width: initial;
    height: 100%;
}

.tradein_block {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 32px;
    background: #F5F5F5;
    border-radius: 20px;
    max-width: 624px;
}

.tradein_comment {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
}

.tradein_comment a {
    font-size: 20px;
    font-weight: 700;
}

#tradein_form {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#tradein_form .form-group {
    width: 49%;
}
#tradein_form .form-group:nth-child(11) {
    margin-top: 5px;
    width: 100%;
}

.tradein_info {
    margin-top: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 624px;
    padding: 32px;
    background: #F5F5F5;
    border-radius: 20px;
}

.tradein_info div {
    position: relative;
    width: 50%;
    font-size: 18px;
    font-weight: 400;
}
.tradein_info div:nth-child(1) {
    padding-right: 36px;
    padding-bottom: 10px;
}
.tradein_info div:nth-child(2) {
    padding-left: 59px;
}
.tradein_info div:nth-child(3) {
    padding-top: 10px;
}
.tradein_info div:nth-child(4) {
    padding-top: 10px;
    padding-left: 59px;
}
.tradein_info div:nth-child(1):before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 71px;
    background: linear-gradient(180deg, rgba(0, 30, 80, 0) 0%, #001E50 100%);
}
.tradein_info div:nth-child(1):after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, #001E50 0%, rgba(0, 30, 80, 0) 100%);
}
.tradein_info div:nth-child(2):before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #001E50 0%, rgba(0, 30, 80, 0) 100%);
}
.tradein_info div:nth-child(3):after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 71px;
    background: linear-gradient(0deg, rgba(0, 30, 80, 0) 0%, #001E50 100%);
}

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

.advantages {
    margin-top: 120px;
}
.advantages_wrapper {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    column-gap: 13px;
}
.advantages_block {
    padding: 20px;
    width: 26%;
    min-height: 288px;
    background-size: auto 102% !important;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.2s linear;
    box-shadow: 0px 4px 14px 0px #71717126;
}
.advantages_block:hover {
    transform: scale(1.05);
}
.advantages_block:nth-child(1) {
    background: url(../img/advantages/1.jpg) 50% 50% no-repeat;
}
.advantages_block:nth-child(2) {
    background: url(../img/advantages/2.jpg) 50% 50% no-repeat;
}
.advantages_block:nth-child(3) {
    background: url(../img/advantages/3.jpg) 50% 50% no-repeat;
}
.advantages_block:nth-child(4) {
    background: url(../img/advantages/4.jpg) 50% 50% no-repeat;
}

.advantages_title {
    font-size: 18px;
    font-weight: 400;
}

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

.contacts {
    position: relative;
    margin-top: 110px;
}

.contacts .container {
    position: initial;
}

.contacts_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.contacts_block {
    position: relative;
    width: 100%;
    max-width: 522px;
    padding: 32px 32px 32px 0;
}

.contacts_head {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.contacts_block:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300%;
    height: 100%;
    background: #F5F5F5;
    border-radius: 0 20px 20px 0;
    z-index: -1;
}

.contacts .logo_wrap .logo2 {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.contacts .logo_wrap .logo2 span {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
}

.bottom_phone {
    margin-top: 33px;
}
.bottom_phone a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 28px;
    padding-left: 40px;
    font-size: 20px;
    font-weight: 700;
}
.bottom_phone a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
    background: url(../img/bottom_phone_ico.svg?v=2) no-repeat;
}

.bottom_hours {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 16px;
    min-height: 28px;
    padding-left: 40px;
    font-size: 20px;
    font-weight: 700;
}
.bottom_hours:before {
    content: '';
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
    background: url(../img/bottom_hours_ico.svg?v=2) no-repeat;
}
.bottom_addr {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 16px;
    min-height: 28px;
    padding-left: 40px;
    font-size: 20px;
    font-weight: 700;
}
.bottom_addr:before {
    content: '';
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
    background: url(../img/bottom_addr_ico.svg) no-repeat;
}

.contacts_comment {
    margin-top: 27px;
    font-size: 28px;
    font-weight: 400;
}

.contacts .btn {
    margin-top: 12px;
    width: 100%;
}

#map1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 56%;
    height: 388px;
    max-width: 100%;
    background: url(../img/map.jpg) 50% 0 no-repeat;
    background-size: cover;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}

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


.footer {
    padding-top: 32px;
    padding-bottom: 32px;
    background: #000000;
}
.footer .footer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 14px 20px;
}
.footer .footer_block {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 14px;
}
.footer a {
    color: #ffffff;
}
.footer_your {
    color: #FFFFFF;
}
.footer .disclamer {
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    display: none;
    text-align: left;
    padding-top: 35px;
}

.sinoby img {
    position: relative;
    top: -2px;
}

.sinoby span {
    color: #ffffff;
}

.copyright {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 15px;
}

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

@media (max-width: 1920px) {}

@media (max-width: 1800px) {}

@media (max-width: 1570px) {

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

@media (max-width: 1289px) {
    .car_menu_list {
        flex-direction: column;
        width: 102%;
        left: -1%;
    }
    .car_menu_list .slick-arrow {
        position: absolute;
        top: -40px;
        width: 32px;
        height: 32px;
        background: url(../img/btn_arrows.svg) no-repeat;
        border: none;
        font-size: 0;
        cursor: pointer;
    }
    .car_menu_list .slick-arrow:hover {
        background: url(../img/btn_arrows_hover.svg) no-repeat;
    }
    .car_menu_list .slick-prev {
        right: 60px;
        transform: rotate(-90deg);
    }
    .car_menu_list .slick-next {
        right: 10px;
        transform: rotate(90deg);
    }

    .car_menu_list .slick-dots {
        margin: 0;
        margin-top: 16px;
        display: flex;
        justify-content: center;
        column-gap: 12px;
    }
    .car_menu_list .slick-dots li {
        width: 16px;
        height: 16px;
        background: #001E50;
        border-radius: 50px;
    }
    .car_menu_list .slick-dots li.slick-active {
        background: #50C3F0;
    }
    .car_menu_list .slick-dots li button {
        display: none;
    }

    .car_menu_item {
        margin: 0 8px;
    }

    .car_gallery {
        width: 62%;
    }

    #map1 {
        width: 52%;
    }
}

@media (max-width: 1186px) {
    .header .menu {
        column-gap: 10px;
    }
    .header .btn {
        width: 194px;
    }

    .main_banner .title_container .title1 {
        font-size: 26px;
    }
    .main_banner .title_container .title2 {
        font-size: 18px;
    }

    #timer_form .form-group:nth-child(7) {
        width: 100%;
    }
    #timer_form .form-group:nth-child(8) {
        width: 100%;
    }

    .car_menu_title b {
        font-size: 20px;
    }

    .car_gallery {
        width: 58%;
    }

    .car_gallery_small .slick-list {
        min-height: 25vw;
    }

    .filter_quick_menu li {
        margin: 0 8px;
    }

    .filter_quick_menu {
        align-items: center;
        width: 102%;
        left: -1%;
    }
    .filter_quick_menu .slick-arrow {
        position: relative;
        min-width: 33px;
        min-height: 33px;
        background: url(../img/btn_arrows.svg) 50% 50% no-repeat;
        border: none;
        font-size: 0;
        cursor: pointer;
    }
    .filter_quick_menu .slick-arrow:hover {
        background: url(../img/btn_arrows_hover.svg) no-repeat;
    }
    .filter_quick_menu .slick-prev {
        left: 4px;
        transform: rotate(-90deg);
    }
    .filter_quick_menu .slick-next {
        right: 4px;
        transform: rotate(90deg);
    }

    .filter_quick_menu .slick-dots {
        margin: 0;
        margin-top: 16px;
        display: flex;
        justify-content: center;
        column-gap: 12px;
    }
    .filter_quick_menu .slick-dots li {
        width: 16px;
        height: 16px;
        background: #001E50;
        border-radius: 50px;
    }
    .filter_quick_menu .slick-dots li.slick-active {
        background: #50C3F0;
    }
    .filter_quick_menu .slick-dots li button {
        display: none;
    }

    #tb_complects .compl_block .compl_model {
        font-size: 20px;
    }
    #tb_complects .compl_block .compl_name {
        font-size: 20px;
    }
    #tb_complects .compl_block .compl_tehs {
        flex-direction: column;
        row-gap: 14px;
    }
    #tb_complects .compl_props {
        flex-direction: column;
    }
    #tb_complects .compl_props a {
        width: 100%;
    }

    #map1 {
        width: 49%;
    }

}

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

/*IPAD PRO BEGIN*/

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

@media (max-width: 991px) {
    .main_banner {
        margin-top: 92px;
    }
    .header .header_wrapper {
        align-items: center;
    }
    .header_block {
        padding-bottom: 0;
        border-bottom: 0;
        column-gap: 24px;
    }
    .header .btn {
        display: none;
    }

    .header .m_btn {
        display: block;
        position: relative;
        width: 30px;
        height: 23px;
        z-index: 1;
    }

    .header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #ffffff;
        transition: all .2s linear;
    }

    .header .m_btn span:nth-child(1) {
        top: 0;
    }

    .header .m_btn span:nth-child(2) {
        top: calc(50% - 1px);
        opacity: 1;
    }

    .header .m_btn span:nth-child(3) {
        bottom: 0;
    }

    .header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-47deg);
        top: 0;
    }

    .header .m_btn.active span:nth-child(2) {
        opacity: 0;
    }

    .header .m_btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }

    .header .menu {
        margin: 0;
        padding: 16px 0;
        position: fixed;
        width: 100%;
        top: 86px;
        display: flex;
        left: 100%;
        background: #000000;
        z-index: 10;
        height: auto;
        transition: all .2s linear;
        overflow: scroll;
        flex-direction: column;
        align-items: center;
        row-gap: 14px;
    }

    .header .menu.active {
        left: 0;
    }

    .header .menu a {
        font-size: 20px;
    }

    .main_banner .slide1 {
        background: url(../img/bg1_mob.jpg) 50% 100% no-repeat;
        background-size: 100%;
        height: 84vw;
    }
    .main_banner .title_container {
        padding: 2vw 4vw 44px;
    }
    .main_banner .title_container .title1 {
        font-size: 3vw;
    }
    .main_banner .title_container .title2 {
        margin-top: 1vw;
        font-size: 2.6vw;
    }

    .timer_wrap .container {
        flex-direction: column;
    }
    .timer_wrap .timer_title {
        text-align: center;
    }
    #timer_form {
        max-width: 512px;
        margin: 108px auto 0;
    }
    .timer {
        position: absolute;
        top: 68px;
        left: 50%;
        transform: translateX(-50%);
    }

    .section_item {
        font-size: 34px;
    }

    .timer_wrap .timer_title .br_mob {
        display: block;
    }

    .car_gallery {
        width: 54%;
        display: block;
    }
    .car_gallery_big {
        width: 100%;
    }
    .car_gallery_big a img {
        width: 100%;
    }
    .car_gallery_small {
        margin-top: 10px;
        width: 102%;
        left: -1%;
    }
    .car_gallery_small .slick-list {
        min-height: initial;
    }
    .car_gallery_small a {
        margin: 0 8px;
    }
    .car_gallery_small a img {
        width: 100%;
    }
    .car_gallery_small .slick-dots {
        margin: 0;
        margin-top: 16px;
        display: flex;
        justify-content: center;
        column-gap: 12px;
    }
    .car_gallery_small .slick-dots li {
        width: 16px;
        height: 16px;
        background: #001E50;
        border-radius: 50px;
    }
    .car_gallery_small .slick-dots li.slick-active {
        background: #50C3F0;
    }
    .car_gallery_small .slick-dots li button {
        display: none;
    }

    .car_item {
        padding: 18px;
    }

    .info_block {
        min-width: initial;
    }

    #tb_complects .item {
        width: 100%;
    }
    #tb_complects .compl_block .compl_tehs {
        flex-direction: row;
    }
    #tb_complects .compl_props a {
        width: initial;
    }

    .tradein_wrapper {
        flex-direction: column-reverse;
    }
    .tradein_img {
        margin-top: 24px;
        position: relative;
        left: 0;
        width: 100%;
        height: 62vw;
        border-radius: 20px;
    }

    .tradein_info {
        display: none;
    }

    .advantages_wrapper {
        flex-wrap: wrap;
    }
    .advantages_block {
        width: 48%;
        min-height: 42vw;
        background-size: 104% auto !important;
        background-position: 50% 76% !important;
    }
    .advantages_wrapper {
        row-gap: 20px;
    }

    #map1 {
        margin-top: 10px;
        position: relative;
        width: 100%;
        border-radius: 20px 20px 0 0;
    }
    .contacts_wrapper {
        flex-direction: column;
        row-gap: 14px;
    }
    .contacts_block {
        margin: 0 auto;
        border-radius: 20px;
    }
}

/*IPAD END*/
@media (max-width: 980px) {}
/*MOBILE BEGIN*/
@media (max-width: 767px) {

    #cookies_popup {
        flex-direction: column;
        gap: 15px;
        width: calc(100% - 30px);
    }

    #cookies_popup .btn {
        margin: 0;
    }

    .header .top_addr {
        display: none;
    }

    .main_banner .title_container .title1 {
        font-size: 4vw;
    }
    .main_banner .title_container .title1 .br_mob {
        display: block;
    }
    .main_banner .title_container .title2 {
        font-size: 3.6vw;
    }

    .car_menu {
        margin-top: 70px;
    }
    .car_menu_list {
        margin-top: 20px;
    }
    .car_wrapper {
        flex-direction: column-reverse;
    }
    .car_gallery {
        margin-top: 14px;
        width: 100%;
    }

    #instock {
        margin-top: 70px;
    }
    .filter_quick_menu {
        margin-top: 26px;
    }

    #tb_complects .compl_block .compl_tehs {
        flex-direction: column;
    }

    #tb_complects .compl_props {
        flex-direction: column;
    }
    #tb_complects .compl_props a {
        width: 100%;
    }
    #tb_complects .compl_props a:nth-child(2) {
        width: 100%;
    }
    #tb_complects .compl_props a:nth-child(4) {
        width: 100%;
    }

    #tb_complects {
        margin-top: 30px;
    }
    #tb_complects .compl_block .compl_wrap {
        flex-direction: column;
        row-gap: 8px;
    }
    #tb_complects .compl_props {
        padding: 0;
    }
    #tb_complects .compl_info {
        padding-bottom: 20px;
    }

    .tradein {
        margin-top: 70px;
    }
    .tradein_block {
        padding: 24px;
    }

    .tradein_comment {
        margin-top: 14px;
    }
    #tradein_form .form-group {
        width: 100%;
    }
    .tradein_info {
        flex-direction: column;
        padding: 24px;
        row-gap: 14px;
    }
    .tradein_info div {
        width: 100%;
        text-align: center;
    }
    .tradein_info div:nth-child(1) {
        padding-right: 0;
        padding-bottom: 0;
    }
    .tradein_info div:nth-child(3) {
        padding-top: 0;
    }
    .tradein_info div:nth-child(1):after,
    .tradein_info div:nth-child(1):before,
    .tradein_info div:nth-child(3):after,
    .tradein_info div:nth-child(2):before {
        display: none;
    }
    .tradein_info div:nth-child(2) {
        padding-left: 0;
    }
    .tradein_info div:nth-child(4) {
        padding-left: 0;
    }
    .tradein_info div:nth-child(4) {
        padding-top: 0;
    }

    .section_item {
        font-size: 24px;
    }

    .advantages {
        margin-top: 64px;
    }
    .advantages_wrapper {
        margin-top: 20px;
    }
    .advantages_block:hover {
        transform: none;
    }
    .contacts_block {
        padding: 15px;
        background: #F5F5F5;
    }

    .contacts_block:before {
        display: none;
    }

    .contacts {
        margin-top: 70px;
    }

    .footer .footer_block {
        align-items: start;
    }

}
/*MOBILE END*/
@media (max-width: 680px) {}

@media (max-width: 540px) {
    .main_banner {
        margin-top: 98px;
    }
    .header .header_wrapper {
        padding-bottom: 46px;
    }
    .top_phone {
        position: absolute;
        left: 0;
        bottom: 16px;
        width: 100%;
        text-align: center;
    }

    .car_menu_title b {
        font-size: 18px;
    }

    .advantages_block {
        padding: 14px;
        width: 100%;
    }
    .advantages_title {
        font-size: 16px;
    }
}

@media (max-width: 520px) {
    .main_banner .slide1 {
        height: 104vw;
    }
    .main_banner .title_container .title2 {
        font-size: 4.2vw;
    }
    .main_banner .btn {
        width: 274px;
    }
    .timer {
        top: 52px;
    }
    .timer div[id^="timer"] {
        transform: scale(0.56) !important;
    }
    #timer_form {
        margin: 76px auto 0;
    }
    .info_block {
        min-width: initial;
    }
    .car_item .car_name {
        font-size: 28px;
    }
    .car_item .car_props {
        row-gap: 10px;
    }
    .car_item .car_props a {
        font-size: 18px;
    }
    .car_item .car_props a b {
        font-size: 24px;
    }
    .car_gallery_small a {
        margin: 0 4px;
    }
    .advantages_block {
        padding: 16px;
        min-height: 78vw;
    }

    .contacts .section_item {
        display: none;
    }

    .contacts .logo_wrap .logo2 img {
        width: 58px;
    }

    .contacts .logo_wrap .logo2 span {
        font-size: 20px;
    }

    .contacts_head {
        flex-direction: column;
        align-items: start;
        row-gap: 14px;
    }

    .bottom_phone {
        margin-top: 24px;
    }

    .bottom_hours {
        font-size: 18px;
        font-weight: 500;
    }
    .bottom_addr {
        font-size: 18px;
        font-weight: 500;
    }
    .contacts_comment {
        font-size: 17px;
        text-align: center;
    }
}

/* Portrait phones and smaller */
@media (max-width: 440px) {}

@media (max-width: 390px) {
    .car_item .car_name {
        font-size: 24px;
    }

    #instock .filter_quick_menu li {
        height: 34px;
        font-size: 14px;
    }
}


@media (max-width: 378px) {}

@media (max-width: 360px) {}

@media (max-width: 320px) {}