html {
    overflow-x: hidden;
}

body {
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    color: #2F3539;
    position: relative;
    font-weight: 400;
    padding: 0px;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
    background: #EBEBEC;
}

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

* {
    box-sizing: border-box;
}

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

input[type=file] {
    display: none;
}
.banner {
    top: 162px;
    position: relative;
    /*height: 750px;
    background: url(../img/bannerNG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;*/
}
.banner-item {
    padding-top: 30px;
    position: relative;
    top: 42px;
}
.banner-item:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 154px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
}
.banner-item h1,
.banner-item p {
    position: relative;
    z-index: 2;
}
.banner-item h1 {
    text-align: center;
    color: #000;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.banner-item p {
    text-align: center;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.banner-item p span {
    color: #F00;
}
.banner-content__icon {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-content__icon svg {
    position: relative;
    z-index: 2;
}
.banner-content__icon:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: skew(-20deg);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.banner-content__text {
    position: relative;
    height: 49px;
    padding: 0 22px;
    display: flex;
    align-items: center;
}
.banner-content__text p {
    position: relative;
    z-index: 2;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
.banner-content__text p sup {
    font-size: 12px;
}
.banner-content__text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: skew(-20deg);
    background-color: rgba(255, 0, 0, 1);
    width: 100%;
    height: 100%;
}
.banner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
}
.banner-content__block {
    display: flex;
    height: 61px;
    align-items: center;
    margin: 0 20px;
}
.banner-bottom {
    position: absolute;
    bottom: 110px;
    display: flex;
    justify-content: space-between;
    width: 80%;
    left: 10%;
}
.banner-bottom__block {
    display: flex;
    align-items: center;
}
.banner-bottom__block span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 2, 2, 1);
    width: 60px;
    height: 60px;
    border-radius: 34px;
    transition: all 0.2s linear;
}
.banner-bottom__block:hover span {
    background-color: #000;
}
.banner-bottom__block p {
    margin-left: 10px;
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.banner-bottom__block p sup {
    font-size: 16px;
}
.banner .bn_timer {
    margin-top: -100px;
    position: relative;
}

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

.main_banner .slider_item {
    overflow: hidden;
}
.main_banner .slider_item .btn {
    margin-top: -28px;
    margin-left: 0;
    left: 50%;
    margin-left: -145px;
}
.main_banner .banner_slide1 {
    background: url("../img/slide1.jpg?v=2") 50% 0 no-repeat;
    height: 700px;
}

.main_banner .banner_slide2 {
    background: url("../img/slide2.jpg") 50% 0 no-repeat;
    height: 700px;
}

.banner_slide1 .title_container {
    text-align: center;
    padding: 20px 58px 46px;
    position: relative;
    margin-top: 35px;
    background: #FFFFFF99;
}

.banner_slide1 .title_container .title1 {
    font-size: 28px;
    font-weight: 400;
}
.banner_slide1 .title_container .title2 {
    font-size: 48px;
    font-weight: 700;
}
.banner_slide1 .title_container .title3 {
    font-size: 26px;
    font-weight: 600;
}
.banner_slide1 .title_container .title3 br {
    display: none;
}

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

.bn_timer_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 20px;
}
.bn_timer .bn_timer_cont .timer_wrap {
    width: 55%;
    display: block;
}
.bn_timer .bn_timer_cont .timer {

}
.bn_timer .bn_timer_cont .timer_item {
    color: #2F3539;
    font-size: 32px;
    font-weight: 700;
}
.bn_timer .bn_timer_cont #timer_form {
    width: 100%;
}
.timer span {
    color: #000 !important;
}
.timer-element {
    display: block !important;
    align-items: center;
    justify-content: center;
}
#timer18110f7bb64365f4fd7b902e06c8fb6b {
    min-width: fit-content !important;
    display: flex !important;
    align-items: center;
    justify-content: right;
}
#timer-canvas-18110f7bb64365f4fd7b902e06c8fb6b-days,
#timer-canvas-18110f7bb64365f4fd7b902e06c8fb6b-hours,
#timer-canvas-18110f7bb64365f4fd7b902e06c8fb6b-minutes,
#timer-canvas-18110f7bb64365f4fd7b902e06c8fb6b-secundes,
#timer-element-18110f7bb64365f4fd7b902e06c8fb6b-days,
#timer-element-18110f7bb64365f4fd7b902e06c8fb6b-hours,
#timer-element-18110f7bb64365f4fd7b902e06c8fb6b-minutes,
#timer-element-18110f7bb64365f4fd7b902e06c8fb6b-secundes {
    width: 110px !important;
    height: 110px !important;
}
#timer-number-18110f7bb64365f4fd7b902e06c8fb6b-days,
#timer-number-18110f7bb64365f4fd7b902e06c8fb6b-hours,
#timer-number-18110f7bb64365f4fd7b902e06c8fb6b-minutes,
#timer-number-18110f7bb64365f4fd7b902e06c8fb6b-secundes  {
    font-size: 40px !important;
    margin-top: 25px !important;
}
.timer-separator {
    height: 65px !important;
    font-size: 50px !important;
    width: 30px !important;
    padding: 0 !important;
}

.resp_table {
    width: 100%;
}
.timer_wrap #timer_form .agree_field {
    width: 100%;
}
.timer_wrap #timer_form .agree_field a {
    color: #ACAEB0;
}
.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.svg) 100% 50% no-repeat;
    font-family: "Noto Sans", sans-serif;
    outline: none;
    border-bottom: 1px solid #2F3539;
}

a {
    text-decoration: none;
    color: black;
}

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

.disclamer_add {
}

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

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

input[type=text],
input[type=tel] {
    color: #939393;
}

.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;
    text-transform: uppercase;
}

.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: #939393;
    display: block;
    height: 50px;
    line-height: 100%;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: white;
    border: 2px solid #939393;
    padding: 10px;
}

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

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

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

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

.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: #828688;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px;
    height: 48px;
    border-bottom: 1px solid #2F3539;
}

.popup_container .form-group button {
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    height: 48px;
}


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

.agree_field {
    font-size: 10px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    font-weight: 400;
    padding-left: 18px;
    color: #ACAEB0;
}
.agree_field a {
    color: #ACAEB0;
}
.agree_field input {
    position: absolute;
    left: -5000px;
    visibility: hidden;
}

.agree_field input+a {
    color: black;
}


.agree_field input+span {
    width: 12px;
    height: 12px;
    border: 1px solid #b7b7b7;
    background: white;
    position: absolute;
    top: -1px;
    left: 0;
}

.agree_field input:checked+span {
    background: url(../img/checked_black.svg) 50% no-repeat white;
}

.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:nth-last-child(-n+2) {
    margin-bottom: 4px;
}
form .form-group input[type="text"],
form .form-group input[type="tel"] {
    font-family: "Noto Sans", sans-serif;
    height: 48px;
    width: 100%;
    color: #828688;
    font-size: 18px;
    box-sizing: border-box;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #2F3539;
    padding: 0 12px;
    outline: none;
    background: transparent;
    border-radius: 0;
}

select {
    font-family: "Noto Sans", sans-serif;
    display: block;
    color: #939393;
    height: 48px;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    background: url(../img/ico_select.svg) right 20px center no-repeat;
    border: none;
    border-bottom: 1px solid #2F3539;
}

form .form-group button {
    font-family: "Noto Sans", sans-serif;
    width: 100%;
    height: 49px;
    cursor: pointer;
    outline: none;
}
form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #939393;
}

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

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

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

.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: #6DBBE6;
    color: #2F3539;
    text-align: center;
    height: 49px;
    width: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    border: 2px solid #6DBBE6;
    position: relative;
    text-decoration: none;
    transition: all .2s linear;
    cursor: pointer;
}

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

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

.btn.glass {
    background: transparent;
    border: 1px solid #2F3539;
    color: black;
}

.btn.glass:hover {
    background: #fff;
}

.btn.grey {
    background: #d7d7d7;
    border: 2px solid #d7d7d7;
    color: black;
}

.btn.grey:hover {
    background: black;
    border: 2px solid black;
    color: white;
}

.btn.red {
    background: #38d1c3;
    color: #fff;
    border-color: #38d1c3;
}

.btn.green {
    background: #72c454;
    border: 2px solid #72c454;
    color: #fff;
}

.btn.green:hover {
    background: #72c454;
    border: 2px solid #72c454;
    color: #fff;
}


.btn.white {
    background: white;
    border: 2px solid black;
    color: black;
}

.btn.white:hover {
    background: black;
    border: 2px solid black;
    color: #fff;
}

.section_item {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 64px;
    font-weight: 300;
    margin-bottom: 30px;
}
.section_item_line {
    position: absolute;
    right: -47%;
}
/*************************************************************************************************************************/

header {
    position: fixed;
    width: 100%;
    z-index: 8;
    background: #EBEBEC;
    left: 0;
}

header .header {
    padding: 15px 0;
    border-bottom: 1px solid #D5D7D7;
}

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

header .header .logos {
    display: flex;
    align-items: center;
}
header .header .logo_wrap {
    display: flex;
    align-items: center;
}
header .header .logo {
    padding-right: 50px;
}
header .header .logo1 {
    height: 64px;
    display: flex;
    align-items: center;
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #D5D7D7;
}
header .header .logo2 p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}
header .header .logo2 span {
    font-size: 32px;
    font-weight: 700;
}
header .header .header_contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 66%;
}

header .header .header_contacts .popup {

}

header .header .top_addr {
    font-size: 18px;
    padding-left: 30px;
    position: relative;
}

header .header .top_addr:before {
    content: url(../img/location.svg);
    position: absolute;
    top: -2px;
    left: 0;
}

header .phone_mob {
    display: none;
}

header .header .top_phone {}

header .header .top_phone a {
    padding-left: 30px;
    display: block;
    position: relative;
    font-size: 18px;
    color: black;
    font-weight: 400;
}

header .header .top_phone a:before {
    content: url(../img/phone.svg);
    position: absolute;
    top: 0;
    left: 0;
}

header .header .m_btn {
    display: none;
}

header .menu {
    padding: 20px 0;
}

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


header .menu .cars_menu {
    display: flex;
    justify-content: space-between;
    width: 52%;
}

header .menu .cars_menu a {
    display: block;
    font-weight: 400;
    font-size: 18px;
}

header .menu .cars_menu a:hover {
    color: #6DBBE6;
}

header .menu .main_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 38%;
}

header .menu .main_menu a {
    font-weight: 400;
    transition: all .2s linear;
    font-size: 18px;
}

header .menu .main_menu a:hover {
    color: #6DBBE6;
}


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

.banner_img_mob {
    display: none;
}

.bn_slider {}

.bn_slider .bn_slide {
    height: 660px;
}


.bn_slider .slick-arrow {
    z-index: 1;
    width: 30px;
    height: 58px;
    background: url(../img/bn_slider/bn_prev.png) 50% no-repeat;
    left: 2%;
    color: transparent;
    outline: none;
    border: none;
}

.bn_slider .slick-next {
    right: 2%;
    left: unset;
    background: url(../img/bn_slider/bn_next.png) 50% no-repeat;
}

.bn_slider .slick-next:before {
    display: none;
}

.bn_slider .slick-prev {}

.bn_slider .slick-prev:before {
    display: none;
}

.bn_slider .slick-dots {}

.bn_slider .slick-dots li {}

.bn_slider .slick-dots li.active {}

.bn_slider .slick-dots li button {}




.wreath {
    position: absolute;
    bottom: 25px;
    right: 15px;
    width: 128px;
}


.title_pl_gos {
    position: absolute;
    bottom: 48px;
    right: 0;
}


.title_kasko {
    width: 19%;
    background: url("../img/ico_kasko.png") 50% 20% no-repeat rgba(0, 0, 0, 0.6);
    color: #ffffff;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 20px;
    font-size: 30px;
    text-decoration: none;
}

.title_kasko sup {
    font-size: 14px;
}

.bn_timer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 0px;
    width: 100%;
}

.bn_timer .timer_wrap {
    display: flex;
    align-items: center;
}

.bn_timer .timer_title {
    font-size: 24px;
    font-weight: 400;
    color: #2F3539;
}

.bn_timer .timer {}

.bn_timer div[id^="timer"] {
    display: flex;
    margin-top: 14px;
}

.bn_timer .timer_btn {
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 20px;
    font-size: 24px;
    padding-right: 40px;
    background: url(../img/timer_profit_ico.png) 100% 50% no-repeat;
}

.bn_timer .timer_btn_mob {
    display: none;
}

#timer_form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 47%;
    margin-top: 8px;
}

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

#timer_form .btn:hover {
    background: transparent;
    border-color: #000000;
}
#timer_form .agree_field {
    display: block;
    box-sizing: border-box;
    margin-left: auto;
    width: 48%;
    color: #ffffff;
}

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

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


.top_additionals {
    background: #d7d7d7;
}

.top_additionals .container {
    /* width: 1630px; */
    max-width: 100%;
}

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

.top_additionals a {
    width: 25%;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding-left: 110px;
    text-align: left;
    border-right: 1px solid #fff;
    height: 120px;
    display: flex;
    align-items: center;
    transition: all .2s linear;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.top_additionals a:first-child {
    border-left: 1px solid #fff;
}

.top_additionals a .link_wrap {
    /* position: relative; */
    z-index: 1;
    left: 0;
    transition: all .2s linear;
}

.top_additionals a .link_wrap span {
    color: #000;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.top_additionals a i {
    font-style: normal;
    font-size: 100px;
    color: #fff;
    font-weight: 900;
    position: absolute;
    z-index: -1;
    top: 25px;
    left: 10px;
    line-height: 74%;
}

.top_additionals a i {
    color: #fff;
}

.top_additionals a.ico1 i {
    /* top: -23px; */
    /* left: -65px; */
}

.top_additionals a.ico2 i {
    /* top: -11px; */
    /* left: -70px; */
}

.top_additionals a.ico3 i {
    /* top: -23px; */
    /* left: -70px; */
}

.top_additionals a.ico4 i {
    /* top: -10px; */
    /* left: -70px; */
}

.top_additionals a.ico5 i {
    top: -13px;
    left: -40px;
}

.top_additionals a.ico1 {
    background: url("../img/top_adds_ico1.png") 90% 50% no-repeat;
}

.top_additionals a.ico2 {
    background: url("../img/top_adds_ico2.png") 90% 50% no-repeat;
}

.top_additionals a.ico3 {
    background: url("../img/top_adds_ico3.png") 95% 50% no-repeat;
}

.top_additionals a.ico4 {
    background: url("../img/top_adds_ico4.png") 90% 50% no-repeat;
}

.top_additionals a:hover .link_wrap {
    left: -30px;
}

.top_additionals a:hover i {
    color: #c9c9c9;
}

.top_additionals a:hover .link_wrap span {
    color: #fff;
}

.top_additionals a:hover.ico1 {
    background: url("../img/top_adds_ico1_hover.png") 90% 50% no-repeat #000;
}

.top_additionals a:hover.ico2 {
    background: url("../img/top_adds_ico2_hover.png") 90% 50% no-repeat #000;
}

.top_additionals a:hover.ico3 {
    background: url("../img/top_adds_ico3_hover.png") 95% 50% no-repeat #000;
}

.top_additionals a:hover.ico4 {
    background: url("../img/top_adds_ico4_hover.png") 90% 50% no-repeat #000;
}


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


.advantages {
    margin-top: 60px;
}

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

.advantages .item {
    display: block;
    width: 24%;
    padding: 20px;
    border: 1px solid #d7d7d7;
}

.advantages .item img {}

.advantages .item .title {
    color: black;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 20px;
}

.advantages .item .get_profit {
    color: black;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    padding-right: 10px;
    background: url(../img/arrow_get.png) 100% 50% no-repeat;
}


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


/* .top_advs {
    margin-top: 75px;
}

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

.top_advs .item {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 40px;
    padding-top: 65px;
    position: relative;
}

.top_advs .item b {
    font-size: 20px;
}

.top_advs .item:before {
    position: absolute;
    top: 5px;
    left: 45px;
    z-index: 1;
    transition: all .3s;
}

.top_advs .item.ico1:before {
    content: url(../img/top_advs_ico1.png);
}

.top_advs .item.ico2:before {
    content: url(../img/top_advs_ico2.png);
}

.top_advs .item.ico3:before {
    content: url(../img/top_advs_ico3.png);
}

.top_advs .item.ico4:before {
    content: url(../img/top_advs_ico4.png);
}

.top_advs .item:after {
    content: "";
    display: block;
    width: 117px;
    height: 117px;
    background: #e5e5e5;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    transition: all .3s;
}

.top_advs .item.ico1:hover:before {
    content: url(../img/top_advs_ico1_hov.png);
}

.top_advs .item.ico2:hover:before {
    content: url(../img/top_advs_ico2_hov.png);
}

.top_advs .item.ico3:hover:before {
    content: url(../img/top_advs_ico3_hov.png);
}

.top_advs .item.ico4:hover:before {
    content: url(../img/top_advs_ico4_hov.png);
}

.top_advs .item:hover:after {
    background: #b1b1b1;
} */

.top_advs {
    /* margin-top: 75px; */
    position: absolute;
    top: 113px;
    /* right: 0; */
    left: 350px;
}

.top_advs .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.top_advs .item {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    /* padding-left: 40px; */
    /* padding-top: 65px; */
    position: relative;
    margin: 10px;
    transform: scale(.8);
}

.top_advs .item b {
    font-size: 20px;
}

.top_advs .item:before {
    position: absolute;
    top: 5px;
    left: 45px;
    z-index: 1;
    transition: all .3s;
    display: none;
}

.top_advs .item.ico1:before {
    content: url(../img/top_advs_ico1.png);
}

.top_advs .item.ico2:before {
    content: url(../img/top_advs_ico2.png);
}

.top_advs .item.ico3:before {
    content: url(../img/top_advs_ico3.png);
}

.top_advs .item.ico4:before {
    content: url(../img/top_advs_ico4.png);
}

.top_advs .item:after {
    content: "";
    display: block;
    width: 117px;
    height: 117px;
    background: #e5e5e5;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    transition: all .3s;
    display: none;
}

.top_advs .item.ico1:hover:before {
    content: url(../img/top_advs_ico1_hov.png);
}

.top_advs .item.ico2:hover:before {
    content: url(../img/top_advs_ico2_hov.png);
}

.top_advs .item.ico3:hover:before {
    content: url(../img/top_advs_ico3_hov.png);
}

.top_advs .item.ico4:hover:before {
    content: url(../img/top_advs_ico4_hov.png);
}

.top_advs .item:hover:after {
    background: #b1b1b1;
}


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


.test_drive_int_power {
    margin-top: 60px;
}

.test_drive_int_power .container {}

.test_drive_int_power .content {
    background: url(../img/test_drive_int_power_bg.jpg) 50% 0 no-repeat;
    padding: 30px 35px;
    color: #ffffff;
}

.test_drive_int_power .title {
    padding-left: 95px;
    font-size: 18px;
    position: relative;
}

.test_drive_int_power .title:before {
    content: "";
    display: block;
    width: 77px;
    height: 77px;
    background: url(../img/test_drive_int_power_gift.png) 50% no-repeat;
    position: absolute;
    top: 10px;
    left: 0;
}

.test_drive_int_power .title b {}

.test_drive_int_power .desc {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20px;
}

.test_drive_int_power .desc b {}

.test_drive_int_power .desc2 {
    font-size: 18px;
}

.test_drive_int_power .desc2 a {
    color: #ffffff;
}


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


.cars_items {
    margin-top: 210px;
}

.cars_items .title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 80px;
}

.cars_items .title .plashka {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: white;
    height: 41px;
    line-height: 41px;
    vertical-align: middle;
    margin-left: 15px;
    padding: 0px 20px;
    text-transform: none;
    font-weight: 800;
}
.cars_items .title .plashka:before {content:'';background: #38d1c3;position: absolute;top: 0px;left: 0px
;display: block;width: 100%;height: 100%;z-index: -1;}


.cars_items .car_item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 28px;
    background: #D5D7D7;
    margin-bottom: 28px;
}
.cars_items .car_item:before {
    content: "";
    position: absolute;
    width: 618px;
    height: 454px;
    top: 0;
    right: -5px;
    background: url(../img/car_item_before.png) no-repeat;
}
.cars_items .car_item .info_block {
    width: 479px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cars_items .car_item .info_block .car_name {
    position: relative;
    font-size: 64px;
    font-weight: 300;
    line-height: 60px;
    color: #2F3539;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.cars_items .car_item .info_block .car_name span {
    color: #fff;
    line-height: 60px;
    display: contents;
}
.cars_items .car_item .info_block .car_new {
    min-width: 103px;
    position: relative;
    top: -6px;
    right: -15px;
}
.cars_items .car_item .info_block .car_profit {
    width: fit-content;
    font-size: 32px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    color: #2F3539;
    margin-top: 20px;
}
.cars_items .car_item .info_block .car_profit span {
    height: 55px;
    border-radius: 60px;
    font-size: 32px;
    background: #EBEBEC;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s linear;
    padding: 0 40px;
    white-space: nowrap;
}
.cars_items .car_item .info_block .car_profit:hover span {
    background: #6DBBE6;
}
.cars_items .car_item .info_block .car_profit.tr b {
    font-size: inherit;
}

.cars_items .car_item .info_block .car_props {
    margin-top: 20px;
}

.cars_items .car_item .info_block .car_props a {
    display: flex;
    align-items: center;
    min-height: 26px;
    color: #000000;
    font-size: 18px;
    margin-bottom: 12px;
    padding-left: 32px;
    transition: all 0.2s linear;
}

.cars_items .car_item .info_block .car_props a.ico1 {
    background: url("../img/ags_ico1.svg") 0 50% no-repeat;
}
.cars_items .car_item .info_block .car_props a.ico1:hover {
    color: #6DBBE6;
    background: url("../img/ags_ico1_hover.svg") 0 50% no-repeat;
}

.cars_items .car_item .info_block .car_props a.ico2 {
    background: url("../img/ags_ico2.svg") 0 50% no-repeat;
}
.cars_items .car_item .info_block .car_props a.ico2:hover {
    color: #6DBBE6;
    background: url("../img/ags_ico2_hover.svg") 0 50% no-repeat;
}

.cars_items .car_item .info_block .car_props a.ico3 {
    background: url("../img/ags_ico3.svg") 0 50% no-repeat;
}
.cars_items .car_item .info_block .car_props a.ico3:hover {
    color: #6DBBE6;
    background: url("../img/ags_ico3_hover.svg") 0 50% no-repeat;
}

.cars_items .car_item .info_block .car_btns {
    margin-top: 15px;
}

.cars_items .car_item .info_block .car_btns .btn {
    margin-bottom: 10px;
    width: 100%;
    height: 48px;
}

.cars_items .car_item .info_block .car_btns .btn:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.cars_items .car_item .img_block {
    position: relative;
    display: flex;
    /* align-items: flex-end; */
    flex-direction: column;
    justify-content: flex-end;
}
.cars_items .car_item .img_block picture {
    margin-top: 32px;
}
.cars_items .car_item .btn_credit {
    position: absolute;
    top: -38px;
    right: -28px;
    width: 329px;
    height: 81px;
    background: url(../img/btn_instock.svg) 93% 52% no-repeat;
    border: none;
    padding-right: 20px;
    z-index: 5;
}
.cars_items .car_item .btn_credit:hover {
    color: #6DBBE6;
    background: url(../img/btn_instock_hover.svg) 93% 54% no-repeat;
}
.cars_items .car_item .img_block .car_gos_prog {
    display: block;
    width: 165px;
    position: absolute;
    top: -85px;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.cars_items  .car_gallery {
    margin-bottom: 50px;
    width: 102%;
    left: -1%;
}
.cars_items  .car_gallery a {
    margin: 0 15px;
    display: block;
    overflow: hidden;
}
.cars_items  .car_gallery a img {
    width: 100%;
    transition: all 0.2s linear;
}
.cars_items  .car_gallery a:hover img {
    transform: scale(1.2);
}
.car_count b {
    width: 105px;
    font-size: 30px;
    text-align: center;
}

.cars_items .car_item .img_block .dots {
    display: flex;
    justify-content: right;
}

.cars_items .car_item .img_block .dot_color {
    position: relative;
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 12px;
    cursor: pointer;
    transition: all .2s linear;
}

.cars_items .car_item .img_block .dot_color:hover,
.cars_items .car_item .img_block .dot_color.active {
    border: 1px solid #2F3539;
}
.cars_items .car_item .img_block .dot_color.active:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 2px;
    top: 2px;
    border: 1px solid #ACAEB0;
}

.cars_items .car_item .car_gallery {
    width: 100%;
}

.cars_items .car_item .car_gallery .slick-slide {
    outline: none;
}

.cars_items .car_item .car_gallery .slick-prev {
    width: 19px !important;
    height: 11px !important;
    top: -15px !important;
    bottom: unset !important;
    left: calc(50% - 10px) !important;
}

.cars_items .car_item .car_gallery .slick-prev:before {
    content: url("../img/car_prev.png") !important;
}

.cars_items .car_item .car_gallery .slick-next {
    width: 19px !important;
    height: 11px !important;
    top: unset !important;
    bottom: -15px !important;
    left: calc(50% - 10px) !important;
}

.cars_items .car_item .car_gallery .slick-next:before {
    content: url("../img/car_next.png") !important;
}


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


#instock {
    position: relative;
    margin-bottom: 150px;
}

#instock .title1 {
    margin-bottom: 65px;
}

#instock .instock_wrap {
    width: 1160px;
    margin: 0 auto;
    max-width: 100%;
}

#instock .compl_title {
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center;
    color: #ffffff;
}

#instock .models_wrap {
    margin-bottom: 70px;
}

#instock .models {
    display: flex;
    justify-content: center;
    column-gap: 50px;
}

#instock .model_name {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 49px;
    width: 30%;
    max-width: 49%;
    border: 1px solid #ACAEB0;
    font-size: 24px;
    font-weight: 700;
    transition: all 0.3s;
    cursor: pointer;
}

#instock .model_name.active,
#instock .model_name:hover {
    background: #ACAEB0;
}

#instock .compl_items {
    /*margin-left: -13px;
    width: 102%;*/
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

#instock .compl_items .slick-prev {
    width: 38px !important;
    height: 74px !important;
    background: url("../img/prev.png") 50% no-repeat !important;
    left: -110px !important;
    z-index: 3;
}

#instock .compl_items .slick-next {
    width: 38px !important;
    height: 74px !important;
    background: url(../img/next.png) 50% no-repeat !important;
    right: -110px !important;
    z-index: 3;
}

#instock .compl_items .slick-prev:before,
#instock .compl_items .slick-next:before {
    display: none;
}

#instock .compl_items .slick-prev.slick-disabled,
#instock .compl_items .slick-next.slick-disabled {
    display: none !important;
}

#instock .compl_items .item {
    position: relative;
    justify-content: space-between;
    align-items: center;
    width: 350px;
    margin: 0 13px;
    background: #D5D7D7;
    padding: 25px;
    overflow: hidden;
    transition: all 0.2s linear;
}

#instock .compl_items .item:before {
    content: "";
    position: absolute;
    right: -24px;
    top: 0;
    background: url(../img/compl_items_before.png) no-repeat;
    width: 314px;
    height: 234px;
    transition: all 0.2s linear;
}
#instock .compl_items .item:hover {
    background: url(../img/compl_item_hover.jpg) no-repeat;
    background-size: cover;
}
#instock .compl_items .item:hover:before {
    display: none;
}
#instock .compl_items .item .item_wrap {
    padding: 30px 25px 40px;
}

#instock .compl_items .item.show {
    display: flex;
}

#instock .compl_items .compl_image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 3;
}

#instock .compl_items .compl_image img {
    width: 100%;
}

#instock .compl_items .item .item_name {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #828688;
}
#instock .compl_items .item_model {
    position: relative;
    font-size: 32px;
    font-weight: 700;
}
#instock .compl_items .item .item_compl {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 20px;
    min-height: 40px;
}

#instock .compl_items .item .item_specs div {
    font-size: 18px;
    padding-left: 40px;
    margin-bottom: 10px;
}

#instock .compl_items .item .item_specs div.ico1 {
    background: url("../img/spec_ico1.svg") 0 50% no-repeat;
}

#instock .compl_items .item .item_specs div.ico2 {
    background: url("../img/spec_ico2.svg") 3px 50% no-repeat;
}

#instock .compl_items .item .item_specs div.ico3 {
    background: url("../img/spec_ico3.svg") 3px 50% no-repeat;
}

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

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

#instock .compl_items .compl_btns .btn {
    font-size: 18px;
    font-weight: 400;
    width: 100%;
}
#instock .slick-dots li button {
    background: #D5D7D7;
    border-radius: 50px;
}
#instock .slick-dots .slick-active button {
    background: #6DBBE6;
    width: 100px;
}
.slick-dots {
    bottom: -60px;
}
.slick-dots li {
    display: inline-table;
    margin: 0px 6px;
}
/****************************************************************************************************/

.tradein {
    padding: 95px 0;
}
.tradein .section_item_line {
    position: absolute;
    right: -30%;
}
.tradein_comment {
    font-size: 24px;
    font-weight: 400;
}

#tradein_form {
    margin-top: 20px;
    width: 365px;
    max-width: 100%;
}
.tradein_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
#tradein_form .form-group {
    margin-bottom: 12px;
}
#tradein_form .btn {
    margin-top: 28px;
}
.tradein_form {
    background: #F7F7F7;
    max-width: 507px;
    padding: 26px 57px;
}
.tradein_img {
    padding-top: 268px;
    width: 52%;
}
.tradein_img img:nth-child(1) {
    position: absolute;
    top: 0;
    animation: 1s linear 0s normal none infinite running rot;
      -webkit-animation: 22s linear 0s normal none infinite running rot;
}
.tradein_img img:nth-child(2) {
    position: relative;
    top: 0;
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/****************************************************************************************************/

.credit {
    padding: 50px 0;
}
.credit .section_item_line {
    right: -27%;
}
.credit_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cred_img {
    width: 52%;
    position: relative;
    display: flex;
    justify-content: right;
    padding-top: 176px;
}
.cred_img img:nth-child(1) {
    position: absolute;
    top: 0;
    width: 95%;
    left: 0;
}
.cred_img img:nth-child(2) {
    position: relative;
    z-index: 2;
}
.cred_wrap {
    background: #F7F7F7;
    width: 45%;
    max-width: 100%;
    margin-left: auto;
    padding: 26px 57px;
}
.cred_title {
    font-size: 24px;
    font-weight: 400;
    color: #2F3539;
    line-height: 24px;
}
#cred_form {
    margin-top: 20px;
    width: 100%;
}
#cred_form .btn {
    margin-top: 28px;
}

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


.offers_block {
    margin-top: 140px;
}

.offers_block .container {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    padding: 0;
}

.offers_block .offers_item {
    width: 49.1%;
    margin-bottom: 65px;
}

.offers_block .offers_img {
    position: relative;
    height: 335px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.offers_block .offers_img img {
    position: absolute;
}

.offers_block .offers_icon {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 2;
}

.offers_block .offers_title {
    padding-top: 25px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}


.offers_block .btn {
    margin-top: 10px;
    background: #000;
    border-color: #000;
}
.offers_block .btn:hover {
    background: #38d1c3;
    border-color: #38d1c3;
}

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

.reviews {
    padding: 60px 0 100px;
    background: #000000;
}

.reviews_content {
    text-align: center;
}

.reviews_title {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.main_rate {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.main_rate img {
    margin: 0 15px;
}

.reviews_items {
    margin-top: 10px;
}

.reviews_item {
    box-sizing: border-box;
    color: #000;
    text-align: left;
    width: 49%;
    min-height: 240px !important;
    background: #ffffff;
    padding: 30px;
    margin: 0 14px;
}

.reviews_item .autor_name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

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

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

.reviews_item .review {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
}

.reviews .slick-prev {
    left: -60px !important;
}

.reviews .slick-next {
    right: -60px !important;
}

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

.reviews .slick-prev:before {
    content: url(../img/rev_prev.png) !important;
}

.reviews .slick-next:before {
    content: url(../img/rev_next.png) !important;
}

.reviews .slick-dots {
    display: flex !important;
    justify-content: center !important;
    bottom: -55px !important;
}

.reviews .slick-dots li {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    display: block !important;
    margin: 0 2px !important;
    background: #808080 !important;
    border: 1px solid #221f20 !important;
}

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

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

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

/*********************************************************
                      REVIEWS END
*********************************************************/


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

.best_offer {
    padding: 10px 0 26px;
    background: #F7F7F7;
}
.best_offer .container {
    display: flex;
    justify-content: space-between;
}
.best_offer_img {
    position: relative;
    width: 50%;
}
.best_offer_img img {
    position: absolute;
    bottom: 0;
    left: 20%;
}
.best_offer_cont {
    width: 50%;
}
.best_offer_title {
    font-size: 64px;
    font-weight: 300;
}

.best_offer_comment {
    font-size: 18px;
    font-weight: 400;
}

#offer_form {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    max-width: 100%;
}

#offer_form .form-group {
    width: 49%;
    margin-bottom: 0;
}
#offer_form .agree_field {
    margin-top: 10px;
}


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


.contacts_wrapper {
    position: relative;
}

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

.contacts_wrapper #contacts {
    position: absolute;
    background: #F7F7F7;
    padding: 26px 56px;
    z-index: 2;
    left: 17%;
    top: 20%;
}

.contacts_wrapper #contacts .title {
    font-size: 64px;
    font-weight: 300;
    line-height: 64px;
}
.contacts_wrapper #contacts .logo_wrap {
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.contacts_wrapper #contacts .logo3 {
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid #D5D7D7;
    height: 64px;
    display: flex;
    align-items: center;
}
.contacts_wrapper #contacts .logo4 span {
    font-size: 32px;
    font-weight: 700;
    color: #828688;
}
.contacts_wrapper #contacts .logo4 p {
    font-size: 18px;
    font-weight: 400;
    color: #828688;
    margin: 0;
}
.contacts_wrapper #contacts .bottom_addr {
    margin-top: 10px;
    font-size: 18px;
    padding-left: 33px;
    background: url(../img/location.svg) 0 0 no-repeat;
}

.contacts_wrapper #contacts .bottom_phone {
    margin-top: 20px;
    font-size: 18px;
    padding-left: 33px;
    background: url(../img/phone.svg) 0 0 no-repeat;
}

.contacts_wrapper #contacts .bottom_phone a {
    color: black;
}

.contacts_wrapper #contacts .open_hours {
    margin-top: 35px;
    font-size: 18px;
    padding-left: 25px;
    background: url(../img/clock.png) 0 0 no-repeat;
}
.contacts_wrapper #contacts .btn {
    margin-top: 20px;
    width: 100%;
}
.ng_grafik {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
}

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

.maxDiscount {
    font-size: 32px;
    display: block;
}

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


footer {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #EBEBEC;
    background: #ACAEB0;
    font-size: 18px;
}
footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
footer a {
    color: #EBEBEC;
}
footer .disclamer {
    color: white;
    font-size: 10px;
    display: none;
    text-align: left;
    padding-top: 35px;
}

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



.plashka {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: white;
    line-height: 38px;
    vertical-align: middle;
    padding: 0 20px;
    text-transform: none;
    font-weight: 800;
    position: absolute;
    right: 10px;
    top: 0;
}
.plashka:before {content:'';background: black;position: absolute;top: 0px;left: 0px;
;display: block;width: 100%;height: 100%;z-index: -1;}






#cookies_popup {
    position: fixed;
    bottom: 12px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 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);
}
#cookies_popup .text {}
#cookies_popup .text p {margin: 0px;}
#cookies_popup .btn {
    width: 100px;
    flex-shrink: 0;
    margin-left: 15px;
}


.link {
    text-decoration: underline;
}


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

@media (max-width: 1920px) {
    body {
        background-position: 50% 70px;
    }

}

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

@media (max-width: 1570px) {
    .main_banner {
        margin-top: 36px;
    }
    header .menu {
        padding: 10px 0;
    }
    .banner {
        top: 150px;
    }
    .bn_timer .bn_timer_cont .timer {
        width: 48%;
    }
    .contacts_wrapper #contacts {
        /* width: 360px; */
        width: 35%;
        left: 10%;
    }

    .online_work {
        top: 155px;
    }

    header .menu .container {
        flex-wrap: wrap;
    }

    header .menu .cars_menu {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    header .menu .cars_menu a {
        padding: 0;
    }

    header .menu .main_menu {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-top: 10px;
        border-top: 1px solid rgb(199, 199, 199);
        margin-top: 10px;
    }

    header .menu .main_menu a {
        padding: 0;
    }

    .bn_slider {}

    .bn_slider .bn_slide {}


    .bn_slider .slick-arrow {}

    .bn_slider .slick-next {}

    .bn_slider .slick-next:before {}

    .bn_slider .slick-prev {}

    .bn_slider .slick-prev:before {}

    .bn_slider .slick-dots {}

    .bn_slider .slick-dots li {}

    .bn_slider .slick-dots li.active {}

    .bn_slider .slick-dots li button {}


    .title_container .bn_profits {
        gap: 20px;
    }

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


    .wreath {
        bottom: -15px;
    }


    .top_additionals a .link_wrap span {
        font-size: 16px;
    }

    .top_additionals a {
        padding-left: 70px;
    }

    .title_kasko {
        padding-top: 72px;
        padding-bottom: 15px;
        font-size: 24px;
        background-position: 50% 5%;
    }


    .bn_timer {}

    .bn_timer .timer_title {}

    .bn_timer .timer {}

    .bn_timer div[id^="timer"] {}

    .bn_timer .timer_btn {}

    .bn_timer .timer_btn b {}

    .bn_timer .timer_btn_mob {}

    .cars_items .car_item .img_block {
        width: 45%;
    }

    .cars_items .car_item .img_block .pl_upd {
        width: 34%;
    }

    .cars_items .car_item .info_block .car_profit {
        font-size: 20px;
    }

    .btn {
        font-size: 16px;
    }

    /* .top_advs .item {
        font-size: 12px;
    } */
    .top_advs .content {
        display: flex;
        justify-content: space-between;
    }

    .top_advs {
        /* margin-top: -135px; */
        margin-left: auto;
        width: 100%;
        max-width: 580px;
        margin-right: auto;
    }

    .top_advs .item {
        display: block;
        position: relative;
        color: #fff;
        transition: all .3s;
    }

    .top_advs .item:hover {
        color: #000;
    }

    .top_advs .item {
        font-size: 12px;
    }

    #timer_form {
        width: 47%;
    }

    #timer_form .btn {
        font-size: 14px;
    }
    .bn_timer .bn_timer_cont .timer_title {
        font-size: 30px;
    }
    .bn_timer div[id^="timer"] {
        transform: scale(0.8) !important;
    }
    .bn_timer div[id^="timer"] {
        transform: scale(0.8) !important;
        min-width: fit-content !important;
    }
}

@media (max-width: 1441px) {
    header .header .logo2 span {
        font-size: 22px;
    }
    header .header .logo2 p {
        font-size: 14px;
    }
    .bn_timer .bn_timer_cont .timer_title {
        font-size: 24px;
    }
    .bn_timer .bn_timer_cont .timer_item {
        font-size: 24px;
    }
    .section_item_line {
        right: -60%;
    }
    .credit .section_item_line {
        right: -65%;
    }
    .tradein .section_item_line {
        position: absolute;
        right: -70%;
    }
}
@media (max-width: 1186px) {
    #instock .compl_items .slick-next {
        right: -50px !important;
    }
    #instock .compl_items .slick-prev {
        left: -50px !important;
    }
    .section_item_line {
        position: absolute;
        right: -100%;
    }
    .section_item {
        font-size: 46px;
    }
    .offers_block .offers_img {
        height: 210px;
    }
    header .header .top_phone a {
        margin-top: 8px;
    }
    header .header .header_contacts {
        width: 50%;
    }
    header .header .top_addr {
        display: none;
    }
    .cars_items .car_item .img_block picture {
        display: flex;
        justify-content: center;
    }
    .cars_items .car_item .img_block .dots {
        display: flex;
        justify-content: center;
    }
    .cars_items .car_item .info_block .car_profit span {
        width: fit-content;
        padding: 0 26px;
    }
    .cred_wrap {
        padding: 18px 20px;
    }
    .tradein_form {
        max-width: 360px;
        padding: 18px 20px;
    }
    .best_offer_title {
        font-size: 46px;
    }
    .best_offer_img {
        position: relative;
        width: 26%;
    }
}

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

    .ng_grafik {
        position: static;
        padding-top: 20px;
    }

    header .header .header_contacts {
        width: 60%;
    }

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

    .title_kasko {
        font-size: 20px;
    }

    .bn_timer {

    }

    .banner_slide1 .title_container .title2 {
    font-size: 37px;
    }

    .bn_timer .timer_title {}

    .bn_timer .timer {}

    .bn_timer div[id^="timer"] {}

    .bn_timer .timer_btn {}

    .bn_timer .timer_btn b {}

    .bn_timer .timer_btn_mob {}

    .bn_timer .timer_title {
        margin-right: 20px;
    }

    #timer_form {
        width: 30%;
        margin-top: 0;
    }

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

    #timer_form input[type=tel] {
        height: 50px;
    }

    #timer_form .btn {
        height: 50px;
    }

    #timer_form .agree_field {
        width: 100%;
    }

    /**************************************************************************************************************/
    .advantages {}

    .advantages .item {
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .advantages .item img {}

    .advantages .item .title {
        font-size: 18px;
    }

    .advantages .item .get_profit {}


    /**************************************************************************************************************/
    /* .top_advs .item b {
        font-size: 18px;
    } */
    .top_advs {
        /* margin-top: 235px; */
        margin-right: 0;
        top: 80px;
    }

    .top_advs .item b {
        font-size: 18px;
    }

    /**************************************************************************************************************/
    .cars_items .car_item {
        flex-flow: wrap;
        position: relative;
        padding-top: 50px;
    }

    .cars_items .car_item .info_block {
        width: 100%;
        order: 3;
        margin-top: 30px;
    }

    .cars_items .car_item .img_block {
        order: 2;
        width: 100%;
    }
    .cars_items .car_item .car_gallery {
        order: 3;
    }

    .cars_items .car_item .info_block .car_name {
        position: absolute;
        top: 15px;
        left: 0;
        order: 1;
        max-width: 74%;
    }
    .cars_items .car_item .info_block .car_props {
        order: 3;
    }
    .cars_items .car_item .info_block .car_profit {
        order: 2;
    }
    .cars_items .car_item .info_block .car_btns {
        order: 4;
    }
    .car_gos_lizing {
        position: relative;
        top: 0;
    }
    .cars_items .car_item .info_block {
        position: initial;
    }
    .car_count {
        top: -63px;
        transform: scale(.6);
        transform-origin: top right;
    }

    .cars_items .car_item .info_block .car_name .car_new {
        right: -120px;
    }

    /**************************************************************************************************************/
    .instock_title {}

    #instock .filter {
        width: 28%;
    }

    #instock .complects_items {
        width: 70.5%;
        margin-left: -.5%;
        margin-right: -.5%;
    }

    #instock .complects_items .compl_item {
        width: 49%;
        margin: 0 .5%;
        margin-bottom: 35px;
    }

    .bn_timer .bn_timer_cont .timer_wrap {
        width: 40%;
    }
    .bn_timer .bn_timer_cont .timer {
        width: 60%;
    }
}

/*IPAD PRO BEGIN*/

@media (max-width: 991px) {
    .banner .bn_timer {
        margin-top: 20px;
        position: relative;
    }
    .section_item_line {
        right: -148%;
    }
    .credit .section_item_line {
        right: -123%;
    }
    .tradein .section_item_line {
        right: -129%;
    }
    .cars_items .car_item .info_block .car_profit {
        margin-top: 0;
    }
    .best_offer_cont {
        width: 100%;
    }
    .best_offer_img {
        position: absolute;
        width: 150px;
        right: 0;
        left: auto;
        bottom: 78%;
    }
    .contacts_wrapper #contacts {
        padding: 26px 20px;
    }
    .contacts_wrapper #contacts .logo4 p {
        font-size: 14px;
    }
    .contacts_wrapper #contacts .logo3 {
        max-width: 40%;
    }
    .bn_timer_cont {
        display: grid;
        justify-content: center;
    }
    .bn_timer .bn_timer_cont .timer_item {
        font-size: 24px;
        text-align: center;
    }
    .bn_timer .bn_timer_cont .timer_wrap {
        width: 100%;
    }
    .bn_timer .bn_timer_cont .timer {
        width: 100%;
    }
    header .header .header_contacts .popup {
        display: none;
    }
    header .header .header_contacts {
        justify-content: right;
    }
    .cars_items .car_item .info_block .car_name .car_new {
        right: -24px;
    }
    .cars_items .car_item .btn_credit {
        width: 220px;
    }
    #instock .swiper-pagination {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        bottom: -8px !important;
    }
    #instock .swiper-pagination-bullet {
        margin-bottom: 10px;
    }
    #instock .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
    #instock .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        display: block;
    }
    #instock .complects_items .swiper-wrapper {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 40px;
        gap: 0;
    }
    #instock .complects_items .compl_item {
        margin: 0px !important;
        margin-top: 20px !important;
        padding: 20px !important;
    }
    #instock .swiper-button-next, #instock .swiper-button-prev {
        top: 44%;
    }
    #instock .complects_items .swiper-wrapper {
        padding-bottom: 40px;
    }
    #instock .complects_items .compl_item .btn {
        font-size: 10px;
    }
    #instock .complects_items .compl_item .compl_name {
        font-size: 12px;
    }
    #instock .complects_items .compl_item .compl_credit_btn {
        font-size: 12px;
    }
    .contacts_wrapper #contacts .open_hours {
        font-size: 10px;
    }
    #instock .complects_items .compl_item .image {
        height: 150px;
    }
    #instock .complects_items .compl_item .image img {
    }
}

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

    header .header .header_contacts {
        width: 43%;
    }

    .banner .banner_adds a {
        color: #000;
    }

    /* .wreath {
        bottom: 30px;
    } */

    .online_work {
        top: 15px;
    }

    header .header .logo {
        padding-right: 10px;
    }

    header .header .top_addr {
        display: none;
    }

    /**************************************************************************************************************/
    body {
        background-size: 120%;
    }


    .title_kasko {
        width: 100%;
        padding: 30px 0 30px 130px;
        background-position: 5% 50%;
        text-align: left;
    }

    .title_kasko br {
        display: none;
    }

    .banner_slide2 .title_container:before {
        width: 95%;
        height: 260px;
    }

    .banner_slide1 .title_container .title2 {
        font-size: 26px;
    }
    .banner_slide1 .title_container .title1 {
        font-size: 16px;
    }
    .banner_slide1 .title_container .title3 {
        font-size: 18px;
        font-weight: 600;
    }
    .title_container .bn_profits_item {
        font-size: 12px;
    }
    .banner_slide2 .title_container .title1 {
        font-size: 30px;
    }

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

    .slide3 .bn_profits_item {
        font-size: 16px;
    }

    .bn_timer {
        flex-direction: column;
    }

    .bn_timer .timer_title {}

    .bn_timer .timer {}

    .bn_timer div[id^="timer"] {}

    .bn_timer .timer_btn {}

    .bn_timer .timer_btn b {}

    .bn_timer .timer_btn_mob {}

    .bn_timer .timer_title {
        line-height: 120%;
    }

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

    #timer_form input[type=tel] {
        border: 1px solid #000000;
    }

    #timer_form .agree_field,
    #timer_form .agree_field a {
        color: #000000;
    }

    span[id^=timer-number],
    span[id^=timer-text] {
    }

    .top_additionals {
        margin-top: 20px;
    }

    /**************************************************************************************************************/
    /* .top_advs {
        margin-top: 0;
    }


    .top_advs .content {
        flex-wrap: wrap;
    }

    .top_advs .item {
        max-width: 100%;
        width: 45%;
        margin-top: 60px;
    } */
    .top_advs {
        margin-top: 0;
        display: none;
    }

    .top_advs .content {
        flex-wrap: wrap;
    }

    /* .top_advs .item.ico4 {
        background: url(../img/banner_ico4_hov.png) 50% no-repeat;
    } */
    .top_advs .item {
        max-width: 100%;
        width: 45%;
        margin-top: 60px;
    }

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

    .cars_items .car_item .main .container {
        flex-wrap: wrap;
    }

    .cars_items .car_item .img_block {
        width: 100%;
    }

    .cars_items .car_item .img_block .dots {}

    .cars_items .car_item .img_block .dot_color {}

    .cars_items .car_item .info_block {
        width: 100%;
    }

    .cars_items .car_item .info_block .name {
        position: absolute;
        top: 0;
        left: 0;
    }

    .cars_items .car_item .car_gallery {
        width: 100%;
        margin-top: 30px;
    }

    .cars_items .car_item .car_gallery .slick-prev {
        top: 50% !important;
        left: -20px !important;
        transform: rotate(-90deg);
        transform-origin: 0 50%;
    }

    .cars_items .car_item .car_gallery .slick-next {
        top: 50% !important;
        left: unset !important;
        right: -10px !important;
        bottom: unset !important;
        transform: rotate(-90deg);
        transform-origin: 50% 0;
    }

    /**************************************************************************************************************/
    .instock_title {}

    #instock .filter {
        width: 25%;
    }

    #instock .complects_items {
        width: 73.5%;
    }


    /****************************************************************************************************/
    .offers_block .offers_item {
        width: 100%;
    }

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

    .reviews .slick-dots {
        left: calc(50% - 163px) !important;
    }


    /****************************************************************************************************/
    .best_offer {
        margin-top: 0;
    }


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

    #offer_form {
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }

    #offer_form .form-group {
        margin-bottom: 10px;
    }

    .ng_grafik {
        position: static;
        padding-top: 20px;
    }




	.bn_slide.slide3 .timer_title {color:white;}
	.bn_slide.slide3 #timer_form input[type=tel] {color:white;}
	.bn_slide.slide3 #timer_form .agree_field,.bn_slide.slide3 #timer_form .agree_field a {color:white;}
	
	.bn_slide.slide3 #timer_form .form-group {width: 48%;}
	.bn_slide.slide3 span[id^=timer-number],.bn_slide.slide3 span[id^=timer-text] {color: white !important;}
	
	
	.bn_slider .bn_slide.slide3 {
    background-position: 50% 0%;
}

	.cars_items #jolion.car_item .info_block {
        margin-top: 85px;
    }
    .banner {
        position: relative;
        height: 750px;
        background: url(../img/bannerNG.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
    }
}


/*IPAD END*/
@media (max-width: 980px) {
    .cars_items .car_item .img_block .dot_color {
        margin: 0 6px;
    }
    footer .container {
        display: grid;
    }
    footer .container div {
        margin-bottom: 10px;
    }
    .comp_info {
        width: 100%;
    }
    .credit_cont {
        display: grid;
        justify-content: center;
    }
    .cred_img {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        padding-top: 200px;
    }
    .cred_img img:nth-child(1) {
        position: absolute;
        top: -60px;
        width: 100%;
        left: 0;
        transform: rotate(20deg);
    }
    .cred_wrap {
        width: 100%;
        margin-top: 30px;
    }
    .tradein_cont {
        display: grid;
    }
    .tradein_form {
        max-width: 100%;
        padding: 18px 20px;
    }
    .tradein_img {
        width: 100%;
    }
    .tradein_img img:nth-child(1) {
        position: absolute;
        top: 410px;
    }
    .contacts_wrapper #contacts {
        width: 50%;
    }
    .bn_timer_cont {
        display: block;
    }
    .bn_timer .bn_timer_cont .timer_wrap {
        width: 100%;
    }
    .bn_timer div[id^="timer"] {
        transform: scale(0.8) !important;
        min-width: fit-content !important;
        position: relative;
        width: 627px;
        left: 50%;
        margin-left: -238px !important;
    }
    .banner-item h1 {
        font-size: 35px;
    }
    .banner .bn_timer {
        display: block;
    }
    .banner-content {
        display: grid;
        justify-content: center;
    }
    .banner-content__block {
        margin-bottom: 20px;
    }
    .banner-content__block:nth-child(2) {
        position: relative;
        left: -26px;
    }
    .banner-content {
        margin-top: 66px;
    }
    .banner-bottom {
        flex-wrap: wrap;
        justify-content: center;
    }
    .banner-bottom__block {
        margin: 0 20px;
    }
    .cars_items {
        margin-top: 480px;
    }
    .offers_block .offers_img {
        height: 370px;
    }
    .offers_block .offers_icon {
        top: 45px;
    }
    .cars_items .car_item .img_block picture img {
        width: 80%;
    }
    .cars_items .car_item:before {
        width: 360px;
        height: 207px;
        background-size: contain;
    }
}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .cars_items .car_item .info_block .car_name .car_new {
        top: 0;
        left: auto;
    }
    .cred_img {
        padding-top: 138px;
    }
    #instock .compl_items .item:before {
        background-size: contain;
        width: 50%;
    }
    #instock .models_wrap {
        margin-bottom: 30px;
    }
    .cars_items .car_item .info_block .car_props a {
        margin-bottom: 6px;
    }
    .cars_items .car_item .info_block .car_profit span {
        width: 100%;
    }
    .banner_slide1 .title_container .title3 br {
        display: block;
    }
    #instock .models {
        display: flex;
        justify-content: space-between;
        column-gap: 0;
    }
    #instock .model_name {
        margin-bottom: 10px;
        width: 32%;
    }
    .offers_block .offers_img {
        height: 215px;
    }
    .offers_block .offers_icon {
        width: 60px;
        height: 60px;
    }
    .car_count:before {
        left: 20px;
    }
    .best_offer_title {
        font-size: 46px;
        line-height: 28px;
        text-align: left;
    }
    .best_offer_comment {
        margin-top: 20px;
        text-align: left;
        line-height: 110%;
    }
    .car_count:after {
        right: auto;
        left: 114px;
    }
    .cars_items #jolion.car_item .img_block {
        margin-top: 50px;
    }
    .cars_items #m6.car_item .img_block {
        margin-top: 50px;
    }
    .car_item .plashka {
        top: 50px;
        right: 18px;
    }
    .mySwiperComplects .swiper-wrapper {
        padding-bottom: 50px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 20px;
    }
    .banner .bn_timer {
        margin-top: 25px;
    }
    .cars_items {
        margin-top: 65vw;
    }
    .title_pl_gos {
        position: relative;
        bottom: 0;
        right: 0;
    }

    .wreath {
        bottom: unset;
        top: 60%;
        width: 70px;
    }

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

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

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

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

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

    .reviews_title {
        font-size: 28px;
    }


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

    form .form-group button {
        font-size: 14px;
    }


    /************************************************************************/
    .top_additionals {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .top_additionals .container {
        padding: 0;
        width: auto;
    }

    .top_additionals .content {
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        width: 720px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .top_additionals .content::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    .top_additionals a {
        height: 75px;
        padding-left: 46px;
        width: 48%;
        font-size: 14px;
        width: 180px;
        position: relative;
    }

    .top_additionals a:first-child,
    .top_additionals a:last-child {
        border-left: none;
    }

    .top_additionals a.ico1 {
        background: url(../img/top_adds_ico1.png) 114% 50% no-repeat;
        background-size: 30%;
    }

    .top_additionals a.ico1 i {
        top: -20px;
        /* left: -13px; */
        font-size: 55px;
    }

    .top_additionals a.ico2 {
        background: url(../img/top_adds_ico2.png) 120% 50% no-repeat;
        background-size: 30%;
    }

    .top_additionals a.ico2 i {
        /* top: -5px; */
        /* left: -15px; */
        /* font-size: 55px; */
    }

    .top_additionals a i {
        font-size: 55px;
        top: 17px !important;
        left: 7px !important;
    }

    .top_additionals a.ico3 {
        background: url(../img/top_adds_ico3.png) 118% 50% no-repeat;
        background-size: 30%;
    }

    .top_additionals a.ico3 i {
        /* top: -15px; */
        /* left: -12px; */
        font-size: 55px;
    }

    .top_additionals a.ico4 {
        background: url(../img/top_adds_ico4.png) 118% 50% no-repeat;
        background-size: 30%;
    }

    .top_additionals a.ico4 i {
        /* top: -15px; */
        /* left: -12px; */
        font-size: 55px;
    }


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

    header .header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background: white;
        z-index: 10;
        padding: 8px 0;
    }

    header .header .container {
        flex-wrap: wrap;
    }

    header .header .logos {
        /* display: block; */
        /* width: 50%; */
    }

    header .header .logo1 {
        width: 120px;
        height: 32px;
    }
    header .header .logo2 span {
        font-size: 16px;
    }
    header .header .logo2 p {
        font-size: 7px;
    }
    header .header .header_contacts {
        width: auto;
        order: 0;
        margin-top: 0px;
        justify-content: center;
    }
    .main_banner {
        margin-top: 0;
    }
    header .header .top_phone a {
        margin-top: 0;
        font-size: 14px;
        padding-left: 20px;
        margin-right: 10px;
    }
    header .header .top_phone a:before {
        content: "";
        background: url(../img/phone.svg) no-repeat;
        position: absolute;
        top: 3px;
        left: 0;
        width: 16px;
        height: 16px;
        background-size: contain;
    }
    header .phone_mob {
        display: block;
    }

    header .header .top_addr {
        display: none;
    }

    header .header .top_phone {}

    header .header .m_btn {
        display: block;
        position: relative;
        width: 30px;
        height: 23px;
        z-index: 1;
    }

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

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

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

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

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

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

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

    header .menu {
        position: fixed;
        width: 100%;
        top: 48px;
        left: 100%;
        background: white;
        z-index: 10;
        height: calc(100% - 76px);
        transition: all .2s linear;
        overflow: scroll;
    }

    header .menu.active {
        left: 0;
    }

    header .menu .cars_menu {
        display: block;
        text-align: center;
    }

    header .menu .main_menu {
        display: block;
        text-align: center;
    }

    header .menu .cars_menu a {

        display: block;

        margin: 20px 0;

    }

    header .menu .main_menu a {

        display: block;

        margin: 20px 0;

    }


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

    .banner_img_mob {
        display: block;
        margin-top: 70px;
    }


    body {
        /* background: url(../img/bg1_mob.jpg) 50% 25px no-repeat; */
        background-size: 420px auto;
        /*background: none;*/
    }

    .bn_slider {
        margin-top: 40px;
        margin-bottom: 15px;
    }

    .bn_slider .bn_slide {
        height: auto;
        min-height: 300px;
    }



    .bn_slider .slick-arrow {
        transform: scale(.5);
        top: 31% !important;
    }

    .bn_slider .slick-next {}

    .bn_slider .slick-next:before {}

    .bn_slider .slick-prev {}

    .bn_slider .slick-prev:before {}

    .bn_slider .slick-dots {}

    .bn_slider .slick-dots li {}

    .bn_slider .slick-dots li.active {}

    .bn_slider .slick-dots li button {}



    .title_kasko {
        width: 100%;
        padding: 30px 0 30px 100px;
        background-position: 5% 50%;
        text-align: left;
    }

    .title_kasko br {
        display: none;
    }

    .main_banner .slider_item {
        background: url(../img/slide1_mob.jpg) no-repeat;
        background-size: cover;
        height: 82vw;
        background-position: 50% -40vw;
    }
    /*
    .main_banner .banner_slide1 {
        background-size: 100%;
        background-position: 50% 0px;
        background: url(../img/slide1_mob.jpg) 50% 0 no-repeat;
        background-size: contain;
    }
    */
    .main_banner .banner_slide2 {
        background-size: 425px auto;
        background-position: 50% 65vw;
    }

    .banner_slide1 .title_container .title1 {
        padding-top: 0;
        font-size: 16px;
    }

    .banner_slide1 .title_container .title2 {
        font-size: 22px;
    }
    .banner_slide1 .title_container .title3 {
        font-size: 20px;
    }
    .banner_slide1 .title_container .title2 b {
        white-space: nowrap;
        display: block;
    }

    .banner_slide2 .title_container {
        margin-top: 80px;
        padding-bottom: 47vw;
        padding-top: 0;
    }

    .banner_slide2 .title_container:before {
        display: none;
    }

    .banner_slide2 .title_container .title1 {
        font-size: 6vw;
    }

    .banner_slide2 .title_container .title2 {
        font-size: 7.5vw;
    }

    .banner_slide2 .title_container .btn {
        display: none;
    }


    .bn_timer {
        flex-direction: column;
    }

    .bn_timer .timer_wrap {
        flex-direction: column;
    }

    .bn_timer .timer_title {
        text-align: center;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .bn_timer .timer_title br {
        display: none;
    }

    .bn_timer .timer {}

    .bn_timer div[id^="timer"] {}

    .bn_timer .timer_btn {}

    .bn_timer .timer_btn b {}

    .bn_timer .timer_btn_mob {}

    .bn_timer .timer_title {
        color: #000000;
        line-height: 120%;
    }






    .slide3 .container {
    }


    .title_container .bn_profits {
        flex-direction: column;
        gap: 10px;
        margin-top: 9vw;
        /*background: #fff;*/
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-top: 20px;
        position: static;
        margin-bottom: 100vw;
    }

    .title_container .bn_profits_item {
        font-size: 13px;
        padding-top: 8px;
        padding-bottom: 7px;
    }
    .title_container .bn_profits_item:nth-child(2) {
        max-width: 300px;
        margin-top: 8px;
    }
    .title_container .bn_profits_item:nth-child(2)::before {
        height: 100%;
        top: 0%;
    }
    .title_container .bn_profits_item:nth-child(1):after {
        top: 5%;
    }

    .title_container .bn_profits_item:nth-child(2):after {
        top: 5%;
    }

    .title_container .bn_profits_item sup {
    }




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

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

    #timer_form input[type=tel] {
        border: 1px solid #000000;
    }

    #timer_form .agree_field {
        width: 100%;
    }

    #timer_form .agree_field,
    #timer_form .agree_field a {
        color: #000000;
    }

    span[id^=timer-number],
    span[id^=timer-text] {
        color: #000000 !important;
    }

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

    .top_advs {
        margin-top: 0;
    }

    .top_advs .content {
        flex-wrap: wrap;
        padding-left: 0;
    }

    .top_advs .item {
        max-width: 100%;
        width: 50%;
        margin-top: 30px;
        padding-left: 20px;
        font-size: 9px;
    }

    .top_advs .item:before {
        transform: scale(0.8);
        left: 20px;
    }

    .top_advs .item:after {
        width: 80px;
        height: 80px;
    }

    .top_advs .item b {
        font-size: 14px;
    }


    /**************************************************************************************************************/
    .test_drive_int_power {}

    .test_drive_int_power .container {}

    .test_drive_int_power .content {
        background-size: 720px auto;
        background-position: 80% 0;
        padding: 0;
        color: #000000;
    }

    .test_drive_int_power .title {
        padding: 0;
        padding-top: 170px;
        font-size: 20px;
    }

    .test_drive_int_power .title:before {
        /* position: static; */
        top: -55px;
        transform: scale(.8);
    }

    .test_drive_int_power .title b {}

    .test_drive_int_power .desc {
        padding: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .test_drive_int_power .desc b {}

    .test_drive_int_power .desc2 a {
        background-position: 0 8px;
        padding-top: 0;
        /*padding-left: 40px;*/
        border-radius: 0;
        color: #000000;
    }

    .test_drive_int_power a b {
        display: block;
    }



    /**************************************************************************************************************/
    .cars_items .title {
        margin-bottom: 80px;
    }

    .cars_items .car_item {
        flex-flow: wrap;
        position: relative;
        padding-top: 50px;
    }

    .cars_items .car_item .info_block {
        width: 100%;
        order: 3;
        margin-top: 30px;
        position: unset;
    }

    .cars_items .car_item .img_block {
        order: 1;
        width: 100%;
    }

    .cars_items .car_item .img_block .car_gos_prog {
        position: static;
        padding-bottom: 10px;
    }

    .cars_items .car_item .car_gallery {
        order: 2;
    }

    .cars_items .car_item .info_block .car_name {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 40px;
        width: 100%;
        padding-left: 10px;
    }
    .cars_items .car_item .btn_credit {
        position: absolute;
        top: -17px;
        left: 9px;
        right: auto;
        text-align: left;
        width: 240px;
    }
    .cars_items .car_item {
        padding: 60px 15px 15px 15px !important;
    }

    .cars_items .car_item .info_block .name {
        position: absolute;
        top: 0;
        left: 0;
    }

    .cars_items .car_item .car_gallery {
        width: 100%;
        margin-top: 30px;
    }

    .cars_items .car_item .car_gallery .slick-prev {
        top: 50% !important;
        left: -15px !important;
        transform: rotate(-90deg);
        transform-origin: 0 50%;
    }

    .cars_items .car_item .car_gallery .slick-next {
        top: 50% !important;
        left: unset !important;
        right: -5px !important;
        bottom: unset !important;
        transform: rotate(-90deg);
        transform-origin: 50% 0;
    }

    .cars_items .car_item .img_block .pl_upd {
        top: -45px;
        width: 40%;
    }

    .car_gos_lizing {
        background: none;
        position: relative;
        top: 0 !important;
        width: 100%;
        height: auto;
        padding: 0;
        left: 0;
        margin-bottom: 15px;
    }

    .car_gos_lizing>b,
    .car_gos_lizing>span {
        display: none;
    }

    .car_gos_lizing>img {
        display: block;
    }

    .car_count {
        transform: scale(.7);
        transform-origin: top right;
        right: 0px !important;
        top: -56px;
    }

    .car_new span {}

    /**************************************************************************************************************/
    #instock {
        padding: 25px 0;
        margin-top: 80px;
        padding-bottom: 30px;
    }

    .instock_title {
        font-size: 24px;
    }

    #instock .complects {
        flex-wrap: wrap;
        margin-top: 25px;
    }

    #instock .filter {
        width: 100%;
    }

    #instock .complects_items {
        width: 100%;
        margin: 0;
    }

    #instock .filter_items .item .content {
        padding: 0;
    }

    #instock .complects_items .compl_item {
        width: 100%;
        margin: 0;
        margin-top: 25px;
        padding: 0;
    }

    #instock .filter .title {
        display: none;
    }


    /****************************************************************************************************/
    .credit {
        margin-top: 40px;
        background: none;
        padding: 0;
    }

    .credit>img {
        display: block;
        width: 100%;
    }

    .cred_wrap {
        width: 100%;
    }
    .tradein {
        padding: 50px 0;
    }
    .cred_title {
        text-align: center;
        font-size: 26px;
        line-height: 28px;
    }
    /****************************************************************************************************/
    .offers_block {
        margin-top: 40px;
    }

    .offers_block .container {
        padding: 0 15px;
    }

    .offers_block .offers_item {
        width: 100%;
        margin-bottom: 30px;
    }

    /****************************************************************************************************/
    .best_offer {
        margin-top: 40px;
        padding: 20px 0;
    }

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

    .best_offer_text {
        text-align: center;
    }

    #offer_form {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    #offer_form .form-group {
        width: 100%;
        margin-bottom: 10px;
    }

    .offers_block .offers_icon {
        top: 10px;
        left: 10px;
    }

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

    .contacts_wrapper .container {
        flex-wrap: wrap;
    }

    .contacts_wrapper #contacts {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
    }

    .best_offer_img img {
        position: absolute;
        bottom: 37px;
        left: 20%;
    }
    .contacts_wrapper #contacts .open_hours {
        padding: 10px 22px;
        background-position: 0;
        margin-top: 10px;
    }


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

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

    .contacts_wrapper #contacts .route_btn {
        margin-top: 30px;
    }


    .ng_grafik {
        position: static;
        padding-top: 20px;
    }





	.bn_slide.slide3 .timer_title {}
	.bn_slide.slide3 #timer_form input[type=tel] {}
	.bn_slide.slide3 #timer_form .agree_field,.bn_slide.slide3 #timer_form .agree_field a {}
	
	.bn_slide.slide3 #timer_form .form-group {width: 48%;}
	.bn_slide.slide3 span[id^=timer-number],.bn_slide.slide3 span[id^=timer-text] {}
	
	
	.bn_slider .bn_slide.slide3 {
        background-size: 100%;
        background-position: 50% 150px;
    }


	.cars_items .title .plashka {
        margin: 0px;
        margin-top: 5px;
    }



	.bn_slider {}
	.bn_slider .bn_slide {}

	.bn_slider .bn_slide .title_container {
    position: relative;
    margin: 0px;
    margin-top: 10px;
}
	.bn_slider .bn_slide .title_container .container {}
	.bn_slider .bn_slide .title_container .container .title {
    font-size: 20px;
}
	.bn_slider .bn_slide .title_container .container .title span {}
	.bn_slider .bn_slide .title_container .container .comment {
    font-size: 20px;
}
	.bn_slider .bn_slide .title_container {}
	.bn_slider .bn_slide picture {}
	.bn_slider .bn_slide picture img {
    height: auto;
    max-width: 100%;
}
	.bn_slider .bn_slide .bn_timer {
    position: relative;
    bottom: auto;
    display: block;
    padding-top: 15px;
}
	.bn_slider .bn_slide .bn_timer .container {display: block;}

    .banner-bottom {
        justify-content: left;
    }
}
@media (max-width: 780px) {
    .tradein_img {
        padding-top: 100px;
    }
    .section_item_line {
        right: -232% !important;
    }
    .tradein_img img:nth-child(1) {
        width: 50%;
    }
    .banner_slide1 .title_container {
        margin-top: 28px;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 26px;
        padding-right: 26px;
        z-index: 1;
    }
    .main_banner .slider_item .btn {
        display: none;
    }
    .main_banner .slick-list,
    .main_banner .slick-track,
    .main_banner .slider_item {
        overflow: inherit !important;
    }
    .banner {
        position: relative;
        top: 6vw;
        height: 600px;
    }
    .bn_timer .bn_timer_cont .timer {
        width: 92%;
        display: block;
        justify-content: right;
    }
    .banner-content__block:nth-child(2) {
        position: relative;
        left: 0px;
    }
    .banner-content__text {
        height: auto;
    }
    .banner-content__block {
        height: 38px;
    }
    .banner-content__icon {
        left: 20px;
        z-index: 2;
    }
    .banner-content__block {
        align-items: stretch;
    }
    .banner-content__text {
        height: auto;
        padding-left: 40px;
        padding-top: 3px;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
    }
    .banner-content__text p {
        font-size: 18px;
        line-height: 18px;
    }
    .banner-content__block:nth-child(1) {
        margin-bottom: 20px;
    }
    .banner-content {
        margin-top: 50px;
    }
    .banner-item:before {
        height: 300px;
    }
    .banner-content__icon {
        left: 20px;
    }
    .banner-bottom {
        position: relative;
        bottom: 0;
    }
    /*.banner {
        background: url(../img/bannerNG_mob.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
    }*/
    .banner-bottom {
        margin-top: 54px;
    }
    #timer18110f7bb64365f4fd7b902e06c8fb6b {
        display: flex !important;
        align-items: center;
        justify-content: right;
        transform: scale(0.6) !important;
    }
    .bn_timer .bn_timer_cont .timer_title {
        font-size: 22px;
    }
    .cred_wrap a {
        color: #000;
    }
    .tradein .agree_field a {
        color: #000;
    }
    .best_offer_img {
        display: none;
    }
	
	
	
    #cookies_popup {
        flex-direction: column;
    }
	#cookies_popup .text {}
    #cookies_popup .text p {
        max-height: 24vw;
        overflow-y: scroll;
    }
    #cookies_popup .btn {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }

	
}
/*MOBILE END*/
@media (max-width: 680px) {
    .main_banner .slider_item {
        height: 95vw;
        background-position: 50% -28vw;
    }
}
@media (max-width: 540px) {
    .cars_items .car_item .info_block .car_name .car_new {
        min-width: initial;
        width: 60px;
        position: absolute;
        right: 8px;
        top: -2px;
    }
    .cars_items .car_item:before {
        width: 60%;
    }
    .main_banner .slider_item {
        height: 110vw;
        background-position: 50% -20vw;
    }
    .cars_items {
        margin-top: 504px;
    }
    .cars_items .car_item .info_block .car_profit span {
        font-size: 20px;
        padding: 0;
    }
    #instock {
        margin-top: 20px;
    }
    #instock {
        margin-bottom: 50px;
    }
    .best_offer {
        margin-top: 0px;
    }
}
@media (max-width: 520px) {
    .cred_img {
        padding-top: 140px;
    }
    .tradein_img img:nth-child(1) {
        top: 410px;
    }
    .main_banner .banner_slide1 {
        height: 116vw;
        background-position: 50% -10vw;
    }
    #instock .compl_items .slick-next {
        right: 2px !important;
    }
    #instock .compl_items .slick-prev {
        left: 2px !important;
    }
    #instock .compl_items .slick-prev,
    #instock .compl_items .slick-next {
        width: 38px !important;
        height: 34px !important;
        background-size: contain !important;
    }
    .cars_items .car_item .img_block .dot_color {
        width: 24px;
        height: 24px;
        margin-bottom: 6px;
    }
    .cars_items .car_item .img_block .dots {
        flex-wrap: wrap;
    }
    .cars_items .car_item .img_block .dot_color.active:before {
        width: 16px;
        height: 16px;
    }
    .section_item_line {
        display: none;
    }
    .banner_slide1 .title_container .title2 {
        font-size: 6vw;
        line-height: normal;
        margin-top: 4px;
    }
    .banner_slide1 .title_container .title1 {
        font-size: 4vw;
    }
    .disclamer_add {
        padding-left: 0;
    }
    .car_new {
        left: auto;
        font-size: 15px;
    }
    .instock_title {
        font-size: 16px;
    }
    .reviews_title {
        font-size: 16px;
        line-height: 20px;
    }
    .cars_items .title {
        font-size: 22px;
    }
    .cars_items .car_item .info_block .car_name {
        font-size: 38px;
    }
    .cars_items .title .plashka {
        font-size: 14px;
    }
    .banner_slide1 .title_container:before {
        height: 70px;
    }
    .banner-item h1 {
        font-size: 30px;
    }
    .banner {
        /* position: relative; */
        /*height: auto;
        background-repeat: no-repeat;
        background-size: cover;*/
    }
    .banner-content__block {
        margin-left: 0;
    }
    .banner-content {
        margin-top: 50px;
    }
    .banner-item:before {
        height: 240px;
    }
    .banner-bottom__block {
        margin: 0 20px;
        margin-left: 0;
        width: 100%;
    }
    .banner-bottom {
        justify-content: left;
        margin-top: 60px;
    }
    .banner .bn_timer {
        /* margin-top: 20px; */
        /* position: relative; */
    }
    .banner-bottom {
        display: none;
    }
    .banner .bn_timer {
        /* margin-top: 0; */
    }
    .bn_timer_cont {
        display: block;
        width: 100%;
        left: auto;
        position: relative;
        padding: 20px;
        top: -5vw;
        padding-top: 12px;
    }
    .bn_timer .bn_timer_cont .timer_title {
        font-size: 16px;
        text-align: left;
    }
    .bn_timer .bn_timer_cont .timer_wrap {
        width: 100%;
    }
    .cars_items {
        margin-top: 76vw;
    }
    .banner .bn_timer {
        /* margin-top: 0; */
        /*top: 200px;*/
    }
    .banner-content__block:nth-child(1) {
        margin-bottom: 20px;
    }
    #timer18110f7bb64365f4fd7b902e06c8fb6b {
        display: flex !important;
        align-items: center;
        justify-content: right;
        transform: scale(0.6) !important;
        position: absolute;
        top: 36px;
        left: 50%;
        margin-left: -265px !important;
    }
    .banner-content__icon {
        width: 50px;
        height: 50px;
        top: -5px;
    }
    .offers_block .offers_img {
        height: 200px;
    }
    .banner {
        top: 50px;
    }
    .banner_slide1 .title_container {
        margin-top: 8vw;
    }
    #tradein_form {
        width: 100%;
    }
    .contacts_wrapper #contacts .logo4 span {
        font-size: 20px;
    }
    header .header .top_phone a {
        font-size: 10px;
    }
    header .header .top_phone a:before {
        top: 2px;
        width: 12px;
        height: 12px;
    }
    .best_offer_title {
        line-height: 50px;
    }
}
/* Portrait phones and smaller */
@media (max-width: 440px) {
    .cred_img {
        padding-top: 90px;
    }
    .cred_img img:nth-child(2) {
        position: relative;
        z-index: 2;
        width: 60%;
    }
    .tradein_img img:nth-child(1) {
        top: 390px;
    }
    .bn_timer div[id^="timer"] {
        transform: scale(0.6) !important;
        left: 50%;
        margin-left: -264px !important;
    }
}
@media (max-width: 390px) {
    #cookies_popup .text p {
        max-height: 18vw;
        font-size: 10px;
    }
    .best_offer_img {
        width: 80px;
        right: 60px;
        bottom: 90%;
    }
    .cred_img {
        padding-top: 70px;
    }
    #instock .models_wrap {
        margin-bottom: 0px;
    }
    .cars_items .car_item .info_block .car_profit span {
        height: 32px;
    }
    .cars_items {
        margin-top: 98vw;
    }
    header .header .logo1 {
        width: 91px;
        padding-right: 10px;
        margin-right: 10px;
    }
    .main_banner .banner_slide1 {
        height: 140vw;
    }
    .contacts_wrapper #contacts .bottom_phone {
        font-size: 16px;
    }
    .contacts_wrapper #contacts .bottom_addr {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .section_item {
        font-size: 34px;
    }
    #instock .swiper-button-next, #instock .swiper-button-prev {
        top: 40%;
    }
    #instock .complects_items .compl_item .compl_name {
        margin-top: 56px;
    }
    .cred_title {
        font-size: 18px;
        line-height: 20px;
    }
    .tradein_comment {
        font-size: 18px;
        line-height: 20px;
    }
    .banner-item h1 {
        font-size: 32px;
    }
    .banner-content__text p {
        font-size: 15px;
    }

    .banner-item h1 {
        font-size: 24px;
    }
    .bn_timer div[id^="timer"] {
        margin-left: -274px !important;
        transform: scale(0.5) !important;
    }
	.contacts_wrapper #contacts .title {
        font-size: 46px;
    }
	.bn_slider .bn_slide.slide3 .bn_timer {}
	.tradein_form {
        width: 100%;
    }
    .bn_timer div[id^="timer"] {
        margin-top: 0;
    }
}


@media (max-width: 378px) {
    .offers_block .offers_icon {
        top: 42px;
        left: 10px;
    }
    .bn_timer {}

    .bn_timer .timer_title {}

    .bn_timer .timer {}

    .bn_timer div[id^="timer"] {}

    .bn_timer .timer_btn {}

    .bn_timer .timer_btn b {}
	
		.bn_slider .bn_slide.slide3 .bn_timer {}
}

@media (max-width: 360px) {
    .banner_slide1 .title_container .title3 {
        font-size: 14px;
    }
    .main_banner .banner_slide1 {
        height: 130vw;
    }
    .title_container .bn_profits {
        margin-top: 10px;
    }
    .maxDiscount {
        font-size: 14px;
    }
    .cars_items .car_item .info_block .car_props a {
        font-size: 12px;
    }
    .title_kasko {
        font-size: 22px;
        padding-left: 85px;
    }

    .top_advs .content {
        padding-left: 0;
    }
    .cars_items .car_item .info_block .car_profit span {
        font-size: 16px;
    }
    .cars_items .car_item .info_block .car_profit {
        font-size: 20px;
    }

    .cars_items .car_item .info_block .car_props a {
        font-size: 15px;
    }

    .tradein_title {
        font-size: 18px;
    }

    .cred_title {
        font-size: 16px;
    }

    .best_offer_comment {
        font-size: 15px;
    }

    .bn_timer {}

    .bn_timer .timer_title {}

    .bn_timer .timer {}

    .bn_timer div[id^="timer"] {}

    .bn_timer .timer_btn {}

    .bn_timer .timer_btn b {}
		.bn_slider .bn_slide.slide3 .bn_timer {}

        .banner-content__text p {
            font-size: 16px;
            line-height: 16px;
        }
        .banner-content__block:nth-child(1) {
            margin-bottom: 20px;
        }
        header .header .logo2 span {
            font-size: 10px;
        }
        header .header .logo2 p {
            font-size: 5px;
        }
        header .header .logo1 {
            width: 60px;
            padding-right: 10px;
            margin-right: 10px;
        }
}

@media (max-width: 320px) {
    .tradein_img img:nth-child(1) {
        top: 430px;
    }

    .bn_timer {
    }

    .bn_timer .timer_title {
        font-size: 18px;
    }

    div[id^=timer] {
        transform: scale(0.8) !important;
    }
	.bn_slider .bn_slide.slide3 .bn_timer {
        margin-top: 22px;
    }
    .cars_items .car_item .img_block .dot_color {
        margin: 0 3px;
    }

}