* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

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

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

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

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

.fancybox-content {
    overflow: hidden;
}


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


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

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

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

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

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

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

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


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

@media (min-width: 1200px) {
    .container {
        width: 1580px;
        padding: 0 30px;
    }
}

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


#form_popup, #form_popup2 {
    display: none;
}

.popup_container {
    width: 500px;
    max-width: 100%;
    padding: 30px;
    overflow: hidden;
    position: relative;
    background: white;
}


.popup_container h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: black;
    padding: 0;
}

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

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

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

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

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

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

.agree_field {
    font-size: 10px;
    line-height: 100%;
    position: relative;
    display: block;
    font-weight: 400;
    padding-left: 18px;
    color: #69697C;
}
.agree_field a {
    color: #69697C;
    text-decoration: underline;
}
.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 #303C48;
    background: #fff;
    border-radius: 12px;
    position: absolute;
    top: -1px;
    left: 0;
}

.agree_field input:checked+span {
    background: #303C48;
}

form {
}

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

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group input[type=number],
form .form-group select {
    font-family: "Open Sans", sans-serif;
    height: 54px;
    width: 100%;
    color: #303C48;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    padding: 0 16px;
    outline: none;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
}

form .form-group select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/ico_select.png) 95% 50% no-repeat transparent;
    font-family: 'OpenSans', sans-serif;
    outline: none;
}

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

form .form-group button:hover {
}


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

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

.btn {
    background: #171B17;
    color: #FFFFFF;
    text-align: center;
    height: 54px;
    width: 224px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #171B17;
    border-radius: 5px;
    position: relative;
    text-decoration: none;
    transition: all .2s linear;
    cursor: pointer;
    overflow: hidden;
}

.btn span {
    transition: all 0.3s linear;
}

.btn:hover {
    background: #0D70B8;
    border-color: #0D70B8;
    color: #ffffff;
}

.btn:hover span {
    opacity: 0;
    transform: translateX(-100%);
}

.btn:after {
    content: '';
    position: relative;
    width: 20px;
    height: 14px;
    background: url(../img/btn_arrows.svg) no-repeat;
    transition: all 0.4s linear;
}

.btn:hover:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(1.4);
}

.btn.glass {
    background: transparent;
    border: 1px solid #171B17;
    color: #171B17;
}

.btn.glass:hover {
    background: #0D70B8;
    border-color: #0D70B8;
    color: #ffffff;
}

.btn.glass:after {
    background: url(../img/btn_arrows_black.svg) no-repeat;
}

.btn.glass:hover:after {
    background: url(../img/btn_arrows.svg) no-repeat;
}

.btn.blue {
    background: #0D70B8;
    border-color: #0D70B8;
    color: #ffffff;
}

.btn.blue:hover {
    background: #ffffff;
    color: #171B17;
}

.btn.blue:hover:after {
    background: url(../img/btn_arrows_black.svg) no-repeat;
}


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

.header {
    position: fixed;
    width: 100%;
    z-index: 8;
    top: 20px;
    left: 0;
}

.header .header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 94px;
    background: #E3E3E3;
    border-radius: 5px;
}

.logo_wrap {
    display: flex;
}

.logo_wrap .logo1 {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #69697C;
}

.top_addr {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    font-size: 14px;
    color: #303c48;
}

.top_addr b {
    color: #111213;
    font-weight: 600;
}

.top_phone {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2px 0;
}

.top_phone a {
    font-size: 16px;
    font-weight: 600;
    color: #171B17;
}

.top_phone span {
    font-size: 14px;
    font-weight: 400;
    color: #69697C;
}

.header .btn {
    width: 240px;
}

.m_btn {
    display: none;
}

.menu {
    position: relative;
    top: 5px;
}

.main_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
    background: #303C48;
    border-radius: 5px;
}

.main_menu a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
    transition: all 0.2s linear;
}

.main_menu a:hover {
    color: #0D70B8;
    border-color: #0D70B8;
}

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

.banner {

}

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

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

.title_container .title1 {
    font-size: 40px;
    font-weight: 700;
}

.title_container .title1 .title_profit {
    display: inline-block;
    font-size: 32px;
}

.title_container .title1 .title_profit b {
    display: inline-block;
    position: relative;
    font-size: 80px;
}

.title_container .title1 .title_profit b span {
    position: absolute;
    font-size: 24px;
    padding: 0 12px 3px;
    border-radius: 5px;
    background: #0B71BB;
    font-weight: 400;
    color: #ffffff;
    bottom: 0;
    left: calc(50% - 100px);
}

.title_container .title2 {
    font-size: 45px;
    text-transform: uppercase;
}

.title_container .title_offer {
    width: fit-content;
    display: block;
    margin: 15px auto 0;
    padding: 10px 20px 10px 60px;
    border-radius: 5px;
    background: #0B71BB;
    color: #ffffff;
    position: relative;
}

.title_container .title_offer:before {
    content: '';
    display: block;
    position: absolute;
    width: 62px;
    height: 62px;
    background: url("../img/ico_fire_wt.svg") 50% no-repeat;
    left: 0;
    top: -15px;
}

.timer {
    margin-top: 10px;
}

.timer_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}

.timer_block {
    padding: 30px 40px;
    background: #303C48;
    border-radius: 5px;
}

.timer_title {
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
}

.timer_text {
    padding: 30px 40px;
    background: #303C48;
    border-radius: 5px;
    flex-grow: 1;
}

.timer_comment {
    font-weight: 400;
    font-size: 32px;
    color: #ffffff;
    line-height: 120%;
}

#timer_form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

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

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

#timer_form input::placeholder {
    color: #ffffff;
}

#timer_form .btn {
    width: 100%;
}

#timer_form .agree_field input + span {
    background: transparent;
    border-color: #ffffff;
}

#timer_form .agree_field input:checked + span {
    background: #ffffff;
}

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

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

.blocks_title {
    display: flex;
    justify-content: center;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600;
}

.blocks_title span {
    display: block;
    position: relative;
}

.blocks_title span:after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #111213;
    position: absolute;
    left: calc(50% - 30px);
    bottom: -8px;
}

.cars_items {
    margin-top: 100px;
}

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

.car_item:before {
    content: '';
    position: absolute;
    top: 0;
    left: -25%;
    width: 150%;
    height: 333px;
    background: #E9EAEA;
}

.car_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 45px;
    position: relative;
}

.car_info {
    width: 26%;
}

.car_name {
    width: fit-content;
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #0B71BB;
}

.car_date {
    display: flex;
    align-items: center;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/perc.png") 0 0 no-repeat;
    width: 327px;
    height: 200px;
}

.car_date b {
    display: block;
    font-size: 40px;
    font-weight: 700;
}

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

.car_props a {
    display: block;
    padding-left: 45px;
    font-size: 20px;
}

.car_props a.ico1 {
    background: url("../img/car_ico1.svg") 0 50% no-repeat;
}

.car_props a.ico2 {
    background: url("../img/car_ico2.svg") 0 50% no-repeat;
}

.car_props a.ico3 {
    background: url("../img/car_ico3.svg") 0 50% no-repeat;
}

.car_props a.ico4 {
    background: url("../img/car_ico4.svg") 0 50% no-repeat;
}

.car_image_wrap {
    width: 46%;
    text-align: center;
    position: relative;
}

.car_colors {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
    margin-top: 40px;
}

.car_colors > span {
    display: block;
    margin-right: 5px;
}

.car_colors > div {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.car_colors > div.active:before {
    content: '';
    box-sizing: border-box;
    border: 1px solid #0B0D0C;
    width: 26px;
    height: 26px;
    position: absolute;
    top: -3px;
    left: -3px;
    border-radius: 50%;
}

.car_back_name {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: -10px;
}

.car_text {
    width: 24.02%;
}

.car_profit {
    display: block;
    width: 100%;
    background: url("../img/profit_bg.png") 50% 0 no-repeat;
    padding: 90px 60px 0 60px;
    text-align: center;
}

.car_profit b {
    display: block;
    margin-top: 6px;
    text-transform: uppercase;
}

.car_profit .dop {
    width: fit-content;
    margin: 28px auto 0;
    display: block;
    padding: 10px 14px;
    border-radius: 5px;
    background: #56585D;
    color: #ffffff;
    font-size: 14px;
}

.car_rass {
    display: block;
    margin-top: 55px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 5px;
    background: #0B71BB;
    padding: 10px 20px 10px 65px;
    position: relative;
}

.car_rass:before {
    content: '';
    display: block;
    position: absolute;
    width: 62px;
    height: 62px;
    background: url("../img/ico_fire_gr.svg") 50% no-repeat;
    left: 0;
    top: -15px;
}

.car_btns {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin-top: 35px;
}

.car_btns .btn {
    width: 100%;
}

.car_gallery_wrap {
    margin-top: 40px;
    padding-top: 40px;
    position: relative;
}

.car_gallery_wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 49.4%;
    height: 2px;
    left: 25.3%;
    background: #E9EAEA;
}

.car_gallery_wrap .swiper-button-prev,
.car_gallery_wrap .swiper-button-next {
    left: -16px;
    width: 33px;
    height: 33px;
    background: url("../img/arrow.svg") 50% no-repeat;
    margin-top: 0;
}

.car_gallery_wrap .swiper-button-next {
    left: unset;
    right: -16px;
    transform: rotate(180deg);
}

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

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

#instock {
    margin-top: 150px;
    padding: 50px 0;
    background: #E9EAEA;
}

#filter_table {
    display: none;
}

.filter_quick_menu {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 0 20px;
}

.filter_quick_menu > li {
    display: block;
    padding: 4px 9px;
    border-radius: 5px;
    background: #FFF;
    font-size: 24px;
    transition: all .4s ease;
    cursor: pointer;
}

.filter_quick_menu > li.current {
    color: #ffffff;
    background: #000000;
}

.tb_complects {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.tb_complects > div:first-child {
    display: none;
}

.tb_complects > div {
    width: 32.5%;
    background: #FFFFFF;
    padding: 30px;
}

.compl_car_name {
    color: #c0c0c0;
    text-transform: uppercase;
}

.compl_car_name b {
    font-size: 20px;
    color: #0b0d0c;
    display: block;
}

.compl_dop {
    margin-top: 30px;
    position: relative;
}

.compl_dop span {
    display: flex;
    align-items: center;
    min-height: 32px;
    font-size: 14px;
    color: #0b71bb;
    text-decoration: underline;
    padding-left: 46px;
    background: url("../img/plus.svg") 0 50% no-repeat;
    cursor: pointer;
}

.compl_dop span:hover + .compl_dop_text {
    opacity: 1;
}

.compl_dop_text {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    position: absolute;
    top: 32px;
    left: 32px;
    border-radius: 4px;
    background: rgba(48, 60, 72, 0.80);
    backdrop-filter: blur(4px);
    padding: 20px;
    opacity: 0;
    transition: all .4s ease;
}

.compl_dop_text > div {
    color: #ffffff;
    font-size: 14px;
    padding-left: 9px;
    position: relative;
}

.compl_dop_text > div:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 3px;
    height: 3px;
    left: 0;
    background: #FFFFFF;
    border-radius: 50%;
}

.compl_image {
    margin-top: -10px;
    margin-left: -30px;
    margin-right: -30px;
}

.compl_name {
    margin-top: 30px;
    font-size: 20px;
    color: #0b71bb;
    font-weight: 700;
    text-transform: uppercase;
}

.compl_techs {
    margin-top: 23px;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

.compl_techs > div {
    display: flex;
    justify-content: space-between;
    color: #333d46;
}

.compl_techs > div b {
    font-size: 20px;
    font-weight: 600;
    color: #111213;
}

.compl_btns {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin-top: 30px;
}

.compl_btns .btn {
    width: 100%;
}

.tb_complects_showmore {
    display: block;
    margin-top: 50px;
    color: #111213;
    text-decoration: underline;
}

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

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

.credit:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -25%;
    display: block;
    width: 150%;
    height: 378px;
    background: #E9EAEA;
}

.credit_title {
    padding: 20px 60px;
    color: #ffffff;
    font-size: 42px;
    background: #000000;
}

.credit_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 0 70px;
    padding-left: 280px;
    margin-top: 100px;
    padding-bottom: 50px;
}

.credit_car {
    position: absolute;
    top: 0;
    left: -70px;
    width: 45%;
}

.credit_props {
    display: flex;
    flex-direction: column;
    width: 51%;
    gap: 20px 0;
    margin-top: 45px;
}

.credit_props > div {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
    background: #0B71BB;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
}

.credit_props > div span {
    display: block;
    padding: 5px 0 5px 52px;
}

.credit_props > div.ico1 span {
    background: url("../img/cred_ico1.svg") 0 50% no-repeat;
}

.credit_props > div.ico2 span {
    background: url("../img/cred_ico2.svg") 0 50% no-repeat;
}

.credit_props > div.ico3 span {
    background: url("../img/cred_ico3.svg") 0 50% no-repeat;
}

#credit_form {
    width: 400px;
    max-width: 100%;
    margin-right: 90px;
}

#credit_form input[type="tel"],
#credit_form input[type="text"],
#credit_form select {
    border-radius: 5px;
    border: 1px solid #56585D;
}

#credit_form .form-group {
    margin-bottom: 16px;
}

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

.tradein {
    margin-top: 150px;
    padding-bottom: 50px;
    background: url("../img/tradein_bg.jpg") 50% 100% no-repeat;
}

.tradein_bg_mob {
    display: none;
}

.tradein > img {
    display: none;
}

.tradein_comment {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

.tradein_wrap {
    width: fit-content;
    margin-top: 100px;
}

#tradein_form {
    margin-top: 20px;
    width: 400px;
    max-width: 100%;
}

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

#tradein_form input[type=tel]::placeholder,
#tradein_form input[type=text]::placeholder {
    color: #ffffff;
}

#tradein_form select {
    color: #ffffff;
    background: url("../img/ico_select_wt.svg") 95% 50% no-repeat;
}

#tradein_form .btn {
    margin-top: 20px;
}

#tradein_form .agree_field input + span {
    background: transparent;
    border-color: #ffffff;
}

#tradein_form .agree_field input:checked + span {
    background: #ffffff;
}

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

/**********************
      TEST-DRIVE
**********************/

.test_drive {
    margin-top: 140px;
    background: url("../img/test_drive_bg.jpg") 50% 100% no-repeat;
    padding-bottom: 85px;
}

.test_drive_bg_mob {
    display: none;
}

.test_drive_wrap {
    width: fit-content;
    margin-left: auto;
    position: relative;
    margin-top: 135px;
    margin-right: 90px;
}

.test_drive_comment {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

#test_drive_form {
    width: 401px;
    max-width: 100%;
    margin-top: 17px;
}

#test_drive_form select {
    color: #ffffff;
    background: url("../img/ico_select_wt.png") 95% 50% no-repeat;
}

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

#test_drive_form input[type=tel]::placeholder,
#test_drive_form input[type=text]::placeholder {
    color: #ffffff;
}

#test_drive_form .btn {
    margin-top: 20px;
}

.form_disc {
    margin-top: 10px;
    font-size: 12px;
    color: #ffffff;
}

#test_drive_form .agree_field {
    margin-top: 10px;
}

#test_drive_form .agree_field input + span {
    background: transparent;
    border-color: #ffffff;
}

#test_drive_form .agree_field input:checked + span {
    background: #ffffff;
}

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

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

.reviews {
    margin-top: 120px;
}

.reviews_slider {
    width: 100%;
    margin-top: 60px;
    padding-bottom: 50px !important;
}

.rev_item {
    padding: 20px;
    border-radius: 4px;
    background: #F8F8F8;
}

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

.rev_item .item_date {
    font-size: 14px;
    color: #c0c0c0;
}

.rev_item .item_name {
    font-size: 20px;
    font-weight: 700;
    margin-top: 4px;
}

.rev_item .item_rate {
    color: #c0c0c0;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.rev_item .item_text {
    margin-top: 20px;
    padding: 20px 20px 30px;
    border-radius: 4px;
    background: #FEFEFE;
    height: 225px;
    overflow-y: auto;
    position: relative;
}

.rev_item .item_text::-webkit-scrollbar {
    width: 5px;
}

.rev_item .item_text::-webkit-scrollbar-track {
    background: #C0C0C0;
}

.rev_item .item_text::-webkit-scrollbar-thumb {
    background: #0D70B8;
    border-radius: 5px;
}

.rev_item:after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 30px;
    height: 60px;
    /*background: rgba(255, 255, 255, 0.8);*/
    background: linear-gradient(to bottom, transparent, white);
}

.reviews_slider .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 0 4px;
    bottom: 0 !important;
}

.reviews_slider .swiper-pagination-bullet {
    background: #C0C0C0;
    opacity: 1;
    width: 29px;
    height: 2px;
    color: transparent;
}

.reviews_slider .swiper-pagination-bullet-active {
    background: #333D46;
}


.reviews_slider_wrap .swiper-button-prev,
.reviews_slider_wrap .swiper-button-next {
    left: 10px;
    top: 55%;
    width: 33px;
    height: 33px;
    background: url("../img/arrow.svg") 50% no-repeat;
    margin-top: 0;
}

.reviews_slider_wrap .swiper-button-next {
    left: unset;
    right: 10px;
    transform: rotate(180deg);
}

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

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

.contacts {
    margin-top: 150px;
}

.contacts_wrap {
    position: absolute;
    top: 90px;
    z-index: 1;
    border-radius: 5px;
    background: #E9EAEA;
    backdrop-filter: blur(2.25px);
    padding: 30px;
    width: 493px;
    max-width: 100%;
}

.contacts_logo_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contacts_logo_wrap .logo1 {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #56585D;
}

.bot_addr_wrap {
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.bot_addr {
    font-size: 14px;
    color: #303c48;
}

.bot_addr span {
    color: #69697c;
    display: block;
}

.bot_addr b {
    color: #111213;
    display: block;
    font-weight: 600;
}

.bot_phone_wrap {
    margin-top: 30px;
    padding-top: 13px;
    border-top: 1px solid #56585D;
    display: flex;
    gap: 0 75px;
}

.bot_phone {
    font-weight: 600;
}

.bot_phone span {
    display: block;
    color: #69697c;
    font-size: 14px;
}

.worktime {}

.worktime span {
    display: block;
    color: #69697c;
    font-size: 14px;
}

.contacts_wrap .btn {
    margin-top: 30px;
    width: 100%;
}

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

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

footer {
    background: #303C48;
    padding: 40px 0;
}

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

.yurinfo {
    font-size: 14px;
    color: #ffffff;
}

.foot_links {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

.foot_links > a {
    color: #ffffff;
    font-size: 14px;
}

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


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

@media (max-width: 1600px) {
    .car_text {
        width: 27%;
    }

    .car_props a {
        font-size: 18px;
    }

    .credit_car {
        top: 5px;
        width: 40%;
    }
}

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

    .header .btn {
        display: none;
    }

    .header .header_wrapper {
        height: 70px;
    }

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

    .banner picture img {
        height: 585px;
    }

    .title_container {
        top: 130px;
    }

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

    .title_container .title1 .title_profit {
        font-size: 30px;
    }

    .title_container .title1 .title_profit b {
        font-size: 60px;
    }

    .title_container .title1 .title_profit b span {
        transform: scale(0.75);
    }

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

    .timer_wrapper {
        flex-direction: column;
        gap: 10px 0;
    }

    .timer_title {
        text-align: center;
    }

    .timer_comment {
        text-align: center;
        font-size: 28px;
    }

    .timer_comment br {
        display: none;
    }
    
    /*******************************************************************/

    .car_profit {
        display: block;
        width: 100%;
        background: url(../img/profit_bg.png) 50% 0 no-repeat;
        padding: 55px 50px 0 50px;
        text-align: center;
        background-size: 100%;
        font-size: 12px;
    }

    .car_props a {
        font-size: 14px;
        background-size: 20px !important;
        padding-left: 30px;
    }

    .car_name {
        font-size: 40px;
    }

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

    .credit_car {
        display: none;
    }

    #credit_form {
        margin-right: 0;
        width: 48%;
    }

    .credit_wrap {
        padding-left: 0;
    }

    .credit_props {
        width: 45%;
    }

    .credit_props > div {
        padding-left: 30px;
        justify-content: flex-start;
    }

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

    .test_drive_wrap {
        margin-right: 0;
    }

    .contacts_wrap {
        padding: 15px;
        width: 420px;
    }

    .bot_phone_wrap {
        gap: 0 30px;
    }

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

    .tb_complects > div {
        width: 49%;
    }

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

}

/*IPAD PRO BEGIN*/

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

    .top_addr {
        display: none;
    }

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

    .main_menu {
        gap: 0;
        justify-content: space-between;
        padding: 0 15px;
    }

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

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

    .banner picture img {
        height: 450px;
    }

    .title_container .title_offer {
        margin-top: 140px;
    }

    .timer_comment {
        font-size: 22px;
    }

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

    .car_item {

    }

    .car_item:before {
        height: 200px;
    }


    .car_wrap {
        padding-top: 20px;
        flex-flow: wrap;
    }

    .car_image_wrap {
        width: 65%;
    }

    .car_info {
        width: 35%;
    }

    .car_date {
        position: relative;
        width: auto;
        height: auto;
        background-size: 100%;
        margin-top: 20px;
    }

    .car_props {
        margin-top: 30px;
    }

    .car_text {
        width: 100%;
        margin-top: 40px;
    }

    .car_profit {
        display: flex;
        align-items: center;
        padding: 0 0 0 60px;
        background: url("../img/profit_ico.svg") 0 50% no-repeat;
        background-size: 50px;
        font-size: 16px;
        text-align: left;
    }

    .car_profit .dop {
        margin-top: 0;
    }

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

    .credit:before {
        height: 86%;
    }

    .credit_wrap {
        flex-direction: column;
        gap: 20px 0;
        margin-top: 60px;
        padding-bottom: 30px;
    }

    .credit_props {
        width: 100%;
        margin-top: 0;
    }

    #credit_form {
        width: 100%;
    }

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

    .tradein {
        background: none;
    }

    .tradein_bg_mob {
        display: block;
        margin-top: 30px;
    }

    .tradein_wrap {
        width: 100%;
        margin-top: 30px;
    }

    #tradein_form {
        width: 100%;
    }

    .tradein_comment {
        color: #111213;
    }

    #tradein_form select {
        color: #111213;
        border-color: #111213;
        background: url("../img/ico_select.png") 95% 50% no-repeat;
    }

    #tradein_form input[type="tel"],
    #tradein_form input[type="text"] {
        color: #111213;
        border-color: #111213;
    }

    #tradein_form input[type="tel"]::placeholder,
    #tradein_form input[type="text"]::placeholder {
        color: #111213;
    }

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

    #tradein_form .agree_field input + span {
        background: #111213;
    }

    #tradein_form .agree_field input:checked + span {
        background: #111213;
    }

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

    .test_drive {
        background: none;
    }

    .test_drive_bg_mob {
        display: block;
        margin-top: 30px;
    }

    .test_drive_wrap {
        width: 100%;
        margin-top: 30px;
    }

    #test_drive_form {
        width: 100%;
    }

    .test_drive_comment {
        color: #111213;
    }

    #test_drive_form select {
        color: #111213;
        border-color: #111213;
        background: url("../img/ico_select.png") 95% 50% no-repeat;
    }

    #test_drive_form input[type="tel"],
    #test_drive_form input[type="text"] {
        color: #111213;
        border-color: #111213;
    }

    #test_drive_form input[type="tel"]::placeholder,
    #test_drive_form input[type="text"]::placeholder {
        color: #111213;
    }

    #test_drive_form .agree_field,
    #test_drive_form .agree_field a {
        color: #111213;
    }

    #test_drive_form .agree_field input + span {
        background: #111213;
    }

    #test_drive_form .agree_field input:checked + span {
        background: #111213;
    }

    .form_disc {
        color: #111213;
    }

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

    .contacts_wrap {
        top: 0;
        position: relative;
        width: 100%;
    }

    .bot_addr_wrap {
        justify-content: center;
        gap: 0 100px;
    }

    .bot_phone_wrap {
        justify-content: center;
        gap: 0 90px;
        margin-left: -65px;
    }

    #map1 {
        margin-top: 20px;
        height: 450px;
    }

    .foot_wrap {
        flex-flow: wrap;
        gap: 30px 0;
    }

    .yurinfo {
        width: 100%;
    }


}

/*IPAD END*/

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

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

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

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

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

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

    .popup_container {
        width: 100%;
    }

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

    .header {
        top: 10px;
    }

    .header .header_wrapper {
        position: relative;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        padding: 12px;
        height: initial;
        row-gap: 10px;
    }

    .top_phone {
    }

    .header .btn {
        display: none;
    }

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

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

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

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

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

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

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

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

    .header .menu {
        position: fixed;
        width: 100%;
        top: 130px;
        left: 100%;

        z-index: 10;
        height: initial;
        transition: all .2s linear;
        overflow: scroll;
    }

    .main_menu {
        padding: 24px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 14px;
        background: #E3E3E3;
    }

    .main_menu a {
        padding: 0;
        font-size: 20px;
        color: #171B17;
    }

    .header .menu.active {
        left: 0;
    }

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

    .top_addr {
        display: none;
    }

    .top_phone span {
        display: none;
    }

    .logo_wrap {
        width: 85%;
    }

    .logo_wrap .logo1 {
        margin-right: 15px;
        padding-right: 15px;
    }

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

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

    .title_container {
        width: 100%;
        top: 120px;
        left: 0;
        padding: 0 15px;
    }

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

    .title_container .title1 .title_profit {
        font-size: 8vw;
        margin-top: -10px;
    }

    .title_container .title1 .title_profit b {
        font-size: 16vw;
    }

    .title_container .title1 .title_profit b span {
        transform: scale(.8);
    }

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

    .title_container .title_offer {
        margin-top: 40vw;
        font-size: 4vw;
    }

    .timer_comment {
        font-size: 22px;
    }

    .timer_wrapper {
        flex-direction: column;
        gap: 10px 0;
    }

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

    .timer_block {
        width: 100%;
        padding: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .timer_title {
        font-size: 4.5vw;
        text-align: center;
        margin-bottom: 0;
    }

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

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

    .timer_comment {
        font-size: 4vw;
        text-align: center;
    }

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

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

    .blocks_title {
        font-size: 8vw;
    }

    .car_item {
        margin-top: 60px;
    }

    .car_item:before {
        height: 90vw;
    }

    .car_wrap {
        padding-top: 180px;
        flex-flow: wrap;
    }

    .car_image_wrap {
        width: 100%;
        order: 1;
    }

    .car_colors {
        margin-top: 0;
    }

    .car_info {
        width: 100%;
        order: 2;
    }

    .car_title {
        position: absolute;
        top: 15px;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .car_date {
        position: relative;
        width: auto;
        height: auto;
        background-size: 30%;
        margin-top: 20px;
        font-size: 6vw;
    }

    .car_date b {
        display: inline-block;
        font-size: inherit;
    }

    .car_props {
        margin-top: 30px;
    }

    .car_props a {
        font-size: 4vw;
        padding-left: 8vw;
        background-size: 5vw !important;
    }

    .car_text {
        width: 100%;
        margin-top: 20px;
        order: 3;
    }

    .car_profit {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        background: none;
        font-size: 16px;
        text-align: left;
        gap: 15px 0;
    }

    .car_profit span:first-child {
        background: url("../img/profit_ico.svg") 0 50% no-repeat;
        /* background-size: 12vw; */
        font-size: 4vw;
        padding-left: 8vw;
        background-size: 6vw !important;
    }

    .car_profit b {
        margin-top: 0;
    }

    .car_profit .dop {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 4vw;
        padding-left: 8vw;
        background-size: 5vw !important;
        background: url(../img/car_ico4.svg) 0 50% no-repeat;
        color: inherit;
    }

    .car_rass {
        margin-top: 30px;
        font-size: 4vw;
    }

    .car_gallery_wrap {
        margin-top: 20px;
        padding-top: 20px;
    }

    .car_gallery_wrap .swiper-button-next,
    .car_gallery_wrap .swiper-button-prev {
        top: 45%;
    }

    .car_gallery_wrap .swiper-button-prev {
        left: -10px;
    }

    .car_gallery_wrap .swiper-button-next {
        right: -10px;
    }

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

    #instock {
        margin-top: 80px;
        padding: 30px 0;
    }

    .tb_complects {
        gap: 20px 0;
    }

    .tb_complects > div {
        width: 100%;
        padding: 15px;
    }

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

    .credit:before {
        height: 87%;
    }

    .credit_wrap {
        flex-direction: column;
        gap: 20px 0;
        margin-top: 60px;
        padding-bottom: 30px;
        padding-left: 0;
    }

    .credit_props {
        width: 100%;
        margin-top: 0;
        gap: 10px 0;
    }

    .credit_props > div {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 4vw;
        justify-content: flex-start;
    }

    #credit_form {
        width: 100%;
    }

    .credit_car {
        display: none;
    }

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

    .tradein {
        background: none;
        margin-top: 80px;
        padding-bottom: 0;
    }

    .tradein_bg_mob {
        display: block;
        margin-top: 30px;
    }

    .tradein_wrap {
        width: 100%;
        margin-top: 30px;
    }

    #tradein_form {
        width: 100%;
    }

    .tradein_comment {
        color: #111213;
    }

    #tradein_form select {
        color: #111213;
        border-color: #111213;
        background: url("../img/ico_select.png") 95% 50% no-repeat;
    }

    #tradein_form input[type="tel"],
    #tradein_form input[type="text"] {
        color: #111213;
        border-color: #111213;
    }

    #tradein_form input[type="tel"]::placeholder,
    #tradein_form input[type="text"]::placeholder {
        color: #111213;
    }

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

    #tradein_form .agree_field input + span {
        background: #111213;
    }

    #tradein_form .agree_field input:checked + span {
        background: #111213;
    }

    .form_disc {
        color: #111213;
    }

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

    .test_drive {
        background: none;
        margin-top: 80px;
        padding-bottom: 0;
    }

    .test_drive_bg_mob {
        display: block;
        margin-top: 30px;
    }

    .test_drive_wrap {
        width: 100%;
        margin-top: 30px;
    }

    #test_drive_form {
        width: 100%;
    }

    .test_drive_comment {
        color: #111213;
    }

    #test_drive_form select {
        color: #111213;
        border-color: #111213;
        background: url("../img/ico_select.png") 95% 50% no-repeat;
    }

    #test_drive_form input[type="tel"],
    #test_drive_form input[type="text"] {
        color: #111213;
        border-color: #111213;
    }

    #test_drive_form input[type="tel"]::placeholder,
    #test_drive_form input[type="text"]::placeholder {
        color: #111213;
    }

    #test_drive_form .agree_field,
    #test_drive_form .agree_field a {
        color: #111213;
    }

    #test_drive_form .agree_field input + span {
        background: #111213;
    }

    #test_drive_form .agree_field input:checked + span {
        background: #111213;
    }

    .form_disc {
        color: #111213;
    }

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

    .reviews {
        margin-top: 80px;
    }

    .reviews_slider {
        margin-top: 30px;
    }

    .rev_item .item_head {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px 0;
    }

    .rev_item .item_text {
        font-size: 4vw;
    }

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

    .contacts {
        margin-top: 50px;
    }

    .contacts_wrap {
        top: 0;
        position: relative;
        width: 100%;
        padding: 15px;
    }

    .bot_addr_wrap {
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px 0;
        margin-top: 20px;
    }

    .bot_phone_wrap {
        justify-content: center;
        flex-direction: column;
        gap: 10px 0;
        margin-top: 15px;
        padding-top: 15px;
    }

    .contacts_wrap .btn {
        margin-top: 15px;
    }

    #map1 {
        margin-top: 20px;
        height: 350px;
    }

    footer {
        padding: 20px 0;
    }

    .foot_wrap {
        flex-flow: wrap;
        gap: 15px 0;
    }

    .yurinfo {
        width: 100%;
    }

}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {
    .car_item:before {
        height: 106vw;
    }

}

@media (max-width: 360px) {

}

@media (max-width: 320px) {

}