html {
    overflow-x: hidden;
}

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

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

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

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

.fancybox-content {
    overflow: hidden;
}

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

i.rub {
    font-family: "Roboto";
    font-weight: 700;
    font-style: normal;
}

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:hover {
    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;
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
}

@media (min-width: 1200px) {
    .container {
        width: 1680px;
        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, 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;
    border-radius: 45px;
}

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

.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 {
    color: #222222;
}

.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: 44px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: Arial, sans-serif;
    padding: 0px 30px;
    outline: none;
    background: transparent;
    border-radius: 35px;
    border: 1px solid #222;
}

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: Arial, sans-serif;
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: Arial, 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: #2e71b6;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 44px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    border-radius: 35px;
    transition: all 0.3s;
    text-align: center;
}

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

.btn.white {
    background: #ffffff;
    color: #222222;
}

.btn:hover {
    color: #ffffff;
    background: #222222;
}

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

header .m_btn {
    display: none;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    z-index: 15;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(3px);
    transition: all 0.3s;
}

header.fixed {
    background: #ffffff;
    box-shadow: 5px 4px 75.5px 0px rgba(24, 9, 2, 0.12);
}

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

.logo_wrap {
    display: flex;
    align-items: center;
    column-gap: 48px;
}

.logo2 {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    align-items: center;
}

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

.top_phone {
    font-weight: 700;
    color: #222222;
    font-size: 20px;
    text-decoration: none;
}

header .btn {
    width: 271px;
}

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

.banner {
    position: relative;
}

.banner__slide-content {
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 20px;
    /* height: 100%; */
    box-sizing: border-box;
}

.banner__slide-content.slide1-content {
}

.banner__slide-content.slide2-content {
}

.banner_bg-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    z-index: 1;
    bottom: 40px !important;
}

.banner_bg-pagination .swiper-pagination-bullet {
    height: 6px;
    border-radius: 10px;
    background: #ffffff30;
    transition: all 0.2s linear;
    width: 50%;
    opacity: 1;
}

.banner_bg-pagination .swiper-pagination-bullet-active {
    background: #2e71b6;
}

.swiper-slide.swiper-slide-active {
    z-index: 1 !important;
}

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

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

.title_container .title1 {
    font-size: 50px;
    margin-bottom: 20px;
    color: #fff;
}

.banner__slide-content.slide2-content .title_container .title1 {
    color: #000;
}

.title_container .subtitle1 {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.title_container .title_comment {
    display: inline-flex;
    align-items: center;
    box-shadow: 5px 4px 75.5px 0px rgba(24, 9, 2, 0.12);
    background: #ffffff;
    font-size: 32px;
    font-weight: 700;
    border-radius: 45px;
    height: 91px;
    padding: 0 29px;
    margin-bottom: 15px;
}

.title_container .title_comment b {
    color: #2e71b6;
}

.title_container .title_profit {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 477px;
    height: 80px;
    border-radius: 45px;
    background: url("../img/title_profit_ico.png") 14px 50% no-repeat #ffffff;
    box-shadow: 5px 4px 75.5px 0px rgba(24, 9, 2, 0.12);
    padding-left: 93px;
    font-size: 26px;
    font-weight: 700;
    background-size: 55px;
}

.title_container .title_profit b {
    font-size: 42px;
    color: #2e71b6;
}

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

.title_container .title_props a {
    padding-left: 52px;
    font-size: 26px;
    color: #000000;
    text-decoration: none;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.title_container .title_props a.ico1 {
    background: url("../img/title_ico1.png") 0 50% no-repeat;
}

.title_container .title_props a.ico2 {
    background: url("../img/title_ico2.png") 0 50% no-repeat;
}

.title_container .btn {
    margin-top: 25px;
    width: 410px;
    height: 52px;
}

.title_container .title_disc {
    margin-top: 70px;
    font-size: 18px;
}

.timer_block {
    margin-top: 50px;
}

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

.timer_text {
    width: 50%;
}

.timer_text .timer_title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

.cars_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    margin-top: 80px;
    gap: 100px 10px;
}

.car_item {
    /* width: 49.7%; */
}

.car_wrap {
    padding: 40px 40px 20px;
    background: #ffffff;
    border-radius: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.car_name {
    font-size: 2.9vw;
    font-weight: 700;
}

.car_name span {
    display: block;
    color: #2e71b6;
    font-size: 28px;
    font-weight: 900;
}

.car_image {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.car_props {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    position: absolute;
    top: 40px;
    right: 30px;
}

.car_props > a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 56px;
    padding-left: 64px;
    padding-right: 20px;
    font-size: 1.1vw;
    color: #222222;
    text-decoration: none;
    border-radius: 61px;
    border: 1px solid #222222;
    position: relative;
    transition: all 0.3s;
}

.car_props > a span {
    position: relative;
}

.car_props > a b {
    font-size: 1.7vw;
    color: #2e71b6;
    transition: all 0.3s;
}

.car_props > a:hover {
    color: #ffffff;
}

.car_props > a:hover b {
    color: #ffffff;
}

.car_props > a:before {
    content: url("../img/car_profit_ico.png");
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding-left: 6px;
    padding-top: 3px;
    width: 48px;
    height: 48px;
    background: #2e71b6;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 82px;
    transition: all 0.3s;
}

.car_props > a:hover:before {
    width: 98%;
}

.car_props > a.car_garant:before {
    content: url("../img/car_garant_ico.png");
    padding-left: 11px;
    padding-top: 7px;
}

.car_props .car_garant b {
    font-size: inherit;
}

.car_techs {
    margin-top: 10px;
    padding: 40px;
    background: #ffffff;
    border-radius: 50px;
}

.car_techs_title {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.car_techs_list {
    display: flex;
    flex-flow: wrap;
    row-gap: 30px;
}

.car_techs_list > div {
    box-sizing: border-box;
    width: 35%;
    font-size: 14px;
    color: #7d8186;
    padding-left: 64px;
}

.car_techs_list > div:first-child,
.car_techs_list > div:nth-child(4) {
    width: 30%;
}

.car_techs_list > div b {
    font-size: 1.2vw;
    font-weight: 900;
    color: #222222;
    display: block;
    margin-bottom: 2px;
}

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

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

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

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

.car_techs_list > div.ico5 {
    background: url("../img/car_ico5.png") 0 50% no-repeat;
}

.car_techs_list > div.ico6 {
    background: url("../img/car_ico6.png") 0 50% no-repeat;
}

.car_btns {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.car_btns .btn {
    width: 49.5%;
}

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

.credit {
    margin-top: 100px;
    padding: 60px 40px 40px;
    background: #ffffff;
    border-radius: 45px;
}

.credit_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2vw;
    margin-bottom: 40px;
}

.credit_title b {
    font-size: 56px;
    text-transform: uppercase;
}

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

.credit_wrap {
    width: 49.7%;
    position: relative;
    border-radius: 45px;
    overflow: hidden;
}

.credit_wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 48px;
    height: 48px;
    background: url("../img/arrow.svg") 50% no-repeat;
    transform: rotate(-45deg);
    z-index: 1;
    transition: all 0.3s;
}

.credit_wrap:hover:before {
    transform: rotate(0deg);
    background: url("../img/arrow_hov.svg") 50% no-repeat;
}

.credit_wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(46, 113, 182, 0.7);
    left: 0;
    bottom: -100%;
    position: absolute;
    transition: all 0.3s;
}

.credit_wrap:hover:after {
    bottom: 0;
}

.credit_name {
    font-weight: 700;
    color: #222222;
    font-size: 32px;
    text-transform: uppercase;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 1;
    transition: all 0.3s;
}

.credit_wrap:hover .credit_name {
    color: #ffffff;
}

.credit_text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 40px;
    bottom: 0;
    left: 0;
    /*background: rgba(46, 113, 182, 0.7);*/
    opacity: 0;
    transition: all 0.3s;
    z-index: 1;
}

.credit_wrap:hover .credit_text {
    opacity: 1;
}

.credit_comment {
    color: #ffffff;
    font-size: 24px;
    line-height: 140%;
    padding-top: 70px;
    background: url("../img/credit_ico.png") 0 0 no-repeat;
}

.credit_text .btn {
    width: 271px;
    height: 44px;
    margin-top: 30px;
}

/**********************
        DESIGN
**********************/

.design {
    padding: 60px 40px 40px;
    background: #ffffff;
    border-radius: 45px;
    margin-top: 100px;
    position: relative;
}

.design_tabs {
    display: flex;
    column-gap: 80px;
    margin-bottom: 40px;
}

.design_tabs > div {
    text-transform: uppercase;
    font-size: 56px;
    font-weight: 700;
    color: #dddddd;
    cursor: pointer;
    transition: all 0.3s;
}

.design_tabs > div:hover,
.design_tabs > div.active {
    color: #222222;
}

.design_slider > .swiper-wrapper > .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.design_nav {
    position: absolute;
    top: 60px;
    right: 40px;
    display: flex;
    column-gap: 10px;
}

.design_nav .swiper-button-prev,
.design_nav .swiper-button-next {
    width: 66px;
    height: 66px;
    background: url("../img/arrow.png") 50% no-repeat;
    opacity: 1 !important;
    margin-top: 0 !important;
    left: 0 !important;
    position: relative;
    transition: all 0.3s;
}

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

.design_nav .swiper-button-prev {
    transform: scale(-1, 1);
}

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

.design_slider .swiper-pagination {
    display: flex;
    width: 90% !important;
    left: 5% !important;
    column-gap: 10px;
    bottom: 40px !important;
    height: 91%;
}

.design_slider .swiper-pagination .swiper-pagination-bullet {
    flex-grow: 1;
    border-radius: 3px;
    margin: 0 !important;
    background: none;
    opacity: 1;
    height: 100%;
    position: relative;
}

.design_slider .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 100%;
    background: #ffffff;
    border-radius: 3px;
    opacity: 0.3;
    bottom: 0;
    left: 0;
}

.design_slider .swiper-pagination .swiper-pagination-bullet-active:after {
    background: #2e71b6;
    opacity: 1;
}

.design_big {
    position: relative;
    width: 66.44%;
    margin: 0 !important;
    border-radius: 45px;
    overflow: hidden;
}

.design_big .swiper-slide {
}

.design_list {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    display: flex;
    flex-flow: wrap;
    gap: 10px;
}

.design_list > div {
    border-radius: 37px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    padding: 8px 20px;
    font-weight: 700;
    font-size: 0.85vw;
}

.design_slider > .swiper-wrapper > .swiper-slide .column {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 33%;
}

.design_small {
    position: relative;
    width: 100%;
    border-radius: 45px;
    overflow: hidden;
}

.design_small .swiper-slide {
}

.design_small .swiper-pagination {
    bottom: 30px !important;
}

/**********************
        REBUILD
**********************/

.rebuild {
    padding: 60px 40px 40px;
    background: #ffffff;
    border-radius: 45px;
    margin-top: 100px;
}

.rebuild_title {
    font-size: 3vw;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.rebuild_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.rebuild_text {
    font-size: 1.2vw;
}

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

#rebuild_form .form_title {
    font-size: 1.2vw;
    padding-bottom: 20px;
    text-align: left;
}

#rebuild_form .form-group {
    width: 39%;
}

#rebuild_form .form-group.wide {
    width: 59%;
}

#rebuild_form input[type="tel"] {
    /*border: 1px solid #ffffff;*/
    /*color: #ffffff;*/
}

/**********************
        OFFER
**********************/

.offer {
    margin-top: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 40px;
    background: #2e71b6;
    border-radius: 45px;
}

.offer_title {
    font-size: 2.9vw;
    text-transform: uppercase;
    color: #ffffff;
}

.offer_text {
    width: 43.4%;
}

.offer_comment {
    font-size: 1.2vw;
    color: #ffffff;
    margin-bottom: 30px;
}

#offer_form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#offer_form .form-group {
    width: 39%;
}

#offer_form .form-group.wide {
    width: 59%;
}

#offer_form input[type="tel"] {
    border: 1px solid #ffffff;
    color: #ffffff;
}

#offer_form input[type="tel"]::placeholder {
    color: #ffffff;
}

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

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

.contacts {
    margin-top: 120px;
    padding: 60px 40px 40px;
    background: #ffffff;
    border-radius: 45px;
}

.contacts_title {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
}

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

.contacts_text {
    box-sizing: border-box;
    border-radius: 45px;
    background: #f4f4f4;
    width: 33%;
    padding: 40px;
}

.contacts_logo_wrap {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 65px;
}

.bot_phone {
    color: #222222;
    font-weight: 700;
    font-size: 32px;
    text-decoration: none;
    margin-bottom: 35px;
    display: block;
}

.bot_addr {
    font-size: 1.2vw;
    margin-bottom: 35px;
}

.worktime {
    font-size: 1.2vw;
    margin-bottom: 65px;
}

.quest {
    font-size: 1.2vw;
    font-weight: 700;
    margin-bottom: 25px;
}

.contacts_text .btn {
    width: 100%;
}

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

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

footer {
    padding: 40px 0;
    border-radius: 45px 45px 0px 0px;
    background: #222222;
    margin-top: 40px;
}

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

.foot_wrap > a {
    color: #ffffff;
    text-decoration: none;
}

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

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

@media (min-width: 1921px) {
    .car_name {
        font-size: 56px;
    }

    .car_props > a {
        font-size: 24px;
    }

    .car_props > a b {
        font-size: 32px;
    }

    .car_techs_list > div b {
        font-size: 24px;
    }

    .credit_title {
        font-size: 24px;
    }

    .offer_title {
        font-size: 56px;
    }

    .offer_comment {
        font-size: 24px;
    }

    .bot_addr {
        font-size: 24px;
    }

    .worktime {
        font-size: 24px;
    }

    .quest {
        font-size: 22px;
    }
}

@media (max-width: 1600px) {
    .title_container {
        top: 100px;
    }

    .timer_text {
        width: 45%;
    }

    /*******************************************************************************/
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .top_addr {
        display: none;
    }

    /*******************************************************************************/
    .banner picture img {
        left: 48%;
    }

    .banner__slide-content {
    }

    .banner__slide-content.slide1-content {
    }

    .banner__slide-content.slide2-content {
    }

    .swiper-slide.swiper-slide-active {
    }

    .banner_bg-pagination {
    }

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

    .title_container .subtitle1 {
        font-size: 3.5vw;
    }

    .title_container .title_profit {
        display: inline-flex;
        width: auto;
        padding-right: 20px;
        font-size: 24px;
    }

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

    .title_container .btn {
        width: 370px;
    }

    .timer_block .container {
        flex-direction: column-reverse;
        row-gap: 30px;
    }

    .timer_text {
        width: 100%;
    }

    /*******************************************************************************/
    .cars_items {
        display: flex;
        flex-direction: column;
        row-gap: 50px;
    }

    .car_item {
        width: 100%;
    }

    .car_image {
        text-align: center;
    }

    /*******************************************************************************/
    .credit_title b {
        font-size: 44px;
    }

    .credit_wrap:before {
        top: 30px;
    }

    .credit_name {
        top: 30px;
    }

    .credit_text {
        padding-bottom: 30px;
    }

    .credit_comment {
        font-size: 14px;
    }

    /*******************************************************************************/
    .design_tabs {
        column-gap: 40px;
    }

    .design_tabs > div {
        font-size: 34px;
    }

    .design_nav {
        top: 40px;
    }

    .design_slider > .swiper-wrapper > .swiper-slide {
        flex-direction: column;
        row-gap: 10px;
    }

    .design_big {
        width: 100%;
    }

    .design_slider > .swiper-wrapper > .swiper-slide .column {
        width: 100%;
        flex-direction: row;
        column-gap: 10px;
    }

    .design_list > div {
        font-size: 14px;
    }

    /*******************************************************************************/
    .offer {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px;
        row-gap: 30px;
    }

    .offer_title {
        font-size: 44px;
    }

    .offer_text {
        width: 100%;
    }

    .offer_comment {
        font-size: 20px;
        margin-bottom: 15px;
    }

    /*******************************************************************************/
    .contacts_text {
        width: 40%;
        padding: 30px;
    }

    #map1 {
        width: 59%;
    }

    .bot_addr {
        font-size: 16px;
    }

    .worktime {
        font-size: 16px;
    }

    .quest {
        font-size: 16px;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .logo_wrap {
        column-gap: 20px;
        width: 40%;
    }

    .top_phone {
        font-size: 16px;
    }

    .logo2 span {
        font-size: 10px;
    }

    header .btn {
        width: 200px;
    }

    /*******************************************************************************/
    .timer_text .timer_title {
        font-size: 24px;
    }

    .car_name {
        font-size: 40px;
    }

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

    .car_props > a b {
        font-size: 26px;
    }

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

    .car_techs_list > div b {
        font-size: 18px;
    }

    /*******************************************************************************/
    .credit_title {
        flex-direction: column;
        align-items: flex-start;
    }

    .credit_title b {
        margin-bottom: 15px;
    }

    .credit_title {
        font-size: 18px;
    }

    .credit_list {
        flex-direction: column;
        row-gap: 10px;
    }

    .credit_wrap {
        width: 100%;
    }

    /*******************************************************************************/
    .design {
        padding: 40px;
    }

    .design_tabs {
        column-gap: 20px;
    }

    .design_tabs > div {
        font-size: 26px;
    }

    .design_nav {
        top: 30px;
    }

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

    .design_list {
        top: 20px;
        left: 20px;
    }

    .design_list > div {
        font-size: 10px;
        padding: 4px 10px;
    }

    /*******************************************************************************/
    .rebuild_title {
        margin-bottom: 30px;
    }

    .rebuild_wrap {
        flex-direction: column;
        row-gap: 30px;
    }

    .rebuild_text {
        font-size: 18px;
    }

    #rebuild_form {
        width: 100%;
    }

    #rebuild_form .form_title {
        width: 100%;
        font-size: 18px;
    }

    /*******************************************************************************/
    .offer {
        margin-top: 80px;
    }

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

    .contacts_wrap {
        flex-direction: column;
        row-gap: 10px;
    }

    .contacts_text {
        width: 100%;
    }

    .contacts_logo_wrap {
        margin-bottom: 20px;
    }

    .bot_phone {
        margin-bottom: 20px;
    }

    .bot_addr {
        margin-bottom: 20px;
    }

    .worktime {
        margin-bottom: 20px;
    }

    #map1 {
        height: 400px;
        width: 100%;
    }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .fancybox-type-image {
        width: 100% !important;
        margin: 0px !important;
        left: 0px !important;
    }

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

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

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

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

    .popup_container {
        width: 100%;
    }

    /*******************************************************************/
    header .m_btn {
        display: block;
        position: absolute;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 7px;
        right: 15px;
    }

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

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

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

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

    header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-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 0.3s linear;
        z-index: 2;
        padding: 10px 0;
    }

    .menu.active {
        right: 0;
    }

    /*******************************************************************************/
    header {
        background: #ffffff;
        box-shadow: 5px 4px 75.5px 0px rgba(24, 9, 2, 0.12);
    }

    header .container {
        /*flex-flow: wrap;*/
    }

    .logo_wrap {
        width: 57%;
        column-gap: 15px;
    }

    .logo2 span {
        font-size: 2.5vw;
        white-space: nowrap;
    }

    .top_phone {
        font-size: 4vw;
    }

    .top_addr {
        display: none;
    }

    header .btn {
        display: none;
    }

    /*******************************************************************************/
    .banner {
        margin-top: 12vw;
    }

    .banner__slide-content {
    }

    .banner__slide-content.slide1-content {
    }

    .banner__slide-content.slide2-content {
    }

    .swiper-slide.swiper-slide-active {
    }

    .banner_bg-pagination {
        position: static;
        margin-top: 20px;
    }

    .banner_bg-pagination .swiper-pagination-bullet {
        background: #00000030;
    }

    .banner_bg-pagination .swiper-pagination-bullet-active {
        background: #2e71b6;
    }

    .banner > .container {
        position: absolute;
        height: 100%;
        padding-top: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .banner picture img {
        height: auto;
        width: 100%;
        transform: unset;
        left: 0;
        border-radius: 0 0 35px 35px;
    }

    .title_container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
        position: relative;
        top: 0;
        left: 0;
        height: 100%;
    }

    .title_container .title1 {
        text-align: center;
        font-size: 5.6vw;
        margin-bottom: 10px;
        /* color: #000; */
    }

    .banner__slide-content.slide2-content .title_container .title1 {
        color: #000;
    }

    .title_container .subtitle1 {
        margin-bottom: 10px;
        text-align: center;
        font-size: 6vw;
        /* color: #000; */
    }

    .title_container .title_comment {
        font-size: 5vw;
        height: auto;
        padding: 10px 15px;
        text-align: center;
        margin-bottom: 5px;
    }

    .title_container .title_profit {
        width: auto;
        font-size: 4vw;
        padding-left: 70px;
        padding-right: 15px;
        background-size: 48px;
        height: 68px;
        background-position: 10px 50%;
    }

    .title_container .title_profit b {
        font-size: 7.5vw;
        line-height: 100%;
        white-space: nowrap;
    }

    .title_container .btn {
        /* margin-top: 45vw; */
        position: absolute;
        top: 72vw;
        left: 0;
        width: 100%;
    }

    .title_container .title_props {
        margin-top: 71vw;
    }

    .title_container .title_props a {
        font-size: 5vw;
    }

    .title_container .title_disc {
        font-size: 4vw;
        margin-top: 20px;
    }

    .timer_block {
        margin-top: 58vw;
    }

    .timer_block .container {
        flex-direction: column-reverse;
        row-gap: 20px;
    }

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

    div[id^="timer"] {
        white-space: nowrap;
        transform: scale(0.45) !important;
    }

    .timer_text {
        width: 100%;
    }

    .timer_text .timer_title {
        text-align: center;
        font-size: 6vw;
    }

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

    /*******************************************************************************/
    .cars_items {
        display: flex;
        flex-direction: column;
        margin-top: 50px;
        row-gap: 50px;
    }

    .car_item {
        width: 100%;
    }

    .car_wrap {
        padding: 20px 15px;
        border-radius: 25px;
    }

    .car_title {
        flex-direction: column;
        row-gap: 10px;
    }

    .car_name {
        font-size: 36px;
    }

    .car_props {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 10px;
    }

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

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

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

    .car_techs {
        padding: 20px 15px;
        border-radius: 25px;
    }

    .car_techs_title {
        font-size: 6vw;
    }

    .car_techs_list > div {
        width: 49% !important;
        font-size: 2.5vw;
        background-size: 40px !important;
        padding-left: 50px;
    }

    .car_techs_list > div b {
        font-size: 3.5vw;
    }

    .car_btns {
        flex-direction: column;
        row-gap: 10px;
    }

    .car_btns .btn {
        width: 100%;
    }

    /*******************************************************************************/
    .credit {
        border-radius: 25px;
        padding: 20px 15px;
        margin-top: 50px;
    }

    .credit_title {
        flex-direction: column;
        text-align: center;
        font-size: 4vw;
        row-gap: 15px;
        margin-bottom: 20px;
    }

    .credit_title b {
        font-size: 8vw;
    }

    .credit_title br {
        display: none;
    }

    .credit_list {
        flex-direction: column;
        row-gap: 10px;
    }

    .credit_wrap {
        width: 100%;
        border-radius: 25px;
        background: #2e71b6;
    }

    .credit_img {
        border-radius: 25px;
        overflow: hidden;
    }

    .credit_name {
        top: 10px;
        left: 15px;
        font-size: 6vw;
        color: #222222 !important;
        padding: 12px 0 12px 60px;
        background: url(../img/credit_ico.png) 0 50% no-repeat;
    }

    .credit_wrap:before {
        display: none;
    }

    .credit_wrap:after {
        display: none;
    }

    .credit_text {
        padding: 20px 15px;
        position: relative;
        opacity: 1;
        margin-top: -75px;
    }

    .credit_comment {
        font-size: 4.5vw;
        background: none;
    }

    .credit_comment br {
        display: none;
    }

    .credit_text .btn {
        width: 100%;
        margin-top: 15px;
    }

    /*******************************************************************************/
    .design {
        margin-top: 50px;
        padding: 20px 15px;
        border-radius: 25px;
    }

    .design_tabs {
        column-gap: 15px;
        justify-content: center;
        margin-bottom: 15px;
    }

    .design_tabs > div {
        font-size: 4.5vw;
    }

    .design_nav {
        position: relative;
        top: 0;
        right: 0;
        justify-content: center;
        display: none;
    }

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

    .design_slider {
        margin-top: 20px;
    }

    .design_slider > .swiper-wrapper > .swiper-slide {
        flex-direction: column;
        row-gap: 10px;
    }

    .design_big {
        width: 100%;
        border-radius: 25px;
    }

    .design_slider > .swiper-wrapper > .swiper-slide .column {
        width: 100%;
        display: none;
    }

    .design_small {
        border-radius: 25px;
    }

    .design_list {
        top: 15px;
        left: 15px;
        gap: 5px;
        width: 91%;
        box-sizing: border-box;
    }

    .design_list > div {
        font-size: 10px;
        padding: 5px 10px;
    }

    .design_slider .swiper-pagination {
        bottom: 15px !important;
        height: auto;
    }

    /*******************************************************************************/
    .rebuild {
        margin-top: 50px;
        padding: 20px 15px;
        border-radius: 25px;
    }

    .rebuild_title {
        text-align: center;
        font-size: 5vw;
        margin-bottom: 20px;
    }

    .rebuild_title br {
        display: none;
    }

    .rebuild_wrap {
        flex-direction: column;
        row-gap: 20px;
    }

    .rebuild_text {
        font-size: 4.5vw;
        text-align: center;
    }

    .rebuild_text br {
        display: none;
    }

    #rebuild_form {
        width: 100%;
    }

    #rebuild_form .form_title {
        font-size: 4.5vw;
        text-align: center;
    }

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

    .rebuild_img {
        overflow: hidden;
        border-radius: 25px;
    }

    /*******************************************************************************/
    .offer {
        margin-top: 50px;
        padding: 20px 15px;
        border-radius: 25px;
        flex-direction: column;
        row-gap: 15px;
    }

    .offer_title {
        text-align: center;
        font-size: 6vw;
    }

    .offer_text {
        width: 100%;
    }

    .offer_comment {
        font-size: 16px;
        text-align: center;
        margin-bottom: 15px;
    }

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

    /*******************************************************************************/
    .contacts {
        margin-top: 50px;
        padding: 20px 15px;
        border-radius: 25px;
    }

    .contacts_title {
        font-size: 8vw;
        margin-bottom: 20px;
    }

    .contacts_wrap {
        flex-direction: column;
        row-gap: 10px;
    }

    .contacts_text {
        width: 100%;
        padding: 20px 15px;
        border-radius: 25px;
    }

    .contacts_logo_wrap {
        column-gap: 20px;
        margin-bottom: 30px;
    }

    .bot_phone {
        font-size: 7vw;
        margin-bottom: 15px;
    }

    .bot_addr {
        font-size: 5vw;
        margin-bottom: 15px;
    }

    .worktime {
        font-size: 5vw;
        margin-bottom: 30px;
    }

    .quest {
        font-size: 4vw;
        margin-bottom: 15px;
    }

    #map1 {
        height: 350px;
        width: 100%;
        border-radius: 25px;
    }

    /*******************************************************************************/
    footer {
        border-radius: 25px 25px 0 0;
        padding: 20px 0;
        margin-top: 10px;
    }

    .foot_wrap {
        flex-direction: column-reverse;
        row-gap: 15px;
    }
}

/*MOBILE END*/

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

@media (max-width: 360px) {
    .timer_block .container {
        row-gap: 0;
    }

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

    /*******************************************************************************/
    .banner > .container {
        /* padding-top: 0; */
    }

    /*******************************************************************************/
    .car_techs_list > div b {
        font-size: 3vw;
    }

    /*******************************************************************************/
    .bot_addr {
        font-size: 4vw;
    }
}

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