html {
    overflow-x: hidden;
}

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

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

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
    padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

form .form-group input[type="text"],
form .form-group input[type="tel"],
form .form-group select {
    width: 100%;
    height: 47px;
    padding: 0 20px;
    font-family: "Verdana", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    box-sizing: border-box;
    background: #EBEBEB;
    border: 1px solid #FFFFFF;
    outline: none;
}

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

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

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

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

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

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

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

.agree_field input+span {
    width: 13px;
    height: 13px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}

.agree_field input:checked+span {
    background: url("../img/check_ico.svg") 50% 50% no-repeat #ffffff;
}

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

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

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

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

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

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    width: 100%;
    height: 47px;
    padding: 0 20px;
    font-family: "Verdana", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    box-sizing: border-box;
    background: #EBEBEB;
    border: 1px solid #FFFFFF;
    outline: none;
}

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

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

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

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

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

.fancybox-content {
    color: #ffffff;
    background: #000000;
}

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

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

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

.btn {
    position: relative;
    width: 224px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    text-decoration: none;
    background: #E3DCD4;
    border: none;
    cursor: pointer;
    transition: all 0.2s linear;
}

.btn:before {
    content: '';
    position: absolute;
    inset: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: conic-gradient(from var(--angle, 0deg), #ffffff 0deg, #ffffff 10deg, #333333 90deg, #333333 180deg, #333333 270deg, #ffffff 350deg, #ffffff 360deg);
    animation: rotate-gradient 6s linear infinite;
    -webkit-mask-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    -webkit-mask-composite: xor;
    mask-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    mask-composite: exclude;
    -webkit-mask-size: 100% 100%, calc(100% - 2px) calc(100% - 2px);
    mask-size: 100% 100%, calc(100% - 2px) calc(100% - 2px);
    -webkit-mask-position: 0 0, 1px 1px;
    mask-position: 0 0, 1px 1px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition: opacity 0.6s ease;
    z-index: 0;
}
@property --angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

@keyframes rotate-gradient {
    from { --angle: 0deg; }
    to   { --angle: 360deg; }
}

.btn:hover {
    background: #B1AAA2;
}
.btn:hover:before {
    opacity: 0;
}
.btn:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ffffff;
    opacity: 0;
    transition: opacity 0.6s ease;
}
.btn:hover:after {
    opacity: 1;
}

.btn.glass {
    color: #ffffff;
    background: #00000066;
}
.btn.glass:hover {
    color: #000000;
    background: #E3DCD4;
}



.section_item {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 63px;
    font-family: "Georgia", sans-serif;
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
}
.section_item:before {
    content: '';
    position: absolute;
    left: 0;
    width: 39px;
    height: 39px;
    background: url("../img/section_item_ico.png") no-repeat;
}

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

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

.header .header_wrapper {
    width: 100%;
    background: #00000099;
    backdrop-filter: blur(8px);
}
.header .header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 32px;
}
.header .logo_wrap {
    display: flex;
    align-items: center;
}

.header .logo1 {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 16px;
    padding-right: 16px;
}
.header .logo1:before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 18px;
    background: #FFFFFF;
}

.header .top_addr {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
}
.header .top_addr p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #969696;
}
.header .top_addr span {
    font-size: 18px;
    font-weight: 400;
}

.header .top_phone {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
}
.header .top_phone p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #969696;
}
.header .top_phone a {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.header .btn {
    width: 177px;
    height: 47px;
}

.header .m_btn {
    display: none;
}

.menu_wrap {
    display: flex;
    justify-content: space-between;
    padding: 16px 32px;
    border-top: 1px solid #7F7F7F;
}
.menu_wrap > div {
    display: flex;
    column-gap: 24px;
}
.menu_wrap > div a {
    font-size: 16px;
    font-weight: 400;
    transition: all 0.2s linear;
}
.menu_wrap > div a:hover {
    color: #D7CBBD;
}

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

.banner .banner_item picture {
    display: flex;
    justify-content: center;
}
.banner .banner_item picture img {
    max-width: initial;
}
.banner .title_content {
    position: absolute;
    top: 184px;
    left: 0;
    width: 100%;
}
.banner .title_container .title1 {
    font-family: 'Georgia', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}
.banner .title_container .title2 {
    margin-top: 16px;
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
}

.timer_block {
    margin-top: 37px;
}
.timer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    background: #141414;
}
.timer_title {
    font-family: "Georgia", sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
#timer_form {
    margin-top: 16px;
    width: 568px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#timer_form .form-group:nth-child(7) {
    width: 49%;
}
#timer_form .form-group:nth-child(8) {
    width: 49%;
}

.timer {
    width: 50%;
}
.timer_wrap .timer .sinoby-timer {
    min-height: initial;
}

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

.car_item {
    margin-top: 120px;
}
.car_wrapper {
    position: relative;
    padding: 32px;
    background: linear-gradient(209.75deg, #0A0A0A 18.19%, #282828 50%, #0A0A0A 81.81%);
}
.car_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    background: linear-gradient(309.6deg, #1E1E1E 55.18%, #FFFFFF 96.78%);
    mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    z-index: 0;
}
.car_wrap {
    display: flex;
    justify-content: space-between;
}

.car_name {
    font-family: "Georgia", sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}
.car_props {
    position: relative;
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    z-index: 2;
}
.car_props a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 32px;
    padding-left: 44px;
    font-size: 22px;
    font-weight: 400;
}
.car_props a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 32px;
    height: 32px;
}
.car_props .ico1:before {
    background: url("../img/car_props_ico1.svg") no-repeat;
}
.car_props .ico2:before {
    background: url("../img/car_props_ico2.svg") no-repeat;
}
.car_props .ico3:before {
    background: url("../img/car_props_ico3.svg") no-repeat;
}
.car_props .ico4:before {
    background: url("../img/car_props_ico4.svg") no-repeat;
}

.img_block {
    position: relative;
    width: 56%;
    margin-right: 2%;
    z-index: 2;
}
.img_block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/img_block_bg.svg") no-repeat;
    background-size: contain;
    z-index: -1;
}

.car_btns {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    column-gap: 8px;
}
.car_btns .btn {
    width: 33%;
}

.car_gallery {
    margin-top: 24px;
    width: 101%;
    left: -0.5%;
}
.car_gallery a {
    margin: 0 6px;
}

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

.tehs {
    margin-top: 120px;
}
.tehs_wrapper {
    margin-top: 63px;
    display: flex;
    justify-content: space-between;
}
.tehs_wrapper > div {
    width: calc(33% - 12px);
}
.tehs_wrapper .tehs_imgs {
    overflow: hidden;
}
.tehs_wrapper .tehs_imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s linear;
}
.tehs_wrapper .tehs_imgs.animated img {
    transform: scale(1.06);
}
.tehs_block_list {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.tehs_block_list > div {
    display: flex;
    justify-content: space-between;
    align-items: end;
    column-gap: 4px;
}
.tehs_block_list > div span {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #979797;
    white-space: nowrap;
}
.tehs_block_list > div span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    background: url("../img/tehs_block_list_ico.svg") no-repeat;
}
.tehs_block_list > div b {
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
}
.tehs_block_list > div i {
    display: block;
    margin-bottom: 3px;
    width: 100%;
    height: 1px;
    border: 1px dashed #363B3F;
}

.tehs_block:nth-child(3) .tehs_block_list {
    margin-top: 24px;
}

.tehs_block_imgs {
    margin-top: 32px;
    overflow: hidden;
}
.tehs_block_imgs img {
    width: 100%;
    transition: all 0.2s linear;
}
.tehs_block_imgs.animated img {
    transform: scale(1.06);
}

.tehs_video {
    width: 100%;
}
.tehs_video video {
    width: 100%;
}

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

.tradein {
    margin-top: 120px;
    padding: 80px 0;
    background: url("../img/tradein_bg.jpg") 50% 0 no-repeat;
    background-size: 100%;
    transition: all 0.2s linear;
}
.tradein.animated {
    background-size: 106%;
}
.tradein_title {
    margin-top: 32px;
    font-size: 22px;
    font-weight: 400;
}
#tradein_form {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 568px;
}
#tradein_form .form-group {
    width: calc(50% - 4px);
}
#tradein_form .form-group:nth-child(10) {
    width: 100%;
}

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

.credit {
    margin-top: 120px;
}
.credit_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
}
.credit_block {
    width: 100%;
    max-width: 451px;
    padding: 32px;
    background: linear-gradient(255.75deg, #B3B4B5 0%, #FFFFFF 50.48%, #B3B4B5 100%);
}
.credit .section_item {
    color: #000000;
}
.credit_title {
    margin-top: 32px;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
}
#credit_form {
    margin-top: 16px;
}
#credit_form .agree_field,
#credit_form .agree_field a{
    color: #000000;
}
.credit_imgs {
    width: 66%;
    overflow: hidden;
}
.credit_imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s linear;
}
.credit_imgs.animated img {
    transform: scale(1.06);
}
.credit .btn:before {
    background: #ffffff;
}

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

.testdrive {
    margin-top: 24px;
}
.testdrive_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
}
.testdrive_block {
    width: 100%;
    max-width: 455px;
    padding: 32px;
    background: linear-gradient(255.75deg, #B3B4B5 0%, #FFFFFF 50.48%, #B3B4B5 100%);
}
.testdrive .section_item {
    color: #000000;
}
.testdrive_title {
    margin-top: 32px;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
}
#testdrive_form {
    margin-top: 16px;
}
#testdrive_form .agree_field,
#testdrive_form .agree_field a{
    color: #000000;
}
.testdrive_imgs {
    width: 66%;
    overflow: hidden;
}
.testdrive_imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s linear;
}
.testdrive_imgs.animated img {
    transform: scale(1.06);
}
.testdrive .btn:before {
    background: #ffffff;
}

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

.contacts {
    position: relative;
    margin-top: 120px;
}
.contacts_wrapper {
    position: absolute;
    top: 80px;
    left: 15px;
    z-index: 2;
}
.contacts_block {
    padding: 32px 32px 16px;
    background: #000000;
}
.contacts .logo_wrap {
    display: flex;
    align-items: center;
}
.contacts .logo1 {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 16px;
    padding-right: 16px;
}
.contacts .logo1:before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 18px;
    background: #FFFFFF;
}

.bottom_phone {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    padding-bottom: 16px;
    border-bottom: 1px solid #3B3B3B;
}
.bottom_phone p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #979797;
}
.bottom_phone a {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.bottom_addr {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    padding-bottom: 16px;
    border-bottom: 1px solid #3B3B3B;
}
.bottom_addr p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #979797;
}
.bottom_addr a {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.bottom_hour {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    padding-bottom: 16px;
    border-bottom: 1px solid #3B3B3B;
}
.bottom_hour p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #979797;
}
.bottom_hour a {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.contacts_comment {
    margin-top: 24px;
    font-size: 17px;
    font-weight: 400;
}

.contacts .btn {
    margin-top: 12px;
    width: 100%;
}
.contacts_imgs {
    width: 100%;
}
.contacts_imgs img {
    width: 100%;
}

#map1 {
    position: relative;
    height: 761px;
    background: url(../img/map.jpg) 50% 0 no-repeat;
    background-size: cover;
    overflow: hidden;
}

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

.footer {
    padding-top: 24px;
    padding-bottom: 36px;
}
.footer .footer_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px 10px;
}
.footer a {
    font-size: 16px;
    color: #ffffff;
}

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

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

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

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

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

@media (max-width: 1399px) {
    .header .top_addr span {
        font-size: 14px;
    }
    .header .top_phone a {
        font-size: 14px;
    }

    .banner .title_container .title1 {
        font-size: 38px;
    }
    .banner .title_container .title2 {
        margin-top: 10px;
        font-size: 20px;
    }

    .section_item {
        padding-left: 42px;
        font-size: 32px;
    }
    .section_item:before {
        width: 26px;
        height: 26px;
        background-size: contain !important;
    }
}

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

/*IPAD PRO BEGIN*/
@media (max-width: 1199px) {
    .tehs_wrapper {
        margin-top: 30px;
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .tehs_wrapper > div {
        width: calc(50% - 12px);
    }
    .tehs_wrapper > div:nth-child(3) {
        width: 100%;
    }
}

/*IPAD PRO BEGIN*/

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

@media (max-width: 991px) {
    .header {
        top: 0;
        background: #00000099;
    }
    .header .header_wrapper {
        background: transparent;
    }
    .header .header_wrap {
        top: 0;
        left: 0;
        flex-wrap: wrap;
        padding: 12px 0;
    }
    .header .logo_wrap {
        width: 220px;
    }
    .header .top_addr {
        display: none;
    }
    .header .btn {
        display: none;
    }
    .header .m_btn {
        display: block;
        position: relative;
        width: 30px;
        height: 22px;
        z-index: 1;
    }
    .header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 2px;
        background: #FFFFFF;
        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: calc(100% + 30px);
        top: 58px;
        left: 106%;
        background: #000000;
        z-index: 10;
        height: auto;
        transition: all .2s linear;
        overflow: scroll;
    }
    .header .menu.active {
        left: -15px;
    }
    .header .menu_wrap {
        flex-direction: column;
        align-items: center;
        row-gap: 8px;
        padding: 16px 0;
    }
    .header .menu_wrap > div {
        flex-direction: column;
        align-items: center;
        row-gap: 8px;
    }
    .banner {
        margin-top: 50px;
    }
    .banner .banner_item picture img {
        max-width: initial;
        width: 100%;
    }
    .banner .title_content {
        position: relative;
        top: 0;
        left: initial;
        right: initial;
        padding: 2vw 0;
    }
    .banner .title_container .title1 {
        font-size: 5vw;
    }
    .banner .title_container .title2 {
        margin-top: 2vw;
        font-size: 3vw;
    }

    .timer_wrap {
        padding: 14vw 20px 20px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        row-gap: 10px;
    }
    .timer_title {
        position: absolute;
        top: 2vw;
        left: 0;
        width: 100%;
        font-size: 4vw;
        text-align: center;
    }
    .timer {
        width: 100%;
    }

    .car_item {
        margin-top: 60px;
    }
    .car_wrapper {
        padding: 20px;
    }
    .car_wrap {
        flex-wrap: wrap;
    }
    .car_block {
        width: 100%;
    }
    .img_block {
        width: 100%;
        margin: 0;
    }
    .car_props {
        margin-top: 20px;
        row-gap: 10px;
    }
    .car_props a {
        font-size: 18px;
    }

    .tehs {
        margin-top: 60px;
    }
    .tehs_wrapper > div {
        width: 100%;
    }
    .tehs_block_imgs {
        display: none;
    }
    .tehs_wrapper .tehs_imgs {
        display: none;
    }

    .tradein {
        margin-top: 60px;
        padding: 0 0 50vw 0;
        background-size: 176%;
        background-position: 100% 100%;
    }
    #tradein_form {
        width: 100%;
        max-width: 560px;
    }
    .tradein_title {
        margin-top: 20px;
        font-size: 17px;
    }
    .tradein_title br {
        display: none;
    }

    .credit {
        margin-top: 60px;
    }
    .credit_wrapper {
        flex-direction: column;
        row-gap: 8px;
    }
    .credit_imgs {
        width: 100%;
    }

    .testdrive_wrapper {
        flex-direction: column-reverse;
        row-gap: 8px;
    }
    .testdrive_imgs {
        width: 100%;
    }

    .contacts_wrapper {
        position: relative;
        top: 0;
        left: 0;
    }
    .contacts_block {
        padding: 0;
    }

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

    .contacts {
        margin-top: 60px;
    }
}

/*IPAD END*/
@media (max-width: 980px) {}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .header .m_btn {
        position: absolute;
        top: 20px;
        right: 15px;
    }
    .header .top_phone {
        width: 100%;
        margin-top: 12px;
        padding: 0;
        display: flex;
        justify-content: center;
        column-gap: 10px;
    }
    .header .top_phone:before {
        position: relative;
        display: block;
        min-width: 24px;
    }
    .header .menu {
        top: 106px;
    }
    .banner {
        margin-top: 106px;
    }
    .banner .title_content {
        position: absolute;
        top: 6vw;
        left: 0;
        width: 100%;
    }
    .banner .title_content .title1 {
        font-size: 6vw;
    }
    .banner .title_container .title2 {
        margin-top: 2vw;
        font-size: 5vw;
    }

    .timer_title {
        top: 4vw;
        font-size: 5vw;
    }
    .timer_wrap {
        padding: 20vw 20px 20px;
    }
    #timer_form {
        width: 100%;
        max-width: 560px;
    }
    #timer_form .form-group:nth-child(7),
    #timer_form .form-group:nth-child(8) {
        width: 100%;
    }

    .car_name {
        font-size: 36px;
    }
    .car_btns {
        margin-top: 20px;
        flex-direction: column;
        row-gap: 8px;
    }
    .car_btns .btn {
        width: 100%;
    }

    #tradein_form {
        flex-wrap: wrap;
    }
    #tradein_form .form-group {
        width: 100%;
    }

    .credit_block {
        padding: 20px;
    }
    .credit_title {
        margin-top: 20px;
        font-size: 17px;
    }

    .testdrive_block {
        padding: 20px;
    }
    .testdrive_title {
        margin-top: 20px;
        font-size: 17px;
    }

    .car_gallery {
        margin-top: 12px;
    }
    .tehs_block_list > div span {
        font-size: 16px;
    }
    .tehs_block_list > div b {
        font-size: 18px;
    }
}
/*MOBILE END*/
@media (max-width: 680px) {}

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

@media (max-width: 520px) {
    .section_item {
        font-size: 26px;
    }
}

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

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


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

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

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