html {
    overflow-x: hidden;
}

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

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

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

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    background: url(../img/select_ico.svg) 100% 50% no-repeat;
    font-family: "Audi Type Screen", sans-serif;
    outline: none;
    border: 1px solid #000000;
}

a {
    text-decoration: none;
    color: black;
}

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

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

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

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

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

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

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

#form_popup {
    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: white;
    text-align: center;
    padding-bottom: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.popup_container .form-group select {
    color: #000000;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding-left: 16px;
    height: 48px;
    border: 1px solid #0B0D0C;
}

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


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

.agree_field {
    font-size: 14px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    font-weight: 400;
    padding-left: 24px;
    color: #000000;
    cursor: pointer;
}

.agree_field a {
    color: #000000;
    text-decoration: underline;
}
.agree_field input {
    position: absolute;
    left: -5000px;
    visibility: hidden;
}

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

.agree_field input+span {
    width: 14px;
    height: 14px;
    border: 1px solid #000000;
    background: #000000;
    position: absolute;
    top: -1px;
    left: 0;
}

.agree_field input:checked+span {
    background: url("../img/check_ico_wt.svg") 50% 50% no-repeat #000000;
}

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

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    font-family: "Audi Type Screen", sans-serif;
    height: 48px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    border: 1px solid #000000;
    padding: 0 16px;
    outline: none;
    background: transparent;
    border-radius: 0;
}

select {
    font-family: "Audi Type Screen", sans-serif;
    display: block;
    color: #000000;
    height: 48px;
    width: 100%;
    padding-left: 16px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    background: url(../img/select_ico.svg) right 20px center no-repeat;
    border: 1px solid #000000;
}

form .form-group button {
    font-family: "Audi Type Screen", sans-serif;
    width: 100%;
    height: 48px;
    cursor: pointer;
    outline: none;
}
form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #919191;
}

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

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

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

.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 {
    background: #1A1A1A;
    color: #ffffff;
    text-align: center;
    height: 48px;
    width: 224px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    transition: all 0.2s linear;
    cursor: pointer;
    overflow: hidden;
    border: none;
}
.btn span {
    position: relative;
    z-index: 2;
}
.btn:before,
.btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 80px solid #BB0A30;
    transition: all 0.4s ease-in-out;
}
.btn:before {
    right: -50px;
    border-right: 50px solid transparent;
    transform: translateX(-100%);
}
.btn:after {
    left: -50px;
    border-left: 50px solid transparent;
    transform: translateX(100%);
}

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

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

.btn:hover:before {
    transform: translateX(-40%);
}
.btn:hover:after {
    transform: translateX(40%);
}

.section_item {
    font-size: 60px;
    font-weight: 400;
}

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

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

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

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

.header .logo1 {
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 0;
    margin-right: 10px;
    border-right: 1px solid #C8C8C8;
}

.header .top_addr {
    font-size: 18px;
    font-weight: 400;
}

.header .top_phone a {
    font-size: 18px;
    font-weight: 700;
}

.header .m_btn {
    display: none;
}

.menu {
    padding: 12px 0;
    background: #F3F3F3;
}
.main_menu {
    display: flex;
    justify-content: space-between;
}
.main_menu a {
    font-size: 16px;
    font-weight: 400;
    transition: all 0.2s linear;
}
.main_menu a:hover {
    color: #BB0A30;
}

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

.main_banner {
    margin-top: 122px;
}

.main_banner .slick-next, .slick-prev{
    display: none !important;
}

.main_banner .slider_item {
    height: 620px;
}

.main_banner .banner_slide1 {
    background: url("../img/bg1.jpg") 50% 0 no-repeat;

}

.main_banner .banner_slide2 {
    background: url("../img/bg2.jpg") 50% 0 no-repeat;

}

.main_banner .title_container {
    position: relative;
    top: 40px;
    width: fit-content;
    margin: 0 auto;
    padding: 30px 40px 48px 30px;
    background: #FFFFFF99;
    backdrop-filter: blur(10px);
}
.main_banner .banner_slide2 .title_container {
    top: 30px;
}
.main_banner .banner_slide2 .title_container {
    width: unset;
    max-width: 921px;
}
.main_banner .title_container .title1 {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
}
.main_banner .banner_slide2 .title_container .title2 {
    font-size: 25px;
}
.main_banner .banner_slide2 .title_container .title3 {
    font-size: 25px;
}

.main_banner .banner_slide2 .title_container .title1 {
    font-size: 30px;
}
.main_banner .title_container .title1 .br_mob {
    display: none;
}
.main_banner .title_container .title2 {
    margin-top: 10px;
    font-size: 28px;
    text-align: center;
}

.main_banner .title_container .title2 b {
    font-size: 36px;
    font-weight: 700;
    color: #BB0A30;
}
.main_banner .title_container .title2 .br_mob {
    display: none;
}
.main_banner .title_container .title3 {
    margin-top: 14px;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
}
.main_banner .title_container .title3 .br_mob {
    display: none;
}

.main_banner .btn {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 318px;
}

.main_banner .erid {
    color: #ffffff;
    position: fixed;
    bottom: -5px;
    margin-left: 10px;
}

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

.timer_block {
    margin-top: 60px;
}
.timer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    background: #1A1A1A;
}
.timer_title {
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
}
.timer_form {
    max-width: 534px;
}
#timer_form {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.6%;
}
#timer_form .form-group {
    width: 48.2%;
}
#timer_form .form-group input[type="text"],
#timer_form .form-group input[type="tel"] {
    color: #ffffff;
    border-color: #ffffff;
}

#timer_form .form-group input[type="text"]::placeholder,
#timer_form .form-group input[type="tel"]::placeholder {
    color: #ffffff;
}
#timer_form .agree_field,
#timer_form .agree_field a {
    color: #ffffff;
}
#timer_form .agree_field input+span {
    border-color: #ffffff;
    background: #ffffff;
}
#timer_form .agree_field input:checked+span {
    background: url(../img/check_ico.svg) 50% 50% no-repeat #ffffff;
}

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

.cars_menu {
    margin-top: 120px;
}
.cars_menu_list {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}
.cars_menu_item {
    width: -webkit-fill-available;
    height: 164px;
    padding: 10px;
    transition: all 0.2s linear;
}
.cars_menu_item:hover {
    transform: scale(1.14);
}
.cars_menu_title {
    font-size: 30px;
    font-weight: 400;
}

.cars_menu_item[href="#q7"] {
    background: url("../img/car_menu/q7.png") 100% 100% no-repeat #E6E6E6;
}
.cars_menu_item[href="#q6"] {
    background: url("../img/car_menu/q6.png") 100% 100% no-repeat #E6E6E6;
}
.cars_menu_item[href="#q5"] {
    background: url("../img/car_menu/q5.png") 100% 100% no-repeat #E6E6E6;
}
.cars_menu_item[href="#a7"] {
    background: url("../img/car_menu/a7.png") 100% 100% no-repeat #E6E6E6;
}
.cars_menu_item[href="#a6"] {
    background: url("../img/car_menu/a6.png") 100% 100% no-repeat #E6E6E6;
}
.cars_menu_item[href="#q8"] {
    background: url("../img/car_menu/q8.png") 100% 100% no-repeat #E6E6E6;
}
.cars_menu_item[href="#a8"] {
    background: url("../img/car_menu/a8.png") 100% 100% no-repeat #E6E6E6;
}

.cars_menu_list button {
    display: none;
}

.car_items {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.car_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 1%;
    row-gap: 40px;
}

.car_items .car_item {
    position: relative;
    width: 49%;
    background: #E6E6E6;
}

.car_items .car_item.car-lightning {
    /* border: 1px solid #BB0A30; */
    /* box-shadow: 0 0 10px 1px #bb0a30b0; */
    animation: carlightning 2s ease-in-out infinite;
}

@keyframes carlightning {
    0% {box-shadow: 0 0 10px 1px #bb0a30b0;border: 1px solid #BB0A30;}
    50% {box-shadow: 0 0 10px 1px transparent;border: 1px solid transparent;}
    100% {box-shadow: 0 0 10px 1px #bb0a30b0;border: 1px solid #BB0A30;}
}

.car_available {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 10px 0 37px;
    background: #FFFFFF;
    z-index: 3;
}
.car_available span {
    position: absolute;
    top: -7px;
    left: 4px;
    width: 27px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BB0A30;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
}
.car_available span:before {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    width: 4px;
    height: 7px;
    background: linear-gradient(308.66deg, #BB0A30 13.89%, #550516 94.44%);
    transform: skewX(-26deg);
    z-index: -1;
}
.car_available span:after {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    width: 4px;
    height: 7px;
    background: linear-gradient(308.66deg, #BB0A30 13.89%, #550516 94.44%);
    transform: skewX(26deg);
    z-index: -1;
}

.car_gallery .slick-dots {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    column-gap: 30px;
}
.car_gallery .slick-dots li {
    width: -webkit-fill-available;
    display: flex;
    align-items: end;
    cursor: pointer;
}
.car_gallery .slick-dots li button {
    width: 100%;
    height: 2px;
    background: #FFFFFF80;
    font-size: 0;
    border: none;
    outline: none;
}
.car_gallery .slick-dots li.slick-active button {
    background: #ffffff;
}

.car_block {
    padding: 20px;
}
.car_name {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.car_props {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 12px;
}
.car_props a {
    position: relative;
    display: flex;
    align-items: center;
    width: 48%;
    min-height: 32px;
    padding-left: 42px;
    font-size: 16px;
    font-weight: 400;
}
.car_props a br {
    display: none;
}
.car_props a b {
    font-size: 20px;
    color: #BB0A30;
}
.car_props a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 32px;
    height: 32px;
}
.car_props .ico1:before {
    background: url(../img/car_props_ico1.svg) no-repeat;
}
.car_props .ico2:before {
    background: url(../img/car_props_ico2.svg) no-repeat;
}
.car_props .ico3:before {
    background: url(../img/car_props_ico3.svg) no-repeat;
}
.car_props .ico4:before {
    background: url(../img/car_props_ico4.svg) no-repeat;
}

.car_btns {
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 8px;
}
.car_btns .btn {
    width: 49%;
}
.car_btns .btn:last-child {
    width: 100%;

}

.car_offers {
    width: 49%;
    padding: 32px;
    background: url(../img/car_offers_bg.jpg?v=2) 50% 100% no-repeat;
    background-size: auto 100%;
}
.car_offers_title {
    font-size: 47px;
    font-weight: 400;
    color: #ffffff;
}
.car_offers_title b {
    display: block;
    margin-top: 10px;
    font-size: 57px;
    font-weight: 700;
}
.car_offers .btn {
    margin-top: 30px;
    width: 490px;
}

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


#instock {
    margin-top: 120px;
}
.filter_quick_menu {
    display: none;
}
#tb_complects {
    width: 100%;
}

#tb_complects tbody tr:nth-child(1) {
    display: none;
}
#tb_complects tbody tr td:before {
    display: none;
}

#filter_table {
    margin-top: 60px;
    display: flex;
    /* justify-content: space-between; */
    gap: 30px;
}
#filter_table .select_container {
    width: 32%;
}
.tb_complects_container {
    margin-top: 50px;
}
#tb_complects tbody {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}
#tb_complects .item {
    width: 49%;
    padding: 32px;
    background: #E6E6E6;
}
#tb_complects .compl_wrap {
    display: flex;
    justify-content: space-between;
}
#tb_complects .compl_block {
    width: 50%;
}
#tb_complects .compl_name {
    font-size: 22px;
    font-weight: 400;
}
#tb_complects .compl_tehs {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}
#tb_complects .compl_tehs span {
    color: #9D9D9D;
}
#tb_complects .compl_img {
    width: 50%;
}
#tb_complects .btns {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
#tb_complects .btns .btn {
    width: 49%;
}
.tb_complects_showmore {
    margin: 30px auto;
    width: fit-content;
    display: block;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid #000000;
}

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

.credit {
    margin-top: 120px;
}
.credit_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    padding: 85px 80px 80px;
    background: #1A1A1A;
}
.credit_imgs {
    width: -webkit-fill-available;
    height: 421px;
    overflow: hidden;
}
.credit_imgs img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: initial;
    height: 100%;
    transition: all 0.4s linear;
}
.credit_imgs img.animated {
    transform: translateX(-50%) scale(1.1);
}
.credit_block {
    min-width: 477px;
}
.credit .section_item {
    position: relative;
    color: #ffffff;
    line-height: 46px;
}
.credit_title {
    margin-top: 75px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}
.credit_advant {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}
.credit_advant > div {
    position: relative;
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
    row-gap: 12px;
    padding: 17px;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    background: #FFFFFF33;
}
.credit_advant > div:before {
    content: '';
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
}
.credit_advant .ico1:before {
    background: url(../img/credit_advant_ico1.svg) no-repeat;
}
.credit_advant .ico2:before {
    background: url(../img/credit_advant_ico2.svg) no-repeat;
}

#credit_form {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#credit_form .form-group {
    width: 49%;
}
#credit_form .form-group input[type="text"],
#credit_form .form-group input[type="tel"] {
    color: #ffffff;
    border-color: #ffffff;
}
#credit_form .form-group input[type="text"]::placeholder,
#credit_form .form-group input[type="tel"]::placeholder {
    color: #919191;
}
#credit_form .agree_field,
#credit_form .agree_field a {
    color: #ffffff;
}
#credit_form .agree_field input+span {
    border-color: #ffffff;
    background-color: #ffffff;
}
#credit_form .agree_field input:checked+span {
    background: url(../img/check_ico.svg) 50% 50% no-repeat #ffffff;
}

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

.tradein {
    margin-top: 120px;
}
.tradein_title {
    margin-top: 60px;
    font-size: 20px;
}
#tradein_form {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 8px;
}
#tradein_form .form-group {
    width: 19.2%;
}
#tradein_form .agree_field {
    width: -webkit-fill-available;
    justify-content: right;
    display: flex;
    position: relative;
    column-gap: 5px;
}
#tradein_form .agree_field input+span {
    position: relative;
    margin-right: 5px;
    background: #000000;
}
#tradein_form .agree_field input:checked+span {
    background: url(../img/check_ico_wt.svg) 50% 50% no-repeat #000000;
}
.tradein_imgs {
    margin-top: 30px;
    overflow: hidden;
}
.tradein_imgs img {
    transition: all 0.4s linear;
}
.tradein_imgs img.animated {
    transform: scale(1.1);
}

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

.advantages {
    margin-top: 120px;
    background: #1A1A1A;
}
.advantages_wrapper {
    display: flex;
    justify-content: space-between;
}
.advantages_block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    padding: 80px 0;
    row-gap: 60px;
    z-index: 2;
}
.advantages .section_item {
    color: #ffffff;
}
.advantages_comment {
    max-width: 439px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    line-height: 132%;
}
.advantages_video {
    position: absolute;
    width: 140%;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.advantages_video video {
    width: 100%;
    height: auto;
}
.advantages_list {
    width: 50%;
    padding: 80px 0 80px 32px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}
.advantages_list > div {
    position: relative;
    display: flex;
    align-items: center;
    width: 48%;
    height: 64px;
    padding-left: 60px;
    padding-right: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    background: #FFFFFF33;
}
.advantages_list > div:before {
    content: '';
    position: absolute;
    left: 16px;
    width: 32px;
    height: 32px;
}
.advantages_list .ico1:before {
    background: url(../img/advantages_ico1.svg) no-repeat;
}
.advantages_list .ico2:before {
    background: url(../img/advantages_ico2.svg) no-repeat;
}
.advantages_list .ico3:before {
    background: url(../img/advantages_ico3.svg) no-repeat;
}
.advantages_list .ico4:before {
    background: url(../img/advantages_ico4.svg) no-repeat;
}
.advantages_list .ico5:before {
    background: url(../img/advantages_ico5.svg) no-repeat;
}
.advantages_list .ico6:before {
    background: url(../img/advantages_ico6.svg) no-repeat;
}
.advantages_list .ico7:before {
    background: url(../img/advantages_ico7.svg) no-repeat;
}
.advantages_list .ico8:before {
    background: url(../img/advantages_ico8.svg) no-repeat;
}

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

.contacts {
    position: relative;
}
.contacts .container {
    position: initial;
}
.contacts_block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 32px;
    background: #E6E6E6;
    z-index: 3;
}
.contacts .logo_wrap {
    display: flex;
    align-items: center;
}
.contacts .logo_wrap {
    display: flex;
    align-items: center;
}
.contacts .logo1 {
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 0;
    margin-right: 10px;
    border-right: 1px solid #C8C8C8;
}
.bottom_phone {
    margin-top: 18px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 30px;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 700;
}
.bottom_phone:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../img/phone_ico.svg) no-repeat;
}
.bottom_hour {
    margin-top: 12px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 30px;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 400;
}
.bottom_hour:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../img/hour_ico.svg) no-repeat;
}
.bottom_addr {
    margin-top: 12px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 30px;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 400;
}
.bottom_addr:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../img/addr_ico.svg) no-repeat;
}
.contacts_comment {
    margin-top: 22px;
    font-size: 18px;
    font-weight: 400;
}
.contacts .btn {
    margin-top: 12px;
    width: 100%;
}
#map1 {
    width: 100%;
    height: 510px;
    max-width: 100%;
    background: url(../img/map.jpg) 50% 0 no-repeat;
    background-size: cover;
}

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


footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #1A1A1A;
    font-size: 16px;
    color: #ffffff;
}
footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
footer a {
    color: #ffffff;
}

.sinoby img {
    position: relative;
    top: -1px;
}

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

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

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

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

@media (max-width: 1570px) {

}

@media (max-width: 1441px) {
    .timer {
        width: 600px;
        white-space: nowrap;
        display: flex;
        justify-content: center;
    }
    .timer div[id^="timer"] {
        transform: scale(0.8) !important;
        min-width: fit-content !important;
    }

    .car_props a br {
        display: block;
    }
}

@media (max-width: 1390px) {
    .cars_menu_list {
        display: block;
        width: 101%;
        left: -0.5%;
    }
    .cars_menu_list a {
        margin: 0 5px;
    }
    .cars_menu_list a:hover {
        transform: none;
    }
    .cars_menu_list .slick-arrow {
        position: absolute;
        top: -50px;
        width: 40px;
        height: 40px;
        background: url(../img/btn_arrows.svg) 50% 50% no-repeat;
        border: none;
        font-size: 0;
    }
    .cars_menu_list .slick-prev {
        right: 50px;
        transform: rotate(90deg);
    }
    .cars_menu_list .slick-next {
        right: 0;
        transform: rotate(-90deg);
    }

    .cars_menu_list .slick-dots {
        display: flex;
        justify-content: center;
        column-gap: 6px;
    }
    .cars_menu_list .slick-dots li button {
        display: none;
    }
    .cars_menu_list .slick-dots li {
        width: 26px;;
        height: 2px;
        border-radius: 50px;
        background: #000000;
    }
    .cars_menu_list .slick-dots li.slick-active {
        background: #BB0A30;
    }

    .credit_wrapper {
        padding: 40px;
    }
}

@media (max-width: 1186px) {
    .header .top_addr {
        font-size: 16px;
    }
    .header .top_phone a {
        font-size: 16px;
    }
    .header .logo_wrap {
        max-width: 220px;
    }
    .main_banner .erid {
        font-size: 12px;
    }
    .timer {
        width: fit-content;
    }
    .timer_title {
        font-size: 26px;
    }
    .timer_form {
        max-width: 468px;
    }
    .timer div[id^="timer"] {
        transform: scale(0.6) !important;
    }

    .car_offers {
        padding: 16px;
    }
    .car_offers_title {
        font-size: 3vw;
    }
    .car_offers_title b {
        margin-top: 1vw;
        font-size: 3.4vw;
    }
    .car_offers .btn {
        margin-top: 4vw;
        width: -webkit-fill-available;
    }

    #tb_complects .item {
        padding: 20px;
    }
    #tb_complects .compl_wrap {
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    #tb_complects .compl_img {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #tb_complects .compl_block {
        width: 100%;
    }
}

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

/*IPAD PRO BEGIN*/

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

@media (max-width: 991px) {
    .header .header_wrapper {
        padding: 12px 0;
    }
    .header .top_addr {
        font-size: 14px;
    }
    .header .top_phone a {
        font-size: 14px;
    }

    .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: #000000;
        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: 46px;
        left: 100%;
        background: white;
        z-index: 10;
        height: auto;
        transition: all .2s linear;
        overflow: scroll;
    }

    .header .menu.active {
        left: 0;
    }

    .main_menu {
        flex-direction: column;
        align-items: center;
        row-gap: 14px;
    }

    .main_banner {
        margin-top: 56px;
    }
    .main_banner .title_container {
        padding: 2vw 2vw 40px;
    }
    .main_banner .title_container .title1 {
        font-size: 3vw;
    }
    .main_banner .banner_slide2 .title_container .title1 {
        font-size: 3vw;
    }
    .main_banner .banner_slide2 .title_container .title2 {
        margin-top: 1vw;
        font-size: 3vw;
    }
    .main_banner .title_container .title2 {
        font-size: 3vw;
    }
    .main_banner .title_container .title2 b {
        font-size: 4vw;
    }
    .main_banner .title_container .title2 .br_mob {
        display: block;
    }
    .main_banner .title_container .title3 {
        margin-top: 1vw;
        font-size: 3vw;
    }
    .main_banner .banner_slide2 .title_container .title3 {
        font-size: 3vw;
    }
    .main_banner .title_container .title3 .br_mob {
        display: block;
    }
    

    .timer {
        height: 98px;
    }
    .timer div[id^="timer"] {
        width: 600px;
    }
    .timer_wrap {
        flex-direction: column-reverse;
        padding: 48px 32px 32px;
    }
    .timer_title {
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .section_item {
        font-size: 46px;
    }

    .cars_menu {
        margin-top: 60px;
    }
    #instock {
        margin-top: 60px;
    }
    .credit {
        margin-top: 60px;
    }
    .tradein {
        margin-top: 60px;
    }
    .advantages {
        margin-top: 60px;
    }
    .car_name {
        font-size: 30px;
    }
    .car_props {
        flex-direction: column;
    }
    .car_props a {
        width: 100%;
    }
    .car_props a br {
        display: none;
    }
    .car_btns .btn {
        width: 100%;
    }

    .car_offers {
        width: 100%;
        height: 100vw;
    }
    .car_offers_title {
        font-size: 5vw;
    }
    .car_offers_title b {
        margin-top: 1vw;
        font-size: 5.6vw;
    }

    .credit_wrapper {
        flex-direction: column-reverse;
        row-gap: 0;
        padding: 20px;
    }
    .credit_title {
        margin-top: 20px;
    }
    .credit_imgs {
        margin-top: 20px;
        height: auto;
    }
    .credit_imgs img {
        height: initial;
        width: 100%;
    }

    .tradein_title {
        margin-top: 20px;
    }
    #tradein_form .form-group {
        width: -webkit-fill-available;
    }

    .advantages_wrapper {
        flex-direction: column;
    }
    .advantages_video {
        width: 108%;
        left: -4%;
    }
    .advantages_video video {
        width: initial;
        height: 100%;
    }
    .advantages_block {
        width: 100%;
    }
    .advantages_comment {
        max-width: 74%;
    }
    .advantages_list {
        width: 100%;
        row-gap: 20px;
        padding: 20px 0;
    }
    .advantages_list > div {
        width: 49%;
    }
    .contacts {
        background: #E6E6E6;
    }
    .contacts_block {
        position: relative;
        top: 0;
        transform: none;
        padding: 32px 0;
    }
    .contacts .btn {
        width: 334px;
    }
}

/*IPAD END*/
@media (max-width: 980px) {

}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .header .top_addr {
        display: none;
    }
    .main_banner .banner_slide1 {
        background: url(../img/bg1_mob.jpg) 50% 100% no-repeat;
        background-size: 100%;
        height: 98vw;
    }
    .main_banner .banner_slide2 {
        background: url(../img/bg2_mob.jpg) 50% 100% no-repeat;
        background-size: 100%;
        height: 98vw;
    }
    .main_banner .banner_slide2 .title_container {
        top: 40px;
    }
    .main_banner .title_container {
        padding: 3vw 2vw;
        width: -webkit-fill-available;
    }
    .main_banner .title_container .title1 {
        font-size: 5vw;
    }
    .main_banner .banner_slide2 .title_container .title1 {
        font-size: 5vw;
    }
    .main_banner .title_container .title1 .br_mob {
        display: block;
    }
    .main_banner .title_container .title2 {
        font-size: 5vw;
    }
    .main_banner .banner_slide2 .title_container .title2 {
        font-size: 5vw;
    }
    .main_banner .title_container .title2 b {
        font-size: 6vw;
    }
    .main_banner .title_container .title3 {
        font-size: 5vw;
    }
    .main_banner .banner_slide2 .title_container .title3 {
        font-size: 5vw;
    }
    .main_banner .btn {
        display: none;
    }

    .timer_block {
        margin-top: 20px;
    }
    .timer_title {
        font-size: 18px;
    }
    #timer_form {
        flex-direction: column;
    }
    #timer_form .form-group {
        width: 100%;
    }

    .section_item {
        font-size: 40px;
    }

    .cars_menu_list {
        margin-top: 40px;
    }
    .cars_menu_list a {
        height: 30vw;
        background-size: 90% !important;
    }
    .cars_menu_title {
        font-size: 4vw;
    }
    .car_items {
        display: block;
    }
    .car_items .car_item {
        width: 100%;
    }
    .car_props {
        flex-direction: row;
    }
    .car_props a {
        width: 48%;
    }
    .car_props a br {
        display: block;
    }

    #filter_table {
        flex-direction: column;
        row-gap: 12px;
    }
    #filter_table .select_container {
        width: 100%;
    }
    #tb_complects .item {
        padding: 14px;
    }
    #tb_complects .compl_name {
        font-size: 18px;
        min-height: 45px;
    }
    #tb_complects .btns {
        flex-direction: column;
        row-gap: 10px;
    }
    #tb_complects .btns .btn {
        width: 100%;
    }

    .advantages_block {
        position: relative;
        padding: 20px 0 0;
        row-gap: 0;
    }
    .advantages_video {
        display: none;
    }
    .advantages_comment {
        margin-top: 20px;
    }
}
/*MOBILE END*/
@media (max-width: 680px) {}

@media (max-width: 540px) {
    .header .header_wrapper {
        flex-wrap: wrap;
    }
    .top_phone {
        margin-top: 14px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .header .m_btn {
        position: absolute;
        top: 14px;
        right: 16px;
    }
    
    .main_banner .erid {
        bottom: -8px;
        font-size: 10px;
    }

    .timer {
        height: 84px;
    }
    .timer_wrap {
        padding: 28px 14px 16px;
    }
    .timer_title {
        font-size: 16px;
    }
    .timer div[id^="timer"] {
        transform: scale(0.5) !important;
    }

    .section_item {
        font-size: 36px;
    }
    .car_props a {
        width: 100%;
    }
    .car_props a br {
        display: none;
    }
    .car_block {
        padding: 14px;
    }

    #filter_table {
        margin-top: 30px;
    }
    .tb_complects_container {
        margin-top: 20px;
    }
    #tb_complects .item {
        width: 100%;
    }
    #tb_complects .compl_name {
        min-height: initial;
    }
    .credit_advant {
        row-gap: 20px;
    }
    .credit_block {
        min-width: initial;
    }
    .credit_advant {
        flex-direction: column;
    }

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

    .advantages_list {
        flex-direction: column;
    }
    .advantages_list > div {
        width: 100%;
    }
    
    #map1 {
        height: 320px;
    }

    #tradein_form .agree_field {
        display: block;
    }
    #tradein_form .agree_field input+span {
        position: absolute;
    }
}

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

/* Portrait phones and smaller */
@media (max-width: 440px) {
    .header .logo1 {
        padding: 0 5px 0 0;
        margin-right: 5px;
    }

    .contacts .btn {
        width: 100%;
    }

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

    .car_gallery .slick-dots {
        padding: 10px;
        column-gap: 10px;
    }

    .car_available span {
        width: 22px;
        height: 27px;
        font-size: 16px;
    }
    .car_available {
        position: absolute;
        top: 12px;
        left: 8px;
        height: 24px;
        padding: 0 6px 0 32px;
        font-size: 12px;
    }

    .car_offers_title {
        font-size: 8vw;
    }
    .car_offers_title b {
        font-size: 9vw;
    }

    .credit_title {
        font-size: 18px;
    }
    .advantages_comment {
        display: none;
    }

}

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


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

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

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