* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: "Mulish", 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 {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 1140px;
    position: relative;
}

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

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

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

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

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

#form_popup,
#form_popup2,
#form_popup3 {
    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: 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;
}

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

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: 42px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: "Mulish", sans-serif;
    padding: 0px 20px;
    outline: none;
    background: white;
    border-radius: 100px;
    border: 1px solid #000;
}

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: "Mulish", sans-serif;
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: "Mulish", 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: #1b365d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    height: 42px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 100px;
    padding-right: 3px;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: 1px solid #1b365d;
    transition: all 0.4s ease-in;
    text-align: center;
    position: relative;
}

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

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

.btn:after {
    content: "";
    position: absolute;
    right: 3px;
    top: 2px;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    background: #f0cfa2;
    transition: all 0.4s ease-in;
}

.btn i {
    display: block;
    width: 36px;
    height: 36px;
    background: url("../img/arrow_up.png") 50% no-repeat;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in;
}

.btn span {
    position: relative;
    z-index: 1;
    flex-grow: 1;
}

.btn:hover:after {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.btn:hover i {
    transform: rotate(45deg);
}

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

.blocks_title {
    position: relative;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.blocks_title span {
    position: relative;
}

.blocks_title span:before {
    content: "";
    width: 100%;
    height: 17px;
    border-radius: 4px;
    background: rgba(27, 54, 93, 0.2);
    position: absolute;
    top: 10px;
}

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

header {
    position: fixed;
    top: -77px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    background: #ffffff;
    padding: 20px 0 15px;
    transition: all 0.3s;
}

header.show {
    top: 0;
}

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

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

header .logo_wrap .logo1 {
    position: relative;
    padding-right: 16px;
    margin-right: 15px;
}

header .logo_wrap .logo1:after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 19px;
    background: rgba(0, 0, 0, 0.4);
}

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

header .btn {
    width: 215px;
}

.menu {
    position: fixed;
    /* top: -130px; */
    top: 77px;
    left: 0;
    right: 0;
    z-index: 5;
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(186, 186, 186, 0.25);
    transition: all 0.4s;
}

.menu.show {
    top: 77px;
}

.menu .container {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
}

.menu .container > div {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}

.menu a {
    display: block;
    color: #000000;
    text-decoration: none;
    position: relative;
    padding: 15px 0;
}

.menu a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #1b365d;
    transform: scaleX(0);
    transition: all 0.3s;
}

.menu a:hover:after {
    transform: scaleX(1);
}

header .m_btn {
    display: none;
}

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

.banner {
    /* margin-top: 43px; */
    margin-top: 126px;
}

.banner picture img {
    max-width: none;
    transform: translateX(-50%);
    left: 50%;
    display: block;
    position: relative;
}

.title_container {
    position: absolute;
    top: 7px;
    width: fit-content;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 20px 30px;
    border-radius: 10px;
    background: #ffffff9c;
}

.title_container .br_mob {
    display: none;
}

.title_container .title1 {
    font-size: 33px;
    font-weight: 700;
    text-align: center;
}

.title_wrap {
    position: absolute;
    /* top: -34px; */


}

.title_wrap.title_wrap1 {
    width: 100%;
    left: 100%;
    top: 20px;
    border-radius: 0 20px 20px 0;
    padding: 0px 35px 5px 40px;
}

.title_wrap.title_wrap2 {
    margin-top: 14px;
    left: 0;


}

.title_container .title2 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.title_container .title2 b {
    font-weight: 900;
}

.title_container .title2 span {
    font-size: 40px;
    color: #1b365d;
    font-weight: 700;
}

.title_container .title2 .mini {
    margin: 0;
    font-size: 24px;
    display: inline;
}

.banner_props {
    margin-top: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner_props .br_mob {
    display: none;
}

.banner_props a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 45px;
    padding-left: 60px;
    font-size: 30px;
    font-weight: 700;
    color: #1B365D;
    text-decoration: none;
}

.banner_props a b {
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient(264.21deg, #1B365D 14.73%, #457AC6 50.46%, #1B365D 79.52%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_props a br {
    display: none;
}

.banner_props a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 45px;
    height: 45px;
}

.banner_props .ico3:before {
    background: url(../img/banner_props_ico3.svg) no-repeat;
}

.title_container .btn {
    margin: 16px auto 0;
    width: 295px;
}


.timer_block {
    padding: 40px 0 0;
}

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

.timer_text .timer_title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.timer_text .timer_title br {
    display: none;
}

#timer_form {
    width: 650px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

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

#timer_form .agree_field a {
    color: #000000;
    text-decoration: none;
}

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

.cars_items {
    margin-top: 120px;
}

.cars_menu {
    display: flex;
    justify-content: center;
    column-gap: 100px;
    margin-bottom: 40px;
}

.cars_menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000000;
    text-decoration: none;
}

.cars_menu a img {
    transform: scale(0.8);
    transition: all 0.3s;
}

.cars_menu a:hover img {
    transform: scale(1);
}

.cars_list {
    display: flex;
    flex-direction: column;
    row-gap: 80px;
}

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

.car_item .car_wrap {
    width: 76%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(186, 186, 186, 0.25);
    position: relative;
    padding: 15px 40px 40px;
}

.car_item .car_wrap:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-92%);
    right: 0;
    width: 376px;
    height: 181px;
    background: url(../img/car_logo.png) 50% 0 no-repeat;
    background-size: 100%;
}

.car_wrap .car_text {
    width: 40%;
}

.car_wrap .car_text .car_name {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

.car_order {
    padding: 9px 20px;
    font-size: 22px;
    font-weight: 700;
    -webkit-box-shadow: 0px 3px 0px -1px rgba(27, 54, 93, 1);
    -moz-box-shadow: 0px 3px 0px -1px rgba(27, 54, 93, 1);
    box-shadow: 0px 3px 0px -1px rgba(27, 54, 93, 1);
    width: fit-content;
    border-radius: 50px;
    position: absolute;
    top: 20px;
    left: 40%;
    background: #ffffff;
    z-index: 2;
}

.car_profit {
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
}

.car_profit b {
    color: #1b365d;
    font-weight: 700;
}

.car_wrap {
    position: relative;
}

.car_wrap:before {
    content: "";
    position: absolute;
    top: 23px;
    right: 40px;
    width: 128px;
    height: 40px;
    background: url(../img/car_plachka.png) no-repeat;
}

.car_wrap .car_text .car_props {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.car_wrap .car_text .car_props a {
    display: block;
    font-size: 16px;
    color: #000000;
    padding-left: 40px;
    text-decoration: none;
    font-weight: 700;
}

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

.car_wrap .car_text .car_props a.ico2 {
    background: url("../img/car_ico2.png") 0 50% no-repeat;
}

.car_wrap .car_text .car_props a.ico3 {
    background: url("../img/car_ico3.png") 0 50% no-repeat;
}

.car_wrap .car_text .car_props a.ico4 {
    background: url("../img/car_ico4.png") 0 50% no-repeat;
}

.car_wrap .car_text .car_props a.ico5 {
    background: url("../img/car_ico5.svg") 0 50% no-repeat;
}

.car_wrap .car_image {
    width: 60%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.car_wrap .car_image img {
    position: relative;
    top: 18px;
}

.car_wrap .car_btns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}

.car_wrap .car_btns .btn {
    width: 32%;
}

.car_item .car_gallery_wrap {
    width: 18%;
    height: 350px;
    overflow: hidden;
}

.car_item .car_gallery {
    height: 375px;
}

.car_item .car_gallery .swiper-slide {
    height: 125px !important;
    display: block;
    transform: scale(0.9);
    overflow: hidden;
    opacity: 0.5;
    border-radius: 10px;
    transition: all 0.3s;
}

.car_item .car_gallery .swiper-slide-next {
    transform: scale(1);
    opacity: 1;
    margin-top: -10px;
    margin-bottom: -10px;
    z-index: 1;
}

.car_item .car_gallery .swiper-slide a {
}

.car_item .car_gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car_item .car_gallery .swiper-button-prev,
.car_item .car_gallery .swiper-button-next {
    display: none;
}

.car_item .car_gallery .swiper-scrollbar {
    display: none;
}

/**********************
       COMPLECTS
**********************/

#instock {
    margin-top: 120px;
    background: rgba(0, 0, 0, 0.1);
    padding: 120px 0;
}

#filter_table {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}

#filter_table .select_container {
    width: 32.5%;
}

#filter_table select {
    appearance: none;
    -moz-appearance: none;
    font-family: "Mulish", sans-serif;
    width: 100%;
    height: 42px;
    font-weight: 700;
    background: url("../img/ico_select.png") 95% 50% no-repeat transparent;
    color: #000000;
    border-radius: 100px;
    padding-left: 20px;
    border: 1px solid #000;
}

.tb_complects {
    width: 100%;
}

.tb_complects tr:first-child {
    display: none;
}

.tb_complects tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.tb_complects .compl_image {
    width: 33%;
}

.tb_complects .compl_text {
    padding: 30px;
    width: 64%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(27, 54, 93, 0.2);
}

.tb_complects .compl_title {
    font-size: 18px;
    font-weight: 500;
}

.tb_complects .compl_title span {
    display: block;
    font-weight: 700;
    margin-top: 15px;
}

.tb_complects .compl_techs {
    display: flex;
}

.tb_complects .compl_techs > div {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-right: 16px;
    margin-right: 15px;
}

.tb_complects .compl_techs > div:after {
    content: "";
    display: block;
    width: 1px;
    height: 43px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 0;
    top: 10px;
}

.tb_complects .compl_techs > div:last-child {
    margin-right: 0;
    padding-right: 0;
}

.tb_complects .compl_techs > div:last-child:after {
    display: none;
}

.tb_complects .compl_techs > div b {
    display: block;
    margin-top: 15px;
}

.tb_complects .compl_btns {
    width: 287px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.tb_complects_showmore {
    display: block;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
}

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

.credit {
    padding: 95px 0;
    background: url("../img/credit_bg.jpg") 50% 0 no-repeat;
    margin-bottom: 120px;
}

.credit > img {
    display: none;
}

.credit .blocks_title {
    margin-bottom: 25px;
}

.credit_wrap {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
}

.credit_props {
    font-size: 22px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.credit_props > div {
    padding-left: 16px;
    position: relative;
}

.credit_props > div:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 1px;
    height: 14px;
    background: rgba(0, 0, 0, 0.4);
}

#credit_form {
    margin-top: 25px;
}

#credit_form input[type="tel"],
#credit_form input[type="text"] {
    background: transparent;
}

#credit_form select {
    background-color: transparent;
}

#credit_form input[type="tel"]::placeholder,
#credit_form input[type="text"]::placeholder {
    color: #000000;
}

/**********************
    for-corp-clients
**********************/

.for-corp-clients__content {
    display: flex;
    background-color: rgba(230, 230, 230, 1);
    border-radius: 30px;
    margin-bottom: 120px;
}

.trade-in form .form-group input,
.trade-in form .form-group select,
.for-corp-clients form .form-group input {
    background-color: unset !important;
}

.for-corp-clients__right-block {
    padding: 30px 48px 30px 30px;
    max-width: 484px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: space-around;
}

.for-corp-clients__picture {
    border-radius: 30px;
    height: 427px;
    max-height: 100%;
    display: flex;
    overflow: hidden;
    justify-content: end;
    align-items: stretch;
}

.for-corp-clients__picture img {
    width: 916px;
    height: 100%;
    max-width: unset;
}

.for-corp-clients__list {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 16px;
}

.for-corp-clients__item {
    font-size: 22px;
    font-weight: 400;
    padding-left: 50px;
    line-height: 1.1;
    background-position: left center;
    background-repeat: no-repeat;
}

.for-corp-clients__item.ico1 {
    background-image: url("../img/ico_coins.svg");
}

.for-corp-clients__item.ico2 {
    background-image: url("../img/ico_car.svg");
}

.for-corp-clients__item.ico3 {
    background-image: url("../img/ico_hands.svg");
}

/**********************
        TRADE-IN
**********************/

.trade-in__container {
    position: relative;
    padding: 30px;
    background-color: rgba(230, 230, 230, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.trade-in__container::before {
    position: absolute;
    height: 100%;
    border-radius: 30px;
    right: 1001px;
    /* content: url("../img/img_trade_in1.jpg"); */
    content: "";
    width: 674px;
    background-image: url("../img/img_trade_in1.jpg");
    overflow: hidden;
}

.trade-in__container::after {
    position: absolute;
    height: 100%;
    border-radius: 30px;
    left: 1001px;
    /* content: url("../img/img_trade_in2.jpg"); */
    content: "";
    width: 674px;
    background-image: url("../img/img_trade_in2.jpg");
    overflow: hidden;
}

.trade-in__content {
    max-width: 571px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.trade-in .blocks_title {
    margin-bottom: 0;
}

.trade-in__text {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}

.trade-in__form-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

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

.advantages {
    margin-top: 130px;
}

.ags_list {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    gap: 25px 0;
}

.ags_list > a {
    display: flex;
    align-items: flex-end;
    width: 32%;
    min-height: 300px;
    border-radius: 20px;
    background-color: rgba(245, 244, 243, 0.50);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition: all .4s ease-in;
    position: relative;
    padding: 35px;
    font-size: 26px;
    color: #000000;
    text-decoration: none;
}

.ags_list > a b {
    display: block;
}

.ags_list > a:hover {
    color: #ffffff;
    background-color: #1B365D;
}

.ags_list > a.ico1 {
    background-image: url("../img/advantages/ags_item1_bg.svg");
}

.ags_list > a.ico1:hover {
    background-image: url("../img/advantages/ags_item1_bg_hov.svg");
}

.ags_list > a.ico2 {
    background-image: url("../img/advantages/ags_item2_bg.svg");
}

.ags_list > a.ico2:hover {
    background-image: url("../img/advantages/ags_item2_bg_hov.svg");
}

.ags_list > a.ico3 {
    background-image: url("../img/advantages/ags_item3_bg.svg");
}

.ags_list > a.ico3:hover {
    background-image: url("../img/advantages/ags_item3_bg_hov.svg");
}

.ags_list > a.ico4 {
    background-image: url("../img/advantages/ags_item4_bg.svg");
}

.ags_list > a.ico4:hover {
    background-image: url("../img/advantages/ags_item4_bg_hov.svg");
}

.ags_list > a.ico5 {
    background-image: url("../img/advantages/ags_item5_bg.svg");
}

.ags_list > a.ico5:hover {
    background-image: url("../img/advantages/ags_item5_bg_hov.svg");
}

.ags_list > a.ico6 {
    background-image: url("../img/advantages/ags_item6_bg.svg");
}

.ags_list > a.ico6:hover {
    background-image: url("../img/advantages/ags_item6_bg_hov.svg");
}

.ags_list > a.ico4 b {
    width: 100%;
    height: 54px;
    background: url("../img/advantages/ags_logo.svg") 50% no-repeat;
    background-size: 100%;
    transition: all .4s ease-in;
}

.ags_list > a.ico4:hover b {
    background: url("../img/advantages/ags_logo_hov.svg") 50% no-repeat;
}

.ags_list > a.ico5 b,
.ags_list > a.ico6 b {
    font-size: 120px;
    line-height: 90%;
}

.ags_list > a.ico5 {
    border-radius: 20px 0 0 20px;
}

.ags_list > a.ico6 {
    border-radius: 0 20px 20px 0;
}

.ags_list > a.ico6 i {
    display: block;
    width: 28px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -28px;
    transition: all .4s ease-in;
    background: rgba(245, 244, 243, 0.50);

}

.ags_list > a.ico6:hover i {
    background: #1B365D;
}

.ags_list > a:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 35px;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 20px;
    background-color: #1B365D;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all .4s ease-in;
}

.ags_list > a.ico1:before {
    background-image: url("../img/advantages/ags_ico1.svg");
}

.ags_list > a.ico1:hover:before {
    background-image: url("../img/advantages/ags_ico1_hov.svg");
}

.ags_list > a.ico2:before {
    background-image: url("../img/advantages/ags_ico2.svg");
}

.ags_list > a.ico2:hover:before {
    background-image: url("../img/advantages/ags_ico2_hov.svg");
}

.ags_list > a.ico3:before {
    background-image: url("../img/advantages/ags_ico3.svg");
}

.ags_list > a.ico3:hover:before {
    background-image: url("../img/advantages/ags_ico3_hov.svg");
}

.ags_list > a.ico4:before {
    background-image: url("../img/advantages/ags_ico4.svg");
}

.ags_list > a.ico4:hover:before {
    background-image: url("../img/advantages/ags_ico4_hov.svg");
}

.ags_list > a.ico5:before {
    background-image: url("../img/advantages/ags_ico5.svg");
}

.ags_list > a.ico5:hover:before {
    background-image: url("../img/advantages/ags_ico5_hov.svg");
}

.ags_list > a.ico6:before {
    background-image: url("../img/advantages/ags_ico6.svg");
}

.ags_list > a.ico6:hover:before {
    background-image: url("../img/advantages/ags_ico6_hov.svg");
}



.ags_list > a:after {
    content: "";
    position: absolute;
    top: 30px;
    right: 25px;
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50%;
    background: url("../img/advantages/ags_arrow.svg") 50% no-repeat #1B365D;
    transition: all .4s ease-in;
}

.ags_list > a:hover:before {
    background-color: #ffffff;
}

.ags_list > a:hover:after {
    background: url("../img/advantages/ags_arrow_hov.svg") 50% no-repeat #ffffff;
}

/**********************
        SERVICE
**********************/

.service {
    margin-top: 120px;
}

.service_list {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(6, 1fr);
    justify-content: space-between;
}

.service_item {
    padding: 24px 40px;
    border-radius: 20px;
    border: 1px solid;
    grid-column: span 2;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 290px;
}

.service_item:nth-child(1),
.service_item:nth-child(2) {
    grid-column: span 3;
    min-height: 257px;
}

.service_item::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: -26%;
    top: 6px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    background-size: 40%;
}

.service_item.blue {
    background-image: linear-gradient(180deg, #e8eef9 0%, #e7eef9 100%);
    border-color: rgba(110, 159, 229, 1);
}

.service_item.blue::after {
    background-image: url("../img/service_img-1.jpg");
}

.service_item.yellow {
    background-image: linear-gradient(
            94.8deg,
            #fff8d5 6.94%,
            #fff9d9 43.46%,
            #fffae1 79.97%
    );
    border-color: rgba(214, 203, 84, 1);
}

.service_item.yellow::after {
    background-image: url("../img/service_img-2.jpg");
}

.service_item.violet {
    background: linear-gradient(180deg, #eae7fa 0%, #e7e4fc 100%);
    border-color: rgba(185, 125, 255, 1);
}

.service_item.violet::after {
    background-image: url("../img/service_img-3.jpg");
}

.service_item.blue2 {
    background: radial-gradient(
            62.76% 62.76% at 50% 50%,
            #f2fbfe 0%,
            #eaf6f9 92.86%
    );
    border-color: rgba(89, 133, 192, 1);
}

.service_item.blue2::after {
    background-image: url("../img/service_img-4.png");
}

.service_item.green {
    background: linear-gradient(180deg, #e9ffd7 0%, #eaffda 100%);
    border-color: rgba(119, 214, 40, 1);
}

.service_item.green::after {
    background-image: url("../img/service_img-5.jpg");
}

.service_item.yellow2 {
    background: linear-gradient(180deg, #fef2e1 0%, #fff0d9 100%);
    border-color: rgba(245, 182, 95, 1);
}

.service_item.yellow2::after {
    background-image: url("../img/service_img-6.jpg");
}

.service_item.light-gray {
    background: linear-gradient(180deg, #ececec 0%, #ebebeb 100%);

    border-color: rgba(155, 155, 155, 1);
}

.service_item.light-gray::after {
    background-image: url("../img/service_img-7.jpg");
}

.action {
    align-self: start;
    background: rgba(27, 54, 93, 1);
    color: #fff;
    padding: 4px 8px;
    border-radius: 8px;
    margin-bottom: 4px;
}

.service_item.gray {
    background: linear-gradient(
            111.21deg,
            #c7c7c7 27.32%,
            #bbbbbb 57.13%,
            #939393 95.68%
    );

    border-color: rgba(92, 92, 92, 1);
}

.service_item.gray::after {
    background-image: url("../img/service_img-8.jpg");
}

.service_item .item_name {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: auto;
    margin-bottom: 10px;
}

.service_item .item_props {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: auto;
}

.service_item .item_props > div {
    color: #000;
    font-size: 24px;
    position: relative;
}

.service_item .item_props > div:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.4);
}

.service_item .item_comment {
    font-size: 18px;
    color: #000;
    margin-top: 30px;
    min-height: 257px;
}

.service_item .btn {
    width: 215px;
    margin-top: 25px;
    opacity: 0;
    position: relative;
    z-index: 1;
}

.service_item:hover .btn {
    opacity: 1;
}

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

.contacts {
    margin-top: 120px;
    position: relative;
}

.cont_wrap {
    position: absolute;
    top: 20px;
    left: 15px;
    padding: 40px;
    width: 410px;
    max-width: 100%;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(186, 186, 186, 0.25);
    z-index: 1;
}

.cont_wrap .blocks_title {
    margin-bottom: 20px;
}

.cont_logo_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.cont_logo_wrap .cont_logo1 {
    position: relative;
    padding-right: 16px;
    margin-right: 15px;
}

.cont_logo_wrap .cont_logo1:after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 19px;
    background: rgba(0, 0, 0, 0.4);
}

.cont_wrap .bot_addr {
    padding-left: 30px;
    background: url("../img/ico_loc.png") 0 50% no-repeat;
    margin-bottom: 15px;
}

.cont_wrap .bot_phone {
    display: block;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    padding-left: 30px;
    font-weight: 700;
    background: url("../img/ico_phone.png") 0 50% no-repeat;
}

.cont_wrap .cont_quest {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
}

.cont_worktime {
    margin-top: 14px;
    font-size: 16px;
}

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

#map1 {
    width: 100%;
    height: 584px;
    background: url("../img/map.jpg") 50% no-repeat;
}

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

footer {
    padding: 40px 0;
    display: flex;
    background: #000000;
}

.foot_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    color: #fff;
}

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

footer .disclamer {
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    display: none;
    padding-top: 20px;
}

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

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

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .car_order {
        font-size: 24px;
    }

    .car_profit {
        font-size: 24px;
    }

    header .logo_wrap {
        width: 35%;
    }

    header .top_addr {
        display: none;
    }

    /**************************************************************************************/
    .banner {
        margin-top: 148px;
    }

    .banner picture img {
        height: 500px;
    }

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

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

    .banner_props a b {
        font-size: 30px;
    }

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

    .timer_block .timer_text {
        width: 100%;
    }

    #timer_form {
        width: 100%;
    }

    /**************************************************************************************/
    .car_item .car_wrap {
        padding: 15px;
    }

    .car_wrap .car_text .car_name {
        font-size: 40px;
    }

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

    .car_wrap .car_btns {
        margin-top: 30px;
    }

    .car_item .car_gallery_wrap {
        height: 280px;
    }

    .car_item .car_gallery .swiper-slide {
        height: 107px !important;
    }

    /**************************************************************************************/
    .tb_complects .compl_text {
        flex-flow: wrap;
        padding: 20px;
        width: 55%;
    }

    .tb_complects .compl_image {
        width: 40%;
    }

    .tb_complects .compl_btns {
        width: 100%;
        margin-top: 20px;
    }

    /**************************************************************************************/
    .for-corp-clients__content {
        flex-direction: column;
        align-items: center;
    }

    .for-corp-clients__picture,
    .for-corp-clients__picture img {
        width: 100%;
        height: unset;
    }

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

    .ags_list > a {
        width: 49%;
    }

    /**************************************************************************************/
    .service_list {
        /*flex-direction: column;*/
    }

    .service_item {
        padding: 40px 20px;
        background-size: cover !important;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .menu a {
        font-size: 14px;
    }

    .menu .container > div {
        column-gap: 15px;
    }

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

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


    /**************************************************************************************/
    .cars_items {
        margin-top: 60px;
    }

    .car_item {
        flex-direction: column;
    }

    .car_item .car_wrap {
        width: 100%;
    }

    .car_wrap .car_text {
        width: 36%;
    }

    .car_item .car_gallery_wrap {
        height: auto;
        width: 100%;
        margin-top: 20px;
    }

    .car_item .car_gallery {
        height: auto;
    }

    .car_item .car_gallery .swiper-slide-next {
        margin: 0;
    }

    .car_wrap .car_btns .btn {
        font-size: 12px;
    }

    /**************************************************************************************/
    #instock {
        margin-top: 60px;
        padding: 60px 0;
    }

    .tb_complects .compl_techs > div {
        font-size: 14px;
    }

    .tb_complects .compl_techs > div:after {
        top: 6px;
    }

    /*.tb_complects tr {
            flex-direction: column;
            row-gap: 15px;
        }

        .tb_complects .compl_text {
            width: 100%;
        }

        .tb_complects .compl_image {
            width: 60%;
        }*/
    /**************************************************************************************/
    .credit {
        padding: 0;
        background: none;
    }

    .credit > img {
        display: block;
    }

    .credit_wrap {
        width: 100%;
        padding: 30px 0;
    }

    /**************************************************************************************/
    .service {
        margin-top: 60px;
    }

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

    .service_item {
        width: 100%;
    }

    /**************************************************************************************/
    .cont_wrap .blocks_title {
        margin-bottom: 30px;
    }

    .cont_wrap {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        box-shadow: none;
        margin-bottom: 30px;
    }

    .foot_wrap {
        flex-direction: column;
        text-align: center;
    }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .car_wrap:before {
        position: relative;
        display: block;
        top: 0;
        right: 0;
    }

    .car_order {
        left: auto;
        right: 20px;
    }

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

    .blocks_title {
        font-size: 8vw;
    }

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

    header .m_btn span {
        position: relative;
        display: block;
        width: 30px;
        height: 3px;
        background: #000000;
        transition: all 0.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 0.3s linear;
        z-index: 2;
        padding: 10px 0;
    }

    .menu.active {
        right: 0;
    }

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

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

    .menu a {
        padding: 0;
    }

    /**************************************************************************************/
    header {
        padding: 10px 0;
        box-shadow: 0px 4px 30px 0px rgba(186, 186, 186, 0.25);
    }

    header .container {
        flex-flow: wrap;
    }

    header .logo_wrap {
        width: 85%;
    }

    header .top_addr {
        display: none;
    }

    header .top_phone {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    header .btn {
        display: none;
    }

    /**************************************************************************************/
    .banner {
        margin-top: 82px;
    }

    .banner picture img {
        height: auto;
        width: 100%;
    }

    .title_container {
        position: absolute;
        width: 93%;
        top: 8vw;
        left: 0;
        transform: none;
        padding: 10px;
        border-radius: 10px;
        background: #ffffff9c;
    }

    .title_container .br_mob {
        display: block;
    }

    .title_wrap {
        position: relative;
        top: 0;
        margin-top: 4vw;
        padding: 0;
        background: transparent;
    }

    .title_wrap.title_wrap2 {
        padding: 0;
        margin-bottom: 14px;
    }

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

    .title_container .title2 {
        font-size: 4vw;
        text-align: center;
        /* color: #1b365d; */
    }

    .title_container .title2 b { 
        font-size: 4.5vw;
    }

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

    .banner_props {
        display: grid;
        justify-content: center;
    }

    .banner_props .br_mob {
        display: block;
    }

    .banner_props a {
        padding: 0;
        font-size: 3.4vw;
    }
    .banner_props a:before {
        display: none;
    }

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

    .timer_block {
        width: 100%;
    }

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

    #timer_form {
        margin-top: 130px;
    }

    .timer_block .timer {
        position: absolute;
        top: 60px;
        left: 0;
        display: flex;
        justify-content: center;
        width: 100%;
    }

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

    .timer_text {
        width: 100%;
    }

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

    .timer_text .timer_title br {
        display: block;
    }

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

    /**************************************************************************************/
    .cars_menu {
        column-gap: 0;
        justify-content: space-between;
    }

    .cars_menu a {
        width: 24%;
        font-size: 3.3vw;
    }

    .cars_menu a img {
        transform: scale(0.9) !important;
    }

    .cars_list {
        row-gap: 50px;
    }

    .cars_items {
        margin-top: 50px;
    }

    .car_item {
        flex-direction: column;
    }

    .car_item .car_wrap {
        width: 100%;
        flex-direction: column;
        padding: 70px 15px 20px;
    }

    .car_item .car_wrap:after {
        width: 60%;
        background-position: 50% 40%;
        top: 0;
        transform: translateY(0);
    }

    .car_item .car_image {
        order: 1;
        width: 100%;
    }

    .car_wrap .car_text {
        width: 100%;
        order: 2;
    }

    .car_wrap .car_text .car_name {
        position: absolute;
        top: 10px;
        left: 15px;
        font-size: 8vw;
    }

    .car_wrap .car_text .car_props a {
        font-size: 5vw;
    }

    .car_item .car_gallery_wrap {
        height: auto;
        width: 100%;
        margin-top: 20px;
    }

    .car_item .car_gallery {
        height: auto;
        padding-bottom: 10px;
    }

    .car_item .car_gallery .swiper-slide {
        height: 80px !important;
    }

    .car_item .car_gallery .swiper-slide-next {
        margin: 0;
    }

    .car_wrap .car_image img {
        top: 0px;
    }

    .car_wrap .car_btns {
        order: 3;
        flex-direction: column;
        row-gap: 10px;
        margin-top: 20px;
    }

    .car_wrap .car_btns .btn {
        font-size: 14px;
        width: 100%;
    }

    /**************************************************************************************/
    #instock {
        margin-top: 60px;
        padding: 60px 0;
    }

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

    #filter_table .select_container {
        width: 100%;
    }

    .tb_complects {
        display: flex;
        flex-direction: column;
    }

    .tb_complects .compl_techs > div {
        font-size: 14px;
    }

    .tb_complects .compl_techs > div:after {
        top: 6px;
    }

    .tb_complects tr {
        flex-direction: column;
        row-gap: 5px;
        width: 100%;
    }

    .tb_complects .compl_text {
        width: 100%;
        flex-direction: column;
        padding: 20px;
    }

    .tb_complects .compl_image {
        width: 100%;
    }

    .tb_complects .compl_title {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .tb_complects .compl_title span {
        margin-top: 0;
    }

    .tb_complects .compl_techs {
        width: 100%;
    }

    .tb_complects .compl_btns {
        width: 100%;
        margin-top: 20px;
    }

    /**************************************************************************************/
    .credit {
        padding: 0;
        background: none;
        margin-bottom: 60px;
    }

    .credit > img {
        display: block;
    }

    .credit_wrap {
        width: 100%;
        padding: 30px 0;
    }

    .credit_props > div {
        font-size: 4.1vw;
    }

    .credit_props > div:before {
        top: 3px;
    }

    /**************************************************************************************/
    .for-corp-clients__content {
        flex-direction: column;
        align-items: center;
        border-radius: 15px;
        margin-bottom: 60px;
    }

    .for-corp-clients__picture,
    .for-corp-clients__picture img {
        border-radius: 15px;
        width: 100%;
        height: unset;
    }

    .for-corp-clients__right-block {
        padding: 15px;
    }

    .for-corp-clients__item {
        font-size: 18px;
    }

    /**************************************************************************************/
    .trade-in__container {
        padding: 15px;
        padding-bottom: 220px;
    }

    .trade-in__form-group {
        grid-template-columns: 1fr;
    }

    .for-corp-clients .blocks_title {
        font-size: 6vw;
    }

    .for-corp-clients .blocks_title span:before {
        height: 9px;
    }

    .trade-in__container::after {
        left: 0;
        bottom: 0;
        border-radius: 0;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100%;
        max-height: 200px;
        width: 100%;
    }

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

    .ags_list > a {
        width: 100%;
        padding: 15px;
        font-size: 5vw;
        min-height: 170px;
        border-radius: 20px !important;
    }

    .ags_list > a:before {
        top: 15px;
        left: 15px;
    }

    .ags_list > a:after {
        top: 15px;
        right: 15px;
    }

    .ags_list > a.ico4 img {
        width: 65%;
    }

    .ags_list > a.ico5 b, .ags_list > a.ico6 b {
        display: inline-block;
        font-size: 9vw;
        line-height: 100%;
    }

    /**************************************************************************************/
    .service {
        margin-top: 40px;
    }

    .service .blocks_title {
        margin-bottom: 20px;
    }

    .service_list {
        row-gap: 15px;
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }

    .service_item {
        width: 100%;
        overflow: hidden;
        padding: 20px;
        grid-column: 1 !important;
        background-position: 65% 50% !important;
        min-height: 210px !important;
    }

    .service_item::after {
        top: -23px;
    }

    .service_item .item_name {
        font-size: 5vw;
        margin-bottom: 15px;
    }

    .service_item .item_props > div {
        font-size: 5vw;
    }

    .service_item .item_comment {
        font-size: 4vw;
        margin-top: 15px;
    }

    .service_item .btn {
        width: 100%;
        opacity: 1;
    }

    /**************************************************************************************/
    .contacts {
        margin-top: 50px;
    }

    .cont_wrap .blocks_title {
        margin-bottom: 30px;
    }

    .cont_wrap .cont_quest {
        font-size: 5vw;
        /*text-align: center;*/
    }

    .cont_wrap {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        box-shadow: none;
        margin-bottom: 30px;
    }

    .cont_wrap .bot_addr {
        font-size: 4.5vw;
    }

    #map1 {
        height: 350px;
    }

    /**************************************************************************************/
    footer {
        padding: 20px 0;
    }

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

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 460px) {
    .title_container .title1 {
        font-size: 5vw;
    }
    .title_container .title2 {
        font-size: 5vw;
    }

    .timer_block .timer {
        top: 12vw;
    }

    .banner_props a {
        min-height: 32px;
        font-size: 4.2vw;
    }

    .banner_props a:before {
        width: 32px;
        height: 32px;
        background-size: contain !important;
    }

    .banner {
        margin-top: 74px;
    }
}

@media (max-width: 390px) {

    .timer_text .timer_title {
        font-size: 5vw;
    }

    .car_order {
        padding: 9px 12px;
        font-size: 16px;
        right: 18px;
        top: 10px;
    }
}

@media (max-width: 360px) {
    .timer div[id^="timer"] {
        transform: scale(0.5) !important;
    }
}

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