html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: 'Tactic Sans Extended', sans-serif;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    font-weight: 400;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
    background: #25292B;
}

.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: 'Tactic Sans Extended', sans-serif;
    outline: none;
    border-bottom: 1px solid #ffffff;
}

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

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

.disclamer_add {
}

.mob {
    display: none !important; 
}
@media (min-width: 576px) {
    .container {
        width: 760px;
        max-width: 100%;
    }
}

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

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

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

@media (min-width: 1570px) {
    .container {
        width: 1190px;
        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: #181B1D;
    text-align: center;
    padding-bottom: 30px;
}

.popup_container .agree_field {
    color: #ffffff;
    font-size: 11px;
}

.popup_container .agree_field a {
    color: #ffffff;
    text-decoration: underline;
}

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

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

.popup_container .form_comment a {
    display: block;
    color: #ffffff;
    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: #B0B0B0;
    display: block;
    height: 50px;
    line-height: 100%;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: transparent;
    border-bottom: 1px solid #FFFFFF;
    padding: 10px;
}

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

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

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

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

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

.popup_container .form-group select {
    color: #ffffff;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    padding-left: 16px;
    height: 48px;
    border-bottom: 1px solid #ffffff;
}

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


.alert.fancybox-content {
    overflow: hidden;
    background-color: black;
}

.agree_field {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 11px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    font-weight: 400;
    padding-left: 18px;
    color: #ffffff;
}
.agree_field a {
    color: #ffffff;
    text-decoration: underline;
}
.agree_field input {
    position: absolute;
    left: -5000px;
    visibility: hidden;
}

.agree_field input+a {
    color: #ffffff;
}


.agree_field input+span {
    width: 12px;
    height: 12px;
    border: 1px solid #ffffff;
    background: transparent;
    position: absolute;
    top: -1px;
    left: 0;
}

.agree_field input:checked + span::before {
    content: '✔'; /* Символ галочки */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px; /* Размер галочки */
    color: #ffffff; /* Цвет галочки */
}

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

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

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

select option {
    color: #000000;
}

form .form-group button {
    font-family: 'Nunito Sans', sans-serif;
    width: 100%;
    cursor: pointer;
    outline: none;
}
form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #B0B0B0;
}

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

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

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

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

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


.btn {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #C78E66;
    text-decoration: none;
    background-color: #C78E66;
    width: 257px;
    height: 56px;
    /* clip-path: polygon(4% 0%, 96% 0%, 100% 22%, 100% 78%, 96% 100%, 4% 100%, 0% 78%, 0% 22%); */
}

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

.btn .btn-svg-2 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 58px;
    z-index: -1;
    fill: #C78E66;
}

.btn .btn-svg-2 path {
    stroke: #C78E66;
}

.btn:hover {
    outline:0;
    color: #25292C;
    border-color: #E8E7EC;
    background-color: #E8E7EC;
}

.btn:hover .btn-svg-2 {
    fill: #E8E7EC;
}
.btn:hover .btn-svg-2 path {
    stroke: #E8E7EC;
}


.btn.white{
    color: #25292C;
    border-color: #ffffff;
    background-color: #ffffff;
}
.btn.white .btn-svg-2 {
    fill: #ffffff;
}
.btn.white .btn-svg-2 path {
    stroke: #ffffff;
}

.btn.white:hover {
    color: #25292C;
    border-color: #E8E7EC;
    background-color: #E8E7EC;
}
.btn.white:hover .btn-svg-2 {
    fill: #E8E7EC;
}
.btn.white:hover .btn-svg-2 path {
    stroke: #E8E7EC;
}


.btn.glass{
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent;
}
.btn.glass .btn-svg-2 {
    fill: none;
}
.btn.glass .btn-svg-2 path {
    stroke: #ffffff;
}


.btn.glass:hover {
    color: #25292C;
    border-color: #E8E7EC;
    background-color: #E8E7EC;
}
.btn.glass:hover .btn-svg-2 {
    fill: #E8E7EC;
}
.btn.glass:hover .btn-svg-2 path {
    stroke: #E8E7EC;
}

.btn_svg {
    display: none;
}

.btn .btn-svg-2 {
    display: none !important;
}

/* .btn:before {
    content: "";
    background: #FFFFFF;
    clip-path: polygon(4% 0%, 96% 0%, 100% 22%, 100% 78%, 96% 100%, 4% 100%, 0% 78%, 0% 22%);
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: -1;
}

.btn_svg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    min-width:100%;
    height:100%;
    fill:none;
}
.btn path {
    width:100%;
    height:100%;
    fill:none;
    stroke-width:1;
    stroke:#fff;
    -webkit-transition:stroke-dashoffset .3s ease-in-out;
    transition:stroke-dashoffset .3s ease-in-out
} */

/* .btn:hover .btn_svg path {
    stroke-dashoffset: 265;
}
.btn:hover .btn_svg path {
    stroke-dashoffset: 187;
} */

/* .btn.gray {
    color: #fff;
    background: #E8E7EC;
}
.btn.gray path {
    stroke: #C78E66;
} */

.section_item {
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
}

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

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

.header .container {
}

.header .header_wrapper {
    position: relative;
    padding-top: 10px;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
}

.header .header_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    width: 107%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #181B1DCC;
    clip-path: polygon(0 0, 100% 0, 100% 76%, 97% 100%, 3% 100%, 0% 76%);
    z-index: -1;
}

.header .logo_wrap {
    display: flex;
    align-items: center;
    gap: 3px;
}
.header .logo_wrap .logo1 {
    position: relative;
    padding-right: 18px;
    margin-right: 18px;
    display: flex;
    align-items: center;
}
.header .logo_wrap .logo1:before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 32px;
    background: #A5A5A5;
}
.header .logo_wrap .logo2 {
    display: grid;
    font-size: 14px;
    font-weight: 400;
    row-gap: 2px;
}
.header .logo_wrap .logo2 span {
    font-family: Nunito Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.header .top_addr {
    position: relative;
    padding-left: 24px;
    display: flex;
    align-items: center;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 200;
    font-size: 15px;
}
.header .top_addr:before {
    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../img/top_addr_ico.svg) no-repeat;
}

.top_phone {
    position: relative;
    padding-left: 20px;
    display: flex;
    align-items: center;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.top_phone:before {
    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../img/top_phone_ico.svg) no-repeat;
}

.m_btn {
    display: none;
}

.header .menu {
    margin-top: 10px;
    padding: 8px 0;
    border-top: 1px solid #A5A5A5;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.header .menu a {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: 200;
}
.header .menu a:hover {
    font-weight: 400;
}

.header .menu .cars_menu {
    display: flex;
    justify-content: space-between;
    width: 52%;
}
.header .menu .cars_menu a {
    text-transform: uppercase;
}

.header .menu .main_menu {
    display: flex;
    justify-content: space-between;
    width: 43%;
}





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

.banner .banner_item {
    height: 810px;
}

.banner .banner_item.slide1 {
    background: url("../img/bg1.jpg?v=1") 50% 0 no-repeat;
}











.banner .banner_title {
    position: relative;
    top: 127px;
    text-align: start;
    padding: 0;
    color: #ffffff;
}
.banner .banner_title > div {
    position: relative;
}
.banner .banner_title .title1 {
    font-size: 44px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 135%;
}
.banner .banner_title .title1 span {
    color: #C78E66;
}
.banner .banner_title .title1 .br_mob {
    display: none;
}
.banner .banner_title .title2 {
    margin-top: 2px;
    font-size: 31px;
    font-weight: 500;
}
.banner .banner_title .title2 .br_mob {
    display: none;
}
.banner .banner_title .title2 span {
    font-size: 32px;
    font-weight: 600;
    color: #C78E66;
}
.banner .banner_title .title3 {
    margin-top: 15px;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 20px;
}

.banner_props {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    row-gap: 4px;
    column-gap: 24px;
    flex-wrap: wrap;
}
.banner_props span {
    display: block;
    width: 100%;
    font-size: 24px;
    text-align: start;
    margin-bottom: 10px;
}
.banner_props div {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    padding-left: 24px;
}
.banner_props div:before {
    content: '';
    position: absolute;
    top: 34%;
    left: 0;
    width: 7px;
    height: 6px;
    background: #ffffff;
}

.banner .btn {
    margin-top: 14px;
    width: 216px;
}






.big_banner {}
.big_banner picture {}
.big_banner picture img {
    max-width: initial;
    position: relative;
    /* left: 50%;
    transform: translateX(-50%); */
}
.big_banner .title_container {
    position: absolute;
    top: 162px;
    left: 0px;
    width: 100%;
}
.big_banner .title_container .container {}
.big_banner .title_container .text_container {
    text-align: center;
}

.big_banner .title_container .text_container .br_mob {
    display: none;
}

.big_banner .title_container .text_container .title {
    font-size: 34px;
    font-weight: 600;
    color: #000000;
}
.big_banner .title_container .text_container .comment {
    display: inline-flex;
    background: #25292BCC;
    font-size: 28px;
    color: white;
    margin-top: 20px;
    padding: 14px 26px 18px;
    font-weight: 500;
}
.big_banner .title_container .text_container .comment span {}
.big_banner .title_container .text_container .btn {
    margin: 0px auto;
    margin-top: 16px;
}

.big_banner .title_container .text_container .comment light{
    font-weight: 300;
}

.big_banner .title_container .text_container .guarantee::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../img/banner_guarantee.svg") no-repeat center/contain;
    left: 14%;
    padding-top: 3px;
}

.gift {
    background: #25292CCC;
    display: flex;
    align-items: center;
    width: 680px;
    margin: 0px auto;
    margin-top: -122px;
    position: relative;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.gift:before {content:'';background: url(../img/ico_gift.svg) 50% 50% no-repeat;width: 64px;height: 64px;display: inline-block;margin-right: 30px;flex-shrink: 0;}
.gift div {
    display: flex;
}
.gift div span {}
.gift div span:first-child {
    font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 20px;
}
.gift div span br {}
.gift div span i {
    font-size: 17px;
    font-style: normal;
    display: block;
    font-weight: 600;
}
.gift div span strong {
    font-size: 36px;
}
.gift div span em {
    font-size: 14px;
    font-style: normal;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
}

/****** .big_banner  *******/

.big_banner .banner_item {
    position: relative;

}

.big_banner .slide2 .text_container {
    padding: 18px 58px 48px 48px;
    background: #25292BCC;
    border: 1px solid #C78E66
}



.big_banner .slide2 .title_container {
    top: 135px;
}

.big_banner .slide2 .title_container .text_container .title {
    font-weight: 500;
    font-size: 30px;
    color: #ffffff;
}

.big_banner .slide2 .title_container .text_container .comment {
    padding: 0;
    background: none;
    margin-top: 4px;
    font-weight: 500;
}

.big_banner .slide2 .title_container .text_container .btn {
    position: absolute;
    margin: 0px auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}




.big_banner .slide5 .text_container {
    padding: 18px 58px 48px 48px;
    background: #25292BCC;
    border: 1px solid #C78E66
}


.big_banner .slide5 .title_container {
    top: 135px;
}

.big_banner .slide5 .title_container .text_container .title {
    font-weight: 500;
    font-size: 30px;
    color: #ffffff;
}

.big_banner .slide5 .title_container .text_container .comment {
    padding: 0;
    background: none;
    margin-top: 4px;
    font-weight: 500;
}

.big_banner .slide5 .title_container .text_container .btn {
    position: absolute;
    margin: 0px auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}




.big_banner .slick-next {
    right: 38px;  
        z-index: 1;
}

.big_banner .slick-prev {
    left: 38px;
        z-index: 1;
}


.personal_offer {
    font-size: 20px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.39) 0%, #ffffff00 100%);
    border: 1px solid #ffffff5b;
    border-radius: 100px;
    padding-left: 80px;
    padding-right: 40px;
}

.personal_offer::before {
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    background: url(../img/personal_offer.svg) no-repeat center / contain;
    left: 18%;
    margin-top: -7px;
}

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

.timer_wrapper {
    padding: 31px 0 24px;
}
.timer_wrapper .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.timer_wrapper .timer {
    display: flex;
    align-items: center;
}
.timer_wrapper .timer_item {
    display: grid;
    font-size: 28px;
    font-weight: 500;
    margin-right: 24px;
}
.timer_wrapper .timer_item p {
    margin: 0;
}
.timer_wrapper .timer_item .br_mob {
    display: none;
}
.timer_wrapper .timer_item span {
    position: relative;
    margin-top: 4px;
    padding: 5px 7px 7px;
    font-size: 13px;
    color: #25292B;
    text-align: center;
    background: #F9F4F0;
    clip-path: polygon(4% 0%, 96% 0%, 100% 22%, 100% 78%, 96% 100%, 4% 100%, 0% 78%, 0% 22%);
    overflow: hidden;
}
.timer_wrapper .timer_item span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 52px;
    height: 100%;
    background: #57575794;
    transform: skewX(-18deg) translateX(-200px);
    animation-iteration-count: infinite;
    animation-name: blink;
    animation-duration: 5s;
    animation-delay: 4s;
    z-index: -1;
}

.timer_wrapper .timer_item span:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    width: 4px;
    height: 100%;
    background: #57575794;
    transform: skewX(-18deg) translateX(-200px);
    animation-iteration-count: infinite;
    animation-name: blink;
    animation-duration: 5s;
    animation-delay: 4s;
    z-index: -1;
}

@keyframes blink {
    0% {
        transform: skewX(-18deg) translateX(-200px);
    }
    40% {
        transform: skewX(-18deg) translateX(300px);
    }
    100% {
        transform: skewX(-18deg) translateX(300px);
    }
}

#timer_form {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 530px;
}
#timer_form .form-group input[type="text"],
#timer_form .form-group input[type="tel"] {
    background: #505558;
    /* clip-path: polygon(4% 0%, 96% 0%, 100% 22%, 100% 78%, 96% 100%, 4% 100%, 0% 78%, 0% 22%); */
    border-bottom: none;
}
#timer_form .form-group {
    width: 257px;
}
#timer_form .agree_field {
    /* display: none; */
}

#timer_form .form-group .btn {

}

.timer_wrapper .btn_mob {
    display: none;
}

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

.advantages {
    padding-top: 69px;
    padding-bottom: 83px;
    background: url(../img/advantages/advantages_bg.png) 0 0 no-repeat #ffffff;
}
.advantages_cont {
    margin-top: 59px;
    display: flex;
    justify-content: space-between;
    gap: 3%;
}
.advantages_block {
    width: 30%;
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0 20px;
    height: 110px;
    color: #ffffff;
    transition: all 0.2s linear;
}
.advantages_block:nth-child(3),
.advantages_block:nth-child(4) {
    justify-content: right;
    flex-direction: row-reverse;
}
.advantages_block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.advantages_block:nth-child(1):before,
.advantages_block:nth-child(2):before {
    background: linear-gradient(90deg, rgba(37, 41, 43, 1) 0%, rgba(125, 138, 145, 1) 77%, rgba(255, 255, 255, 0) 86%);
    clip-path: polygon(100% 0, 100% 50%, 82% 100%, 0 100%, 0 0);
    background-size: 348px;
    background-repeat: no-repeat;
    transition: all 0.4s linear;
}
.advantages_block:nth-child(1):hover:before,
.advantages_block:nth-child(2):hover:before {
    background-position: -300px;
}
.advantages_block:nth-child(3):before,
.advantages_block:nth-child(4):before {
    background: linear-gradient(-90deg, rgba(37, 41, 43, 1) 0%, rgba(125, 138, 145, 1) 77%, rgba(255, 255, 255, 0) 86%);
    clip-path: polygon(100% 0, 100% 100%, 18% 100%, 0 50%, 0 0);
    background-size: 348px;
    background-position: -80px;
    background-repeat: no-repeat;
    transition: all 0.4s linear;
}
.advantages_block:nth-child(3):hover:before,
.advantages_block:nth-child(4):hover:before {
    background-position: 300px;
}

.advantages_block:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.advantages_block:hover:after {
    opacity: 1;
}
.advantages_block:nth-child(1):after,
.advantages_block:nth-child(2):after {
    background: url(../img/advantages/advantages_block_left_hov.svg) no-repeat;
    background-size: 100% 100%;
}
.advantages_block:nth-child(3):after,
.advantages_block:nth-child(4):after {
    background: url(../img/advantages/advantages_block_right_hov.svg) no-repeat;
    background-size: 100% 100%;
}

.advantages_block span {
    position: relative;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 120%;
    display: flex;
    align-items: center;
    column-gap: 12px;
    transition: all 0.2s linear;
}
.advantages_block:hover span {
    color: #25292B;
}
.advantages_block:nth-child(3) span,
.advantages_block:nth-child(4) span {
    text-align: right;
    flex-direction: row-reverse;
}

.advantages_block span:before {
    content: '';
    position: relative;
    transition: all 0.2s linear;
}

.advantages_block.ico1 span:before {
    width: 27px;
    height: 27px;
    background: url("../img/advantages/advantages_ico1.svg") no-repeat;
}
.advantages_block.ico2 span:before {
    width: 26px;
    height: 26px;
    background: url("../img/advantages/advantages_ico2.svg") no-repeat;
}
.advantages_block.ico3 span:before {
    width: 38px;
    height: 23px;
    background: url("../img/advantages/advantages_ico3.svg") no-repeat;
}
.advantages_block.ico4 span:before {
    width: 42px;
    height: 20px;
    background: url("../img/advantages/advantages_ico4.svg") no-repeat;
}

.advantages_block.ico1:hover span:before {
    background: url("../img/advantages/advantages_ico1_hover.svg") no-repeat;
}
.advantages_block.ico2:hover span:before {
    background: url("../img/advantages/advantages_ico2_hover.svg") no-repeat;
}
.advantages_block.ico3:hover span:before {
    background: url("../img/advantages/advantages_ico3_hover.svg") no-repeat;
}
.advantages_block.ico4:hover span:before {
    background: url("../img/advantages/advantages_ico4_hover.svg") no-repeat;
}

.advantages_block i:after {
    content: '';
    position: absolute;
    top: 29px;
    right: 24px;
    width: 20px;
    height: 20px;
    background: url(../img/advantages/advantages_up.svg) no-repeat;
}
.advantages_block:nth-child(3) i:after,
.advantages_block:nth-child(4) i:after {
    right: inherit;
    left: 24px;
    transform: rotate(180deg);
}

.advantages_cont .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -38px;
}
.advantages_cont .slick-dots button {
    display: none;
}
.advantages_cont .slick-dots li {
    width: 14px;
    height: 14px;
    background: transparent;
    border: 1px solid #25292B;
    border-radius: 50px;
}
.advantages_cont .slick-dots li.slick-active {
    width: 18px;
    height: 18px;
    background: #25292B;
}
/**************************************************************************************************************/


.cars_items {
    padding-top: 123px;
}
.cars_items .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cars_items .car_item {
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 80px;
    max-width: 46%;
    z-index: 4;
}
.cars_items .car_item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3D4447;
    clip-path: polygon(57% 0, 100% 0, 100% 93%, 90% 100%, 0 100%, 0 44%);
    transition: all 0.2s linear;
    z-index: -2;
}
.cars_items .car_item:hover:before {
    background: #6D7376;
}

.cars_items .car_item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(57% 0, 100% 0, 100% 93%, 90% 100%, 0 100%, 0 44%);
    inset: -2px;
    padding: 2px;
    background: linear-gradient(47deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 1) 100%);
    mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    opacity: 0;
    transition: all 0.2s linear;
    z-index: -1;
}
.cars_items .car_item:hover:after {
    opacity: 1;
}

.cars_items .car_item#exlantix_et:before,
.cars_items .car_item#exlantix_es:before {
    background: url(../img/car_item_bg.png) 50% 0 no-repeat;
    background-size: 100% 100%;
}
.cars_items .car_item#exlantix_et:after,
.cars_items .car_item#exlantix_es:after {
    background: url(../img/car_item_decor.png) 50% 0 no-repeat;
    background-size: 100% 100%;
    clip-path: none;
    inset: 0;
    padding: 0;
    -webkit-mask: none;
    opacity: 1;
}

.cars_items .car_cont {
    position: relative;
}
.cars_items .car_item .car_name {
    min-height: 116px;
    font-size: 48px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
.cars_items .car_item .car_spec {
    position: absolute;
    display: block;
    text-align: right;
    width: 268px;
    height: 92px;
    top: 18px;
    right: -38px;
    padding: 32px 49px 0 0;
    background: url(../img/car_spec_bg.png) no-repeat;
    z-index: 1;
}
.cars_items .car_item .car_spec b {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.2s linear;
}
.cars_items .car_item:hover .car_spec b {
    transform: scale(1.1) translateY(0px);
}
.cars_items .car_item .car_spec span {
    display: block;
    margin-top: 0;
    font-size: 11px;
    font-weight: 400;
    text-transform: none;
    transition: all 0.2s linear;
}
.cars_items .car_item:hover .car_spec span {
    transform: scale(1.1) translateX(-9px) translateY(2px);
}
.cars_items .car_item .car_spec span b {
    font-size: 11px;
    color: #C78E66;
    text-transform: none;
}
.cars_items .car_item:hover .car_spec span b {
    transform: scale(1.1) translateX(2px) translateY(0px);
}

.cars_items .car_item .img_block {}
.cars_items .car_item .img_block img {
    width: 100%;
}
.cars_items .car_item .img_block .dots {
    margin: 0 31px;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding-left: 36px;
}
.cars_items .car_item .img_block .dots:before {
    content: '';
    position: absolute;
    left: 0;
    width: 28px;
    height: 17px;
    background: url("../img/dots_decor.svg") no-repeat;
}

.cars_items .car_item .img_block .dot_color {
    position: relative;
    width: 28px;
    height: 8px;
    display: block;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.2s linear;
}

.car_item .img_block .dot_color.active {
    width: 130px;
}

.car_item .info_block {
    padding: 0 31px;
}

.car_item .car_props {
    margin-top: 20px;
    display: grid;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
    grid-template-columns: auto auto;
}
.car_item .car_props a {
    position: relative;
    padding-left: 44px;
    display: flex;
    align-items: center;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    min-height: 30px;
    transition: all 0.2s linear;
    /* width: calc(50% - 3px); */
}
.car_item:hover .car_props a {
    color: #000000;
}
.car_item#exlantix_et:hover .car_props a,
.car_item#exlantix_es:hover .car_props a {
    color: #ffffff;
}
.car_item .car_props a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    transition: all 0.2s linear;
}
.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_item:hover .car_props .ico1:before {
    background: url(../img/car_props_ico1_hover.svg) no-repeat;
}
.car_item:hover .car_props .ico2:before {
    background: url(../img/car_props_ico2_hover.svg) no-repeat;
}
.car_item:hover .car_props .ico3:before {
    background: url(../img/car_props_ico3_hover.svg) no-repeat;
}
.car_item:hover .car_props .ico4:before {
    background: url(../img/car_props_ico4_hover.svg) no-repeat;
}
.car_item:hover .car_props .ico5:before {
    background: url(../img/car_props_ico5_hover.svg) no-repeat;
}

.cars_items .car_props a b {

}

.car_tehs {
    position: relative;
    /* width: calc(50% - 2px); */
}
.car_tehs span {
    position: relative;
    padding-left: 44px;
    display: flex;
    align-items: center;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    min-height: 30px;
    cursor: pointer;
    transition: all 0.2s linear;
}
.car_tehs span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../img/car_tehs_ico.svg) 50% 50% no-repeat;
    transition: all 0.2s linear;
}
.car_item:hover .car_tehs span:before {
    background: url(../img/car_tehs_ico_hover.svg) 50% 50% no-repeat;
}
.car_tehs span i {
    position: relative;
    top: -8px;
    right: -2px;
    width: 10px;
    height: 10px;
    background: url(../img/car_tehs_info.svg) no-repeat;
}

.car_tehs_block {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 276px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    margin: 0;
    padding: 20px 20px 34px;
    background: url(../img/car_tehs_block_bg.png) no-repeat;
    background-size: contain;
    opacity: 0;
    z-index: -1;
}
.car_tehs_block.active {
    opacity: 1;
    z-index: 1;
}
.car_tehs_block li {
    position: relative;
    padding-left: 10px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}
.car_tehs_block li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background: #C78E66;
}

.cars_items .car_gallery {
    width: 102%;
    left: -1%;
    margin: 26px auto 0;
}
.cars_items .car_gallery a {
    margin: 0 7px;
}
.cars_items .car_gallery a img {
    width: 100%;
}
.car_gallery .slick-arrow {
    width: 24px;
    height: 24px;
    top: 50%;
    background: url("../img/btn_arrow.svg") 50% 50% no-repeat;
}
.car_gallery .slick-prev {
    left: -25px;
}
.car_gallery .slick-next {
    right: -25px;
    transform: translate(0, -50%) rotate(180deg);
}
.cars_items .car_item .car_gallery .slick-arrow:before {
    display: none;
}

.cars_items .car_btns {
    margin-top: 25px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    column-gap: 3%;
    row-gap: 27px;
}
.cars_items .car_btns .btn {
    width: 227px;
}

.cars_items .car_btns .btn:hover .btn_svg path {
    stroke-dashoffset: 227;
}
.cars_items .car_btns .btn:nth-child(3) {
    width: 100%;
    /* max-width: 428px; */
}
.cars_items .car_btns .btn:nth-child(3):hover .btn_svg path {
    stroke-dashoffset: 114;
}

.cars_items .car_btns .btn svg {

}

.car_offers {
    width: 46%;
    height: 43vw;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 45px;
    padding-left: 30px;
    background: url(../img/car_offers_bg.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.car_offers_title {
    font-size: 24px;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
}
.car_offers .btn {
    width: 100%;
}
.car_offers .btn:hover .btn_svg path {
    stroke-dashoffset: 114;
}

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

#instock {
    padding-top: 121px;
    padding-bottom: 158px;
    background: url(../img/instock_bg.png) 50% 0 no-repeat #ffffff;
}
#instock .models_wrap {
    margin-top: 58px;
}
#filter_table {
    display: flex;
    justify-content: center;
    column-gap: 5%;
}
#filter_table .select_container {
    width: 27%;
}
#filter_table .select_container select {
    height: 50px;
    padding-left: 16px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0E1214;
    border: none;
    border-bottom: 2px solid #7C7C7C;
    background: url(../img/ico_select.svg) 94% 50% no-repeat;
}

.compl_items {
    margin-top: 87px;
}

#instock .item {
    position: relative;
    justify-content: left;
    align-items: center;
    color: #0E1214;
    overflow: hidden;
    z-index: 2;
    margin-bottom: 48px;
    min-height: 256px;
}
#instock .item:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 150px;
    width: 92%;
    height: 98%;
    transform: skewX(-45deg);
    padding: 2px;
    background: linear-gradient(115deg, #f4f6f8 30%, #E8EBEE 100%);
    z-index: -2;
}
#instock .item:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 150px;
    width: 92%;
    height: 98%;
    background: linear-gradient(90deg, #F4F6F8 0%, #E8EBEE 100%);
    transform: skewX(-45deg);
    padding: 2px;
    background: linear-gradient(115deg, #9b9b9b 30%, #ffffff 45%, #ffffff 100%);
    mask: linear-gradient(#004285 0 0) content-box, linear-gradient(#e8ebee 0 0);
    -webkit-mask: linear-gradient(#004285 0 0) content-box, linear-gradient(#e8ebee 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    z-index: -2;
    opacity: 0;
    transition: all 0.2s linear;
}
#instock .item:hover:after {
    opacity: 1;
}
#instock .item.show {
    display: flex;
}
#instock .compl_block {
    position: relative;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 42%;
}
#instock .compl_block:before {
    content: '';
    position: absolute;
    left: auto;
    right: 30%;
    top: 0;
    width: 52%;
    height: 100%;
    background: #3D4447;
    transform: skewX(-45deg);
    z-index: -1;
}
#instock .compl_block .model {
    font-size: 21px;
    font-weight: 600;
    min-width: 142px;
}
#instock .compl_block .compl {
    position: absolute;
    left: 50%;
    transform: translateX(-14%);
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 5px;
}
#instock .compl_block .compl_image {
    width: 100%;
    padding-top: 14px;
}
#instock .compl_engine {
    min-width: 190px;
    display: grid;
    row-gap: 10px;
    margin-left: 5%;
}
#instock .compl_engine > div {
    position: relative;
    min-height: 30px;
    padding-left: 40px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}
#instock .compl_engine > div:before {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    transition: all 0.2s linear;
}
#instock .compl_engine .ico1:before {
    background: url(../img/engine_ico1.svg) 50% 50% no-repeat;
}
#instock .compl_engine .ico2:before {
    background: url(../img/engine_ico2.svg) 50% 50% no-repeat;
}
#instock .compl_engine .ico3:before {
    background: url(../img/engine_ico3.svg) 50% 50% no-repeat;
}
#instock .compl_engine .ico4:before {
    background: url(../img/engine_ico4.svg) 50% 50% no-repeat;
}

#instock .compl_engine .ico1:hover:before {
    background: url(../img/engine_ico1_hover.svg) 50% 50% no-repeat;
}
#instock .compl_engine .ico2:hover:before {
    background: url(../img/engine_ico2_hover.svg) 50% 50% no-repeat;
}
#instock .compl_engine .ico3:hover:before {
    background: url(../img/engine_ico3_hover.svg) 50% 50% no-repeat;
}
#instock .compl_engine .ico4:hover:before {
    background: url(../img/engine_ico4_hover.svg) 50% 50% no-repeat;
}

#instock .compl_btns {
    display: grid;
    row-gap: 20px;
    margin-left: 8%;
}

#instock [data-model="exlantix_es"] .compl_btns {
    margin-left: 2%;
}
#instock .compl_btns .btn {
    max-width: 257px;
}
.btn.black {
    /* color: #0E1214; */
}
.btn.black path {
    stroke: #0E1214;
}

#instock .item[data-model="exlantix_et"] .compl_engine .ico2,
#instock .item[data-model="exlantix_es"] .compl_engine .ico2 {
    display: none;
}


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

.tradein {
    position: relative;
    padding-top: 85px;
    padding-bottom: 96px;
    /*background: url(../img/trdaein_decor.png) 100% 50% no-repeat #060806;*/
    background: linear-gradient(62deg, #0f1219 0%, #060806 100%);
    z-index: 3;
}
.tradein:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background: url(../img/trdaein_decor.png) 112% 50% no-repeat;
    height: 100%;
    filter: blur(2px);
    z-index: -1;
}
.tradein .container {
    position: initial;
}
.tradein_cont {
    max-width: 357px;
}
.tradein .section_item {
    color: #ffffff;
    text-align: left;
}
.tradein .tradein_comment {
    margin-top: 37px;
    font-size: 16px;
    font-weight: 400;
    color: #D8D8D8;
}
#tradein_form {
    margin-top: 102px;
}
#tradein_form .btn {
    margin-top: 40px;
    max-width: 257px;
}
.tradein_block {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-25%);
    width: 1024px;
    height: 730px;
    background: url(../img/tradein_img.png) 50% 50% no-repeat;
    background-size: contain;
}
.tradein_block .tradein_block_title1 {
    position: absolute;
    transform: rotate(20deg);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    padding-left: 24px;
    left: 148px;
    bottom: 256px;
    width: 278px;
    height: 70px;
    background: #FFFFFF66;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0% 40%);
    backdrop-filter: blur(3px);
    overflow: hidden;
    opacity: 0;
}
.tradein_block.animate .tradein_block_title1 {
    animation: showup 5s forwards;
    animation-delay: 4s;
}
.tradein_block.animate .tradein_block_title2 {
    position: absolute;
    transform: rotate(20deg);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    padding-left: 24px;
    left: 412px;
    bottom: 90px;
    width: 274px;
    height: 70px;
    background: #FFFFFF66;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0% 40%);
    backdrop-filter: blur(3px);
    overflow: hidden;
    opacity: 0;
}
.tradein_block.animate .tradein_block_title2 {
    animation: showup 5s forwards;
    animation-delay: 5s;
}

.tradein_block span {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.tradein_block span b {
    position: relative;
    display: grid;
    max-width: 300px;
    font-size: 12px;
    font-weight: 500;
    color: #2C2828;
    left: -355px;
    width: 0;
    transition: all 0.2s linear;
}
.tradein_block i {
    width: 26px;
    height: 20px;
    background: url(../img/tradein_block_ico.svg) no-repeat;
    background-size: contain;
}

.tradein_block.animate .tradein_block_title1 span b {
    animation: slidein 7s forwards;
    animation-delay: 4s;
}

.tradein_block.animate .tradein_block_title2 span b {
    animation: slidein 7s forwards;
    animation-delay: 5s;
}

@keyframes showup {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slidein {
    0% {
        left: -800px;
        width: 0;
    }
    20% {
        left: -800px;
        width: 0;
    }
    35% {
        left: 0;
        width: 300px;
    }
    100% {
        left: 0;
        width: 300px;
    }
}

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

.services {
    background: url(../img/services_bg.jpg) 50% 0 no-repeat;
    padding-bottom: 84px;
}

.services_block {
    display: flex;
    justify-content: space-between;
}
.services_cont {
    position: relative;
    padding-top: 900px;
}
.services_block > div {
    position: absolute;
    padding: 0 48px 0 28px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
    background: #FFFFFF66;
    backdrop-filter: blur(3px);
    text-align: right;
    color: #2C2828;
    opacity: 0;
}
.services_block > div i {
    width: 20px;
    height: 20px;
    background: url(../img/tradein_block_ico.svg) no-repeat;
}
.services_block > div span {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.services_block > div span b {
    position: relative;
    display: block;
    max-width: 300px;
    font-size: 12px;
    font-weight: 500;
    color: #2C2828;
    left: -355px;
}
.services_block_title1 {
    width: 387px;
    top: 358px;
    flex-direction: row-reverse;
    clip-path: polygon(92% 0, 100% 46%, 100% 100%, 0 100%, 0 0);
}
.services_block_title1 i {
    transform: rotate(180deg);
}

.services_block_title2 {
    top: 250px;
    left: 57%;
    width: 245px;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 48%);
}

.services_block_title3 {
    top: 356px;
    left: 76%;
    width: 275px;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 48%);
}

.animate .services_block_title1 {
    /* animation: showup 5s forwards; */
    animation-delay: 2s;
    opacity: 1;
}
.animate .services_block_title1 span b {
    max-width: 275px;
    /* animation: slidein 7s forwards; */
    animation-delay: 2s;
    left: 0;
    width: 300px;
}

.animate .services_block_title2 {
    /* animation: showup 5s forwards; */
    animation-delay: 3s;
    opacity: 1;
}
.animate .services_block_title2 span b {
    max-width: 124px;
    /* animation: slidein 7s forwards; */
    animation-delay: 3s;
    left: 0;
    width: 300px;
}

.animate .services_block_title3 {
    /* animation: showup 5s forwards; */
    animation-delay: 4s;
    opacity: 1;
}
.animate .services_block_title3 span b {
    max-width: 164px;
    /* animation: slidein 7s forwards; */
    animation-delay: 4s;
    left: 0;
    width: 300px;
}

.services_wrap {
    display: flex;
    justify-content: space-between;
}
.credit {
    width: 48%;
}
.credit .section_item {
    text-align: left;
    color: #ffffff;
}
.services_title {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
}
#credit_form {
    margin-top: 32px;
    max-width: 357px;
}
#credit_form .btn {
    margin-top: 40px;
    width: 257px;
}

.testdrive {
    width: 48%;
}
.testdrive .section_item {
    text-align: left;
    color: #ffffff;
}
.testdrive_title {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
}
#testdrive_form {
    margin-top: 32px;
    max-width: 357px;
}
#testdrive_form .btn {
    margin-top: 40px;
    width: 257px;
}
/****************************************************************************************************/

.contacts {
    background: #ffffff;
    color: #181B1D;
}
.contacts_cont {
    padding: 54px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #A5A5A5;
    width: fit-content;
}
.logo4 {
    margin-top: 10px;
    display: grid;
}
.logo4 b {
    font-size: 14px;
    font-weight: 500;
}
.logo4 span {
    font-family: "Nunito Sans", sans-serif;
}
.bottom_addr {
    position: relative;
    display: flex;
    align-items: center;
    font-family: "Nunito Sans", sans-serif;
    padding-left: 28px;
    font-size: 15px;
    font-weight: 400;
}
.bottom_addr:before {
    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../img/bottom_addr_ico.svg) no-repeat;
}
.bottom_phone a {
    position: relative;
    display: flex;
    align-items: center;
    font-family: "Nunito Sans", sans-serif;
    padding-left: 28px;
    font-size: 24px;
    font-weight: 700;
    color: #181B1D;
}
.bottom_phone a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../img/bottom_phone_ico.svg) no-repeat;
}
.contacts .btn {
    width: 257px;
}
.contacts .btn path {
    stroke: #181B1D;
}

.map_wrapper {
    position: relative;
    padding-top: 72px;
    padding-bottom: 34px;
    background: #ffffff;
}
.map_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 101%;
    background: #181B1D;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 36%);
}
#map1 {
    height: 466px;
    width: 100%;
    background: url(../img/map.jpg) 50% 0 no-repeat;
    background-size: cover;
}

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


footer {
    padding-top: 20px;
    padding-bottom: 43px;
    background: #181B1D;
    font-family: "Nunito Sans", sans-serif;
}
footer .container {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    gap: 14px;
}
.your_info {
    margin-top: 13px;
    font-size: 15px;
    font-weight: 400;
}
footer a {
    font-size: 14px;
}
footer .disclamer {
    width: 100%;
    font-size: 12px;
    display: none;
    text-align: left;
    padding-top: 35px;
}

.sinoby {
    font-size: 14px;
    font-weight: 400;
}

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

@media (min-width: 1920px) {
	.big_banner .title_container {top: 162px;}
}


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

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

@media (max-width: 1570px) {
    .timer div[id^="timer"] {
        transform: scale(0.8) !important;
    }
}

@media (max-width: 1441px) {
    .cars_items .car_item .car_name {
        font-size: 32px;
        min-height: 76px;
    }

    .map_wrapper:before {
        clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0 18%);
    }
}

@media (max-width: 1300px) {
	.big_banner picture {}
	.big_banner picture img {
    }
}


@media (max-width: 1186px) {
	
	
	.car_item .car_props {
    grid-template-columns: auto;
}
	
    .header .logo_wrap .logo2 {
        font-size: 10px;
    }
    .header .logo_wrap .logo2 span {
        font-size: 10px;
    }
    .header .top_addr {
        font-size: 12px;
    }
    .top_phone {
        font-size: 12px;
    }
    .header .menu a {
        font-size: 10px;
    }

    .banner .banner_title .title1 {
        font-size: 22px;
    }
    .banner .banner_title .title2 {
        margin-top: 14px;
        font-size: 18px;
    }
    .banner .banner_title .title2 span {
        font-size: 24px;
    }
    .banner .banner_title .title3 {
        margin-top: 10px;
        font-size: 16px;
    }

    .banner .banner_item {
        height: 42vw;
    }
    .banner .banner_title {
        top: 126px;
    }
    .banner .banner_item.slide1 {
        background-size: 126% auto;
    }

    .banner_props {
        margin-top: 12px;
    }
    .banner_props span {
        font-size: 18px;
    }
    .banner_props div {
        padding-left: 10px;
        font-size: 18px;
    }

    .banner_props div:before {
        width: 5px;
        height: 4px;
    }

    .timer_wrapper .container {
        justify-content: center;
    }
    #timer_form {
        display: grid;
        max-width: 260px;
        width: auto;
    }
    .advantages_block span {
        font-size: 12px;
    }

    .map_wrapper:before {
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%, 0 0%);
    }

    .car_tehs_block {
        right: 24px;
        width: 240px;
        row-gap: 5px;
        padding: 12px 12px 20px;
        background-size: 100% 100%;
    }
    .car_tehs_block li {
        font-size: 14px;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
	.big_banner .title_container .text_container .title {
        font-size: 3.2vw;
    }
    .big_banner .slide2 .title_container .text_container .title {
        font-size: 3.2vw;
    }
    .big_banner .slide5 .title_container .text_container .title {
        font-size: 3.2vw;
    }
    .big_banner .title_container .text_container .comment {
        margin-top: 1vw;
        padding: 1vw 2vw;
        font-size: 2.4vw;
    }
    .cars_items .car_btns {
        flex-direction: column;
    }
    .cars_items .car_btns .btn {
        width: 100%;
    }
    .personal_offer::before {
        left: 12vw;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .personal_offer::before {
        left: 8%;
    }
    .personal_offer {
        font-size: 18px;
    }
}

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

    .banner .banner_title {
        top: 98px;
    }
    .banner .banner_title .title1 {
        font-size: 2.6vw;
    }
    .banner .banner_title .title2 {
        margin-top: 0;
        font-size: 2vw;
    }
    .banner .banner_title .title2 span {
        font-size: 2.4vw;
    }
    .banner .banner_title .title3 {
        margin-top: 1vw;
        font-size: 1.8vw;
        padding-bottom: 5px;
    }

.banner .btn {font-size: 1.5em;width: 300px;max-width: 100%;}

    .timer_wrapper .container {
        display: grid;
        row-gap: 20px;
    }
    #timer_form {
        display: flex;
        column-gap: 20px;
        max-width: 100%;
        justify-content: center;
    }

    .cars_items .car_btns {
        margin-top: 25px;
        row-gap: 6px;
        width: 100%;
    }
    .cars_items .car_btns .btn {
        width: 100%;
        /* max-width: 216px; */
    }
    .cars_items .car_btns .btn:nth-child(3) {
        width: 100%;
        /* max-width: 216px; */
    }

    .cars_items .car_btns .btn:nth-child(3) svg {
        /*width: 195%;*/
    }

    .car_btns .btn .btn_svg path {
        d: path("M1 11 L11 1 H205 L215 11 L215 48 L205 58 L11 58 L1 48 V11 L11 1");
        stroke-dasharray: 500;
        stroke-dashoffset: 740;
    }
    .cars_items .car_btns .btn:nth-child(3):hover .btn_svg path {
        stroke-dashoffset: 226;
    }

    .car_offers .btn .btn_svg path {
        d: path("M1 11 L11 1 H205 L215 11 L215 48 L205 58 L11 58 L1 48 V11 L11 1");
        stroke-dasharray: 500;
        stroke-dashoffset: 740;
    }
    .car_offers .btn:hover .btn_svg path {
        stroke-dashoffset: 226;
    }

    #instock .item {
        flex-wrap: wrap;
        padding-bottom: 38px;
    }
    #instock .compl_btns {
        width: 100%;
        justify-content: right;
        padding-right: 64px;
    }
    #instock .compl_engine {
        margin-left: 20%;
    }

    .contacts_cont {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 16px;
        column-gap: 20px;
    }

    .advantages_cont {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .advantages_block {
        width: 32%;
    }
}

/*IPAD END*/
@media (max-width: 980px) {}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .advantages_block {
        margin: 0 10px;
    }
    .advantages_block:nth-child(1):before,
    .advantages_block:nth-child(2):before,
    .advantages_block:nth-child(3):before,
    .advantages_block:nth-child(4):before {
        background: linear-gradient(90deg, rgba(37, 41, 43, 1) 0%, rgba(125, 138, 145, 1) 77%, rgba(255, 255, 255, 0) 86%);
        clip-path: polygon(100% 0, 100% 50%, 82% 100%, 0 100%, 0 0);
        background-size: 140%;
        background-repeat: no-repeat;
        transition: all 0.4s linear;
    }
    .advantages_block:nth-child(3) span,
    .advantages_block:nth-child(4) span {
        text-align: left;
        flex-direction: row;
    }
    .advantages_block:nth-child(3) i:after,
    .advantages_block:nth-child(4) i:after {
        top: 29px;
        right: 24px;
        left: auto;
        transform: rotate(0deg);
    }
    .advantages_block span {
        top: 50%;
        transform: translateY(-50%);
    }
    .advantages_block.ico1 span:before,
    .advantages_block.ico2 span:before,
    .advantages_block.ico3 span:before,
    .advantages_block.ico4 span:before {
        width: 42px;
        height: 42px;
        background-size: contain;
        background-position: 50% 50%;
    }
    .advantages_block span {
        font-size: 16px;
    }

    .comment {
    color: #25292B !important;
    text-align: center;
    background: #F9F4F0 !important;
    clip-path: polygon(4% 0%, 96% 0%, 100% 22%, 100% 78%, 96% 100%, 4% 100%, 0% 78%, 0% 22%);
    overflow: hidden;
    }


    .comment span:before {
        content: '';
        position: absolute;
        /* left: 0; */
        top: 0;
        width: 52px;
        height: 100%;
        background: #57575794;
        transform: skewX(-18deg) translateX(-200px);
        animation-iteration-count: infinite;
        animation-name: blink;
        animation-duration: 5s;
        animation-delay: 4s;
        z-index: -1;
    }
    
    .comment span:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background: #57575794;
        transform: skewX(-18deg) translateX(-200px);
        animation-iteration-count: infinite;
        animation-name: blink;
        animation-duration: 5s;
        animation-delay: 4s;
        z-index: -1;
    }

    #timer_form {
        display: none;
    }
    .timer_wrapper .btn_mob {
        display: flex;
        left: 50%;
        transform: translateX(-50%);
    }
    .banner .banner_item {
        /* height: 98vw; */
    }
    .banner .banner_item.slide1 {
        background: url(../img/bg1_mob.jpg) 50% 100% no-repeat;
        background-size: 100%;
    }
    .header .header_wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .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: 0px;
    }

    .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-top: 0;
        position: fixed;
        width: 100%;
        top: 48px;
        left: 100%;
        display: grid;
        justify-content: center;
        background: #181B1DCC;
        clip-path: polygon(2% 0%, 98% 0%, 100% 4%, 100% 100%, 0 100%, 0 6%);
        z-index: 10;
        height: auto;
        transition: all .2s linear;
        overflow: scroll;
    }

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

    .header .menu .cars_menu {
        width: 100%;
        display: grid;
        justify-content: center;
        text-align: center;
    }

    .header .menu .main_menu {
        width: 100%;
        display: grid;
        justify-content: center;
        text-align: center;
    }

    .header .menu a {
        font-size: 18px;
        font-weight: 400;
    }

    .header .top_addr {
        display: none;
    }
    .banner .banner_title:before {
        display: none;
    }
    .banner .banner_title {
        top: 14vw;
        background: none;
        padding: 0;
        text-align: center;
    }
    .banner .banner_title .title1 {
        font-size: 5vw;
    }
    .banner .banner_title .title1 .br_mob {
        display: block;
    }
    .banner .banner_title .title2 {
        font-size: 2.6vw;
    }
    .banner .banner_title .title2 .br_mob {
        display: block;
    }
    .banner_props {
        justify-content: center;
    }
    .banner_props span {
        text-align: center;
    }
    .banner .btn {
        margin: 0 auto;
        margin-top: 10px; 
    }

    .personal_offer {
        font-size: 3.4vw;
        padding-left: 0px;
        padding-right: 0px;
    }

    @keyframes blink {
        0% {
            transform: skewX(-18deg) translateX(-200px);
        }
        40% {
            transform: skewX(-18deg) translateX(500px);
        }
        100% {
            transform: skewX(-18deg) translateX(500px);
        }
    }

    .section_item {
        font-size: 24px;
    }

.advantages {
    display: none;
}

    .cars_items .car_item {
        max-width: 100%;
        width: 100%;
    }

    .cars_items {
        padding-top: 20px;
    }
    .car_item .info_block {
        padding: 0 14px;
    }

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

    .car_offers {
        width: 100%;
        height: auto;
        padding-top: 60vw;
        background-size: 100% auto;
        background-position: 50% -38vw;
    }
    .car_offers_title {
        font-size: 18px;
        text-align: left;
        margin-left: 20px;
    }
    .car_offers_title .br_loop {
        display: none;
    }
    .car_offers .btn {
        margin-top: 16px;
        max-width: 216px;
        margin-left: 20px;
    }

    #instock {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    #instock .compl_block {
        width: 100%;
    }
    #instock .compl_engine {
        margin-right: 116px;
        width: 100%;
    }
    #instock .compl_btns {
        margin-top: 30px;
    }
    #filter_table {
        flex-wrap: wrap;
    }
    #filter_table .select_container {
        width: 100%;
    }
    .compl_items {
        margin-top: 20px;
    }
    #instock .compl_block .compl {
        position: absolute;
        left: auto;
        right: 24px;
        transform: translateX(0);
        font-size: 14px;
        font-weight: 600;
        color: #969696;
        text-transform: uppercase;
        padding-top: 0;
    }

    #tradein_form {
        margin-top: 42px;
        order: 1;
    }
    .tradein_block {
        position: relative;
        background: transparent;
        left: 0;
        transform: none;
        display: flex;
        column-gap: 14px;
        width: 100%;
        height: auto;
    }
    .tradein_block .tradein_block_title1 {
        margin-top: 20px;
        position: relative;
        transform: rotate(0deg);
        left: 0;
        bottom: 0;
    }
    .tradein_block.animate .tradein_block_title2 {
        margin-top: 20px;
        position: relative;
        transform: rotate(0deg);
        left: 0;
        bottom: 0;
    }
    .tradein_cont {
        max-width: initial;
        display: grid;
    }

    .services {
        background-size: 146% auto;
    }
    .services_cont {
        position: relative;
        padding-top: 64vw;
    }
    .services_wrap {
        margin-top: 38px;
        flex-wrap: wrap;
    }
    .services_block {
        display: grid;
        justify-content: left;
        row-gap: 20px;
    }
    .services_block > div {
        position: relative;
    }
    .services_block_title1 {
        top: 0;
    }
    .services_block_title2 {
        top: 0;
        left: 0;
    }
    .services_block_title3 {
        top: 0;
        left: 0;
    }
	
	.big_banner {
    display: flex;
    flex-direction: column;
}
	.big_banner picture {}

	.big_banner picture img {
        max-width: 100%;
        height: auto;
        margin-top: 90px;
    }
	.big_banner .title_container {
    position: relative;
    top: auto;
    order: -1;
    padding-top: 20px;
    padding-bottom: 15px;
}
	.big_banner .title_container .container {}
	.big_banner .title_container .text_container {}

    .big_banner .title_container .text_container .br_mob {
        display: block;
    }

	.big_banner .title_container .text_container .title {
        color: white;
        font-size: 5vw;
    }
	.big_banner .title_container .text_container .comment {
        padding: 2vw;
        font-size: 3.4vw;
    }
    .big_banner .slide2 .title_container .text_container .comment {
        padding: 1vw 4vw;
    }
	.big_banner .title_container .text_container .comment span {}
	.big_banner .title_container .text_container .btn {
    width: 100%;
}

    .big_banner .slide2 .title_container {
        top: auto;
    }
    .big_banner .slide2 .text_container {
        padding: 15px;
    }
    .big_banner .slide2 .title_container .text_container .title {
        color: white;
        font-size: 4.6vw;
    }

    .big_banner .slide2 .title_container .text_container .btn {
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
        margin-top: 10px;
    }


    .big_banner .slide5 .title_container .text_container .comment {
        padding: 1vw 4vw;
    }


    .big_banner .slide5 .title_container {
        top: auto;
    }
    .big_banner .slide5 .text_container {
        padding: 15px;
    }
    .big_banner .slide5 .title_container .text_container .title {
        color: white;
        font-size: 4.6vw;
    }

    .big_banner .slide5 .title_container .text_container .btn {
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
        margin-top: 10px;
    }




	.gift {
    margin-top: 0px;
    width: 100%;
    padding: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
	.gift:before {
    margin-right: 10px;
}
	.gift div {
    flex-direction: column;
}
	.gift div span {}
	.gift div span:first-child {
    font-size: 18px;
    margin-right: 0px;
}
	.gift div span br {
    display: none;
}
	.gift div span i {
    font-size: 18px;
}
	.gift div span strong {
    font-size: 29px;
}
	.gift div span em {
    font-size: 13px;
    margin-top: 5px;
}


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

@media (max-width: 580px) {
    .mob {
        display: grid !important;
    }
    .header_wrapper {
        flex-direction: column; /* Stack elements vertically */
        align-items: flex-start;
    }

    .logo_wrap {
        margin-bottom: 20px; /* Add space between logo and other elements */
    }

    .top_phone {
        order: 2; /* Ensure the phone number comes after the logo */
    }

    .logo2 {
        order: 1; /* Place the logo above the phone number */
        text-align: left; /* Align the text to the left for mobile view */
        font-size: 16px; /* Adjust font size as needed */
    }



    .advantages_block {
        width: 52%;
    }
    .header .logo_wrap .logo1 {
        max-width: 110px;
    }
    .header .logo_wrap {
        /* display: grid; */
        row-gap: 10px;
    }
    .header .logo_wrap .logo1 {
        padding-right: 0;
        margin-right: 10px;
        padding-bottom: 10px;
    }
    .header .logo_wrap .logo1:before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #A5A5A5;
    }
    .header .logo_wrap .logo2 {
        font-size: 12px;
        text-align: center;
    }
    .header .logo_wrap .logo2 span {
        font-size: 12px;
    }

    .banner {
        margin-top: 76px;
    }
    .banner .banner_title {
        top: 3vw;
    }
    .timer_wrapper {
        padding: 14px 0 24px;
    }
    .timer_wrapper .timer {
        display: grid;
        align-items: center;
        justify-content: center;
        row-gap: 10px;
    }
    .timer_wrapper .timer_item {
        display: block;
        font-size: 16px;
        margin-right: 0;
        text-align: center;
    }
    .timer_wrapper .timer_item span {
        position: relative;
        top: 10px;
        display: inline-block;
    }
    .timer_wrapper .timer_item p {
        margin-top: 14px;
    }
    .timer_wrapper .timer_item .br_mob {
        display: block;
    }

    .section_item {
        font-size: 18px;
    }

    .img_block {
        margin-top: 40px;
    }

    .credit {
        width: 100%;
    }

    .tradein_block {
        flex-wrap: wrap;
    }

    .testdrive {
        width: 100%;
        margin-top: 56px;
    }

    .services_block > div {
        width: 320px;
    }
    .services_block_title1 {
        flex-direction: unset;
    }
    .services_block_title2,
    .services_block_title3 {
        clip-path: polygon(92% 0, 100% 46%, 100% 100%, 0 100%, 0 0);
    }
    .services_block_title1 i {
        transform: rotate(0deg);
    }
    .animate .services_block_title1 span b {
        max-width: 198px;
    }

    .logo_wrap {
        text-align: center;
    }
    .logo3 {
        width: auto;
    }
    .comment span:after {
        left: 0;
    }
}

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

/* Portrait phones and smaller */
@media (max-width: 440px) {
    .advantages {
        padding-top: 48px;
        padding-bottom: 54px;
    }
    .cars_items .car_item .car_spec {
        /* position: relative; */
        top: -20px;
        /* right: 0; */
    }
    .img_block {
        margin-top: 8px;
    }
    .header .menu {
        top: 75px;
        clip-path: polygon(3% 0%, 97% 0%, 100% 6%, 100% 100%, 0 100%, 0 6%);
    }
    .banner .banner_title .title2 {
        font-size: 4vw;
    }
    .banner .banner_title .title2 span {
        font-size: 4vw;
    }
    .banner .banner_title .title3 {
        font-size: 3.8vw;
    }

    .banner_props span {
        font-size: 4vw;
    }
    .banner_props div {
        font-size: 4vw;
    }

    .banner .btn {
        display: none;
    }

    .advantages_block {
        width: 72%;
    }
}

@media (max-width: 390px) {
    .section_item {
        font-size: 16px;
    }
    .advantages_cont {
        margin-top: 30px;
    }
    .advantages_block {
        width: 78%;
    }
    .header .logo_wrap .logo2 {
        font-size: 10px;
    }
    .header .logo_wrap .logo2 span{
        font-size: 10px;
    }
    .header .logo_wrap .logo1 {
        margin-right: 0px;
    }
}


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

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

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