html {
    overflow-x: hidden;
}

body {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    font-family: "TT TANK", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    background: #181818;
    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: #ffffff;
}

.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: 1230px;
        max-width: 100%;
    }
}

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

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

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    width: 100%;
    height: 47px;
    padding: 0 20px;
    font-family: "TT TANK", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #F5F5F5;
    border-radius: 8px;
    outline: none;
}

form .form-group button {
    font-family: "TT TANK", sans-serif;
    width: 100%;
    height: 47px;
    cursor: pointer;
    outline: none;
    border: none;
}
form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #757575;
}

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

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

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

.agree_field {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    color: #ffffff;
    cursor: pointer;
}
.agree_field a {
    color: #ffffff;
    text-decoration: underline;
}
.agree_field input {
    position: absolute;
    left: -5000px;
    visibility: hidden;
}

.agree_field input+a {
    color: #ffffff;
}

.agree_field input+span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 20px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    position: absolute;
    top: -5px;
    left: 0;
}

.agree_field input+span:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 14px;
    border-radius: 3px;
}

.agree_field input:checked+span:before {
    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: #262B2B;
    border-radius: 8px;
    text-align: center;
    padding-bottom: 30px;
}

.popup_container .agree_field {
    font-size: 10px;
    color: #ffffff;
}

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

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

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

.popup_container .form_comment a {
    display: block;
    color: #ffffff;
    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: 47px;
    padding: 0 20px;
    font-family: "TT TANK", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #F5F5F5;
    border-radius: 8px;
    outline: none;
}

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

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

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

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

.popup_container .form-group textarea {
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 16px;
    color: #757575;
    text-decoration: none;
    text-align: left;
    background: transparent;
    border: 1px solid #F5F5F5;
    border-radius: 8px;
    resize: none;
    box-sizing: border-box;
    outline: none;
}

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

.fancybox-content {
    color: #ffffff;
    background: #262B2B;
    border-radius: 20px;
}

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

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

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

.btn {
    position: relative;
    width: 224px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #181818;
    text-align: center;
    text-decoration: none;
    background: #FF9549;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s linear;
}

.btn:hover {
    color: #FFFFFF;
    background: #181818;
}

.btn.glass {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
}
.btn.glass:hover {
    color: #FFFFFF;
    background: #181818;
    border-color: #181818;
}

.section_item {
    font-size: 64px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

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

.header {
    position: fixed;
    left: 0;
    width: 100%;
    background: #181818;
    z-index: 8;
}

.header .header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

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

.header .logo2 {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 300;
}
.header .logo2 span {
    font-size: 19px;
    line-height: 100%;
}

.header_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.header .top_addr {
    font-size: 16px;
    font-weight: 500;
}

.header .top_phone a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.header .btn {
    width: 279px;
}

.header .m_btn {
    display: none;
}

.menu {
    background: #262B2B;
}
.menu_wrap {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.menu_wrap a {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    transition: all 0.2s linear;
}
.menu_wrap a:hover {
    color: #FF9549;
    font-weight: 700;
}

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

.banner {
    margin-top: 160px;
}
.banner .banner_item picture {
    display: flex;
    justify-content: center;
}
.banner .banner_item picture img {
    max-width: initial;
}
.banner .title_container {
    position: absolute;
    top: 70px;
    left: 15px;
    right: 15px;
    margin: 0 auto;
    padding: 50px 20px 50px;
    background: url(../img/title_container_bg.png) 50% 0 no-repeat;
    backdrop-filter: blur(6px);
    border-radius: 8px;
    text-align: center;
}
.banner .title_container .br_mob {
    display: none;
}
.banner .title_container .title_date {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -21px;
    transform: translateX(-50%);
    width: fit-content;
    display: flex;
    align-items: center;
    column-gap: 12px;
    height: 42px;
    padding: 0 14px 0 8px;
    font-size: 24px;
    font-weight: 300;
    background: #181818;
    border-radius: 8px;
}
.banner .title_container .title_date:before {
    content: '';
    position: relative;
    display: block;
    min-width: 26px;
    height: 26px;
    background: url(../img/title_date_ico.svg) no-repeat;
}
.banner .title_container .title1 {
    font-size: 32px;
    font-weight: 500;
    color: #181818;
}
.banner .title_container .title2 {
    margin-top: 8px;
    font-size: 32px;
    font-weight: 700;
    color: #181818;
}
.banner .title_container .title2 span {
    color: #FF9549;
}
.banner_props {
    margin-top: 16px;
    display: flex;
    justify-content: center;
}
.banner_props > div {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 16px;
    padding-right: 24px;
    font-size: 24px;
    font-weight: 500;
    color: #181818;
}
.banner_props > div:before {
    content: '';
    position: absolute;
    right: 0;
    width: 8px;
    height: 8px;
    background: #FF9549;
    border-radius: 50px;
}
.banner_props > div:last-child {
    margin-right: 0;
    padding-right: 0;
}
.banner_props > div:last-child:before {
    display: none;
}
.banner .title_container .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -23px;
    width: 339px;
}

.run_now {
    background: #262B2B;
    overflow: hidden;
    position: relative;
    height: 63px;
    display: flex;
    align-items: center;
}
.run_now_cont {
    display: flex;
    align-items: center;
    animation: runstring 10s infinite linear;
}

.run_now_cont div {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 25px;
    padding-left: 33px;
    font-size: 24px;
    font-weight: 300;
    white-space: nowrap;
}
.run_now_cont div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: #FF9549;
}

@keyframes runstring {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}

.timer_block {
    margin-top: 60px;

}
.timer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 87px;
    background: #262B2B;
    border-radius: 8px;
}
.timer_title {
    font-size: 20px;
    font-weight: 500;
}
.timer {
    width: 48%;
}
.sinoby-timer {
    margin-top: 8px;
}
.timer_form {
    width: 37%;
}
#timer_form {
    width: 100%;
}

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

.advantages {
    margin-top: 120px;
}
.advantages_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 32px;
}
.advantages_wrapper > div {
    width: 24%;
    height: 293px;
    padding: 32px;
    border-radius: 8px;
}
.advantages_wrapper > div:nth-child(1) {
    background: url(../img/advantages_block_bg1.jpg) 50% 100% no-repeat;
}
.advantages_wrapper > div:nth-child(2) {
    background: url(../img/advantages_block_bg2.jpg) 50% 100% no-repeat;
}
.advantages_wrapper > div:nth-child(3) {
    background: url(../img/advantages_block_bg3.jpg) 50% 100% no-repeat;
}
.advantages_wrapper > div:nth-child(4) {
    background: url(../img/advantages_block_bg4.jpg) 50% 100% no-repeat;
}
.advantages_title {
    font-size: 26px;
    font-weight: 300;
    line-height: 112%;
}

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

.cars_menu {
    margin-top: 120px;
}
.cars_menu_list {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    column-gap: 32px;
}
.cars_menu_list > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 24%;
    padding-top: 3px;
    background: linear-gradient(180deg, rgba(38, 43, 43, 0) 0%, #262B2B 100%);
    border: 1px solid #D4D4D429;
    border-radius: 16px;
}
.cars_menu_list > a .cars_menu_title {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
}
.cars_menu_list > a .cars_menu_title b {
    font-weight: 500;
}
.cars_menu_list > a .cars_menu_imgs {
    height: 109px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    transition: all 0.2s linear;
}
.cars_menu_list > a:hover .cars_menu_imgs {
    transform: scale(1.16);
    transform-origin: 50% 100%;
}

.car_item {
    margin-top: 60px;
    padding: 32px;
    background: #262B2B;
    border-radius: 8px;
}
.car_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: start;
    column-gap: 32px;
}
.car_wrap {
    display: flex;
    justify-content: space-between;
    padding: 34px 32px;
    background: #181818;
    border-radius: 8px;
}
.car_name {
    font-size: 64px;
    font-weight: 500;
    text-transform: uppercase;
}
.car_profit {
    width: fit-content;
    margin-top: 32px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    height: 46px;
    padding: 0 17px 0 10px;
    font-size: 18px;
    font-weight: 500;
    color: #181818;
    background: #FF9549;
    border-radius: 8px;
    transition: all 0.2s linear;
}
.car_profit:hover {
    background: #FFFFFF;
}
.car_profit b {
    font-size: 24px;
    font-weight: 700;
}
.car_profit:before {
    content: '';
    position: relative;
    display: block;
    min-width: 32px;
    height: 33px;
    background: url(../img/car_profit_ico.svg) no-repeat;
    transition: all 0.2s linear;
}
.car_profit:hover:before {
    background: url(../img/car_profit_ico_hov.svg) no-repeat;
}
.car_props {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    min-width: 360px;
    row-gap: 12px;
    padding: 16px;
    background: #262B2B;
    border-radius: 12px;
}
.car_props > a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 24px;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
}
.car_props > a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 18px;
}
.car_props .ico1:before {
    background: url(../img/car_props_ico1.svg) 50% 50% no-repeat;
}
.car_props .ico2:before {
    background: url(../img/car_props_ico2.svg) 50% 50% no-repeat;
}
.car_props .ico3:before {
    background: url(../img/car_props_ico3.svg) 50% 50% no-repeat;
}

.img_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
}
.dots {
    min-width: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
}
.dots > div {
    width: 16px;
    height: 18px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s linear;
}
.dots > div.active {
    width: 24px;
    height: 24px;
    border: 1px solid #FFFFFF;
}

.car_gallery {
    margin-top: -12px;
    position: relative;
    width: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.car_gallery a {
    margin: 5px 0;
    transform: scale(0.9);
    overflow: hidden;
    border-radius: 8px;
}
.car_gallery a.slick-current + a {
    transform: scale(1);
}
.car_gallery a img {
    height: 112px;
}

.car_btns {
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
    column-gap: 16px;
}
.car_btns .btn {
    width: 32%;
}

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

#instock {
    margin-top: 120px;
}
#filter_table {
    display: none;
}
.filter_quick_menu {
    margin-top: 32px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    column-gap: 10px;
}
.filter_quick_menu li {
    position: relative;
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    border-bottom: 1px solid #727272;
    cursor: pointer;
    z-index: 2;
    transition: all 0.2s linear;
}
.filter_quick_menu li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #727272;
    z-index: -1;
    transition: all 0.2s ease-in-out;
}
.filter_quick_menu li.current:after,
.filter_quick_menu li:hover:after {
    height: 3px;
    background: #FF9549;
}
.filter_quick_menu li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 5px;
    width: 100%;
    background: #262B2B;
    border-radius: 8px 8px 0 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.2s linear;
}
.filter_quick_menu li.current:before,
.filter_quick_menu li:hover:before {
    opacity: 1;
}
#tb_complects {
    margin-top: 55px;
    width: 100%;
}
#tb_complects tbody tr:nth-child(1) {
    display: none;
}
#tb_complects tbody tr td:before {
    display: none;
}
#tb_complects tbody {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 40px;
}
#tb_complects .item {
    width: 48%;
    display: flex;
    flex-direction: column;
}
#tb_complects .compl_img {
    position: relative;
    margin: 0 32px;
    z-index: 3;
}
#tb_complects .compl_img img {
    width: 100%;
}
#tb_complects .compl_block {
    position: relative;
    padding: 0 32px 32px;
    z-index: 2;
}
#tb_complects .compl_block:before {
    content: '';
    position: absolute;
    display: block;
    top: -63px;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(38, 43, 43, 0) 0%, #262B2B 100%);
    border: 1px solid #D4D4D429;
    border-radius: 8px;
    z-index: -1;
}
#tb_complects .compl_name {
    margin-top: 34px;
}
#tb_complects .compl_name span {
    font-size: 32px;
    font-weight: 300;
}
#tb_complects .compl_name b {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #FF9549;
}
#tb_complects .compl_tehs {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}
#tb_complects .compl_tehs > div {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    justify-content: center;
}
#tb_complects .compl_tehs > div b {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 32px;
    font-size: 16px;
    font-weight: 500;
}
#tb_complects .compl_tehs > div b:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
}
#tb_complects .compl_tehs .ico1 b:before {
    background: url(../img/compl_tehs_ico1.svg) 50% 50% no-repeat;
}
#tb_complects .compl_tehs .ico2 b:before {
    background: url(../img/compl_tehs_ico2.svg) 50% 50% no-repeat;
}
#tb_complects .compl_tehs .ico3 b:before {
    background: url(../img/compl_tehs_ico3.svg) 50% 50% no-repeat;
}

#tb_complects .compl_tehs > div p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    color: #7A7A7A;
}

#tb_complects .compl_tehs span {
    display: block;
    width: 1px;
    height: 50px;
    background: #D9D9D9;
}

#tb_complects .compl_block .btns {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

#tb_complects .compl_block .btns .btn {
    width: 100%;
}

.tb_complects_showmore {
    display: block;
    margin-top: 32px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}

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

.services {
    margin-top: 120px;
}
.services_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px 2%;
}
.tradein {
    width: 44%;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}
.tradein_block {
    position: relative;
    padding: 32px;
    background: linear-gradient(180deg, rgba(38, 43, 43, 0) 0%, #262B2B 100%);
    border: 1px solid #D4D4D429;
    border-radius: 8px;
}
.tradein_block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/services_block_decor.png) no-repeat;
}

.services_title {
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
}
.services_comment {
    margin-top: 32px;
    font-size: 18px;
    font-weight: 300;
}
.services_comment b {
    font-weight: 700;
}

#tradein_form {
    margin-top: 32px;
    width: 100%;
}

.tradein_imgs {
    overflow: hidden;
    border-radius: 8px;
}

.credit {
    width: 54%;
    padding: 32px;
    background: url(../img/credit_bg.jpg) 50% 0 no-repeat;
    background-size: cover;
    border-radius: 8px;
}
#credit_form {
    margin-top: 32px;
    width: 100%;
    max-width: 492px;
}
#credit_form .form-group input[type="text"],
#credit_form .form-group input[type="tel"] {
    color: #000000;
    background: #FFFFFF66;
}
#credit_form .form-group input[type="text"]::placeholder,
#credit_form .form-group input[type="tel"]::placeholder {
    color: #181818;
}

.testdrive {
    display: flex;
    justify-content: space-between;
    column-gap: 32px;
}
.testdrive_imgs {
    display: flex;
    justify-content: center;
    width: 52.8%;
    overflow: hidden;
    border-radius: 8px;
}
.testdrive_imgs img {
    max-width: initial;
    height: 100%;
}
#testdrive_form {
    margin-top: 32px;
    width: 100%;
    max-width: 472px;
}
.testdrive_block {
    position: relative;
    width: 44.6%;
    padding: 32px;
    background: linear-gradient(180deg, rgba(38, 43, 43, 0) 0%, #262B2B 100%);
    border: 1px solid #D4D4D429;
    border-radius: 8px;
}
.testdrive_block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/services_block_decor.png) no-repeat;
}

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

.contacts {
    margin-top: 82px;
    padding: 60px 0;
    background: #262B2B;
}
.contacts_wrapper {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    column-gap: 32px;
}
.contacts_info {
    width: 37%;
}
.contacts .logo_wrap {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.contacts .logo4 {
    display: flex;
    flex-direction: column;
    font-size: 26px;
    font-weight: 300;
}
.contacts .logo4 span {
    font-size: 19px;
    line-height: 100%;
}

.contacts_block {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    font-size: 18px;
    font-weight: 300;
    color: #F5F5F5;
}

.contacts_title {
    margin-top: 32px;
    font-size: 26px;
    font-weight: 500;
}

#contacts_form {
    margin-top: 32px;
}

#map1 {
    position: relative;
    width: 60%;
    height: 455px;
    background: none;
    background-size: cover;
    border-radius: 8px;
    overflow: hidden;
}

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

.footer {
    padding: 32px 0;
    background: #181818;
    font-size: 16px;
    color: #ffffff;
}
.footer .footer_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px 10px;
}
.footer_block {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.footer a {
    font-size: 16px;
    color: #ffffff;
}
.sinoby img {
    position: relative;
    top: -2px;
}

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

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

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

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

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

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

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

/*IPAD PRO BEGIN*/
@media (max-width: 1199px) {
    .banner .title_container .title1 {
        font-size: 24px;
    }
    .banner .title_container .title2 {
        margin-top: 4px;
        font-size: 24px;
    }
    .banner_props > div {
        font-size: 18px;
    }

    .img_block {
        flex-direction: column;
        row-gap: 20px;
    }
    .dots {
        min-width: initial;
        height: 24px;
        flex-direction: row;
        column-gap: 8px;
    }
}

/*IPAD PRO BEGIN*/

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

@media (max-width: 991px) {
    .header .header_wrapper {
        flex-wrap: wrap;
    }
    .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: 94px;
        left: 100%;
        background: #181818;
        z-index: 10;
        height: auto;
        transition: all .2s linear;
        overflow: scroll;
    }
    .header .menu.active {
        left: 0;
    }
    .header .menu_wrap {
        flex-direction: column;
        align-items: center;
        row-gap: 12px;
    }

    .banner {
        margin-top: 100px;
    }
    .banner .banner_item picture img {
        width: 100%;
    }
    .banner .title_container {
        position: relative;
        top: 0;
        left: initial;
        right: initial;
        padding: 2vw 0;
        backdrop-filter: none;
        border-radius: initial;
        background: transparent;
    }
    .banner .title_container .br_mob {
        display: block;
    }
    .banner .title_container .title_date {
        position: relative;
        margin-top: 0;
        column-gap: 1vw;
        height: 5vw;
        padding: 0 2vw 0 1vw;
        font-size: 2.6vw;
        border-radius: 1vw;
    }
    .banner .title_container .title_date:before {
        min-width: 4vw;
        height: 4vw;
        background-size: contain !important;
    }
    .banner .title_container .title1 {
        margin-top: 2vw;
        font-size: 3vw;
        color: #ffffff;
    }
    .banner .title_container .title2 {
        margin-top: 1vw;
        font-size: 3vw;
        color: #ffffff;
    }

    .banner_props {
        margin-top: 1vw;
    }
    .banner_props > div {
        margin-right: 2vw;
        padding-right: 2.6vw;
        font-size: 2vw;
        color: #ffffff;
    }
    .banner_props > div:before {
        width: 1vw;
        height: 1vw;
    }

    .banner .title_container .btn {
        position: relative;
        bottom: 0;
        margin-top: 2vw;
    }

    .advantages_wrapper {
        column-gap: 14px;
    }
    .advantages_title {
        font-size: 20px;
    }
    .advantages_wrapper > div {
        width: 24%;
        height: 240px;
        padding: 14px;
    }

    .car_item {
        padding: 20px;
    }
    .car_wrapper {
        flex-direction: column;
        row-gap: 20px;
    }

    .car_gallery {
        width: 100%;
        margin: 0;
        flex-direction: row;
    }
    .car_gallery a {
        margin: 0 4px;
        transform: initial;
    }
    .car_gallery a img {
        width: 100%;
        height: auto;
    }

    .filter_quick_menu {
        flex-wrap: wrap;
        gap: 12px 10px;
    }
    .filter_quick_menu li {
        padding: 0 20px;
        font-size: 20px;
        white-space: nowrap;
    }
    #tb_complects .compl_name span {
        font-size: 20px;
    }
    #tb_complects .compl_name b {
        font-size: 20px;
    }

    .services_wrapper {
        gap: 20px 2%;
    }
    .tradein_block {
        padding: 20px;
    }
    .services_title {
        font-size: 24px;
    }
    .services_comment {
        margin-top: 12px;
        font-size: 18px;
    }
    .services_comment br {
        display: none;
    }
    .tradein_block:before {
        background-size: contain;
        background-position: 50% 50%;
    }
    #tradein_form {
        margin-top: 16px;
    }
    .testdrive {
        gap: 20px;
        flex-direction: column-reverse;
    }
    .testdrive_block {
        padding: 20px;
        width: 100%;
    }
    .testdrive_block:before {
        background-size: contain;
        background-position: 50% 50%;
    }
    .testdrive_imgs {
        width: 100%;
    }
    .testdrive_imgs img {
        width: 100%;
        height: auto;
    }

    .contacts_wrapper {
        padding: 0;
        flex-direction: column;
        row-gap: 20px;
    }
    .contacts_info {
        width: 100%;
    }
    #map1 {
        width: 100%;
        height: 320px;
    }
    #contacts_form {
        margin-top: 20px;
        width: 100%;
        max-width: 420px;
    }
}

/*IPAD END*/
@media (max-width: 980px) {}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .header .m_btn {
        position: absolute;
        top: 20px;
        right: 15px;
    }
    .header_wrap {
        margin-top: 12px;
        width: 100%;
        align-items: center;
    }

    .header .menu {
        top: 94px;
    }

    .banner {
        margin-top: 100px;
    }

    .banner .title_container {
        position: absolute;
        top: 14vw;
        left: 15px;
        right: 15px;
        padding: 2vw 1vw;
        border-radius: 2vw;
        background: #ffffff7a;
    }

    .banner_props > div:before {
        display: none;
    }
    .banner .title_container .title1 {
        font-size: 4vw;
        color: #181818;
    }
    .banner .title_container .title2 {
        font-size: 4vw;
        color: #181818;
    }

    .banner_props {
        margin-top: 3vw;
        flex-wrap: wrap;
        gap: 12px 3vw;
    }
    .banner_props > div {
        margin-right: 0;
        padding-right: 0;
        font-size: 3vw;
        color: #181818;
    }

    .banner .title_container .btn {
        width: 100%;
        max-width: 260px;
    }

    .run_now {
        height: 44px;
    }
    .run_now_cont div {
        margin-right: 16px;
        padding-left: 26px;
        font-size: 18px;
    }

    .timer_block {
        margin-top: 40px;
    }
    .timer_wrap {
        padding: 16px;
        flex-direction: column;
        row-gap: 14px;
    }
    .timer {
        width: 100%;
    }
    .timer_title {
        text-align: center;
    }
    .timer_form {
        width: 100%;
    }

    .advantages {
        margin-top: 60px;
    }
    .advantages_wrapper {
        flex-wrap: wrap;
        gap: 20px 2%;
    }
    .advantages_wrapper > div {
        width: 48%;
        background-size: cover !important;
    }

    .section_item {
        font-size: 36px;
    }

    .cars_menu {
        margin-top: 60px;
    }
    .cars_menu_list {
        flex-wrap: wrap;
        gap: 12px;
    }
    .cars_menu_list > a {
        width: 46%;
    }
    .cars_menu_list > a .cars_menu_imgs {
        height: auto;
    }
    .cars_menu_list > a:hover .cars_menu_imgs {
        transform: none;
        transform-origin: initial;
    }

    .car_profit {
        margin-top: 14px;
        font-size: 14px;
    }
    .car_profit b {
        font-size: 18px;
    }
    .car_name {
        font-size: 48px;
    }
    .car_wrap {
        padding: 20px;
        flex-direction: column;
        row-gap: 16px;
        width: 100%;
    }
    .car_props {
        margin-top: 16px;
        min-width: fit-content;
    }
    .car_props > a {
        font-size: 14px;
    }
    .car_btns {
        margin-top: 16px;
        flex-direction: column;
        row-gap: 10px;
    }
    .car_btns .btn {
        width: 100%;
    }

    #instock {
        margin-top: 60px;
    }
    .filter_quick_menu {
        flex-wrap: wrap;
    }
    .filter_quick_menu li {
        width: fit-content;
    }
    #tb_complects .item {
        width: 100%;
    }
    #tb_complects .compl_name {
        margin-top: 12px;
    }
    #tb_complects .compl_img {
        margin: 0 15px;
    }
    #tb_complects .compl_block {
        padding: 0 15px 15px;
    }
    #tb_complects .compl_tehs {
        margin-top: 16px;
    }
    #tb_complects .compl_tehs > div b {
        font-size: 14px;
    }

    #tb_complects .compl_block .btns {
        margin-top: 12px;
        row-gap: 8px;
    }

    .services {
        margin-top: 60px;
    }
    .services_wrapper {
        flex-direction: column;
    }
    .tradein {
        width: 100%;
    }
    .tradein_imgs img {
        width: 100%;
    }

    .credit {
        width: 100%;
        padding: 20px 20px 86vw;
        background: url(../img/credit_bg_mob.jpg) 50% 100% no-repeat;
        background-size: 100%;
    }

    .contacts {
        margin-top: 60px;
        padding: 26px 0;
    }
    .contacts_block {
        margin-top: 20px;
        row-gap: 12px;
        font-size: 16px;
    }
    .contacts_title {
        margin-top: 20px;
        font-size: 20px;
    }
}
/*MOBILE END*/
@media (max-width: 680px) {}

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

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

/* Portrait phones and smaller */
@media (max-width: 440px) {
    .section_item {
        font-size: 24px;
    }

    .advantages_title {
        font-size: 16px;
    }
    .advantages_wrapper > div {
        height: 200px;
    }
}

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


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

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

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