* {

    padding: 0;

    margin: 0;

    box-sizing: border-box;

}



html {

    overflow-x: hidden;

}



body {

    font-family: 'Roboto', sans-serif;

    font-size: 16px;

    color: #2E2D2D;

    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 !important;

}



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 {

    color: inherit;

    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: 100%;

    position: relative;

}



@media (min-width: 1200px) {

    .container {

        width: 1450px;

        max-width: 100%;

    }

    .cars_items .container{
        width: 1470px;
    }

}



.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 !important;

    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_phon_text {
    font-size: 16px;
    padding-left: 0;
    text-align: center;
    margin-top: 14px;
}

.form_phon_text a {
    font-weight: 700;
}

form .form-group {

    margin-bottom: 5px;

    position: relative;

}



form .form-group input[type=tel], form .form-group input[type=text], form .form-group select {

    height: 50px;

    width: 100%;

    color: #000000;

    font-size: 14px;

    box-sizing: border-box;

    font-weight: 400;

    font-family: 'OpenSans', sans-serif;

    padding: 0px 20px;

    outline: none;

    background: transparent;

    border-radius: 5px;

    border: 1px solid #A6A6A6;

}



form .form-group select {

    appearance: none;

    -moz-appearance: none;

    /* Firefox */

    -webkit-appearance: none;

    /* Safari and Chrome */

    background: url(../img/ico_select.svg) 95% 50% no-repeat transparent;

    font-family: 'OpenSans', sans-serif;

    outline: none;

}



form .form-group button {

    width: 100%;

    cursor: pointer;

    font-family: 'OpenSans', 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;

}


.cookie_text {
    position: fixed;
    bottom: 10px;
    width: 384px;
    right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    z-index: 99999;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0 .625em 1.875em rgba(0,0,2,.3);
    font-size: 14px;
    border-radius: 7px;
    color: #5e6266;;

}

.cookie_title {
    font-size: 18px;
    color: #2c2f31;
    margin-bottom: 10px;
}

.cookie_text.hide {
    display: none;
}

.cookie_text a {
    color: #2c2f31;
    text-decoration: underline;
}

.cookie_text p {
    max-width: 100%;
}

.cookie_text button {
    border-radius: 7px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    background: #30363c;
    text-transform: none;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    margin-top: 20px;
}



.btn {

    box-sizing: border-box;

    background: #060A0F;

    display: flex;

    align-items: center;

    justify-content: center;

    max-width: 100%;

    height: 50px;

    font-size: 16px;

    font-weight: 400;

    color: #ffffff;

    text-decoration: none;

    outline: none;

    border: none;

    transition: all .3s;

    text-align: center;

    position: relative;

    border-radius: 5px;

}



.btn span {

    position: relative;

    z-index: 1;

}



.btn.dark {

    background: #303C48;

}



.btn.glass {

    background: transparent;

    color: #2E2D2D;

    border: 1px solid #2E2D2D;

}



.btn.glass:hover {

    color: #231f20;

    border-color: #231F20;

}



.btn:before {

    content: '';

    position: absolute;

    top: calc(50% - 10px);

    left: calc(50% - 10px);

    width: 20px;

    height: 20px;

    background: #37AEB3;

    border-radius: 5px;

    transition: all .5s;

    opacity: 0;

}



.btn:hover:before {

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    opacity: 1;

}



.btn.dark:before {

    background: #231F20;

}



.btn.glass:before {

    background: rgba(48, 60, 72, 0.2);

}



.btn.white {

    background: white;

    color: #2E2D2D;

    border: 1px solid #2E2D2D;

}



.btn.white:hover {

    color: #231f20;

    border-color: #231F20;

    color: white;

}



.btn.white:hover:before {

    background: #37AEB3 !important;

}



.btn.gray {

    background: #F2F2F2;

    color: #060A0F;

    border: 0px solid #2E2D2D;

}



.btn.gray:hover {

    color: white;

}



.btn.gray:hover:before {

    background: #37AEB3;

}



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

        HEADER

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

header {

    position: fixed;

    /* top: -100%; */

    left: 0;

    right: 0;

    background: #1E1E21;

    transition: all .4s ease-out;

    z-index: 15;

    color: #FFFFFF;

}



header.show {

    top: 0;

}



.head_wrap {

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-bottom: 1px solid #D9D9D9;

    padding: 20px 0;

    padding-bottom: 11px;

}



.logo_wrap {

    display: flex;

    align-items: center;

}



.logo_wrap .logo1 {

    margin-right: 31px;

}



.logo_wrap .logo_text {

    color: #939393;

    margin-left: 20px;

    padding-left: 20px;

    border-left: 1px solid #E6E7E8;

}



.logo_wrap .logo_text b {

    display: block;

    color: #000000;

}



.top_addr {

    padding-left: 54px;

    background: url("../img/ico_loc.svg") 0 50% no-repeat;

}



.top_addr b {

    font-size: 14px;

    display: block;

    color: #F2F2F2;

    margin-bottom: 5px;

}



.top_phone {

    font-weight: 500;

    letter-spacing: 0.5px;

    padding-left: 54px;

    background: url("../img/ico_phone.svg") 0 50% no-repeat;

}



.top_phone b {

    font-size: 14px;

    display: block;

    color: #F2F2F2;

    margin-bottom: 5px;

}



.menu_wrap {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 16px 0;

}



.menu {

    display: flex;

    gap: 0 68px;

    padding-bottom: 5px;

}



.menu a {

    position: relative;

}



.menu a span {

    text-decoration: none;

    display: block;

    padding: 10px 0;

    position: relative;

    z-index: 1;

    text-align: center;

    -webkit-background-clip: text;

    /* -webkit-text-fill-color: transparent; */

    background-image: linear-gradient(to right, #0B71BB, #0B71BB 50%, #231F20 50%);

    background-size: 200% 100%;

    background-position: -100%;

    transition: all .4s ease-out;

}



.menu a span::before {

    display: block;

    content: '';

    width: 0;

    height: 1px;

    bottom: 0px;

    left: 0;

    width: 100%;

    opacity: 0;

    z-index: 0;

    position: absolute;

    background: #37AEB3;

    transition: all .4s ease-out;

}



.menu a:hover span {

    background-position: 0%;

    color: #37AEB3;

}



.menu a:hover span::before {

    width: 100%;

    opacity: 1;

}



.menu_wrap .btn {

    width: 220px;

    border-radius: 12px;

}



.menu_wrap .btn:before {

    border-radius: 12px;

    /* background: #37AEB3 !important; */

}



.menu_wrap .btn:hover {

    color: white;

}



header .m_btn {

    display: none;

}



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

        BANNER

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

.banner {

    margin-top: 156px;

}



.banner picture img {

    max-width: none;

    height: 664px;

    transform: translateX(-50%);

    left: 50%;

    display: block;

    position: relative;

}



.title_container {
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
    width: 100%;
    display: block;
    background-color: #ffffff93;
    padding: 20px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); 
}

.title_container .br_mob {
    display: none;
}

.title_date {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-left: 42px;
    font-size: 32px;
    font-weight: 400;
}

.title_date:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../img/title_date_ico.svg) 50% 50% no-repeat;
}

.title_container .title1 {
    margin-top: 10px;
    font-family: 'Russo One';
    font-size: 52px;
}

.title_container .title1 span {
    color: #37AEB3;
}

.title_container .title2 {
    margin-top: 6px;
    font-size: 48px;
    font-weight: 400;
}
.title_container .title2 span {
    display: inline-block;
    padding: 0px 14px;
    font-weight: 600;
    line-height: 116%;
    border-radius: 12px;
    background: #37AEB3;
    color: #ffffff;
}




.title_profit {
    position: absolute;
    padding-left: 82px;
    padding-right: 12px;
    top: 554px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 6px;
    height: 88px;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    background: url(../img/title_profit_plashka.png) 100% 100% no-repeat;
    z-index: 2;
}
.title_profit b {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.title_profit:before {
    content: '';
    position: absolute;
    top: 0;
    left: -9px;
    width: 75px;
    height: 75px;
    border-radius: 100px;
    background: url(../img/title_profit_ico.svg) 50% 50% no-repeat #37AEB3;
    transition: all 0.2s linear;
}
.title_profit:hover:before {
    background-color: #000000;
}


.title_container .title3 {

    margin-top: -8px;

    display: block;

    transform: rotate(-0.093deg);

    padding: 8px 30px;

    font-size: 40px;

    border-radius: 5px;

    background: #0B71BB;

}



.title_container .btn {

    font-family: 'Roboto', sans-serif;

    margin-left: auto;

    width: 400px;

    max-width: 100%;

    border: 0;

    border-radius: 12px;

    margin-top: 280px;

}



.title_container .btn:before {

    border-radius: 12px;

    background: #37AEB3 !important;

}



.title_container .btn:hover {

    color: white;

}



.timer_block {

    background: #1E1E21;

    padding: 18px 0;

}



.timer_block .container {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.timer_block .timer_title {

    font-family: "Russo One", sans-serif;

    font-size: 36px;

    color: #ffffff;

    font-weight: 400;

    /* text-transform: uppercase; */

    padding-bottom: 15px;

}



.timer_block .timer {

    padding-bottom: 15px;

    white-space: nowrap;

}



.timer_block .form-group {

    margin-bottom: 5px;

}



span[id^=timer-number] {

    font-family: "Russo One";

    font-weight: 700;

}



span[id^=timer-text] {

    font-family: "Russo One";

}



#timer_form {

    width: 460px;

    max-width: 100%;

}



#timer_form input[type=tel] {

    border-color: #ffffff;

    color: #ffffff;

}



#timer_form input[type=tel]::placeholder {

    color: #ffffff;

}



#timer_form .agree_field {

    color: #e6e7e8;

    display: block;

    margin-top: 9px;

}



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

         CARS

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

.cars_items {

    margin-top: 150px;

    margin-bottom: -120px;

}



.blocks_title {

    font-family: "Russo One";

    display: flex;

    justify-content: center;

    font-size: min(6.7vw,50px);

    font-weight: 400;

    margin-bottom: 25px;

}



.blocks_title span {

    display: block;

    /* border-bottom: 2px solid #303C48; */

    padding-bottom: 10px;

    line-height: 1;

}



.blocks_text {

    font-size: 16px;

    margin-bottom: 20px

}



.cars_menu {

    margin-bottom: 63px;

}



.cars_menu .swiper-wrap {

    display: flex;

    justify-content: center;

    gap: 10px 20px;

    flex-wrap: wrap;

}



.cars_menu a {

    font-family: "Russo One";

    display: flex;

    align-items: center;

    font-size: 24px;

    font-weight: 700;

    color: #D0D0D0;

    height: 90px;

    padding: 0 20px 0 100px;

    border-radius: 10px;

    text-transform: uppercase;

    transition: all .4s ease-out;

}



.cars_menu a.num1 {

    background: url("../img/num1.svg?v=2") 20px 50% no-repeat #F2F2F2;

}



.cars_menu a.num1:hover {

    background-image: url("../img/num1_hov.svg?v=2");

}



.cars_menu a.num2 {

    background: url("../img/num2.svg?v=2") 20px 50% no-repeat #F2F2F2;

}



.cars_menu a.num2:hover {

    background-image: url("../img/num2_hov.svg?v=2");

}



.cars_menu a.num3 {

    background: url("../img/num3.svg?v=2") 20px 50% no-repeat #F2F2F2;

}



.cars_menu a.num3:hover {

    background-image: url("../img/num3_hov.svg?v=2");

}



.cars_menu a.num4 {

    background: url("../img/num4.svg?v=2") 20px 50% no-repeat #F2F2F2;

}



.cars_menu a.num4:hover {

    background-image: url("../img/num4_hov.svg?v=2");

}



.cars_menu a.num5 {

    background: url("../img/num5.svg?v=2") 20px 50% no-repeat #F2F2F2;

}



.cars_menu a.num5:hover {

    background-image: url("../img/num5_hov.svg?v=2");

}

.cars_menu a.num6 {

    background: url("../img/num6.svg?v=2") 20px 50% no-repeat #F2F2F2;

}



.cars_menu a.num6:hover {

    background-image: url("../img/num6_hov.svg?v=2");

}


.cars_menu a:hover {

    background-color: #37AEB3;

    color: white;

}



.car_item {

    margin-bottom: 121px;

    /* background: url("../img/car_bg.svg") 0 0 no-repeat #E6E7E8; */

    padding: 0px 0 57px;

    background: #F2F2F2;

}



.car_wrap {

    display: flex;

    justify-content: space-between;

    padding-top: 81px;

    overflow: hidden;

}



.car_image_wrap {

    width: 49%;

    position: relative;

    display: flex;

    flex-direction: column;

}



.car_title {

    display: flex;

    align-items: flex-end;

    /* flex-direction: column; */

    position: relative;

    /* padding-left: 186px; */

    margin-top: -12px;

    display: flex;

}



.car_num {

    position: relative;

    left: 0;

    top: -10px;

    padding-right: 15px;

}



.car_name {

    display: inline-block;

    font-family: "Russo One";

    font-weight: 700;

    font-size: 40px;

    text-transform: uppercase;

    padding-bottom: 0px;

    order: 2;

    white-space: nowrap;

}



.car_comment {

    font-family: 'Roboto', sans-serif;

    font-size: 14px;

    font-weight: 400;

    color: #A6A6A6;

    margin-top: 11px;

    margin-bottom: 3px;

    text-transform: none;

}



.car_offer {

    position: absolute;

    top: 0px;

    right: 15px;

    height: 81px;

    display: flex;

    align-items: center;

    padding-left: 105px;

    /* background: #0B71BB; */

    /* border-radius: 10px; */

    color: #ffffff;

    font-family: "Russo One";

    font-size: 24px;

    font-weight: 400;

    text-align: center;

    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzQyIiBoZWlnaHQ9IjgxIiB2aWV3Qm94PSIwIDAgNzQyIDgxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNjlfMzM4KSI+CjxwYXRoIGQ9Ik03NDIgMFY4MUgxMDEuODg1Qzk4Ljc1MzEgODEgOTUuNzQ1MyA3OS43NzU2IDkzLjUwMzkgNzcuNTg4MUwyNi44MjkyIDEyLjUyQzE5LjkxOCA1Ljc3NTM4IDEwLjY0MzkgMiAwLjk4NzE4NyAySC0xMTc4VjBMNzQyIDBaIiBmaWxsPSIjMzdBRUIzIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNjlfMzM4Ij4KPHJlY3Qgd2lkdGg9Ijc0MiIgaGVpZ2h0PSI4MSIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);

}



.car_offer b {

    font-size: 36px;

    margin-left: 16px;

}



.car_offer:before {

    content: '';

    position: absolute;

    left: 100%;

    top: 0;

    bottom: 0px;

    width: 1000px;

    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjE3IiBoZWlnaHQ9IjgxIiB2aWV3Qm94PSIwIDAgNjE3IDgxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNzBfMzQwKSI+CjxwYXRoIGQ9Ik02MTcgMFY4MUgtMjIzLjE5NUMtMjI2LjA3MyA4MSAtMjI4Ljg1NSA3OS45NjU5IC0yMzEuMDM0IDc4LjA4NjJMLTMwOC44MTcgMTAuOTg0M0MtMzE1LjUzNiA1LjE4ODUgLTMyNC4xMTMgMiAtMzMyLjk4NiAySC0xNjcwVjBMNjE3IDBaIiBmaWxsPSIjMzdBRUIzIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNzBfMzQwIj4KPHJlY3Qgd2lkdGg9IjYxNyIgaGVpZ2h0PSI4MSIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K) left top no-repeat;

}



.car_offer:after {

    content: '';

    position: absolute;

    right: 100%;

    top: 0;

    bottom: 1px;

    width: 3000px;

    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTk0MCIgaGVpZ2h0PSI4MSIgdmlld0JveD0iMCAwIDE5NDAgODEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF83MF8zNDMpIj4KPHBhdGggZD0iTTI2ODIgMFY4MUgyMDQxLjg5QzIwMzguNzUgODEgMjAzNS43NSA3OS43NzU2IDIwMzMuNSA3Ny41ODgxTDE5NjYuODMgMTIuNTJDMTk1OS45MiA1Ljc3NTM4IDE5NTAuNjQgMiAxOTQwLjk5IDJILTE2VjBMMjY4MiAwWiIgZmlsbD0iIzM3QUVCMyIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzcwXzM0MyI+CjxyZWN0IHdpZHRoPSIxOTQwIiBoZWlnaHQ9IjgxIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=) left top repeat-x;

}



.car_image {

    /* position: absolute; */

    /* width: 138%; */

    /* left: -16%; */

    bottom: 10px;

    margin-left: -60px;

    justify-self: flex-end;

    margin-top: auto;

}



.car_colors {

    width: 100%;

    display: flex;

    justify-content: center;

    gap: 0 28px;

    margin-top: -30px;

    display: none;

}



.car_colors > div {

    width: 6px;

    height: 6px;

    position: relative;

    border-radius: 50%;

    cursor: pointer;

}



.car_colors > div:before {

    content: '';

    box-sizing: border-box;

    position: absolute;

    top: -7px;

    left: -7px;

    width: 20px;

    height: 20px;

    border: 1px solid #231F20;

    border-radius: 50%;

    transition: all .4s ease-out;

    opacity: 0;

}



.car_colors > div.active:before {

    opacity: 1;

}



.car_text {

    width: 32%;

    display: flex;

    flex-direction: column;

    margin-top: 74px;

    flex-shrink: 0;

}



.car_props {

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

    gap: 8px 0;

    min-width: 220px;

    width: 220px;

    margin-right: 20px;

    margin-left: 20px;

    margin-top: 74px;

}



.car_props > a {

    width: 100%;

    display: flex;

    align-items: center;

    min-height: 101px;

    border-radius: 10px;

    border: 1px solid #A6A6A6;

    padding-left: 18px;

    position: relative;

    overflow: hidden;

    font-size: 16px;

    transition: all .2s ease-out;

}



.car_props > a:before {

    /* content: ''; */

    /* display: block; */

    /* width: 40px; */

    /* height: 40px; */

    /* position: absolute; */

    /* top: -20px; */

    /* right: -20px; */

    /* border-radius: 50%; */

    /* background: #303C48; */

    /* transition: all .4s ease-out; */

    content: '';

    position: absolute;

    top: calc(50% - 10px);

    left: calc(50% - 10px);

    width: 20px;

    height: 20px;

    background: #37AEB3;

    border-radius: 5px;

    transition: all .4s;

    opacity: 0;

}



.car_props > a:hover:before {

    transform: scale(21);

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    opacity: 1;

}



.car_props > a span {

    display: flex;

    align-items: center;

    position: relative;

    z-index: 1;

    padding-left: 45px;

    min-height: 35px;

    transition: all .4s ease-out;

}



.car_props > a.ico1 span {

    background: url("../img/car_ico1.png?v=2") 0 50% no-repeat;

}



.car_props > a.ico1:hover span {

    background: url("../img/car_ico1_hov.png") 0 50% no-repeat;

}



.car_props > a.ico2 span {

    background: url("../img/car_ico2.png") 0 50% no-repeat;

}



.car_props > a.ico2:hover span {

    background: url("../img/car_ico2_hov.png") 0 50% no-repeat;

}



.car_props > a.ico3 span {

    background: url("../img/car_ico3.png") 0 50% no-repeat;

}



.car_props > a.ico3:hover span {

    background: url("../img/car_ico3_hov.png") 0 50% no-repeat;

}



.car_props > a.ico4 span {

    background: url("../img/car_ico4.png") 0 50% no-repeat;

}



.car_props > a.ico4:hover span {

    background: url("../img/car_ico4_hov.png") 0 50% no-repeat;

}



.car_props > a.ico5 span {

    background: url("../img/car_ico5.png") 0 50% no-repeat;

}



.car_props > a.ico5:hover span {

    background: url("../img/car_ico5_hov.png") 0 50% no-repeat;

}



.car_props > a.ico6 span {

    background: url("../img/car_ico6.png") 0 50% no-repeat;

}



.car_props > a.ico6:hover span {

    background: url("../img/car_ico6_hov.png") 0 50% no-repeat;

}



.car_props > a:hover {

    color: #ffffff;

    border-color: #37AEB3;

}



.car_gallery_wrap {

    margin-top: 30px;

    position: relative;

    height: 230px;

    max-width: 100%;

    align-self: flex-end;

    flex-shrink: 0;

    overflow: hidden;

}



.car_gallery {

    width: 150%;

    margin-left: -25% !important;

    height: 100%;

    padding-bottom: 40px !important;

}



.car_gallery .swiper-wrapper {

    align-items: center;

}



.car_gallery .swiper-slide {

    overflow: hidden;

    border-radius: 5px;

    position: relative;

    height: 126px;

    transition: all .4s ease-out;

    opacity: .5;

}



.car_gallery .swiper-slide img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.car_gallery .swiper-slide-next {

    transform: scale(1.5) !important;

    z-index: 2;

    opacity: 1;

}



.car_gallery_wrap .swiper-button-prev, .car_gallery_wrap .swiper-button-next {

    top: 47%;

    width: 28px;

    height: 28px;

    background: url("../img/car_prev.svg") 50% no-repeat;

    left: 0;

    display: none;

}



.car_gallery_wrap .swiper-button-next {

    background: url("../img/car_next.svg") 50% no-repeat;

    right: 0;

    left: unset;

}



.car_gallery_wrap .swiper-button-prev:after, .car_gallery_wrap .swiper-button-next:after {

    display: none !important;

}



.car_gallery .swiper-pagination {

    bottom: 6px !important;

    min-height: 12px;

    align-items: center;

}



.car_gallery .swiper-pagination-bullet {

    width: 4px;

    height: 4px;

    background: #303C48;

    border-radius: 50%;

    margin: 0 5px !important;

    opacity: 1;

    position: relative;

}



.car_gallery .swiper-pagination-bullet:before {

    content: '';

    box-sizing: border-box;

    display: block;

    position: absolute;

    top: -4px;

    left: -4px;

    width: 12px;

    height: 12px;

    border: 1px solid #303C48;

    border-radius: 50%;

    transition: all .4s ease-out;

    opacity: 0;

}



.car_gallery .swiper-pagination-bullet-active:before {

    opacity: 1;

}



.car_btns {

    /* margin-top: 45px; */

    display: flex;

    justify-content: space-between;

    flex-direction: column;

    gap: 10px;

}



.car_btns .btn {

    width: 100%;

}



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

       COMPLECTS

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

#instock {

    padding-top: 155px;

    margin-top: 0 !important;

    background: #1E1E21;

    color: white;

    padding-bottom: 128px;

}



#instock .blocks_title {

    font-size: min(6.7vw,50px);

    padding-bottom: 0;

    margin-bottom: 35px;

}



#instock .blocks_title span {

    padding-bottom: 0;

}



.instock_title {

    font-size: 42px;

    border-bottom: 2px solid #000;

    padding-bottom: 5px;

}



#filter_table {

    display: flex;

    justify-content: space-between;

    margin-top: 0px;

}



#filter_table .select_container {

    width: 32.5%;

}



#filter_table select {

    font-family: Roboto;

    color: white;

    appearance: none;

    -webkit-appearance: none;

    width: 100%;

    height: 50px;

    font-size: 14px;

    border-radius: 5px;

    border: 1px solid #303C48;

    padding-left: 20px;

    background: url("../img/ico_select_compl.svg") 95% 50% no-repeat;

}



#filter_table option {

    color: black;

}



.filter_quick_menu {

    display: none;

}



.filter_quick_menu li {

    display: block;

    width: 113px;

    height: 46px;

    border-radius: 50px;

    border: 1px solid #000;

    cursor: pointer;

    transition: all 0.3s;

}



.filter_quick_menu li span {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    height: 100%;

}



.filter_quick_menu li:hover {

    color: #0b70b7;

    border-color: #0b70b7;

}



.filter_quick_menu li.current {

    background: #0b70b7;

    color: #ffffff;

    border-color: #0b70b7;

}



.tb_complects > div:first-child {

    display: none;

}



.tb_complects {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    flex-flow: wrap;

    gap: 40px 20px;

    margin-top: 50px;

}



.tb_complects > div {

    width: 100%;

    position: relative;

    color: #2E2D2D;

}



.compl_colors {

    width: 100%;

    display: flex;

    justify-content: center;

    gap: 0 6px;

    margin-top: -80px;

    margin-bottom: 24px;

}



.compl_colors > div {

    width: 12px;

    height: 12px;

    position: relative;

    border-radius: 50%;

    cursor: pointer;

}



.compl_colors > div:before {

    content: '';

    box-sizing: border-box;

    position: absolute;

    top: -3px;

    left: -3px;

    width: 18px;

    height: 18px;

    border: 1px solid #C4C4C4;

    border-radius: 50%;

    transition: all .4s ease-out;

    opacity: 0;

}



.compl_colors > div.active:before {

    opacity: 1;

}



.compl_offer {

    font-family: "Russo One";

    border-radius: 10px;

    background: #0B71BB;

    padding: 33px 6px;

    font-size: 14px;

    color: #ffffff;

    position: absolute;

    top: 0;

    right: 0;

    text-align: center;

    z-index: 1;

}



.compl_wrap {

    padding: 0 20px 30px;

    position: relative;

}



.compl_wrap:before {

    content: '';

    display: block;

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 350px;

    border-radius: 10px;

    background: #EFF0F0;

}



.compl_name {

    color: white;

    font-size: 20px;

    font-family: "Russo One";

    font-weight: 400;

    /* text-transform: uppercase; */

}



.compl_name span {

    font-family: 'Roboto', sans-serif;

    font-size: 20px;

    display: block;

    font-weight: 400;

    color: #37AEB3;

    text-transform: none;

    margin-top: 5px;

}



.compl_image {

    border-radius: 10px;

    background: #FFF;

    box-shadow: 0px 0px 15.2px 0px rgba(0, 0, 0, 0.05);

    position: relative;

    margin-top: 20px;

    overflow: hidden;

}



.compl_techs {

    display: flex;

    justify-content: space-between;

    padding: 0px 20px 20px;

    margin-top: 0px;

    color: #A6A6A6;

}



.compl_techs > div b {

    display: block;

    font-weight: 700;

    margin-top: 0px;

}



.compl_props {

    border-radius: 10px;

    /* border: 1px solid #303C48; */

    /* padding: 15px 20px; */

    display: flex;

    justify-content: space-between;

    position: relative;

    margin-top: 45px;

}

.compl_props .ico1 span{
    color: white;
    background-color: #37AEB3 !important;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 65px;
    padding-right: 80px;
    position: absolute;
    left: -21px;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 20% 100%, 0 100%);
}



.compl_props > a {

    display: flex;

    align-items: center;

    min-height: 36px;

    padding-left: 44px;

    line-height: 1.4;

}



.compl_props .ico1 span  {

    background: url("../img/car_ico1.png") 15px 50% no-repeat;

}

.compl_props > a.ico1 {
    padding-left: 0px;
}

.compl_props > a.ico2 {

    background: url("../img/compl_ico2.png") 0 50% no-repeat;

}



.compl_btns {

    margin-top: 30px;

    display: flex;

    flex-direction: column;

    gap: 5px 0;

}



.compl_btns .glass {

    border-color: white;

    color: white;

}



.compl_btns .glass:hover:before {

    background: #F2F2F2;

}



.tb_complects_showmore {

    font-size: 16px;

    display: block;

    margin-top: 49px;

    text-decoration: underline;

    color: ï¿½ï¿½ï¿½ï¿½ï¿½;

}



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

       CREDIT

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

.credit {

    padding-top: 20px;

    padding-bottom: 20px;

    position: relative;

    background: #1E1E21;

}



.credit_img {

    width: 1130px;

    height: 461px;

    position: absolute;

    top: 50%;

    right: 555px;

    transform: translateY(-50%);

    border-radius: 0 10px 10px 0;

    overflow: hidden;

    z-index: 1;

}



.credit_img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: all .4s ease-out;

}



.credit_img:hover img {

    transform: scale(1.05);

}



.credit_wrap {

    /* background: url("../img/wrap_bg.jpg") 0 50% no-repeat #E6E7E8; */

    background: #F2F2F2;

    padding: 26px 29px;

    width: 520px;

    margin-left: auto;

    border-radius: 10px;

    min-height: 461px;

    background-size: 100%;

}



.credit .blocks_title {

    font-size: 49px;

    margin-bottom: 14px;

    justify-content: flex-start;

}



.credit_comment {

    /* margin-top: 13px; */

    padding-left: 40px;

    background: url("../img/credit_ico.svg") 0 50% no-repeat;

}



#credit_form {

    margin-top: 18px;

}



#credit_form button {

    margin-top: 20px;

}



#credit_form .agree_field {

    display: block;

    margin-top: 14px;

}



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

        TRADEIN

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

.tradein {

    background: #1E1E21;

    /* padding-top: 20px; */

    /* padding-bottom: 20px; */

    position: relative;

    padding-bottom: 20px;

}



.tradein_img {

    position: absolute;

    top: 50%;

    left: 555px;

    transform: translateY(-50%);

    border-radius: 10px 0 0 10px;

    overflow: hidden;

    width: 1130px;

    height: 497px;

    z-index: 1;

}



.tradein_img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: all .4s ease-out;

}



.tradein_img:hover img {

    transform: scale(1.05);

}



.tradein_wrap {

    /* background: url("../img/wrap_bg.jpg") 0 50% no-repeat #E6E7E8; */

    background: #F2F2F2;

    background-size: cover;

    padding: 26px 29px;

    width: 520px;

    border-radius: 10px;

    min-height: 497px;

}



.tradein .blocks_title {

    justify-content: flex-start;

}



.tradein_comment {

    margin-top: 20px;

    padding-left: 54px;

    background: url("../img/tradein_ico.svg") 0 50% no-repeat;

}



#tradein_form {

    margin-top: 20px;

}



#tradein_form .agree_field {

    display: block;

}



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

      TEST-DRIVE

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

.test_drive {

    padding: 0px 0 0px;

    background: url("../img/test_drive_bg.jpg") 50% no-repeat;

    margin: 0;

    height: 654px;

    display: flex;

    align-items: center;

}



.test_drive > img {

    display: none;

}



.test_drive_wrap {

    width: 520px;

    max-width: 100%;

    /* margin-left: 120px; */

    background: #1E1E21;

    border-radius: 10px;

    padding: 30px;

    color: white;

}



.test_drive_title {

    font-family: "Russo One";

    font-size: 20px;

    text-transform: uppercase;

    margin-bottom: 20px;

}



#test_drive_form {

    margin-top: 30px;

}



#test_drive_form .btn:before {

    border-radius: 5px;

    background: #37AEB3 !important;

}



#test_drive_form .btn:hover {

    color: white;

}



#test_drive_form .form-group {

    margin-bottom: 10px;

}



#test_drive_form .form_disc {

    font-size: 14px;

}



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

      CONTACTS

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

.contacts {

    background: #1E1E21;

    color: white;

    padding: 50px 0;

    padding-bottom: 30px;

}



.contacts_wrap {

    /* margin-top: 70px; */

    display: flex;

    flex-direction: column;

    /* justify-content: space-between; */

    /* align-items: center; */

    /* padding-right: 250px; */

    width: 33.33333%;

    color: #000000;

    border-radius: 10px;

    background: #E6E7E8;

    padding: 30px;

}



.contacts_wrap .blocks_title {

    font-size: 50px;

    text-align: left;

    justify-content: flex-start;

    margin-bottom: 19px;

}



.contacts_wrap .blocks_text {

    margin-bottom: 14px;

}



.contacts_wrap .bot_addr {

    margin-bottom: 8px;

}



.contacts_img {

    height: 203px;

    width: 100%;

    overflow: hidden;

}



.contacts_img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: all .4s ease-out;

}



.contacts_img:hover img {

    transform: scale(1.05);

}



.bot_addr {

    padding-left: 49px;

    background: url("../img/ico_loc.svg") 0 50% no-repeat;

    margin-bottom: 25px;

}



.bot_addr b {

    font-size: 14px;

    font-weight: 400;

    display: block;

    color: #A6A6A6;

    margin-bottom: 5px;

}



.bot_phone {

    padding-left: 49px;

    background: url("../img/ico_phone.svg") 0 50% no-repeat;

}



.bot_phone b {

    font-size: 14px;

    font-weight: 400;

    display: block;

    color: #A6A6A6;

    margin-bottom: 5px;

}



.bot_worktime {

    padding-left: 49px;

    background: url(../img/ico_worktime.svg) 0 50% no-repeat;

    margin-bottom: 8px;

}



.bot_worktime b {

font-size: 14px;

    font-weight: 400;

    display: block;

    color: #A6A6A6;

    margin-bottom: 5px;

}



.map_wrap {

    /* margin-top: 70px; */

    display: flex;

    justify-content: space-between;

    gap: 0 21px;

}



#cont_form {

    width: 33%;

    border-radius: 10px;

    background: #E6E7E8;

    padding: 20px;

}



.form_comment {

    font-family: "Russo One";

    font-size: 24px;

    font-weight: 700;

    margin-bottom: 20px;

}



#map1 {

    width: 66.66666%;

    border-radius: 10px;

    overflow: hidden;

    background: url("../img/map.jpg?v=3") 50% no-repeat;

    background-size: cover;

}



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

        FOOTER

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

footer {

    padding: 40px 0;

    padding-top: 15px;

    background: #000000;

    color: #E6E7E8;

}



.foot_wrap {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.foot_links {

    display: flex;

    flex-direction: column;

    gap: 12px 0;

}



.yurinfo {

    font-size: 14px;

}



.foot_logo_wrap {

    display: flex;

    align-items: center;

}



.foot_logo_wrap .foot_logo_text {

    color: #FFFFFF;

    margin-left: 20px;

    padding-left: 20px;

    border-left: 1px solid #FFFFFF;

}



.foot_logo_wrap .foot_logo_text b {

    display: block;

}



footer .disclamer {

    color: #000000;

    font-size: 14px;

    text-align: left;

    display: none;

    padding-top: 20px;

}



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

@media (max-width: 1290px) {
    .title_container .title1 {
        font-size: 42px;
    }
    .title_container .title2 {
        font-size: 42px;
    }

}



/*IPAD PRO BEGIN*/

@media (min-width: 768px) and (max-width: 1199px) {

    .menu {

        gap: 0 30px

    }



    .top_addr {

        font-size: 14px;

    }



    .top_phone {

        font-size: 14px;

    }



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

    .banner picture img {

        height: 590px;

    }



    .title_profit {

        top: 478px;

    }



    .title_container {

        top: 15px;

    }



    .title_container .title1 {

        white-space: nowrap;

    }



    .timer_block .container {

        flex-flow: wrap;

        gap: 40px 0;

    }



    #timer_form {

        width: 100%;

        display: flex;

        flex-flow: wrap;

        justify-content: space-between;

    }



    #timer_form .form-group {

        width: 49%;

    }



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

    .car_props > a {

        font-size: 14px;

        min-height: 70px;

    }



    .car_offer {

        /* top: 220px; */

        /* transform: scale(0.8); */

        /* transform-origin: 100% 50%; */

    }



    .car_colors {

        margin-top: -10px;

    }



    .car_image_wrap {

        width: 40%;

    }



    .car_props {

        width: calc( 20% - 40px );

        position: absolute;

        top: 29px;

        right: 0;

    }



    .car_text {

        width: 40%;

    }



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

    .tb_complects {

        grid-template-columns: repeat(2, 1fr);

    }



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

    .credit_wrap {

        padding: 40px;

        width: 49%;

    }



    .credit_img {

        width: 49%;

    }



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

    .tradein_wrap {

        padding: 40px;

        width: 49%;

    }



    .tradein_img {

        width: 49%;

    }



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

    .test_drive {

        padding: 80px 0;

    }



    .test_drive_wrap {

        margin-left: 0;

    }



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

    .contacts_wrap {

        padding-right: 0;

    }

}



/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/

@media (min-width: 768px) and (max-width: 991px) {

    .logo_wrap .logo_text {

        margin-left: 10px;

        padding-left: 10px;

    }



    .top_addr {

        display: none;

    }



    .menu_wrap .btn {

        display: none;

    }



    .menu {

        width: 100%;

        justify-content: space-between;

    }



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

    .banner {

        margin-top: 150px;

    }

    .title_container {
        top: -20px;
    }

    .banner picture img {

        height: 440px;

    }

    .title_container .br_mob {
        display: block;
    }

    .title_container .title1 {

        text-align: center;

        font-size: 42px;

    }



    .title_profit {

        top: 324px;

        transform: scale(0.7);

        transform-origin: left bottom;

    }

    .title_date {
        font-size: 24px;
    }

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

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



    .title_container .title_profit {

        font-size: 48px;

    }



    .title_container .title3 {

        font-size: 30px;

    }



    .timer_block {

        padding: 30px 0;

    }



    .timer_block .container {

        gap: 20px 0;

    }



    .timer_block .timer_title {

        text-align: center;

        width: 100%;

    }



    .timer_block .timer_title br {

        display: none;

    }



    .timer {

        width: 100%;

        display: flex;

        justify-content: center;

    }



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

    .car_wrap {

        flex-direction: column;

        gap: 30px 0;

    }



    .car_image_wrap {

        width: 100%;

    }



    .car_offer {

        top: 0;

    }



    .car_image {

        position: relative;

        bottom: 0;

        left: 0;

        width: 80%;

    }



    .car_text {

        width: 100%;

        margin-top: 0;

    }



    .car_gallery_wrap {

        margin-top: 0;

    }



    .car_btns {

        margin-top: 20px;

        order: 2;

    }



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

    .tb_complects {

        display: flex;

        flex-flow: wrap;

    }



    .tb_complects > div {

        width: 100%;

    }



    .compl_image {

        text-align: center;

    }



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

    .credit {

        /* margin-top: 100px; */

    }



    .credit_img {

        position: relative;

        width: 100%;

        border-radius: 10px;

        position: static;

        height: auto;

        transform: none;

    }



    .credit_img img {

        height: auto;

    }



    .credit_wrap {

        width: 100%;

        margin-top: 20px;

        min-height: auto;

    }



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

    .tradein_img {

        position: relative;

        width: 100%;

        border-radius: 10px;

        transform: none;

        position: static;

        height: auto;

    }



    .tradein_img img {

        height: auto;

    }



    .tradein_wrap {

        width: 100%;

        margin-top: 20px;

        min-height: auto;

    }



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

    .test_drive_wrap {

        width: 350px;

    }



    #test_drive_form .form_disc {

        font-size: 10px;

    }



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

    .contacts_img {

        height: 100px;

    }



    .contacts_wrap {

        flex-flow: wrap;

        gap: 0;

        width: 100%;

        flex-direction: column;

    }



    .contacts .blocks_title {

        width: 100%;

    }



    .contacts_wrap .blocks_text br {

        display: none;

    }



    .contacts_wrap .bot_addr {

        margin-bottom: 10px;

    }



    .map_wrap {

        flex-direction: column;

        gap: 20px 0;

    }



    #cont_form {

        width: 100%;

    }



    #map1 {

        height: 300px;

        width: 100%;

        background-size: cover;

    }



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

    footer {

        padding: 20px 0;

    }



    .foot_wrap {

        flex-flow: wrap;

        gap: 30px 0;

    }



    .foot_logo_wrap {

        order: 1;

    }



    .foot_links {

        order: 2;

    }



    .yurinfo {

        order: 3;

        width: 100%;

    }

}



/*IPAD END*/

/*MOBILE BEGIN*/

@media (max-width: 767px) {

    .cookie_text {
        width: 89%; 
        text-align: center;
    }
    .cookie_text p {
        max-width: 100%;
        font-size: 12px;
    }

    .cookie_text button {
        width: 100%;
    }


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

    }



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

    header .m_btn {

        display: flex;

        flex-direction: column;

        justify-content: space-between;

        position: absolute;

        width: 30px;

        height: 21px;

        z-index: 11;

        top: 11px;

        right: 15px;

    }



    header .m_btn span {

        position: relative;

        display: block;

        width: 30px;

        height: 3px;

        background: white;

        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;

        color: black;

    }



    .menu .container {

        flex-direction: column;

        align-items: center;

        row-gap: 10px;

    }



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

    .head_wrap {

        flex-flow: wrap;

        padding: 10px 0;

        gap: 10px 0;

        border: 0;

    }



    .logo_wrap .logo1 {

        width: 40%;

    }



    .logo_wrap .logo_text {

        margin-left: 10px;

        padding-left: 10px;

        font-size: 3.5vw;

    }



    .top_addr {

        display: none;

    }



    .top_phone {

        margin: 0 auto;

        background-size: 20px;

        padding-left: 30px;

    }



    .top_phone b {

        display: none;

    }



    .menu_wrap {

        padding: 0;

    }



    .menu_wrap .btn {

        display: none;

    }



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

    .banner {

        margin-top: 0;

    }



    .banner picture img {

        height: auto;

        width: 100%;

    }



    .title_container {

        top: 75px;

        width: calc( 100% - 30px );

    }

    .title_container .br_mob {
        display: block;
    }



    .title_profit {
        top: 94vw;
        transform: scale(1);
    }

    .title_date {
        font-size: 3.4vw;
    }

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



    .title_container .title2 {
        font-size: 5vw;
        line-height: 160%;
    }



    .title_container .btn {

        margin: 0;

        padding: 0;

        margin: 0 auto;
        font-size: 4vw;

    }



    .title_container .title3 {

        font-size: 5vw;

        margin-top: -5px;

    }



    .timer_block {

        padding: 30px 0;

        position: relative;

    }



    .timer_block .container {

        flex-direction: column;

    }



    .timer_block .timer_title {

        text-align: center;

        width: 100%;

        font-size: 4vw;

    }



    .timer_block .timer_title br {

        display: none;

    }



    .timer {

        width: 100%;

        display: flex;

        justify-content: center;

        align-items: center;

        height: 80px;

        margin-top: 10px;

    }



    div[id^=timer] {

        transform: scale(0.75) !important;

        white-space: nowrap;

    }



    #timer_form {

        margin-top: 20px;

    }



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

    .blocks_title {

        font-size: 8vw;

    }

    .cars_menu {
        display: none !important;
    }

    .cars_menu a {
        
        width: calc( 50% - 20px );

        font-size: 4vw;

        padding-left: 80px;

        background-position: 0 50% !important;

        height: 70px;

    }



    .car_item {

        padding: 0;

        padding-bottom: 20px;

        margin-bottom: 60px;

        margin-top: 180px;

        margin-bottom: 119px;

    }



    .cars_menu .swiper-wrap {

        flex-wrap: nowrap;

        gap: 0;

        justify-content: flex-start;

    }



    .cars_menu .swiper-pagination {

        position: static;

        margin-top: 20px;

    }



    .cars_menu .swiper-pagination {

        bottom: 6px !important;

        min-height: 12px;

        align-items: center;

    }



    .cars_menu .swiper-pagination-bullet {

        width: 4px;

        height: 4px;

        background: #303C48;

        border-radius: 50%;

        margin: 0 5px !important;

        opacity: 1;

        position: relative;

    }



    .cars_menu .swiper-pagination-bullet:before {

        content: '';

        box-sizing: border-box;

        display: block;

        position: absolute;

        top: -4px;

        left: -4px;

        width: 12px;

        height: 12px;

        border: 1px solid #303C48;

        border-radius: 50%;

        transition: all .4s ease-out;

        opacity: 0;

    }



    .cars_menu .swiper-pagination-bullet-active:before {

        opacity: 1;

    }



    .car_wrap {

        flex-direction: column;

        gap: 0px 0;

        padding-top: 55px;

    }



    .car_image_wrap {

        width: 100%;

        position: static;

    }



    .car_title {

        padding-left: 0px;

        position: absolute;

        margin: 0;

        width: 100%;

        left: 15px;

        top: calc( -15px - 20vw );

    }



    .car_offer {

        top: 0;

        font-size: 4vw;

        height: 40px;

        background-size: cover;

        padding-left: 50px;

    }



    .car_offer:after {

        right: 0;

    }



    .car_num {

        top: 0px;

        position: static;

        margin-bottom: 2vw;

    }



    .car_num img {

        height: 11.5vw;

    }



    .car_name {

        font-size: 6.7vw;

    }



    .car_comment {

        font-size: 4vw;

    }



    .car_comment br {

        display: none;

    }



    .car_image {

        position: relative;

        bottom: 0;

        left: 0;

        width: 100%;

        margin: 0;

    }



    .car_colors {

        margin-top: 0;

    }



    .car_text {

        width: 100%;

        margin: 0;

    }



    .car_props {

        gap: 10px;

        position: static;

        right: 0;

        width: 100%;

        min-width: auto;

        margin: 0;

        flex-direction: row;

        flex-wrap: wrap;

        justify-content: center;

    }



    .car_props > a {

        width: calc( 50% - 5px );

        font-size: 3.5vw;

        min-height: 60px;

        padding-left: 10px;

    }



    .car_props > a span br {

        display: none;

    }



    .car_props > a span {

        padding-left: 35px;

        background-size: 25px !important;

    }



    .car_props > a span b {

        display: block;

    }



    .car_props > a:nth-child(5), .car_props > a:last-child {

        font-size: 3vw;

    }



    .car_gallery {

        width: 120%;

        margin-left: -10% !important;

        !i;!; }



    .car_gallery_wrap {

        height: 150px;

        margin-top: 20px;

    }



    .car_gallery .swiper-slide {

        height: 70px;

    }



    .car_gallery_wrap .swiper-button-prev, .car_gallery_wrap .swiper-button-next {

        top: 42%;

        left: -10px;

    }



    .car_gallery_wrap .swiper-button-next {

        left: unset;

        right: -10px;

    }



    .car_btns {

        margin-top: 20px;

        display: flex;

        flex-direction: column;

        gap: 10px 0;

    }



    .car_btns .btn {

        width: 100%;

    }



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

    #instock {

        margin-top: 30px;

        padding-top: 50px;

        padding-bottom: 50px;

    }



    #filter_table {

        margin-top: 20px;

        flex-direction: column;

        gap: 10px 0;

    }



    #filter_table .select_container {

        width: 100%;

    }



    .tb_complects {

        display: flex;

        flex-flow: wrap;

    }



    .tb_complects > div {

        width: 100%;

    }



    .compl_wrap {

        padding: 0 15px 15px;

    }



    .compl_wrap:before {

        height: 80vw;

    }



    .compl_image {

        text-align: center;

    }



    .compl_colors {

        margin-top: -40px;

    }



    .compl_techs {

        margin-top: 0px;

    }



    .compl_offer {

        padding: 20px 6px;

    }



    .compl_techs > div {

        font-size: 4vw;

    }



    .compl_techs > div b {

        margin-top: 5px;

    }



    .compl_props {

        padding: 15px;

    }



    .compl_props > a {

        font-size: 3.5vw;

    }

    .compl_props .ico1 span{
        padding-right: 60px;
        position: absolute;
        left: -15px;
    }

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

    .credit {

        margin-top: 0px;

    }



    .credit_img {

        position: relative;

        width: 100%;

        border-radius: 10px;

        height: auto;

        transform: none;

        position: static;

    }



    .credit_img img {

        height: auto;

    }



    .credit_wrap {

        width: 100%;

        margin-top: 20px;

        min-height: auto;

        padding: 20px 15px;

    }



    .credit_comment {

        font-size: 3vw;

    }



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

    .tradein_img {

        position: relative;

        width: 100%;

        border-radius: 10px;

        height: auto;

        transform: none;

        position: static;

    }



    .tradein_wrap {

        width: 100%;

        margin-top: 20px;

        min-height: auto;

        padding: 20px 15px;

    }



    .tradein_comment {

        font-size: 3vw;

    }



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

    .test_drive {

        background: none;

        padding: 0;

        margin-top: 0px;

        height: auto;

        flex-direction: column;

        background: #1E1E21;

    }



    .test_drive > img {

        display: block;

        position: static;

    }



    .test_drive_wrap {

        width: 100%;

        margin-left: 0;

        padding: 30px;

    }



    .test_drive_title {

        text-align: left;

        font-size: 5vw;

    }



    #test_drive_form .form_disc {

        font-size: 10px;

    }



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

    .contacts {

        padding: 30px 0;

    }



    .contacts_img {

        display: none;

    }



    .contacts_wrap {

        /* margin-top: 50px; */

        flex-flow: wrap;

        gap: 0px 0;

        padding-right: 0;

        width: 100%;

        flex-direction: column;

    }



    .contacts .blocks_title {

        width: 100%;

    }



    .map_wrap {

        flex-direction: column;

        gap: 20px 0;

        margin-top: 0px;

    }



    #cont_form {

        width: 100%;

    }



    #map1 {

        height: 300px;

        width: 100%;

        background-size: cover;

    }



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

    footer {

        padding: 20px 0;

    }



    .foot_wrap {

        flex-flow: wrap;

        gap: 20px 0;

    }



    .foot_logo_wrap {

        order: 1;

    }



    .foot_links {

        order: 2;

    }



    .yurinfo {

        order: 3;

        width: 100%;

        font-size: 3vw;

    }



    .foot_logo_wrap {

        width: 100%;

        justify-content: center;

    }



    .foot_logo_wrap .foot_logo1 {

        width: 40%;

    }



    .foot_logo_wrap .foot_logo_text {

        margin-left: 10px;

        padding-left: 10px;

        font-size: 3.5vw;

    }

}



/*MOBILE END*/

/* Portrait phones and smaller */

@media (max-width: 460px) {
    .timer_block {
        padding: 14px 0;
    }
    .title_profit {
        top: 90vw;
        transform: scale(0.8) translate(-30px, 0px);
    }
    .timer {
        height: 46px;
        padding-bottom: 14px;
    }

    .title_container .title2 span {
        padding: 0px 8px;
        line-height: 150%;
        border-radius: 6px;
    }
}



@media (max-width: 360px) {
    .compl_props .ico1 span{
        padding-right: 35px;

    }
}



@media (max-width: 320px) {

}







