html {
    overflow-x: hidden;
}

body {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0B0D0C;
    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;
}

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

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/select_ico.svg) 100% 50% no-repeat;
    font-family: "Onest", sans-serif;
    outline: none;
    border: 1px solid #0B0D0C;
}

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

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

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

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

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

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

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

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

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

#form_popup {
    display: none;
}

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

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

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

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

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

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

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

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    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;
    color: #0B0D0C;
    border: 1px solid #0B0D0C;
    border-radius: 4px;
    padding: 10px;
}

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

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

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

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

.popup_container .form-group textarea {
    color: #0B0D0C;
    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 #0B0D0C;
    border-radius: 4px;
    padding: 10px;
    resize: none;
    font-size: 16px;
}

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

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

.popup_container .form-group button:hover {
    color: #ffffff;
    background: #3150A2;
    border-color: #3150A2;
}


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

.agree_field {
    position: relative;
    display: inline-block;
    min-height: 12px;
    font-size: 10px;
    line-height: 100%;
    font-weight: 400;
    text-align: left;
    padding-left: 20px;
    color: #ffffff;
    cursor: pointer;
}
.agree_field a {
    color: #ffffff;
}
.agree_field input {
    position: absolute;
    left: -5000px;
    visibility: hidden;
}

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

.agree_field input+span {
    width: 13px;
    height: 13px;
    border: 1px solid #3150A2;
    background: transparent;
    border-radius: 3px;
    position: absolute;
    top: -2px;
    left: 0;
}

.agree_field input:checked+span {
    background: #3150A2;
}

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

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

select {
    font-family: "Onest", sans-serif;
    display: block;
    color: #C6C6C6;
    height: 50px;
    width: 100%;
    padding-left: 16px;
    padding-right: 35px;
    font-size: 18px;
    font-weight: 300;
    outline: none;
    background: url(../img/select_ico.svg) right 20px center no-repeat;
    border: 1px solid #C6C6C6;
    border-radius: 4px;
}

form .form-group button {
    font-family: "Onest", sans-serif;
    width: 100%;
    height: 50px;
    cursor: pointer;
    outline: none;
}
form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #C6C6C6;
}

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

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

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

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

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

.form_phone {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
}
.form_phone a {
    display: block;
    margin-top: 6px;
    font-size: 18px;
    font-weight: 700;
}


.btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background: #0B0D0C;
    border: 1px solid #0B0D0C;
    border-radius: 5px;
    transition: all .2s linear;
    cursor: pointer;
}

.btn:hover {
    color: #0B0D0C;
    background: #ffffff;
    border-color: #ffffff;
}

.btn.glass {
    color: #0B0D0C;
    background: transparent;
}
.btn.glass:hover {
    background: #ffffff;
    border-color: #ffffff;
}

.btn.white {
    color: #0B0D0C;
    background: #ffffff;
    border-color: #ffffff;
}
.btn.white:hover {
    color: #ffffff;
    background: #0B0D0C;
    border-color: #0B0D0C;
}

.section_item {
    font-family: "Wadik", sans-serif;
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

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

.header {
    position: fixed;
    left: 0;
    width: 100%;
    background: #FFFFFFCC;
    z-index: 8;
    transition: all 0.2s linear;
}
.scroll .header {
    background: #ffffff;
}

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

.header .logo_wrap {
    display: flex;
    align-items: center;
}

.header .logo1 {
    display: flex;
    align-items: center;
    padding: 12px 24px 12px 0;
    margin-right: 24px;
    border-right: 1px solid #C0C0C0;
}
.header .logo2 {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.header .logo2 span {
    padding-top: 5px;
    font-size: 8px;
    font-weight: 500;
    text-transform: uppercase;
    border-top: 1px solid #C0C0C0;
}

.header .top_phone a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 31px;
    font-size: 16px;
    font-weight: 400;
}
.header .top_phone a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    background: url("../img/top_phone_ico.svg") no-repeat;
}

.header .top_addr {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 34px;
    font-size: 16px;
    font-weight: 400;
}
.header .top_addr:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 25px;
    background: url("../img/top_addr_ico.svg") no-repeat;
}

.header .m_btn {
    display: none;
}

.menu {
    background: #F4F4F4B2;
    border-top: 1px solid #C0C0C0;
}
.menu_wrap {
    display: flex;
    justify-content: space-between;
    padding: 17px 0;
}

.menu_wrap > div {
    display: flex;
    column-gap: 15px;
}

.car_menu a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
    border-bottom: 1px solid transparent;
    transition: all 0.2s linear;
}

.car_menu a:hover {
    color: #3150A2;
    border-color: #3150A2;
}

.main_menu a {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #222222;
    border-bottom: 1px solid transparent;
    transition: all 0.2s linear;
}

.main_menu a:hover {
    color: #3150A2;
    border-color: #3150A2;
}

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

.main_banner {}

.main_banner .banner_item {
    height: 800px;
}

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

.title_container {
    position: relative;
    top: 178px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0;
    z-index: 2;
}
.title_container .br_mob {
    display: none;
}
.title_container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.57) 49.52%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}
.main_banner .title1 {
    font-family: "Wadik", sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
}
.main_banner .title1 b {
    color: #3150A2;
}
.main_banner .title2 {
    font-family: "Wadik", sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.main_banner .title3 {
    margin-top: 8px;
    font-family: "Wadik", sans-serif;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
}
.main_banner .title3 b span {
    color: #3150A2;
}

.banner_props {
    margin-top: 20px;
    display: flex;
    column-gap: 100px;
}
.banner_props a {
    position: relative;
    display: flex;
    align-items: center;
    height: 64px;
    padding: 0 10px 0 64px;
    font-family: "Wadik", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    background: #FFFFFF;
    border-radius: 5px;
}
.banner_props a:before {
    content: '';
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
}
.banner_props .ico1:before {
    background: url(../img/banner_props_ico1.svg) no-repeat;
}
.banner_props .ico2:before {
    background: url(../img/banner_props_ico2.svg) no-repeat;
}

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

.timer_block {
    padding: 50px 0;
    background: #222222;
}
.timer_wrap {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.timer_title {
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
}
#timer_form {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#timer_form .form-group:nth-child(7) {
    width: 56%;
}
#timer_form .form-group:nth-child(8) {
    width: 42%;
}

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

.cars_items {
    margin-top: 120px;
}

.car_item {
    margin-top: 50px;
}
.car_wrapper {
    position: relative;
    padding: 40px;
    background: #F4F4F4;
    border-radius: 10px;
}
.car_wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 658px;
    height: 166px;
    background: url(../img/car_logo.png) 50% 50% no-repeat;
}
.car_wrap {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.car_name {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    font-family: "Wadik", sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 76%;
    text-transform: uppercase;
}
.car_plashka {
    position: absolute;
    left: 104%;
    width: 80px;
}

.car_plashka2 {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-110%);
    width: 200px;
}

.car_profit {
    margin-top: 40px;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 5px;
    width: fit-content;
    min-height: 50px;
    padding: 0 10px 0 68px;
    color: #ffffff;
    background: #3150A2;
    border-radius: 20px 0 20px 0;
}
.car_profit span {
    padding-top: 4px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.car_profit b {
    font-family: "Wadik", sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.car_profit:before {
    content: '';
    position: absolute;
    left: 20px;
    width: 28px;
    height: 30px;
    background: url(../img/car_profit_ico.svg) no-repeat;
}

.car_props {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.car_props a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 35px;
    padding-left: 55px;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.2s linear;
}
.car_props a:hover {
    padding-left: 61px;
    font-weight: 500;
}
.car_props a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 35px;
    height: 35px;
    transition: all 0.2s linear;
}
.car_props a:hover:before {
    width: 40px;
    height: 40px;
}
.car_props .ico1:before {
    background: url(../img/car_props_ico1.svg) no-repeat;
}
.car_props .ico1:hover:before {
    background: url(../img/car_props_ico1_hov.svg) no-repeat;
}
.car_props .ico2:before {
    background: url(../img/car_props_ico2.svg) no-repeat;
}
.car_props .ico2:hover:before {
    background: url(../img/car_props_ico2_hov.svg) no-repeat;
}
.car_props .ico3:before {
    background: url(../img/car_props_ico3.svg) no-repeat;
}
.car_props .ico3:hover:before {
    background: url(../img/car_props_ico3_hov.svg) no-repeat;
}
.car_props .ico4:before {
    background: url(../img/car_props_ico4.svg) no-repeat;
}
.car_props .ico4:hover:before {
    background: url(../img/car_props_ico4_hov.svg) no-repeat;
}
.car_props .ico5:before {
    background: url(../img/car_props_ico5.svg) no-repeat;
}
.car_props .ico5:hover:before {
    background: url(../img/car_props_ico5_hov.svg) no-repeat;
}

.img_wrap {
    display: flex;
    align-items: start;
    column-gap: 20px;
}
.img_block {
    border-radius: 10px;
    overflow: hidden;
}
.img_small {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.img_small .img_slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 92px;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
}

.car_compl {
    margin-top: 37px;
    display: flex;
    align-items: center;
    column-gap: 40px;
}
.car_compl_title {
    min-width: 169px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    font-size: 18px;
    font-weight: 400;
}
.car_compl_title img {
    max-width: 154px;
}

.car_compl_wrap {
    position: relative;
    overflow: hidden;
    padding: 10px 0 10px 10px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 10px 0 #00000026;
}
.car_compl_wrap:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}
.car_compl_wrap .car_compl_block {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-right: 30px;
    white-space: nowrap;
    cursor: pointer;
}
.car_compl_wrap .car_compl_block:last-child {
    margin-right: 0;
}
.car_compl_img {
    min-width: 185px;
}
.car_compl_info {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding-right: 30px;
    border-right: 1px solid #0B0D0C;
}
.car_compl_block:last-child .car_compl_info {
    padding: 0;
    border: none;
}
.car_compl_name {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
}
.car_compl_name b {
    text-transform: initial;
    font-weight: 700;
}
.car_compl_tehs {
    display: flex;
    column-gap: 15px;
}
.car_compl_tehs > div {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-size: 16px;
    font-weight: 400;
}
.car_compl_tehs > div:before {
    content: '';
    position: relative;
    display: block;
}
.car_compl_tehs .ico1:before {
    min-width: 27px;
    height: 20px;
    background: url(../img/compl_tehs_ico1.svg) no-repeat;
}
.car_compl_tehs .ico2:before {
    min-width: 27px;
    height: 20px;
    background: url(../img/compl_tehs_ico2.svg) no-repeat;
}
.car_compl_tehs .ico3:before {
    min-width: 17px;
    height: 20px;
    background: url(../img/compl_tehs_ico3.svg) no-repeat;
}

.car_btns {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.car_btns .btn {
    width: -webkit-fill-available;
}

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

.credit {
    margin-top: 120px;
}
.credit_wrapper {
    position: relative;
    display: flex;
    z-index: 2;
}
.credit .section_item {
    text-align: left;
}
.credit_block {
    width: 485px;
}
.credit_comment {
    margin-top: 18px;
    font-size: 20px;
    font-weight: 400;
}
#credit_form {
    margin-top: 40px;
    padding: 20px 20px 14px 20px;
    background: #222222E5;
    border-radius: 10px;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 4px 0 #0000001A;
}

.credit_imgs {
    position: absolute;
    z-index: -1;
}

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

.tradein {
    margin-top: 120px;
}
.tradein_wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    column-gap: 40px;
}
.tradein_block {
    position: absolute;
    top: 80px;
    width: 455px;
    padding: 20px;
    background: #222222E5;
    border-radius: 10px;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 4px 0 #0000001A;
}
#tradein_form {
    margin-top: 10px;
}
.tradein .section_item {
    text-align: left;
    color: #ffffff;
}
.tradein_comment {
    margin-top: 18px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}
.tradein_imgs {
    display: flex;
    align-items: start;
    column-gap: 40px;
}
.tradein_imgs img {
    border-radius: 10px;
}
.tradein_imgs img:nth-child(2) {
    margin-top: 40px;
}

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

.testdrive {
    margin-top: 160px;
}
.testdrive_wrapper {
    position: relative;
    display: flex;
    justify-content: right;
    z-index: 2;
}
.testdrive .section_item {
    text-align: right;
}
.testdrive_block {
    width: 485px;
}
.testdrive_comment {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 400;
    text-align: right;
}
#testdrive_form {
    margin-top: 52px;
    padding: 20px 20px 14px 20px;
    background: #222222E5;
    border-radius: 10px;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 4px 0 #0000001A;
}

.testdrive_imgs {
    position: absolute;
    z-index: -1;
}

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

.offers {
    margin-top: 140px;
}
.offers_wrapper {
    position: relative;
}
.offers_block {
    position: absolute;
    top: -20px;
    width: 442px;
    padding: 20px 20px 14px 20px;
    background: #222222E5;
    border-radius: 10px;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 4px 0 #0000001A;
}
.offers_title {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}
.offers_title b {
    display: block;
    margin-top: 10px;
    font-family: "Wadik", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
#offers_form {
    margin-top: 10px;
}

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

.contacts {
    margin-top: 120px;
    background: #222222;
}
.contacts_wrapper {
    display: flex;
    justify-content: right;
    padding: 80px 0 40px;
}
.contacts_block {
    position: absolute;
    top: 40px;
    left: 15px;
    width: 430px;
    padding: 20px;
    background: #FFFFFFE5;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 4px 0 #0000001A;
    border-radius: 10px;
    z-index: 2;
}
.contacts .logo_wrap {
    display: flex;
    align-items: center;
}

.contacts .logo1 {
    display: flex;
    align-items: center;
    padding: 12px 24px 12px 0;
    margin-right: 24px;
    border-right: 1px solid #C0C0C0;
}
.contacts .logo2 {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.contacts .logo2 span {
    padding-top: 5px;
    font-size: 8px;
    font-weight: 500;
    text-transform: uppercase;
    border-top: 1px solid #C0C0C0;
}

.contacts_wrap {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.contacts_wrap > div {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 31px;
    font-size: 16px;
    font-weight: 400;
}
.contacts_wrap > div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 25px;
}
.contacts_wrap .bottom_phone:before {
    background: url(../img/bottom_phone_ico.svg) no-repeat;
}
.contacts_wrap .bottom_addr:before {
    background: url(../img/bottom_addr_ico.svg) no-repeat;
}
.contacts_wrap .bottom_hour:before {
    background: url(../img/bottom_hour_ico.svg) no-repeat;
}
.contacts_comment {
    margin-top: 26px;
    font-size: 20px;
    font-weight: 400;
}
.contacts .btn {
    margin-top: 20px;
    width: 100%;
}

#map1 {
    width: 80%;
    height: 365px;
    background: url(../img/map.jpg) 50% 0 no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}

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


.footer {
    padding: 20px 0;
    background: #222222;
    border-top: 1px solid #F4F4F4;
}
.footer_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.footer_wrapper > div {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}
.footer a {
    color: #ffffff;
}
.footer_wrapper .sinoby {
    text-transform: initial;
}
.footer_wrapper .sinoby img {
    position: relative;
    top: -2px;
}
.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) {
    .menu_wrap > div {
        column-gap: 8px;
    }

    .timer {
        width: 50%;
        display: flex;
        justify-content: center;
    }
    .timer div[id^="timer"] {
        transform: scale(0.8) !important;
        min-width: 752px !important;
        display: flex;
        justify-content: center;
        white-space: nowrap;
    }

    .timer_form {
        max-width: 50%;
    }
    .timer_title {
        font-size: 24px;
    }

    .credit_imgs {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
    }
    .credit_imgs img {
        max-width: initial;
        height: 100%;
    }

    .tradein {
        padding-bottom: 12vw;
    }
    .tradein_block {
        top: 6vw;
    }
    .tradein_imgs {
        justify-content: space-between;
        column-gap: 2%;
    }
    .tradein_imgs img {
        width: 48%;
    }

    .testdrive {
        margin-top: 60px;
    }
    .testdrive_imgs {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        display: flex;
        justify-content: right;
    }
    .testdrive_imgs img {
        max-width: initial;
        height: 100%;
    }

    .offers_imgs {
        display: flex;
        justify-content: left;
        overflow: hidden;
        border-radius: 10px;
    }
    .offers_imgs img {
        max-width: initial;
    }
}

@media (max-width: 1290px) {
    .car_wrapper {
        padding: 20px;
    }
    .car_name {
        font-size: 40px;
    }
    .car_plashka {
        width: 50px;
    }
    .car_profit {
        margin-top: 24px;
    }
    .car_profit span {
        font-size: 14px;
    }
    .car_profit b {
        font-size: 24px;
    }

    .car_props {
        margin-top: 26px;
    }

}

@media (max-width: 1186px) {
    .header .logo1 {
        padding: 12px 20px 12px 0;
        margin-right: 20px;
        width: 180px;
    }
    .header .top_phone a {
        font-size: 14px;
    }
    .header .top_addr {
        font-size: 14px;
    }

    .menu_wrap > div {
        column-gap: 6px;
    }
    .car_menu a,
    .main_menu a {
        font-size: 10px;
    }

    .main_banner .title2 {
        font-size: 26px;
    }
    .main_banner .title3 {
        font-size: 26px;
    }

    .banner_props a {
        font-size: 16px;
    }

    .timer_title {
        font-size: 18px;
    }
    .timer_block {
        padding: 16px 0;
    }
    .timer div[id^="timer"] {
        transform: scale(0.6) !important;
    }

    .car_profit {
        min-height: 40px;
        padding: 0 10px 0 48px;
    }
    .car_profit:before {
        left: 12px;
        width: 24px;
        height: 24px;
        background-size: contain;
    }
    .car_profit span {
        font-size: 12px;
    }
    .car_profit b {
        font-size: 20px;
    }

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

    .tradein {
        padding-bottom: 18vw;
    }

    .contacts .logo1 {
        padding: 12px 20px 12px 0;
        margin-right: 20px;
        width: 180px;
    }

}

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

/*IPAD PRO BEGIN*/

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

@media (max-width: 991px) {
    .car_plashka2 {
        top: -20px;
        left: initial;
        transform: none;
        right: 24px;
        width: 140px;
    }

    .header .header_wrapper {
        padding: 10px 0;
    }

    .header .btn {
        display: none;
    }

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

    .header .top_phone {
        position: fixed;
        left: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 14px 0;
        background: #ffffff;
    }

    .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;
        top: 76px;
        left: 100%;
        width: 100%;
        height: 100%;
        background: #ffffff;
        z-index: 10;
        transition: all .2s linear;
        overflow: scroll;
    }

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

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

    .car_menu,
    .main_menu {
        flex-direction: column;
        align-items: center;
        row-gap: 14px;
    }

    .car_menu a,
    .main_menu a {
        font-size: 16px;
    }

    .title_container {
        top: 120px;
        padding: 2vw 0;
    }
    .main_banner .title1 {
        font-size: 3vw;
    }
    .main_banner .title2 {
        font-size: 3.8vw;
    }
    .title_container .br_mob {
        display: block;
    }
    .main_banner .title3 {
        font-size: 3vw;
    }
    .banner_props {
        margin-top: 2vw;
        column-gap: 30px;
    }
    .banner_props a {
        font-size: 2vw;
    }

    .timer_wrap {
        position: relative;
        flex-direction: column-reverse;
        align-items: center;
    }
    .timer_title {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .timer {
        margin-top: 20px;
    }
    .timer_form {
        width: 100%;
        max-width: 406px;
    }
    #timer_form {
        flex-direction: column;
    }
    #timer_form .form-group:nth-child(7) {
        width: 100%;
    }
    #timer_form .form-group:nth-child(8) {
        width: 100%;
    }

    .section_item {
        font-size: 34px;
    }

    .cars_items {
        margin-top: 60px;
    }
    .car_item {
        margin-top: 30px;
    }
    .car_wrapper:before {
        left: 20px;
        top: 24px;
        width: 100%;
        height: 10vw;
        background-size: contain;
        background-position: 0 0;
    }

    .car_wrap {
        display: block;
        width: 100%;
    }
    .img_wrap {
        display: block;
    }
    .img_block {
        display: none;
    }
    .img_small {
        margin-top: 15px;
        width: 100%;
        display: block;
    }
    .img_small .img_slide {
        width: 32vw;
        height: auto;
        margin: 0 5px;
        border-radius: 10px;
    }

    .car_compl_title {
        font-size: 14px;
    }
    .car_compl_title img {
        max-width: 150px;
    }
    .car_compl {
        column-gap: 14px;
    }
    .car_compl_img {
        min-width: initial;
        width: 130px;
    }
    .car_compl_name {
        font-size: 16px;
    }
    .car_compl_info {
        row-gap: 8px;
        padding-right: 20px;
    }
    .car_compl_wrap .car_compl_block {
        margin-right: 20px;
    }
    .car_compl_tehs > div {
        font-size: 14px;
    }

    .credit {
        margin-top: 60px;
    }
    #credit_form {
        margin-top: 20px;
    }
    .credit_wrapper {
        flex-direction: column;
        row-gap: 20px;
    }
    .credit_block {
        width: 100%;
        max-width: 485px;
    }
    .credit_imgs {
        position: relative;
        display: flex;
        justify-content: right;
        height: 36vw;
    }

    .tradein {
        margin-top: 60px;
        padding-bottom: 0;
    }
    .tradein_block {
        position: relative;
        top: 0;
        width: 100%;
        max-width: 455px;
    }
    .tradein_wrapper {
        flex-direction: column;
        row-gap: 20px;
    }
    .tradein_imgs img:nth-child(2) {
        margin-top: 0;
    }

    .testdrive_wrapper {
        justify-content: left;
        flex-direction: column;
        row-gap: 20px;
    }
    .testdrive_block {
        width: 100%;
        max-width: 485px;
    }
    .testdrive .section_item {
        text-align: left;
    }
    .testdrive_comment {
        text-align: left;
    }
    #testdrive_form {
        margin-top: 20px;
    }
    .testdrive_imgs {
        position: relative;
        justify-content: left;
        height: 34vw;
    }

    .offers {
        margin-top: 60px;
    }
    .offers_block {
        position: relative;
        top: 0;
        width: 100%;
        max-width: 442px;
    }
    .offers_imgs {
        margin-top: 20px;
        height: 54vw;
        justify-content: right;
    }

    .contacts {
        margin-top: 60px;
    }
    .contacts_wrapper {
        padding: 40px 0 40px;
        flex-direction: column;
        row-gap: 20px;
    }
    .contacts_block {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 430px;
    }
    #map1 {
        width: 100%;
    }

    .footer {
        padding: 20px 0 60px;
    }

}

/*IPAD END*/
@media (max-width: 980px) {}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .header .top_addr {
        display: none;
    }

    .main_banner .banner_item {
        height: 98vw;
    }
    .main_banner .banner_item.slide1 {
        background: url(../img/bg1_mob.jpg) 50% 100% no-repeat;
        background-size: 100%;
    }

    .title_container {
        top: 96px;
    }

    .title_container:before {
        background: linear-gradient(90deg, rgb(255 255 255 / 12%) 0%, rgb(255 255 255 / 50%) 54.52%, rgb(255 255 255 / 12%) 100%);
        border-radius: 10px;
    }

    .banner_props {
        flex-direction: column;
        row-gap: 2vw;
    }

    .banner_props a {
        height: auto;
        column-gap: 6px;
        padding: 6px;
    }
    .banner_props a:before {
        position: relative;
        display: block;
        left: 0;
        width: 26px;
        height: 26px;
        background-size: contain !important;
    }

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

    .car_compl {
        flex-direction: column;
        align-items: start;
        row-gap: 16px;
    }
    .car_compl_title {
        font-size: 14px;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        column-gap: 20px;
    }
    .car_compl_wrap {
        width: 100%;
    }

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

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

@media (max-width: 520px) {
    .car_plashka {
        width: 38px;
    }
    .title_container {
        top: 86px;
        padding: 2vw 3vw;
    }
    .banner_props {
        width: 100%;
    }
    .banner_props a {
        width: 100%;
    }
    .banner_props a:nth-child(1) br {
        display: none;
    }
    .banner_props a {
        font-size: 3vw;
    }
    .title_container .br_mob {
        display: block;
    }
    .main_banner .title2 {
        margin-top: 2vw;
        font-size: 4.6vw;
        text-align: center;
    }
    .main_banner .title3 {
        margin-top: 1vw;
        font-size: 4vw;
    }
    .car_profit {
        min-height: 50px;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }

    .tradein_imgs {
        flex-direction: column;
        row-gap: 20px;
    }
    .tradein_imgs img {
        width: 100%;
    }

    .offers_title b {
        font-size: 24px;
    }
}

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

    .timer div[id^="timer"] {
        transform: scale(0.49) !important;
        height: 110px !important;
    }
    .timer_title {
        font-size: 14px;
    }
    #timer_form {
        margin-top: 0;
    }

    .section_item {
        font-size: 24px;
    }

    .car_wrapper {
        padding: 12px;
    }

    .car_profit {
        width: 100%;
        margin-top: 16px;
    }
    .car_name {
        font-size: 30px;
    }
    .car_props {
        margin-top: 15px;
        row-gap: 10px;
    }
    .car_props a {
        min-height: 25px;
        padding-left: 40px;
        font-size: 14px;
    }
    .car_props a:before {
        width: 25px;
        height: 25px;
        background-size: contain !important;
    }
    .car_compl {
        margin-top: 15px;
    }

    .car_compl_img {
        width: 98px;
    }
    .car_compl_tehs > div {
        font-size: 12px;
    }
    .car_compl_wrap .car_compl_block {
        flex-direction: column;
        align-items: start;
    }

    .credit_comment {
        font-size: 16px;
    }
    #credit_form {
        padding: 12px 12px 14px 12px;
    }

    .tradein_block {
        padding: 12px;
    }

    #testdrive_form {
        padding: 12px 12px 14px 12px;
    }
    .testdrive_comment {
        margin-top: 18px;
        font-size: 16px;
    }

    .offers_title {
        font-size: 16px;
    }
    .offers_block {
        padding: 12px 12px 14px 12px;
    }
    .offers_title b {
        font-size: 20px;
    }

    .contacts_block {
        padding: 12px;
    }
    .contacts_comment {
        margin-top: 20px;
        font-size: 18px;
    }
    #map1 {
        height: 300px;
    }
}

@media (max-width: 390px) {
    .header .logo1 {
        padding: 4px 10px 4px 0;
        margin-right: 10px;
        width: 160px;
    }

    .section_item {
        font-size: 20px;
    }

    .contacts .logo1 {
        padding: 4px 10px 4px 0;
        margin-right: 10px;
        width: 160px;
    }
}


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

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

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