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

html {
    overflow-x: hidden;
}

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

.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: 1140px;
    position: relative;
}

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

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

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

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

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


#form_popup, #form_popup2 {
    display: none;
}

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

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

.popup_container .agree_field a {
    color: black;
}


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

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

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

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

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

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

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

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

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

.agree_field a {
    text-decoration: underline;
}

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

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

form {
}

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

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

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

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

form .form-group button:hover {
}


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

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

.btn {
    box-sizing: border-box;
    border-radius: 32px;
    background: linear-gradient(90deg, #1B365D -14.69%, #418FDE 175.76%);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 56px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    /*transition: all .3s;*/
    text-align: center;
}

.btn.glass {
    border: 1px solid #1B365D;
    color: #1b365d;
    background: transparent;
}

.btn.white {
    background: #FFFFFF;
    color: #000000;
}

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

.btn.grey {
    background: linear-gradient(91deg, #585E6B 10.91%, #A9AEB9 114.34%);
}

.btn.grey:hover {
    background: #585F6C;
}

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

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    background: #FFFFFF;
    padding: 15px 0;
}

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

.logo_wrap {
    display: flex;
    align-items: center;
    gap: 0 25px;
}

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

.top_addr {
    padding: 2px 0 2px 35px;
    font-weight: 500;
    background: url("../img/ico_loc.png") 0 50% no-repeat;
    transition: all .3s ease;
}

.top_addr:hover {
    color: #20365a;
}

.top_phone {
    display: block;
    padding: 2px 0 2px 35px;
    font-weight: 500;
    background: url("../img/ico_phone.png") 0 50% no-repeat;
    transition: all .3s ease;
}

.top_phone:hover {
    color: #20365a;
}

header .btn {
    width: 230px;
}

.menu {
    position: fixed;
    top: 103px;
    left: 0;
    right: 0;
    z-index: 15;
    border-radius: 0px 0px 50px 50px;
    background: #FFF;
    border-top: 1px solid #E6E3E2;
}

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

.menu a {
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .3s ease;
}

.menu a:hover {
    color: #20365a;
}

header .m_btn {
    display: none;
}

.anim {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.anim.animated {
    opacity: 1;
    transform: translateY(0);
}

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

.banner {
    margin-top: 103px;
}

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

.banner .swiper-slide {
    overflow: hidden;
}

.title_container {
    position: absolute;
    top: 70px;
    left: 15px;
    z-index: 1;
}

.slide5 .title_container {
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    text-align: center;
    color: #ffffff
}

.slide5 .title_container .btn {
    margin: 0 auto;
    margin-top: 30px;
}

.slide5 .title_container .title_date {
    margin: 0 auto;
    color: #000000;
}

.slide5 .title_container .title2 i {
    color: #ffffff;
}

.slide5 .title_container .title1 b {
    color: #ffffff;
}

.title_container .title_date {
    width: fit-content;
    border-radius: 5px;
    background: url("../img/ico_date.png") 0 50% no-repeat rgba(255, 255, 255, 0.50);
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    height: 40px;
    padding-left: 50px;
    padding-right: 17px;
}

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

.title_container .title1 b {
    color: #1B365D;
}

.title_container .title2 {
    font-size: 36px;
    font-weight: 600;
    margin-top: 10px;
}

.title_container .title3 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 10px;
}

.title_container .title2 sup {
    font-size: 0.6em;
}

.title_container .title2 span {
    color: #ffffff;
    width: 191px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: url("../img/title_pl.png") 50% no-repeat;
}

.title_container .title2 i {
    font-style: normal;
    color: #1B365D;
    font-size: .8em;
}

.title_container .btn {
    margin-top: 25px;
    width: 260px;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    width: 50px;
    height: 50px;
    left: 50px;
    transition: all .3s;
    border-radius: 50%;
    background: linear-gradient(90deg, #1B365D 0%, #418FDE 100%);
}

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

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
    border-radius: 100px;
    background: linear-gradient(270deg, #1B365D 0%, #1B365D 100%);
}

.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
    content: '';
    width: 50px;
    height: 50px;
    background: url("../img/car_arrow.png") 50% no-repeat;
}

.timer_block {
    border-radius: 30px;
    background: #FFF;
    padding: 35px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

#timer_form {
    width: 49%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#timer_form .form_comment {
    font-size: 24px;
    margin-bottom: 20px;
    width: 100%;
}

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

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

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

.cars_items {
    margin-top: 120px;
}

.cars_items_title {
    font-size: 48px;
    color: #cec7c1;
    text-transform: uppercase;
    text-align: center;
}

.car_item:first-child {
    margin-top: 0;
}

.car_item {
    margin-top: 120px;
}

.car_wrap1 {
    position: relative;
    padding: 50px;
    background: #FFFFFF;
    border-radius: 30px;
}

.car_title {
    display: flex;
    align-items: center;
    gap: 0 50px;
}

.car_name {
    font-size: 40px;
    text-transform: uppercase;
}

.car_name b {
    color: #20365A;
}

.car_profit {
    border-radius: 10px;
    background: linear-gradient(90deg, #1B365D 0%, #418FDE 100%);
    color: #ffffff;
    padding-right: 10px;
    font-size: 24px;
    font-weight: 700;
    min-height: 50px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.car_profit:hover {
    background: linear-gradient(270deg, #1B365D 0%, #1B365D 100%);
}

.car_profit span {
    display: block;
    padding-left: 45px;
    background: url("../img/ico_profit.png") 10px 50% no-repeat;
}

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

.car_props > a {
    display: flex;
    align-items: center;
    padding-left: 50px;
    font-size: 20px;
    min-height: 40px;
    position: relative;
}

.car_props > a b {
    font-weight: 600;
}

.car_props > a:before {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #20365A;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 3px;
    box-sizing: border-box;
}

.car_props > a.ico1:before {
    content: url("../img/car_ico1.png");
}

.car_props > a.ico2:before {
    content: url("../img/car_ico2.png");
}

.car_props > a.ico3:before {
    content: url("../img/car_ico3.png");
}

.car_props > a.ico4:before {
    content: url("../img/car_ico4.png");
}

.car_props > a:hover:before {
    border-radius: 5px;
    background: linear-gradient(90deg, #1B365D 0%, #418FDE 100%);
}

.car_image_wrap {
    position: absolute;
    top: 93px;
    right: 15px;
    width: 60%;
}

#krs .car_image_wrap .car_image_slider {
    margin-top: 35px;
}

#hc .car_image_wrap {
    top: 91px;
}

.car_image_wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: -75px;
    right: 35px;
    width: 479px;
    height: 220px;
    background: url("../img/car_logo.png") 50% no-repeat;
}

#hc .car_image_wrap:before {
    top: -40px;
}

.car_image_slider .swiper-pagination {
    display: none;
}

.car_image_slider .swiper-button-prev,
.car_image_slider .swiper-button-next {
    width: 50px;
    height: 50px;
    top: 35%;
    transition: all .3s;
    border-radius: 50%;
    background: linear-gradient(90deg, #1B365D 0%, #418FDE 100%);
}

.car_image_slider .swiper-button-next {
    transform: rotate(-180deg);
}

.car_image_slider .swiper-button-prev:hover,
.car_image_slider .swiper-button-next:hover {
    border-radius: 100px;
    background: linear-gradient(270deg, #1B365D 0%, #1B365D 100%);
}

.car_image_slider .swiper-button-prev:after,
.car_image_slider .swiper-button-next:after {
    content: '';
    width: 50px;
    height: 50px;
    background: url("../img/car_arrow.png") 50% no-repeat;
}

.car_btns {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.car_btns .btn {
    width: 32%;
}

.car_wrap2 {
    border-radius: 30px;
    background: #FFF;
    padding: 40px 50px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.car_techs {
    width: 42%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 16px 0;
}

.car_techs > div {
    color: #20365a;
    font-size: 14px;
    width: 49%;
    padding-left: 50px;
}

.car_techs > div span {
    display: block;
    color: #83859A;
}

.car_techs > div span b {
    color: #20365a;
    font-size: 30px;
    text-transform: uppercase;
}

.car_techs > div.ico1 {
    background: url("../img/tech_ico1.png") 0 50% no-repeat;
}

.car_techs > div.ico2 {
    background: url("../img/tech_ico2.png") 0 50% no-repeat;
}

.car_techs > div.ico3 {
    background: url("../img/tech_ico3.png") 0 50% no-repeat;
}

.car_techs > div.ico4 {
    background: url("../img/tech_ico4.png") 0 50% no-repeat;
}

.car_gallery_wrap {
    width: 52%;
    position: relative;
}

.car_gallery .gallery_item_video_btn {
    position: relative;
}
.car_gallery .gallery_item_video_btn:before {
    content: url(../img/play_btn.svg);
    position: absolute;
    z-index: 1;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
}
.car_gallery .gallery_item_video_btn:hover:before {
    content: url(../img/play_btn_hover.svg);
}

.car_gallery .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
}

.car_gallery .swiper-slide img {
    transition: all .3s ease;
}

.car_gallery .swiper-slide:hover img {
    transform: scale(1.1);
}

.car_gallery_wrap .swiper-button-prev,
.car_gallery_wrap .swiper-button-next {
    width: 24px;
    height: 24px;
    left: -30px;
    top: 59%;
    background: url("../img/gal_arrow.png") 50% no-repeat;
    transition: all .3s;
}

.car_gallery_wrap .swiper-button-prev:hover,
.car_gallery_wrap .swiper-button-next:hover {
    background: url("../img/gal_arrow_hov.png") 50% no-repeat;
}

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

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

.car_gallery_wrap .swiper-pagination {
    display: none;
}

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

#instock {
    margin-top: 120px;
}

.instock_title {
    text-align: center;
    color: #cec7c1;
    text-transform: uppercase;
    font-size: 48px;
}

#filter_table {
    display: none;
}

.filter_quick_menu {
    display: flex;
    gap: 0 20px;
    margin-top: 60px;
}

.filter_quick_menu > li {
    width: 176px;
    height: 56px;
    border-radius: 100px;
    background: #FFF;
    display: block;
    cursor: pointer;
    transition: all .3s ease;
}

.filter_quick_menu > li:hover {
    color: #ffffff;
    background: rgba(32, 54, 90, 0.50);
}

.filter_quick_menu > li span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.tb_complects > div {
    margin-top: 80px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background: url("../img/compl_bg.png") 50% 100% no-repeat;
    padding-bottom: 20px;
}

.compl_image_wrap {
    width: 44%;
    position: relative;
}

.compl_image {
    position: relative;
    z-index: 1;
}

.compl_image img {

}

.compl_techs_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: linear-gradient(90deg, #1B365D 0%, #418FDE 100%);
    cursor: pointer;
    position: absolute;
    left: 130px;
    top: 50px;
}

.compl_techs_btn img {
    transition: all .3s ease;
}

.compl_techs_btn:hover img {
    transform: rotate(45deg);
}

.compl_techs {
    display: flex;
    gap: 0 35px;
    border-radius: 20px;
    background: #FFF;
    padding: 15px;
    position: absolute;
    top: -60px;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: all .3s ease;
}

.compl_techs.show {
    opacity: 1;
}

.compl_techs > div {
    font-size: 14px;
    font-weight: 500;
    color: #83859a;
}

.compl_techs > div b {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #20365a;
}

.compl_btns {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.compl_btns .btn {
    width: 49%;
}

.compl_text {
    width: 52%;
    padding-bottom: 10px;
}

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

.compl_name font {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
}

.compl_name font b {
    color: #20365a;
}

.compl_name span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 345px;
    height: 69px;
    border-radius: 100px;
    background: linear-gradient(90deg, #1B365D 0%, #418FDE 100%);
    font-size: 19px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
}

.compl_props {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    padding-right: 40px;
    gap: 20px 0;
}

.compl_props > a {
    display: flex;
    align-items: center;
    width: 50%;
    padding-left: 50px;
    min-height: 40px;
    font-size: 18px;
    position: relative;
}

.compl_props > a b {
    font-weight: 600;
}

.compl_props > a:before {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #20365A;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 3px;
    box-sizing: border-box;
}

.compl_props > a.ico1:before {
    content: url("../img/compl_ico1.png");
}

.compl_props > a.ico2:before {
    content: url("../img/compl_ico2.png");
}

.compl_props > a.ico3:before {
    content: url("../img/compl_ico3.png");
}

.compl_props > a.ico4:before {
    content: url("../img/compl_ico4.png");
}

.compl_props > a:hover:before {
    background: linear-gradient(90deg, #1B365D 0%, #418FDE 100%);
}

.tb_complects_showmore {
    font-weight: 500;
    display: flex;
    justify-content: center;
    gap: 0 10px;
    margin-top: 60px;
}

/**********************
       WARRANTY
**********************/

.warranty {
    margin-top: 120px;
}

.warranty_title {
    font-size: 48px;
    text-transform: uppercase;
    color: #cec7c1;
    text-align: center;
    font-weight: 500;
}

.warranty_img {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 60px;
}

.warranty_img_text {
    position: absolute;
    top: 100px;
    left: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 40px;
    line-height: 160%;
}

.warranty_img_text b {
    font-weight: 900;
}

.warranty_info {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 0 16px;
}

.warranty_info .info_item {
    border-radius: 16px;
    width: 100%;
    font-weight: 500;
    padding: 70px 20px 20px;
    background: url("../img/warranty_info_bg.png") 50% 50% no-repeat;
    background-size: 100%;
    position: relative;
}

.warranty_info .info_item:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/warranty_info_ico.png") 50% no-repeat;
    position: absolute;
    top: 0;
    left: calc(50% - 20px);
}

.warranty_opts {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 5px 0;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 50px;
}

.warranty_opts .opts_item {
    padding: 15px 0;
    cursor: pointer;
    border-bottom: 1px solid #F5F4F3;
}

.warranty_opts .opts_item:first-child {
    padding-top: 0;
}

.warranty_opts .opts_item:last-child {
    padding-bottom: 0;
    border: none;
}

.warranty_opts .opts_item .opts_item_title {
    padding-left: 75px;
    min-height: 60px;
    display: flex;
    align-items: center;
    font-size: 20px;
    text-transform: uppercase;
    background: url("../img/warranty_ico.png") 0 50% no-repeat;
    transition: all .3s;
    position: relative;
}

.warranty_opts .opts_item.active .opts_item_title {
    background: url("../img/warranty_ico_hov.png") 0 50% no-repeat;
}


.warranty_opts .opts_item .opts_item_title br {
    display: none;
}

.warranty_opts .opts_item .opts_item_title:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: calc(50% - 20px);
    background: url("../img/warranty_ico_down.png") 50% no-repeat;
    transition: all .3s;
}

.warranty_opts .opts_item.active .opts_item_title:after {
    background: url("../img/warranty_ico_up.png") 50% no-repeat;
}

.warranty_opts .opts_item .opts_item_text {
    margin-top: 15px;
    display: none;
    c #565763
}

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

.warranty_btns .btn {
    width: 32.5%;
}

/**********************
     CREDIT_TRADEIN
**********************/

.credit_tradein {
    display: flex;
    justify-content: space-between;
    margin-top: 220px;
}

.credit {
    width: 49.2%;
    border-radius: 30px;
    background: #FFF;
    padding: 85px 50px 50px;
    position: relative;
}

.credit_img {
    position: absolute;
    top: -118px;
    right: -34px;
}

.credit_title {
    color: #20365a;
    text-transform: uppercase;
    font-size: 48px;
}

.credit_comment {
    font-size: 20px;
    font-weight: 500;
    padding: 30px 0;
}

.tradein {
    width: 49.2%;
    border-radius: 30px;
    background: #FFF;
    padding: 60px 50px 50px;
    position: relative;
}

.tradein_img {
    position: absolute;
    top: -118px;
    right: -34px;
}

.tradein_title {
    color: #20365a;
    text-transform: uppercase;
    font-size: 48px;
}

.tradein_comment {
    font-size: 20px;
    font-weight: 500;
    padding: 30px 0;
}

/**********************
       ADVNTAGES
**********************/

.advantages {
    margin-top: 120px;
}

.ags_title {
    color: #cec7c1;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
}

.ags_img {
    margin-top: 60px;
    border-radius: 30px;
    overflow: hidden;
}

.ags_list {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.ags_list > div {
    text-align: center;
    width: 19%;
    background: url("../img/ags_item_bg.png") 50% no-repeat;
    min-height: 130px;
    padding: 50px 10px 30px;
    position: relative;
    font-size: 20px;
}

.ags_list > div:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    left: calc(50% - 20px);
}

.ags_list > div.ico1:before {
    background: url("../img/ags_ico1.png") 50% no-repeat;
}

.ags_list > div.ico2:before {
    background: url("../img/ags_ico2.png") 50% no-repeat;
}

.ags_list > div.ico3:before {
    background: url("../img/ags_ico3.png") 50% no-repeat;
}

.ags_list > div.ico4:before {
    background: url("../img/ags_ico4.png") 50% no-repeat;
}

.ags_list > div.ico5:before {
    background: url("../img/ags_ico5.png") 50% no-repeat;
}

/**********************
        QUEST
**********************/

.quest {
    margin-top: 120px;
    padding: 50px 50px 65px;
    background: url("../img/quest_bg.jpg") 50% 50% no-repeat;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 50px;
}

.quest_title {
    font-size: 48px;
    text-transform: uppercase;
    color: #ffffff;
}

.quest_comment {
    margin-top: 10px;
    color: #ffffff;
    font-weight: 500;
}

#quest_form {
    width: 49%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 15px;
}

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

#quest_form .agree_field {
    color: #ffffff;
}

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

.contacts {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
}

.cont_wrap {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 50px;
    width: 42.5%;
}

.cont_logo_wrap {
    display: flex;
    align-items: center;
    gap: 0 25px;
}

.bot_addr {
    margin-top: 30px;
    padding: 3px 0 3px 36px;
    background: url("../img/ico_loc.png") 0 50% no-repeat;
    font-weight: 500;
}

.bot_phone {
    display: block;
    margin-top: 15px;
    padding: 3px 0 3px 36px;
    background: url("../img/ico_phone.png") 0 50% no-repeat;
    font-weight: 500;
}

.worktime {
    margin-top: 15px;
    padding: 3px 0 3px 36px;
    background: url("../img/ico_time.png") 0 50% no-repeat;
    font-weight: 500;
}

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

#map1 {
    width: 56%;
    background: url("../img/map.jpg") 50% no-repeat;
    border-radius: 30px;
    overflow: hidden;
}


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


footer {
    padding: 60px 0;
    margin-top: 120px;
    border-radius: 50px 50px 0px 0px;
    background: #FFF;
}

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

.yurinfo {
    color: #837D78;
}

.foot_links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.foot_links a {
    color: #837d78;
}

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


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

@media (max-width: 1600px) {
    .banner .swiper-button-prev {
        left: 30px;
    }

    .banner .swiper-button-next {
        right: 30px;
    }
}

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

    .top_addr {
        display: none;
    }

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

    .banner .swiper-button-prev {
        left: 15px;
    }

    .banner .swiper-button-next {
        right: 15px;
    }

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

    .title_container .title2 {
        font-size: 24px;
        margin-top: 10px;
    }

    .title_container .title2 span {
        background-size: 100%;
        width: 150px;
    }

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

    .timer_block {
        padding: 30px;
        flex-direction: column-reverse;
        gap: 20px 0;
    }

    #timer_form {
        width: 100%;
    }

    #timer_form .form_comment {
        text-align: center;
    }

    .timer {
        display: flex;
        justify-content: center;
    }

    /* div[id^=timer] {
         transform: scale(0.6) !important;
     }*/
    /*******************************************************************/
    .car_item {
        margin-top: 60px;
    }

    .car_wrap1 {
        padding: 20px 15px;
    }

    .car_image_wrap {
        width: 55%;
    }

    .car_props {
        gap: 10px 0;
    }

    .car_wrap2 {
        padding: 20px 15px;
    }

    .car_techs > div {
        font-size: 12px;
    }

    .car_techs > div span b {
        font-size: 20px;
    }

    .car_gallery_wrap {
        margin-right: 20px;
    }

    /*******************************************************************/
    .tb_complects > div {
        background-size: 100%;
        padding-bottom: 0;
    }

    .compl_text {
        padding-bottom: 15px;
    }

    .compl_props {
        margin-top: 30px;
        gap: 10px 0;
    }

    .compl_props > a {
        font-size: 14px;
    }

    .compl_props > a b {
        white-space: nowrap;
    }

    .compl_name span {
        width: 245px;
        height: 50px;
    }

    .compl_name font {
        font-size: 32px;
    }

    .compl_name span {
        font-size: 14px;
    }

    .compl_techs_btn {
        left: 90px;
        top: 30px;
    }

    /*******************************************************************/
    .warranty_info .info_item {
        font-size: 12px;
        padding-top: 65px;
    }

    .warranty_info .info_item:before {
        top: 10px;
    }

    /*******************************************************************/
    .credit {
        padding: 30px;
    }

    .credit_img {
        top: -150px;
        width: 65%;
    }

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

    .tradein_img {
        top: -150px;
        width: 65%;
    }

    /*******************************************************************/
    .ags_list > div {
        background-size: 100%;
        font-size: 16px;
    }

    .ags_list > div:before {
        top: -5px;
    }

    /*******************************************************************/
    .quest {
        padding: 30px;
        margin-top: 60px;
    }

    .quest_title {
        font-size: 32px;
    }

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

    .cont_wrap {
        padding: 30px;
    }

    /*******************************************************************/
    footer {
        margin-top: 60px;
    }
}

/*IPAD PRO BEGIN*/

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

    .anim {
        opacity: 1 !important;
        transform: unset !important;
    }

    .container {
        width: 100%;
    }

    header {
        padding: 10px 0;
    }

    .logo_wrap {
        width: 45%;
    }

    header .btn {
        width: 180px;
    }

    .menu {
        top: 76px;
        border-radius: 0px 0px 30px 30px;
    }

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

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

    .title_container {
        top: 40px;
    }

    .title_container .title2 {
        margin-top: 0;
    }

    .title_container .btn {
        display: none;
    }

    .timer_block {
        margin-top: -50px;
    }

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

    .car_wrap1 {
        padding: 20px 30px;
    }

    .car_image_wrap {
        position: relative;
        width: 100%;
        top: 0 !important;
        right: 0;
        margin-top: 20px;
    }

    .car_image_wrap:before {
        top: -30px;
    }

    .car_image_slider .swiper-button-prev {
        left: 0;
    }

    .car_image_slider .swiper-button-next {
        right: 0;
    }

    .car_props {
        margin-top: -50px;
        position: relative;
        z-index: 1;
    }

    .car_btns {
        margin-top: 30px;
    }

    .car_wrap2 {
        flex-direction: column;
        gap: 30px 0;
    }

    .car_techs {
        width: 100%;
        flex-flow: unset;
    }

    .car_techs > div {
        width: auto;
    }

    .car_gallery_wrap {
        width: 90%;
        margin-right: 0;
    }

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

    .tb_complects > div {
        flex-direction: column-reverse;
        background: #FFFFFF;
        border-radius: 30px;
        padding: 30px;
        margin-top: 60px;
    }

    .compl_text {
        width: 100%;
    }

    .compl_image_wrap {
        width: 100%;
    }

    .compl_image {
        text-align: center;
    }

    .compl_techs {
        z-index: 1;
    }

    /*******************************************************************/
    .warranty_info {
        flex-direction: column;
        gap: 15px 0;
    }

    .warranty_info .info_item {
        padding: 20px 20px 20px 90px;
        font-size: 16px;
    }

    .warranty_info .info_item:before {
        top: calc(50% - 20px);
        left: 25px;
    }

    .warranty_opts {
        padding: 20px;
    }

    /*******************************************************************/
    .credit_tradein {
        flex-direction: column;
        gap: 100px;
    }

    .credit {
        width: 100%;
    }

    .credit_img {
        width: auto;
        right: 15px;
    }

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

    .tradein_img {
        width: auto;
        right: 15px;
    }

    .tradein_comment br {
        display: none;
    }

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

    .ags_list > div {
        font-size: 12px;
    }

    .ags_list > div:before {
        top: 0;
    }

    .ags_list {
        margin-top: 30px;
    }

    /*******************************************************************/
    .quest {
        flex-direction: column;
        gap: 20px 0;
        background-size: cover;
    }

    #quest_form {
        width: 100%;
    }

    /*******************************************************************/
    .contacts {
        flex-direction: column;
        gap: 20px 0;
    }

    .cont_wrap {
        width: 100%;
    }

    #map1 {
        height: 400px;
        width: 100%;
        background-size: cover;
    }

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

/*IPAD END*/

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

    .anim {
        opacity: 1 !important;
        transform: unset !important;
    }

    .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 .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: #1B365D;
        transition: all .3s linear;
    }

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

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

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

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

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

    .menu.active {
        right: 0;
    }

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

    .menu a {
        padding: 10px 0;
    }

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

    header {
        padding: 5px 0;
    }

    .top_addr {
        display: none;
    }

    header .btn {
        display: none;
    }

    header .container {
        flex-flow: wrap;
    }

    .logo_wrap {
        width: 85%;
    }

    .head_contacts {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        margin-top: 5px;
    }

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

    .banner {
        margin-top: 80px;
    }

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

    .banner .swiper-button-prev,
    .banner .swiper-button-next {
        width: 30px;
        height: 30px;
        left: 15px;
    }

    .banner .swiper-button-next {
        left: unset;
        right: 15px;
    }

    .banner .swiper-button-prev:after,
    .banner .swiper-button-next:after {
        width: 20px;
        height: 20px;
        background-size: 100%;
    }

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

    .title_container .title_date {
        margin: 0 auto;
        font-size: 5vw;
    }

    .title_container .title1 {
        font-size: 5vw;
        text-align: center;
        margin-top: 10px;
    }

    .title_container .title2 {
        font-size: 5vw;
        text-align: center;
        margin-top: 10px;
    }

.title_container .title3 {
    text-align: center;
    font-size: 5vw;
    margin-top: 1vw;
}

    .title_container .title2 span {
        background-size: 100%;
        width: 110px;
        height: 35px;
    }

    .title_container .btn {
        display: none;
    }

    .timer_block {
        margin-top: -30px;
        flex-direction: column-reverse;
        gap: 10px 0;
        padding: 15px;
    }

    #timer_form {
        width: 100%;
    }
    
    #timer_form .form_comment {
        text-align: center;
        font-size: 5vw;
    }

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

    .timer {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
    }

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

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

    .cars_items_title {
        font-size: 7vw;
    }

    .cars_items {
        margin-top: 60px;
    }

    .car_item {
        margin-top: 40px;
    }

    .car_wrap1 {
        padding: 15px;
    }

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

    .car_name {
        font-size: 8vw;
    }

    .car_profit {
        font-size: 5vw;
    }

    .car_image_wrap {
        position: relative;
        width: 100%;
        top: 0 !important;
        right: 0;
        margin-top: 20px;
    }

    .car_image_wrap:before {
        top: -90px;
        right: 0;
        width: 60%;
        background-size: 100%;
    }

    .car_image_slider .swiper-button-prev,
    .car_image_slider .swiper-button-next {
        width: 30px;
        height: 30px;
        background-size: 100% !important;
    }

    .car_image_slider .swiper-button-prev {
        left: 0;
    }

    .car_image_slider .swiper-button-next {
        right: 0;
    }

    .car_image_slider .swiper-button-prev:after,
    .car_image_slider .swiper-button-next:after {
        width: 20px;
        height: 20px;
        background-size: 100%;
    }

    .car_props {
        margin-top: -10px;
        position: relative;
        z-index: 1;
        gap: 10px 0;
    }

    .car_props > a {
        font-size: 4vw;
    }

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

    .car_btns .btn {
        width: 100%;
    }

    .car_wrap2 {
        flex-direction: column;
        gap: 15px 0;
        padding: 15px;
    }

    .car_techs {
        width: 100%;
    }

    .car_techs > div {
        font-size: 3vw;
    }

    .car_techs > div span b {
        font-size: 5vw;
    }

    .car_gallery_wrap {
        width: 100%;
        margin-right: 0;
    }

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

    .car_gallery {
        padding-bottom: 30px !important;
    }

    .car_gallery .swiper-slide {
        border-radius: 10px;
    }

    .car_gallery .swiper-pagination {
        display: block;
        bottom: 0 !important;
    }


    .car_gallery .swiper-pagination-bullet-active {
        background: #20365a;
    }

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

    .filter_quick_menu {
        margin-top: 20px;
    }

    .instock_title {
        font-size: 8vw;
    }

    .tb_complects > div {
        flex-direction: column-reverse;
        background: #FFFFFF;
        border-radius: 30px;
        padding: 15px;
        margin-top: 30px;
    }

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

    .compl_name font {
        font-size: 8vw;
    }

    .compl_name span {
        width: 100%;
        font-size: 4vw;
        height: 50px;
    }

    .compl_props {
        padding-right: 0;
        margin-top: 20px;
        flex-direction: column;
        gap: 10px 0;
    }

    .compl_props a {
        width: 100%;
        font-size: 4vw;
    }

    .compl_text {
        width: 100%;
    }

    .compl_image_wrap {
        width: 100%;
    }

    .compl_image {
        text-align: center;
    }

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

    .compl_btns .btn {
        width: 100%;
    }

    .compl_techs {
        z-index: 1;
        position: relative;
        opacity: 1;
        top: 0;
        pointer-events: all;
        padding: 0;
        justify-content: center;
    }

    .compl_techs_btn {
        display: none;
    }

    .tb_complects_showmore {
        margin-top: 30px;
    }

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

    .warranty {
        margin-top: 50px;
    }

    .warranty_title {
        font-size: 8vw;
    }

    .warranty_img {
        margin-top: 20px;
    }

    .warranty_img img {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }

    .warranty_btns {
        flex-direction: column;
        gap: 10px 0;
        margin-top: 10px;
    }

    .warranty_btns .btn {
        width: 100%;
    }

    .warranty_info {
        flex-direction: column;
        /*gap: 15px 0;*/
    }

    .warranty_info .info_item {
        font-size: 3.5vw;
        min-height: 250px;
        padding-top: 40px;
        display: flex;
        align-items: center;
    }

    .warranty_info .info_item:before {
        top: 10px;
    }

    .warranty_opts {
        padding: 15px;
        gap: 0;
        margin-top: 10px;
    }

    .warranty_opts .opts_item {
        padding: 5px 0;
    }

    .warranty_opts .opts_item .opts_item_title {
        background-size: 45px !important;
        padding-left: 55px;
        font-size: 4vw;
    }

    .warranty_opts .opts_item .opts_item_title br {
        display: block;
    }

    .warranty_opts .opts_item .opts_item_title:after {
        width: 30px;
        height: 30px;
        background-size: 100% !important;
        top: calc(50% - 15px);
    }

    .warranty_opts .opts_item .opts_item_text {
        font-size: 3.5vw;
        padding-bottom: 10px;
    }

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

    .credit_tradein {
        flex-direction: column;
        gap: 120px;
        margin-top: 150px;
    }

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

    .credit_img {
        width: 100%;
        right: 0;
    }

    .credit_img img {
        width: 100%;
    }

    .credit_title {
        text-align: center;
        font-size: 8vw;
    }

    .credit_comment {
        text-align: center;
        font-size: 5vw;
        padding: 15px 0;
    }

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

    .tradein {
        width: 100%;
        padding: 120px 15px 15px;
    }

    .tradein_img {
        width: 100%;
        right: 0;
    }

    .tradein_img img {
        width: 100%;
    }

    .tradein_title {
        text-align: center;
        font-size: 8vw;
    }

    .tradein_comment {
        text-align: center;
        font-size: 5vw;
        padding: 15px 0;
    }

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

    .ags_title {
        font-size: 6vw;
    }

    .ags_img {
        margin-top: 20px;
    }

    .ags_list > div:before {
        top: -20px;
    }

    .ags_list {
        margin-top: 30px;
        flex-flow: wrap;
        gap: 30px 0;
    }

    .ags_list > div {
        width: 49%;
        border-radius: 20px;
        font-size: 4vw;
        min-height: 120px;
    }

    .ags_list > div:last-child {
        margin: 0 auto;
    }

    /*******************************************************************/
    .quest {
        flex-direction: column;
        gap: 20px 0;
        background: url("../img/quest_bg_mob.jpg") 50% no-repeat;
        margin-top: 60px;
        padding: 15px;
        background-size: 100%;
    }

    .quest_title {
        text-align: center;
        font-size: 7vw;
    }

    .quest_comment {
        text-align: center;
        font-size: 5vw;
    }

    #quest_form {
        width: 100%;
    }

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

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

    .contacts {
        flex-direction: column;
        gap: 20px 0;
        margin-top: 60px;
    }

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

    #map1 {
        height: 350px;
        width: 100%;
        background-size: cover;
    }

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

    footer {
        padding: 30px 0;
        margin-top: 20px;
        border-radius: 30px 30px 0 0;
    }

    .foot_wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px 0;
    }

    .foot_links {
        align-items: center;
        width: 100%;
    }

    .yurinfo {
        width: 100%;
        text-align: center;
    }

}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {

}

@media (max-width: 360px) {

}

@media (max-width: 320px) {

}