* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'OpenSans', sans-serif;
    font-size: 16px;
    color: #1C1C1C;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: white;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
  }

.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: 1500px;
        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;
}

.modal {
  display: none;
  width: 30%;
  max-width: 430px;
}

.policy_popup {
  font-size: 16px; 
  line-height: 20px; 
  font-weight: 400
}

.policy_popup.fancybox-content {
    max-width: 94%;
    height: 87%;
    margin-top: 48px;
}
.policy_popup h1 {
  font-size: 32px; 
  font-weight: 700; 
  text-align: left; 
  position: relative; 
  max-width: 100%; 
  line-height: normal; 
  color: #000000;
}

.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 10px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
    text-align: start;
}

.agree_field input {
    position: absolute;
    top: 1px;
    left: 0px;
    margin: -0px;
}

.agree_field span {
    padding-left: 25px;
    display: inline-block;
}

form {
}

form .form-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group input[type=number],
form .form-group select {
    height: 45px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'OpenSans', sans-serif;
    padding: 0px 20px;
    outline: none;
    background: transparent;
    border-radius: 0px;
    border: 1px solid #1C1C1C;
}

form .form-group select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/ico_select.svg) 95% 50% no-repeat #ffffff;
    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 {
    box-sizing: border-box;
    background: #1C1C1C;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .3s ease;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.btn.white {
    background: #ffffff;
    color: #1c1c1c;
}

.btn.glass {
    border: 1px solid #1c1c1c;
    background: transparent;
    color: #1c1c1c;
}

.btn.glass.white {
    border-color: #FFFFFF;
    color: #ffffff;
}

.btn:before,
.btn:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: -60px;
    transform: skewX(-15deg);
}

.btn:before {
    width: 60px;
    background: rgba(255, 255, 255, 0.5);
    filter: blur(30px);
    opacity: 0.5;
}

.btn:after {
    width: 30px;
    background: rgba(255, 255, 255, 0.2);
    filter: blur(5px);
}

.btn:hover {
    background: #0067B3;
    border-color: #0067B3 !important;
    color: #ffffff;
}

.btn:hover:before {
    opacity: 1;
}

.btn:hover:before,
.btn:hover:after {
    left: 180%;
    transform: skewX(-15deg);
    transition: all .9s ease;
}

/**********************
        HEADER
**********************/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    background: #ffffff;
}

.head_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #656263;
}

.logo_wrap {
    display: flex;
    align-items: center;
    gap: 0 30px;
}

.top_addr_wrap {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
}

.top_addr {
    background: url("../img/ico_loc.svg") 0 50% no-repeat;
    background-size: 16px !important;
    padding-left: 20px;
    font-size: 14px;
    transition: all .3s ease;
    cursor: pointer;
}

.top_addr:hover {
    background: url("../img/ico_loc_hov.svg") 0 50% no-repeat;
}

.top_phone_wrap {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
}

.top_phone {
    display: block;
    padding-left: 20px;
    background: url("../img/ico_phone.svg") 0 50% no-repeat;
    background-size: 20px !important;
    transition: all .3s ease;
}

.top_phone:hover {
    background: url("../img/ico_phone_hov.svg") 0 50% no-repeat;
}

header .m_btn {
    display: none;
}

header .btn {
    width: 200px;
}

.menu {
    display: flex;
    justify-content: space-between;
}

.menu > div {
    display: flex;
    justify-content: space-between;
    gap: 0 40px;
}

.menu a {
    display: block;
    padding: 10px 0;
    position: relative;
}

.menu a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    transition: all .3s ease;
}

.menu a:hover:before {
    width: 100%;
    background: #0067B3;
}

/**********************
        BANNER
**********************/

.br_mob {
    display: none;
}

.banner {
    margin-top: 104px;
}

.banner picture img {
    max-width: none;
    height: 670px;
    transform: translateX(-50%);
    left: 50%;
    display: block;
    position: relative;
}

.title_container {
    max-width: 1100px; 
    margin: 0 auto;
    padding: 20px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    top: 25px;
    width: 100%;
    text-align: center;
    background: #ffffff71;
    backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.title_container .title1 {
    font-size: 40px;
    font-weight: 700;
}

.title_container .title2 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 5px;
}

.title_container .title3 {
    font-size: 34px;
    font-weight: 700;
    margin-top: 5px;
}

.title_container .title3 b {
    color: #0067b3;
}

.title_container .btn {
    margin: 25px auto 0;
    width: 350px;
}

.timer_block {
    padding: 22px 0;
    background: #1C1C1C;
}

.timer_block .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.timer_title {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
}

#timer_form {
    width: 620px;
    max-width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#timer_form .form-group {
    width: 49%;
}

#timer_form input[type=tel] {
    color: #ffffff;
    border-color: #ffffff;
}

#timer_form .agree_field {
    color: #ffffff;
}

.advantages {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.advantages a {
    width: 32%;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 25px;
    min-height: 180px;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    transition: all .3s ease-out;
}

.advantages a span {
    position: relative;
    z-index: 1;
}

.advantages a:before {
    content: url("../img/ags_ico1.png");
    transform: scale(0.65);
    transform-origin: 60% 25%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .4;
    transition: all .3s ease-out;
    z-index: 1;
}

.advantages a.ico1:before {
    content: url("../img/ags_ico1.png");
}

.advantages a.ico2:before {
    content: url("../img/ags_ico2.png");
    transform-origin: 100% 25%;
}

.advantages a.ico2:hover:before {
    right: -50px;
}

.advantages a.ico3:before {
    content: url("../img/ags_ico3.png");
    transform-origin: 90% 0;
}

.advantages a.ico3:hover:before {
    top: -20px;
    right: -30px;
}

.advantages a:hover:before {
    opacity: 1;
    top: 15px;
    transform: scale(1);
}

.advantages a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(305deg, #232326 22.06%, #1C1C1C 70.42%);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease-out;
}

.advantages a:hover:after {
    opacity: 1;
}

.advantages a:hover {
    color: #ffffff;
}

/**********************
         CARS
**********************/

.car_item {
    margin-top: 120px;
    position: relative;
    padding-top: 30px;
}

.car_props {
    display: flex;
    align-items: center;
    gap: 0 30px;
    position: absolute;
    top: 0;
}


.model_info_btn {
    width: 32px;
    height: 32px;
    background: url(../img/info_btn_ico.svg) no-repeat;
    cursor: pointer;
    transition: all 0.2s linear;
}

.model_info_btn:hover {
    background: url(../img/info_btn_ico_hov.svg) no-repeat;
}

.model_info_text {
    width: 768px;
    position: absolute;
    left: 50%;
    transform: translateX(-42%);
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    background: #FFFFFFCC;
    backdrop-filter: blur(10px);
    display: none;
    transition: all 0.2s linear;
    z-index: 5;
}

.model_info_text.active {
    display: block;
}

.model_info_btn_close {
    position: absolute;
    top: 6px;
    right: 12px;
    width: 14px;
    height: 12px;
    cursor: pointer;
}

.model_info_btn_close:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background: #000000b3;
    transform: rotate(46deg) translateX(4px) translateY(4px);
}

.model_info_btn_close:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000000b3;
    transform: rotate(-46deg) translateX(4px) translateY(-4px);
}

.car_profit {
    display: block;
    font-size: 22px;
    font-weight: 700;
    padding-left: 50px;
    background: url("../img/ico1.svg") 0 50% no-repeat;
    background-size: 40px !important;
    transition: all .3s ease;
}

.car_profit b {
    color: #0067b3;
    font-size: 24px;
}

.car_profit:hover {
    background: url("../img/ico1_hov.svg") 0 50% no-repeat;
}

.car_profit.discount {
    background: url("../img/ico2.svg") 0 50% no-repeat;
}

.car_profit.discount:hover {
    background: url("../img/ico2_hov.svg") 0 50% no-repeat;
}

.car_image_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin-top: 20px;*/
}

.car_image {
    transform: translateX(-105%);
    transition: all .5s ease-out;
}

.car_item.animated .car_image {
    transform: translateX(0);
}

.car_colors {
    width: 75px;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.car_colors > div {
    width: 55px;
    height: 25px;
    border-radius: 30px;
    transition: all .3s ease;
    cursor: pointer;
}

.car_colors > div:hover,
.car_colors > div.active {
    width: 75px;
}

.car_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    gap: 0 40px;
    border-top: 1px solid #656263;
    border-bottom: 1px solid #656263;
}

.car_gallery_wrap {
    width: 43%;
    position: relative;
}

.car_gallery_wrap .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 3px solid transparent;
    transition: all .3s ease;
}

.car_gallery_wrap .swiper-slide:hover a {
    border-color: #0067B3;
}

.car_gallery_wrap .swiper-button-prev,
.car_gallery_wrap .swiper-button-next {
    width: 40px;
    height: 40px;
    left: -20px;
    background: url("../img/arrow.svg") 50% no-repeat #FFF;
    transition: all .3s ease;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    border-radius: 50%;
}

.car_gallery_wrap .swiper-button-next {
    transform: rotate(-180deg);
    right: -20px;
    left: unset;
}

.car_gallery_wrap .swiper-button-prev:hover,
.car_gallery_wrap .swiper-button-next:hover {
    background: url("../img/arrow_hov.svg") 50% no-repeat #FFF;
}

.car_gallery_wrap .swiper-button-prev:after,
.car_gallery_wrap .swiper-button-next:after {
    display: none;
}

.car_gallery_wrap .swiper-scrollbar {
    display: none;
}

.car_gifts {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 45%;
}

.car_gifts > a {
    width: 50%;
    display: flex;
    align-items: center;
    min-height: 32px;
    background-size: 32px !important;
    transition: all .3s ease;
    padding-left: 42px;
    font-size: 18px;
    font-weight: 700;
    color: #656263;
}

.car_gifts > a.ico1 {
    background: url("../img/ico3.svg") 0 50% no-repeat;
}

.car_gifts > a.ico1:hover {
    background: url("../img/ico3_hov.svg") 0 50% no-repeat;
}

.car_gifts > a.ico2 {
    background: url("../img/ico4.svg") 0 5% no-repeat;
}

.car_gifts > a.ico2:hover {
    background: url("../img/ico4_hov.svg") 0 5% no-repeat;
}

.car_gifts > a b {
    color: #1c1c1c;
}

.car_btns {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.car_btns .btn {
    width: 32%;
}

/**********************
       COMPLECTS
**********************/

#instock {
    margin-top: 120px;
    padding: 50px 0 70px;
    background: #1C1C1C;
}

.instock_title {
    color: #ffffff;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
}

.filter_quick_menu {
    display: flex;
    justify-content: center;
    gap: 0 40px;
    padding: 40px 0;
    list-style: none;
}

.filter_quick_menu li {
    display: block;
    color: #ffffff;
    padding-left: 30px;
    position: relative;
    opacity: .5;
    transition: all .3s ease;
    cursor: pointer;
}

.filter_quick_menu li:before {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    width: 12px;
    height: 12px;
    background: #0067B3;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s ease;
}

.filter_quick_menu li:hover {
    opacity: 1;
}

.filter_quick_menu li.current,
.filter_quick_menu li.current:before {
    opacity: 1;
}

#filter_table {
    display: none;
}

.tb_complects {
    display: flex;
    flex-direction: column;
    gap: 80px 0;
}

.tb_complects > div:first-child {
    display: none;
}

.tb_complects > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    position: relative;
}

.tb_complects > div:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -17%;
    width: 1920px;
    height: 66px;
    background: linear-gradient(90deg, #373739 0%, rgba(55, 55, 57, 0.00) 100%);
}

.compl_image {
    width: 23%;
    position: relative;
}

.compl_wrap {
    width: 77%;
    position: relative;
    margin-top: -10px;
}

.compl_name {
    font-size: 40px;
}

.compl_name span {
    font-weight: 700;
}

.compl_techs {
    display: flex;
    gap: 0 12px;
    margin-top: 20px;
}

.compl_techs > div {
    padding-right: 20px;
    position: relative;
    font-size: 18px;
    color: #9f9f9f;
    font-weight: 700;
}

.compl_techs > div b {
    color: #ffffff;
}

.compl_techs > div:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
    background: #9F9F9F;
    border-radius: 50%;
}

.compl_techs > div:last-child {
    padding-right: 0;
}

.compl_techs > div:last-child:after {
    display: none;
}

.compl_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid #656263;
}

.compl_props {
    display: flex;
    gap: 0 35px;
}

.compl_props .column {
    display: flex;
    flex-direction: column;
    gap: 12px 0;
}

.compl_props .column > a {
    display: flex;
    align-items: center;
    padding-left: 42px;
    font-size: 18px;
    color: #9f9f9f;
    font-weight: 700;
    min-height: 32px;
    transition: all .3s ease;
    background-size: 32px !important;
}

.compl_props .column > a b {
    color: #ffffff;
}

.compl_props .column > a.ico1 {
    background: url("../img/compl_ico1.svg") 0 50% no-repeat;
}

.compl_props .column > a.ico1:hover {
    background: url("../img/ico2_hov.svg") 0 50% no-repeat;
}

.compl_props .column > a.ico2 {
    background: url("../img/compl_ico2.svg") 0 50% no-repeat;
}

.compl_props .column > a.ico2:hover {
    background: url("../img/ico1_hov.svg") 0 50% no-repeat;
}

.compl_props .column > a.ico3 {
    background: url("../img/compl_ico3.svg") 0 50% no-repeat;
}

.compl_props .column > a.ico3:hover {
    background: url("../img/ico3_hov.svg") 0 50% no-repeat;
}

.compl_props .column > a.ico4 {
    background: url("../img/compl_ico4.svg") 0 50% no-repeat;
}

.compl_props .column > a.ico4:hover {
    background: url("../img/ico4_hov.svg") 0 50% no-repeat;
}

.compl_btns {
    width: 27%;
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}

.tb_complects_showmore {
    display: block;
    margin-top: 40px;
    color: #ffffff;
    font-weight: 700;
    text-decoration: underline;
}

/**********************
        TESTDRIVE
**********************/

.testdrive {
    margin-top: 160px;
}
.testdrive_wrapper {
    padding: 55px 45px;
    display: flex;
    column-gap: 65px;
    background: #F6F6F6;
}
.testdrive_block {
    min-width: 480px;
}
.testdrive_title {
    font-size: 50px;
    font-weight: 700;
}
.testdrive_comment {
    margin-top: 25px;
    font-size: 24px;
    font-weight: 400;
}
#testdrive_form {
    margin-top: 40px;
}

/**********************
        TRADEIN
**********************/

.tradein {
    margin-top: 160px;
}
.tradein_wrapper {
    padding: 55px 45px 75px 154px;
    display: flex;
    justify-content: space-between;
    column-gap: 65px;
    background: #F6F6F6;
}
.tradein_block {
    min-width: 440px;
}
.tradein_title {
    font-size: 50px;
    font-weight: 700;
}
.tradein_comment {
    margin-top: 25px;
    font-size: 24px;
    font-weight: 400;
}
#tradein_form {
    margin-top: 40px;
}

.tradein_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    z-index: 2;
}
.tradein_img {
    position: relative;
    top: 100px;
    max-width: initial;
    left: 50%;
    transform: translateX(-58%);
}
.tradein_img_decor {
    position: absolute;
    top: -22px;
    display: flex;
    align-items: start;
    column-gap: 24px;
    z-index: -1;
}
.tradein_img_decor img {
    position: relative;
    top: 0;
    max-width: initial;
}
.tradein_img_decor img:nth-child(2) {
    top: -88px;
}

    /**********************
           CREDIT
    **********************/

.credit {
    margin-top: 160px;
}
.credit_wrapper {
    padding: 55px 45px;
    display: flex;
    column-gap: 65px;
    background: #F6F6F6;
}
.credit_block {
    min-width: 480px;
}
.credit_title {
    font-size: 50px;
    font-weight: 700;
}
.credit_comment {
    margin-top: 25px;
    font-size: 24px;
    font-weight: 400;
}
#credit_form {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

#credit_form .form-group select {
    height: 38px;
    font-weight: 400;
    font-size: 16px;
    color: #757575;
    background: url(../img/ico_select.svg) 95% 50% no-repeat transparent;
    border: 1px solid #C3C3C3;
}

#credit_form .form-group input[type=tel],
#credit_form .form-group input[type=text],
#credit_form .form-group input[type=number] {
    height: 38px;
    font-weight: 400;
    font-size: 16px;
    color: #757575;
    border: 1px solid #C3C3C3;
}


.range {
    display: flex;
    width: 440px;
}

.range__value {
    height: 38px;
    background: #FFFFFF66;
    border: 1px solid #C3C3C3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.range__value.value1 div {
    position: relative;
    min-width: 94px;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: right;
    align-items: end;
    z-index: 3;
    padding-right: 15px;
    padding-bottom: 4px;
}

.range__value.value1 div i {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    margin-left: 6px;
    position: relative;
    top: -2px;
}

.range__value.value1 div:before {
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    width: 100%;
    height: 100%;
    transform: skew(-25deg, 0);
    background: #000000cc;
    z-index: -1;
}

.range__value.value2 div {
    position: relative;
    min-width: 108px;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: right;
    align-items: end;
    z-index: 3;
    padding-right: 15px;
    padding-bottom: 3px;
}

.range__value.value2 div:before {
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    width: 130%;
    height: 100%;
    transform: skew(-25deg, 0);
    background: #1C1C1C;
    z-index: -1;
}

#js_result {
    font-size: 14px;
    font-weight: 500;
    margin-left: 6px;
    top: -2px;
    position: relative;
}

.range .form-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.range .form-group::placeholder {
    color: #fff;
}

.form__tel_cred::-moz-placeholder {
    font-size: 14px;
}

.form__tel_cred::placeholder {
    font-size: 14px;
}

.range .form-group span {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.range .range__slider {
    width: 100%;
}

.range__slider label {
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    padding-left: 24px;
}

.range__slider [type="range"] {
    width: 104%;
    left: -2%;
    -webkit-appearance: none;
    height: 3px;
    outline: none;
    padding: 0;
    margin: 0;
    margin-top: 14px;
    padding-bottom: 30px;
    background: transparent;
}

.range #range__slider2 [type="range"] {
    position: relative;
}

.range #range__slider2 [type="range"]:before {
    content: "";
    position: absolute;
    width: 95.8%;
    left: 2.1%;
    height: 100%;
    background: url(../img/range__slider2_bg.png) no-repeat;
    background-size: 100%;
}

/* custom thumb */
.range__slider [type="range"]::-webkit-slider-thumb {
    position: relative;
    top: -4px;
    -webkit-appearance: none;
    appearance: none;
    width: 23px;
    height: 23px;
    background: url("../img/range_slide_thumb.svg") center bottom no-repeat;
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.2s linear;
}

/**********************
        leasing
**********************/

.leasing {
    margin-top: 150px;
}
.leasing_wrapper {
    padding: 65px 45px 75px 54px;
    display: flex;
    justify-content: space-between;
    column-gap: 65px;
    background: url(../img/leasing_bg.jpg) 50% 50% no-repeat;
}
.leasing_block {
    min-width: 440px;
    background: #F6F6F6;
    padding: 32px;
}
.leasing_title {
    font-size: 50px;
    font-weight: 700;
}
.leasing_comment {
    margin-top: 33px;
    font-size: 24px;
    font-weight: 400;
}
#leasing_form {
    margin-top: 32px;
}

.leasing_wrap {
    display: none;
    position: relative;
    flex-direction: column;
    justify-content: end;
    z-index: 2;
}
.leasing_img {
    position: relative;
    max-width: initial;
}




/**********************
       REVIEWS
**********************/

.reviews {
    margin-top: 160px;
}
.reviews_slider {
    overflow: hidden;
}
.reviews_wrapper {
    padding: 55px 45px 107px;
    background: url(../img/reviews_bg.jpg) 50% 0 no-repeat;
    background-size: auto 100%;
}
.reviews_title {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
}
.reviews_block {
    padding: 55px 55px 40px;
    background: #FFFFFF;
    min-height: 445px;
}
.reviews_head {
    display: flex;
    justify-content: space-between;
}
.reviews_head_block {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.reviews_name {
    font-size: 25px;
    font-weight: 700;
}
.reviews_date {
    font-weight: 400;
    font-size: 18px;
    color: #757575;
}
.reviews_text {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
}
.reviews .reviews_slider .swiper-pagination {
    bottom: 50px;
}
.reviews .swiper-pagination-bullet {
    width: 100px;
    height: 5px;
    background: #A8A8A8;
    border-radius: 0;
    margin: 0 8px;
    opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffffff;
}

/**********************
      CONTACTS
**********************/

.contacts {
    margin-top: 150px;
    background: #1C1C1C;
}

.contacts_title {
    color: #ffffff;
    font-weight: 700;
    font-size: 50px;
    padding: 30px 0;
}

.contacts_wrap {
    position: absolute;
    top: 160px;
    z-index: 1;
    padding: 20px 30px 30px;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(7px);
}

.contacts_logo_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding-bottom: 18px;
    border-bottom: 1px solid #1C1C1C;
}

.bot_addr {
    margin-top: 20px;
    padding-left: 28px;
    font-weight: 600;
    font-size: 18px;
    background: url("../img/ico_loc.svg") 0 5% no-repeat;
    transition: all .3s ease;
}

.worktime {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    padding-left: 28px;
    background: url("../img/ico_time.svg") 0 50% no-repeat;
    transition: all .3s ease;
}

.bot_phone {
    display: block;
    margin-top: 10px;
    font-weight: 700;
    padding-left: 28px;
    background: url("../img/ico_phone.svg") 0 50% no-repeat;
    transition: all .3s ease;
    font-size: 18px;
}

.bot_phone:hover {
    background: url("../img/ico_phone_hov.svg") 0 50% no-repeat;
}

.contacts_wrap .btn {
    margin-top: 30px;
}

#map1 {
    width: 100%;
    height: 480px;
    background: url("../img/map.jpg") 50% no-repeat;
    background-size: cover;
}

/**********************
        FOOTER
**********************/


footer {
    background: #1C1C1C;
    padding: 30px 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;
    font-weight: 700;
}

footer .disclamer {
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    display: none;
    padding-top: 20px;
}


/*------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1600px) {
    #timer_form {
        width: 540px;
    }

    .reviews .swiper-pagination-bullet {
        width: 62px;
    }

    .tradein_wrapper {
        padding: 46px 45px 40px 6vw;
    }
    .tradein_block {
        min-width: 40%;
    }
    .tradein_wrap {
        width: 60%;
    }
    .tradein_img {
        transform: translateX(-50%);
    }
    .tradein_img_decor {
        justify-content: center;
        column-gap: 2vw;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .tradein_img_decor img {
        width: 28%;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .top_addr_wrap {
        display: none;
    }

    /*******************************************************************/

    .banner picture img {
        height: 520px;
    }

    .title_container .title1 {
        font-size: 30px;
    }

    .title_container .title2 {
        font-size: 24px;
    }

    .title_container .title3 {
        font-size: 26px;
    }

    .timer_block .container {
        flex-flow: wrap;
        gap: 30px 0;
    }

    #timer_form {
        width: 100%;
    }

    .advantages a:before {
        transform: scale(0.5);
        transform-origin: 100% 70%;
        opacity: 1;
    }

    .advantages a.ico2:before {
        transform-origin: 110% 70%;
    }

    .advantages a.ico3:before {
        transform-origin: 100% 40%;
    }

    .advantages a:hover:before {
        top: 0 !important;
        right: 0 !important;
        transform: scale(0.5) !important;
    }

    /*******************************************************************/

    .car_gifts > a {
        font-size: 15px;
    }

    /*******************************************************************/

    .compl_props .column > a {
        font-size: 12px;
    }

    .compl_wrap {
        margin-top: 5px;
    }

    /*******************************************************************/

    .testdrive_wrapper {
        column-gap: 30px;
        padding: 24px 20px;
    }
    .testdrive_title {
        font-size: 40px;
    }
    .testdrive_comment {
        margin-top: 14px;
        font-size: 20px;
    }
    #testdrive_form {
        margin-top: 28px;
    }

    /*******************************************************************/

    .credit_wrapper {
        column-gap: 30px;
        padding: 24px 20px;
    }
    .credit_title {
        font-size: 40px;
    }
    .credit_comment {
        margin-top: 14px;
        font-size: 20px;
    }
    #credit_form {
        margin-top: 28px;
    }

    /*******************************************************************/

    .tradein_block {
        min-width: initial;
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
        text-align: center;
    }
    .tradein_wrapper {
        flex-direction: column;
    }
    .tradein_wrap {
        width: 100%;
        margin-top: 140px;
    }

    /*******************************************************************/

    .credit {
        padding: 30px;
        margin-top: 100px;
    }

    .credit_wrap {
        width: 400px;
    }

    .credit_comment {
        font-size: 22px;
    }

    /*******************************************************************/

    .reviews_block {
        padding: 26px 30px 22px;
        min-height: 390px;
    }
    .reviews_text {
        margin-top: 12px;
        font-size: 18px;
    }

    /*******************************************************************/

    #map1 {
        background-position: 25%;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .logo_wrap {
        width: 40%;
    }

    /*******************************************************************/

    .title_container {
        width: 100%;
        padding: 0 15px;
        left: 0;
        top: 30px;
    }

    .banner picture img {
        height: 380px;
    }

    .title_container .title1 {
        font-size: 24px;
    }

    .title_container .title2 {
        font-size: 22px;
    }

    .title_container .title3 {
        font-size: 24px;
    }

    .title_container .btn {
        display: none;
    }

    .timer_block .container {
        flex-direction: column;
        align-items: center;
    }

    .timer_title {
        text-align: center;
    }

    .timer_title br {
        display: none;
    }

    .advantages a {
        padding: 15px;
        font-size: 20px;
    }

    /*******************************************************************/

    .car_item {
        padding-top: 0;
    }

    .car_image_wrap {
        flex-direction: column;
    }

    .car_image {
        margin-top: 20px;
    }

    .car_item .car_image {
        transform: translateX(0);
    }

    .car_colors {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        gap: 0 20px;
    }

    .car_wrap {
        margin-top: 20px;
    }

    .car_wrap {
        flex-direction: column;
        gap: 10px 0;
        align-items: flex-start;
    }

    .car_props {
        position: relative;
        width: 100%;
        gap: 0;
    }

    .model_info_wrap {
        align-items: start;
    }
    .model_info_text {
        top: 44px;
    }

    .car_props > a {
        width: 50%;
    }

    .car_gifts {
        width: 100%;
    }

    .car_gallery_wrap {
        width: 100%;
    }

    /*******************************************************************/

    .compl_text {
        flex-direction: column;
    }

    .compl_techs > div {
        font-size: 14px;
    }

    .compl_btns {
        width: 100%;
        margin-top: 20px;
    }

    .compl_wrap {
        width: 65%;
    }

    .compl_props b {
        white-space: nowrap;
    }

    .compl_image {
        width: 35%;
    }

    /*******************************************************************/

    .testdrive_wrapper {
        flex-direction: column-reverse;
        row-gap: 24px;
    }
    .testdrive_block {
        min-width: initial;
        max-width: 480px;
        margin: 0 auto;
    }
    .testdrive_img {
        width: 100%;
    }
    .testdrive_img img {
        width: 100%;
    }

    /*******************************************************************/

    .credit_wrapper {
        flex-direction: column-reverse;
        row-gap: 24px;
    }
    .credit_block {
        min-width: initial;
        max-width: 480px;
        margin: 0 auto;
    }
    .credit_img {
        width: 100%;
    }
    .credit_img img {
        width: 100%;
    }

    /*******************************************************************/

    .contacts {
        margin-top: 120px;
    }

    .contacts_wrap {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }
    
    .contacts_title {
        text-align: center;
        padding: 20px 0;
    }

    #map1 {
        background-position: 50%;
        height: 400px;
    }

    /*******************************************************************/

    .foot_wrap {
        flex-flow: wrap;
        gap: 30px 0;
    }

    .yurinfo {
        width: 100%;
    }

}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .br_mob {
        display: block;
    }

    .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%;
    }
   
    .policy_popup h1 {
        font-size: 20px;
    }

    .policy_popup.fancybox-content {
            padding: 20px;
    }


    /*******************************************************************/

    header .m_btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 15px;
        right: 15px;
    }

    header .m_btn span {
        position: relative;
        display: block;
        width: 30px;
        height: 3px;
        background: #1C1C1C;
        transition: all .3s linear;
    }

    header .m_btn span:nth-child(2) {
        opacity: 1;
    }

    header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-45deg);
        top: -1px;
    }

    header .m_btn.active span:nth-child(2) {
        opacity: 0;
    }

    header .m_btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }

    .menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 107px;
        background: white;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all .3s linear;
        z-index: 2;
        padding: 20px 0;
        row-gap: 10px;
    }

    .menu.active {
        right: 0;
    }

    .menu > div {
        flex-direction: column;
        align-items: center;
        row-gap: 10px;
    }

    .menu a {
        padding: 0;
    }

    .menu a:before {
        display: none;
    }

    /*******************************************************************/

    header .head_wrap {
        flex-flow: wrap;
        border: none;
    }

    .logo_wrap {
        width: 85%;
    }

    .top_addr {
        display: none;
    }

    .top_phone_wrap {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }

    header .btn {
        display: none;
    }

    .top_phone {
        margin-top: 5px;
        /*margin: 5px auto;*/
    }

    /*******************************************************************/

    .banner {
        margin-top: 79px;
    }

    .title_container {
        width: 100%;
        padding: 0 15px;
        left: 0;
        top: 30px;
    }

    .banner picture img {
        height: auto;
        width: 100%;
    }

    .title_container .title1 {
        font-size: 7vw;
    }

    .title_container .title2 {
        font-size: 6vw;
    }

    .title_container .title3 {
        font-size: 8vw;
    }

    .title_container .btn {
        display: none;
    }

    .timer_block .container {
        flex-direction: column;
        align-items: center;
    }

    .timer_title {
        text-align: center;
        font-size: 6vw;
    }

    .timer {
        display: flex;
        align-items: center;
        height: 120px;
    }

    div[id^="timer"] {
        transform: scale(0.7) !important;
    }

    .timer_title br {
        display: none;
    }

    #timer_form .form-group {
        width: 100%;
    }

    .advantages {
        flex-direction: column;
        margin-top: 40px;
        gap: 10px 0;
    }

    .advantages a {
        width: 100%;
        padding: 15px 15px 15px 100px;
        font-size: 5vw;
        min-height: auto;
    }

    .advantages a:before {
        top: 0;
        left: 0;
        opacity: 1;
    }

    .advantages a.ico1:before {
        top: -5px;
        transform: scale(0.4) !important;
        transform-origin: 0 0;
    }

    .advantages a.ico2:before {
        top: -5px;
        left: -20px;
        transform: scale(0.4) !important;
        transform-origin: 0 0;
    }

    .advantages a.ico3:before {
        top: -10px !important;
        transform: scale(0.35) !important;
        transform-origin: 0 0;
    }

    /*******************************************************************/

    .car_item {
        padding-top: 0;
        margin-top: 80px;
    }

    .car_image_wrap {
        flex-direction: column;
    }

    .car_image {
        margin-top: 20px;
    }

    .car_item .car_image {
        transform: translateX(0);
    }

    .car_colors {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        gap: 0 10px;
    }

    .car_wrap {
        margin-top: 20px;
    }

    .car_wrap {
        flex-direction: column;
        gap: 10px 0;
        align-items: flex-start;
    }

    .car_props {
        margin-top: 10px;
        flex-direction: column;
        position: relative;
        width: 100%;
        gap: 5px 0;
        align-items: flex-start;
    }

    .car_props > a {
        width: 100%;
        font-size: 5vw;
        padding-left: 42px;
        background-size: 32px !important;
    }

 
    .model_info_btn {
        left: initial;
        right: 0;
    }   
    .model_info_text {
        left: 0;
        transform: none;
        position: relative;
        width: 100%;
    }
    .car_gifts {
        width: 100%;
        gap: 10px 0;
    }

    .car_gifts > a {
        width: 100%;
        padding-left: 42px !important;
        font-size: 5vw;
    }

    .car_gifts > a.ico1 {
        order: 1;
        margin-top: 0;
    }

    .car_gifts > a.ico2 {
        order: 2;
    }

    .car_gallery_wrap {
        width: 90%;
        margin: 0 auto;
    }

    .car_btns {
        flex-direction: column;
        gap: 10px 0;
        margin-top: 10px;
    }

    .car_btns .btn {
        width: 100%;
    }

    /*******************************************************************/

    #instock {
        padding: 30px 0 50px;
        margin-top: 80px;
    }

    .instock_title {
        font-size: 8vw;
    }

    .tb_complects > div {
        flex-direction: column;
    }

    .compl_image {
        width: 100%;
    }

    .compl_text {
        flex-direction: column;
    }

    .compl_techs {
        margin-top: 10px;
        flex-direction: column;
        gap: 10px 0;
    }

    .compl_techs > div {
        font-size: 14px;
    }

    .compl_techs > div:after {
        display: none;
    }

    .compl_btns {
        width: 100%;
        margin-top: 20px;
    }

    .compl_wrap {
        width: 100%;
    }

    .compl_props {
        flex-direction: column;
        gap: 12px 0;
    }

    .compl_props > a {
        font-size: 5vw;
    }

    .compl_props b {
        white-space: nowrap;
    }

    /*******************************************************************/

    .testdrive {
        margin-top: 64px;
    }
    .testdrive_wrapper {
        flex-direction: column-reverse;
        row-gap: 24px;
        padding: 15px;
    }
    .testdrive_block {
        min-width: initial;
        max-width: 480px;
        margin: 0 auto;
        width: 100%;
    }
    .testdrive_title {
        font-size: 8vw;
        text-align: center;
    }
    .testdrive_comment {
        margin-top: 15px;
        font-size: 4.6vw;
        text-align: center;
    }
    .testdrive_img {
        width: 100%;
    }
    .testdrive_img img {
        width: 100%;
    }
    #testdrive_form {
        margin-top: 15px;
    }

    /*******************************************************************/

    .credit {
        margin-top: 64px;
    }
    .range {
        width: 100%;
    }
    .credit_wrapper {
        flex-direction: column-reverse;
        row-gap: 24px;
        padding: 15px;
    }
    .credit_block {
        min-width: initial;
        max-width: 480px;
        margin: 0 auto;
        width: 100%;
    }
    .credit_title {
        font-size: 8vw;
        text-align: center;
    }
    .credit_comment {
        margin-top: 15px;
        font-size: 4.6vw;
        text-align: center;
    }
    .credit_img {
        width: 100%;
    }
    .credit_img img {
        width: 100%;
    }
    #credit_form {
        margin-top: 15px;
    }

    /*******************************************************************/

    .tradein {
        margin-top: 60px;
    }
    .tradein_title {
        font-size: 8vw;
    }
    .tradein_comment {
        margin-top: 15px;
        font-size: 4.6vw;
        text-align: center;
    }
    .tradein_block {
        min-width: initial;
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
        text-align: center;
    }
    .tradein_wrapper {
        flex-direction: column;
        padding: 15px;
    }
    .tradein_wrap {
        width: 100%;
        margin-top: 20vw;
    }
    .tradein_img_decor {
        top: 0;
    }
    .tradein_img_decor img:nth-child(2) {
        top: -10vw;
    }
    #tradein_form {
        margin-top: 15px;
    }



    /*******************************************************************/

    .leasing {
        margin-top: 60px;
    }
    .leasing_title {
        font-size: 8vw;
    }
    .leasing_comment {
        margin-top: 15px;
        font-size: 4.6vw;
        text-align: center;
    }
    .leasing_block {
        min-width: initial;
        width: 100%;
        max-width: 560px;
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }
    .leasing_wrapper {
        background: none;
        flex-direction: column;
        padding: 15px;
        background: #F6F6F6;
    }
    .leasing_wrap {
        display: flex;
        width: 100%;
        margin-top: 4vw;
    }
 

    /*******************************************************************/

    .reviews {
        margin-top: 60px;
    }
    .reviews_title {
        font-size: 36px;
        color: #1C1C1C;
    }
    .reviews_block {
        padding: 28px 24px;
        min-height: initial;
    }
    .reviews_wrapper {
        padding: 55px 24px 107px;
        background: #F6F6F6;
    }
    .reviews_name {
        font-size: 24px;
    }
    .reviews_date {
        font-size: 14px;
    }
    .reviews_text {
        margin-top: 10px;
        font-size: 16px;
    }
    .reviews .swiper-pagination-bullet {
        width: 18px;
        background: #ffffff;
        transition: all 0.2s linear;
    }
    .reviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 42px;
        background: #A8A8A8;
    }

    /*******************************************************************/

    .contacts {
        margin-top: 80px;
    }

    .contacts_wrap {
        position: relative;
        top: 0;
        margin-bottom: 20px;
        padding: 15px;
    }

    .contacts_title {
        text-align: center;
        padding: 20px 0;
        font-size: 8vw;
    }

    .bot_addr {
        font-size: 4vw;
    }

    .worktime {
        font-size: 4vw;
    }

    .bot_phone {
        font-size: 5vw;
    }

    #map1 {
        background-position: 50%;
        height: 400px;
    }

    /*******************************************************************/

    footer {
        padding: 20px 0;
    }

    .foot_wrap {
        flex-flow: wrap;
        gap: 15px 0;
    }

    .yurinfo {
        width: 100%;
    }

    .foot_links {
        width: 100%;
        align-items: center;
        margin-top: 10px;
    }
    
    .sinoby {
        width: 100%;
        text-align: center;
    }

}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {

}

@media (max-width: 360px) {

}

@media (max-width: 320px) {

}