html {
    overflow-x: hidden;
}

body {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #0B0D0C;
    background: #F5F7F8;
    overflow-x: hidden;
}

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

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
    padding: 0;
}

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

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

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

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #0B0D0C;
}

.container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1350px;
    position: relative;
}

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

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

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

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

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

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

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    width: 100%;
    height: 48px;
    padding: 0 24px;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #0B0D0C;
    box-sizing: border-box;
    text-transform: uppercase;
    background: #FFFFFF7A;
    border: 1px solid #FFFFFF4D;
    border-radius: 4px;
    outline: none;
}

form .form-group button {
    font-family: "PT Sans", sans-serif;
    width: 100%;
    height: 48px;
    cursor: pointer;
    outline: none;
    border: none;
}
form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #0B0D0C;
}

form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #0B0D0C;
}

form :-ms-input-placeholder {
    /* IE 10+ */
    color: #0B0D0C;
}

form :-moz-placeholder {
    /* Firefox 18- */
    color: #0B0D0C;
}

.agree_field {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: #0B0D0C;
    text-transform: uppercase;
    cursor: pointer;
}
.agree_field a {
    color: #0B0D0C;
}
.agree_field input {
    position: absolute;
    left: -5000px;
    visibility: hidden;
}

.agree_field input+a {
    color: #0B0D0C;
}

.agree_field input+span {
    width: 15px;
    height: 15px;
    border: 1px solid #0B0D0C;
    background: #0B0D0C;
    border-radius: 2px;
    position: absolute;
    top: -1px;
    left: 0;
}

.agree_field input:checked+span {
    background: #ffffff;
}

.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 {
    display: none;
}

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

.popup_container .agree_field {
    font-size: 14px;
    color: #0B0D0C;
}

.popup_container .agree_field a {
    color: #0B0D0C;
}

.popup_container h2 {
    margin: 0;
    padding-top: 25px;
    padding-bottom: 29px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #0B0D0C;
    text-transform: uppercase;
}

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

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

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

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #0B0D0C;
    box-sizing: border-box;
    text-transform: uppercase;
    background: #FFFFFF8C;
    border: 1px solid #0b0d0c36;
    border-radius: 4px;
    outline: none;
}

.popup_container .form-group ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #0B0D0C;
}

.popup_container .form-group ::-moz-placeholder {
    /* Firefox 19+ */
    color: #0B0D0C;
}

.popup_container .form-group :-ms-input-placeholder {
    /* IE 10+ */
    color: #0B0D0C;
}

.popup_container .form-group :-moz-placeholder {
    /* Firefox 18- */
    color: #0B0D0C;
}

.popup_container .form-group textarea {
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 18px;
    color: #0B0D0C;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    background: #FFFFFF8C;
    border: 1px solid #FFFFFF4D;
    border-radius: 4px;
    resize: none;
    box-sizing: border-box;
    outline: none;
}

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

.fancybox-content {
    color: #0B0D0C;
    background: #F5F7F8;
}

.alert.fancybox-content {
    overflow: hidden;
}

.form_title {
    margin: 0;
    padding: 0;
    padding-bottom: 47px;
    color: #0B0D0C;
    font-size: 36px;
    text-align: center;
}

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

.btn {
    position: relative;
    width: 224px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #0B0D0C;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s linear;
}
.btn:hover {
    color: #FFFFFF;
    background: #4F5F6F;
}
.btn.white {
    color: #0B0D0C;
    background: #FFFFFF;
}
.btn.white:hover {
    color: #FFFFFF;
    background: #4F5F6F;
}

.section_item {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    margin-top: 14px;
    margin-bottom: 0;
    height: 18px;
}
.slick-dots li {
    width: 14px;
    height: 14px;
    background: #0b0d0c;
    border-radius: 50px;
    transition: all 0.2s linear;
}
.slick-dots li.slick-active {
    width: 18px;
    height: 18px;
    background: #0B0D0C80;
}
.slick-dots li button {
    display: none;
}

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

.header {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8;
}
.header .header_wrapper {
    background: #0B0D0C66;
}
.header .header_wrap {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.header .logo_wrap {
    display: flex;
    align-items: center;
}
.header .logo1 {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 10px;
    padding-right: 10px;
}
.header .logo1:before {
    content: '';
    position: absolute;
    right: 0;
    width: 2px;
    height: 40px;
    background: #ffffff;
}
.header .header_block {
    display: flex;
    column-gap: 100px;
}
.header .top_phone {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 45px;
}
.header .top_phone a {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}
.header .top_phone:before {
    content: '';
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    background: url(../img/top_phone_ico.svg) no-repeat;
}
.header .top_addr {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 42px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}
.header .top_addr:before {
    content: '';
    position: absolute;
    left: 0;
    width: 22px;
    height: 25px;
    background: url(../img/top_addr_ico.svg) no-repeat;
}
.header .btn {
    width: 260px;
}
.header .m_btn {
    display: none;
}
.menu {
    background: #0B0D0C33;
    border-top: 1px solid #FFFFFF40;
    backdrop-filter: blur(4px);
}
.menu_item {
    display: flex;
    justify-content: space-between;
    padding: 15px 138px;
}
.menu_item a {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.2s linear;
}
.menu_item a:hover {
    text-shadow: 0 0 .65px #ffffff, 0 0 .65px #ffffff;
    text-decoration: underline;
}

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

.banner {
    position: relative;
}
.banner .banner_item picture {
    display: flex;
    justify-content: center;
}
.banner .banner_item picture img {
    max-width: initial;
}
.banner .title_container {
    position: absolute;
    top: 142px;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 0 auto;
}
.banner .title_container .br_mob {
    display: none;
}
.banner .title_container .title1 {
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}
.banner .title_container .title2 {
    margin-top: 4px;
    font-size: 40px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}
.banner .title_container .title3 {
    margin-top: 4px;
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}
.banner_props {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: start;
    column-gap: 23px;
}
.banner_props a {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 20px;
    min-height: 45px;
    padding: 0 15px;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    background: #FFFFFF4D;
    backdrop-filter: blur(4px);
    border: 1px solid #FFFFFF73;
    border-radius: 4px;
    transition: all 0.2s linear;
}
.banner_props a:before {
    content: '';
    position: relative;
    display: block;
    min-width: 25px;
    height: 25px;
    background-size: contain !important;
    transition: all 0.2s linear;
}
.banner_props .ico1:before {
    background: url(../img/banner_props_ico1.svg) no-repeat;
}
.banner_props .ico2:before {
    background: url(../img/banner_props_ico2.svg) no-repeat;
}
.banner_props .ico3:before {
    background: url(../img/banner_props_ico3.svg) no-repeat;
}
.banner_props .ico4:before {
    background: url(../img/banner_props_ico4.svg) no-repeat;
}

.timer_block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    max-width: 1315px;
    padding: 22px 52px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5225) 0%, rgba(255, 255, 255, 0.44) 50%, rgba(255, 255, 255, 0.5005) 100%);
    backdrop-filter: blur(4px);
    border: 1px solid #FFFFFF73;
    z-index: 2;
}
.timer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.timer_title {
    font-size: 20px;
    font-weight: 400;
}
#timer_form {
    margin-top: 4px;
    width: 624px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#timer_form .form-group:nth-child(7) {
    width: 49%;
}
#timer_form .form-group:nth-child(8) {
    width: 49%;
}

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

.cars_items {
    margin-top: 100px;
}
.car_item {
    margin-top: 42px;
}
.car_wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    padding: 32px 40px 40px;
    background: linear-gradient(180deg, rgba(230, 235, 238, 0.25) 0%, rgba(183, 205, 226, 0.52) 100%);
    border: 1px solid #FFFFFF;
}
.car_wrapper:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    height: 108px;
    background: url(../img/car_wrapper_decor.png) 50% 0 no-repeat;
    background-size: 100%;
}
.car_name {
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
}
.car_block {
    margin-top: 35px;
}
.car_profit {
    position: relative;
    left: -40px;
    display: flex;
    align-items: center;
    column-gap: 20px;
    min-height: 68px;
    padding: 0 50px;
    font-size: 28px;
    font-weight: 700;
    color: #0B0D0C;
    background: #F5F7F8;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #FFFFFF;
    overflow: hidden;
}
.car_profit b {
    font-size: 44px;
}
.car_profit:before {
    content: '';
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    background: url(../img/car_profit.svg) no-repeat;
    z-index: 2;
}
.car_profit::after {
    content: "";
    left: -200px;
    top: 0;
    position: absolute;
    height: 100%;
    width: 230px;
    background-image: linear-gradient(
            117deg,
            transparent 0%,
            transparent 40%,
            #B7CDE285 54%,
            transparent 54% 56%,
            #B7CDE285 56% 60%,
            transparent 60% 100%
    );
    animation: 3s blink linear infinite;
}
@keyframes blink {
    0% {
        left: -200px;
        opacity: 1;
    }
    30% {
        left: 100%;
        opacity: 1;
    }
    35% {
        opacity: 0;
    }
    100% {
        left: -200px;
        opacity: 0;
    }
}
.car_props {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.car_props > a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 32px;
    padding-left: 45px;
    font-size: 20px;
    font-weight: 400;
    color: #0B0D0C;
    transition: all 0.2s linear;
}
.car_props > a:hover {
    padding-left: 60px;
}
.car_props > a b {
    font-size: 24px;
}
.car_props > a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 33px;
    transition: all 0.2s linear;
}
.car_props > a:hover:before {
    transform: scale(1.4);
}
.car_props .ico1:before {
    background: url(../img/car_props_ico1.svg) 0 50% no-repeat;
}
.car_props .ico2:before {
    background: url(../img/car_props_ico2.svg) 0 50% no-repeat;
}
.car_props .ico3:before {
    background: url(../img/car_props_ico3.svg) 0 50% no-repeat;
}
.car_props .ico4:before {
    background: url(../img/car_props_ico4.svg) 0 50% no-repeat;
}
.car_props .ico5:before {
    background: url(../img/car_props_ico5.svg) 0 50% no-repeat;
}

.img_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
    transform: translateX(40px);
}
.img_block .dots {
    display: flex;
    align-items: center;
    column-gap: 22px;
}
.img_block .dots .dot_color {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s linear;
}

.img_block .dots .dot_color.active {
    transform: scale(1.4);
    box-shadow: 0 2px 2px 0 #0000001A;
}

.car_gallery {
    position: relative;
    width: 260px;
    transform: translateX(10px);
}
.car_gallery a picture {
    display: flex;
    justify-content: center;
}
.car_gallery a picture img {
    width: 204px;
    min-height: 145px;
}
.car_gallery .slick-active {
    transform: translateY(15px);
}
.car_gallery .slick-center {
    position: relative;
    transform: none;
    z-index: 2;
}
.car_gallery .slick-active + .slick-active + .slick-active {
    transform: translateY(-15px);
}
.car_gallery .slick-center img {
    transform: scale(1.2);
    box-shadow: 0 4px 4px 0 #12121240;
    transition: all 0.2s linear;
}
.car_gallery.slick-vertical .slick-slide {
    border: none;
}
.car_gallery .slick-arrow {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    background: url(../img/btn_arrows.svg) no-repeat;
    border: none;
    font-size: 0;
    cursor: pointer;
    z-index: 2;
}
.car_gallery .slick-prev {
    top: 0;
}
.car_gallery .slick-next {
    transform: rotate(180deg);
    bottom: 0;
}

.car_btns {
    margin-top: 42px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}
.car_btns > .btn {
    width: 32%;
}

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

#instock {
    margin-top: 120px;
}
#filter_table {
    display: none;
}
.filter_quick_menu {
    display: none;
}
#tb_complects {
    margin-top: 16px;
    width: 100%;
}
#tb_complects tbody tr:nth-child(1) {
    display: none;
}
#tb_complects tbody tr td:before {
    display: none;
}
#tb_complects .item {
    margin-top: 34px;
    position: relative;
    display: flex;
    justify-content: right;
    align-items: end;
    padding-right: 34px;
    background: linear-gradient(180deg, rgba(230, 235, 238, 0.25) 0%, rgba(183, 205, 226, 0.52) 100%);
    border: 1px solid #FFFFFF;
}
#tb_complects .item:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    height: 70px;
    background: url(../img/complects_item_decor.png) 100% 0 no-repeat;
    background-size: contain;
}
#tb_complects .compl_img {
    position: absolute;
    left: 0;
    max-width: 40%;
}
#tb_complects .compl_wrap {
    display: flex;
    justify-content: space-between;
    align-items: end;
    column-gap: 12px;
    width: 59%;
    padding: 36px 0;
}
#tb_complects .compl_block {
    display: flex;
    flex-direction: column;
    row-gap: 42px;
}
#tb_complects .compl_tehs {
    display: flex;
    column-gap: 36px;
    margin-bottom: 2px;
}
#tb_complects .compl_tehs > div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-left: 50px;
}
#tb_complects .compl_tehs > div span {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #0B0D0C7F;
}
#tb_complects .compl_tehs > div b {
    font-size: 20px;
    font-weight: 400;
    color: #0B0D0C;
    line-height: 100%;
}
#tb_complects .compl_tehs > div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
}
#tb_complects .compl_tehs .ico1:before {
    background: url(../img/compl_tehs_ico1.svg) no-repeat;
}
#tb_complects .compl_tehs .ico2:before {
    background: url(../img/compl_tehs_ico2.svg) no-repeat;
}
#tb_complects .compl_tehs .ico3:before {
    background: url(../img/compl_tehs_ico3.svg) no-repeat;
}
#tb_complects .btns {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 330px;
}
#tb_complects .btns > .btn {
    width: 100%;
}
.tb_complects_showmore {
    display: block;
    margin-top: 20px;
}

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

.testdrive {
    margin-top: 100px;
    padding: 50px 0;
    background: url(../img/testdrive_bg.jpg) 50% 50% no-repeat;
    background-size: auto 100%;
    transition: all 0.4s ease-in-out;
}
.testdrive:hover {
    background-size: auto 110%;
}
.testdrive .section_item {
    text-align: left;
}
.testdrive_block {
    max-width: 626px;
    padding: 48px 50px;
    background: linear-gradient(180deg, rgba(230, 235, 238, 0.25) 0%, rgba(183, 205, 226, 0.52) 100%);
    backdrop-filter: blur(4px);
    border: 1px solid #FFFFFF73;
}
.testdrive_comment {
    margin-top: 14px;
    font-size: 20px;
    font-weight: 400;
}
#testdrive_form {
    margin-top: 24px;
    width: 100%;
}
.testdrive_imgs {
    display: none;
}

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

.credit {
    margin-top: 100px;
}
.credit_wrapper {
    position: relative;
    display: flex;
    justify-content: right;
}
.credit_imgs {
    position: absolute;
    right: 676px;
    height: 414px;
    overflow: hidden;
}
.credit_imgs img {
    max-width: initial;
    height: 100%;
    transition: all 0.4s ease-in-out;
}
.credit_imgs:hover img {
    transform: scale(1.1);
}
.credit_block {
    width: 626px;
    padding: 50px 46px;
    background: linear-gradient(180deg, rgba(230, 235, 238, 0.25) 0%, rgba(183, 205, 226, 0.52) 100%);
    backdrop-filter: blur(4px);
    border: 1px solid #FFFFFF;
}
.credit .section_item {
    text-align: left;
}
.credit_title {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
}
#credit_form {
    margin-top: 26px;
    width: 100%;
}

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

.tradein {
    margin-top: 100px;
    padding: 50px 0;
    background: url(../img/credit_bg.jpg) 50% 50% no-repeat;
    background-size: auto 100%;
    transition: all 0.4s ease-in-out;
}
.tradein:hover {
    background-size: auto 110%;
}
.tradein .section_item {
    text-align: left;
}
.tradein_block {
    max-width: 626px;
    padding: 48px 50px;
    background: linear-gradient(180deg, rgba(230, 235, 238, 0.25) 0%, rgba(183, 205, 226, 0.52) 100%);
    backdrop-filter: blur(4px);
    border: 1px solid #FFFFFF73;
}
.tradein_comment {
    margin-top: 14px;
    font-size: 20px;
    font-weight: 400;
}
#tradein_form {
    margin-top: 24px;
    width: 100%;
}
.tradein_imgs {
    display: none;
}

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

.contacts {
    margin-top: 100px;
}
.contacts_wrapper {
    position: relative;
    display: flex;
    justify-content: right;
}
#map1 {
    position: absolute;
    right: 677px;
    width: 70%;
    height: 437px;
    background: url(../img/map.jpg) 100% 50% no-repeat;
    background-size: auto 100%;
}
.contacts_block {
    width: 627px;
    padding: 50px;
    background: linear-gradient(180deg, rgba(230, 235, 238, 0.25) 0%, rgba(183, 205, 226, 0.52) 100%);
    border: 1px solid #FFFFFF;
}
.contacts .logo_wrap {
    display: flex;
    align-items: center;
}
.contacts .logo_wrap .logo3 {
    margin-right: 15px;
    padding: 10px 15px 10px 0;
    border-right: 2px solid #0B0D0C;
}
.contacts_wrap {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.contacts_wrap > div {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 34px;
    padding-left: 50px;
    font-size: 26px;
    font-weight: 400;
}
.contacts_wrap > div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 34px;
}
.contacts_wrap .bottom_addr:before {
    background: url(../img/bottom_addr_ico.svg) no-repeat;
}
.contacts_wrap .bottom_hour:before {
    background: url(../img/bottom_hour_ico.svg) no-repeat;
}
.contacts_wrap .bottom_phone:before {
    background: url(../img/bottom_phone_ico.svg) no-repeat;
}
.contacts .btn {
    margin-top: 23px;
    width: 100%;
}

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

.footer {
    margin-top: 100px;
    padding: 30px 0;
    background: #0B0D0C;
    font-size: 20px;
    color: #ffffff;
}
.footer .footer_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 10px;
}
.footer_block {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.footer a {
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
}

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

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

@media (min-width: 1190px) {
    .banner_props a:hover {
        font-size: 28px;
        min-height: 50px;
    }
    .banner_props a:hover:before {
        min-width: 30px;
        height: 30px;
    }
}

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

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

@media (max-width: 1570px) {
    .img_block {
        max-width: 40%;
    }
    #tb_complects .compl_img {
        max-width: 24%;
    }
    #tb_complects .compl_wrap {
        width: 68%;
    }
}

@media (max-width: 1399px) {
    .menu_item {
        padding: 15px 60px;
    }
    .banner .title_container .title1 {
        font-size: 26px;
    }
    .banner .title_container .title2 {
        font-size: 34px;
    }
    .banner .title_container .title3 {
        font-size: 26px;
    }
    .banner_props {
        flex-wrap: wrap;
        gap: 12px;
    }

    .timer_block {
        left: 14px;
        right: 14px;
    }
    .timer_wrap {
        column-gap: 12px;
    }
    .timer_form {
        width: 38%;
    }
    #timer_form {
        width: 100%;
    }
    #timer_form .form-group:nth-child(7) {
        width: 100%;
    }
    #timer_form .form-group:nth-child(8) {
        width: 100%;
    }

    .img_block {
        max-width: 42%;
    }
    .car_gallery {
        margin-top: 20px;
        width: 100%;
        transform: none;
    }
    .car_gallery .slick-active {
        transform: none;
    }
    .car_gallery .slick-active + .slick-active + .slick-active {
        transform: none;
    }
    .car_gallery .slick-center img {
        transform: none;
    }
    .car_gallery a {
        margin: 0 5px;
    }
    .car_gallery a picture img {
        width: 100%;
        min-height: initial;
    }
    .car_gallery .slick-prev {
        top: 50%;
        left: 0;
        margin-top: -15px;
        margin-left: -10px;
        transform: rotate(-90deg);
    }
    .car_gallery .slick-next {
        top: 50%;
        left: initial;
        right: 0;
        margin-top: -15px;
        margin-right: -10px;
        transform: rotate(90deg);
    }
    .car_btns {
        margin-top: 20px;
    }
}

@media (max-width: 1290px) {
    #tb_complects .item {
        flex-direction: column;
        row-gap: 20px;
        align-items: start;
        padding: 20px;
    }
    #tb_complects .compl_img {
        position: relative;
        left: 0;
        max-width: initial;
    }
    #tb_complects .compl_wrap {
        width: 100%;
        padding: 0;
    }

    .contacts_wrapper {
        flex-direction: column-reverse;
        row-gap: 12px;
    }
    #map1 {
        position: relative;
        right: initial;
        width: 100%;
        height: 340px;
        background-size: cover;
    }
}

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

/*IPAD PRO BEGIN*/

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

@media (max-width: 991px) {
    .header .header_wrap {
        align-items: center;
    }
    .header .top_addr {
        display: none;
    }
    .header .btn {
        display: none;
    }
    .header .m_btn {
        display: block;
        position: relative;
        width: 30px;
        height: 22px;
        z-index: 1;
    }
    .header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 2px;
        background: #ffffff;
        transition: all .2s linear;
    }
    .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(-47deg);
        top: 0;
    }
    .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;
    }
    .header .menu {
        position: fixed;
        width: 100%;
        top: 74px;
        left: 100%;
        background: #F5F7F8;
        z-index: 10;
        height: auto;
        transition: all .2s linear;
        overflow: scroll;
    }
    .header .menu.active {
        left: 0;
    }
    .header .menu_item {
        flex-direction: column;
        align-items: center;
        row-gap: 12px;
    }
    .header .menu_item a {
        color: #0B0D0C;
    }
    .banner {
        margin-top: 76px;
    }
    .banner .title_container {
        position: relative;
        top: 0;
        left: initial;
        right: initial;
        padding: 2vw 0;
    }
    .banner .title_container .title1 {
        font-size: 3vw;
        color: #0B0D0C;
    }
    .banner .title_container .title2 {
        font-size: 3vw;
        color: #0B0D0C;
    }
    .banner .title_container .title3 {
        font-size: 3vw;
        color: #0B0D0C;
    }
    .banner_props {
        position: absolute;
        top: 100%;
        margin-top: 4vw;
        flex-wrap: wrap;
        gap: 12px;
    }
    .banner_props a {
        column-gap: 1vw;
        min-height: 4vw;
        padding: 0 1vw;
        font-size: 2vw;
        border-radius: 1vw;
    }

    .timer_block {
        position: relative;
        left: initial;
        right: initial;
        bottom: 0;
        padding: 20px;
    }
    .timer_wrap {
        position: relative;
        flex-direction: column;
        padding-top: 6vw;
    }
    .timer_title {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        font-size: 3vw;
        text-align: center;
    }
    .timer_form {
        margin-top: 20px;
        width: 100%;
        max-width: 540px;
    }
    #timer_form .form-group input[type="text"],
    #timer_form .form-group input[type="tel"] {
        border-color: #0b0d0c36;
    }

    .img_block {
        max-width: initial;
        transform: none;
        width: 100%;
    }

    #tb_complects .compl_wrap {
        flex-direction: column;
        align-items: start;
        row-gap: 12px;
    }
    #tb_complects .compl_block {
        width: 100%;
        row-gap: 24px;
    }
    #tb_complects .compl_tehs {
        width: 100%;
        justify-content: space-between;
        column-gap: 12px;
    }
    #tb_complects .compl_tehs > div {
        justify-content: center;
        padding-left: 34px;
    }
    #tb_complects .compl_tehs > div span {
        font-size: 10px;
    }
    #tb_complects .compl_tehs > div b {
        font-size: 16px;
    }
    #tb_complects .compl_tehs > div:before {
        width: 24px;
        height: 24px;
        background-size: contain !important;
    }
    #tb_complects .btns {
        width: 100%;
    }

    .credit_wrapper {
        flex-direction: column-reverse;
        row-gap: 24px;
    }
    .credit_imgs {
        position: relative;
        right: initial;
        height: auto;
    }
    .credit_imgs img {
        max-width: 100%;
    }
}

/*IPAD END*/
@media (max-width: 980px) {}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .header .header_wrap {
        flex-wrap: wrap;
    }
    .header .header_block {
        width: 100%;
        justify-content: center;
    }
    .header .m_btn {
        position: absolute;
        top: 20px;
        right: 15px;
    }
    .header .header_block {
        width: 100%;
    }
    .header .top_phone {
        width: 100%;
        margin-top: 12px;
        padding: 0;
        display: flex;
        justify-content: center;
        column-gap: 10px;
    }
    .header .top_phone:before {
        position: relative;
        display: block;
        min-width: 24px;
    }
    .header .menu {
        top: 112px;
    }
    .banner {
        margin-top: 112px;
    }
    .banner picture img {
        width: 100%;
    }
    .banner .title_container {
        position: absolute;
        top: 6vw;
        left: 15px;
        right: 15px;
    }
    .banner .title_container .br_mob {
        display: block;
    }
    .banner .title_container .title1 {
        font-size: 4vw;
        color: #ffffff;
    }
    .banner .title_container .title2 {
        margin-top: 1vw;
        font-size: 6vw;
        color: #ffffff;
    }
    .banner .title_container .title3 {
        margin-top: 1vw;
        font-size: 5vw;
        color: #ffffff;
    }
    .banner_props {
        position: initial;
        margin-top: 4vw;
        gap: 2vw;
    }
    .banner_props a {
        min-height: 6vw;
        padding: 0 2vw;
        font-size: 3vw;
    }
    .banner_props a:before {
        min-width: 4vw !important;
        height: 4vw;
        background-size: contain !important;
    }

    .timer_wrap {
        padding-top: 16vw;
    }
    .timer_title {
        font-size: 5vw;
    }
    .timer div[id^="timer"] {
        transform: scale(0.8) !important;
    }

    .section_item {
        font-size: 34px;
    }

    .cars_items {
        margin-top: 40px;
    }
    .car_item {
        margin-top: 30px;
    }
    .car_wrapper {
        padding: 24px;
    }
    .car_name {
        font-size: 36px;
    }
    .car_block {
        margin-top: 14px;
    }
    .car_profit {
        font-size: 24px;
    }
    .car_profit b {
        font-size: 34px;
    }
    .car_profit {
        left: -24px;
        margin-top: 20px;
        row-gap: 12px;
        padding: 0 18px;
    }
    .car_btns {
        margin-top: 20px;
        flex-direction: column;
        row-gap: 12px;
    }
    .car_btns > .btn {
        width: 100%;
    }

    #instock {
        margin-top: 40px;
    }

    .testdrive {
        margin-top: 40px;
        padding: 0;
        background: transparent;
    }
    .testdrive_block {
        max-width: initial;
        width: 100%;
        padding: 20px;
    }
    .testdrive_imgs {
        margin-top: 30px;
        display: block;
    }

    .credit {
        margin-top: 40px;
    }
    .credit_block {
        width: 100%;
        padding: 20px;
    }

    .tradein {
        margin-top: 40px;
        padding: 0;
        background: transparent;
    }
    .tradein_block {
        max-width: initial;
        width: 100%;
        padding: 20px;
    }
    .tradein_imgs {
        margin-top: 30px;
        display: block;
    }

    .contacts {
        margin-top: 40px;
    }
    .contacts_block {
        width: 100%;
        padding: 20px;
    }
    .contacts_wrap {
        row-gap: 20px;
    }
    .contacts_wrap > div {
        font-size: 20px;
    }

    .footer {
        margin-top: 40px;
    }

}
/*MOBILE END*/
@media (max-width: 680px) {}

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

@media (max-width: 520px) {
    .car_wrapper {
        padding: 20px 16px;
    }
    .car_profit {
        margin-top: 12px;
        width: fit-content;
        min-height: 48px;
        column-gap: 14px;
        padding: 0 20px;
        font-size: 20px;
    }
    .car_profit b {
        font-size: 22px;
    }
    .car_props {
        margin-top: 20px;
        row-gap: 10px;
    }
    .car_props > a {
        font-size: 18px;
    }
    .car_props > a b {
        font-size: 20px;
    }
    .img_block {
        margin-top: 20px;
    }

    #tb_complects .compl_tehs > div {
        padding-left: 0;
        padding-top: 34px;
    }
    #tb_complects .compl_tehs > div:before {
        top: 0;
    }

    .section_item {
        font-size: 24px;
    }

    .testdrive_comment {
        font-size: 16px;
    }
    #testdrive_form {
        margin-top: 20px;
    }

    .credit_title {
        font-size: 16px;
    }
    #credit_form {
        margin-top: 20px;
    }

    .tradein_comment {
        font-size: 16px;
    }
    #tradein_form {
        margin-top: 20px;
    }

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

/* Portrait phones and smaller */
@media (max-width: 440px) {
    .timer div[id^="timer"] {
        transform: scale(0.7) !important;
    }
}

@media (max-width: 390px) {
    .timer div[id^="timer"] {
        transform: scale(0.6) !important;
    }
}


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

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

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