<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    overflow-x: hidden;
}

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

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

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

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

.fancybox-content {
    overflow: hidden;
}


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


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

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

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

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

a:hover {
    text-decoration: none;
}

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

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


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

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

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

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

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

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


#form_popup, #form_popup2 {
    display: none;
}

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

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

.popup_container .agree_field a {
    color: black;
}


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

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

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

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

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

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

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

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

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

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

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

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

form {
}

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

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group select {
    height: 48px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'Mulish', sans-serif;
    padding: 0px 20px;
    outline: none;
    background: transparent;
    border-radius: 2px;
    border: 1px solid #000;
}

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

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

form .form-group button:hover {
}


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

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

.cookie_text {
    position: fixed;
    bottom: 10px;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 10px 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: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    font-size: 14px;
    border-radius: 100px;
}

.cookie_text.hide {
    display: none;
}

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

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

.cookie_text button {
    width: 150px;
    height: 40px;
    font-size: 14px;
    background: #e8e8e8;
    text-transform: none;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    color: #000000;
}


.btn {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    transition: all .3s;
    text-align: center;
    border-radius: 2px;
    border: none;
    background: #1B365D;
}

.btn:hover {
    background: #000000;
}

.btn.glass {
    border: 1px solid #F0CFA2;
    background: transparent;
}

.btn.glass.blue {
    color: #000000;
    border-color: #1B365D;
}

.btn.glass:hover {
    background: #1B365D;
    color: #ffffff;
    border-color: #1B365D;
}

.btn.green {
    color: #000000;
    background: #F0CFA2;
}

.btn.green:hover {
    background: #1B365D;
    color: #ffffff;
}

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

.btn.black:hover {
    background: #1B365D;
}

.block_title {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.block_title.wt {
    color: #ffffff;
}

.block_title span {
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    min-height: 76px;
    position: relative;
}

.block_title span:before {
    content: '';
    width: 16px;
    height: 76px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/side_l.png") 50% no-repeat;
}

.block_title.wt span:before {
    background: url("../img/side_l_wt.png") 50% no-repeat;
}

.block_title span:after {
    content: '';
    width: 16px;
    height: 76px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/side_r.png") 50% no-repeat;
}

.block_title.wt span:after {
    background: url("../img/side_r_wt.png") 50% no-repeat;
}

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

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

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

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

header .logo_wrap .logo1 {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.50);
}

header .top_addr {
    font-weight: 500;
    padding-left: 25px;
    background: url("../img/ico_loc.png") 0 50% no-repeat;
    margin-left: 7rem;
}

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

header .btn {
    width: 215px;
}

.menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 80px;
    z-index: 5;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.50);
}

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

.menu .container &gt; div {
    display: flex;
    justify-content: space-between;
    column-gap: 35px;
}

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

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

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


header .m_btn {
    display: none;
}


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

.banner {
    margin-top: 130px;
}

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

.banner .container {
    display: flex;
    justify-content: center;
}

.title_container {
    position: absolute;
    top: 30px;
    z-index: 1;
    text-align: center;
    min-width: 860px;
    max-width: 100%;
}

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

.title_container .title2 {
    font-size: 28px;
    line-height: 150%;
}
.title_container .title2 .br_mob {
    display: none;
}
.title_container .title2 b {
    font-size: 36px;
    font-weight: 800;
    color: #1B365D;
}


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

.timer_block {
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(0, 0, 0, 0.03);
    padding: 30px 0;
}

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

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

.timer_form {
    max-width: 600px;
}
.timer_form_title {
    font-size: 18px;
    font-weight: 700;
}

#timer_form {
    margin-top: 16px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

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

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

.cars_items {
    margin-top: 80px;
}

.cars_menu {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 80px;
}

.cars_menu a {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    opacity: 0.5;
    transition: all .3s;
}

.cars_menu a:hover {
    opacity: 1;
}

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

.car_item {
    display: flex;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.04);
}

.car_image_wrap {
    width: 64.5%;
    min-height: 628px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 96px;
}

.car_gallery_wrap .car_slider_small {
    margin-top: 24px;
    overflow: initial;
}
.car_gallery_wrap .car_slider_small .swiper-container {
    overflow: hidden;
}
.car_gallery_wrap .car_slider_small .swiper-slide {
    cursor: pointer;
}

.car_image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 572px;
}

.car_image img {
    width: 100%;
}

.car_image .dots {
    position: relative;
    left: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.car_image .dots &gt; div {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 28px;
    height: 28px;
    border-radius: 50px;
    cursor: pointer;
}
.car_image .dots &gt; div.wt {
    box-shadow: 0px 4px 7px 0px #68686826;
}
.car_image .dots &gt; div:before {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    border: 1px solid transparent;
    border-radius: 50px;
}
.car_image .dots &gt; div.active:before {
    border-color: #000000;
}

.car_gallery_wrap {
    display: none;
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-height: 118px;
}
.car_gallery_wrap.active {
    display: block;
}

.car_gallery_wrap .car_gallery {
    display: none;
}

.car_gallery_wrap .car_gallery.active {
    display: block;
}

.car_gallery_wrap .swiper-button-prev {
    width: 11px;
    height: 18px;
    top: 65%;
    left: -20px;
    background: url("../img/prev.png") 50% no-repeat;
}

.car_gallery_wrap .swiper-button-next {
    width: 11px;
    height: 18px;
    top: 65%;
    right: -20px;
    background: url("../img/next.png") 50% no-repeat;
}

.car_gallery_wrap .swiper-button-next:after,
.car_gallery_wrap .swiper-button-prev:after {
    display: none;
}

.car_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 35.5%;
    background: #1B365D;
    padding: 15px 55px 30px;
}

.car_text .car_name {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}

.car_profit {
    display: flex;
    align-items: center;
    background: url("../img/ico_profit.png") 55px 50% no-repeat #F8F7F7;
    padding-left: 138px;
    min-height: 78px;
    color: #000000;
    text-decoration: none;
}

.car_profit b {
    display: block;
    font-size: 32px;
    margin-top: -5px;
}

.car_props {
    margin: 25px 0;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.car_props &gt; div {
    color: #ffffff;
    font-size: 19px;
    position: relative;
    padding-left: 24px;
}

.car_props &gt; div:before {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #F0CFA2;
}

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

.car_btns .btn.glass:hover,
.car_btns .btn.green:hover {
    background: #000000;
    border-color: #000000;
}

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

#instock {
    margin-top: 100px;
}

#filter_table {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}

#filter_table .select_container {
    width: 32%;
}

#filter_table select {
    font-family: 'Mulish';
    appearance: none;
    width: 100%;
    height: 48px;
    border: 1px solid rgba(0, 0, 0, 0.30);
    padding-left: 30px;
    background: url("../img/ico_down.png") 95% 50% no-repeat;
    outline: none;
}

.tb_complects {
    width: 100%;
}

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

.tb_complects tr {
    display: flex;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.04);
    padding: 35px 20px;
    margin-bottom: 40px;
    align-items: center;
}

.compl_wrap {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    width: 68%;
    row-gap: 25px;
}

.compl_wrap .compl_image {
    width: 43%;
}

.compl_wrap .compl_title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.compl_wrap .compl_title span {
    display: block;
    margin-top: 7px;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
}

.compl_wrap .compl_techs {
    display: flex;
    width: 31%;
}

.compl_wrap .compl_techs &gt; div {
    font-size: 18px;
    font-weight: 500;
}

.compl_wrap .compl_techs &gt; div b {
    display: block;
    margin-top: 10px;
}

.compl_wrap .compl_techs &gt; div:first-child {
    margin-right: 30px;
    padding-right: 31px;
    position: relative;
}

.compl_wrap .compl_techs &gt; div:first-child:before {
    content: '';
    width: 1px;
    height: 46px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.30);
}

.compl_wrap .compl_btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-left: 25px;
}

.compl_wrap .compl_btns .btn {
    width: 32%;
}

.compl_props {
    width: 28%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.compl_props &gt; div {
    font-size: 22px;
    padding-left: 20px;
    position: relative;
}

.compl_props &gt; div b {
    display: inline-block;
}

.compl_props &gt; div:before {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #F0CFA2;
}

.tb_complects_showmore {
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

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

.tradein {
    padding: 100px 0;
    background: #1B365D;
    margin-top: 100px;
}

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

.tradein_wrap {
    width: 42%;
}

.tradein_comment {
    color: #ffffff;
    font-size: 24px;
    margin-top: 220px;
    margin-bottom: 40px;
}

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

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

#tradein_form input[type=tel] {
    color: #ffffff;
    border-color: #ffffff;
}

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

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

.tradein_img {
    width: 51%;
}


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

.advantages {
    margin-top: 100px;
    position: relative;
}

.ags_list {
    display: flex;
    justify-content: flex-end;
    column-gap: 30px;
}

.ags_list &gt; div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 25px;
    font-size: 24px;
    min-height: 277px;
    width: 23.5%;
}

.ags_list &gt; div b {
    text-transform: uppercase;
}

.ags_list &gt; div.ico1 {
    background: url("../img/ags_ico1.png") 25px 30px no-repeat rgba(0, 0, 0, 0.04);
}

.ags_list &gt; div.ico2 {
    background: url("../img/ags_ico2.png") 25px 30px no-repeat rgba(0, 0, 0, 0.04);
}

.ags_list &gt; div.ico3 {
    background: url("../img/ags_ico3.png") 25px 30px no-repeat rgba(0, 0, 0, 0.04);
}

.ags_img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32%;
}

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

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

.cont_wrap {
    position: absolute;
    left: 15px;
    top: 100px;
    z-index: 1;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.70);
    padding: 25px 80px 55px;
}

.cont_wrap .block_title {
    margin-bottom: 15px;
}

.bot_addr {
    font-size: 20px;
    font-weight: 700;
}

.bot_addr span {
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
}

.worktime {
    margin-top: 10px;
}

.bot_phone {
    display: block;
    margin-top: 35px;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
}

.bot_phone span {
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
}

.cont_logo_wrap {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.cont_logo_wrap .logo2 {
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid #000000;
}

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

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


footer {
    padding: 35px 0;
    background: #1B365D;
}
.cookie_disc {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
}

.cookie_disc a {
    text-decoration: underline;
    color: #ffffff;
}

.foot_wrap {
    display: flex;
    justify-content: right;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
}

.foot_links {
    display: flex;
    gap: 14px;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.foot_links &gt; a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

.your_info {
    color: #ffffff;
    font-size: 16px;
}

.foot_wrap .sinoby {
    color: #ffffff;
    font-weight: 700;
}

.foot_wrap .sinoby img {
    margin-left: 10px;
}

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


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

@media (max-width: 1600px) {
    .container {
        width: 1300px;
    }

    header .top_addr {
        margin-left: 0;
    }

    .block_title {
        font-size: 40px;
    }

    /*******************************************************************/
    .banner picture img {
        height: 560px;
    }

    /*******************************************************************/
    .cars_menu a {
        width: 20%;
    }

    .car_image {
        width: 100%;
        margin: 0 auto;
        min-height: 32vw;
    }

    .car_image_wrap {
        min-height: 34vw;
    }

    .car_text {
        padding: 15px 40px 30px;
    }

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

    .car_profit {
        background-position: 15px 50%;
        padding-left: 100px;
    }

    .car_props &gt; div {
        font-size: 16px;
    }

    /*******************************************************************/
    .compl_props &gt; div {
        font-size: 18px;
    }

    /*******************************************************************/
    .tradein_comment {
        margin-top: 150px;
    }

    /*******************************************************************/
    .ags_list &gt; div {
        font-size: 20px;
        width: 22%;
        min-height: 220px;
    }
}

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

    header .top_addr {
        display: none;
    }

    .block_title {
        font-size: 34px;
    }

    /*******************************************************************/
    .banner picture img {
        height: 400px;
    }

    .title_container {
        top: 10px;
        padding: 15px 0 0;
    }

    .title_container .title1 {
        margin-bottom: 5px;
    }

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

    /*******************************************************************/
    .car_image_wrap {
        width: 58%;
        min-height: 44vw;
        padding: 25px 40px;
        justify-content: space-evenly;
    }

    .car_image .dots {
        left: 12px;
    }

    .car_text {
        width: 40%;
        padding: 15px 30px;
    }

    .car_props {
        margin: 15px 0;
        row-gap: 10px;
    }

    .car_props &gt; div {
        font-size: 14px;
    }

    .car_profit b {
        font-size: 24px;
    }

    /*******************************************************************/
    .tb_complects tr {
        flex-flow: wrap;
        padding: 20px;
    }

    .compl_wrap {
        width: 100%;
    }

    .compl_props {
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
        margin-top: 20px;
    }

    .compl_props &gt; div {
        font-size: 14px;
    }

    .compl_wrap .compl_btns {
        margin-left: 0;
    }

    /*******************************************************************/
    .tradein_wrap {
        width: 47%;
    }

    .tradein_comment {
        font-size: 20px;
        margin-top: 80px;
    }

    /*******************************************************************/
    .ags_list {
        column-gap: 20px;
    }

    .ags_list &gt; div {
        font-size: 18px;
    }


}

/*IPAD PRO BEGIN*/

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

    header .logo_wrap {
        width: 40%;
    }

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

    .block_title {
        font-size: 30px;
    }

    /*******************************************************************/
    .banner picture img {
        height: 300px;
    }

    .title_container {
        padding: 15px 0;
        width: 100%;
        min-width: auto;
    }

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

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

    .title_container .btn {
        display: none;
    }

    /*******************************************************************/
    .timer_block {
        padding: 15px 0;
    }
    .timer_form {
        margin-top: 20px;
    }
    .timer_form_title {
        text-align: center;
    }

    .timer_block .container {
        flex-direction: column;
    }

    #timer_form {
        width: 100%;
        margin-top: 20px;
    }

    /*******************************************************************/
    .car_item {
        flex-direction: column;
        position: relative;
        padding-top: 50px;
    }

    .car_image_wrap {
        width: 100%;
    }

    .car_image .dots {
        left: 9px;
    }
    .car_image .dots &gt; div {
        min-width: 20px;
        height: 20px;
    }
    .car_image .dots &gt; div:before {
        width: 28px;
        height: 28px;
    }

    .car_text {
        width: 100%;
    }

    .car_text .car_name {
        position: absolute;
        top: 0;
        left: 0;
        background: #1B365D;
        width: 100%;
    }

    /*******************************************************************/
    .compl_wrap {
        width: 100%;
    }

    .compl_props {
        width: 100%;
        flex-flow: wrap;
        row-gap: 10px;
    }

    .compl_wrap .compl_btns {
        row-gap: 10px;
        width: 100%;
    }

    .compl_wrap .compl_techs &gt; div:first-child {
        margin-right: 15px;
        padding-right: 16px;
    }

    .compl_wrap .compl_techs &gt; div {
        font-size: 16px;
    }

    .compl_wrap .compl_title {
        font-size: 20px;
    }

    /*******************************************************************/
    .tradein {
        padding: 30px 0;
    }

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

    .tradein_img {
        width: 100%;
    }

    .tradein_wrap {
        width: 100%;
    }

    .tradein_comment {
        margin-top: 40px;
    }

    /*******************************************************************/
    .ags_img {
        display: none;
    }

    .ags_list &gt; div {
        flex-grow: 1;
        min-height: 200px;
    }

    /*******************************************************************/
    .cont_wrap .block_title {
        width: 100%;
    }

    .cont_wrap {
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
        margin-bottom: 30px;
        flex-flow: wrap;
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    #map1 {
        height: 350px;
    }

    /*******************************************************************/
    .foot_links {
        column-gap: 20px;
    }

}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .cookie_text {
        display: block;
        width: 89%; 
        text-align: center;
        border-radius: 20px;
    }
    .cookie_text p {
        max-width: 100%;
        font-size: 12px;
    }
    .cookie_text p span {
        display: none;
    }
    .cookie_text button {
        width: 100%;
        margin-top: 10px;
        height: 20px;
        font-size: 9px;
        justify-content: center;
    }

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

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

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

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

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

    .popup_container {
        width: 100%;
    }

    .container {
        width: 100%;
    }

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

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

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

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

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

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

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

    .menu.active {
        right: 0;
    }

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

    .menu .container &gt; div {
        flex-direction: column;
        align-items: center;
        row-gap: 5px;
    }

    .menu a {
        font-size: 16px;
        position: relative;
        padding: 6px;
    }

    /*******************************************************************/
    header {
        padding: 10px 0;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    }

    header .container {
        flex-flow: wrap;
    }

    header .logo_wrap {
        width: 85%;
    }

    header .top_addr {
        display: none;
    }

    header .top_phone {
        margin-top: 10px;
    }

    header .btn {
        display: none;
    }

    .block_title {
        font-size: 5.5vw;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .block_title span {
        justify-content: center;
    }

    .block_title span:before,
    .block_title span:after {
        background-size: 50% !important;
    }

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

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

    .title_container {
        width: 100%;
        min-width: auto;
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
        margin-bottom: 20px;
    }

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

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

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

    .title_container .title2 .br_mob {
        display: block;
    }

    .title_container .btn {
        display: none;
    }

    /*******************************************************************/
    .timer_block {
        padding: 15px 0;
    }
    .timer_title {
        font-size: 26px;
        text-align: center;
    }
    .timer_form {
        margin-top: 20px;
    }
    
    .timer_form_title {
        font-size: 18px;
        text-align: center;
    }

    .timer_block .container {
        flex-direction: column;
    }

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

    #timer_form {
        width: 100%;
        margin-top: 20px;
    }

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

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

    .cars_menu {
        flex-flow: wrap;
        row-gap: 20px;
        margin-bottom: 40px;
    }

    .cars_menu a {
        width: 45%;
    }

    .car_item {
        flex-direction: column;
        position: relative;
        padding-top: 40px;
    }

    .car_image {
        flex-direction: column;
        min-height: 80vw;
    }
    .car_image_wrap {
        margin-top: 20px;
        width: 100%;
        padding: 0;
        padding-bottom: 20px;
        flex-direction: column;
    }

    .car_image .dots {
        margin-top: 10px;
        left: initial;
        flex-direction: row;
        column-gap: 8px;
    }

    .car_image .dots &gt; div {
        min-width: 16px;
        height: 16px;
    }
    .car_image .dots &gt; div:before {
        width: 20px;
        height: 20px;
    }

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

    .car_text .car_name {
        position: absolute;
        top: 0;
        left: 0;
        background: #1B365D;
        width: 100%;
        font-size: 9vw;
    }

    .car_profit b {
        font-size: 8vw;
    }

    .car_props {
        row-gap: 10px;
        margin: 15px 0;
    }

    .car_props &gt; div {
        font-size: 3.8vw;
    }

    .car_gallery_wrap .car_slider_small {
        margin-top: 10px;
    }

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

    /*******************************************************************/
    #instock {
        margin-top: 50px;
    }

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

    #filter_table .select_container {
        width: 100%;
    }

    .tb_complects tr {
        flex-direction: column;
        padding: 15px;
    }

    .compl_wrap {
        width: 100%;
        row-gap: 10px;
    }

    .compl_wrap .compl_image {
        width: 100%;
    }

    .compl_wrap .compl_title {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

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

    .compl_props {
        width: 100%;
        flex-flow: wrap;
        row-gap: 10px;
        margin-top: 20px;
    }

    .compl_props &gt; div {
        font-size: 4.5vw;
    }

    .compl_wrap .compl_btns {
        row-gap: 10px;
        width: 100%;
        margin-left: 0;
        flex-direction: column;
    }

    .compl_wrap .compl_btns .btn {
        width: 100%;
    }

    .compl_wrap .compl_techs &gt; div:first-child {
        margin-right: 15px;
        padding-right: 16px;
    }

    .compl_wrap .compl_techs &gt; div {
        font-size: 16px;
    }

    .compl_wrap .compl_title {
        font-size: 20px;
    }

    .compl_wrap .compl_techs {
        width: 100%;
    }

    .tb_complects_showmore {
        font-size: 16px;
        margin-top: -20px;
    }

    /*******************************************************************/
    .tradein {
        padding: 30px 0;
        margin-top: 50px;
    }

    .tradein .container {
        flex-direction: column-reverse;
        row-gap: 10px;
    }

    .tradein_img {
        width: 100%;
    }

    .tradein_wrap {
        width: 100%;
    }

    .tradein_comment {
        margin-top: -20px;
        text-align: center;
        font-size: 4.5vw;
        margin-bottom: 20px;
    }

    .tradein_comment br {
        display: none;
    }

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

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

    .advantages .block_title {
        font-size: 4.5vw;
    }

    .ags_img {
        display: none;
    }

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

    .ags_list &gt; div {
        flex-grow: 1;
        min-height: auto;
        width: 100%;
        padding: 15px 0 15px 80px;
        background-position: 10px 50% !important;
        font-size: 5vw;
    }

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

    .cont_wrap .block_title {
        width: 100%;
        margin-bottom: 0;
        font-size: 7vw;
    }

    .cont_wrap {
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
        margin-bottom: 30px;
        flex-flow: wrap;
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .bot_addr {
        font-size: 4vw;
    }

    .bot_phone {
        margin-top: 20px;
    }

    #map1 {
        height: 350px;
    }

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

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

    .foot_links {
        flex-direction: column;
        align-items: center;
        column-gap: 0;
        row-gap: 15px;
    }

    .your_info {
        text-align: center;
    }

}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 460px) {
    .timer_title {
        font-size: 20px;
    }
    div[id^=timer] {
        transform: scale(0.7) !important;
    }
}

@media (max-width: 360px) {
    .timer_title {
        margin: 0;
        font-size: 18px;
    }
    div[id^=timer] {
        transform: scale(0.6) !important;
    }
    .timer_form {
        margin-top: 10px;
    }

    .car_profit b {
        font-size: 7vw;
    }

    .advantages .block_title {
        font-size: 4.3vw;
    }
}

@media (max-width: 320px) {

}</pre></body></html>