html {
    overflow-x: hidden;
}

body {
    font-family: 'AudiType', sans-serif;
    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;
}


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

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 {
    box-sizing: border-box;
    margin: 0px auto;
    padding: 0px 20px;
    max-width: 100%;
    width: 100%;
    position: relative;
}

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


#form_popup, #form_popup2 {
    display: none;
}

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

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

.popup_container .agree_field a {
    color: black;
}


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

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

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

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

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

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

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

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

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

.agree_field 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: 48px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'AudiType', sans-serif;
    padding: 0px 15px;
    outline: none;
    background: transparent;
    border-radius: 0px;
    border: 1px solid #222222;
}

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

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: 'AudiType', 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: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: 1px solid #000000;
    transition: all .3s;
    text-align: center;
}

.btn.glass {
    background: transparent;
    color: #000000;
}

.btn.white {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.btn:hover {
    color: #ffffff !important;
    background: #BB0A30;
    border-color: #BB0A30;
}

.tg_link {}
.tg_link span {}
.tg_link a {}
.tg_link a img {}

.vk_link {}
.vk_link span {
}
.vk_link a {}
.vk_link img {width: 29px;height: 29px;}

.social {
    display: flex;
    gap: 10px;
    /* justify-content: space-between; */
    align-items: center;
}

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

.mob_phone {
    display: none;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 4px 16.4px 0px rgba(93, 93, 93, 0.10);
    z-index: 15;
    transition: all .3s;
}

.scroll header {
    backdrop-filter: blur(10px);
}

.header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #B3B3B3;
}

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

.logo1 {
    position: relative;
    padding-right: 17px;
    margin-right: 16px;
}

.logo1:before {
    content: '';
    display: block;
    background: #B3B3B3;
    width: 1px;
    height: 23px;
    position: absolute;
    right: 0;
    top: 5px;
}

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

.header_wrap .btn {
    width: 240px;
}

header .m_btn {
    display: none;
}

.menu {
    position: relative;
    padding: 15px 0;
}

.menu .line {
    height: 3px;
    position: absolute;
    bottom: 0;
    margin: 10px 0 0 0;
    background: #BB0A30;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.menu ul li {
    transition: all 0.4s ease;
}

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

/**********************
        BANNER
**********************/
.banner .swiper-slide {
    overflow: hidden;
}
.banner picture img {
    max-width: none;
    height: 780px;
    transform: translateX(-50%);
    left: 50%;
    display: block;
    position: relative;
}

.title_container {
    position: absolute;
    top: 212px;
    z-index: 1;
}

.title_container .br_mob {
    display: none;
}

.title_wrap {
    font-family: "AudiTypeExtended", sans-serif;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.7);
}

.title_container .title1 {
    font-size: 25px;
}
.title_container .title1 b {
    font-weight: 700;
    color: #bb0a30;
}
.title_container .title2 {
    font-size: 27px;
}

.title_container .title2 b {
    color: #bb0a30;
    font-family: "AudiTypeExtended", "Roboto", sans-serif;
}

.title_container .text-block-mob {}

.title_container .btn {
    width: 240px;
    margin-top: 30px;
}


.banner_props {
    display: flex;
    justify-content: space-evenly;
    font-family: "AudiTypeExtended";
    position: absolute;
    bottom: -737px;
    z-index: 1;
    width: 96%;
}

.slide2 .banner_props {
    align-items: center;
}

.banner_props > a {
    display: block;
    padding-left: 82px;
    font-size: 22px;
    color: #ffffff;
    text-decoration: none;
}

.slide1 .banner_props > a {
    /*color: #000000;*/
}

.slide2 .banner_props > a {
    /*color: #000000;*/
}

.banner_props > a b {
}

.banner_props > a.ico1 {
    background: url("../img/bn_ico1.png") 0 50% no-repeat;
}

.banner_props > a.ico2 {
    background: url("../img/bn_ico2.png") 0 50% no-repeat;
}

.banner_props > a.ico3 {
    background: url("../img/bn_ico3.png") 0 50% no-repeat;
}

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

.banner_props > a.ico5 {
    background: url("../img/bn_ico5.svg") 0 50% no-repeat;
}

.banner_props > a.ico6 {
    background: url("../img/bn_ico6.svg") 0 50% no-repeat;
}

.banner_props > a.ico7 {
    display: flex;
    align-items: center;
    background: url("../img/bn_ico7.svg") 0 50% no-repeat;
}

.banner_props > a.ico8 {
    font-size: 20px;
    padding: 10px 15px 10px 70px;
    background: url("../img/bn_ico8.svg") 15px 50% no-repeat #000000;
}

.banner_props > a.ico8 span {
    color: #bb0a30;
}

.banner_props > a.ico9 {
    background: url("../img/bn_ico9.svg") 0 50% no-repeat;
}


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

.timer_title {
    font-size: 21px;
    font-weight: 700;
    font-family: "AudiTypeExtended";
}

.timer_title b {
    color: #bb0a30;
}

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

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

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

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

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

.cars_items {
    margin-top: 80px;
}

.cars_items_title {
    font-family: "AudiTypeExtended";
    font-size: 62px;
    text-align: center;
    margin-bottom: 60px;
}

.cars_menu {
    box-sizing: border-box;
    padding: 0 20px !important;
    margin-bottom: 90px;
}

.cars_menu .line {
    height: 3px;
    position: absolute;
    bottom: 0;
    margin: 10px 20px 0;
    background: #BB0A30;
}

.cars_menu .swiper-wrapper {
    display: flex;
    justify-content: space-between;
}

.cars_menu .swiper-slide {
    width: auto;
    font-family: "AudiTypeExtended";
}

.cars_menu a {
    display: block;
    padding: 0 15px 10px;
    /*border-bottom: 3px solid transparent;*/
    transition: all .3s;
    color: #000000;
    font-size: 21px;
    text-decoration: none;
}

/*.cars_menu a:hover {
    border-color: #BB0A30;
}*/

.cars_items .container {
    width: 1285px;
    max-width: 100%;
}

.cars_list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

.car_item {
    width: 49.2%;
    background: #E6E6E6;
    transition: all .3s;
}

.car_item:hover {
    box-shadow: 0px 30px 50.9px -15px rgba(19, 19, 23, 0.27);
}

.car_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.car_name {
    font-family: "AudiTypeExtended";
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.car_image {
    position: relative;
}

.car_image .swiper-slide {
    height: 388px;
}

.car_image .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car_image .swiper-pagination {
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    height: 100%;
    bottom: 0 !important;
}

.car_image .swiper-pagination-bullet {
    opacity: .3;
    width: 32%;
    height: 100%;
    border-radius: 0;
    margin: 0 !important;
    position: relative;
    background: transparent;
}

.car_image .swiper-pagination-bullet-active {
    opacity: 1;
}

.car_image .swiper-pagination-bullet:before {
    content: '';
    width: 100%;
    height: 3px;
    background: #000000;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.car_offer {
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 25px;
    width: 168px;
    height: 65px;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background: url("../img/car_offer_pl.png") 50% 0 no-repeat;
}

.car_profit {
    display: flex;
    align-items: center;
    min-height: 48px;
    font-size: 22px;
    color: #000000;
    padding-left: 70px;
    background: url("../img/car_ico1.png") 0 50% no-repeat;
    margin-bottom: 15px;
}

.car_profit2 {
    display: flex;
    align-items: center;
    min-height: 48px;
    font-size: 22px;
    color: #000000;
    padding-left: 70px;
    background: url("../img/car_ico2.svg") 0 50% no-repeat;
}

.car_profit3 {
    min-width: 352px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 48px;
    font-size: 22px;
    color: #000000;
    padding-left: 70px;
}
.car_profit3::before {
    content: '';
    position: absolute;
    left: 0;
    width: 48px;
    height: 48px;
    background: url("../img/car_ico3.svg") 0 50% no-repeat;
}
.car_profit3 b {
    color: #BB0A30;
}

.car_btns {
    margin-top: 30px;
    padding: 0 20px 25px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

/**********************
       OFFERS
**********************/

.offers {
    margin-top: 128px;
    padding-top: 8vw;
    padding-bottom: 8vw;
    background: url(../img/offers_bg.jpg) no-repeat;
    background-size: auto 100%;
}
.offers_cont {
    display: flex;
    justify-content: right;
}
.offers_block {
    padding: 6vw 6vw;
    background: #FFFFFFCC;
    margin-right: 28px;
    width: 30vw;
}
.offers .title {
    font-size: 3.7vw;
    margin-bottom: 6px;
}
.offers .comment {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 45px;
}
.offers .agree_field,
.offers .agree_field a {
    color: #000;
}

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

#instock {
    margin-top: 170px;
    padding: 100px 0;
    background: #E6E6E6;
}

#instock .container {
    width: 1285px;
    max-width: 100%;
}

.compl_title {
    font-family: "AudiTypeExtended";
    text-align: center;
    font-size: 62px;
    margin-bottom: 50px;
}

#filter_table {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

#filter_table .select_container {
    width: 32.5%;
}

#filter_table select {
    font-family: "AudiType";
    width: 100%;
    height: 48px;
    padding-left: 30px;
    border: 1px solid #222;
}

.tb_complects {
    width: 100%;
}

.tb_complects tr:first-child {
    display: none;
}

.tb_complects tr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    background: #ffffff;
    transition: all .3s;
    padding: 40px 0 10px;
}

.tb_complects tr:hover {
    box-shadow: 0px 30px 50.9px -15px rgba(19, 19, 23, 0.27);
}

.tb_complects td {
    position: relative;
}

.tb_complects td:first-child {
    padding-left: 25px;
    width: 34%;
}

.compl_offer {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    width: 224px;
    height: 55px;
    padding-left: 40px;
    background: url("../img/compl_offer_pl.png") 0 50% no-repeat;
    margin-left: -25px;
}

.tb_complects td:nth-child(2) {
    width: 35%;
}

.compl_name {
    font-size: 22px;
    font-weight: 700;
    font-family: "AudiTypeExtended";
    margin-bottom: 40px;
}

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

.compl_techs > div {
    color: #b3b3b3;
    font-size: 20px;
    padding-left: 40px;
    background: url("../img/arrow_r.png") 0 50% no-repeat;
}

.compl_techs > div b {
    color: #000000;
}

.tb_complects td.btns {
    box-sizing: border-box;
    padding-right: 40px;
    width: 22.7%;
}

.compl_profit {
    display: block;
    font-size: 20px;
    text-decoration: none;
    color: #000000;
    padding-left: 64px;
    background: url("../img/car_ico1.png") 0 50% no-repeat;
    margin-bottom: 30px;
}

.tb_complects td.btns .btn:last-child {
    margin-top: 10px;
}

.tb_complects_showmore {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 48px;
    color: #000000;
    border: 1px solid #1D1D1F;
    text-decoration: none;
    margin-top: 40px;
}

/**********************
       ADVANTAGES
**********************/

.advantages {
    margin-top: 100px;
}

.ags_title {
    font-size: 62px;
    font-family: "AudiTypeExtended";
    text-align: center;
    margin-bottom: 50px;
}

.ags_slider {
    padding: 0 20px !important;
}

.ags_text {
    margin-top: 30px;
    font-size: 24px;
}

.ags_item {
    width: 772px !important;
}

.ags_img {
    height: 438px;
}

.ags_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.ags_nav {
    margin-top: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
}

.ags_nav .swiper-pagination {
    bottom: 0 !important;
    position: relative;
    width: auto !important;
}

.ags_nav .swiper-pagination-bullet {
    margin: 0 6px !important;
    background: none;
    width: auto;
    height: auto;
    font-family: "AudiTypeExtended";
    border-radius: unset;
    opacity: 1;
}

.ags_nav .swiper-pagination-bullet-active {
    border-bottom: 3px solid #000000;
    font-weight: 700;
}

.ags_nav .swiper-button-prev {
    position: relative;
    top: 0;
    width: 24px !important;
    height: 25px !important;
    left: 0 !important;
    background: url("../img/prev.svg") 0 50% no-repeat;
    margin-top: 0 !important;
    opacity: 1;
    transition: all .3s;
}

.ags_nav .swiper-button-prev:hover {
    background: url("../img/prev_hov.svg") 0 50% no-repeat;
}

.ags_nav .swiper-button-next {
    position: relative;
    top: 0;
    width: 24px !important;
    height: 25px !important;
    right: 0 !important;
    background: url("../img/next.svg") 0 50% no-repeat;
    margin-top: 0 !important;
    opacity: 1;
    transition: all .3s;
}

.ags_nav .swiper-button-next:hover {
    background: url("../img/next_hov.svg") 0 50% no-repeat;
}

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

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

#credit {
    padding-top: 130px;
}

#credit .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}


#credit .cont form {
    position: relative;
    box-sizing: border-box;
    flex-shrink: 0;
    margin: 0px auto;
    z-index: 1;
    background: #E6E6E6;
    width: 100%;
    padding: 86px 15%;
    padding-bottom: 0px;
    padding-top: 0px;
    height: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#credit .cont form .title {
    font-family: "AudiTypeExtended";
    font-size: 62px;
    line-height: 100%;
    margin-bottom: 25px;
}

#credit .cont form .comment {
    margin-bottom: 27px;
    font-size: 22px;
}

#credit .cont form .form-group.wide {
    width: 57%;
}

#credit .cont form .form-group {
    margin-bottom: 12px;
    width: 41%;
}

#credit .cont form .form-group input {
    max-width: 100%;
}

#credit .cont form button {
    max-width: 100%;
}

#credit .cont form .fields {
    display: flex;
    justify-content: space-between; /* width: 551px; */
}

#credit .cont form .agree_field {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000000;
}

#credit .cont form .agree_field a {
    color: #000000;
}

#credit .image1 {
    width: 49.5%;
    flex-shrink: 0;
    overflow: hidden;
}

#credit .image1 img {
    width: 100% !important;
}

#credit .image2 {
    width: calc(50% - 10px);
    overflow: hidden;
}

#credit .image2 .image {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    height: calc(50% - 10px);
}

#credit .image2 .image img {
    width: 100% !important;
}

#credit .images {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    margin-top: 20px;
}

#credit .images .image {

    overflow: hidden;
}

#credit img {
    transition: 0.5s;
    transform: scale(1.05);
}

#credit img.animated {
    transform: scale(1);
}

#credit .mvideo_container {
    width: calc(50% - 10px);
    background: url(../img/img_credit1.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    height: 0px;
    padding-bottom: calc((50% - 5px) / 1.05);
}

#credit .mvideo_container button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/ico_video.png) 50% 50% no-repeat;
    width: 78px;
    height: 78px;
    display: block;
    z-index: 1;
    border: none;
}

#credit .mvideo_container.play {
    background: none;
}

#credit .mvideo_container.play button {
    opacity: 0;
}

#credit .mvideo_container video {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
}


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

#tradein {
    padding-top: 20px;
}

#tradein .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}


#tradein .cont form {
    position: relative;
    box-sizing: border-box;
    flex-shrink: 0;
    margin: 0px auto;
    z-index: 1;
    background: #E6E6E6;
    width: 100%;
    padding: 86px 15%;
    padding-bottom: 0px;
    padding-top: 0px;
    height: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#tradein .cont form .title {
    font-family: "AudiTypeExtended";
    font-size: 62px;
    line-height: 100%;
    margin-bottom: 25px;
}

#tradein .cont form .comment {
    margin-bottom: 30px;
    font-size: 22px;
}

#tradein .cont form .form-group {
    margin-bottom: 12px;
}

#tradein .cont form .form-group input {
    max-width: 100%;
}

#tradein .cont form button {
    max-width: 100%;
}

#tradein .cont form .fields {
    display: flex;
    justify-content: space-between; /* width: 551px; */
}

#tradein .cont form .form-group.wide {
    width: 57%;
}

#tradein .cont form .form-group {
    width: 41%;
}


#tradein .cont form .agree_field {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000000;
}

#tradein .cont form .agree_field a {
    color: #000000;
}

#tradein .image2 {
    width: calc(50% - 10px);
    overflow: hidden;
}

#tradein .image2 .image {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

#tradein .image2 img {
    width: 100% !important;
}

#tradein img {
    transition: 0.5s;
    transform: scale(1.05);
}

#tradein img.animated {
    transform: scale(1);
}

#tradein .mvideo_container {
    width: calc(50% - 10px);
    background: url(../img/img_tradein1.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    order: 1;
    height: 0;
    padding-bottom: calc((50% - 10px) / 1.05);
}

#tradein .mvideo_container button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/ico_video.png) 50% 50% no-repeat;
    width: 78px;
    height: 78px;
    display: block;
    z-index: 1;
    border: none;
}

#tradein .mvideo_container.play button {
    opacity: 0;
}

#tradein .mvideo_container video {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}


/**********************
        BUYOUT
**********************/

.buyout {
    margin-top: 120px;
    position: relative;
}

.buyout .mvideo_container {
    width: 100%;
    background: url(../img/buyout_img.jpg) 50% 50% no-repeat;
    background-size: 100%;
    position: relative;
    height: 790px;
}

.buyout .mvideo_container button {
    position: absolute;
    top: 50%;
    left: 29%;
    transform: translate(-50%, -50%);
    background: url(../img/ico_video.png) 50% 50% no-repeat;
    width: 78px;
    height: 78px;
    display: block;
    z-index: 1;
    border: none;
}

.buyout .mvideo_container.play button {
    opacity: 0;
}

.buyout .mvideo_container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0px;
    right: -1px;
}

.buyout_wrap {
    box-sizing: border-box;
    width: 48.5%;
    position: absolute;
    top: 80px;
    right: 20px;
    background: rgba(255, 255, 255, 0.80);
    padding: 110px 160px;
}

.buyout_title {
    font-family: "AudiTypeExtended";
    font-size: 62px;
    margin-bottom: 20px;
}

.buyout_comment {
    font-size: 22px;
    margin-bottom: 20px;
}

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

#buyout_form .form-group {
    width: 49%;
    row-gap: 10px;
}

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

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

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

.reviews {
    margin-top: 120px;
    padding: 0 20px;
}

.reviews .container {
    padding: 40px 0;
    background: #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviews_text {
    padding-left: 160px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.reviews_title {
    font-family: "AudiTypeExtended";
    font-size: 62px;
    margin-bottom: 20px;
}

.reviews_comment {
    font-size: 22px;
}

.rev_nav {
    margin-top: 120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
}

.rev_nav .swiper-pagination {
    bottom: 0 !important;
    position: relative;
    width: auto !important;
}

.rev_nav .swiper-pagination-bullet {
    margin: 0 6px !important;
    background: none;
    width: auto;
    height: auto;
    font-family: "AudiTypeExtended";
    border-radius: unset;
    opacity: 1;
}

.rev_nav .swiper-pagination-bullet-active {
    border-bottom: 3px solid #000000;
    font-weight: 700;
}

.rev_nav .swiper-button-prev {
    position: relative;
    top: 0;
    width: 24px !important;
    height: 25px !important;
    left: 0 !important;
    background: url("../img/prev.svg") 0 50% no-repeat;
    margin-top: 0 !important;
    opacity: 1;
    transition: all .3s;
}

.rev_nav .swiper-button-prev:hover {
    background: url("../img/prev_hov.svg") 0 50% no-repeat;
}

.rev_nav .swiper-button-next {
    position: relative;
    top: 0;
    width: 24px !important;
    height: 25px !important;
    right: 0 !important;
    background: url("../img/next.svg") 0 50% no-repeat;
    margin-top: 0 !important;
    opacity: 1;
    transition: all .3s;
}

.rev_nav .swiper-button-next:hover {
    background: url("../img/next_hov.svg") 0 50% no-repeat;
}

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

.reviews_slider {
    width: 68%;
    margin-left: unset !important;
    margin-right: -40px !important;
    padding: 70px 0 !important;
}

.reviews_slider .swiper-wrapper {
    align-items: center;
    padding-left: 40px;
}

.reviews_slider .review {
    box-sizing: border-box;
    background: #FFF;
    padding: 40px;
    opacity: 0.5;
    transform: scale(0.9) !important;
    transition: all .3s;
    transform-origin: 0 50%;
}

.reviews_slider .review.swiper-slide-active {
    opacity: 1;
    transform: scale(1) !important;
    box-shadow: 0px 30px 50.9px -15px rgba(19, 19, 23, 0.27);
    z-index: 1;
}

.reviews_slider .review.swiper-slide-next {
    margin-left: -40px;
}

.rev_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.rev_name {
    font-size: 22px;
    font-family: "AudiTypeExtended";
    font-weight: 700;
}

.rev_date {
    font-weight: 700;
}

.rev_rate {
    margin-bottom: 10px;
}

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

.contacts {
    margin-top: 120px;
    position: relative;
}

.cont_wrap {
    position: absolute;
    top: 100px;
    left: 20px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.80);
}

.cont_text {
    padding: 30px 34px 40px;
}

.cont_dealer {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: "AudiTypeExtended";
}

.bot_addr {
    padding-left: 40px;
    background: url("../img/arrow_r.png") 0 50% no-repeat;
    margin-bottom: 15px;
}

.worktime {
    padding-left: 40px;
    background: url("../img/arrow_r.png") 0 50% no-repeat;
    margin-bottom: 15px;
}

.bot_phone {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    padding-left: 40px;
    background: url("../img/arrow_r.png") 0 50% no-repeat;
    margin-bottom: 15px;
}

.cont_quest {
    font-size: 20px;
    font-weight: 700;
    padding-top: 22px;
    margin-top: 22px;
    border-top: 1px solid #B3B3B3;
    margin-bottom: 15px;
}

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

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

footer {
    background: #000;
    padding: 40px 0;
}

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

.foot_wrap a {
    color: #FFFFFF;
    font-size: 16px;
}

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

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

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

@media (max-width: 1600px) {
    .timer_title {
        font-size: 16px;
    }

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

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

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

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

    #credit .cont form {
        padding: 30px 5%;
    }

    #credit .cont form .comment {
        font-size: 18px;
    }

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

    #tradein .cont form {
        padding: 30px 5%;
    }

    #tradein .cont form .comment {
        font-size: 18px;
    }

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

    .buyout_wrap {
        padding: 70px;
    }

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

    .reviews .container {
        padding: 0;
    }

    .reviews_text {
        padding-left: 20px;
    }
    .offers .comment {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1550px) {
    .banner_props > a {
        background-size: 40px !important;
        font-size: 16px;
        padding-left: 56px;
    }
}

/*IPAD PRO BEGIN*/
@media (max-width: 1199px) {
    .banner_props {
        bottom: -546px;
    }
    .offers_block {
        width: 40vw;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {

    .top_addr {
        display: none;
    }

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

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

    .title_container {
        top: 170px;
    }

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

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

    .banner picture img {
        height: 570px;
    }

    .banner_props > a {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

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

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

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

    #timer_form {
        width: 100%;
    }

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

    .cars_menu {
        padding-bottom: 15px !important;
    }

    .cars_menu .swiper-scrollbar {
        bottom: 0px !important;
    }

    .cars_menu a:hover {
        border-color: transparent;
    }

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

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

    .compl_title {
        font-size: 44px;
    }

    .tb_complects tr {
        padding: 30px 0;
        align-items: center;
    }

    .tb_complects td.btns {
        padding-right: 20px;
    }

    .compl_profit {
        font-size: 16px;
    }

    .compl_name {
        margin-bottom: 20px;
    }

    .compl_name {
        font-size: 18px;
    }

    .compl_techs > div {
        font-size: 16px;
    }

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

    .advantages {
        margin-top: 80px;
    }

    .ags_title {
        font-size: 44px;
    }

    .ags_text {
        font-size: 22px;
    }

    .ags_item {
        width: 600px !important;
    }

    .ags_img {
        height: auto;
    }

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

    #credit .cont form {
        padding: 15px 20px;
    }

    #credit .cont form .title {
        font-size: 44px;
        margin-bottom: 10px;
    }

    #credit .cont form .comment {
        font-size: 14px;
        margin-bottom: 10px;
    }

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

    #tradein .cont form {
        padding: 15px 20px;
    }

    #tradein .cont form .title {
        font-size: 44px;
        margin-bottom: 10px;
    }

    #tradein .cont form .comment {
        font-size: 14px;
        margin-bottom: 10px;
    }

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

    .buyout {
        margin-top: 80px;
    }

    .buyout_wrap {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        padding: 20px;
    }

    .buyout .mvideo_container {
        height: 400px;
    }

    .buyout .mvideo_container video {
        position: relative;
    }

    .buyout .mvideo_container button {
        left: 50%;
    }

    .buyout_title br {
        display: none;
    }

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

    .reviews {
        margin-top: 80px;
    }

    .reviews .container {
        flex-direction: column;
        padding: 30px 20px;
    }

    .reviews_text {
        padding-left: 0;
        width: 100%;
    }

    .reviews_comment br {
        display: none;
    }

    .reviews_slider {
        width: 100%;
        margin-right: 0 !important;
        padding: 50px 0 !important;
    }

    .rev_nav {
        width: 100%;
        position: absolute;
        bottom: 20px;
        left: 0;
    }

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

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .banner_props {
        bottom: -40vw;
    }
    .container {
        padding: 0 15px;
    }

    .logo_wrap {
        width: 35%;
    }

    .top_phone {
        font-size: 18px;
    }

    .header_wrap {
        padding: 10px 0;
    }

    .header_wrap .btn {
        height: 40px;
        width: 200px;
    }

    .logo1:before {
        top: 2px;
    }

    .menu {
        padding: 10px 0;
    }

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

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

    .title_container {
        top: 0;
        left: 0;
        position: relative;
        margin-top: 120px;
        text-align: center;
        margin-bottom: 20px;
    }

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

    .title_container .btn {
        margin: 20px auto 0;
        width: 80%;
    }

    .banner picture img {
        height: auto;
        left: 0;
        transform: unset;
        width: 100%;
    }

    .banner_props {
        margin-top: -60px;
    }

    .banner_props > a {
        font-size: 10px;
        padding-left: 45px;
    }

    .banner_props > a.ico8 {
        font-size: 10px;
    }

    .timer_block {
        align-items: center;
        justify-content: center;
        row-gap: 10px;
        padding: 0;
    }

    .timer_title {
        text-align: center;
    }

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

    .car_item {
        width: 100%;
    }

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

    #filter_table select {
        padding-left: 15px;
    }

    .tb_complects tr {
        flex-flow: wrap;
    }

    .tb_complects td:first-child {
        width: 45%;
    }

    .tb_complects td:nth-child(2) {
        width: 48%;
    }

    .tb_complects td.btns {
        width: 100%;
        padding: 20px 20px 0;
    }

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

    .ags_item {
        width: 450px !important;
    }

    .ags_text {
        font-size: 18px;
    }

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

    #credit .cont {
        flex-direction: column;
    }

    #credit .mvideo_container {
        width: 100%;
        height: 400px;
        padding-bottom: 0;
    }

    #credit .mvideo_container video {
        width: 100%;
        object-fit: cover;
    }

    #credit .image2 {
        width: 100%;
        row-gap: 20px;
        margin-top: 20px;
    }

    #credit .cont form {
        padding: 40px 20px;
        height: auto;
    }

    #credit .image2 .image {
        height: auto;
    }

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

    #tradein .cont {
        flex-direction: column;
    }

    #tradein .mvideo_container {
        width: 100%;
        height: 400px;
        padding-bottom: 0;
        margin-top: 20px;
    }

    #tradein .mvideo_container video {
        width: 100%;
        object-fit: cover;
    }

    #tradein .image2 {
        width: 100%;
        row-gap: 20px;
    }

    #tradein .cont form {
        padding: 40px 20px;
        height: auto;
    }

    #tradein .image2 .image {
        height: auto;
    }

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

    .buyout {
        margin-top: 40px;
    }

    .buyout .mvideo_container {
        height: 300px;
    }

    .buyout_title {
        font-size: 44px;
    }

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

    .reviews_slider .swiper-wrapper {
        padding-left: 0;
    }

    .reviews_slider .review {
        transform: unset !important;
        box-shadow: unset !important;
    }

    .reviews_slider .review.swiper-slide-next {
        margin-left: 0 !important;
    }

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

    .cont_img img {
        width: 100%;
    }

    .cont_wrap {
        position: relative;
        top: 0;
        left: 0;
        padding: 0 15px;
    }

    .cont_text {
        padding: 30px 0;
    }

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

    /*******************************************************************/
}
@media (max-width: 991px) {
    .offers {
        margin-top: 68px;
        padding-top: 43.5vw;
        padding-bottom: 0vw;
        background-size: 100% auto;
    }
    .offers_block {
        width: 100%;
        margin-right: 20px;
        margin-left: 20px;
        padding: 40px 20px;
        background: #E6E6E6;
    }
}
/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .offers_block {
        margin-right: 15px;
        margin-left: 15px;
        padding: 30px 15px;
    }
    .offers .title {
        font-size: 6.7vw;
        text-align: center;
    }
    .offers .comment {
        text-align: center;
    }
    .banner .swiper-slide {
        height: 182vw;
    }
    .banner_props {
        bottom: auto;
        top: 116vw;
    }
    .container {
        padding: 0 15px !important;
    }

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

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

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

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

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

    .popup_container {
        width: 100%;
    }

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

    header .m_btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 15px;
        right: 15px;
    }

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

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

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

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

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

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

    .menu.active {
        right: 0;
    }

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

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

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

    header {
        background: #FFFFFF;
    }

    .header_wrap {
        flex-flow: wrap;
        padding: 10px 0;
        row-gap: 10px;
    }

    .logo_wrap {
        width: 85%;
    }

    .top_addr {
        display: none;
    }

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

    .mob_phone {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #FFFFFF;
        z-index: 15;
        padding: 10px 0;
        box-shadow: 0px 4px 16.4px 0px rgba(93, 93, 93, 0.10);
    }

    .mob_phone a {
        font-weight: 700;
        color: #000000;
        text-decoration: none;
    }

    header .btn {
        display: none;
    }

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

    .banner {
        margin-top: 78px;
    }

    .title_container {
        box-sizing: border-box;
        top: 20px;
        left: 0;
        text-align: center;
        width: 100%;
        /*height: 108vw;*/
        padding: 0 15px;
    }

    .slide1 .title_container  {
        /* padding-top: 44vw; */
    }
    .slide2 .title_container  {
        /* padding-top: 44vw; */
    }

    .title_container .br_mob {
        display: block;
    }

    .slide1 .title_container .title2 {
        /* color: #000000; */
    }

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

    .title_container .title1 {
        font-size: 5vw;
        margin-bottom: 10px;
        color: #fff;
    }

    .title_container .title2 {
        font-size: 4vw;
        color: #ffffff;
        line-height: 1.8;
    }

    .slide1 .title_container .title2 {
        /*color: #000000;*/
    }

    .slide2  .title_container .title2 {
        /*color: #000000;*/
    }
    .title_container .title2 b {
        white-space: nowrap;
    }

    .title_container .title2 br {
        display: none;
    }

    .title_container .title2 .br_mob {
        display: block;
    }

    .title_container .text-block-mob {
        display: inline;
    }

    .title_container .btn {
        width: 95%;
        margin-top: 0;
        position: absolute;
        top: 96vw;
    }

    .slide4 .title_container .btn,
    .slide1 .title_container .btn,
    .slide2 .title_container .btn {
        margin: 0 auto;
        margin-top: 10px;
        position: relative;
        top: 0;
    }

    .banner picture img {
        height: auto;
        left: 0;
        transform: unset;
        width: 100%;
    }

    .banner_props {
        margin-top: 10px;
        flex-direction: column;
        row-gap: 10px;
        width: 100%;
        left: 0;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .slide2 .banner_props {
        align-items: flex-start;
    }

    .banner_props > a {
        font-size: 4vw;
        color: #000000;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .banner_props > a.ico8 {
        color: #ffffff;
        font-size: 3vw;
        background-size: 40px !important;
        padding: 5px 5px 5px 55px;
        background-position: 5px 50%;
    }

    .banner_props > a.ico8 b {
        font-size: 4vw;
    }

    .timer_block {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 5px;
        padding: 0;
    }

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

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

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

    #timer_form {
        width: 100%;
    }

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


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

    .cars_items {
        margin-top: 50px;
    }

    .cars_items_title {
        font-size: 8vw;
        margin-bottom: 30px;
    }

    .car_item {
        width: 100%;
    }

    .cars_menu {
        padding-bottom: 20px !important;
        margin-bottom: 30px;
    }

    .cars_menu a {
        padding: 0 10px;
        font-size: 16px;
    }

    .cars_menu .swiper-scrollbar {
        bottom: 0;
    }

    .car_image .swiper-pagination {
        height: auto;
    }

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

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

    .compl_title {
        font-size: 6vw;
        margin-bottom: 30px;
    }

    #filter_table {
        flex-direction: column;
        row-gap: 10px;
    }

    #filter_table select {
        padding-left: 15px;
    }

    #filter_table .select_container {
        width: 100%;
    }

    .tb_complects tr {
        flex-flow: wrap;
        padding: 20px 0;
    }

    .tb_complects td:first-child {
        width: 100%;
        padding-left: 0;
    }

    .tb_complects td:nth-child(2) {
        width: 100%;
        padding: 15px;
    }

    .compl_name {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .compl_techs > div {
        font-size: 16px;
    }

    .tb_complects td.btns {
        width: 100%;
        padding: 20px 20px 0;
    }

    .compl_profit {
        margin-bottom: 15px;
    }

    .tb_complects_showmore {
        margin-top: 0;
    }

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

    .advantages {
        margin-top: 50px;
    }

    .ags_title {
        font-size: 6vw;
    }

    .ags_item {
        width: 100% !important;
    }

    .ags_img {
        height: auto;
    }

    .ags_text {
        font-size: 16px;
        text-align: center;
    }

    .ags_slider {
        padding: 0 15px !important;
    }

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

    .car_image .swiper-slide {
        height: auto;
    }

    .car_image .swiper-pagination-bullet:before {
        bottom: 10px;
    }

    .car_name {
        width: 100%;
        margin-bottom: 10px;
        font-size: 7vw;
        text-align: center;
    }

    .car_profit {
        margin-left: 15px;
        font-size: 18px;
        background-size: 35px;
        padding-left: 55px;
        margin-bottom: 0;
    }

    .car_profit2 {
        margin-left: 15px;
        font-size: 18px;
        background-size: 35px;
        padding-left: 55px;
    }

    .car_profit b {
        white-space: nowrap;
    }

    .car_profit3 {
        margin-left: 15px;
        min-width: initial;
        font-size: 18px;
        padding-left: 56px;
    }
    .car_profit3::before {
        width: 35px;
        height: 35px;
        background-size: contain;
    }


    .car_text {
        margin-top: 20px;
        align-items: start;
    }

    .car_btns {
        padding: 15px;
        margin-top: 0;
    }

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

    #credit {
        padding-top: 40px;
    }

    #credit .cont {
        flex-direction: column;
        padding: 0 15px;
    }

    #credit .mvideo_container {
        width: 100%;
        height: 350px;
        padding-bottom: 0;
        display: none;
    }

    #credit .mvideo_container video {
        width: 100%;
        object-fit: cover;
    }

    #credit .image2 {
        width: 100%;
        row-gap: 10px;
        margin-top: 10px;
    }

    #credit .images {
        column-gap: 10px;
        margin-top: 10px;
    }

    #credit .cont form {
        padding: 30px 15px;
        height: auto;
    }

    #credit .cont form .title {
        font-size: 8vw;
        text-align: center;
    }

    #credit .cont form .comment {
        font-size: 16px;
        text-align: center;
    }

    #credit .cont form .comment br {
        display: none;
    }

    #credit .image2 .image {
        height: auto;
        margin-top: 10px;
    }

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

    #credit .cont form .fields {
        flex-flow: wrap;
    }

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

    #tradein {
        padding-top: 10px;
    }

    #tradein .cont {
        flex-direction: column;
        padding: 0 15px;
    }

    #tradein .mvideo_container {
        width: 100%;
        height: 350px;
        padding-bottom: 0;
        margin-top: 10px;
        display: none;
    }

    #tradein .mvideo_container video {
        width: 100%;
        object-fit: cover;
    }

    #tradein .image2 {
        width: 100%;
        row-gap: 20px;
    }

    #tradein .cont form {
        padding: 30px 15px;
        height: auto;
    }

    #tradein .cont form .title {
        font-size: 8vw;
        text-align: center;
    }

    #tradein .image2 .image {
        height: auto;
        margin-top: 10px;
    }

    #tradein .cont form .comment {
        font-size: 16px;
        text-align: center;
    }

    #tradein .cont form .comment br {
        display: none;
    }

    #tradein .cont form .comment b {
        white-space: nowrap;
    }

    #tradein .cont form .fields {
        flex-direction: column;
    }

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

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

    .buyout {
        margin-top: 40px;
        padding: 0 15px;
        display: flex;
        flex-direction: column-reverse;
    }

    .buyout .mvideo_container {
        height: 300px;
        background-size: cover;
    }

    .buyout .mvideo_container button {
        left: 50%;
    }

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

    .buyout_wrap {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px 15px;
        background: #E6E6E6;
        margin-bottom: 10px;
    }

    .buyout_comment {
        text-align: center;
        font-size: 16px;
    }

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

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

    .reviews {
        margin-top: 50px;
        padding: 0 15px;
    }

    .reviews_comment {
        font-size: 16px;
    }

    .reviews_slider .swiper-wrapper {
        padding-left: 0;
    }

    .reviews_slider .review {
        transform: unset !important;
        box-shadow: unset !important;
    }

    .reviews_slider .review.swiper-slide-next {
        margin-left: 0 !important;
    }

    .reviews .container {
        flex-direction: column;
        align-items: center;
        padding: 30px 15px 50px !important;
    }

    .reviews_slider {
        width: 100%;
        margin-right: 0 !important;
        padding: 20px 0 !important;
    }

    .reviews_slider .review {
        padding: 20px;
        font-size: 14px;
    }

    .reviews_title {
        font-size: 8vw;
    }

    .reviews_text {
        padding-left: 0;
        text-align: center;
        align-items: center;
    }

    .rev_nav {
        position: absolute;
        bottom: 20px;
        width: 100%;
        left: 0;
    }

    .rev_head {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
        margin-bottom: 10px;
    }

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

    .contacts {
        margin-top: 40px;
    }

    .cont_quest {
        font-size: 4vw;
    }

    .cont_img img {
        width: 100%;
    }

    .cont_wrap {
        position: relative;
        top: 0;
        left: 0;
        padding: 0 15px;
    }

    .cont_text {
        padding: 30px 0;
    }

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

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

    footer {
        padding: 20px 0;
    }

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

    .disclamer {
        padding-bottom: 50px;
    }

}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .offers {
        padding-top: 45.5vw;
    }
    .title_container .btn {
        width: 92%;
        top: 92vw;
    }
    .banner_props {
        bottom: -173vw;
    }

    .car_profit,
    .car_profit2,
    .car_profit3 {
        font-size: 14px;
        padding-left: 44px;
    }
    .banner_props > a {
        min-height: 30px;
    }
}

@media (max-width: 360px) {

}

@media (max-width: 320px) {
    .banner_props {
        bottom: auto;
        top: 115vw;
    }
    .banner .swiper-slide {
        height: 200vw;
    }
    .title_container .btn {
        top: 88vw;
    }
}