html {
    overflow-x: hidden;
}

body {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #25282A;
    background: #FFFFFF;
    overflow-x: hidden;
}

.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;
}

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

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

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

a {
    text-decoration: none;
    color: #25282A;
}

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

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

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

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

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

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

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

form .form-group input[type="text"],
form .form-group input[type="tel"],
select {
    width: 100%;
    height: 45px;
    padding: 0 31px;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #25282A;
    box-sizing: border-box;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #6A6A6A;
    border-radius: 5px;
    outline: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    background: url(../img/ico_select.svg) calc(100% - 30px) no-repeat transparent;
    outline: none;
}

form .form-group button {
    font-family: "Manrope", sans-serif;
    width: 100%;
    height: 45px;
    cursor: pointer;
    outline: none;
    border: none;
}

form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6A6A6A;
}

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

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

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

.agree_field_wrap {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 10px;
}

.agree_field {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    color: #25282A;
    cursor: pointer;
    text-align: left;
}

.agree_field a {
    color: #25282A;
    text-decoration: underline;
}

.agree_field input {
    position: absolute;
    left: -5000px;
    visibility: hidden;
}

.agree_field input+a {
    color: #25282A;
}

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

.agree_field input:checked+span {
    background: #0075FF;
}

.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: #ffffff;
    border-radius: 20px;
    text-align: center;
    padding-bottom: 30px;
}

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

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

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

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

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    width: 100%;
    height: 45px;
    padding: 0 31px;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #25282A;
    box-sizing: border-box;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #6A6A6A;
    border-radius: 5px;
    outline: none;
}

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

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

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

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

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

.fancybox-content {
    color: #25282A;
    background: #ffffff;
    border-radius: 20px;
}

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

.form_title {
    margin: 0;
    padding: 0;
    padding-bottom: 47px;
    color: #3E3A39;
    font-size: 36px;
    text-align: center;
}

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

.btn {
    position: relative;
    width: 224px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #39AEB2;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s linear;
}

.btn.black {
    color: #F7F0EB;
    background: #25282A;
}

.btn.black:hover {
    background: #39AEB2;
    border-color: #39AEB2;
}

.btn.glass {
    color: #25282A;
    background: transparent;
    border: 1px solid #25282A;
}

.btn.glass:hover {
    color: #ffffff;
    background: #39AEB2;
    border-color: #39AEB2;
}

.section_item {
    font-family: "Russo One", sans-serif;
    font-size: 55px;
    font-weight: 400;
    text-transform: uppercase;
}

.slick-dots {
    margin-top: 24px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    column-gap: 6px;
}

.slick-dots li {
    width: 24px;
    height: 4px;
    border-radius: 5px;
    background: #F2F3F4;
    cursor: pointer;
    transition: all 0.2s linear;
}

.slick-dots li.slick-active {
    background: #6A6A6A;
}

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

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

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

.header .header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.header .header_wrap {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.header .logo_wrap {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.logo2 {
    position: relative;
    padding-left: 10px;
}

.logo2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 80%;
    background-color: #d10000;
}

.header .top_addr {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 10px;
    padding-left: 24px;
    font-size: 16px;
    font-weight: 400;
}

.header .top_addr:before {
    content: '';
    position: absolute;
    left: 0;
    width: 14px;
    height: 16px;
    background: url(../img/top_addr_ico.svg) no-repeat;
}

.header .top_phone {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 24px;
    font-size: 16px;
    font-weight: 400;
}

.header .top_phone:before {
    content: '';
    position: absolute;
    left: 0;
    width: 14px;
    height: 16px;
    background: url(../img/top_phone_ico.svg) no-repeat;
}

.header .btn {
    width: 260px;
}

.header .m_btn {
    display: none;
}

.menu_wrap {
    display: flex;
    justify-content: space-between;
    padding: 14px 0 10px;
    border-top: 1px solid #D9D9D9;
}

.menu_wrap a {
    position: relative;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.2s linear;
}

.menu_wrap a:hover {
    font-weight: 800;
}

.menu_wrap a:before {
    content: '';
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 0;
    height: 1px;
    background: #25282A;
    opacity: 0;
    transition: all 0.2s linear;
}

.menu_wrap a:hover:before {
    opacity: 1;
}

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

.banner {
    margin-top: 129px;
}

.banner .banner_item picture {
    display: flex;
    justify-content: center;
}

.banner .banner_item picture img {
    /* max-width: initial; */
    width: 100%;
    display: block;
    max-width: 100%;
}

.banner .title_container {
    position: absolute;
    top: 36px;
    left: 15px;
    right: 15px;
    padding: 14px 0 44px;
    background: #25282A4D;
    backdrop-filter: blur(6px);
    border-radius: 5px;
}

.banner .title_container .title1 {
    font-size: 56px;
    font-weight: 400;
    font-family: 'Russo One', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

.banner .title_container .title2 {
    position: relative;
    width: fit-content;
    min-height: 33px;
    margin: 17px auto 0;
    padding-left: 33px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
}

.banner .title_container .title2:before {
    content: '';
    position: absolute;
    left: 0;
    width: 21px;
    height: 24px;
    background: url("../img/title2_ico.svg") no-repeat;
}

.banner_props {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    column-gap: 20px;
}

.banner_props a {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-size: 20px;
    font-weight: 400;
}

.banner_props a i {
    position: relative;
    width: 72px;
    height: 48px;
    overflow: hidden;
    border-radius: 5px;
}

.banner_props a i:before {
    content: '';
    position: absolute;
    top: 0;
    left: -18px;
    right: 14px;
    height: 100%;
    background: #ffffff;
    transform: skewX(-32deg);
    border-radius: 5px;
    z-index: -1;
}

.banner_props a i:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    z-index: -1;
}

.banner_props .ico1 i:after {
    background: url(../img/banner_props_ico1.svg) 14px 8px no-repeat;
}

.banner_props .ico2 i:after {
    background: url(../img/banner_props_ico2.svg) 17px 12px no-repeat;
}

.banner_props a span {
    position: relative;
    margin-left: -24px;
    padding: 8px 10px 0 38px;
    height: 48px;
    font-size: 20px;
    font-weight: 400;
    overflow: hidden;
    border-radius: 5px;
}

.banner_props a span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 14px;
    right: -12px;
    height: 100%;
    background: #ffffff;
    transform: skewX(-32deg);
    border-radius: 5px;
    z-index: -1;
}

.banner_props a span b {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Russo One', sans-serif;
}

.banner .title_container .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -21px;
    width: 350px;
}

/* ===== Второй слайд ==== */
.banner .slide2 .slide2_title_container {
    position: absolute;
    top: 32px;
    left: 15px;
    right: 15px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 24px 20px;
    background: rgba(255, 255, 255, .3);
    backdrop-filter: blur(6px);
    border-radius: 5px;
}

.banner .slide2 .slide2_title1 {
    font-family: 'Russo One', sans-serif;
    font-size: 46px;
    line-height: 55px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #25282A;
}

.banner .slide2 .slide2_title2 {
    margin-top: 8px;
    font-family: 'Russo One', sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #25282A;
}

.banner .slide2 .slide2_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -62px;
    width: 350px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #39AEB2;
    border-radius: 5px;
}

.banner .slide2 .slide2_btn span {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

/* ******************************* */
.banner .slick-prev,
.banner .slick-next {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
}

.banner .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
}

.banner .slick-dots li {
    width: 24px;
    height: 4px;
    margin: 0;
}

.banner .slick-dots li button {
    width: 24px;
    height: 4px;
    padding: 0;
    background: rgba(255, 255, 255, .5);
    border: none;
    border-radius: 5px;
    font-size: 0;
}

.banner .slick-dots li.slick-active button {
    background: #25282A;
}

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

.banner .slick-prev,
.banner .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.banner .slick-prev {
    left: 8%;
}

.banner .slick-next {
    right: 8%;
}

.banner .slick-prev:before,
.banner .slick-next:before {
    display: none;
}

.banner .slick-prev,
.banner .slick-next {
    width: 56px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 5px;
    background: rgba(255, 255, 255, .05);
    cursor: pointer;
    transition: .25s;
    z-index: 5;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
    border-color: rgba(255, 255, 255, .6);
    background-color: rgba(255, 255, 255, .12);
}

.banner .slick-next {
    background:
        rgba(255, 255, 255, .05) url("../img/btn_arrows.svg") center center / 12px 19px no-repeat;
}

.banner .slick-prev {
    background:
        rgba(255, 255, 255, .05) url("../img/btn_arrows.svg") center center / 12px 19px no-repeat;
    transform: translateY(-50%) rotate(180deg);
}

.banner .slick-list {
    overflow: hidden;
}

.banner .slick-track {
    display: flex;
}

.banner .banner_item {
    position: relative;
    overflow: hidden;
}

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

.run_now {
    background: #37AEB3;
    overflow: hidden;
    position: relative;
    height: 65px;
    display: flex;
    align-items: center;
}

.run_now_cont {
    display: flex;
    align-items: center;
    animation: runstring 16s infinite linear;
}

.run_now_cont div {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin-right: 60px;
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    white-space: nowrap;
}

@keyframes runstring {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

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

.timer_block {
    padding: 12px 0 12px;
    background: #F5F6F7;
}

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

.timer_block .timer {
    display: flex;
    align-items: center;
    width: 68%;
    column-gap: 76px;
}

.timer_block .timer .sinoby-timer {
    min-height: initial;
}

.timer_title {
    font-family: 'Russo One', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
}

#timer_form {
    width: 350px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

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

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

.cars_menu {
    margin-top: 90px;
}

.cars_menu_list {
    display: flex;
    column-gap: 24px;
}

.cars_menu_list a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    height: 115px;
    background: #F2F3F4;
    border-radius: 5px;
    transition: all 0.2s linear;
}

.cars_menu_list a:hover {
    background: url(../img/cars_menu_bg.jpg) 50% 0 no-repeat;
}

.cars_menu_title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.2s linear;
}

.cars_menu_list a:hover .cars_menu_title {
    color: #ffffff;
}

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

.car_item {
    margin-top: 84px;
}

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

.img_block {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 66%;
}

.car_name {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
}

.car_name span {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Russo One', sans-serif;
    color: #626970;
}

.car_name b {
    font-size: 56px;
    font-weight: 400;
    font-family: 'Russo One', sans-serif;
    color: #25282A;
}

.dots {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}

.dot_color {
    width: 30px;
    height: 30px;
    border: 1px solid #F2F1F2;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s linear;
}

.dot_color.active {
    border-color: #CACACA;
    box-shadow: 0 0 5px 0 #00000040;
}

.car_block {
    width: 436px;
}

.car_profit {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-size: 20px;
    font-weight: 400;
}

.car_profit i {
    position: relative;
    width: 96px;
    height: 58px;
    overflow: hidden;
    border-radius: 5px;
}

.car_profit i:before {
    content: '';
    position: absolute;
    top: 0;
    left: -18px;
    right: 14px;
    height: 100%;
    background: #39AEB2;
    transform: skewX(-32deg);
    border-radius: 5px;
    z-index: -1;
}

.car_profit i:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/car_profit_ico.svg") 16px 8px no-repeat;
    z-index: -1;
}

.car_profit span {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-left: -24px;
    width: 358px;
    padding: 0 14px 0 40px;
    height: 58px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    overflow: hidden;
    border-radius: 5px;
}

.car_profit span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 14px;
    right: -30px;
    height: 100%;
    background: #39AEB2;
    transform: skewX(-32deg);
    border-radius: 5px;
    z-index: -1;
}

.car_profit span b {
    font-size: 32px;
    font-weight: 400;
    font-family: 'Russo One', sans-serif;
}

.car_props {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 15px;
    padding: 15px 20px;
    background: #F2F3F4;
    border-radius: 5px;
}

.car_props a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 500;
}

.car_props a b {
    font-weight: 800;
}

.car_props a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 28px;
}

.car_props .ico1:before {
    background: url(../img/car_props_ico1.svg) 0 50% no-repeat;
}

.car_props .ico2:before {
    background: url(../img/car_props_ico2.svg) 0 50% no-repeat;
}

.car_props .ico3:before {
    background: url(../img/car_props_ico3.svg) 0 50% no-repeat;
}

.car_props .ico4:before {
    background: url(../img/car_props_ico4.svg) 0 50% no-repeat;
}

.car_props .ico5:before {
    background: url(../img/car_props_ico5.svg) 0 50% no-repeat;
}

.car_gallery {
    margin-top: 20px;
    width: 101%;
    left: -0.5%;
}

.car_gallery a {
    margin: 0 10px;
    overflow: hidden;
    border-radius: 5px;
}

.car_gallery a img {
    width: 100%;
}

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

.car_btns a {
    width: 33%;
}

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

#instock {
    margin-top: 90px;
}

.filter_quick_menu {
    display: none;
}

#filter_table {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}

#filter_table .select_container {
    width: 100%;
}

#tb_complects {
    margin-top: 10px;
    width: 100%;
}

#tb_complects tbody tr:nth-child(1) {
    display: none;
}

#tb_complects tbody tr td:before {
    display: none;
}

#tb_complects tbody {
    width: 100%;
}

#tb_complects .item {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

#tb_complects .item .compl_img {
    margin-left: -10px;
}

#tb_complects .item .compl_block {
    width: 69%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
    padding: 15px 50px 15px 34px;
    background: #F2F3F4;
}

#tb_complects .item .compl_name {
    min-width: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 26px;
    font-weight: 400;
}

#tb_complects .item .compl_name b {
    font-size: 26px;
    font-weight: 700;
}

#tb_complects .item .compl_tehs {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 0 40px;
    border-left: 1px solid #6A6A6A;
    border-right: 1px solid #6A6A6A;
}

#tb_complects .item .compl_tehs>div {
    display: flex;
    column-gap: 10px;
}

#tb_complects .item .compl_tehs>div span {
    width: 82px;
}

#tb_complects .item .btns {
    width: 277px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

#tb_complects .item .btns>.btn {
    width: 100%;
}

.tb_complects_showmore {
    display: block;
    margin: 38px auto 0;
    width: fit-content;
    font-size: 16px;
    font-weight: 800;
    border-bottom: 1px solid #25282A;
}

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

.credit {
    margin-top: 90px;
}

.credit_wrapper {
    margin-top: 10px;
    padding: 74px 80px 58px;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.credit_block {
    width: 100%;
    max-width: 433px;
}

.credit_title {
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    line-height: 138%;
}

#credit_form {
    margin-top: 30px;
    width: 380px;
}

#credit_form .form-group input[type="text"],
#credit_form .form-group input[type="tel"] {
    background: #ffffff;
}

#credit_form .agree_field,
#credit_form .agree_field a {
    color: #ffffff;
}

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

.tradein {
    margin-top: 90px;
}

.tradein_wrapper {
    margin-top: 14px;
    padding: 42px 80px 30px;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.tradein_block {
    width: 100%;
    max-width: 433px;
}

.tradein_title {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 138%;
}

#tradein_form {
    margin-top: 12px;
    width: 380px;
}

#tradein_form .form-group {
    margin-bottom: 14px;
}

#tradein_form .form-group input[type="text"],
#tradein_form .form-group input[type="tel"],
select {
    background-color: #ffffff;
}

#tradein_form .agree_field,
#tradein_form .agree_field a {
    color: #ffffff;
}

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

.testdrive {
    margin-top: 90px;
}

.testdrive_wrapper {
    margin-top: 10px;
    padding: 74px 80px 58px;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.testdrive_block {
    width: 100%;
    max-width: 433px;
}

.testdrive_title {
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    line-height: 138%;
}

#testdrive_form {
    margin-top: 30px;
    width: 380px;
}

#testdrive_form .form-group input[type="text"],
#testdrive_form .form-group input[type="tel"] {
    background: #ffffff;
}

#testdrive_form .agree_field,
#testdrive_form .agree_field a {
    color: #ffffff;
}

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

.advantages {
    margin-top: 90px;
}

.advantages_wrapper {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
}

.advantages_block {
    width: 24%;
    background: #F2F3F4;
    border-radius: 5px;
}

.advantages_title {
    min-height: 110px;
    padding: 26px 20px 0;
    font-size: 23px;
    font-weight: 700;
    line-height: 132%;
}

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

.reviews {
    margin-top: 90px;
}

.reviews_slider {
    margin-top: 10px;
    width: 102%;
    left: -1%;
}

.reviews_block {
    position: relative;
    margin: 0 10px;
    padding: 24px;
    background: #F2F3F4;
    border-radius: 5px;
}

.reviews_block:before {
    content: '';
    position: absolute;
    left: 0;
    right: 30px;
    bottom: 0;
    height: 60px;
    background: linear-gradient(180deg, rgba(242, 243, 244, 0) 0%, #F2F3F4 40%);
}

.reviews_wrap {
    margin-top: 4px;
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.reviews_name {
    font-size: 24px;
    font-weight: 700;
}

.reviews_date {
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}

.reviews_text {
    margin-top: 12px;
    padding-right: 10px;
    height: 287px;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    overflow-y: auto;
}

.reviews_text::-webkit-scrollbar {
    width: 4px;
}

.reviews_text::-webkit-scrollbar-track {
    background: #ffffff;
}

.reviews_text::-webkit-scrollbar-thumb {
    background: #626970;
    border-radius: 20px;
}

.reviews_text span {
    padding-bottom: 20px;
}

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

.contacts {
    margin-top: 90px;
}

.contacts_wrapper {
    margin-top: 10px;
}

.contacts_block {
    position: absolute;
    top: 62px;
    padding: 39px 45px;
    background: #F8F8F8CC;
    border-radius: 5px;
    backdrop-filter: blur(4px);
    z-index: 2;
}

.contacts .logo_wrap {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

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

.bottom_addr {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 400;
}

.bottom_addr:before {
    content: '';
    position: absolute;
    left: 0;
    width: 14px;
    height: 16px;
    background: url(../img/bottom_addr_ico.svg) no-repeat;
}

.bottom_hour {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}

.bottom_hour:before {
    content: '';
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../img/bottom_hour_ico.svg) no-repeat;
}

.bottom_phone {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 25px;
    font-size: 20px;
    font-weight: 600;
}

.bottom_phone:before {
    content: '';
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(../img/bottom_phone_ico.svg) no-repeat;
}

.contacts_comment {
    margin-top: 6px;
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
}

.contacts .btn {
    margin-top: 14px;
    width: 380px;
}

#map1 {
    position: relative;
    height: 510px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.footer {
    padding-top: 45px;
    padding-bottom: 34px;
    background: #25282A;
    font-size: 16px;
    color: #ffffff;
}

.footer .footer_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 10px;
}

.footer .logo_wrap {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.footer_wrap {
    display: flex;
    justify-content: space-between;
    gap: 12px 10px;
    width: 74%;
}

.footer a {
    font-size: 16px;
    color: #ffffff;
}

.footer .disclamer {
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    display: none;
    text-align: left;
    padding-top: 35px;
}

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

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

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

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

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

@media (max-width: 1290px) {
    .header .header_wrap {
        column-gap: 10px;
    }

    .header .btn {
        width: 180px;
    }

    .img_block {
        padding-top: 30px;
        width: 56%;
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

    .dots {
        flex-direction: row;
        gap: 10px;
    }

    .car_name b {
        font-size: 40px;
    }

    #tb_complects .item .compl_block {
        flex-wrap: wrap;
        padding: 12px;
        row-gap: 12px;
    }

    #tb_complects .item .compl_tehs {
        border-right: 0;
        padding-right: 0;
    }

    #tb_complects .item .btns {
        width: 100%;
    }

    .advantages_title {
        min-height: 78px;
        padding: 12px 10px 0;
    }
}

/*IPAD PRO BEGIN*/
@media (max-width: 1199px) {
    .banner .slide2 .slide2_title_container {
        top: 5px;
    }

    .banner .slide2 .slide2_title1 {
        font-size: 4vw;
        line-height: 1.2;
    }

    .banner .slide2 .slide2_title2 {
        font-size: 2vw;
    }

}

/*IPAD PRO BEGIN*/

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

@media (max-width: 991px) {
    .header .header_wrapper {
        flex-wrap: wrap;
    }

    .header .top_addr {
        display: none;
    }

    .header .btn {
        display: none;
    }

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

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

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

    .header .m_btn span:nth-child(2) {
        top: calc(50% - 2px);
        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 {
        position: fixed;
        width: 100%;
        top: 68px;
        left: 100%;
        background: #ffffff;
        z-index: 10;
        height: auto;
        transition: all .2s linear;
        overflow: scroll;
    }

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

    .header .menu_wrap {
        flex-direction: column;
        align-items: center;
        row-gap: 12px;
    }

    .banner {
        margin-top: 68px;
    }

    .banner .banner_item picture img {
        width: 100%;
    }

    .banner .title_container {
        position: relative;
        top: 0;
        left: 0;
        padding: 2vw 0;
        background: transparent;
    }

    .banner .title_container:before {
        content: '';
        position: absolute;
        top: 0;
        left: -30px;
        right: -30px;
        height: 100%;
        background: #25282A4D;
        z-index: -1;
    }

    .banner .title_container .title1 {
        font-size: 4vw;
    }

    .banner .title_container .title2 {
        min-height: 4vw;
        margin: 2vw auto 0;
        padding-left: 4vw;
        font-size: 2.6vw;
    }

    .banner .title_container .title2:before {
        width: 3vw;
        height: 3vw;
        background-size: contain !important;
    }

    .banner_props {
        flex-wrap: wrap;
    }

    .banner_props a i {
        width: 8vw;
        height: 5vw;
        border-radius: 0.6vw;
    }

    .banner_props a i:before {
        left: -2vw;
        right: 1.4vw;
        border-radius: 0.6vw;
    }

    .banner_props a i:after {
        height: 5vw;
        background-size: 40% !important;
        background-position: 34% 44% !important;
    }

    .banner_props a span {
        margin-left: -2.6vw;
        padding: 0.8vw 2vw 0 5vw;
        height: 5vw;
        font-size: 2vw;
        font-weight: 400;
        border-radius: 0.6vw;
    }

    .banner_props a span b {
        font-size: 2.6vw;
    }

    .banner .title_container .btn {
        margin-top: 1vw;
        position: relative;
        bottom: 0;
        width: 350px;
    }

    .banner .slide2 .slide2_title_container {
        top: 20px;
        padding: 18px;
    }

    .banner .slide2 .slide2_title1 {
        font-size: 4vw;
        line-height: 1.2;
    }

    .banner .slide2 .slide2_title2 {
        font-size: 2.6vw;
        line-height: 1.3;
    }

    .banner .slide2 .slide2_btn {
        width: 300px;
        bottom: -32px;
    }

    .timer_wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }

    .timer_block .timer {
        flex-direction: column;
        row-gap: 20px;
        width: 100%;
        max-width: 460px;
    }

    .timer_title {
        text-align: center;
    }

    #timer_form {
        width: 100%;
        max-width: 460px;
    }

    .cars_menu .cars_menu_list {
        flex-direction: column;
        width: 102%;
        left: -1%;
    }

    .cars_menu .cars_menu_list a {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 4px;
    }

    .car_wrapper {
        flex-direction: column;
        row-gap: 10px;
    }

    .img_block {
        width: 100%;
        padding-top: 0;
    }

    .car_name {
        position: relative;
    }

    .car_block {
        margin-top: 16px;
        width: 100%;
    }

    #filter_table {
        flex-direction: column;
        row-gap: 10px;
    }

    #tb_complects .item .compl_tehs {
        padding: 0;
        border: none;
    }

    .credit_wrapper {
        margin-top: 10px;
        padding: 20px;
    }

    .credit_title {
        font-size: 18px;
    }

    #credit_form {
        margin-top: 12px;
    }

    .tradein_wrapper {
        margin-top: 14px;
        padding: 20px;
    }

    .testdrive_wrapper {
        padding: 20px;
    }

    .advantages_wrapper {
        flex-wrap: wrap;
        gap: 2vw 1%
    }

    .advantages_block {
        width: 48%;
    }

    .contacts_block {
        position: relative;
        top: 0;
        padding: 20px;
    }

    .contacts .btn {
        width: 100%;
        max-width: 340px;
    }

    #map1 {
        margin-top: 20px;
        height: 360px;
    }

    .footer_wrap {
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
    }
}

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

/*MOBILE BEGIN*/
@media (max-width: 767px) {

    .banner .slick-prev,
    .banner .slick-next {
        display: none !important;
    }

    .header .m_btn {
        position: absolute;
        top: 20px;
        right: 15px;
    }

    .header .header_wrap {
        width: 100%;
    }

    .header .top_phone {
        width: 100%;
        margin-top: 12px;
        padding: 0;
        display: flex;
        justify-content: center;
        column-gap: 10px;
    }

    .header .top_phone:before {
        position: relative;
        display: block;
        min-width: 24px;
    }

    .header .menu {
        top: 108px;
    }

    .banner {
        margin-top: 38px;
    }

    .banner .title_container {
        position: relative;
        top: 196px;
        left: 0;
        padding: 2vw 0;
        background: transparent;
    }

    .banner .title_container:before {
        content: '';
        position: absolute;
        top: 0;
        left: -30px;
        right: -30px;
        height: 100%;
        background: #25282A4D;
        z-index: -1;
    }

    .banner .title_container .title1 {
        font-size: 4vw;
    }

    .banner_props {
        flex-direction: column;
        align-items: center;
        row-gap: 1vw;
    }

    .banner .title_container .btn {
        display: none;
    }

    .banner .slide1 {
        margin-top: -126px;
    }

    .banner .slide2 {
        margin-top: 70px;
    }


    .banner .slide2 .slide2_title1 {
        font-size: 6vw;
    }

    .banner .slide2 .slide2_title2 {
        font-size: 4vw;
        margin-top: 10px;
    }

    .banner .slide2 .slide2_btn {
        margin: 0 auto;
        width: 260px;
    }

    .run_now {
        height: 42px;
    }

    .run_now_cont div {
        margin-right: 20px;
        column-gap: 8px;
        font-size: 16px;
    }

    .run_now_cont div img {
        max-width: 20px;
    }

    .section_item {
        font-size: 42px;
    }

    .cars_menu {
        margin-top: 40px;
    }

    .car_item {
        margin-top: 40px;
    }

    .car_btns {
        flex-direction: column;
        row-gap: 12px;
    }

    .car_btns a {
        width: 100%;
    }

    #instock {
        margin-top: 40px;
    }

    #tb_complects .item {
        flex-direction: column;
    }

    #tb_complects .item .compl_img {
        margin-left: 0;
        display: flex;
        justify-content: center;
    }

    #tb_complects .item .compl_block {
        width: 100%;
    }

    .credit {
        margin-top: 40px;
    }

    .credit_wrapper {
        padding: 58vw 0 0 0;
        background-size: auto 54vw;
    }

    .credit_title {
        color: #25282A;
    }

    .credit_block {
        width: 100%;
        max-width: initial;
    }

    #credit_form .agree_field,
    #credit_form .agree_field a {
        color: #25282A;
    }

    .tradein {
        margin-top: 40px;
    }

    .tradein_wrapper {
        padding: 58vw 0 0 0;
        background-size: auto 54vw;
    }

    .tradein_title {
        color: #25282A;
    }

    .tradein_block {
        width: 100%;
        max-width: initial;
    }

    #tradein_form .agree_field,
    #tradein_form .agree_field a {
        color: #25282A;
    }

    .testdrive {
        margin-top: 40px;
    }

    .testdrive_wrapper {
        padding: 48vw 0 0 0;
        background-size: auto 46vw;
    }

    .testdrive_title {
        color: #25282A;
    }

    .testdrive_block {
        width: 100%;
        max-width: initial;
    }

    #testdrive_form .agree_field,
    #testdrive_form .agree_field a {
        color: #25282A;
    }

    .advantages {
        margin-top: 40px;
    }

    .advantages_block {
        width: 100%;
    }

    .reviews {
        margin-top: 40px;
    }

    .reviews_text {
        padding: 0;
        height: auto;
        font-size: 14px;
        overflow-y: initial;
    }

    .reviews_block {
        padding: 16px;
    }

    .reviews_block:before {
        display: none;
    }

    .reviews_text span {
        padding-bottom: 0;
    }

    .contacts {
        margin-top: 40px;
    }

    .contacts_comment {
        margin-top: 4px;
        font-size: 18px;
    }
}

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

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

@media (max-width: 520px) {
    .banner_props a i {
        width: 10vw;
        height: 7vw;
    }

    .banner_props a i:after {
        height: 7vw;
    }

    .banner_props a span {
        margin-left: -5.6vw;
        padding: 0.8vw 2vw 0 7vw;
        height: 7vw;
        font-size: 3vw;
    }

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

    .banner .title_container .title1 {
        font-size: 6vw;
    }

    .banner .title_container .title2 {
        min-height: 4vw;
        padding-left: 6vw;
        font-size: 4vw;
    }

    .banner .title_container .title2:before {
        width: 5vw;
        height: 5vw;
    }

    .banner .slide2 .slide2_title1 {
        min-height: 3vw;
        font-size: 4vw;
    }

    .banner .slide2 .slide2_title2 {
        min-height: 5vw;
        font-size: 3vw;
    }

    .banner .slide2 .slide2_btn {
        width: 280px;
        margin: 0 auto;
    }

    .section_item {
        font-size: 28px;
    }

    .car_profit span {
        column-gap: 4px;
        margin-left: -24px;
        width: 320px;
        padding: 0 14px 0 32px;
        font-size: 16px;
    }

    .car_profit i:after {
        background-size: 44%;
        background-position: 30% 38%;
    }

    .car_profit span b {
        font-size: 24px;
    }

    .car_props {
        row-gap: 14px;
        margin-top: 12px;
        padding: 12px 14px;
    }

    .car_props a {
        font-size: 14px;
    }
}

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

@media (max-width: 390px) {
    #tradein_form {
        max-width: 330px;
    }

    #testdrive_form {
        max-width: 330px;
    }

    #credit_form {
        max-width: 330px;
    }
}

@media (max-width: 345px) {
    #tradein_form {
        max-width: 320px;
    }

    #testdrive_form {
        max-width: 320px;
    }

    #credit_form {
        max-width: 320px;
    }
}


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

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

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