html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto";
    font-size: 16px;
    color: black;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: white;
}

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

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

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

.fancybox-content {
    overflow: hidden;
}


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


.resp_table {
    width: 100%;
}

.resp_table tr td:before {
    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;
}

select option {
    color: black;

}

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

.title1 font span {
    font-size: 32px;
}

@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: 1300px;
        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;
}

.popup_container .form-group.skew {
    border-color: #000000;
}

.popup_container .form-group input[type=text] {
    color: black;
    display: block;
    height: 56px;
    line-height: 56px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    padding: 10px;
}

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

.popup_container .form-group textarea {
    color: black;
    display: block;
    height: 100px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: 1px solid #c0c6c9;
    padding: 10px;
    resize: none;
    font-family: "Roboto";
    font-size: 16px;
}

.popup_container .form-group select {
    color: #1d1f20;
    height: 50px;
    border: 1px solid white;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    font-family: "Roboto";
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #c0c6c9;
}

.popup_container .form-group select option {}

.popup_container .form-group button {
    cursor: pointer;
    height: 60px;
}

.popup_container .form-group button:before {
    display: none;
}

.popup_container .form-group button:after {
    display: none;
}


.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 input {
    position: absolute;
    top: -1px;
    left: 0px;
    margin: -0px;
}

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

.popup_container .form-disclamer {
    color: #b8b8b8;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
}


form {}

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

form .form-group.skew {
    box-sizing: border-box;
    transform: skewX(-11deg);
    width: 100%;
    height: 60px;
    border: 1px solid #ffffff;
}

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group select {
    height: 60px;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: "Roboto";
    padding: 0px 20px;
    outline: none;
    background: transparent;
    border-radius: 0px;
    transform: skewX(11deg);
    border: none;
}

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 transparent;
    font-family: "Roboto";
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: "Roboto";
    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: -moz-linear-gradient(0deg, rgb(206, 0, 0) 0%, rgb(255, 58, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(206, 0, 0) 0%, rgb(255, 58, 0) 100%);
    background: -ms-linear-gradient(0deg, rgb(206, 0, 0) 0%, rgb(255, 58, 0) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: skewX(-11deg);
    max-width: 100%;
    height: 60px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .3s;
    text-align: center;
}

.btn span {
    display: block;
    transform: skewX(11deg);
}

.btn:hover {
    background: -moz-linear-gradient(0deg, rgb(25, 61, 125) 0%, rgb(2, 144, 200) 100%);
    background: -webkit-linear-gradient(0deg, rgb(25, 61, 125) 0%, rgb(2, 144, 200) 100%);
    background: -ms-linear-gradient(0deg, rgb(25, 61, 125) 0%, rgb(2, 144, 200) 100%);
}

.btn.blue {
    background: -moz-linear-gradient(0deg, rgb(25, 61, 125) 0%, rgb(2, 144, 200) 100%);
    background: -webkit-linear-gradient(0deg, rgb(25, 61, 125) 0%, rgb(2, 144, 200) 100%);
    background: -ms-linear-gradient(0deg, rgb(25, 61, 125) 0%, rgb(2, 144, 200) 100%);
}

.btn.blue:hover {
    background-image: -moz-linear-gradient(0deg, rgb(206, 0, 0) 0%, rgb(255, 58, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(206, 0, 0) 0%, rgb(255, 58, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(206, 0, 0) 0%, rgb(255, 58, 0) 100%);
}


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

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 15px 0;
    background: #ffffff;
    transition: all .3s;
}


header.scroll {
    background: #ffffff;
    padding: 15px 0;
}

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

.logo_wrap {
    display: flex;
    align-items: center;
}

.logo_wrap.scroll {
    display: none;
}

.logo1 {
    position: relative;
    padding-right: 16px;
    margin-right: 16px;
    display: flex;
    align-items: center;
}

.logo1:before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 30px;
    background: #000000;
}

.logo2 {
    position: relative;
    padding-right: 16px;
    margin-right: 16px;
    display: flex;
    align-items: center;
}

/* .logo2:before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 30px;
    background: #000000;
} */

header.scroll .top_addr {
    color: #000000;
}

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

header.scroll .top_phone {
    color: #000000;
}

header .btn {
    width: 166px;
    height: 50px;
}

header .m_btn {
    display: none;
}

.menu {
    display: flex;
    column-gap: 20px;
}

.menu a {
    color: #000000;
    text-decoration: none;
}



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

.banner_slider {
    position: relative;
    margin-top: 80px;
    width: 100%;
}

.banner_slider .swiper-slide {
    height: 580px;
}

.banner_slider .swiper-slide.slide1 {
    background: url("../img/slider/slide1.jpg") 50% 0 no-repeat;
}

.banner_slider .swiper-slide.slide2 {
    background: url("../img/slider/slide2.jpg") 50% 0 no-repeat;
}

.banner_slider .swiper-slide.slide3 {
    background: url("../img/slider/slide3.jpg") 50% 0 no-repeat;
}

.banner_slider .swiper-slide.slide4 {
    background: url("../img/slider/slide4.jpg") 50% 0 no-repeat;
}

.banner_slider .swiper-slide.slide5 {
    background: url("../img/slider/slide5.jpg") 50% 0 no-repeat;
}

.banner_slider .swiper-slide.slide6 {
    background: url("../img/slider/slide6.jpg") 50% 0 no-repeat;
}

.banner_slider .swiper-slide.slide7 {
    background: url("../img/slider/slide7.jpg") 50% 0 no-repeat;
}

.banner_slider .swiper-slide.slide8 {
    background: url("../img/slider/slide8.jpg") 50% 0 no-repeat;
}

.banner_slider .swiper-pagination {
    bottom: 50px !important;
    text-align: left;
    left: 15px !important;
}

.banner_slider .swiper-pagination .swiper-pagination-bullet {
    width: 90px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: unset;
    margin: 0 15px 0 0 !important;
    opacity: 1;
}

.banner_slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
}

.title_container {
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.title1 {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

.title2 {
    font-size: 34px;
    font-weight: 400;
}

#t90 {
    scroll-margin-top: 400px;
}

.banner_props {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.banner_props a {
    display: flex;
    align-items: center;
    min-height: 30px;
    padding-left: 40px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    text-align: left;
}

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

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

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

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

.red-text {
    color: #d50900;
}

.timer_wrap .btn {
    width: 280px;
}

.timer_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    width: fit-content;
    margin: -50px auto 0;
    align-items: center;
    column-gap: 71px;
    padding: 34px 42px;
    background: #ffffff;
    z-index: 2;
}

#title_form {
    margin-top: 25px;
    margin-bottom: 30px;
    width: 580px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

#title_form .form-group {
    width: 48.5%;
    border: none;
}

#title_form .form-group.skew {
    background: #ffffff70;
    color: #000;
}

#title_form .form-group:nth-child(4) {}

#title_form .form-group input[type=tel],
#title_form .form-group input[type=text],
#title_form .form-group select {}

#title-form .form-group input[type=tel],
#title-form .form-group input[type=text],
#title-form .form-group select {}

#title_form input[type=tel]::placeholder {
    color: #000;
}

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

.timer {
    display: flex;
}


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


.top_props {
    margin-top: 24px;
}

.top_props .container {}

.top_props .content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    width: 100%;
}

.top_props .props_item {
    background: #DCE2EC;
    transform: skewX(-20deg);
    text-align: center;
    color: inherit;
    font-size: 20px;
    padding: 0px 25px;
    padding-bottom: 15px;
    padding-top: 60px;
    display: block;
    position: relative;
    text-decoration: none;
}

.top_props .props_item>span {
    transform: skewX(20deg);
    display: block;
    position: static;
}

.top_props .props_item i {
    position: absolute;
    top: -42px;
    left: 39%;
    font-size: 32px;
    color: #193D7D;
    font-weight: 700;
    display: block;
    font-style: normal;
}

.top_props .props_item:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 35%;
    display: block;
    width: 32px;
    height: 56px;
    background-position: center;
    background-repeat: no-repeat;
    transform: skewX(20deg);
    background-size: 100% auto;
}

.top_props .props_item b {}

.top_props .props_item.ico1:before {
    background-image: url(../img/top_props/1.png);
    top: 8px;
    left: 45%;
}

.top_props .props_item.ico2:before {
    background-image: url(../img/top_props/2.png);
    width: 50px;
}

.top_props .props_item.ico3:before {
    background-image: url(../img/top_props/3.png);
    width: 50px;
}

.top_props .props_item.ico4:before {
    background-image: url(../img/top_props/4.png);
    width: 45px;
}

.top_props .props_item.ico5:before {
    background-image: url(../img/top_props/5.png);
    width: 45px;
}

.top_props .props_item.ico6:before {
    background-image: url(../img/top_props/6.png);
}

.top_props .props_item:before {
    left: 41%;
}

.top_props .props_item.ico7:before {
    background-image: url(../img/top_props/7.png);
}

.top_props .props_item.ico1:hover:before {
    background-image: url(../img/top_props/hover/1.png);
}

.top_props .props_item.ico2:hover:before {
    background-image: url(../img/top_props/hover/2.png);
}

.top_props .props_item.ico3:hover:before {
    background-image: url(../img/top_props/hover/3.png);
}

.top_props .props_item.ico4:hover:before {
    background-image: url(../img/top_props/hover/4.png);
}

.top_props .props_item.ico5:hover:before {
    background-image: url(../img/top_props/hover/5.png);
}

.top_props .props_item.ico6:hover:before {
    background-image: url(../img/top_props/hover/6.png);
}

.top_props .props_item.ico7:hover:before {
    background-image: url(../img/top_props/hover/7.png);
}



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

/**********************
         top_advs
**********************/



.top_advs {
    background: rgba(25, 61, 125, 0.15);
    padding: 27px 0 15px 0;
    margin-top: 90px;
}

.top_advs .content {
    display: flex;
    animation: runrow 16s linear infinite;
    justify-content: space-around;
}

@keyframes runrow {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.top_advs .advs_wrap {
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
}

.top_advs .advs_wrap .adv_item {
    color: #193D7D;
    text-decoration: none;
    font-size: 22px;
    padding-left: 90px;
    background-position: 30px 50%;
    background-repeat: no-repeat;
    border-left: 1px solid rgba(25, 61, 125, 0.2);
    margin-left: 30px;
    white-space: nowrap;
}

.top_advs .advs_wrap .adv_item:nth-child(odd) {
    color: #D30600;
}

.top_advs .advs_wrap .adv_item>span {}

.top_advs .advs_wrap .adv_item .text1 {
    font-size: 30px;
    font-weight: 700;
    display: block;
}

.top_advs .advs_wrap .adv_item .text2 {
    display: block;
}

.top_advs .advs_wrap .adv_item.ico1 {
    background-image: url(../img/credit_ico/6.svg);
}

.top_advs .advs_wrap .adv_item.ico2 {
    background-image: url(../img/credit_ico/1.svg);
}

.top_advs .advs_wrap .adv_item.ico3 {
    background-image: url(../img/credit_ico/2.svg);
}

.top_advs .advs_wrap .adv_item.ico4 {
    background-image: url(../img/credit_ico/3.svg);
}

.top_advs .advs_wrap .adv_item.ico5 {
    background-image: url(../img/credit_ico/4.svg);
}

.top_advs .advs_wrap .adv_item.ico6 {
    background-image: url(../img/credit_ico/5.svg);
}

.top_advs .advs_wrap .adv_item.ico7 {
    background-image: url(../img/credit_ico/7.svg);
}



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

.cars_items {
    margin-top: 50px;
}

.car_item {
    display: flex;
    margin-bottom: 100px;
}

.car_text_wrap {
    position: relative;
    box-sizing: border-box;
    background: #f8f8f9;
    width: 52%;
    transform: skewX(-11deg);
    padding: 22px 20px 20px 86px;
    margin-left: 30px;
    z-index: 3;
}

.car_text {
    transform: skewX(11deg);
}

.car_title {}

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

.car_profit {
    display: block;
    text-decoration: none;
    font-size: 22px;
    color: #193d7d;
    padding-left: 41px;
    background-repeat: no-repeat;
    height: 30px;
    padding-bottom: 6px;
    padding-top: 6px;
}

.car_profit-money {
    background-image: url('../img/ico_money.png');
    background-position: 0 66%;
    margin-bottom: 4px;
}

.car_profit-present {
    background-image: url('../img/ico_presetn.png');
    background-position: 0 10%;
}

.car_profit-present-money {
    background-image: url('../img/ico_presetn.png');
    background-position: 0 71%;
}

.car_profit-red-text {
    color: #d50900;
    text-transform: uppercase;
}

.car_profit span {
    /* color: #193d7d; */
    font-weight: 700;
}

.car_profit span b {
    font-size: 30px;
}

.car_count {
    background: #ffffff;
    transform: skewX(-11deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 130px;
    color: #193d7d;
    padding: 10px 0 15px;
    position: absolute;
    top: 0;
    right: -5px;
}

.car_count span {
    display: block;
    transform: skewX(11deg);
    text-align: center;
}

.car_count span b {
    display: block;
    font-size: 32px;
    margin-bottom: -5px;
}

.car_props {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 9px;
}

.car_props a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 26px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.car_props a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
}

.car_props .ico1:before {
    background: url(../img/car_props_ico1.svg) no-repeat;
}

.car_props .ico2:before {
    background: url(../img/car_props_ico2.svg) no-repeat;
}

.car_props .ico3:before {
    background: url(../img/car_props_ico3.svg) no-repeat;
}

.car_props .ico4:before {
    background: url(../img/car_props_ico4.svg) no-repeat;
}

.car_props .ico5:before {
    background: url(../img/car_props_ico5.svg) no-repeat;
}

.car_props a b {
    color: #D50900;
}

.car_btns {
    display: flex;
    column-gap: 20px;
    position: relative;
    left: -42px;
    margin-top: 20px;
}

.car_btns .btn {
    width: 258px;
    height: 50px;
}

.compl_btn {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    position: relative;
    left: -48px;
    padding-right: 60px;
    background: url("../img/arrow.png") 96% 50% no-repeat;
    transition: all .3s;
}

.compl_btn:hover {
    background-position: 100% 50%;
}

.car_image_wrap {
    box-sizing: border-box;
    width: 39%;
    background: #f8f8f9;
    transform: skewX(-11deg);
    padding: 50px 0;
    margin-left: 35px;
}

#jetta .car_image_wrap {
    padding: 40px 0;
}

.car_item:hover .car_image_wrap {
    background-image: -moz-linear-gradient(-53deg, rgb(25, 61, 125) 0%, rgb(2, 144, 200) 100%);
    background-image: -webkit-linear-gradient(-53deg, rgb(25, 61, 125) 0%, rgb(2, 144, 200) 100%);
    background-image: -ms-linear-gradient(-53deg, rgb(25, 61, 125) 0%, rgb(2, 144, 200) 100%);
}

.car_image {
    transform: skewX(11deg);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.car_garant {
    text-align: center;
    color: #193d7d;
    font-size: 18px;
    padding-left: 60px;
    transition: all .3s;
}

.car_garant b {
    font-size: 32px;
}

.car_garant i {
    display: inline-block;
    margin: 0 10px;
    font-size: 32px;
    font-style: normal;
}

.car_item:hover .car_garant {
    color: #ffffff;
}

.car_img {
    margin-left: -80px;
    margin-right: -40px;
}

#b70 .car_img {
    margin-right: 0;
    margin-left: -30px;
}

#t55 .car_img {
    margin-left: -30px;
    margin-right: -25px;
}

#t99 .car_img {
    margin-left: -60px;
    margin-right: -25px;
}

#va3 .car_img {
    margin-left: -45px;
    margin-right: 10px;
}

#vs5 .car_img {
    margin-left: -110px;
    margin-right: -20px;
}

#vs7 .car_img {
    margin-left: -80px;
    margin-right: -55px;
}

.car_img img {
    transition: all .3s;
}

.car_item:hover .car_img img {
    transform: scale(1.03);
}

.car_comment {
    color: #000000;
    text-align: center;
    font-size: 18px;
    position: relative;
    left: -30px;
    transition: all .3s;
}

.car_item:hover .car_comment {
    color: #ffffff;
}

.car_comment i {
    display: inline-block;
    font-style: normal;
    margin: 0 10px;
}

.car_gallery {
    position: relative;
    width: 593px;
    max-height: 377px;
    overflow: hidden;
}

.car_gallery:before {
    content: '';
    position: absolute;
    left: 0;
    width: 12%;
    height: 100%;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    background: #ffffff;
    z-index: 2;
}

.car_gallery:after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 12%;
    height: 100%;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background: #ffffff;
    z-index: 2;
}

.car_gallery a img {
    width: auto;
    max-width: initial;
    height: 100%;
}

.cars_items .car_gallery .swiper-pagination {
    bottom: 26px;
    left: 50%;
    transform: translateX(-57%);
    width: 100%;
}

.cars_items .car_gallery .swiper-pagination-bullet {
    width: 80px;
    height: 6px;
    background: #FFFFFF4D;
    border-radius: 0;
    opacity: 1;
}

.cars_items .car_gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: linear-gradient(0deg, #CE0000 0%, #FF3A00 100%);
}


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

#instock {
    background: #f1f2f3;
    padding: 100px 0;
}

#filter_table {
    display: flex;
    justify-content: space-between;
}

#filter_table .select_container {
    position: relative;
    width: 32%;
    height: 61px;
}

#filter_table .select_container:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    transform: skewX(-11deg);
}

#filter_table .select_container select {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/ico_select_bl.png) 95% 50% no-repeat transparent;
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
}

#instock .compl_name {
    font-size: 20px;
    display: none;
    cursor: pointer;
    margin-right: 25px;
    padding-left: 10px;
    border-left: 5px solid transparent;
}

#instock .compl_name.show {
    display: block;
}

#instock .compl_name.active {
    border-left: 5px solid #193d7d;
}

#instock .compls {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

#instock .compls>span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-right: 25px;
}

#instock .compl_items {
    margin-top: 46px;
}

#instock .compl_items .item {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

#instock .compl_items .item:last-child {
    margin-bottom: 0;
}

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

#instock .compl_items .compl_image {
    width: 49%;
    position: relative;
    z-index: 3;
}

#instock .compl_block {
    position: relative;
    padding-top: 51px;
    padding-bottom: 48px;
    padding-left: 80px;
    padding-right: 56px;
    width: 50%;
    z-index: 2;
}

#instock .compl_block:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 106%;
    height: 100%;
    background: #ffffff;
    transform: skewX(-11deg);
    z-index: -1;
}

#instock .compl_block .compl {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

#instock .compl_block .compl span {
    color: #193D7D;
}

#instock .compl_items .compl_engine {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
}

#instock .compl_items .compl_engine>div {
    position: relative;
    display: flex;
    align-items: center;
    width: 38%;
    min-height: 42px;
    padding-left: 50px;
    font-size: 18px;
}

#instock .compl_items .compl_engine>div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 42px;
    height: 42px;
}

#instock .compl_items .compl_engine .ico1:before {
    background: url("../img/compl_ico1.png") 50% 50% no-repeat;
}

#instock .compl_items .compl_engine .ico2:before {
    background: url("../img/compl_ico2.png") 50% 50% no-repeat;
}

#instock .compl_items .compl_engine .ico3:before {
    background: url("../img/compl_ico3.png") 50% 50% no-repeat;
}

#instock .compl_items .compl_engine .ico4:before {
    background: url("../img/compl_ico4.png") 50% 50% no-repeat;
}

#instock .compl_items .compl_engine>div span {
    display: flex;
    flex-direction: column;
}

#instock .compl_items .compl_btns {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    position: relative;
    left: -20px;
}

#instock .compl_items .compl_btns .btn {
    height: 50px;
    width: 48.5%;
}

.compls_showmore {
    color: #000000;
}

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

.tradein {
    background: url("../img/tradein_bg.jpg") 50% 0 no-repeat;
    padding: 390px 0 50px;
}

.tradein>img {
    display: none;
}

.tradein_wrap {
    width: 67%;
}

.tradein_title {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

#tradein_form {}

#tradein_form .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#tradein_form .row:nth-child(6) {
    position: relative;
    left: 15px;
}

#tradein_form .form-group {
    width: 32%;
}

#tradein_form .agree_field {
    display: block;
    color: #ffffff;
    position: relative;
    right: -103%;
    margin-top: -35px;
}

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

/**********************
       GALLERY
**********************/

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

.gallery .img2 {
    margin-left: -72px;
    margin-right: -72px;
    transform: skewX(-11deg);
    position: relative;
    z-index: 1;
}

.gallery .img2 .img_wrap {
    transform: skewX(11deg);
}

.gallery>div {
    overflow: hidden;
}

.gallery>div img {
    transition: all .3s;
}

.gallery>div:hover img {
    transform: scale(1.05);
}

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

.credit {
    background: url(../img/credit_bg.png?v=2) center top no-repeat;
    background-size: cover;
    padding-top: 440px;
    padding-bottom: 67px;
}

.credit>img {
    display: none;
}

.cred_wrap {
    width: 100%;
    margin-left: auto;
    max-width: 840px;
}

.cred_title {
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 700;
}

.credit_text {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cred_comment {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
}

.cred_props {
    margin-left: -20px;
}

.cred_props .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cred_props .row:first-child {
    position: relative;
    left: 15px;
}

.cred_props .row div {
    box-sizing: border-box;
    width: 32.5%;
    transform: skewX(-11deg);
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    color: #ffffff;
    font-size: 18px;
}

.cred_props .row>div span {
    display: block;
    transform: skewX(11deg);
    padding-left: 50px;
}

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

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

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

.cred_props .btn {
    width: 48.5%;
}


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

.credit .credit_order .column {
    width: 48%;
}

.credit .credit_order .order_title {
    color: #fff;
    font-size: 18px;
}

.credit .credit_order .credit_choose_param {
    margin-top: 20px;
}

.credit .credit_order input.credit_range {}

.credit .credit_order input.credit_range[name="credit_pay"] {}

.credit .credit_order input.credit_range[name="credit_period"] {}

.credit .credit_order .credit_choose_param .irs--flat .irs-min,
.credit .credit_order .credit_choose_param .irs--flat .irs-max {
    color: #fff;
    background: none;
    padding: 0;
    font-size: 18px;
    top: -8px;
}

.credit .credit_order .credit_choose_param .irs--flat .irs-from,
.credit .credit_order .credit_choose_param .irs--flat .irs-to,
.credit .credit_order .credit_choose_param .irs--flat .irs-single {
    padding: 0;
    background: none;
    overflow: hidden;
    font-size: 18px;
    top: -8px;
}

.credit .credit_order .credit_choose_param .irs--flat .irs-line {
    border-radius: 0;
    background: #fff;
}

.credit .credit_order .credit_choose_param .irs-bar {
    background: rgba(25, 61, 125, 1);
}

.credit .credit_order .credit_choose_param .irs--flat .irs-bar {}

.credit .credit_order .credit_choose_param .irs--flat .irs-bar--single {
    border-radius: 0;
}

.credit .credit_order .credit_choose_param .irs-handle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(25, 61, 125, 1);
    border: 7px solid #fff;
    top: 19px;
    cursor: pointer;
}

.credit .credit_order .credit_choose_param .irs--flat .irs-handle {}

.credit .credit_order .credit_choose_param .irs--flat .irs-handle i {
    display: none;
}

.credit #credit_form .row {
    display: flex;
    justify-content: space-between;
}

.credit #credit_form {
    margin-top: 30px;
}

.credit #credit_form .form-group {
    width: 24%;
}

.credit #credit_form .form-group.skew {}

.credit #credit_form select {}

.credit #credit_form input[type="tel"],
.credit #credit_form input[type="text"] {}

.credit #credit_form .btn {}

.credit #credit_form .agree_field a,
.credit #credit_form .agree_field {
    color: #fff;
}

/**********************
      testdrive
**********************/



.testdrive {
    background: url(../img/testdrive_bg.jpg) 40% 0 no-repeat;
    padding-top: 340px;
    padding-bottom: 80px;
    color: #fff;
    background-size: auto 100%;
}

.testdrive .container {}

.testdrive .content {}

.testdrive .title {
    font-size: 36px;
    font-weight: 700;
}

.testdrive #testdrive_form {
    margin-top: 15px;
    width: 100%;
    max-width: 840px;
}

.testdrive #testdrive_form .row {
    display: flex;
    justify-content: space-between;
}

.testdrive #testdrive_form .form-group {
    width: 32.5%;
}

.testdrive #testdrive_form .form-group.skew {}

.testdrive #testdrive_form select {}

.testdrive #testdrive_form input[type="tel"],
.testdrive #testdrive_form input[type="text"] {}

.testdrive #testdrive_form .btn {}

.testdrive #testdrive_form .agree_field a,
.testdrive #testdrive_form .agree_field {
    color: #fff;
}


/**********************
      service
**********************/

.service .service_slider {
    position: relative;
    padding-bottom: 80px;
    background: #000000;
}

.service .swiper-slide {
    position: relative;
    transform: translateZ(0) skewX(-10deg) !important;
    overflow: hidden;
}

.service_wrap {
    position: relative;
    z-index: 2;
}

.service_img {
    position: relative;
    height: 435px;
}

.service_img:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: skewX(14deg) translateX(-50%);
    width: 130%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 81.23%);
    z-index: 1;
}

.service_img img {
    max-width: initial;
    position: relative;
    left: 50%;
    width: 120%;
    transform: translateX(-50%) skewX(10deg);
}

.service_title {
    position: absolute;
    left: 50%;
    width: 100%;
    bottom: 114px;
    transform: skewX(10deg) translateX(-54%);
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    z-index: 3;
}

.banner_slider .btn {
    position: relative;
    left: -24%;
    bottom: -24px;
    width: 280px;
    z-index: 3;
}

.service_nav {
    margin-top: 20px;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.service .service_nav .swiper-pagination {
    position: relative;
    display: flex;
    justify-content: left;
    bottom: 0;
}

.service .service_nav .swiper-pagination-bullet {
    width: 110px;
    height: 8px;
    background: #FFFFFF4D;
    opacity: 1;
    border-radius: 0;
    transition: all 0.2s linear;
}

.service .service_nav .swiper-pagination-bullet.swiper-pagination-bullet-active,
.service .service_nav .swiper-pagination-bullet:hover {
    background: linear-gradient(0deg, #CE0000 0%, #FF3A00 100%);
}

.service .service_nav_btn {
    position: relative;
    display: flex;
    column-gap: 20px;
}

.service .service_slider .swiper-button-next,
.service .service_slider .swiper-button-prev {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    margin: 0;
    width: 44px;
    height: 40px;
}

.service .service_slider .swiper-button-next:before,
.service .service_slider .swiper-button-prev:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    transform: skewX(-10deg);
    transition: all 0.2s linear;
}

.service .service_slider .swiper-button-next:hover:before,
.service .service_slider .swiper-button-prev:hover:before {
    background: linear-gradient(0deg, #CE0000 0%, #FF3A00 100%);
    border-color: transparent;
}

.service .service_slider .swiper-button-next:after,
.service .service_slider .swiper-button-prev:after {
    font-size: 22px;
    color: #ffffff;
    z-index: 3;
}


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

.contacts {
    background: #0b0b0b;
}

.cont_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 0;
}

.cont_title {
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
}

.bot_addr {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    padding-left: 30px;
    background: url("../img/ico_loc.png") 0 50% no-repeat;
}

.bot_phone {
    color: #ffffff;
    font-size: 18px;
    padding-left: 30px;
    background: url("../img/ico_phone.png") 0 50% no-repeat;
    text-decoration: none;
}

.yurinfo {
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
}

.cont_wrap .btn {
    width: 270px;
}

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

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

footer {
    padding: 20px 0;
    background: #0b0b0b;
}

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

footer .sinoby_logo {
    color: #fff;
    font-size: 14px;
}

.foot_copy {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

footer .switch {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}

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

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

@media (max-width: 1380px) {
    .cred_wrap {
        margin-right: 50px;
    }
}

@media (min-width: 1920px) {
    .service .service_item_title {
        font-size: 36px;
    }

    .service .service_item_desc {
        font-size: 18px;
    }

    .service .service_items .item {
        height: 435px;
    }
}

@media (max-width: 1550px) {
    .service_img img {
        width: auto;
        height: 100%;
    }

    .service_title {
        font-size: 24px;
    }
}

@media (max-width: 1380px) {
    .logo1 {
        padding-right: 10px;
        margin-right: 10px;
    }

    .logo2 {
        padding-right: 10px;
        margin-right: 10px;
    }

    .menu {
        column-gap: 10px;
    }

    .cred_wrap {
        margin-right: 50px;
    }
}

/*IPAD PRO BEGIN*/

@media (max-width: 1199px) {
    header .m_btn {
        display: block;
        position: relative;
        width: 30px;
        height: 21px;
        z-index: 1;
        right: 15px;
    }

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

    header.scroll .m_btn span {
        background: #000000;
    }

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

    header .m_btn span:nth-child(2) {
        top: calc(50% - 2px);
        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;
    }

    .car_gallery:before {
        width: 21%;
    }

    .menu {
        position: fixed;
        top: 79px;
        display: flex;
        flex-direction: column;
        background: black;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all .3s linear;
        z-index: 2;
        padding: 10px 0;
    }

    .menu.active {
        right: 0;
    }

    .menu a {
        padding: 10px 0;
        color: #ffffff;
        text-align: center;
    }
    .timer_wrap {
        padding: 14px;
    }

    .banner_props a {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    .title1 {}

    .logo_wrap {
        width: 30%;
    }

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

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

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

    .car_text_wrap {
        padding: 50px 30px;
        margin-left: 0;
    }

    .car_image_wrap {
        width: 44%;
    }

    .car_title {
        margin-bottom: 30px;
    }

    .car_props {
        flex-direction: column;
    }

    .car_props a.ico1 {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .car_count {
        top: -40px;
    }

    .car_btns {
        margin-top: 30px;
    }

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

    #instock .compl_items .compl_image {
        width: 42%;
    }

    #instock .compl_items .compl_text_wrap {
        padding: 50px;
        margin-right: 0;
        width: 62%;
    }

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

    .cred_wrap {
        max-width: 680px;
    }

    .cont_wrap .btn {
        display: none;
    }
}

/*IPAD PRO BEGIN*/

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

    .top_addr {
        display: none;
    }

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

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

    .title1 {
        font-size: 40px;
    }

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

    #title_form {
        width: 310px;
    }

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

    .timer_wrap {
        margin-top: 90px;
        flex-direction: column;
    }

    #title_form {
        width: 100%;
        display: flex;
        flex-flow: wrap;
    }

    #title_form .form-group {
        width: 49%;
        border-color: #000000;
    }

    #title_form input[type=tel] {
        color: #000000;
    }

    #title_form input[type=tel]::placeholder {
        color: #000000;
    }

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

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


    .top_props {}

    .top_props .container {}

    .top_props .content {}

    .top_props .props_item {}

    .top_props .props_item span {}

    .top_props .props_item i {}

    .top_props .props_item b {}

    .top_props .props_item.ico1 {}

    .top_props .props_item.ico2 {}

    .top_props .props_item.ico3 {}

    .top_props .props_item.ico4 {}

    .top_props .props_item.ico5 {}

    .top_props .props_item.ico6 {}

    .top_props .props_item.ico7 {}

    /**********************
         top_advs
**********************/



    .top_advs {
        margin: 0;
    }

    .top_advs .content {}

    .top_advs .advs_wrap {}

    .top_advs .advs_wrap .adv_item {}

    .top_advs .advs_wrap .adv_item>span {}

    .top_advs .advs_wrap .adv_item .text1 {}

    .top_advs .advs_wrap .adv_item .text2 {}

    .top_advs .advs_wrap .adv_item.ico1 {}

    .top_advs .advs_wrap .adv_item.ico2 {}

    .top_advs .advs_wrap .adv_item.ico3 {}

    .top_advs .advs_wrap .adv_item.ico4 {}

    .top_advs .advs_wrap .adv_item.ico5 {}

    .top_advs .advs_wrap .adv_item.ico6 {}

    .top_advs .advs_wrap .adv_item.ico7 {}




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

    .cars_items {
        margin-top: 60px;
    }

    .car_item {
        flex-direction: column;
    }

    .car_image_wrap {
        width: 90%;
        background-image: -moz-linear-gradient(-53deg, rgb(25, 61, 125) 0%, rgb(2, 144, 200) 100%);
        background-image: -webkit-linear-gradient(-53deg, rgb(25, 61, 125) 0%, rgb(2, 144, 200) 100%);
        background-image: -ms-linear-gradient(-53deg, rgb(25, 61, 125) 0%, rgb(2, 144, 200) 100%);
    }

    .car_garant {
        color: #ffffff;
    }

    .car_comment {
        color: #ffffff;
    }

    .car_img {
        margin: 30px 0 !important;
        text-align: center;
    }

    .car_text_wrap {
        width: 90%;
        margin-left: 30px;
        padding-top: 30px;
    }

    .car_count {
        top: 0;
        right: -30px;
    }

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

    #instock {
        padding: 50px 0;
    }

    #instock .compl_name {
        font-size: 14px;
    }

    #instock .compl_items .item {
        flex-direction: column;
    }

    #instock .compl_items .compl_text_wrap {
        width: 90%;
        margin-left: 30px;
        padding-top: 80px;
    }

    #instock .compl_items .compl_text {
        padding-left: 30px;
    }

    #instock .compl_items .compl_image {
        width: 70%;
        margin-bottom: -50px;
    }

    #instock .compl_items .compl_btns {
        left: 0;
    }

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

    .tradein {
        background: none;
        padding: 0;
    }

    .tradein>img {
        display: block;
    }

    .tradein_wrap {
        width: 100%;
        padding: 30px 0;
    }

    .tradein_title {
        color: #000000;
    }

    #tradein_form .form-group {
        border-color: #000000;
    }

    #tradein_form select,
    #credit_form select {
        color: #000000;
        background-image: url("../img/ico_select_bl.png");
    }

    #tradein_form input {
        color: #000000;
    }

    #tradein_form .agree_field {
        right: 0;
        margin-top: 0;
        color: #000000;
    }

    #tradein_form .agree_field a {
        color: #000000;
    }

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

    .credit {
        background: rgb(255, 255, 255);
        padding: 0;
    }

    #credit_form .agree_field {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
    }

    .credit>img {
        display: block;
    }

    .cred_wrap {
        width: 90%;
        padding: 30px 0;
        margin-left: 30px;
    }

    .cred_title {
        /* color: #000000; */
    }

    .cred_comment {
        /* color: #000000; */
    }

    .cred_props .row div {
        /* color: #000000; */
        /* border-color: #000000; */
    }

    .cred_props .row>div.ico1 span {
        /* background: url(../img/cred_ico1_bl.png) 0 50% no-repeat; */
    }

    .cred_props .row>div.ico2 span {
        /* background: url(../img/cred_ico2_bl.png) 0 50% no-repeat; */
    }

    .cred_props .row>div.ico3 span {
        /* background: url(../img/cred_ico3_bl.png) 0 50% no-repeat; */
    }


    .credit .credit_order {}

    .credit .credit_order .column {}

    .credit .credit_order .order_title {}

    .credit .credit_order .credit_choose_param {}

    .credit .credit_order input.credit_range {}

    .credit .credit_order input.credit_range[name="credit_pay"] {}

    .credit .credit_order input.credit_range[name="credit_period"] {}

    .credit .credit_order .credit_choose_param .irs--flat .irs-min,
    .credit .credit_order .credit_choose_param .irs--flat .irs-max {}

    .credit .credit_order .credit_choose_param .irs--flat .irs-from,
    .credit .credit_order .credit_choose_param .irs--flat .irs-to,
    .credit .credit_order .credit_choose_param .irs--flat .irs-single {}

    .credit .credit_order .credit_choose_param .irs--flat .irs-line {}

    .credit .credit_order .credit_choose_param .irs-bar {}

    .credit .credit_order .credit_choose_param .irs--flat .irs-bar {}

    .credit .credit_order .credit_choose_param .irs--flat .irs-bar--single {}

    .credit .credit_order .credit_choose_param .irs-handle {}

    .credit .credit_order .credit_choose_param .irs--flat .irs-handle {}

    .credit .credit_order .credit_choose_param .irs--flat .irs-handle i {}

    .credit #credit_form .row {}

    .credit #credit_form .form-group {}

    .credit #credit_form .form-group.skew {}

    .credit #credit_form select {}

    .credit #credit_form input[type="tel"],
    .credit #credit_form input[type="text"] {}

    .credit #credit_form .btn {}

    .credit #credit_form .agree_field a,
    .credit #credit_form .agree_field {}

    /**********************
      testdrive
**********************/



    .testdrive {}

    .testdrive .container {}

    .testdrive .content {}

    .testdrive .title {}

    .testdrive #testdrive_form {}

    .testdrive #testdrive_form .row {}

    .testdrive #testdrive_form .form-group {}

    .testdrive #testdrive_form .form-group.skew {}

    .testdrive #testdrive_form select {}

    .testdrive #testdrive_form input[type="tel"],
    .testdrive #testdrive_form input[type="text"] {}

    .testdrive #testdrive_form .btn {}

    .testdrive #testdrive_form .agree_field a,
    .testdrive #testdrive_form .agree_field {}

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



    /**********************
      service
**********************/


    .service {}

    .service .container {}

    .service .content {}

    .service .service_items {}

    .service .service_items .item {}

    .service .service_items .item.img1 {}

    .service .service_items .item.img2 {}

    .service .service_items .item.img3 {}

    .service .service_item_title {}

    .service .service_item_desc {}

    .service .service_item_desc span {}

    .service .service_items .item .btn {}



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

    .cont_wrap {
        padding: 30px 0;
        flex-flow: wrap;
    }

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

    .yurinfo {
        font-size: 14px;
    }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 991px) {
    .banner_slider .swiper-slide.slide1 {
        background-size: 124%;
        background-position: 50% 16vw;
    }

    .banner_slider .swiper-slide {
        height: 116vw;
    }

    .title_container:before {
        display: none;
    }

    .title_container {
        margin-top: 2vw;
        padding: 0;
        text-align: center;
    }

    .banner_props {
        margin-top: 42vw;
        flex-direction: column;
        align-items: center;
        row-gap: 10px;
    }

    .title1 {
        font-size: 4vw;
    }

    .title2 {
        margin-top: 1vw;
        font-size: 3vw;
    }

    .title3 {
        top: 26vw;
        font-size: 5vw;
    }

    .timer_wrap {
        margin-top: 4vw;
    }

    .timer {
        justify-content: center;
    }

    .banner_slider .btn {
        position: relative;
        left: initial;
        bottom: 0;
        width: 280px;
        z-index: 3;
        margin: 24px auto 0;
    }

    .credit_text {
        color: #000;
    }

    .car_gallery {
        width: 100%;
        height: 52vw;
    }

    .car_gallery:before {
        width: 14%;
    }

    .car_gallery:after {
        width: 14%;
    }

    .car_gallery a img {
        width: 100%;
        max-width: initial;
        height: auto;
    }

    /* INSTOCK */
    #filter_table {
        flex-direction: column;
        row-gap: 20px;
    }

    #filter_table .select_container {
        width: 100%;
    }

    #instock .compl_items .item {
        flex-direction: column;
    }

    #instock .compl_block .compl {
        font-size: 24px;
    }

    #instock .compl_items .compl_image {
        width: 78%;
    }

    #instock .compl_block {
        position: relative;
        padding-top: 52px;
        padding-bottom: 34px;
        padding-left: 20px;
        padding-right: 20px;
        width: 90%;
        z-index: 2;
    }

    #instock .compl_block:before {
        width: 100%;
        transform: none;
    }
    #t90 {
        scroll-margin-top: 700px;
    }
}

@media (max-width: 767px) {
    .banner_slider .swiper-slide {
        height: auto;
    }

    .banner_slider .btn {
        margin: 42px auto 0;
    }

    header .m_btn {
        position: absolute;
    }

    .menu {
        top: 10vw;
    }

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

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

    .service .service_nav_btn {
        width: 100%;
        justify-content: space-between;
    }

    .service_title {
        font-size: 16px;
        transform: translateX(-54%);
    }

.service .swiper-slide {
    transform: unset !important;
}

.service_img:before {
    transform: translateX(-50%);
}

.service_img img {
    transform: translateX(-50%);
}

.service_wrap .btn {
    width: 94%;
    margin-left: 3%;
}


    /* INSTOCK */
    #instock .compl_items .compl_engine {
        margin-top: 26px;
        row-gap: 14px;
    }

    #instock .compl_items .compl_btns {
        margin-top: 30px;
    }

    #instock .compl_name {
        font-size: 16px;
        margin-right: 8px;
        padding-left: 7px;
        border-left: 2px solid transparent;
    }

    #instock .compls {
        margin-top: 30px;
        flex-wrap: wrap;
        row-gap: 16px;
    }

    #instock .compl_items .compl_engine>div {
        width: 100%;
    }

    #instock .compl_items .compl_btns {
        left: 0;
        flex-direction: column;
        row-gap: 12px;
    }

    #instock .compl_items .compl_btns .btn {
        height: 50px;
        width: 100%;
    }

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

    header {
        padding: 10px 0 !important;
    }

    .top_addr {
        display: none;
    }

    header .btn {
        display: none;
    }

    header .container {
        flex-flow: wrap;
    }

    .logo_wrap {
        width: 85%;
    }

    .top_phone {
        text-align: center;
        width: 100%;
        margin-top: 5px;
    }

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

    .banner_slider .swiper-slide.slide1 {}

    .banner_slider .swiper-pagination .swiper-pagination-bullet {
        margin: 0 7px !important;
        width: 7%;
    }

    .banner_slider .swiper-pagination {
        text-align: center;
        left: 0 !important;
    }

    .title_container {}

    .timer_wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0;
    }

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

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

    .title_props>div {
        color: #000000;
        font-size: 18px;
    }

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

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

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

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



    #title_form {
        width: 100%;
    }

    #title_form .form-group {
        width: 100%;
        border-color: #000000;
    }

    #title_form input[type=tel] {
        color: #000000;
    }

    #title_form input[type=tel]::placeholder {
        color: #000000;
    }

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

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

    .top_props {
        margin-top: 30px;
        display: none;
    }

    .top_props .container {}

    .top_props .content {}

    .top_props .props_item {
        width: 100%;
    }

    .top_props .props_item span {}

    .top_props .props_item i {}

    .top_props .props_item b {}

    .top_props .props_item.ico1 {}

    .top_props .props_item.ico2 {}

    .top_props .props_item.ico3 {}

    .top_props .props_item.ico4 {}

    .top_props .props_item.ico5 {}

    .top_props .props_item.ico6 {}

    .top_props .props_item.ico7 {}

    /**********************
         top_advs
**********************/



    .top_advs {
        margin-top: 10px;
    }

    .top_advs .content {}

    .top_advs .advs_wrap {}

    .top_advs .advs_wrap .adv_item {
        font-size: 18px;
    }

    .top_advs .advs_wrap .adv_item>span {}

    .top_advs .advs_wrap .adv_item .text1 {
        font-size: 22px;
    }

    .top_advs .advs_wrap .adv_item .text2 {}

    .top_advs .advs_wrap .adv_item.ico1 {}

    .top_advs .advs_wrap .adv_item.ico2 {}

    .top_advs .advs_wrap .adv_item.ico3 {}

    .top_advs .advs_wrap .adv_item.ico4 {}

    .top_advs .advs_wrap .adv_item.ico5 {}

    .top_advs .advs_wrap .adv_item.ico6 {}

    .top_advs .advs_wrap .adv_item.ico7 {}




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

    .cars_items {
        margin-top: 50px;
    }

    .car_item {
        flex-direction: column-reverse;
        position: relative;
        margin-bottom: 50px;
        padding-top: 13vw;
    }

    .car_image_wrap {
        width: 90%;
        background-image: -moz-linear-gradient(-53deg, rgb(25, 61, 125) 0%, rgb(2, 144, 200) 100%);
        background-image: -webkit-linear-gradient(-53deg, rgb(25, 61, 125) 0%, rgb(2, 144, 200) 100%);
        background-image: -ms-linear-gradient(-53deg, rgb(25, 61, 125) 0%, rgb(2, 144, 200) 100%);
        padding: 20px 0 !important;
        margin-left: 20px;
    }

    .car_garant {
        color: #ffffff;
        padding-left: 40px;
        font-size: 16px;
    }

    .car_garant b {
        font-size: 22px;
    }

    .car_garant i {
        font-size: 22px;
        margin: 0 5px;
    }

    .car_comment {
        color: #ffffff;
        font-size: 14px;
        left: -25px;
    }

    .car_img {
        margin: 30px 0 !important;
        text-align: center;
    }

    .car_text_wrap {
        width: 100%;
        transform: unset;
        margin-left: 0;
        padding: 20px;
        margin-top: 15px;
        position: static;
    }

    .car_text {
        transform: unset;
    }

    .car_title {
        padding-left: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .car_name {
        font-size: 6.5vw;
        margin-bottom: 0;
        text-align: center;
    }

    .car_count {
        top: 0;
        right: 0;
        position: relative;
        width: 100%;
        padding: 5px 0;
        display: none;
    }

    .car_count span {
        display: flex;
        text-align: left;
        align-items: center;
    }

    .car_count span br {
        display: none;
    }

    .car_count span b {
        margin-right: 10px;
        margin-bottom: 0;
    }

    .car_props {
        flex-direction: column;
        margin-top: 15px;
    }

    .car_props a.ico1 {
        margin-right: 0;
    }

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

    .car_btns .btn {
        width: 100%;
        margin-top: 10px;
    }

    .compl_btn {
        left: 0;
        margin-top: 15px;
    }

    .car_gallery:before {
        width: 12%;
    }

    .car_gallery:after {
        width: 12%;
    }

    .cars_items .car_gallery .swiper-pagination-bullet {
        width: 50px;
        height: 4px;
    }

    .cars_items .car_gallery .swiper-pagination {
        bottom: 10px;
    }

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

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

    .tradein {
        background: none;
        padding: 0;
    }

    .tradein>img {
        display: block;
    }

    .tradein_wrap {
        width: 100%;
        padding: 30px 0;
    }

    .tradein_title {
        color: #000000;
        text-align: center;
        font-size: 30px;
    }

    #tradein_form .row {
        flex-direction: column;
        left: 0 !important;
        margin-bottom: 0 !important;
    }

    #tradein_form .form-group {
        border-color: #000000;
        width: 100%;
    }

    #tradein_form select,
    #credit_form select {
        color: #000000;
        background-image: url("../img/ico_select_bl.png");
    }

    #tradein_form input {
        color: #000000;
    }

    #tradein_form .agree_field {
        right: 0;
        margin-top: 0;
        color: #000000;
    }

    #tradein_form .agree_field a {
        color: #000000;
    }

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

    .gallery {
        display: none;
    }

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

    .credit {
        background: none;
        padding: 0;
    }

    .credit>img {
        display: block;
    }

    .cred_wrap {
        width: 100%;
        padding: 30px 0;
    }

    .cred_title {
        color: #000000;
        text-align: center;
        font-size: 30px;
    }

    .cred_comment {
        color: #000000;
        text-align: center;
    }

    .cred_props {
        margin-left: 0;
    }

    .cred_props .row {
        flex-direction: column;
        margin-bottom: 0;
        left: 0 !important;
    }

    .cred_props .row div {
        box-sizing: border-box;
        color: #000000;
        width: 100%;
        margin-bottom: 15px;
        border-color: #000000;
    }

    .cred_props .row>div.ico1 span {
        background: url(../img/cred_ico1_bl.png) 0 50% no-repeat;
    }

    .cred_props .row>div.ico2 span {
        background: url(../img/cred_ico2_bl.png) 0 50% no-repeat;
    }

    .cred_props .row>div.ico3 span {
        background: url(../img/cred_ico3_bl.png) 0 50% no-repeat;
    }

    .cred_props .btn {
        width: 100%;
    }


    .credit .credit_order {
        flex-wrap: wrap;
    }

    .credit .credit_order .column {
        width: 100%;
        padding-top: 30px;
    }

    .credit .credit_order .order_title {
        color: #000;
    }

    .credit .credit_order .credit_choose_param {}

    .credit .credit_order input.credit_range {}

    .credit .credit_order input.credit_range[name="credit_pay"] {}

    .credit .credit_order input.credit_range[name="credit_period"] {}

    .credit .credit_order .credit_choose_param .irs--flat .irs-min,
    .credit .credit_order .credit_choose_param .irs--flat .irs-max {
        color: #000;
    }

    .credit .credit_order .credit_choose_param .irs--flat .irs-from,
    .credit .credit_order .credit_choose_param .irs--flat .irs-to,
    .credit .credit_order .credit_choose_param .irs--flat .irs-single {
        color: #000;
    }

    .credit .credit_order .credit_choose_param .irs--flat .irs-line {
        background: #000;
    }

    .credit .credit_order .credit_choose_param .irs-bar {}

    .credit .credit_order .credit_choose_param .irs--flat .irs-bar {}

    .credit .credit_order .credit_choose_param .irs--flat .irs-bar--single {}

    .credit .credit_order .credit_choose_param .irs-handle {
        border-color: #000;
        background: #fff;
    }

    .credit .credit_order .credit_choose_param .irs--flat .irs-handle {}

    .credit .credit_order .credit_choose_param .irs--flat .irs-handle i {}

    .credit #credit_form .row {
        flex-wrap: wrap;
    }

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

    .credit #credit_form .form-group.skew {
        border-color: #000;
        border: 1px solid #000;
    }

    .credit #credit_form select {
        color: #000;
    }

    .credit #credit_form input[type="tel"],
    .credit #credit_form input[type="text"] {}

    .credit #credit_form .btn {}

    .credit #credit_form .agree_field a,
    .credit #credit_form .agree_field {
        color: #000;
    }

    /**********************
          testdrive
    **********************/



    .testdrive {
        background-size: 800px auto;
        padding-top: 234px;
    }

    .testdrive .container {}

    .testdrive .content {}

    .testdrive .title {
        font-size: 30px;
        text-align: center;
        color: #000;
    }

    .testdrive #testdrive_form {}

    .testdrive #testdrive_form .row {
        flex-wrap: wrap;
    }

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

    .testdrive #testdrive_form .form-group.skew {
        border-color: #000;
    }

    .testdrive #testdrive_form select {
        color: #000;
    }

    .testdrive #testdrive_form input[type="tel"],
    .testdrive #testdrive_form input[type="text"] {}

    .testdrive #testdrive_form .btn {}

    .testdrive #testdrive_form .agree_field a,
    .testdrive #testdrive_form .agree_field {
        color: #000;
    }


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



    /**********************
      service
**********************/


    .service {}

    .service .container {}

    .service .content {
        width: 100%;
    }

    .service .service_items {}

    .service .service_items .item {
        width: 100% !important;
        background-size: auto 350px !important;
        padding: 30px 20px !important;
        margin: 0 !important;
        height: auto !important;
        color: inherit;
        padding-top: 246px !important;
        background-position: 50% 0 !important;
    }

    .service .service_items .item.img1 {}

    .service .service_items .item.img2 {}

    .service .service_items .item.img3 {}

    .service .service_item_title {
        font-size: 6vw !important;
        color: #fff;
        padding-bottom: 40px;
        height: 80px;
    }

    .service .service_item_desc {
        font-size: 16px !important;
    }

    .service .service_item_desc span {}

    .service .service_items .item .btn {}



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

    .cont_wrap {
        padding: 30px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .cont_title {
        margin-bottom: 15px;
    }

    .bot_addr {
        margin-bottom: 15px;
    }

    .bot_addr br {
        display: none;
    }

    .bot_phone {
        margin-bottom: 15px;
    }

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

    .yurinfo {
        font-size: 14px;
    }

    #map1 {
        height: 350px;
        background-position: 50% 50%;
    }

    footer .footer_wrap {
        display: flex;
        /* flex-wrap: wrap; */
        justify-content: center;
        gap: 15px;
    }

    footer .switch {
        font-size: 13px;
        white-space: nowrap;
    }

    footer .sinoby_logo {
        color: #fff;
        font-size: 13px;
        order: -1;
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 440px) {
    .banner_slider .swiper-slide {
    }

    .banner_slider .swiper-slide.slide1 {
        background-position: 50% 24vw;
    }

    .title1 {
        font-size: 5vw;
    }

    .title2 {
        font-size: 4vw;
    }

    .logo1:before {
        height: 20px;
    }

    .logo2:before {
        height: 20px;
    }

    .banner_props {
        margin-top: 48vw;
        align-items: start;
    }
}

@media (max-width: 360px) {
    .compl_btn {
        font-size: 14px;
    }

    .car_profit {
        font-size: 19px;
        background-size: 20px;
        padding-left: 30px;
    }

    .car_profit span b {
        font-size: 23px;
    }

}

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