html {
    overflow-x: hidden;
}

body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: black;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: white;
}

.fancybox-slide--html .fancybox-close-small { /* color: white !important; */
}

.fancybox-button svg {
    transform: scale(2);
}

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

.fancybox-content {
    overflow: hidden;
}


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


sup {
    display: inline-block;
    vertical-align: top;
    top: -3px;
    position: relative;
    font-size: 80%;
}

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

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

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

a:hover {
    text-decoration: none;
}

.fancybox-type-image .fancybox-close {
    right: 9px;
}

.fancybox-close {
    background: url(../img/bg_close.png) 50% 50% no-repeat !important;
    color: black;
    width: 22px !important;
    height: 22px !important;
    top: -25px !important;
    right: -25px !important;
}


.container {
    box-sizing: border-box;
    margin: 0px auto;
    padding: 0px 30px;
    max-width: 100%;
    position: relative;
}

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

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

.popup_container .agree_field {
    color: black;
    font-size: 12px;
}

.popup_container .agree_field a {
    color: black;
}


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

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

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

.popup_container .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    -moz-transform: rotate(45deg); /* Aey Firefox */
    -ms-transform: rotate(45deg); /* Aey IE */
    -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Aey Opera */
    transform: rotate(45deg);
    cursor: pointer;
}

.popup_container .close:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 16px;
    width: 34px;
    height: 1px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .close:after {
    content: '';
    position: absolute;
    left: 16px;
    top: 0px;
    width: 1px;
    height: 34px;
    display: block;
    background-color: #a8a8a8;
}

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

.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 10px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
}

.agree_field input {
    position: absolute;
    top: -1px;
    left: 0px;
    margin: -0px;
}

.agree_field span {
    padding-left: 25px;
    display: inline-block;
}

form {
}

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

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group select {
    height: 44px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: Arial, sans-serif;
    padding: 0px 15px;
    outline: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid #00212D;
}

form .form-group select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.png) 95% 50% no-repeat #ffffff;
    font-family: Arial, sans-serif;
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: Arial, sans-serif;
    outline: none;
}

form .form-group button:hover {
}


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

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

.btn {
    box-sizing: border-box;
    background: #005A2B;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 44px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: 1px solid #005A2B;
    transition: all .3s;
    text-align: center;
}

.btn.glass {
    background: transparent;
    border-color: #000000;
    color: #000000;
}

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


/**********************
        HEADER
**********************/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 10px 0;
    z-index: 5;
}

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

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

.head_wrap {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
}

.phone_container {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.top_phone {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
}

.phone_container .popup {
    color: #000000;
}

.addr_container {
    text-align: center;
}

.head_wrap .btn {
    width: 190px;
    align-self: center;
}

header .m_btn {
    display: none;
}

.menu {
    position: fixed;
    top: 92px;
    left: 0;
    right: 0;
    border-top: 1px solid #E3E5E5;
    background: #FFF;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.30);
    padding: 9px 0;
    z-index: 10;
}

.menu .container {
    display: flex;
    justify-content: space-between;
}

.menu a {
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    transition: all .3s;
}

.menu a:hover {
    color: #005a2b;
}

/**********************
        BANNER
**********************/


.holiday-banner {
background-color: #005A2B; /* Зеленый фон */
color: white;
padding: 15px 20px;
text-align: center;
font-family: 'Arial', sans-serif;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
margin: 20px 0;
position: relative;
border-radius: 4px;
}
        
.holiday-banner::after {
content: "";
position: absolute;
left: 0;
bottom: -10px;
width: 100%;
height: 4px;
border-radius: 2px;
}



.banner {
    margin-top: 130px;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #54616C;
    margin: 0 5px !important;
    opacity: 1;
    transition: all .3s;
}

.banner .swiper-pagination-bullet-active {
    background: #00212D;
}

.banner .swiper-pagination-bullet:hover {
    background: #005a2b;
}

.banner picture img {
    max-width: none;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.banner picture .bg_mob {
    display: none;
}
.title_container {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 55px;
    z-index: 1;
    width: 100%;
}

.title_container .title_wrap {
    margin: 0 auto;
    width: 1190px;
    max-width: 100%;
    padding: 0 30px;
}

.title_container .title1 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.title_container .title2 {
    font-size: 28px;
    text-transform: uppercase;
}

.title_container .btn {
    width: 282px;
    margin-top: 30px;
}

.timer_block {
    padding: 30px 0;
}

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

.timer_wrap {
    display: flex;
    align-items: center;
    column-gap: 50px;
}

.timer_title {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
}

div[id^=timer] {
    white-space: nowrap;
}

#timer_form {
    width: 32%;
}

#timer_form .form_title {
    font-size: 28px;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 15px;
}

#timer_form .fields {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

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

#timer_form .agree_field,
#timer_form .agree_field a {
    color: #000000;
}

/**********************
         CARS
**********************/

.cars_items {
    margin-top: 65px;
}

.cars_items_title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 55px;
}

.cars_list {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    row-gap: 55px;
}

.car_item {
    width: 32.3%;
}

.car_name {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.car_item .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #54616C;
    margin: 0 5px !important;
    opacity: 1;
    transition: all .3s;
}

.car_item .swiper-pagination-bullet-active {
    background: #00212D;
}

.car_item .swiper-pagination-bullet:hover {
    background: #005a2b;
}

.car_props {
    margin: 30px 0;
}

.cars_offer{
  text-align: center;
  font-size: 150%;
  list-style-type: none;
  font-weight: 600;
}

.cars_offer_li{
  color: #ff0000;
  padding-bottom: 10px;
}

.car_props a {
    display: block;
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 32px;
}

.car_props a.ico1 {
    background: url("../img/icons/ico_gift.png") 0 50% no-repeat;
}

.car_btns {
    display: flex;
    justify-content: space-between;
}

.car_btns .btn {
    width: 49%;
}

/**********************
       ADVANTAGES
**********************/

.advantages {
    margin-top: 100px;
}

.ags_title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 35px;
}

.ags_list {
    display: flex;
    justify-content: space-between;
}

.ags_list > a {
    display: flex;
    align-items: center;
    color: #000000;
    text-decoration: none;
    padding-left: 95px;
    min-height: 78px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 130%;
    transition: all .3s;
}

.ags_list > a:hover {
    color: #005a2b;
}

.ags_list > a.ico1 {
    background: url("../img/icons/ags_ico1.svg") 0 50% no-repeat;
}

.ags_list > a.ico1:hover {
    background: url("../img/icons/ags_ico1_hov.svg") 0 50% no-repeat;
}

.ags_list > a.ico2 {
    background: url("../img/icons/ags_ico2.svg") 0 50% no-repeat;
}

.ags_list > a.ico2:hover {
    background: url("../img/icons/ags_ico2_hov.svg") 0 50% no-repeat;
}

.ags_list > a.ico3 {
    background: url("../img/icons/ags_ico3.svg") 0 50% no-repeat;
}

.ags_list > a.ico3:hover {
    background: url("../img/icons/ags_ico3_hov.svg") 0 50% no-repeat;
}

.ags_list > a.ico4 {
    background: url("../img/icons/ags_ico4.svg") 0 50% no-repeat;
}

.ags_list > a.ico4:hover {
    background: url("../img/icons/ags_ico4_hov.svg") 0 50% no-repeat;
}

.ags_list > a.ico5 {
    background: url("../img/icons/ags_ico5.svg") 0 50% no-repeat;
}

.ags_list > a.ico5:hover {
    background: url("../img/icons/ags_ico5_hov.svg") 0 50% no-repeat;
}

/**********************
       CREDIT
**********************/

.credit_tradein {
    margin-top: 160px;
}

.credit_tradein .container {
    display: flex;
    justify-content: space-between;
}

.credit {
    box-sizing: border-box;
    padding: 65px 20px;
    position: relative;
    border: 1px solid #E3E5E5;
    width: 49.1%;
    overflow: hidden;
    transition: all .3s;
}

.credit:hover {
    background: #E3E5E5;
}

.credit:after {
    content: '';
    position: absolute;
    top: -30px;
    right: -50px;
    background: url("../img/icons/credit_bg.svg") 50% no-repeat;
    width: 430px;
    height: 430px;
    transition: all .3s;
}

.credit:hover:after {
    background: url("../img/icons/credit_bg_hov.svg") 50% no-repeat;
}

.credit_name {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.credit_comment {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

#credit_form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 64.5%;
    position: relative;
    z-index: 1;
}

#credit_form .form-group {
    width: 49%;
}

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

/**********************
        TRADEIN
**********************/

.tradein {
    box-sizing: border-box;
    padding: 65px 20px;
    position: relative;
    border: 1px solid #E3E5E5;
    width: 49.1%;
    overflow: hidden;
    transition: all .3s;
}

.tradein:hover {
    background: #E3E5E5;
}

.tradein:after {
    content: '';
    position: absolute;
    top: -30px;
    right: -70px;
    background: url("../img/icons/tradein_bg.svg") 50% no-repeat;
    width: 478px;
    height: 590px;
    transition: all .3s;
}

.tradein:hover:after {
    background: url("../img/icons/tradein_bg_hov.svg") 50% no-repeat;
}


.tradein_name {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.tradein_comment {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

#tradein_form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 64.5%;
    position: relative;
    z-index: 1;
}

#tradein_form .form-group {
    width: 49%;
}

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

/**********************
        OFFER
**********************/

.offer {
    margin-top: 100px;
    padding: 230px 0 280px;
    background: url("../img/offer_bg.jpg") 50% 0 no-repeat;
}

.offer_wrap {
    width: 968px;
    max-width: 100%;
    margin: 0 auto;
}

.offer_title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px;
}

.offer_text {
    display: flex;
    align-items: flex-start;
    column-gap: 30px;
}

.offer_comment {

}

#offer_form {
    width: 60%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#offer_form .form-group {
    width: 48.5%;
}

#offer_form .agree_field,
#offer_form .agree_field a {
    color: #000000;
}

/**********************
      CONTACTS
**********************/

.contacts {
    margin-top: 100px;
}

.contacts .container {
    display: flex;
    justify-content: space-between;
}

#map1 {
    width: 66%;
    height: 550px;
    background: url("../img/map.jpg?v=2") 50% no-repeat;
}

.contacts_wrap {
    width: 32.3%;
    padding: 0 55px;
    box-sizing: border-box;
    border: 1px solid #E3E5E5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contacts_dealer {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.bot_addr {
    margin-bottom: 5px;
}

.contacts_info {
    line-height: 170%;
}

.contacts_wrap .btn {
    margin-top: 30px;
}

/**********************
        FOOTER
**********************/


footer {
    padding: 25px 0;
    background: #000000;
    margin-top: 100px;
}

.foot_wrap {
    display: flex;
    justify-content: space-between;
}

.foot_text {
    width: 25%;
    color: #AFB6BD;
}

.foot_disc {
    width: 74%;
}

.foot_text .switch {
    color: #AFB6BD;
    display: block;
    margin-bottom: 20px;
}

.foot_text .copyright {
    font-size: 10px;
    margin-bottom: 15px;
    line-height: 150%;
}

.foot_text .yurinfo {
    font-size: 10px;
    line-height: 150%;
}

.foot_disc {
    color: #AFB6BD;
    font-size: 10px;
    line-height: 150%;
}


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

@media (max-width: 1600px) {

    .timer_title {
        font-size: 26px;
    }

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

    .ags_list > a {
        font-size: 14px;
    }

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

    #credit_form,
    #tradein_form {
        width: 100%;
    }

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

    .contacts_wrap {
        padding: 0 30px;
        width: 38%;
    }

    #map1 {
        width: 60%;
    }

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

}

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

    .logo_wrap {
        width: 30%;
    }

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

    .timer_block .container {
        flex-direction: column;
        row-gap: 30px;
    }

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

    #timer_form {
        width: 100%;
    }

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

    .car_item {
        width: 49%;
    }

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

    .ags_list {
        flex-flow: wrap;
        justify-content: center;
        column-gap: 50px;
        row-gap: 20px;
    }

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

    .credit_tradein .container {
        flex-direction: column;
        row-gap: 30px;
    }

    .credit,
    .tradein {
        width: 100%;
    }

    #credit_form,
    #tradein_form {
        width: 70%;
    }

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

    #map1 {
        width: 50%;
    }

    .contacts_wrap {
        width: 49%;
    }

    .contacts_dealer {
        font-size: 32px;
    }
}

/*IPAD PRO BEGIN*/

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

    .addr_container {
        display: none;
    }

    .logo_wrap {
        width: 40%;
    }

    .menu {
        top: 70px;
    }

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

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

    .banner {
        margin-top: 104px;
    }

    .banner picture img {
        
    }

    .title_container {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }

    .title_container .title_wrap {
        box-sizing: border-box;
        width: 100%;
    }

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

    .title_container .title2 {
        font-size: 22px;
    }

    .title_container .btn {
        margin-top: 15px;
    }

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

    .timer_wrap {
        flex-direction: column;
        row-gap: 15px;
    }

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

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

    .car_btns .btn {
        width: 100%;
    }

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

    .ags_list {
        justify-content: space-between;
        column-gap: 0;
    }

    .ags_list > a {
        width: 49%;
        box-sizing: border-box;
    }

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

    .credit_tradein {
        margin-top: 80px;
    }

    #credit_form, #tradein_form {
        width: 100%;
    }

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

    .offer {
        padding: 100px 0;
        margin-top: 80px;
    }


    .offer_title {
        font-size: 32px;
    }

    .offer_text {
        flex-direction: column;
        row-gap: 20px;
    }

    #offer_form {
        width: 100%;
    }

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

    .contacts {
        margin-top: 80px;
    }

    .contacts .container {
        flex-direction: column-reverse;
        row-gap: 20px;
    }

    .contacts_wrap {
        width: 100%;
        padding: 30px;
    }

    #map1 {
        width: 100%;
    }

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

    footer {
        margin-top: 80px;
    }

    .foot_wrap {
        flex-direction: column;
        row-gap: 30px;
    }

    .foot_text {
        width: 100%;
    }

    .foot_disc {
        width: 100%;
    }

}

/*IPAD END*/

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

    .fancybox-type-image {
        width: 100% !important;
        margin: 0px !important;
        left: 0px !important;
    }

    .fancybox-close {
        right: 9px !important;
        top: 9px !important;
    }

    .fancybox-inner {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .fancybox-wrap {
        margin: 0px !important;
        width: 100% !important;
        left: 0px !important;
        top: 20px !important;
    }

    .fancybox-type-image .fancybox-close {
        top: -8px !important;
    }

    .popup_container {
        width: 100%;
    }

    .container {
        padding: 0 15px;
    }

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

    header {
        padding: 0 0 5px;
        box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.30);
    }

    .logo_wrap {
        width: 85%;
    }
    
    .head_wrap {
        width: 100%;
        text-align: center;
    }

    .addr_container {
        display: none;
    }

    .head_wrap .btn {
        display: none;
    }

    .phone_container {
        width: 100%;
    }

    .phone_container .popup {
        display: none;
    }

    header .container {
        flex-direction: column;
        align-items: flex-start;
    }

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

    header .m_btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 15px;
        right: 15px;
    }

    header .m_btn span {
        position: relative;
        display: block;
        width: 30px;
        height: 3px;
        background: #005A2B;
        transition: all .3s linear;
    }

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

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

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

    .menu {
        display: block;
        position: fixed;
        top: 107px;
        background: white;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all .3s linear;
        z-index: 2;
        padding: 10px 0;
    }

    .menu.active {
        right: 0;
    }

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

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

    .banner {
        margin-top: 96px;
    }

    .banner picture img {
        height: auto;
    }
    .banner picture .bg_loop {
        display: none;
    }
    .banner picture .bg_mob {
        display: block;
    }
    .title_container {
        position: relative;
        top: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .title_container .title_wrap {
        box-sizing: border-box;
        width: 100%;
        padding: 0 15px;
    }

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

    .title_container .title2 {
        font-size: 5vw;
    }

    .title_container .btn {
        margin-top: 15px;
        width: 100%;
    }

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

    .timer_block {
        padding: 20px 0;
    }

    .timer_block .container {
        flex-direction: column;
        row-gap: 0;
    }

    .timer_wrap {
        flex-direction: column;
        row-gap: 0;
    }

    .timer_title {
        font-size: 6vw;
    }

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

    #timer_form .form_title {
        text-align: center;
        font-size: 6vw;
    }

    #timer_form {
        width: 100%;
    }

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

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

    .cars_items {
        margin-top: 40px;
    }

    .cars_items_title {
        font-size: 6vw;
        margin-bottom: 30px;
    }

    .car_item {
        width: 100%;
    }

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

    .car_btns .btn {
        width: 100%;
    }

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

    .advantages {
        margin-top: 60px;
    }

    .ags_title {
        font-size: 6vw;
        margin-bottom: 20px;
    }

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

    .ags_list > a {
        width: 100%;
        font-size: 16px;
        box-sizing: border-box;
    }

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

    .credit_tradein {
        margin-top: 60px;
    }

    .credit_tradein .container {
        flex-direction: column;
        row-gap: 20px;
    }

    .credit,
    .tradein {
        width: 100%;
        padding: 30px 15px;
    }

    .credit:after,
    .tradein:after {
        width: 200px;
        height: 200px;
        top: -20px;
        right: -20px;
        background-size: 100% !important;
    }

    .tradein:after {
        height: 250px;
        top: -50px;
    }

    .credit_name,
    .tradein_name {
        position: relative;
        z-index: 1;
        font-size: 7vw;
    }

    .credit_comment,
    .tradein_comment {
        font-size: 4vw;
    }

    #credit_form,
    #tradein_form {
        width: 100%;
    }

    #credit_form .form-group,
    #tradein_form .form-group {
        width: 100%;
    }

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

    .offer {
        padding: 0;
        margin-top: 60px;
        background: none;
    }


    .offer_title {
        font-size: 6vw;
        text-align: center;
    }

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

    .offer_comment {
        font-size: 4vw;
        text-align: center;
    }

    #offer_form {
        width: 100%;
    }

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

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

    .contacts {
        margin-top: 60px;
    }

    .contacts .container {
        flex-direction: column-reverse;
        row-gap: 20px;
    }

    .contacts_wrap {
        width: 100%;
        padding: 15px;
    }

    .contacts_dealer {
        font-size: 6vw;
    }

    .contacts_info {
        font-size: 3vw;
    }

    #map1 {
        width: 100%;
        height: 350px;
    }

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

    footer {
        margin-top: 50px;
    }

    .foot_wrap {
        flex-direction: column;
        row-gap: 30px;
    }

    .foot_text {
        width: 100%;
    }

    .foot_disc {
        width: 100%;
    }

}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 490px) {
    .banner {
        margin-top: 20vw;
    }
}
@media (max-width: 390px) {
  .cars_offer {
      font-size: 110%;
      font-weight: 800;
    }
  .cars_offer_li {
    padding-bottom: 5px;
    }
}

@media (max-width: 360px) {

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

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

@media (max-width: 320px) {

}