
body {
    font-family: "NunitoSans", sans-serif;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    /*overflow-x: hidden;
    max-width: 1920px;*/
    /*background: url(../img/bg1.jpg) 50% 174px no-repeat #181b1d;*/
    padding-top: 154px;
    background: #181b1d;
}

* {
    box-sizing:border-box;
}

a {
   color:white;
}

:before {
    box-sizing:border-box;
}

:after {
    box-sizing:border-box;
}


.bg_gray {
    background: #F6F6F6;
}

.bg_darkgray {
    background: #30363A;
}

.popup_on {
    color:white;
    background-color: #181b1d !important;
    overflow:hidden !important;
    border:1px solid #c78e66;
}

.popup_on .form_title {
    color: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;
}

.resp_table {
    width: 100%;
}

.resp_table tr td:before {
    display: none;
}

.resp_table img {
    max-width: 100%;
    width: 100%;
    display: block;
    width: 220px;
}

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(/site/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: 1300px;
        max-width: 100%;
    }
}


input.error,
select.error,
textarea.error{
    border-color: #BE0000 !important;
    border-width: 3px !important;
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3;*/
}

.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 {
    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 {
    display: block;
    color: black;
    font-size: 10px;
    text-align: left;
}

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

.popup_container .form-group input[type="text"] {
    color: black;
    display: block;
    height: 56px;
    line-height: 56px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    padding: 10px;
}

.popup_container .form-group input[type="tel"] {
    color: #30363a;
    border: 1px solid #30363a;
}

.popup_container .form-group input[type="tel"]::placeholder {
    color: #30363a;
}

.popup_container .form-group textarea {
    color: black;
    display: block;
    height: 100px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: 1px solid #c0c6c9;
    padding: 10px;
    resize: none;
    font-family: "NunitoSans";
    font-size: 16px;
}

.popup_container .form-group select {
    color: #1d1f20;
    height: 50px;
    border: 1px solid white;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    font-family: "NunitoSans";
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #c0c6c9;
}

.popup_container .form-group select option {
}

.popup_container .form-group button {
    cursor: pointer;
    height: 38px;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
}

.popup_container .form-group button:before {
    display: none;
}

.popup_container .form-group button:after {
    display: none;
}









.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 a {
    color:white;
}

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

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

.popup_container .form-disclamer {
    color: #b8b8b8;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
}

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: 49px;
    width: 100%;
    color: #ffffff;
    font-size: 15px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: "NunitoSans";
    padding: 0px 20px;
    outline: none;
    background: transparent;
    border-radius: 0px;
    border: 1px solid #ffffff;
}

form .form-group input[type="tel"]::placeholder,
form .form-group input[type="text"]::placeholder {
    color: #ffffff;
}

form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(/site/img/ico_select.svg) 95% 50% no-repeat transparent !important;
    font-family: "NunitoSans";
    outline: none;
}

form select option {
	background:black;
	color:white;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: "NunitoSans";
    outline: none;
}

form .form-group button:hover {}

form .column {
    gap: 10px;
    margin-top: 20px;
}

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

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

.btn {
    box-sizing: border-box;
    background: url("/site/img/arrow_wt.png") 93% 50% no-repeat #C78E66;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 310px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all 0.3s;
    text-align: center;
    overflow: hidden;
    position: relative;
}


.btn:after {
content: "";
    position: absolute;
    z-index: 1;
    top: -100px;
    left: -40px;
    display: block;
    width: 10px;
    height: 200px;
    margin-left: 50px;
    background: #ffffff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, .5) 100%);
    transform: rotate(45deg);
    animation: movingFlare 3s ease-in-out .05s infinite;
    display: none;
}

.car_item .btn:first-child:after {
    display: block;
}

@keyframes movingFlare {
    0% {
        left: -30px;
        margin-left: 0;
    }

    30% {
        left: 110%;
        margin-left: 80px;
    }

    100% {
        left: 110%;
        margin-left: 80px;
    }
}


.btn:hover {
    background: url("/site/img/arrow_gr.png") 93% 50% no-repeat #ffffff;
    color: #181b1d;
}

.btn.glass {
    background: url("/site/img/arrow_gr.png") 93% 50% no-repeat transparent;
    border: 1px solid #c78e66;
}

.btn.glass:hover {
    color: #ffffff;
    background: url("/site/img/arrow_wt.png") 93% 50% no-repeat #C78E66;
}




.mblock {position:relative;}
.block_padding_top_1 {
	padding-top: 20px;
}

.block_padding_top_2 {
	padding-top: 40px;
}

.block_padding_top_3 {
	padding-top: 60px;
}

.block_padding_top_4 {
	padding-top: 80px;
}

.block_padding_top_5 {
	padding-top: 100px;
}

.block_padding_top_6 {
	padding-top: 120px;
}

.block_padding_top_7 {
	padding-top: 140px;
}

.block_padding_top_8 {
	padding-top: 160px;
}


.block_padding_bottom_1 {
	padding-bottom: 20px;
}

.block_padding_bottom_2 {
	padding-bottom: 40px;
}

.block_padding_bottom_3 {
	padding-bottom: 60px;
}

.block_padding_bottom_4 {
	padding-bottom: 80px;
}

.block_padding_bottom_5 {
	padding-bottom: 100px;
}

.block_padding_bottom_6 {
	padding-bottom: 120px;
}

.block_padding_bottom_7 {
	padding-bottom: 140px;
}

.block_padding_bottom_8 {
	padding-bottom: 160px;
}


.block_margin_top_-1 {
	margin-top: -20px;
}


.block_margin_top_-2 {
	margin-top: -40px;
}


.block_margin_top_-3 {
	margin-top: -60px;
}


.block_margin_top_-4 {
	margin-top: -80px;
}


.block_margin_top_-5 {
	margin-top: -100px;
}

.block_margin_top_1 {
	margin-top: 20px;
}

.block_margin_top_2 {
	margin-top: 40px;
}

.block_margin_top_3 {
	margin-top: 60px;
}

.block_margin_top_4 {
	margin-top: 80px;
}

.block_margin_top_5 {
	margin-top: 100px;
}

.block_margin_top_6 {
	margin-top: 120px;
}

.block_margin_top_7 {
	margin-top: 140px;
}

.block_margin_top_8 {
	margin-top: 160px;
}

.block_margin_bottom_1 {
	margin-bottom: 20px;
}

.block_margin_bottom_2 {
	margin-bottom: 40px;
}

.block_margin_bottom_3 {
	margin-bottom: 60px;
}

.block_margin_bottom_4 {
	margin-bottom: 80px;
}

.block_margin_bottom_5 {
	margin-bottom: 100px;
}

.block_margin_bottom_6 {
	margin-bottom: 120px;
}

.block_margin_bottom_7 {
	margin-bottom: 140px;
}

.block_margin_bottom_8 {
	margin-bottom: 160px;
}

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

.w100 {
	width:100% !important;
}


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

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: #181b1d;
    padding: 20px 0;
}

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

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

.logo1 {
    position: relative;
    padding-right: 21px;
    margin-right: 20px;
}

.logo1:after {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    width: 1px;
    height: 37px;
    background: #d88e64;
}

.logo2 span {
    display: block;
    color: #ffffff;
    font-size: 11px;
}

.logo3 {
    width: 170px;
}

.top_contacts {
    border-left: 1px solid #C78E66;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.top_addr {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    /* padding: 2px 0 2px 27px; */
    /*background: url("/site/img/ico_loc.png") 0 0 no-repeat;*/
}

.top_name {
    font-weight: 300;
}

.top_phone {
}

.top_phone a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    /* padding-left: 25px; */
    /*background: url("/site/img/ico_phone.png") 0 50% no-repeat;*/
}

header .btn.glass.white {
    width: 202px;
    height: 42px;
    justify-content: center;
    padding-left: 0;
    background: transparent;
    font-size: 11px;
}

header .btn.glass.white:hover {
    background: #C78E66;
}

header .m_btn {
    display: none;
}

.menu {
    position: fixed;
    top: 124px;
    left: 0;
    right: 0;
    z-index: 5;
    background: #30363a;
}

.menu_wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.menu_parts {
    display: flex;
    padding: 0;
    margin: 0;
}

.menu_parts li {
    list-style-type:none;
    margin:0;padding:0;
}

.menu_parts li:last-child a {
    padding-right:0;
}

.menu a {
    box-sizing: border-box;
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s;
    padding: 15px;
}

.menu a:nth-child(1) {
    padding-left:0;
}

.menu a:hover {
    color: #C78E66;
}

.middle {
    max-width: 100%;
    overflow: hidden;
}

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

.block_slider_main {
    position:relative;
}

.block_slider_main .swiper-slide {
    display:flex;
    justify-content:center;
}

.text_container {    
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    top: 42px;
    width: 100%;
}

.text_wrap {
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 0;
    display: block;
}

.text_container .container {
    display: block;
    max-width: 100%;
    width: 1330px;
}


.banner_title  {
    position: relative;
    left: 50%;
    transform: translateX(-16%);
    display: flex;
    align-items: center;
    font-family: "TacticSansExd";
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #181b1d;
    padding-left: 52px;
}

.banner_title :before {
    content: '';
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    background: url(/site/img/time_ico.svg) 50% 50% no-repeat;
}

.title2 {
    font-family: "TacticSansExd", sans-serif;
    font-size: 42px;
    color: #181b1d;
    line-height: 130%;
    margin-bottom: 5px;
}

.text_container .comment {
    font-size: 38px;
    color: #181b1d;
}


.text_container form {
    width: 500px;
    margin: 15px auto 0;
    max-width: 100%;
}

.text_container form .fields {
    display: flex;
    justify-content: space-between;
}

.text_container form .fields .form-group {
    width: 49%;
}

.text_container form input[type=tel] {
    color: #000000;
    border-color: #000000;
}

.text_container form input[type=tel]::placeholder {
    color: #000000;
}

.text_container form .agree_field {
    color: #000000;
    display: block;
    text-align: left;
}

.text_container form .agree_field a {
    color: #000000;
}


.text_container .btn {
    margin: 20px auto 0;
}

.title_disc {
    position: absolute;
    bottom: -446px;
    font-size: 16px;
    color: #ffffff;
    left: 8%;
    transform: translateX(-50%);
}

.runrow {
    font-family: "TacticSansExd";
    width: 100%;
    overflow: hidden;
    background: #C78E66;
    color: #000;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 400;
    margin-top: 590px;
}

.runrow__content {
    width: 3840px;
    display: flex;
    justify-content: space-between;
    animation: runrow 20s linear infinite;
}

.runrow__item {
    width: 25%;
    position: relative;
}

.runrow__item:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 2%;
    top: calc(50% - 5px);
    display: none;
}

@keyframes runrow {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(-50%)
    }
}

.banners_props {
    background: #181b1d;
    padding: 45px;
    display: flex;
    justify-content: space-around;
    margin-top: 550px;
    border-radius: 5px;
}

.banners_props>div {
    font-family: "TacticSansExd", sans-serif;
    font-size: 20px;
    color: #ffffff;
    /* padding: 0 95px; */
}

.banners_props>div:nth-child(1),
.banners_props>div:nth-child(3) {
    align-self: center;
}

.banners_props>div:nth-child(2) {
    border-left: 1px solid #c78e66;
    border-right: 1px solid #c78e66;
}

.banners_props>div b {
    font-size: 24px;
}

/**********************
        NEW_CAR
**********************/

.new_car_block {
    margin-top: 160px;
    background: #30363a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    overflow: hidden;
}

.new_car_wrap {
    box-sizing: border-box;
    padding-left: 70px;
    width: 50%;
}

.new_car_title {
    font-size: 40px;
    text-transform: uppercase;
    font-family: "TacticSansExd";
    margin-bottom: 10px;
    font-weight: 700;
}

.new_car_comment {
    font-family: "TacticSans";
    font-size: 20px;
    color: #a3a5a6;
    font-weight: 300;
}

.new_car_text {
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px;
}

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

.new_car_bg {
    width: 50%;
}

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

.cars_items {
    margin-bottom: 50px;
}

.car_item {
    padding: 50px 0;
    background: #181b1d;
}

.car_item:nth-child(odd) {
    background: #30363a;
}

.car_item .container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.car_image {
    width: 54%;
}

.car_text {
    width: 41%;
}

.car_name {
    font-family: "TacticSansExd";
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.car_profit {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 43px;
    font-family: "TacticSansExd";
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    background: #D88E64;
	text-decoration:none;
}

.car_profit:before {
    content: '';
    position: absolute;
    left: 10px;
    width: 21px;
    height: 21px;
    background: url(../img/car_profit_ico.svg) 50% 50% no-repeat;
}

.car_props {
    margin-top: 20px;
    margin-bottom: 48px;
}

.car_props a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 24px;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    border-bottom: 1px solid #FFFFFF1A;
    text-decoration: none;
    min-height: 45px;
}

.car_props a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
}

.car_props .guarantee:before {
    background: url(/site/img/car_props_guarantee.svg) 50% 50% no-repeat;
}

.car_props .drive:before {
    background: url(/site/img/car_props_drive.svg) 50% 50% no-repeat;
}

.car_props .engine:before {
    background: url(/site/img/car_props_engine.svg) 50% 50% no-repeat;
}

.car_props .salon:before {
    background: url(/site/img/car_props_salon.svg) 50% 50% no-repeat;
}

.car_props .camera:before {
    background: url(/site/img/car_props_camera.svg) 50% 50% no-repeat;
}

.car_props .heat:before {
    background: url(/site/img/car_props_heat.svg) 50% 50% no-repeat;
}

.car_props .seat:before {
    background: url(/site/img/car_props_seat.svg) 50% 50% no-repeat;
}


.car_techs>div {
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    border-bottom: 1px solid rgb(255, 255, 255, 0.1);
    padding: 12px 0 5px 25px;
}

.car_techs>div span b {
    font-size: 20px;
}

.car_techs {
    margin-top: 28px;
}

.car_techs>div.ico1 {
    background: url("/site/img/car_ico1.png") 0 50% no-repeat;
}

.car_techs>div.ico2 {
    background: url("/site/img/car_ico2.png") 0 50% no-repeat;
}

.car_techs>div.ico3 {
    background: url("/site/img/car_ico3.png") 0 50% no-repeat;
}

.car_techs>div.ico4 {
    background: url("/site/img/car_ico4.png") 0 50% no-repeat;
}

.car_techs>div.ico5 {
    background: url("/site/img/car_ico5.png") 0 50% no-repeat;
}

.car_text .anchor {
    font-size: 18px;
    display: block;
    font-weight: 300;
    color: #ffffff;
    margin-top: 15px;
}

.car_text .disc {
    font-size: 14px;
    margin-top: 15px;
    color: rgba(159, 159, 159, 1);
}

.car_text .anchor:hover {
    color: #c78e66;
}

.car_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 50px;
    background: #30363a;
    border-radius: 5px;
    margin-top: 20px;
}

.car_item:nth-child(odd) .car_bottom {
    background: #181b1d;
}

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

.car_btns .btn {
    width: 32%;
}

.car_gallery {
    margin-top: 20px;
    width: 100%;
    position: relative;
}

.car_gallery .swiper-button-prev {
    left: -36px;
    width: 36px;
}
.car_gallery .swiper-button-prev:after {
    font-size:0;
    background:url(/site/img/arrow_left.svg) center center no-repeat;
    width: 36px;
    height: 44px;
}

.car_gallery .swiper-button-next {
    left:auto;
    right: -36px;
    width: 36px;
    z-index: 2;
}
.car_gallery .swiper-button-next:after {
    font-size:0;
    background:url(/site/img/arrow_right.svg) center center no-repeat;
    display: block;
    width: 36px;
    height: 44px;
}

.car_gallery a {
}

.car_gallery a img {
    width: 100%;
}

.car_gallery .slick-arrow {
    width: 20px;
    height: 20px;
    transition: all 0.2s linear;
}

.car_gallery .slick-arrow:before {
    display: none;
}

.car_gallery .slick-prev {
    background: url(../img/btn_prev.svg) no-repeat;
}

.car_gallery .slick-prev:focus,
.car_gallery .slick-prev:hover {
    background: url(../img/btn_prev_hover.svg) no-repeat;
}

.car_gallery .slick-next {
    background: url(../img/btn_next.svg) no-repeat;
}

.car_gallery .slick-next:focus,
.car_gallery .slick-next:hover {
    background: url(../img/btn_next_hover.svg) no-repeat;
}

.car_gallery .slick-dots {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    bottom: -35px;
}

.car_gallery .slick-dots li button {
    display: none;
}

.car_gallery .slick-dots li {
    width: 16px;
    height: 16px;
    background: #797979;
    border-radius: 50px;
    margin: 0;
}

.car_gallery .slick-dots li.slick-active {
    background: #D88E64;
}

/**********************
        GALLERY
**********************/

.gallery {
    display: flex;
    justify-content: space-between;
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
}

.gallery>.column {
    width: 50%;
}

.gallery .gallery_img {
    height: 100%;
    overflow: hidden;
}

.gallery .gallery_img img {
    transition: all 0.3s;
}

.gallery>.column>.row {
    display: flex;
    justify-content: space-between;
    height: 50%;
}

.gallery>.column>.row .gallery_img {
    width: 50%;
}

.gallery .ga90 img {
    transform: scale(1.09);
}

.gallery .ga80 img {
    transform: scale(1.08);
}

.gallery .ga70 img {
    transform: scale(1.07);
}

.gallery .ga60 img {
    transform: scale(1.06);
}

.gallery .ga50 img {
    transform: scale(1.05);
}

.gallery .ga40 img {
    transform: scale(1.04);
}

.gallery .ga30 img {
    transform: scale(1.03);
}

.gallery .ga20 img {
    transform: scale(1.02);
}

.gallery .ga10 img {
    transform: scale(1.01);
}

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

#instock {
    position: relative;
    padding: 95px 0;
    color: #181b1d;
}

#instock .compl_title {
    font-family: "TacticSansExd";
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
    color: #30363a;
    font-weight: 700;
}

#instock .models {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}

#instock .model_name {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11.5%;
    height: 50px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 400;
    transition: all 0.3s;
    color: #181b1d;
    background: #ffffff;
}

#instock .model_name:hover,
#instock .model_name.active {
    background: #c78e66;
    border-color: #c78e66;
    color: #ffffff;
}


#instock #complects_filter {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

#instock #complects_filter .select_container {
    width: 32.5%;
}

#instock #complects_filter .select_container select {
    height: 50px;
    width: 100%;
    padding: 0 20px;
    border: 1px solid #30363A;
    background: url(../img/ico_select_compl.svg) 95% 50% no-repeat transparent;
}

#instock #complects_filter .select_container select[name="param1"] {
}

#instock #complects_filter .select_container select[name="param2"] {
}

#instock #complects_filter .select_container select[name="param3"] {
}

#instock .compl_items {
    /* min-height: 700px; */
}

#instock .compl_items .item {
    box-sizing: border-box;
    display: none;
    justify-content: space-between;
    padding: 30px 45px;
    background: #ffffff;
    /*width: 32%;*/
    margin-bottom: 35px;
}

#instock .compl_items .item.show {
    display: flex;
    align-items: center;
}

#instock .compl_items .compl_image {
    position: relative;
}

#instock .compl_items .compl_image span {
    font-family: "TacticSans";
    font-size: 67px;
    color: rgba(49, 46, 43, 0.1);
    position: absolute;
    top: -10px;
    right: -20px;
    white-space: nowrap;
}

#instock .compl_items .compl_image img {
    position: relative;
    max-height: 108px;
}

#instock .compl_items .compl_name {
    font-size: 20px;
}

#instock .compl_items .compl_name b {
    font-family: "TacticSansExd";
    display: block;
    font-size: 22px;
    text-transform: uppercase;
}

#instock .compl_items .compl_engine {
    display: flex;
    column-gap: 25px;
}

#instock .compl_items .compl_engine .name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

#instock .compl_items .compl_engine .trans,
#instock .compl_items .compl_engine .engine {
    font-size: 18px;
    padding-left: 30px;
    background: url("/site/img/compl_ico.png") 0 3px no-repeat;
}

#instock .compl_items .compl_btns {
    width: 310px;
}

#instock .compl_items .compl_btns .btn:nth-child(1) {
    margin-bottom: 10px;
}

#instock .compl_items .compl_btns .btn:hover {
    border: 1px solid #c78e66;
}

#instock .compl_items .compl_btns .btn.glass {
    color: #30363a;
}

#instock .compl_items .compl_btns .btn.glass:hover {
    color: #ffffff;
}

/*#instock .compls_showmore {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    color: #000000;
    font-weight: 900;
}*/

/**********************
        TRADEIN
**********************/
.tradein {
    /* padding: 110px 0; */
    /* background: url("/site/img/tradein_bg.jpg") 50% 0 no-repeat; */
}

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

.tradein>img {
    display: none;
}

.tradein .container {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    margin-left: auto;
}

.tradein_wrap {
    width: 100%;
    max-width: 530px;
    margin-left: 120px;
    margin-right: 120px;
    /* margin-right: auto; */
    display: block;
}

.tradein_title {
    font-family: "TacticSansExd";
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 40px;
    padding-left: 50px;
    background: url("/site/img/tradein_ico.png") 0 50% no-repeat;
}

.tradein_title h2 {
    margin:0;
    padding:0;
    font-family: "TacticSansExd";
    font-weight: 700;
    font-size: 40px;
}

.tradein_comment {
    font-family: "TacticSans";
    font-size: 20px;
    color: #a3a5a6;
    margin-bottom: 15px;
}

.tradein_text {
    font-weight: 300;
    margin-bottom: 20px;
}

#tradein_form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

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

#tradein_form .form-group.wide {
    width: 100%;
    margin-top: 5px;
}

#tradein_form select option {
}

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

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

.credit {
    background: url("/site/img/credit_bg.jpg") RIGHT 0 no-repeat;
}

.credit>img {
    display: none;
}

.credit .container {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    margin-left: 0;
    padding: 0;
    margin: 0;
}

.credit_wrap {
    width: 100%;
    max-width: 530px;
    margin-right: 120px;
    margin-left: 120px;
}

.credit_title {
    font-family: "TacticSansExd";
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 40px;
    padding-left: 50px;
    background: url("/site/img/credit_ico.png") 0 50% no-repeat;
}

.credit_title h2 {
    margin:0;
    font-family: "TacticSansExd";
    font-weight: 700;
    font-size: 40px;
}

.credit_comment {
    font-family: "TacticSans";
    font-size: 20px;
    color: #a3a5a6;
    margin-bottom: 15px;
}

.credit_text {
    font-weight: 300;
    margin-bottom: 20px;
}

.credit .first_pay>div span {
    font-weight: 700;
}

.credit .first_pay .irs--big {
    margin-top: -5px;
}

.credit .first_pay .irs--big .irs-min,
.credit .first_pay .irs--big .irs-max {
    display: none;
}

.credit .first_pay .irs--big .irs-from,
.credit .first_pay .irs--big .irs-to,
.credit .first_pay .irs--big .irs-single {
    display: none;
}

.credit .first_pay .irs--big .irs-handle {
    top: 23px;
    width: 16px;
    height: 16px;
    border: none;
    background: #c78e66;
    box-shadow: none;
    border-radius: 50%;
    cursor: pointer;
}

.credit .first_pay .irs--big .irs-line {
    top: 29px;
    height: 2px;
    background: rgb(48, 54, 58);
    border: none;
    border-radius: none;
}

.credit .first_pay .irs--big .irs-bar {
    top: 29px;
    height: 4px;
    background: #c78e66;
    border: none;
    border-radius: none;
}

.credit .first_pay input {
    font-family: "TacticSansExd";
    color: #c78e66;
    border: none;
    background: none;
    font-weight: 700;
}

#credit_form {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

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

#credit_form .form-group.wide {
    width: 100%;
    margin-top: 5px;
}

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

/**********************
       REVIEWS
**********************/

.reviews {
    padding: 90px 0 100px;
    background: #30363a;
}

.reviews_content {
    text-align: center;
    position: relative;
}

.reviews_content .swiper-button-prev {
    background:url(/site/img/review_arrow.svg) center center;
    width:34px;
    height:34px;
    font-size: 0;
    left: -60px;
}
.reviews_content .swiper-button-prev:after {
    display:none;
}

.reviews_content .swiper-button-next {
    background:url(/site/img/review_arrow.svg) center center;
    width:34px;
    height:34px;
    font-size: 0;
    transform: scaleX(-1);
    right: -60px;
}
.reviews_content .swiper-button-next:after {
    display:none;
}

.reviews_content .swiper-pagination {
    position:static;
    margin-top:17px;
}

.reviews_content .swiper-pagination-bullet {
    width:12px;
    height:12px;
    background: #FFFFFF80;
    opacity:1;
}

.reviews_content .swiper-pagination-bullet-active {
    background: #C78E66;
}

.reviews_title {
    font-family: "TacticSansExd";
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
}

.reviews_title h2 {
    font-family: "TacticSansExd";
    font-size: 40px;
    font-weight: 700;
    margin:0;
}

.reviews_comment {
    font-size: 20px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.reviews_items {
    /* margin-top: 10px; */
    height: initial;
}

.reviews_item {
    box-sizing: border-box;
    color: #000;
    text-align: left;
    width: 49%;
    min-height: 230px !important;
    height: auto;
    background: #ffffff;
    padding: 30px;
    /* margin: 0 10px; */
    border-radius: 5px;
}

.reviews_item .autor_name {
    font-family: "TacticSansExd";
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}

.reviews_item .about_review {
    display: flex;
    align-items: center;
}

.reviews_item .about_review span {
    font-size: 14px;
    color: #999999;
    margin-left: 15px;
    margin-bottom: -3px;
}

.reviews_item .review {
    padding-top: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.reviews .slick-prev {
    left: -60px !important;
    width: 34px;
    height: 34px;
    background: url("/site/img/rev_prev.png") 50% no-repeat !important;
    transition: all 0.3s;
}

.reviews .slick-next {
    right: -60px !important;
    width: 34px;
    height: 34px;
    background: url("/site/img/rev_next.png") 50% no-repeat !important;
    transition: all 0.3s;
}

.reviews .slick-prev:hover {
    background: url("/site/img/rev_prev_hov.png") 50% no-repeat !important;
}

.reviews .slick-next:hover {
    background: url("/site/img/rev_next_hov.png") 50% no-repeat !important;
}

.reviews .slick-prev:before,
.reviews .slick-prev:before,
.reviews .slick-next:before,
.reviews .slick-next:before {
    opacity: 1;
}

.reviews .slick-prev:before,
.reviews .slick-next:before {
    display: none;
}

.reviews .slick-dots {
    bottom: -10px !important;
}

.reviews .slick-dots li {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    margin: 0 2px !important;
    background: rgb(255, 255, 255, 0.5) !important;
}

.reviews .slick-dots li button {
    display: block !important;
    background: none !important;
    color: transparent !important;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    outline: none !important;
}

.slick-dots li button:before {
    display: none !important;
}

.reviews .slick-dots li.slick-active {
    background: #c78e66 !important;
}

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

.contacts {
    position: relative;
    display: flex;
    flex-direction: column;
}

.cont_wrap {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
    pointer-events: none;
}

.cont_window {
    box-sizing: border-box;
    /* width: 349px; */
    /* position: absolute; */
    /* top: 40px; */
    padding: 30px;
    z-index: 1;
    background: #181b1d;
    border-radius: 5px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: all;
}

.cont_title {
    font-family: "TacticSansExd";
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 25px;
}

.cont_addr_wrap {
    padding-right: 0px;
    border-bottom: 1px solid #C78E664D;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.cont_window .btn {
    width: 288px;
}

.quest {
    margin-bottom: 12px;
}

.bot_name {
    font-weight: 300;
    margin-bottom: 5px;
}

.bot_addr {
    padding-left: 24px;
    background: url("/site/img/ico_loc.svg") 0 50% no-repeat;
    margin-bottom: 5px;
}

.bot_work_time {
    padding-left: 24px;
    background: url(../img/ico_worktime.svg) 0 50% no-repeat;
    margin-bottom: 5px;
}

.bot_phone a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding-left: 24px;
    background: url("/site/img/ico_phone.svg") 0 50% no-repeat;
}

.quest b {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 800;
}

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

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

footer {
    padding: 15px 0;
}

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

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

.foot_wrap .copyright {
	display:flex; flex-direction:row;
	align-items:center;
	color:white;
	text-decoration:none;
	white-space:nowrap;
	gap:6px;
}

.foot_wrap a {
	text-decoration:none;
}

.yurinfo {
    font-size: 14px;
}

.disclamer {
    display: none;
    font-size: 14px;
    padding-top: 20px;
}






.line_container {
    background: #C78E66;
    padding: 17px 0px;
    display: flex;
}

.line_container .line {
    animation: 30s linear 0s infinite normal none running line;
    position: relative;
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    color: white;
}

.line_container .line > li {
    display: inline-flex;
    align-items: center;
    padding-left: 30px;
}

.line_container .line > li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    flex-shrink: 0;
    margin-right: 30px;
    background: white;
    border-radius: 100px;
}

.line_container .line > li span {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

@keyframes line {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-50%);
    }
}




.timer_container {
    display: flex;
    border: 2px solid #30363A;
    align-items: center;
}
.timer_container .form {
    background: #30363A;
    padding: 30px;
}
.timer_container .form .title {
    font-size: 25px;
    text-transform: uppercase;
    font-family: "TacticSansExd";
    font-weight: 700;
    margin-bottom: 30px;
}
.timer_container .form #communication1 {}
.timer_container .form #communication1 {}
.timer_container .form form .fields {
    display: flex;
    gap: 10px;
}
.timer_container .form form .fields .form-group {
    width: 100%;
}
.timer_container .form form .fields .column {}

.timer_container .timer {
    width: 60%;
    padding: 30px;
}
.timer_container .timer .sinoby-timer {}






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

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

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

    body {
        background-position: 50% 125px;
    }

    header .btn {
        display: none;
    }

    .menu {
        /*top: 75px;*/
    }

	.menu a { white-space:nowrap;padding: 15px 5px; }

    /**************************************************************************************************************/
    .title1 {
        font-size: 36px;
    }

    .title2 {
        font-size: 30px;
    }

    .runrow {}

    /**************************************************************************************************************/
    .banners_props>div {
        /* padding: 0 40px; */
    }

    /**************************************************************************************************************/
    .new_car_wrap {
        padding-left: 30px;
    }

    .new_car_text {
        font-size: 14px;
    }

    .new_car_text br {
        display: none;
    }

    /**************************************************************************************************************/
    .car_profit {
        font-size: 16px;
    }

    .car_bottom {
        box-sizing: border-box;
        flex-direction: column;
        padding: 30px;
    }

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

    .car_btns .btn {
        width: 49%;
    }

    /**************************************************************************************************************/
    .gallery {
        height: auto;
    }

    /**************************************************************************************************************/
    #instock .compl_items .item {
        padding: 20px;
    }

    #instock .compl_items .compl_btns {
        width: 250px;
    }

    #instock .compl_items .compl_engine {
        flex-direction: column;
        row-gap: 15px;
    }

    /**************************************************************************************************************/
    .tradein_wrap {
        width: 430px;
    }

    /**************************************************************************************************************/
    .credit_wrap {
        width: 430px;
    }

    .credit_title {
        font-size: 30px;
    }

    .first_pay>div {
        display: flex;
    }

    .credit .first_pay input {
        width: 30%;
        margin-left: 15px;
    }

    /**************************************************************************************************************/
    .reviews .slick-prev {
        left: -20px !important;
        z-index: 1;
    }

    .reviews .slick-next {
        right: -20px !important;
        z-index: 1;
    }

    .cont_wrap {
        left: 0;
        padding: 20px;
    }

    .cont_title {
        font-size: 30px;
        margin-right: 0;
    }

    .cont_addr_wrap {
        padding-right: 15px;
    }

    .cont_wrap .btn {
        width: 230px;
    }

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

    .foot_wrap p {
	margin-top:6px;
	margin-bottom:6px;
    }

}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
	
	
	.timer_container {
    flex-direction: column;
}
	
	.timer_container .form {}
	.timer_container .timer {}
	
    body {
        background-size: 190%;
    }

    .title_container {
        margin-bottom: 57vw;
    }

    .menu_wrap {
        width: 100%;
    }

    .top_addr {
        display: none;
    }


    /**************************************************************************************************************/
    .title1 {
        font-size: 22px;
    }


    .title2 {
        font-size: 22px;
    }

    .title_container .comment {
        font-size: 18px;
    }

    .runrow {}

    .banners_props {
        margin-top: 30px;
        padding: 20px;
    }

    .banners_props>div {
        font-size: 16px;
        /* padding: 0 25px; */
    }

    .banners_props>div b {
        font-size: 20px;
    }

    /**************************************************************************************************************/
    .new_car_block {
        flex-direction: column-reverse;
    }

    .new_car_bg {
        width: 100%;
    }

    .new_car_bg img {
        width: 100%;
        border-radius: 6px;
    }

    .new_car_wrap {
        width: 100%;
        padding: 20px;
    }

    .new_car_text {
        font-size: 16px;
    }

    /**************************************************************************************************************/
    .car_item .container {
        flex-direction: column;
        padding-top: 100px;
    }

    .car_image {
        width: 100%;
        text-align: center;
    }

    .car_text {
        width: 100%;
    }

    .car_title {
        position: absolute;
        top: 0;
        left: 15px;
    }

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

    .gallery>.column {
        width: 100%;
    }

    /**************************************************************************************************************/
    #instock .compl_items .item {
        flex-flow: wrap;
    }

    #instock .compl_items .compl_btns {
        margin-top: 30px;
        width: 100%;
    }

    #instock .compl_items .compl_btns .btn {
        width: 100%;
    }

    /**************************************************************************************************************/
    .tradein {
        padding: 0;
        background: none;
    }

    .tradein>img {
        display: block;
    }

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

    /**************************************************************************************************************/
    .credit {
        padding: 0;
        background: none;
    }

    .credit>img {
        display: block;
    }

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

    /**************************************************************************************************************/
    .reviews_item {
        min-height: auto !important;
    }

    .reviews .slick-dots {
        bottom: -50px !important;
    }

    .cont_wrap {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        flex-flow: wrap;
        justify-content: flex-start;
        padding: 30px 0;
    }

    .cont_title {
        width: 100%;
        margin-bottom: 10px;
    }

    .cont_addr_wrap {
        padding-right: 30px;
        margin-right: 30px;
    }

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

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

    .foot_wrap p {
	margin-top:6px;
	margin-bottom:6px;
    }

}

/*IPAD END*/

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

    .leas {
        top: -310px !important;
        font-size: 10px;
    }

    .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 {
        padding: 10px 0;
    }

    header .container {
        flex-flow: wrap;
	gap:5px;
    }


    .top_name {
        display: none;
    }
    .top_addr {
	font-size:16px;
    }

    header .btn {
        display: none;
    }

    .logo_wrap {
        width: 85%;
    }

    .logo1 {
        padding-right: 11px;
        margin-right: 10px;
    }

    .logo2 span {
        font-size: 9px;
    }

    .logo1:after {
        height: 30px;
        top: -1px;
    }

    .logo3 {
        display: none;
    }

    .top_contacts {
        /* margin: 0 auto; */
        margin: 0px;
        gap: 0;
    }

    .top_phone {
        /* margin-top: 10px; */
    }



    header .m_btn {
        display: block;
        position: absolute;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 7px;
        right: 15px;
    }

    header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #C78E66;
        transition: all 0.3s linear;
    }

    header .m_btn span:nth-child(1) {
        top: 0;
    }

    header .m_btn span:nth-child(2) {
        top: calc(50% - 2px);
        opacity: 1;
    }

    header .m_btn span:nth-child(3) {
        bottom: 0;
    }

    header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-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: 158px;
        background: rgba(42, 51, 55, 0.95);
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all 0.3s linear;
        z-index: 2;
        padding: 10px 0;
        backdrop-filter: blur(5px);
    }

    .menu.active {
        right: 0;
    }

    .menu_wrap {
        flex-direction: column;
        padding: 0;
        align-items: center;
    }

    .menu_parts {
        flex-direction: column;
        padding: 0;
        align-items: center;
    }

    .menu_cars,
    .menu_blocks {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .menu a {
        padding: 10px 0;
    }

    /**************************************************************************************************************/
    body {
        background-size: 450px auto;
        background-position: 50% 70px;
	padding-top: 112px;
    }

    .title_container {
        margin-top: 100px;
        margin-bottom: 6vw;
        padding: 0;
        background: none;
    }

    .title1 {
        margin-top: 294px;
        font-size: 3vw;
        color: #ffffff;
        /* margin-bottom: 170px; */
        transform: translateX(-18%);
        padding-left: 34px;
    }

    .title1:before {
        width: 22px;
        height: 22px;
        background-size: contain;
    }

    .title2 {
        font-size: 5vw;
        color: #ffffff;
    }

    .text_container .comment {
        font-size: 5vw;
        color: white;
    }

    .title_container .comment {
        font-size: 5vw;
        color: #ffffff;
    }

    .title_disc {
        position: relative;
        margin-top: 10px;
        left: 50%;
        bottom: 0;
    }

    .title_container .btn {
        width: 100%;
    }

    .title_container form .fields {
        flex-direction: column;
    }

    .title_container form .fields .form-group {
        width: 100%;
    }

    .title_container form input[type=tel] {
        color: #ffffff;
        border-color: #ffffff;
    }

    .title_container form input[type=tel]::placeholder {
        color: #ffffff;
    }

    .title_container form .agree_field,
    .title_container form .agree_field a {
        color: #ffffff;
    }

    .runrow {
        margin-top: 30px;
    }

    .banners_props {
        padding: 20px;
        margin-top: 30px;
        background: #30363a;
        flex-direction: column;
    }

    .banners_props>div:nth-child(2) {
        border-top: 1px solid #c78e66;
        border-bottom: 1px solid #c78e66;
        border-left: none;
        border-right: none;
        /* padding: 15px 0; */
        margin: 15px 0;
    }

    .banners_props>div {
        font-size: 16px;
        padding: 0;
    }

    .banners_props>div b {
        font-size: 20px;
    }

    .block_slider_main {  }
    .block_slider_main .swiper-slide { display:flex; flex-direction:column; }
    .block_slider_main .swiper-slide img {
    margin-bottom: 10px;
}

    .text_container {
        position: relative;
        margin: 0;
        transform: none;
        top: 0px;
        left: 0px;
    }

    .text_container .container {
        
    }

    .banner_title {
    font-size: 7vw;
    transform: none;
    position: relative;
    margin: 0 auto;
    left: auto;
    margin-bottom: 10px;
	padding-left:40px;
    }

    .text_wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding:15px 0;
        background: none;
    }

    .banner_title :before {
    width: 30px;
    height: 30px;
    background-size: cover;
    }

    

    /**************************************************************************************************************/
    .new_car_block {
        flex-direction: column-reverse;
        margin-top: 30px;
    }

    .new_car_bg {
        width: 100%;
    }

    .new_car_bg img {
        width: 100%;
        border-radius: 6px;
    }

    .new_car_wrap {
        width: 100%;
        padding: 20px 15px;
    }

    .new_car_text {
        font-size: 16px;
    }

    .new_car_text br {
        display: none;
    }

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

    .car_item {
        padding: 30px 0;
    }

    .car_item .container {
        flex-direction: column;
        padding-top: 100px;
    }

    .car_image {
        width: 100%;
        text-align: center;
    }

    .car_text {
        width: 100%;
    }

    .car_title {
        position: absolute;
        top: 0;
        left: 15px;
    }

    .car_name {
        font-size: 7vw;
        margin-bottom: 10px;
    }

    .car_profit {
        font-size: 14px;
    }

    .car_bottom {
        box-sizing: border-box;
        padding: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

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

    .car_props {
        margin-top: 20px;
        margin-bottom: 24px;
    }

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

    .car_btns .btn {
        width: 100%;
    }

    /**************************************************************************************************************/
    .gallery {
        flex-direction: column;
        /* height: 750px; */
    }

    .gallery>.column {
        width: 100%;
    }

    /**************************************************************************************************************/
    #instock {
        padding: 30px 0;
    }

    #instock .compl_title {
        font-size: 6vw;
        margin-bottom: 30px;
    }

    #instock .models {
        flex-flow: wrap;
        row-gap: 10px;
    }

    #instock .model_name {
        width: 49%;
    }


    #instock #complects_filter {
        flex-wrap: wrap;
        gap: 10px;
    }

    #instock #complects_filter .select_container {
        width: 100%;
    }

    #instock #complects_filter .select_container select {}

    #instock #complects_filter .select_container select[name="param1"] {}

    #instock #complects_filter .select_container select[name="param2"] {}

    #instock #complects_filter .select_container select[name="param3"] {}


    #instock .compl_items .item {
        flex-direction: column;
        align-items: flex-start !important;
        row-gap: 15px;
        padding: 20px 15px;
    }

    #instock .compl_items .compl_image {
        width: 100%;
        text-align: center;
    }

    #instock .compl_items .compl_btns {
        width: 100%;
    }

    #instock .compl_items .compl_btns .btn {
        width: 100%;
    }

    /**************************************************************************************************************/
    .tradein {
        padding: 0;
        background: none;
    }

    .tradein .bg {
        flex-direction: column !important;
        height: auto !important;
    }

    .tradein .bg:before {
        position: static !important;
        width: 100% !important;
        height: 300px !important;
        display: block !important;
    }

    .tradein .container {
        width: 100%;
        padding: 0 15px !important;
    }

    .tradein>img {
        display: block;
    }

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

    .tradein_title {
        font-size: 24px;
    }

    .tradein_title h2 {
        font-size:6vw;
    }

    .tradein_text br {
        display: none;
    }

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

    /**************************************************************************************************************/
    .credit {
        padding: 0;
        background: none;
    }

    .credit .bg {
    flex-direction: column;
    height: auto !important;
    }

    .credit .bg:before {
    position: static !important;
    width: 100% !important;
    height: 300px !important;
    }

    .credit .container {
        width: 100%;
        padding: 0 15px !important;
    }

    .credit>img {
        display: block;
    }

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

    .credit_title {
        font-size: 24px;
    }

    .credit_title h2 {
        font-size: 6vw;
    }

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

    /**************************************************************************************************************/
    .reviews {
        padding: 50px 0 70px;
    }

    .reviews_item {
        min-height: auto !important;
        padding: 25px;
    }

    .reviews .slick-dots {
        bottom: -40px !important;
    }

    .reviews .slick-prev {
        left: -10px !important;
        z-index: 1;
    }

    .reviews .slick-next {
        right: -10px !important;
        z-index: 1;
    }

    .reviews_title {
        font-size: 28px;
    }

    .reviews_title h2 {
        font-size:6vw;
    }

    .reviews_content .swiper-button-prev {
    left: -18px;
}
    
    .reviews_content .swiper-button-next {
    right: -18px;
}

    /**************************************************************************************************************/
    .cont_wrap {
        position: static;
        transform: none;
        left: 0;
        top: 0;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 15px;
        padding: 30px 0;
    }

    .cont_window {
        width:100%;
    }

    .cont_title {
        width: 100%;
        margin-bottom: 0;
        font-size: 6vw;
    }

    .cont_addr_wrap {
        padding-right: 0;
        margin-right: 0;
        border: none;
    }

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

    #map1 {
        height: 350px;
        background-position: 50% 75%;
    }

    /**************************************************************************************************************/
    .foot_wrap {
        flex-direction: column;
        row-gap: 20px;
    }

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

    .foot_wrap p {
	margin-top:6px;
	margin-bottom:6px;
    }
	
	
	.line_container {
        padding: 5px 0px;
        margin-bottom: -40px;
    }

    .line_container .line {
        font-size: 18px;
    }

    .line_container .line > li {
    }

    .line_container .line > li::before {
    }

    .line_container .line > li span {
    }
	
	
	.timer_container {
    margin-left: -15px;
    width: calc(100% + 30px);
    box-sizing: border-box;
    flex-direction: column;
}
	.timer_container .form {
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
}
	.timer_container .form .title {
    font-size: 18px;
}
	.timer_container .form #communication1 {}
	.timer_container .form #communication1 {}
	.timer_container .form form .fields {}
	.timer_container .form form .fields .form-group {}
	.timer_container .form form .fields .column {}

	.timer_container .timer {
    padding: 15px;
}
	.timer_container .timer .sinoby-timer {}

	
	
	.block_margin_top_-1 {margin-top:-10px;}
	.block_margin_top_-2 {margin-top:-20px;}
	.block_margin_top_-3 {margin-top:-30px;}
	.block_margin_top_-4 {margin-top:-40px;}
	.block_margin_top_-5 {margin-top:-50px;}
	.block_margin_top_-6 {margin-top:-60px;}
	.block_margin_top_-7 {margin-top:-70px;}
	.block_margin_top_-8 {margin-top:-80px;}
	.block_margin_top_1 {margin-top:10px;}
	.block_margin_top_2 {margin-top:20px;}
	.block_margin_top_3 {margin-top:30px;}
	.block_margin_top_4 {margin-top:40px;}
	.block_margin_top_5 {margin-top:50px;}
	.block_margin_top_6 {margin-top:60px;}
	.block_margin_top_7 {margin-top:70px;}
	.block_margin_top_8 {margin-top:80px;}


	.block_margin_bottom_-1 {margin-bottom:-10px;}
	.block_margin_bottom_-2 {margin-bottom:-20px;}
	.block_margin_bottom_-3 {margin-bottom:-30px;}
	.block_margin_bottom_-4 {margin-bottom:-40px;}
	.block_margin_bottom_-5 {margin-bottom:-500px;}
	.block_margin_bottom_-6 {margin-bottom:-60px;}
	.block_margin_bottom_-7 {margin-bottom:-70px;}
	.block_margin_bottom_-8 {margin-bottom:-80px;}
	.block_margin_bottom_1 {margin-bottom:10px;}
	.block_margin_bottom_2 {margin-bottom:20px;}
	.block_margin_bottom_3 {margin-bottom:30px;}
	.block_margin_bottom_4 {margin-bottom:40px;}
	.block_margin_bottom_5 {margin-bottom:50px;}
	.block_margin_bottom_6 {margin-bottom:60px;}
	.block_margin_bottom_7 {margin-bottom:70px;}
	.block_margin_bottom_8 {margin-bottom:80px;}



	.block_padding_top_1 {padding-top:10px;}
	.block_padding_top_2 {padding-top:20px;}
	.block_padding_top_3 {padding-top:30px;}
	.block_padding_top_4 {padding-top:40px;}
	.block_padding_top_5 {padding-top:50px;}
	.block_padding_top_6 {padding-top:60px;}
	.block_padding_top_7 {padding-top:70px;}
	.block_padding_top_8 {padding-top:80px;}


	.block_padding_bottom_1 {padding-bottom:10px;}
	.block_padding_bottom_2 {padding-bottom:20px;}
	.block_padding_bottom_3 {padding-bottom:30px;}
	.block_padding_bottom_4 {padding-bottom:40px;}
	.block_padding_bottom_5 {padding-bottom:50px;}
	.block_padding_bottom_6 {padding-bottom:60px;}
	.block_padding_bottom_7 {padding-bottom:70px;}
	.block_padding_bottom_8 {padding-bottom:80px;}
	
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {
    .title1 {
        font-size: 4vw;
        transform: translateX(-22%);
    }

    .top_contacts {
        /*margin: 0 auto;*/

    }
}

@media (max-width: 360px) {
    .logo2 span {
        font-size: 8px;
    }

    .title_container {
        margin-top: 110px;
    }

    .title1 {
        font-size: 20px;
    }

    .gallery {
        /*height: 640px;*/
    }

    #instock .compl_items .compl_engine .trans,
    #instock .compl_items .compl_engine .engine {
        font-size: 13px;
    }
}

@media (max-width: 320px) {
    .title2 {
        font-size: 23px;
    }
}




