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

sup {
    font-size: 14px;
}

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

* {
    box-sizing: border-box;
}

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

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

.resp_table {
    width: 100%;
}

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

.resp_table img {
    max-width: unset;
    width: unset;
    display: block;
    width: unset;
    height: 50px;
}

.t_black {
    color: black !important;
}

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

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

select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.png) 100% 50% no-repeat;
    font-family: "OpenSans", Arial, sans-serif;
    outline: none;
}

a {
    text-decoration: none;
}

.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: 1140px;
        max-width: 100%;
    }
}


input[type=text],
input[type=tel],
input[type=email] {
    color: #939393;
    font-family: "OpenSans", Arial, sans-serif;
}

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

#form_popup {
    display: none;
}

.popup_container {
    width: 520px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden !important;
    position: relative;
    box-sizing: border-box; /* border: 2px solid black; */
    background: 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: 24px;
    font-weight: 700;
    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 .form-group {
    margin-bottom: 19px;
}

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    color: black;
    display: block;
    height: 50px;
    line-height: 100%;
    text-decoration: none;
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: white;
    border: 1px solid #cbd5dc;
    padding: 10px;
}

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

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

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

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

.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-size: 16px;
}

.popup_container .form-group select {
    color: black;
    height: 50px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #cbd5dc;
}

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


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

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

.agree_field {
    font-size: 11px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 17px;
    top: 0px;
    font-weight: 400;
}

.agree_field a {
    color: black;
    text-decoration: underline;
}

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

.agree_field input + font {
    position: absolute;
    top: -1px;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid black;
}

.agree_field input:checked + font {
    background: url(../img/input_checked.png) center no-repeat;
    /* pointer-events: none; */
}

.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-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    height: 50px;
    width: 100%;
    color: black;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    text-align: left;
    border: 1px solid #cbd5dc;
    padding: 0px 20px;
    outline: none;
    background: transparent;
    border-radius: 0px;
}

select {
    font-family: 'OpenSans';
    display: block;
    color: black;
    height: 50px;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    background: url(../img/ico_select.png) right 20px center no-repeat;
    border: 1px solid #cbd5dc;
}

form .form-group button {
    width: 100%;
    height: 50px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    outline: none;
}

form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: black;
}

form ::-moz-placeholder { /* Firefox 19+ */
    color: black;
}

form :-ms-input-placeholder { /* IE 10+ */
    color: black;
}

form :-moz-placeholder { /* Firefox 18- */
    color: black;
}

.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;
    white-space: nowrap;
}


.btn {
    background: #002D96;
    color: white !important;
    /* text-transform:uppercase; */
    text-align: center;
    height: 54px;
    width: 368px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #002D96;
    position: relative;
    text-decoration: none;
    font-family: "OpenSans", Arial, sans-serif;
    transition: all .1s linear;
}

.btn span {
    display: inline-block;
    width: 100%;
}

.btn b {
    font-weight: 400;
    text-transform: uppercase;
}

.btn:hover {
    background: #092651;
    border: 1px solid #092651;
}

.btn.glass {
    background: transparent;
    border: 1px solid #002D96;
    color: #002D96 !important;
}

.btn.glass:hover {
    background: #002D96;
    color: white !important;
}


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

/* HEADER */


header {
    background: white;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, .075);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.header .top_addr {
    font-size: 14px;
    font-weight: 400;
    padding-left: 17px;
    position: relative;
    margin-bottom: 5px;
}

.header .top_addr:before {
    content: url(../img/loc_top.png);
    position: absolute;
    top: 0;
    left: 0;
}

.header .top_work_time {
    font-size: 12px;
    font-weight: 400;
    padding-left: 17px;
    position: relative;
    color: #505050;
}

.header .top_work_time:before {
    content: url(../img/clock_top.png);
    position: absolute;
    top: 0;
    left: 0;
}

.header .top_phone {
    padding-left: 21px;
    position: relative;
}

.header .top_phone a {
    font-size: 16px;
    font-weight: 700;
    color: black;
}

.header .top_phone:before {
    content: url(../img/phone_top.png);
    position: absolute;
    top: 0px;
    left: 0;
}

.header .btn {
    width: 190px;
    height: 34px;
    font-size: 14px;
}


/* HEADER END */

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

/* MENU */

.menu_bg {

    background: #f1f1f1;

    padding: 10px 0;
    position: fixed;
    top: 67px;
    left: 0;
    right: 0;
    z-index: 5;
}

.menu {

    display: flex;

    justify-content: space-between;
}

.menu .item {
    min-width: 64px;
    color: black;
    text-align: center;
    text-transform: uppercase;
    padding: 32px 0 0px 0px;
    opacity: .7;
    font-weight: 700;
    transition: all .1s linear;
}

.menu .item[href="#cityray"] {
    background: url(../img/menu/m_cityray.png) 50% 0% no-repeat;
}
.menu .item[href="#new_coolray"] {
    background: url(../img/menu/m_new_coolray.png) 50% 0% no-repeat;
}
.menu .item[href="#emgrand"] {
    background: url(../img/menu/m_emgrand.png) 50% 0% no-repeat;
}
.menu .item[href="#tugella"] {
    background: url(../img/menu/m_tugella.png) 50% 0% no-repeat;
}
.menu .item[href="#monjaro"] {
    background: url(../img/menu/m_monjaro.png) 50% 0% no-repeat;
}
.menu .item[href="#monjaro_hybrid"] {
    background: url(../img/menu/m_monjaro_hi_p.png) 50% 0% no-repeat;
}
.menu .item[href="#coolray"] {
    background: url(../img/menu/m_coolray.png) 50% 0% no-repeat;
}
.menu .item[href="#atlas_pro"] {
    background: url(../img/menu/m_atlas_pro.png) 50% 0% no-repeat;
}
.menu .item[href="#new_atlas"] {
    background: url(../img/menu/m_new_atlas.png) 50% 0% no-repeat;
}
.menu .item[href="#new_okavango"] {
    background: url(../img/menu/m_new_okavango.png) 50% 0% no-repeat;
}
.menu .item[href="#preface"] {
    background: url(../img/menu/m_preface.png) 50% 4px no-repeat;
    background-size: 100% auto;
}
.menu .item[href="#ex5"] {
    background: url(../img/menu/m_ex5.png) 50% 4px no-repeat;
    background-size: 100% auto;
}


.menu .item:hover {
    opacity: 1;
    color: #002D96;
}

.m_btn {
    display: none;
}

/* MENU END */


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

/* BANNER */

.title_container {

    background: url(../img/bg1.jpg?v=1) 50% 0% no-repeat #002D96;

    margin-top: 140px;
}

.title_block {
    position: relative;
    top: 68px;
    padding: 24px 30px;
    background: #FFFFFF;
}

.title_block .br_mob {
    display: none;
}

.title_container .title {
    font-size: 36px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 135%;
}

.title_container .title b {
    text-transform: uppercase;
    font-size: 40px;

}

.title_container .title span {
    color: #002D96;
}

/*.title_container .title br {
    display: none;
}*/

.title_container .title font {
    display: block;
}

.title_container .title font br {
    display: none;
}

.title_container .comment {
    font-size: 48px;
    color: #000000;
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
}
.title_container .comment span {/*text-shadow: 0px 0px 10px #ffffffc2;*/}
.title_container .comment2 {
	text-align: center;
    color: #000000;
    font-size: 33px;
    font-weight: 600;
    margin-top: 8px;
}

.title_container .desktop_text {
    color: inherit !important;
}

.title_container .top_banner_advs {

    margin: 0 auto;

    width: 75%;

    margin-top: 20px;
    display: none;
}

.title_offers {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    /* margin: 20px auto 0; */
    margin-top: 20px;
}

.title_offers .offers_item {
    width: 30%;
}

.title_offers .offers_item .item_text {
    background: #ffffff;
    border-radius: 30px 0 30px 0;
    padding: 20px 5px 20px 20px;
    text-align: left;
    font-weight: 700;
    /* text-transform: uppercase; */
}

.title_offers .offers_item .item_text .text1 {
    font-size: 16px;
    line-height: 120%;
}

.title_offers .offers_item .item_text .text1 span {
    font-size: 24px;
    display: block;
    text-transform: uppercase;
}

.title_offers .offers_item .item_text .text1 b {
    font-size: 20px;
    color: #002D96;
}

.title_offers .offers_item .item_text sup {
    top: -10px;
    font-size: 10px;
    position: relative;
}

.title_offers .offers_item .item_text .text2 {
    margin-top: 5px;
    font-size: 16px;
}

.title_offers .offers_item .item_text .text2 span {
    /* font-size: 16px; */
}

.title_offers .offers_item .item_text .text2 span b {
    color: #002D96;
    font-size: 20px;
}

.title_offers .offers_item .item_text .text3 {
    margin-top: 10px;
    font-size: 16px;
    /* background: url(../img/price_tag_small.png) 0 50% no-repeat; */
    background: url(../img/ico_gift_wt_ban.png) 0px 50% no-repeat;
    padding-left: 40px;
    font-weight: 400;
    text-align: left;
}

.title_offers .offers_item .item_text .text3 span {
    color: #002D96;
    font-size: 20px;
}

.title_offers .offers_item .item_text .text3 span .rub {
    font-size: .8em;
    font-style: normal;
}

.title_offers .offers_item .item_comment {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    background: #2e2e2e;
    border-radius: 0 12px 12px 12px;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    margin-top: 10px;
}

.title_offers .offers_item .item_comment span {
    font-size: 19px;
    color: #002D96;
}

.title_lizing {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    background: #2e2e2e;
    border-radius: 0 12px 12px 12px;
    width: 92%;
    text-align: center;
    padding: 5px 0;
    margin: 20px auto 0;
    display: none;
}

.title_lizing span {
    font-size: 19px;
    color: #002D96;
}

.title_props {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.title_props a:first-child {
    margin-right: 10px;
}

.title_props a {
    display: flex;
    font-weight: 700;
    text-decoration: none;
    height: 50px;
    font-size: 18px;
}

.title_props a span {
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 10px;
    background: #ffffff;
    color: #002D96;
}

.title_props a b {
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 15px;
    color: #ffffff;
    background: #002D96;
}

.title_props a sup {
    font-size: 10px;
    font-weight: 400;
    position: relative;
    top: -4px;
}


.title_container .top_banner_advs .dots {

    display: flex;

    justify-content: space-between;

    background: url(../img/top_banner_advs_bg.png) 0% 50%;

    background-repeat: repeat-x;
}

.title_container .top_banner_advs .dots span {

    display: block;

    width: 12px;

    height: 12px;

    background: #002D96;

    border-radius: 50%;

    box-shadow: 0 0 0 6px rgba(8, 120, 181, 0.514);
}

.title_container .top_banner_advs .items {

    display: flex;

    justify-content: space-between;

    margin-top: 15px;
}

.title_container .top_banner_advs .items .item {

    min-width: 128px;
}

.title_container .top_banner_advs .items .item:first-child {
    position: relative;
    left: -65px;
}

.title_container .top_banner_advs .items .item:last-child {
    position: relative;
    right: -60px;
}

.title_container .top_banner_advs .items .item b {

    font-size: 21px;
}

.title_container .top_banner_advs .items .item sup {

    font-size: 0.7em;
}

.banner_plashka {
    position: absolute;
    top: 696px;
    width: 528px;
    border-radius: 20px 20px 0 0;
    padding: 6px 0 35px 95px;
    background: #002D96;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    z-index: 1;
}
.banner_plashka span {
    display: flex;
    flex-direction: column;
}
.banner_plashka p {
    margin: 0;
    font-size: 28px;
}
.banner_plashka:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 14px;
    width: 60px;
    height: 60px;
    background: url(../img/banner_plashka_ico.svg) no-repeat;
}

.better_offer {
    display: block;
    background: url(../img/timer_bg.png) 50% 50% no-repeat;
    /* background: #002D96; */
    border-radius: 20px 0 0 0;
    color: #000;
    padding: 10px 20px 10px 20px;
    margin-top: 470px;
    margin-left: auto;
    align-items: center;
    width: 100%;
    max-width: 582px;
}

.better_offer .icon {
    font-size: 53px;
    font-weight: 700;
    line-height: 80%;
    color: #2e2e2e;
    margin-right: 15px;
    display: none;
}

.better_offer .text {
    font-size: 28px;
    text-align: left;
    text-transform: uppercase;
}

.better_offer .text span {
    font-size: 24px;
    font-weight: 700;
}

.title_container .timer_container {
    position: relative;
    margin-top: -10px;
    background: url(../img/timer_bg.png) 50% 50% no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    z-index: 2;
}

.title_container .timer_title {

    font-size: 20px;

    font-weight: 700;

    text-align: left;
}

.title_container .timer {

}

.title_container #form1 {

    width: 52%;

    text-align: right;

    margin-top: 15px;
}

.title_container #form1 .form-group_wrapper {

    display: flex;

    justify-content: space-between;
}

.title_container #form1 .form-group {
    margin-bottom: 0;
    width: 49%;
}

#form1 .form-group input[type="text"], #form1 .form-group input[type="tel"] {
    background: white;
}

.title_container #form1 .btn {

    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    font-weight: 700;
}

.title_container #form1 .btn:hover {
    background: #002D96;
    border: 1px solid #002D96;
}

#form1 .agree_field {
    font-size: 11px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
    font-weight: 400;
    right: 3.5%;
}

.title_container .bottom_banner_advs {

    display: flex;

    justify-content: space-between;

    padding: 35px 0;
}

.title_container .bottom_banner_advs .item {
    position: relative;
    color: white;
    font-size: 20px;
    font-weight: 700;
    padding: 30px;
    padding-left: 90px;
    text-align: left;
    transition: all .1s linear;
}

.title_container .bottom_banner_advs .item:hover {
    color: black;
}

.title_container .bottom_banner_advs .item:nth-child(1) {
    background: url(../img/banner_advs_ico1.png) 17% 50% no-repeat;
}

.title_container .bottom_banner_advs .item:nth-child(2) {
    background: url(../img/banner_advs_ico2.png) 17% 50% no-repeat;
}

.title_container .bottom_banner_advs .item:nth-child(3) {
    background: url(../img/banner_advs_ico3.png) 12% 50% no-repeat;
}

.title_container .bottom_banner_advs .item:nth-child(1):hover {
    background: url(../img/banner_advs_ico1_hover.png) 17% 50% no-repeat;
}

.title_container .bottom_banner_advs .item:nth-child(2):hover {
    background: url(../img/banner_advs_ico2_hover.png) 17% 50% no-repeat;
}

.title_container .bottom_banner_advs .item:nth-child(3):hover {
    background: url(../img/banner_advs_ico3_hover.png) 12% 50% no-repeat;
}

.title_container .bottom_banner_advs .item:before {
    content: "";
    height: 100%;
    width: 10%;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-color: white;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .1s linear;
}

.title_container .bottom_banner_advs .item:after {
    content: "";
    height: 100%;
    width: 50%;
    border-top: 2px solid;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: white;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .1s linear;
}

.title_container .bottom_banner_advs .item:hover:before,
.title_container .bottom_banner_advs .item:hover:after {
    border-color: black;
}


/* BANNER END */


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

/* CARS_ITEMS */



.car_items {
    margin-top: 90px;
}

.car_items .car_title {
    font-size: 38px;
    font-weight: 700;
}

.car_items .car_item .car_vigoda {
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
}

.car_items .car_item {
    position: relative;
    margin-top: 92px;
    padding: 35px 60px 56px 60px;
    border: 1px solid #D2D2D2;
}


.car_items .car_item .container {}
.car_items .car_item .car_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}
.car_items .car_item .img_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 60%;
}
.car_items .car_item#preface .img_block .car_img {
    margin-top: 3vw;
}
.car_items .car_item .car_name {
    font-size: 52px;
    line-height: 124%;
    max-width: 530px;
    white-space: nowrap;
}

.car_items .car_item#monjaro_hybrid .car_name {
    font-size: 50px;
}

.car_items .car_item .car_name b {}
.car_items .car_item .btn_compl {
    height: 44px;
    font-weight: 600;
    padding-left: 65px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: inherit;
    background: #CCD5EA;
}
.car_items .car_item .btn_compl:before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url(../img/compl_btn_ico.svg) 50% no-repeat;
    transform-origin: center;
    transform: scale(.9);
    transition: all .3s linear;
    position: absolute;
    left: 10px;
}

.car_items .car_item .info_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.car_items .car_item .car_new {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 40px;
    font-size: 42px;
    font-weight: 700;
    color: #002D96;
}
.car_items .car_item .car_new:before {
    content: '';
    position: absolute;
    left: 0;
    width: 26px;
    height: 34px;
    background: url(../img/car_new_ico.svg) no-repeat;
}

.car_tehs {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}
.car_tehs > div {
    position: relative;
    padding-left: 38px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}
.car_tehs > div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50px;
}
.car_tehs > .ico1:before {
    background: url(../img/car_tehs_ico1.svg) 50% 50% no-repeat #B2B2B2;
}
.car_tehs > .ico2:before {
    background: url(../img/car_tehs_ico2.svg) 50% 50% no-repeat #B2B2B2;
}
.car_tehs > .ico3:before {
    background: url(../img/car_tehs_ico3.svg) 50% 50% no-repeat #B2B2B2;
}
.car_tehs > .ico4:before {
    background: url(../img/car_tehs_ico4.svg) 50% 50% no-repeat #B2B2B2;
}

.car_items .car_item .car_tech .item .tech_name {
    font-size: 16px;
    /* padding-left: 25px; */
    display: flex;
    align-items: center;
    gap: 16px;
}
.car_items .car_item .car_tech .item .tech_name i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #002d96;
}
.car_items .car_item .car_tech .item .tech_val {
    font-size: 27px;
    color: #002d96;
    font-weight: 700;
}



.car_items .car_item .car_deadline {
    position: absolute;
    top: -24px;
    right: 60px;
    min-width: 208px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    background: #002D96;
}
.car_items .car_item .car_deadline b {
    text-transform: initial;
}
.car_items .car_item .car_profit {
    font-size: 24px;
    font-weight: 700;
}
.car_items .car_item .car_profit span {
    font-size: 32px;
    color: #002d96;
    position: relative;
}
.car_items .car_item .car_profit i {
    font-style: normal;
}
.car_items .car_item .car_profit sup {
    position: absolute;
    top: 4px;
}

.car_items .car_item .car_vigoda {
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
}

.car_items .car_item .car_in_stock {
    font-weight: 700;
    padding-left: 65px;
    padding-left: 0;
    display: block;
    position: relative;
    cursor: pointer;
    color: inherit;
    font-size: 20px;
    color: #002d96;
}

.car_items .car_item .car_in_stock:before {content: "";display: block;width: 53px;height: 53px;background: url(../img/car_choose_compl_btn.png) 50% no-repeat #ccd5ea;transform-origin: center;transform: scale(.9);transition: all .3s linear;position: absolute;left: 0;top: -7px;display: none;}

.car_items .car_item .car_in_stock:hover:before {
    transform: scale(1);
}

.car_items .car_item .car_props {
    margin-top: 60px;
}
.car_items .car_item .car_props_item {
    display: flex;
    font-size: 16px;
    padding: 3px 0;
    padding-left: 33px;
    margin: 7px 0;
}
.car_items .car_item .car_props_item span {
    min-width: 120px;
    font-size: 12px;
}
.car_items .car_item .car_props_item b {}
.car_items .car_item .car_props_item.ico1 {
    background: url(../img/car_props_ico1.svg) 0 50% no-repeat;
}
.car_items .car_item .car_props_item.ico2 {
    background: url(../img/car_props_ico2.svg) 0 50% no-repeat;
}
.car_items .car_item .car_props_item.ico3 {
    background: url(../img/car_props_ico3.svg) 0 50% no-repeat;
}

.car_items .car_item .car_gifts {
    margin-top: 38px;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.car_items .car_item .gift_item {
    padding-left: 35px;
    /* margin: 12px 0; */
    position: relative;
    font-size: 14px;
    min-height: 24px;
    display: block;
    line-height: 16px;
}
.car_items .car_item .gift_item:last-child {
    width: 100%;
}
.car_items .car_item .gift_item span {
    font-size: 12px;
    line-height: 12px;
    display: block;
}
.car_items .car_item .gift_item:before {content: "";background: url(../img/car_gift_ico.png) 50% no-repeat #002d96;display: block;border-radius: 50%;width: 24px;height: 24px;position: absolute;left: 0;}

.car_items .car_item .car_btns {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.car_items .car_item .car_btns .btn {
    text-transform: none;
    height: 48px;
}
.car_items .car_item .car_btns .btn:last-child {
    margin-bottom: 0;
}

.car_items .car_item .car_btns .btn.glass {
    color: #000000 !important;
}
.car_items .car_item .car_btns .btn.dark {
    background: #000000;
    border-color: #000000;
}
.car_items .car_item .car_btns .btn:hover {
    background: #000000;
}
.car_items .car_item .car_btns .btn.glass:hover {
    background: #002D96;
    color: #fff !important;
}
.car_items .car_item .car_btns .btn.dark:hover {
    background: #002D96;
    border-color: #002D96;
}

.car_items .car_item .car_gallery {
    position: relative;
    top: 8px;
    width: 100%;
    left: 6%;
    max-width: 86%;
    box-sizing: border-box;
}

.car_items .car_item .car_gallery a {
    margin: 9px;
    overflow: hidden;
    box-shadow: 0 0 7px 3px rgba(0,0,0,.15);
}

.car_items .car_item .car_gallery a img {
    transition: all .5s linear;
}

.car_items .car_item .car_gallery a:hover img {
    transform: scale(1.08);
}
.car_items .car_item .car_gallery .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../img/btn_arrows.svg) no-repeat;
    border: none;
    font-size: 0;
}
.car_items .car_item .car_gallery .slick-prev {
    left: -20px;
    transform: rotate(180deg);
}
.car_items .car_item .car_gallery .slick-next {
    right: -20px;
}



/* CARS_ITEMS END */


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

/* INSTOCK */

#instock {
    position: relative;
}

.instock_title {
    font-size: 38px;
    /* text-align: center; */
    font-weight: 700;
    /* text-transform: uppercase; */
    margin-top: 80px;
}

.instock_title span {

    color: #002D96;
}

.compl_deadline {
    display: flex;
    position: absolute;
    top: 7px;
    right: 0;
}

.compl_deadline div {
    background: #2e2e2e;
    color: white;
    font-size: 22px;
    padding: 5px 10px;
    font-weight: 700;
}

.compl_deadline div.text {
    background: #002D96;
    font-size: 16px;
    padding: 0 15px;
    padding-top: 8px;
}


#filter_table {
    display: flex;
    justify-content: space-between;
    padding: 35px 0 55px;
}

#filter_table .select_container {
    position: relative;
    width: 48%;
    display: inline-block;
    margin-left: 10px;
}

#filter_table .select_container:first-child {
    margin-left: 0px;
}

#filter_table .select_container:after {
    content: ''; /* background:url(../img/ico_select.png) 0px 0px no-repeat; */
    width: 15px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    pointer-events: none;
}

#filter_table select {
    font-family: 'OpenSans';
    display: block;
    color: black;
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    background: none;
    border-radius: 0px;
    background: url(../img/ico_select.png) right 20px center no-repeat;
    border: 1px solid black;
}

#filter_table select[name="models"] {
}

#filter_table select[name="complects"] {
}

#filter_table select[name="engine"] {
}

#filter_table select option {
    color: black;
}


.tb_complects {
    width: 100%;
    color: black;
    border-collapse: collapse;
    margin: 0px auto;
    font-weight: 400;
}

.tb_complects tr {
    /* padding: 15px 0; */
    border-bottom: 1px dashed #acacac;
}

.tb_complects.limit tr:nth-child(n+5) {
    display: none;
}

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

.tb_complects tr th {
    text-align: left;
    font-size: 16px; /* text-transform:uppercase; */
    background: #ededed;
    font-size: 18px;
    font-weight: 400;
    padding: 15px;
    height: 53px;
    box-sizing: border-box;
}

.tb_complects tr td {
    vertical-align: middle;
    padding: 15px;
    text-align: left;
}

.tb_complects tr td:nth-child(1) {
    /* width: 17%; */
    padding-left: 0;
}

.tb_complects tr td:nth-child(2) {
    /* width: 15%; */
    /* text-align: center; */
}

.tb_complects tr td:nth-child(3) {
    /* width: 15%; */
}

.tb_complects tr td:nth-child(4) {
    /* width: 25%; */
}

.tb_complects_showmore {
    padding-bottom: 5px;
    color: black;
    font-size: 14px;
    font-weight: 400;
    margin-top: 19px;
    text-align: center;
    margin-top: 25px;
    display: block;
    width: 110px;
    text-decoration: none;
    border-bottom: 1px solid black;
}

.tb_complects_showmore:hover { /* border-color:#1c69d4; */
}


.tb_complects tr .btns {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
}

.tb_complects tr .btns .btn {
    width: 48%;
}

.tb_complects tr .btns .btn:first-child {
}

.tb_complects tr td .param1 {
    font-weight: 700;
    font-size: 24px;
    color: #002D96;
}

.tb_complects tr td .param2 {
    font-weight: 700;
    font-size: 20px;
}

.tb_complects tr td .param3 {
    background: url(../img/compl_engine.png) 0% 50% no-repeat;
    padding-left: 30px;
}

.tb_complects tr td .param4 {
    background: url(../img/compl_drive.png) 1% 50% no-repeat;
    padding-left: 30px;
    margin-top: 3px;
    padding-bottom: 3px;
}

.tb_complects tr td .param5 {
    /* text-decoration: line-through; */
    /* font-weight: 700; */
}

.tb_complects tr td .param5 span {
    font-weight: 700;
}

/* INSTOCK END */

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

/* TRADEIN */

.trade_in_bg {
    background: url(../img/tradein_bg.jpg) 50% 0% no-repeat;
    margin-top: 100px;
}

.trade_in {

    color: black;
}

.trade_in .title {
    padding-top: 60px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.trade_in .comment {

    font-size: 20px;
    color: #ffffff;
    padding-top: 10px;
}

.trade_in #form2 {

    width: 33%;

    padding-top: 40px;

    padding-bottom: 65px;
}

#form2 .form-group input[type="text"], #form2 .form-group input[type="tel"] {
    background: white;
}

#form2 select {
    background: url(../img/ico_select.png) right 20px center no-repeat white;
}

.trade_in #form2 .btn {
    background: #313131;
    border: 2px solid #313131;
}

.trade_in #form2 .btn:hover {
    background: #002D96;
    border: 1px solid #002D96;
}

#form2 .agree_field {
    color: #ffffff;
}

#form2 .agree_field a {
    color: #ffffff;
}


/* TRADEIN END */


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

/* CREDIT */

.credit_bg {
    background: url(../img/credit.jpg) 50% 0% no-repeat;
    padding: 90px 0;
}

.credit {
    padding: 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: #fff;
    width: 100%;
    max-width: 430px;
}

.credit .credit_text {
}

.credit .title {
    color: #002d96;

    font-weight: 700;

    font-size: 38px;
}

.credit .comment {
    font-size: 20px;
    padding-top: 15px;
}

.credit #form3 {
    width: 100%;
    /* text-align: right; */
    margin-top: 20px;
}

.credit #form3 .form-group_wrapper {
    /* position: absolute; */
    display: flex;
    /* position: relative; */
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}

.credit #form3 .form-group {
    /* width: 49%; */
}

.credit #form3 .form-group.vznos {
    /* position: absolute; */
    /* top: 100%; */
}

.credit #form3 .agree_field {
    /* right: 11%; */
    /* width: 100%; */
}

/* CREDIT END */

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

/* BEST_OFFER */

.best_offer_bg {
    background: url(../img/offer_bg1.jpg) 50% 0% no-repeat;
    overflow: hidden;
}

.best_offer {

    display: flex;

    position: relative;
}

.best_offer .title {
    color: #303030;
    font-size: 38px;
    font-weight: 700;
    padding-top: 50px;
}

.best_offer .comment {

    color: #002D96;

    font-size: 38px;

    font-weight: 700;
}

.best_offer_text {
    margin-right: 9%;
}

.best_offer #form4 {
    background: url(../img/offer_bg2.jpg) center no-repeat;
    padding: 49px 30px 115px;
    width: 37%;
    text-align: center;
}

.best_offer #form4 .form_title {

    color: white;

    font-size: 20px;

    text-align: center;

    padding-bottom: 20px;
}

#form4 .form-group input[type="text"], #form4 .form-group input[type="tel"] {
    background: white;
}

.best_offer #form4 .btn {
    background: #313131;
    border: 2px solid #313131;
    text-transform: uppercase;
    font-weight: 700;
}

.best_offer #form4 .btn:hover {
    background: #002D96;
    border: 2px solid #002D96;
}

.best_offer #form4 .agree_field,
.best_offer #form4 .agree_field a {
    color: #ffffff;
}

.best_offer .best_offer_car1 {

    position: absolute;

    bottom: 0;

    left: -2%;
}

.best_offer .best_offer_car2 {

    position: absolute;

    bottom: -3px;

    right: -23%;
}


/* BEST_OFFER END */


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



.contacts_bg {
    /* background: url(../img/contakts_bg.png) 50% 0 no-repeat; */
    background: #fff;
    margin-bottom: -14px;
    position: relative;
    z-index: 1;
}

.contacts {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 69px 0;
}

.contacts .title {

color: #000;

font-size: 38px;

font-weight: 700;
}

.contacts .bottom_phone {

    position: relative;

    padding-left: 40px;

    font-size: 20px;

    font-weight: 700;
}

.contacts .bottom_phone:before {
    content: url(../img/bottom_loc.png);
    position: absolute;
    top: 0;
    left: 0;
}

.contacts .bottom_phone a {

color: #000;
}

.contacts .bottom_addr {

color: #000;

position: relative;

padding-left: 40px;
}

.contacts .bottom_addr:before {
    content: url(../img/phone_bottom.png);
    position: absolute;
    top: 6px;
    left: 0;
}

.contacts .bottom_work_time {

color: #000;

position: relative;

padding-left: 40px;
}

.contacts .bottom_work_time:before {
    content: url(../img/bottom_clock.png);
    position: absolute;
    top: 7px;
    left: 0;
}

.contacts .bottom_work_time b {

}





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

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


footer {
    padding-top: 21px;
    padding-bottom: 20px;
}


.disclamer_switch_bg {

}

.disclamer_switch {
    color: black;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}

footer .disclamer {
    color: black;
    font-size: 10px;
    display: none;
    text-align: left;
    padding-top: 35px;
}

.copyright {
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 15px;
}


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

@media (max-width: 1900px) {

}

@media (max-width: 1800px) {

}

@media (max-width: 1500px) {

}

@media (max-width: 1400px) {

}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .title_container .comment {
        font-size: 38px;
    }
    .title_container .comment2 {
        font-size: 28px;
        margin-top: 8px;
    }
    .banner_plashka {
        top: 668px;
        width: 345px;
        padding: 0;
        padding-left: 72px;
        display: flex;
        align-items: center;
        height: 96px;
        border-radius: 20px 20px 0 20px;
    }
    .banner_plashka span br {
        display: none;
    }
    .banner_plashka p {
        font-size: 18px;
    }
    .banner_plashka:before {
        content: '';
        position: absolute;
        left: 10px;
        top: initial;
        width: 42px;
        height: 42px;
        background-size: contain;
    }
    .title_offers {
        width: 100%;
    }

    .title_offers .offers_item {
        width: 32%;
    }

    .title_offers .offers_item .item_text .text1 b {
        font-size: 22px;
    }

    .header .top_addr {
        display: none;
    }

    .compl_deadline {
        position: static;
        margin-top: 15px;
    }

    .title_container .title {
        font-size: 30px;
    }

    .title_container .timer {
        transform: scale(.8);
    }

    .title_container .desktop_text {}

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

/* CARS_ITEMS */



.car_items {}
.car_items .car_item {
    background: none !important;
}
.car_items .car_item#tugella {}
.car_items .car_item#atlas_pro {}
.car_items .car_item#coolray {}
.car_items .car_item#monjaro {}
.car_items .car_item .container {}
.car_items .car_item .car_wrapper {}
.car_items .car_item .img_block {}
.car_items .car_item .car_name {}
.car_items .car_item .car_name b {}
.car_items .car_item .btn_compl {}
.car_items .car_item .btn_compl:before {}
.car_items .car_item .car_img {}
.car_items .car_item .info_block {}
.car_items .car_item .car_deadline {}
.car_items .car_item .car_deadline:before {}
.car_items .car_item .car_profit {}
.car_items .car_item .car_profit span {}
.car_items .car_item .car_profit i {}
.car_items .car_item .car_profit sup {}
.car_items .car_item .car_in_stock {}
.car_items .car_item .car_in_stock:before {}
.car_items .car_item .car_gifts {}
.car_items .car_item .gift_item {}
.car_items .car_item .gift_item:before {}
.car_items .car_item .car_btns {}
.car_items .car_item .car_btns .btn {}
.car_items .car_item .car_btns .btn:last-child {}
.car_items .car_item .car_gallery {
}
.car_items .car_item .car_gallery .slick-arrow {
}
.car_items .car_item .car_gallery .slick-prev {
}
.car_items .car_item .car_gallery .slick-next {
}

.credit {
}

.credit #form3 .form-group.vznos {
    position: static;
}

.credit #form3 .form-group_wrapper {
    flex-wrap: wrap;
}

    .best_offer .best_offer_car1 {
        position: absolute;
        bottom: 0;
        left: -7%;
    }

    .best_offer .best_offer_car2 {
        position: absolute;
        bottom: -3px;
        right: -40%;
    }

    .car_items .car_item .car_props {
        width: 100%;
    }

}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .banner_plashka {
        top: 652px;
        width: 588px;
        right: 14px;
    }
    .banner_plashka span {
        text-align: left;
    }

    .title_offers .offers_item .item_text {
        padding: 15px 10px;
    }

    .title_offers .offers_item .item_text .text1 {
        font-size: 14px;
    }

    .title_offers .offers_item .item_text .text1 b {
        font-size: 16px;
    }

    .title_offers .offers_item .item_text .text2 {
        font-size: 14px;
    }

    .title_offers .offers_item .item_text .text2 span {
        font-size: 22px;
    }

    .title_offers .offers_item .item_text .text3 {
        font-size: 14px;
    }

    .title_offers .offers_item .item_text .text3 span {
        font-size: 22px;
    }

    .title_offers .offers_item .item_comment {
        font-size: 10px;
    }

    .title_offers .offers_item .item_comment span {
        font-size: 16px;
    }

    #filter_table select {
        font-size: 14px;
    }

    .tb_complects tr .btns {
        flex-wrap: wrap;
    }

    .tb_complects tr .btns .btn {
        width: 100%;
    }

    .tb_complects tr .btns .btn:first-child {
        margin-bottom: 10px;
    }

    .header {
        flex-wrap: wrap;
    }

    .header .btn {
        width: 150px;
    }

    .header .top_addr_wrapp {
        display: none;
    }

    .header .logo {
        width: 20%;
    }

    .menu .item {
        color: black;
        text-transform: uppercase;
        padding: 40px 30px 0;
        opacity: .7;
        font-weight: 700;
        transition: all .1s linear;
    }

    .menu .item:nth-child(1) {
        background: url(../img/menu/m_atlas.png) 50% 0% no-repeat;
    }

    .menu .item:nth-child(2) {
        background: url(../img/menu/m_coolray.png) 50% 0% no-repeat;
    }

    .menu .item:nth-child(3) {
        background: url(../img/menu/m_x7.png) 50% 0% no-repeat;
    }

    .menu .item:nth-child(4) {
        background: url(../img/menu/m_gs.png) 50% 0% no-repeat;
    }

    .menu .item:nth-child(5) {
        background: url(../img/menu/m_tugella.png) 50% 0% no-repeat;
    }

    .title_container {
        background: url(../img/bg1.jpg) 37% 0% no-repeat #002D96;
        text-align: center;
    }

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

    .title_container .desktop_text {}

    .title_container .timer_container {
        /* margin-top: 325px; */
        background: white;
        background-size: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        border-radius: 30px 0;
    }

    .title_container .timer_title br {
        display: none;
    }

    .title_container .timer {
        transform: unset;
    }

    .title_container #form1 {
        width: 100%;
        text-align: right;
        margin-top: 15px;
    }

    .title_container .bottom_banner_advs .item {
        position: relative;
        color: white;
        font-size: 18px;
        font-weight: 400;
        padding: 12px;
        padding-left: 60px;
        text-align: left;
        transition: all .1s linear;
    }

    .title_container .bottom_banner_advs .item:nth-child(1) {
        background: url(../img/banner_advs_ico1.png) 10% 50% no-repeat;
    }

    .title_container .bottom_banner_advs .item:nth-child(2) {
        background: url(../img/banner_advs_ico2.png) 10% 50% no-repeat;
    }

    .title_container .bottom_banner_advs .item:nth-child(3) {
        background: url(../img/banner_advs_ico3.png) 7% 50% no-repeat;
    }

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

/* CARS_ITEMS */



.car_items {}
.car_items .car_item {}
.car_items .car_item#tugella {}
.car_items .car_item#atlas_pro {}
.car_items .car_item#coolray {}
.car_items .car_item#monjaro {}
.car_items .car_item .container {}
.car_items .car_item .car_wrapper {}
.car_items .car_item .img_block {
    max-width: 100%;
}
.car_items .car_item .car_name {}
.car_items .car_item .car_name b {}
.car_items .car_item .btn_compl {}
.car_items .car_item .btn_compl:before {}
.car_items .car_item .car_img {}
.car_items .car_item .info_block {}
.car_items .car_item .car_deadline {}
.car_items .car_item .car_deadline:before {}
.car_items .car_item .car_profit {}
.car_items .car_item .car_profit span {}
.car_items .car_item .car_profit i {}
.car_items .car_item .car_profit sup {}
.car_items .car_item .car_in_stock {}
.car_items .car_item .car_in_stock:before {}
.car_items .car_item .car_gifts {}
.car_items .car_item .gift_item {}
.car_items .car_item .gift_item:before {}
.car_items .car_item .car_btns {}
.car_items .car_item .car_btns .btn {}
.car_items .car_item .car_btns .btn:last-child {}
.car_items .car_item .car_gallery {
}
.car_items .car_item .car_gallery .slick-arrow {
}
.car_items .car_item .car_gallery .slick-prev {
}
.car_items .car_item .car_gallery .slick-next {
}

    .trade_in_bg {
        background: url(../img/tradein_bg.jpg) 30% 0% no-repeat;
        margin-top: 100px;
    }

    .trade_in #form2 {
        width: 56%;
        padding-top: 40px;
        padding-bottom: 65px;
    }

    .best_offer #form4 {
        width: 60%;
    }

    .best_offer .best_offer_car1 {
        display: none;
    }

    .best_offer .best_offer_car2 {
        display: none;
    }

    .contacts {
        flex-wrap: wrap;
        padding: 50px 0;
    }

    .contacts .title {
        width: 100%;
        padding-bottom: 15px;
    }

}


/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .title_block {
        position: relative;
        top: 0;
        padding: 0;
        background: transparent;
    }
    .title_block .br_mob {
        display: block;
    }
    .title_container .title {
        font-size: 4vw;
    }
    .title_container .comment {
        font-size: 4vw;
    }
    .title_container .comment2 {
        margin-top: 2vw;
        font-size: 4vw;
    }
    .banner_plashka {
        top: 36vw;
        width: fit-content;
        border-radius: 14px;
        padding: 8px 14px 14px 84px;
    }

    .fancybox-button {
        width: 60px !important;
        height: 60px !important;
    }

    .title_offers {
        width: 100%;
        flex-direction: column;
        margin-top: 10px;
    }

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

    .title_offers .offers_item .item_text {
        text-align: center;
        border: 1px solid #2e2e2e;
        padding: 10px;
        width: 80%;
        margin: 0 auto;
    }

    .title_offers .offers_item .item_text .text1 b {
        font-size: 22px;
    }

    .title_offers .offers_item .item_text .text2 span b {
        font-size: 22px;
    }

    .title_offers .offers_item .item_text .text3 span {
        font-size: 22px;
    }

    .title_offers .offers_item .item_text .text3 {
        /* padding-left: 0; */
        /* background: none; */
    }

    .compl_deadline {
        position: static;
        margin-top: 15px;
    }

    .compl_deadline div {
        padding-top: 15px;
    }

    .compl_deadline div.text {
        padding: 8px 15px;
    }

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

    .simple_slider .btn_left {
        display: none !important;
    }

    .simple_slider .btn_right {
        display: none !important;
    }

    .popup_container {
        width: 100%;
    }

    .instock_title {
        font-size: 30px;
    }

    .resp_table tr {
        display: block;
        padding-bottom: 0px;
    }

    .resp_table tr th {
        display: none;
    }

    .resp_table tr td {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 5px 15px;
    }

    .resp_table tr td:before {
        display: inline-block;
        width: 43%;
        margin-right: 2%;
        font-weight: 700;
        vertical-align: top;
        display: none;
    }

    .resp_table img {
        display: block;
        margin: 0 auto;
        width: 100%;
        width: auto;
        height: auto;
        max-width: 100%;
    }

    .tb_complects_container {
        padding-bottom: 0px;
    }


    #filter_table { /* display:block; */
        padding-top: 15px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    #filter_table .select_container {
        width: 100%;
        padding-bottom: 10px;
    }

    #filter_table .select_container:after {
    }

    #filter_table select {
    }

    #filter_table select[name="models"] {
    }

    #filter_table select[name="complects"] {
    }

    #filter_table select[name="engine"] {
    }

    #filter_table select option {
    }

    .tb_complects {
        padding-bottom: 30px;
    }

    .tb_complects.limit tr:nth-child(n+5) {
    }

    .tb_complects tr {
        background: none;
        border: none;
        margin-bottom: 0px;
        margin-top: 40px;
    }

    .tb_complects tr:first-child {
    }

    .tb_complects tr th {
    }

    .tb_complects tr td {
        padding: 0px;
    }

    .tb_complects tr:nth-child(2) td {
    }

    .tb_complects tr td .model {
        padding-left: 0px;
    }

    .tb_complects tr td .complect {
    }

    .tb_complects tr td .engine {
    }

    .tb_complects tr td .popup {
        width: 100%;
        margin-bottom: 10px;
    }

    .tb_complects tr td .popup:first-child {
    }

    .tb_complects tr td .popup:hover {
    }

    .tb_complects_showmore {
        margin-left: 0px;
        left: 0px;
        text-align: center;
        display: block;
        position: relative;
        top: 0;
    }

    .tb_complects tr td.tdbutton1 {
        display: block;
        padding-right: 0px;
        width: 100%;
    }

    .tb_complects tr td:nth-child(1) {
        width: 100%;
    }

    .tb_complects tr td:nth-child(2) {
        width: 100%;
        padding: 10px 0;
    }

    .tb_complects tr td:nth-child(3) {
        width: 100%;
        padding-bottom: 10px;
    }

    .tb_complects tr td:nth-child(4) {
        width: 100%;
    }

    .tb_complects tr td:nth-child(5 ) {
        width: 100%;
    }

    .tb_complects tr td .param1 {
        font-weight: 700;
        font-size: 24px;
        color: #002D96;
        display: inline-block;
    }

    .tb_complects tr td .param2 {
        font-weight: 700;
        font-size: 20px;
        display: inline-block;
        padding-left: 10px;
    }

    .tb_complects tr .btns {
        padding-top: 0;
        padding-bottom: 5px;
        flex-wrap: wrap;
    }

    .tb_complects tr .btns .btn {
        width: 100%;
    }

    #filter_table {
        display: block;
    }

    #filter_table .select_container {
        margin: 0px;
    }


    /************************************************************************/
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 3;
    }

    .btn {
        width: 100%;
    }

    .header {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .header .logo {
        width: 45%;
    }

    .header .logo2 {
        width: 30%;
        margin-left: 20px;
    }

    .header .top_addr_wrapp {
        display: none;
    }

    .header .top_phone {
        width: 180px;
        margin: 0 auto;
        margin-top: 5px;
    }

    .header .btn {
        margin: 0 auto;
        margin-top: 10px;
        order: 1;
        width: 100%;
    }

    .m_btn {
        display: block;
        position: fixed;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 22px;
        z-index: 5;
    }

    .m_btn_wrap {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #002D96;
        transition: all .2s linear;
    }

    .m_btn .m_btn_wrap:before {
        content: "";
        display: block;
        width: 30px;
        height: 3px;
        background: #002D96;
        position: absolute;
        top: 0;
        transition: all .2s linear;
    }

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

    .m_btn .m_btn_wrap:after {
        content: "";
        display: block;
        width: 30px;
        height: 3px;
        background: #002D96;
        position: absolute;
        bottom: 0;
        transition: all .2s linear;
    }

    .m_btn.active .m_btn_wrap:before {
        transform-origin: 100%;
        transform: rotate(-45deg);
        top: -1px;
    }

    .m_btn.active span {
        opacity: 0;
    }

    .m_btn.active .m_btn_wrap:after {
        transform-origin: 100%;
        transform: rotate(45deg);
        bottom: -1px;
    }

    .menu_bg {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        left: 100%;
        z-index: 4;
        display: block;
        background: white;
        transition: all .2s linear;
    }

    .menu_bg.active {
        left: 0;
    }

    .menu {
        display: block;
    }

    .menu .item {
        padding: 0;
        opacity: 1;
        font-weight: 400;
        width: 100%;
        text-align: center;
        display: block;
        padding-top: 30px;
        background: none !important;
    }

    .title_container {
        background: url(../img/bg1.jpg) 50% 0% no-repeat transparent;
        margin-top: 130px;
        background-size: 120%;
        background-position: 65% 35vw;
    }

    .title_props {
        flex-direction: column;
        align-items: center;
    }

    .title_props a:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .title_props a span {
        background: #002D96;
        color: #fff;
    }

    .title_container .title {
        font-size: 4.5vw;
        padding-top: 10px;
        /* padding-bottom: 220px; */
        color: black;
    }

    .title_container .desktop_text {
    display: none;
}

    sup {
        font-size: 10px;
    }

    .title_container .title font {
        display: block;
        font-size: 16px;
        color: #fff;
        text-transform: none;
        font-weight: 400;
        background: #0079b9;
        padding: 5px;
        border-radius: 20px 0 20px 0;
        margin: 0 auto;
        width: 80%;
    }

    .title_container .title br {
        display: block;
    }

    .title_container .title font br {
        display: block;
    }

    .title_container .title b {
        font-size: inherit;
    }

    .title_container .comment {
        font-size: 4.5vw;
        margin-top: 0;
        color: black;
    }

    .title_container .comment b,
    .title_container .comment span {
        font-size: inherit;
    }

    .title_container .top_banner_advs .dots {
        display: none;
    }

    .title_container .top_banner_advs .items {
        display: block;
    }

    .title_container .top_banner_advs .items .item:first-child {
        position: static;
    }

    .title_container .top_banner_advs .items .item {
        margin-top: 20px;
    }

    .title_container .top_banner_advs .items .item:last-child {
        position: static;
    }


    .better_offer {
        margin: 0 auto;
        margin-top: 56vw;
        width: 100%;
        border-radius: 20px 20px 0 0;
        padding: 0;
        background: none;
    }

    .better_offer .text {
        font-size: 20px;
        text-align: center;
    }

    .better_offer .text span {
        color: white;
    }

    .better_offer .text b {
        display: block;
    }


    .title_container .timer_container {
        margin-top: 0;
        background: none;
        background-size: auto;
        background-position: 50% 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
        border-radius: 20px 20px 0 0;
        margin-top: 0;
    }

    .title_container .timer_title {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        width: 100%;
        padding-bottom: 20px;
        display: none;
    }

    .title_container #form1 .form-group_wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

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

    .title_container #form1 .form-group:first-child {
        margin-bottom: 10px;
    }

    .title_container .timer_title br {
        display: none;
    }

    .title_container .timer {
        transform: unset;
        position: relative;
        left: calc(50% - 170px);
    }

    .title_container #form1 {
        width: 100%;
        text-align: left;
        margin-top: 15px;
    }

    #form1 .agree_field {
        right: 0;
    }

    .title_container .bottom_banner_advs {
        flex-wrap: wrap;
        display: none;
    }

    .title_container .bottom_banner_advs .item {
        position: relative;
        color: black;
        font-size: 18px;
        font-weight: 400;
        padding: 12px;
        padding-left: 90px;
        text-align: left;
        transition: all .1s linear;
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .title_container .bottom_banner_advs .item:before {
        border-color: black;
    }

    .title_container .bottom_banner_advs .item:after {
        border-color: black;
    }

    .title_container .bottom_banner_advs .item:nth-child(1) {
        background: url(../img/banner_advs_ico1_hover.png) 11% 50% no-repeat;
    }

    .title_container .bottom_banner_advs .item:nth-child(2) {
        background: url(../img/banner_advs_ico2_hover.png) 10% 50% no-repeat;
    }

    .title_container .bottom_banner_advs .item:nth-child(3) {
        background: url(../img/banner_advs_ico3_hover.png) 10% 50% no-repeat;
    }



    .car_items {
    margin-top: 60px;
}
    .car_items .car_title {
    font-size: 32px;
    text-align: center;
}
.car_items .car_item {
    padding: 14px;
    background: none !important;
}
.car_items .car_item#tugella {}
.car_items .car_item#atlas_pro {}
.car_items .car_item#coolray {}
.car_items .car_item#monjaro {}
.car_items .car_item .container {}
.car_items .car_item .car_wrapper {}
.car_items .car_item .img_block {
    max-width: 100%;
}
.car_items .car_item .car_name {
        font-size: 28px !important;
}
.car_items .car_item .car_name b {}
.car_items .car_item .btn_compl {}
.car_items .car_item .btn_compl:before {}
.car_items .car_item .car_img {}
.car_items .car_item .info_block {
    width: 100%;
    align-items: flex-start;
}

.car_items .car_item .car_new {
    margin-top: 10px;
    font-size: 32px;
}

.car_items .car_item .car_tech {
    margin-top: 10px;
    width: 100%;
}
.car_items .car_item .car_tech .item {}
.car_items .car_item .car_tech .item i {}
.car_items .car_item .car_tech .item .tech_name {
    font-size: 14px;
    gap: 10px;
}
.car_items .car_item .car_tech .item .tech_val {
    font-size: 20px;
}


.car_items .car_item .car_deadline {
    position: static;
    margin-top: 10px;
}
.car_items .car_item .car_deadline:before {}
.car_items .car_item .car_profit {
    font-size: 22px;
    margin-top: 10px;
}
.car_items .car_item .car_profit span {
    font-size: 1.5em;
}
.car_items .car_item .car_profit i {}
.car_items .car_item .car_profit sup {}
.car_items .car_item .car_in_stock {}
.car_items .car_item .car_in_stock:before {}

.car_items .car_item .car_props {
    margin: 20px 0;
}

.car_items .car_item .car_gifts {
   margin-top: 14px;
}
.car_items .car_item .gift_item {}
.car_items .car_item .gift_item:before {}
.car_items .car_item .car_btns {
    width: 100%;
    margin-top: 18px;
}
.car_items .car_item .car_btns .btn {}
.car_items .car_item .car_btns .btn:last-child {}
.car_items .car_item .car_gallery {
    margin-top: 25px;
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    max-width: 100%;
}
.car_items .car_item .car_gallery .slick-dots {
    margin: 0;
    margin-top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
}
.car_items .car_item .car_gallery .slick-dots li {
    width: 14px;
    height: 14px;
    background: #002d967e;
    border-radius: 50px;
}
.car_items .car_item .car_gallery .slick-dots li.slick-active {
    width: 16px;
    height: 16px;
    background: #002D96;
}
.car_items .car_item .car_gallery .slick-dots li button {
    display: none;
}
.car_items .car_item .car_gallery .slick-arrow {
}
.car_items .car_item .car_gallery .slick-prev {
}
.car_items .car_item .car_gallery .slick-next {
}

    

    .trade_in_bg {
        background: none;
        margin-top: 60px;
    }

    .trade_in .title {
        padding-top: 0;
        color: #000;
    }

.trade_in .comment {
    color: #000;
}

    .trade_in #form2 {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 0;
    }

#form2 .agree_field, #form2 .agree_field a {
    color: #000;
}

.credit_bg {
    background-size: 130%;
    background-position: 80% 0%;
    margin-top: 60px;
    padding: 0;
    padding-top: 48%;
}

.credit {
    padding: 0;
    margin: 0;
    max-width: 100%;
    background: none;
}

.credit .credit_text {
    width: 100%;
}

.credit .title {
    font-size: 27px;
}

.credit #form3 {
    width: 100%;
    text-align: left;
    margin: 0;
}

.credit #form3 .agree_field {
    right: 0;
}

.credit #form3 .form-group_wrapper {
    flex-wrap: wrap;
    margin-top: 20px;
}

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

.credit #form3 .form-group.vznos {
    position: static;
}

.credit #form3 .form-group_wrapper {
    flex-wrap: wrap;
}

.credit .comment {
    font-size: 16px;
    padding-top: 0;
}

    .best_offer_bg {
        /* background-size: 250%;
        background-position: 50% 0%; */
        background: none;
        margin-top: 60px;
    }

    .best_offer {
        flex-wrap: wrap;
    }

    .best_offer .title {
        font-size: 30px;
        padding-top: 0;
    }

    .best_offer .comment {
        font-size: 30px;
    }

    .best_offer #form4 {
        padding: 0;
        width: 100%;
        background: none;
        text-align: left;
    }

    .best_offer #form4 .form_title {
        color: black;
        font-size: 20px;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .best_offer .best_offer_car1 {
        display: none;
    }

.best_offer #form4 .agree_field, .best_offer #form4 .agree_field a {
    color: #000;
}

    .best_offer .best_offer_car2 {
        display: none;
    }

    .contacts {
        display: block;
        padding: 50px 0;
    }

    .contacts .title {
        width: 100%;
        padding-bottom: 15px;
    }

    .contacts_bg {
        /* background: #2e2e2e; */
        margin-bottom: 0;
        position: relative;
        z-index: 1;
        margin-top: 60px;
    }

    .contacts {
        padding: 0;
    }

    .bottom_addr {
        margin-top: 20px;
    }

    .bottom_work_time {
        margin-top: 20px;
    }


    #map1 {
        margin-left: 0;
        width: 100%;
        max-width: none;
        height: 350px;
        margin-top: 60px;
    }

    .copyright {
        position: relative;
        left: 0px;
        padding-bottom: 15px;
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 460px) {
    .title_container {
        background-position: 65% 44vw;
    }
    .title_container .title {
        font-size: 5vw;
    }
    .title_container .comment {
        font-size: 5vw;
    }
    .title_container .comment2 {
        font-size: 4.6vw;
    }
    .banner_plashka {
        position: relative;
        top: 50vw;
        width: fit-content;
        border-radius: 14px;
        padding: 8px 14px 14px 64px;
        font-size: 12px;
    }
    .banner_plashka:before {
        left: 10px;
        top: initial;
        width: 40px;
        height: 40px;
        background-size: contain;
    }
    .banner_plashka span br {
        display: none;
    }
    .banner_plashka p {
        margin: 0;
        font-size: 18px;
    }
}
@media (max-width: 388px) {
    .title_container .timer {
        transform: scale(.8);
        /* position: relative; */
        /* left: 1%; */
    }

}

@media (max-width: 378px) {

    .title_container {
         /* background-position: 65% 11%; */
    }

    .compl_deadline div {
        padding-top: 23px;
    }

    .title_container .title {
        /* font-size: 14px; */
        /* padding-bottom: 200px; */
    }

    .title_container .comment {
        /* font-size: 20px; */
    }

    .title_container .timer {
        /* transform: scale(.8); */
        /* position: relative; */
        /* left: 0%; */
    }
}

@media (max-width: 360px) {

    .title_container {
        /* background-position: 65% 8%; */
    }

    .title_container .timer {
        /* transform: scale(.8); */
        /* position: relative; */
        /* left: -2%; */
    }

    
}

@media (max-width: 320px) {

    .title_container {
        /* background-position: 65% 7%; */
    }

    .title_container .title {
        /* font-size: 20px; */
        /* padding-bottom: 110px; */
    }

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

    .title_container .timer {
        /* transform: scale(.8); */
        /* position: relative; */
        /* left: -10%; */
    }

    .instock_title {
        font-size: 24px;
    }

    .trade_in .title {
        font-size: 24px;
    }

    .trade_in .comment {
        /* font-size: 14px; */
    }

    .credit .title {
        font-size: 24px;
    }

    .credit .comment {
        /* font-size: 14px; */
    }

    .best_offer .title {
        font-size: 24px;
    }

    .best_offer .comment {
        font-size: 24px;
    }

    .best_offer #form4 .form_title {
        color: black;
        /* font-size: 14px; */
    }
}
