html {
    overflow-x: hidden;
}

body {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    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: 1630px;
    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: 1200px;
        max-width: 100%;
    }
}

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

@media (min-width: 1570px) {
    .container {
        width: 1630px;
        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;
}

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

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

.popup_container .agree_field input+span {
    top: -1px;
}

.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: #000000;
    padding-bottom: 15px;
}

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

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

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    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: #000000;
    border: 1px solid #2B3031;
    padding: 10px;
}

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

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

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

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

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


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

.agree_field {
    font-size: 10px;
    font-weight: 400;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #2B3031;
    cursor: pointer;
}
.agree_field a {
    color: #2B3031;
    text-decoration: underline;
}
.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 #5495D6;
    background: transparent;
    border-radius: 4px;
    position: absolute;
    top: -2px;
    left: 0;
}

.agree_field input:checked+span {
    background: #5495D6;
}

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

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    font-family: "Montserrat", sans-serif;
    height: 60px;
    width: 100%;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    box-sizing: border-box;
    padding: 0 32px;
    outline: none;
    background: transparent;
    border: 1px solid #2B3031;
    border-radius: 0;
}

select {
    font-family: "Montserrat", sans-serif;
    display: block;
    color: #2B3031;
    height: 60px;
    width: 100%;
    padding-left: 20px;
    padding-right: 35px;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    background: url(../img/select_ico.svg) right 20px center no-repeat;
    border: 1px solid #2B3031;
    border-radius: 0;
}

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

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

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

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

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

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


.btn {
    position: relative;
    width: 275px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    border: 1px solid #1B3258;
    background: #1B3258;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s linear;
}
.btn:hover {
    background: #5495D6;
    border-color: #5495D6;
}

.btn.glass {
    background: transparent;
    color: #1B3258;
    border-color: #1B3258;
}
.btn.glass:hover {
    color: #ffffff;
    background: #5495D6;
    border-color: #5495D6;
}

.btn.gray {
    background: #2B3031;
    border-color: #2B3031;
}
.btn.gray:hover {
    background: #5495D6;
    border-color: #5495D6;
}

.section_item {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}

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

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

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

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

.header .logo1 {
    display: flex;
    align-items: center;
    padding: 10px 25px 12px 0;
    margin-right: 25px;
    border-right: 2px solid #5495D6;
}

.header .header_wrap {
    width: 38%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .top_addr {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
    font-size: 15px;
    font-weight: 500;
}
.header .top_addr:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/top_addr_ico.svg) no-repeat;
}
.header .top_phone {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.header .top_phone:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/top_phone_ico.svg) no-repeat;
}
.header .top_phone a {
    font-size: 15px;
    font-weight: 500;
}

.header .m_btn {
    display: none;
}

.menu {
    padding: 15px 0;
    background: #5495D6;
}
.menu_wrap {
    display: flex;
    justify-content: space-between;
}
.menu_wrap > div {
    display: flex;
    column-gap: 45px;
}
.menu_wrap > div a {
    position: relative;
}
.menu_wrap > div a:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    opacity: 0;
    transition: all 0.2s linear;
}
.menu_wrap > div a:hover:before {
    opacity: 1;
}
.car_menu a {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}
.main_menu a {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
}

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

.main_banner {
    margin-top: 138px;
}

.main_banner .slider_item {
    height: 700px;
}

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

.main_banner .title_container {
    position: relative;
    top: 35px;
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    padding: 38px 0 64px;
    background: linear-gradient(91.99deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 32.58%, rgba(255, 255, 255, 0.777764) 65.17%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(10px);
    text-align: center;
}

.main_banner .title_container .br_mob {
    display: none;
}

.main_banner .title_container .title_date {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-left: 55px;
    font-size: 25px;
    font-weight: 400;
}
.main_banner .title_container .title_date:before {
    content: '';
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    background: url(../img/title_date_ico.svg) no-repeat;
}
.main_banner .title_container .title1 {
    margin-top: 10px;
    font-size: 40px;
    font-weight: 400;
}
.main_banner .title_container .title2 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 700;
}

.main_banner .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
}

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

.timer_block {
    padding: 40px 0;
    background: #F5F6F7;
}
.timer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.timer_form {
    max-width: 790px;
}
.timer_title {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-weight: 400;
}
.timer_title br {
    display: none;
}
#timer_form {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#timer_form .form-group:nth-child(7) {
    width: 62%;
}
#timer_form .form-group:nth-child(8) {
    width: 35%;
}

.timer div[id^="timer"] {
    min-width: fit-content !important;
}

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


.cars_items {
    margin-top: 130px;
}
.car_item {
    display: block;
    margin-bottom: 92px;
}
.car_item:first-child {
    margin-top: 50px;
}
.car_item:last-child {
    margin-bottom: 0;
}
.car_wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 35px;
    background: url(../img/car_bg.png) 100% 0 no-repeat #F5F6F7;
}
.car_name {
    position: absolute;
    top: 35px;
    left: 35px;
    display: flex;
    column-gap: 40px;
}
.car_block {
    padding-top: 86px;
    max-width: 454px;
}

.car_profit {
    position: relative;
    left: -35px;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 60px;
    padding: 0 46px 0 80px;
    font-size: 30px;
    font-weight: 500;
    white-space: nowrap;
    color: #ffffff;
    background: url(../img/car_profit_decor.png) 100% 0 no-repeat;
    transition: all 0.2s linear;
}
.car_profit:hover {
    background: url(../img/car_profit_decor_hov.png) 100% 0 no-repeat;
}
.car_profit:before {
    content: '';
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    background: url(../img/car_profit_ico.svg) no-repeat;
}

.car_props {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.car_props a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 50px;
    height: 40px;
}
.car_props a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 15px 0 15px 0;
    transition: all 0.2s linear;
}
.car_props .ico1:before {
    background: url(../img/car_props_ico1.svg) 50% 50% no-repeat #5495D6;
}
.car_props .ico2:before {
    background: url(../img/car_props_ico2.svg) 50% 50% no-repeat #5495D6;
}
.car_props .ico3:before {
    background: url(../img/car_props_ico3.svg) 50% 50% no-repeat #5495D6;
}
.car_props a:hover:before {
    background-color: #1B3258;
}

.img_block {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 48%;
    padding-right: 2%;
    height: 380px;
}

.car_item .car_gallery {
    width: 290px;
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.car_item .car_gallery a {
    min-height: 132px;
    transform: scale(0.9);
    opacity: 0.5;
    transition: all 0.2s linear;
}
.car_item .car_gallery a.slick-current {
    opacity: 1;
    transform: scale(1);
}

.car_item .car_gallery .slick-dots {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.car_item .car_gallery .slick-dots li {
    position: relative;
    width: 26px;
    height: 26px;
}
.car_item .car_gallery .slick-dots li:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0.5px;
    width: 1px;
    height: 20px;
    background: #B8B8B8;
}
.car_item .car_gallery .slick-dots li:last-child:before {
    display: none;
}
.car_item .car_gallery .slick-dots li button {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #B8B8B8;
    border: 1px solid #B8B8B8;
    border-radius: 50px;
    background: #E9ECF0;
    cursor: pointer;
    transition: all 0.2s linear;
}
.car_item .car_gallery .slick-dots li.slick-active button {
    color: #2B3031;
    background: #ffffff;
    border-color: #ffffff;
}

.car_btns {
    margin-top: 26px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 35px;
}
.car_btns a {
    width: 32%;
}

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


#instock {
    margin-top: 130px;
}
.filter_quick_menu {
    display: none;
}
#filter_table {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
#filter_table .select_container {
    width: 32%;
}
#instock .compl_items {
    margin-top: 35px;
    width: 102%;
    left: -1%;
}
#instock .item {
    display: flex;
    flex-direction: column;
    margin: 0 18px;
    padding-bottom: 35px;
    background: #F5F6F7;
}
#instock .compl_block {
    padding-bottom: 8px;
    border-left: 10px solid #5495D6;
}
#instock .compl_img {
    background: url("../img/compl_img_bg.jpg") no-repeat;
}
#instock .compl_name {
    margin-top: 16px;
    display: flex;
    align-items: end;
    column-gap: 10px;
    padding-left: 82px;
    font-size: 15px;
    font-weight: 400;
}
#instock .compl_name b {
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
}
#instock .compl_tehs {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin-top: 14px;
    padding: 0 35px;
}
#instock .compl_tehs > div {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 6px;
    padding-left: 56px;
    font-size: 14px;
    font-weight: 400;
}
#instock .compl_tehs > div b {
    font-size: 20px;
    font-weight: 600;
}
#instock .compl_tehs > div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 40px;
    height: 35px;
}
#instock .compl_tehs .ico1:before {
    background: url(../img/compl_tehs_ico1.svg) no-repeat;
}
#instock .compl_tehs .ico2:before {
    background: url(../img/compl_tehs_ico2.svg) no-repeat;
}
#instock .compl_tehs .ico3:before {
    background: url(../img/compl_tehs_ico3.svg) no-repeat;
}

#instock .btns {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 35px;
    padding: 0 35px;
}
#instock .btns .btn {
    width: 100%;
}

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

.compl_items .slick-dots li {
    position: relative;
    width: 26px;
    height: 26px;
}
.compl_items .slick-dots li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -0.5px;
    width: 18px;
    height: 1px;
    background: #B8B8B8;
}
.compl_items .slick-dots li:last-child:before {
    display: none;
}
.compl_items .slick-dots li button {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #B8B8B8;
    border: 1px solid #B8B8B8;
    border-radius: 50px;
    background: #E9ECF0;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.2s linear;
}
.compl_items .slick-dots li.slick-active button {
    color: #2B3031;
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 4px 10px 0 #0000001A;
}

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

.services {
    margin-top: 130px;
}
.services_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
}
.services_block {
    width: 49%;
    background: #F5F6F7;
}
.services_text {
    padding: 42px 35px 0 26px;
    border-left: 10px solid #5495D6;
}
#testdrive .services_text {
    margin-top: 44px;
    padding: 0 35px 35px 26px;
}
.services_title {
    font-size: 40px;
    font-weight: 500;
    line-height: 74%;
}
.services_comment {
    margin-top: 32px;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
}
.services_img {
    margin-top: 35px;
}
.services_img img {
    width: 100%;
}
#testdrive .services_img {
    margin-top: 0;
}
.services .btn {
    margin-top: 30px;
    width: 100%;
}

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

.tradein {
    margin-top: 34px;
}
.tradein_wrapper {
    padding-top: 130px;
    background: url(../img/tradein_bg.jpg) 100% 0 no-repeat;
}
.tradein_block {
    max-width: 620px;
    padding-left: 25px;
    padding-bottom: 110px;
    border-left: 10px solid #5495D6;
}
.tradein_title {
    font-size: 40px;
    font-weight: 500;
    line-height: 74%;
}
.tradein_comment {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
}
#tradein_form {
    margin-top: 36px;
}
#tradein_form .form-group {
    margin-bottom: 18px;
}

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

.offers {
    margin-top: 130px;
}
.offers_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 70px;
    background: url(../img/offers_bg.png) 0 50% no-repeat #F5F6F7;
    box-shadow: 0 4px 15px 0 #00000026;
}
.offers_block {
    width: 856px;
    margin-top: 158px;
    padding-right: 57px;
    padding-bottom: 78px;
    border-right: 10px solid #5495D6;
}
.offers_title {
    font-size: 40px;
    font-weight: 500;
}
#offers_form {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#offers_form .form-group:nth-child(7) {
    width: 61%;
}
#offers_form .form-group:nth-child(8) {
    width: 35%;
}

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

.contacts {
    margin-top: 130px;
}

.contacts_wrapper {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    column-gap: 35px;
}
.contacts_block {
    min-width: 512px;
    padding-top: 35px;
    background: #F5F6F7;
}
.contacts .logo_wrap {
    display: flex;
    align-items: center;
    padding-left: 35px;
}
.contacts .logo_wrap .logo3 {
    display: flex;
    align-items: center;
    margin-right: 25px;
    padding: 10px 25px 10px 0;
    border-right: 2px solid #5495D6;
}

.contacts_text {
    margin-top: 35px;
    padding: 0 35px 28px 25px;
    border-left: 10px solid #5495D6;
}
.contacts_text > div {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 40px;
    margin-bottom: 20px;
    padding-left: 50px;
    font-size: 20px;
    font-weight: 500;
}
.contacts_text > div:nth-child(3){
    margin-bottom: 0;
}
.contacts_text > div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
}
.contacts_text .bottom_phone:before {
    background: url(../img/bottom_phone_ico.svg) no-repeat;
}
.contacts_text .bottom_hour:before {
    background: url(../img/bottom_hour_ico.svg) no-repeat;
}
.contacts_text .bottom_addr:before {
    background: url(../img/bottom_addr_ico.svg) no-repeat;
}

.contacts .btn {
    margin-top: 35px;
    width: 100%;
}
#map1 {
    position: relative;
    right: 0;
    height: 400px;
    width: 100%;
    max-width: 100%;
    background: url(../img/map.jpg) 50% 0 no-repeat;
    background-size: cover;
}

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


.footer {
    margin-top: 130px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
    background: #2B3031;
}
.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
}
.footer a {
    color: #FFFFFF;
}
.sinoby img {
    position: relative;
    top: -2px;
}
.footer .disclamer {
    width: 100%;
    font-size: 12px;
    display: none;
    text-align: left;
    padding-top: 35px;
}

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

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

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

@media (max-width: 1570px) {
    .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 br {
        display: block;
    }

    .img_block {
        width: 40%;
    }
    .car_item .car_gallery {
        width: 220px;
    }
    .car_item .car_gallery a {
        min-height: 92px;
    }

    .offers_wrapper {
        align-items: center;
        column-gap: 2vw;
    }
    .offers_block {
        margin-top: 8vw;
        padding-bottom: 4vw;
        width: 60%;
    }
    .offers_title {
        font-size: 30px;
    }
}

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

@media (max-width: 1390px) {
    .header .header_wrap {
        width: fit-content;
        flex-direction: column;
        align-items: start;
        row-gap: 14px;
    }

    .main_banner .title_container .title1 {
        font-size: 30px;
    }
    .main_banner .title_container .title2 {
        font-size: 24px;
    }

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

    .services_title {
        font-size: 30px;
    }

    .tradein_block {
        max-width: 420px;
        padding-bottom: 40px;
    }
    .tradein_title {
        font-size: 30px;
    }

    .tradein_wrapper {
        padding-top: 600px;
        background-color: #F5F6F7;
    }

    #offers_form {
        margin-top: 20px;
    }
    #offers_form .form-group:nth-child(7) {
        width: 100%;
    }
    #offers_form .form-group:nth-child(8) {
        width: 100%;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .header .logo1 {
        width: 180px;
    }
    .header .top_addr {
        font-size: 13px;
    }
    .header .top_phone a {
        font-size: 13px;
    }

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

    .car_block {
        max-width: 310px;
    }

    #instock .item {
        margin: 0 10px;
    }
}

/*IPAD PRO BEGIN*/

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

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

    .header .btn {
        display: none;
    }

    .header .m_btn {
        display: block;
        position: relative;
        right: 15px;
        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: 74px;
        left: 100%;
        background: white;
        z-index: 10;
        height: auto;
        transition: all .2s linear;
        overflow: scroll;
    }

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

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

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

    .car_menu a,
    .main_menu a{
        color: #000000;
    }

    .main_banner {
        margin-top: 76px;
    }
    .main_banner .slider_item {
        height: 80vw;
    }
    .main_banner .slide1 {
        background: url(../img/bg1_mob.jpg) 50% 100% no-repeat;
        background-size: 100%;
    }
    .main_banner .title_container {
        padding: 3vw 0 64px;
    }
    .main_banner .title_container .br_mob {
        display: block;
    }
    .main_banner .title_container .title_date {
        font-size: 3vw;
    }
    .main_banner .title_container .title1 {
        margin-top: 2vw;
        font-size: 4vw;
    }
    .main_banner .title_container .title2 {
        margin-top: 2vw;
        font-size: 3.4vw;
    }

    .timer_wrap {
        position: relative;
        flex-direction: column;
        align-items: center;
    }
    .timer_form {
        max-width: 458px;
    }
    .timer_title {
        font-size: 24px;
        text-align: center;
    }
    #timer_form {
        margin-top: 120px;
    }
    #timer_form .form-group:nth-child(7) {
        width: 100%;
    }
    #timer_form .form-group:nth-child(8) {
        width: 100%;
    }

    .timer {
        position: absolute;
        top: 42px;
    }

    .cars_items {
        margin-top: 70px;
    }

    .car_block {
        max-width: initial;
        width: 100%;
    }
    .img_block {
        width: 100%;
        height: initial;
    }
    .car_item .car_gallery {
        width: 102%;
        left: -1%;
        display: block;
    }
    .car_item .car_gallery a {
        min-height: initial;
        transform: none;
        margin: 0 10px;
    }
    .car_item .car_gallery a img {
        width: 100%;
    }
    .car_item .car_gallery .slick-dots {
        margin-top: 24px;
        margin-bottom: 0;
        width: 100%;
        flex-direction: row;
        justify-content: center;
        column-gap: 18px;
    }
    .car_item .car_gallery .slick-dots li:before {
        top: 50%;
        left: 100%;
        margin-left: initial;
        width: 18px;
        height: 1px;
    }
    .car_btns {
        column-gap: 20px;
    }

    #instock {
        margin-top: 70px;
    }

    .services {
        margin-top: 70px;
    }
    .services_wrapper {
        flex-direction: column;
        row-gap: 24px;
    }
    .services_block {
        width: 100%;
    }

    .tradein_wrapper {
        padding-top: 66vw;
        background-size: 180%;
    }

    .offers {
        margin-top: 70px;
    }

    .contacts {
        margin-top: 70px;
    }

    .contacts_wrapper {
        margin-top: 30px;
        flex-direction: column;
    }
    .contacts_block {
        min-width: initial;
    }
    .contacts .btn {
        width: -webkit-fill-available;
        max-width: 450px;
    }

    .footer {
        margin-top: 50px;
    }
}

/*IPAD END*/
@media (max-width: 980px) {}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .header .logo1 {
        width: 180px;
        padding: 6px 16px 8px 0;
        margin-right: 16px;
    }
    .header .logo2 {
        max-width: 140px;
    }
    .header .header_wrap {
        width: 100%;
        flex-direction: row;
        justify-content: center;
    }
    .header .top_addr {
        display: none;
    }
    .top_phone {
        margin-top: 12px;
    }
    .header .m_btn {
        position: absolute;
        top: 20px;
    }

    .header .menu {
        top: 94px;
    }

    .main_banner {
        margin-top: 96px;
    }
    .main_banner .slider_item {
        height: 100vw;
    }
    .main_banner .title_container {
        top: 8vw;
        padding: 5vw 0 64px;
    }
    .main_banner .title_container .title_date {
        padding-left: 38px;
    }
    .main_banner .title_container .title_date:before {
        width: 28px;
        height: 28px;
        background-size: contain;
    }
    .main_banner .title_container .title1 {
        margin-top: 4vw;
        font-size: 5vw;
    }

    .car_wrapper {
        padding: 16px;
        background-size: cover;
    }
    .car_name {
        top: 28px;
        left: 16px;
        column-gap: 20px;
    }
    .car_name img {
        max-height: 26px;
    }
    .car_profit {
        left: -16px;
    }

    .car_block {
        padding-top: 60px;
    }

    .car_props {
        margin-top: 30px;
    }

    .car_profit {
        font-size: 24px;
    }

    .car_item .car_gallery {
        margin-top: 20px;
    }

    .car_btns {
        column-gap: 20px;
        flex-direction: column;
        row-gap: 14px;
    }
    .car_btns a {
        width: 100%;
    }

    #filter_table {
        margin-top: 30px;
        flex-direction: column;
        row-gap: 14px;
    }
    #filter_table .select_container {
        width: 100%;
    }

    .offers_wrapper {
        padding-top: 40px;
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    .offers_block {
        width: 100%;
        max-width: 560px;
        margin: 0;
        padding: 0 14px;
        border: none;
    }
    .offers_title {
        text-align: center;
    }

    .contacts .logo_wrap {
        padding-left: 20px;
    }
    .contacts .logo_wrap .logo3 {
        margin-right: 14px;
        padding: 4px 14px 4px 0;
        max-width: 160px;
    }
    .contacts .logo_wrap .logo4 {
        max-width: 160px;
    }

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

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

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

/* Portrait phones and smaller */
@media (max-width: 460px) {
    .header .logo1 {
        width: 130px;
    }
    .header .menu {
        top: 86px;
    }

    .main_banner .title_container {
        padding: 5vw 0;
    }
    .main_banner .title_container .title1 {
        font-size: 6vw;
    }
    .main_banner .title_container .title2 {
        margin-top: 2vw;
        font-size: 4vw;
    }
    .main_banner .btn {
        display: none;
    }

    .timer_title {
        font-size: 20px;
    }
    .timer {
        top: 26px;
    }
    .timer div[id^="timer"] {
        transform: scale(0.5) !important;
    }

    .car_name img {
        max-height: 20px;
    }
    .car_profit {
        height: 40px;
        padding: 0 24px 0 50px;
        font-size: 20px;
        background-size: contain;
    }
    .car_profit:before {
        width: 40px;
        height: 40px;
        background-size: contain;
    }

    #instock .compl_name {
        padding-left: 20px;
    }
    #instock .compl_tehs {
        padding: 0 14px;
    }
    #instock .btns {
        row-gap: 12px;
        margin-top: 20px;
        padding: 0 14px;
    }

    .services_text {
        padding: 28px 18px 0 14px;
    }
    #testdrive .services_text {
        margin-top: 24px;
        padding: 0 18px 24px 14px;
    }

    .services_img {
        margin-top: 24px;
    }

    .tradein_block {
        max-width: initial;
        padding: 0 20px 20px;
    }

    .contacts .logo_wrap .logo3 {
        max-width: 120px;
    }
    .contacts .logo_wrap .logo4 {
        max-width: 120px;
    }
}

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


@media (max-width: 378px) {
    .timer_block {
        padding: 20px 0;
    }
    .timer_title {
        font-size: 16px;
    }
    #timer_form {
        margin-top: 90px;
    }
    .timer {
        top: 10px;
    }
    .timer div[id^="timer"] {
        transform: scale(0.4) !important;
    }

    .img_block {
        margin-top: 24px;
    }
}

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

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