/*
 * Theme name: tenet
 * Author: walltak
 * Version: 1.0
 */

 @font-face {
    font-family: "Tenet";
    src: url("asset/font/TENETSans-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 @font-face {
    font-family: "Tenet";
    src: url("asset/font/TENETSans-SemiExpandedBold.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --tenet-main: #181B11;
    --tenet-orange: #EB9201;
    --tenet-gray: #979393;
    --tenet-bg: #F5F5F7;
    --tenet-beige: #C7B9AB;
    --tenet-black: #0C0C0B;
    --tenet-off: #ECF1F5;
    --tenet-white: #FFFFFF;
    --tenet-glass: rgba(255, 255, 255, 0.06);
    --tenet-glass-border: rgba(255, 255, 255, 0.2);
    --tenet-shadow: 0px 0px 30px 0px rgba(96, 22, 55, 0.05);
}


a, button, label {
    transition: .2s ease;
    text-decoration: none;
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

p, h1, h2, h3, h4, h5, h6, ul, ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

body {
    font-family: "Tenet", sans-serif;
    font-weight: normal;
    color: var(--tenet-main);
    background: var(--tenet-white);
}

body a {
    color: var(--tenet-main);
}

body a:hover {
    color: var(--tenet-orange);
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: var(--tenet-orange);
}




.main_space_75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.main_page_title {
    font-family: "Tenet", sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    color: var(--tenet-main);
}

.main_page_title.twocolor span {
    color: var(--tenet-orange);
}

.line_title_full {
    margin-bottom: 50px;
}

.orange_btn,
.orange_fil_action,
.wpcf7-submit,
input.wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: 13px 20px;
    background: var(--tenet-orange);
    border: 1px solid var(--tenet-orange);
    border-radius: 4px;
    color: var(--tenet-white);
    font-family: "Tenet", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.75px;
    line-height: normal;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
}

.orange_btn:hover,
.orange_fil_action:hover,
.wpcf7-submit:hover,
input.wpcf7-submit:hover {
    background: #d48300;
    border-color: #d48300;
    color: var(--tenet-white);
}

.orange_fill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: 10px 20px;
    background: transparent;
    border: 1px solid var(--tenet-orange);
    border-radius: 4px;
    color: var(--tenet-main);
    font-family: "Tenet", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.75px;
    line-height: normal;
    white-space: nowrap;
    text-decoration: none;
}

.orange_fill:hover {
    background: var(--tenet-orange);
    color: var(--tenet-white);
}

/* ========== HEADER ========== */
.main_header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.main_liner_head {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding-top: 0;
    padding-bottom: 0;
    height: 99px;
    display: flex;
    align-items: center;
    transition: .2s ease;
}

.main_header.lides .nav_liner_head{
    height: 0;
    opacity: 0;
}

.video_box{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0c0c0b;
    height: 100%;
}
.play_btn{
    position: absolute;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play_btn svg{
    width: 100%;
    height: auto;
    transition: .4s ease;
}
.play_btn:hover svg{
    transform: scale(1.03);
}

.row_line_head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    gap: 50px;
}

.col_logo_adres {
    width: calc(45% - 25px);
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.video_box video{
    width: 100%;
    height: auto;
}

.wrap_logo_head {
    flex-shrink: 0;
}

.logo_head {
    display: block;
}

.logo_head img {
    display: block;
    width: 193px;
    object-fit: contain;
}

.wrap_head_adres,
.wrap_head_phone {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.title_before_cont {
    font-size: 12px;
    line-height: normal;
    color: var(--tenet-gray);
}

.text_contact_head,
.wrap_head_phone a {
    font-size: 16px;
    line-height: normal;
    color: var(--tenet-main);
    text-decoration: none;
}

.wrap_head_phone a:hover {
    color: var(--tenet-orange);
}

.col_head_acti {
    width: calc(55% - 25px);
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: flex-end;
}

.wrap_social_head {
    display: flex;
    align-items: center;
    gap: 15px;
}

.wrap_social_head a {
    display: block;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.wrap_social_head img {
    display: block;
    width: 36px;
    height: 36px;
    object-fit: contain;
    transition: .2s ease;
}
.wrap_social_head a:hover img{
    transform: scale(1.05);
}

.wrap_btns_head {
    display: flex;
    align-items: center;
    gap: 13px;
}

.wrap_btns_head .orange_btn {
    min-width: 172px;
}

.wrap_btns_head .orange_fill {
    min-width: 168px;
}

.nav_liner_head {
    background: var(--tenet-bg);
    border-top: 1px solid var(--tenet-beige);
    border-bottom: 1px solid var(--tenet-beige);
    height: 45px;
    display: flex;
    align-items: center;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: .2s ease;
}

.fil_row_nav {
    width: 100%;
}

.fil_row_nav .menu,
.fil_row_nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fil_row_nav li {
    margin: 0;
}

.fil_row_nav a {
    font-size: 16px;
    line-height: normal;
    color: var(--tenet-main);
    text-decoration: none;
    white-space: nowrap;
}

.fil_row_nav a:hover{
    color: var(--tenet-orange);
}

/* ========== HERO ========== */
.main_slider_home {
    position: relative;
    background: #000;
    height: calc(100vh - 144px);
    min-height: 750px;
    margin-top: 144px;
}

.main_slider_home .slider_main,
.main_slider_home .swiper-wrapper,
.main_slider_home .swiper-slide {
    height: 100%;
}
.row100height{
    padding-top: 120px;
}
.wrap_content_banner{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 597px;
}
.wrap_center_box_slid{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_slider_home .swiper-slide {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    display: flex;
    flex-direction: column;
}



.title_main_slider {
    font-size: 42px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    color: var(--tenet-white);
    margin-bottom: 21px;
}

.text_main_slider {
    max-width: 586px;
    margin-bottom: 40px;
}

.text_main_slider p {
    font-size: 16px;
    line-height: normal;
    color: var(--tenet-white);
}

.button_main_slider {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 47px;
    padding: 13px 20px;
    border: 1px solid var(--tenet-orange);
    border-radius: 4px;
    color: var(--tenet-white);
    font-size: 15px;
    letter-spacing: 0.75px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(22.7px);
    -webkit-backdrop-filter: blur(22.7px);
    box-shadow: var(--tenet-shadow);
    text-decoration: none;
}

.button_main_slider:hover {
    background: var(--tenet-orange);
    color: var(--tenet-white);
}


.item_counter_back {
    width: 432px;
    padding: 40px 38px 40px;
    border: 1px solid var(--tenet-glass-border);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(22.7px);
    -webkit-backdrop-filter: blur(22.7px);
    box-shadow: var(--tenet-shadow);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title_counter_back {
    font-size: 32px;
    font-weight: 800;
    line-height: normal;
    color: var(--tenet-white);
    text-align: center;
    width: 355px;
}

.deviner {
    width: 355px;
    height: 1px;
    background: rgba(255, 255, 255, 0.35);
    margin: 36px 0 36px;
}

.counter_back {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 355px;
    color: var(--tenet-white);
    margin-bottom: 28px;
}

.counter_back .count_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 41px;
}

.counter_back .count_num {
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    color: var(--tenet-white);
}

.counter_back .count_label {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--tenet-white);
    margin-top: 12px;
}

.counter_back .count_sep {
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    color: var(--tenet-white);
}

.item_counter_back .orange_btn {
    width: 355px;
}

.list_line_preims {
    position: absolute;
    z-index: 2;
    bottom: 85px;
    width: 100%;
}

.wrap_overflow_line_perk {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.item_preim_full {
    width: 100%;
    height: 100px;
    padding: 0 30px;
    border: 1px solid var(--tenet-glass-border);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(22.7px);
    -webkit-backdrop-filter: blur(22.7px);
    box-shadow: var(--tenet-shadow);
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}

.big_text_preim {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 1px;
    color: var(--tenet-white);
}

.smal_text_preims {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: var(--tenet-white);
}

.wrap_pagination_main_slider {
    width: 100% !important;
    left: 0 !important;
    bottom: 40px !important;
    top: unset;
    position: absolute;
    z-index: 3;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 15px;
    height: 4px;
}

.wrap_pagination_main_slider .swiper-pagination-bullet {
    display: block;
    width: 60px;
    height: 4px;
    border-radius: 0;
    background: var(--tenet-gray);
    opacity: 1;
    margin: 0 !important;
    transition: width .25s ease, background-color .25s ease;
}

.wrap_pagination_main_slider .swiper-pagination-bullet-active {
    width: 120px;
    background: var(--tenet-orange);
}

.fulldots_slider {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    display: block;
    width: 100% !important;
    height: 3px !important;
    margin-top: 40px;
    background: var(--tenet-gray);
    overflow: hidden;
    border-radius: 0;
}

.fulldots_slider .swiper-pagination-progressbar-fill {
    background: var(--tenet-orange);
    height: 100%;
}

/* ========== MODELS ========== */
.tab_models {
    background: var(--tenet-white);
    overflow: hidden;
}

.wrap_tab_mod_content,
.wrap_tab_mod_content .tab-content,
.wrap_tab_mod_content .tab-pane {
    overflow: visible;
}

.row_two_cols_title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}

.tabs_model_wrap {
    display: flex;
    align-items: center;
    gap: 28px;
}

.context_title {
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: var(--tenet-main);
    white-space: nowrap;
}

.wrap_tabs_models .nav-tabs {
    border: none;
    gap: 20px;
}

.wrap_tabs_models .nav-item {
    margin: 0;
}

.wrap_tabs_models .nav-link {
    background: transparent;
    border: none;
    border-bottom: 2px solid var(--tenet-gray);
    border-radius: 0;
    color: var(--tenet-main);
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 0 0 10px;
    text-align: center;
}

.wrap_tabs_models .nav-link:hover,
.wrap_tabs_models .nav-link.active {
    background: transparent;
    border-color: transparent;
    border-bottom-color: var(--tenet-orange);
    color: var(--tenet-main);
}

.wrap_twoscol_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
    overflow: visible;
}

.left_modelstab_info {
    width: calc(50% - 25px);
    flex-shrink: 0;
}

.title_models_tabs {
    display: flex;
    align-items: center;
    gap: 29px;
    margin-bottom: 16px;
}

.name_model_tab {
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    color: var(--tenet-main);
}

.price_models_tab {
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    color: var(--tenet-main);
}

.descr_modelstab {
    margin-bottom: 24px;
}

.descr_modelstab p {
    font-size: 16px;
    line-height: 24px;
    color: var(--tenet-gray);
    max-width: 570px;
}

.preims_paym_modelstab {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

.preim_paym_item_mdtb {
    width: 333px;
    border: 1px solid var(--tenet-main);
    border-radius: 4px;
    padding: 16px 33px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    backdrop-filter: blur(2px);
}

.title_paympr {
    font-size: 16px;
    line-height: normal;
    color: var(--tenet-main);
}

.value_paypr {
    font-size: 32px;
    line-height: normal;
    letter-spacing: 1px;
    color: var(--tenet-main);
}

.perks_preim_modtab {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 10px;
    margin-bottom: 28px;
}

.item_preim_modtabper {
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

.item_preim_modtabper span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 12px;
    background: var(--tenet-orange);
    flex-shrink: 0;
    margin-top: 4px;
}

.item_preim_modtabper p {
    font-size: 12px;
    line-height: 1.2em;
    color: var(--tenet-main);
}

.butons_modtab_wrap {
    display: flex;
    gap: 24px;
}

.butons_modtab_wrap .orange_btn,
.butons_modtab_wrap .orange_fill {
    width: 333px;
}

.right_modelstab_foto {
    position: relative;
    width: calc(50% - 25px);
    height: 467px;
    overflow: visible;
    flex-shrink: 0;
}

.image_wrap_box {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    background: url(/wp-content/uploads/2026/08/459832.webp) no-repeat;
    background-size: contain;
    background-position: top;
}


.sale_icon_afetr {
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 20px;
    width: auto;
    height: 63px;
    padding: 0 21px;
    border: 1px solid var(--tenet-glass-border);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(22.7px);
    -webkit-backdrop-filter: blur(22.7px);
    box-shadow: var(--tenet-shadow);
}

.sale_icon_afetr img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    flex-shrink: 0;
}

.text_sale_action {
    font-size: 16px;
    line-height: normal;
    color: var(--tenet-white);
    white-space: nowrap;
}

.fullimage_galtabs {
    position: absolute;
    left: -10px;
    top: 145px;
    width: 835px;
    max-width: none !important;
    height: auto;
    z-index: 3;
    pointer-events: none;
    display: block;
}

/* ========== ACTIONS ========== */
.actions_box {
    background-color: var(--tenet-bg);
    background-image: url(/wp-content/uploads/2026/08/374.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.slider_actions {
    overflow: visible;
}

.slider_actions .swiper-wrapper {
    display: flex;
}
.actions_box{
    overflow: hidden;
}

.action_card_wrap {
    position: relative;
    height: 607px;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.action_card_wrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 213px;
    background: linear-gradient(180deg, rgba(12, 12, 11, 0) 0%, rgba(12, 12, 11, 0.6) 49.71%);
    pointer-events: none;
}


.top_box_sale_alert {
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 2;
    height: 63px;
    padding: 22px 25px 21px;
    border: 1px solid var(--tenet-orange);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(22.7px);
    -webkit-backdrop-filter: blur(22.7px);
    box-shadow: var(--tenet-shadow);
    font-size: 16px;
    line-height: normal;
    color: var(--tenet-white);
    display: flex;
    align-items: center;
}

.bot_content_action {
    position: relative;
    z-index: 2;
    padding: 0 25px 29px;
}

.title_action_card {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: var(--tenet-white);
    margin-bottom: 15px;
}

.text_action_card {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 24px;
}

.action_card_wrap .orange_fil_action {
    width: 100%;
    background: transparent;
    color: var(--tenet-white);
}

.action_card_wrap .orange_fil_action:hover {
    background: var(--tenet-orange);
    color: var(--tenet-white);
}

.action_dots_slid,
.special_dots_slid {
    margin-top: 40px;
}

/* ========== TEST DRIVE + STEPS ========== */
.get_testdrive {
    background-color: var(--tenet-black);
    background-image: url(/wp-content/uploads/2026/08/frame-2087326275.webp);
    background-repeat: no-repeat;
    background-position: 83% top;
}
.wrap_fil_line_cont{
    padding-top: 75px;
}

.wrap_for_to_testdrive {
    margin-bottom: 75px;
}

.get_testdrive .main_page_title,
.title_formtext_white .main_page_title {
    color: var(--tenet-white);
}

.title_formtext_white {
    margin-bottom: 40px;
}

.wrap_form_testdrive {
    max-width: 600px;
}

.wrap_cols_stap_test {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.item_stap_test {
    position: relative;
    height: 258px;
    border: 1px solid var(--tenet-orange);
    border-radius: 5px;
    background: var(--tenet-black);
    overflow: hidden;
    padding: 25px 25px 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.absolute_count {
    position: absolute;
    left: -25px;
    top: 8px;
    font-size: 200px;
    font-weight: 800;
    line-height: 1;
    color: var(--tenet-orange);
    opacity: 0.5;
    pointer-events: none;
}

.title_stap_test {
    position: relative;
    z-index: 1;
    font-size: 24px;
    line-height: normal;
    color: var(--tenet-white);
    margin-bottom: 20px;
}

.text_stap_test {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: var(--tenet-white);
    max-width: 402px;
}

/* ========== TRADE-IN ========== */
.tradein {
    background-color: var(--tenet-bg);
    background-image: url(/wp-content/uploads/2026/08/frame-2087326275-1.webp);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: auto 100%;
    border-bottom: 1px solid var(--tenet-beige);
    min-height: 530px;
    display: flex;
    align-items: center;
}


.box_content_center_train {
    max-width: 700px;
}

.tradein .line_title_full {
    margin-bottom: 24px;
}

.text_tradeins {
    margin-bottom: 32px;
}

.text_tradeins p {
    font-size: 32px;
    line-height: normal;
    color: var(--tenet-main);
}

.tradein .orange_fil_action {
    width: 600px;
}

/* ========== CREDIT ========== */
.get_credit {
    background: var(--tenet-white);
}

.wrap_two_cols_cred {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.left_col_cred {
    width: calc(50% - 40px);
    flex-shrink: 0;
}

.right_col_cred {
    width: calc(50% - 40px);
    flex-shrink: 0;
}

.left_col_cred .title_get_cred {
    font-size: 32px;
    line-height: normal;
    color: var(--tenet-main);
    margin-bottom: 38px;
}

.right_col_cred .title_get_cred {
    font-size: 24px;
    line-height: normal;
    color: var(--tenet-main);
    margin-bottom: 16px;
}

.images_bank_cred {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 50px;
    align-items: center;
    margin-bottom: 50px;
}

.image_bank_cred {
    height: 65px;
    width: 100%;
    max-width: 260px;
    object-fit: contain;
    object-position: left center;
}

.wrap_texr_uncred p {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: var(--tenet-main);
    opacity: 0.75;
}

.text_bef_form_cred {
    font-size: 14px;
    line-height: normal;
    color: var(--tenet-main);
    opacity: 0.75;
    margin-bottom: 22px;
}

/* ========== HELP BANNER ========== */
.get_help_banner {
    padding-top: 0;
    padding-bottom: 0;
}

.wrap_box_gethelp_ban {
    position: relative;
    min-height: 350px;
    background-color: var(--tenet-black);
    background-image: url(/wp-content/uploads/2026/08/3458743.webp);
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 8px;
    overflow: hidden;
    padding: 60px 45px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.box_name_tenter{
    margin-top: 50px;
    max-width: 270px;
    width: 100%;
    height: auto;
}

.reg_white_title_podb {
    font-size: 32px;
    line-height: normal;
    color: var(--tenet-white);
    margin-bottom: 16px;
    max-width: 531px;
}

.subtitle_podbor {
    font-size: 16px;
    line-height: normal;
    color: var(--tenet-white);
    max-width: 256px;
    margin-bottom: 36px;
}

.inline_btns_help {
    display: flex;
    align-items: center;
    gap: 25px;
}

.get_help_banner .orange_fil_action {
    width: 172px;
    height: 40px;
    padding: 13px 20px;
    flex-shrink: 0;
}

.text_or_method_cal {
    font-size: 16px;
    line-height: normal;
    color: var(--tenet-white);
    max-width: 191px;
}

.inline_cosial_help {
    display: flex;
    align-items: center;
    gap: 15px;
}

.inline_cosial_help a,
.inline_cosial_help img {
    width: 36px;
    height: 36px;
    display: block;
}

/* ========== TEAM ========== */
.personal_list {
    background: var(--tenet-white);
}

.slider_perconal .swiper-wrapper {
    display: flex;
}
.personal_list {
    overflow: hidden;
}

.box_personal_item {
    position: relative;
    width: 100%;
    height: 507px;
    border-radius: 8px;
    overflow: hidden;
}

.box_personal_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box_bottom_blure {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 102px;
    padding: 10px 26px;
    border: 1px solid var(--tenet-glass-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(22.7px);
    -webkit-backdrop-filter: blur(22.7px);
    box-shadow: var(--tenet-shadow);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.name_spec_b {
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0.42px;
    color: var(--tenet-white);
    margin-bottom: 12px;
}

.dolj_spec_b {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.42px;
    color: rgba(255, 255, 255, 0.9);
}

/* ========== DEALER ========== */
.deler_center {
    border-top: 1px solid var(--tenet-beige);
    border-bottom: 1px solid var(--tenet-beige);
}

.box_twocols_delecent {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
}

.left_box_delcent {
    width: calc(45% - 12px);
    flex-shrink: 0;
}

.left_box_delcent .line_title_full {
    margin-bottom: 40px;
}

.left_box_delcent .main_page_title {
    text-transform: uppercase;
}

.content_text_delcent {
    margin-bottom: 40px;
}

.content_text_delcent p {
    font-size: 16px;
    line-height: normal;
    color: var(--tenet-main);
    margin-bottom: 16px;
}

.content_text_delcent p:last-child {
    margin-bottom: 0;
}

.title_preims_tenets {
    font-size: 24px;
    line-height: normal;
    color: var(--tenet-main);
    margin-bottom: 20px;
}

.perksitem_delcent {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.item_delcentpreim {
    display: flex;
    align-items: center;
    gap: 10px;
}

.item_delcentpreim span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 12px;
    background: var(--tenet-orange);
    flex-shrink: 0;
}

.item_delcentpreim p {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.5px;
    color: var(--tenet-main);
}

.right_box_delcent {
    flex: 1;
    width: calc(55% - 12px);
}

.wrap_slider_horisonts {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.box_slide_mainimage {
    flex: 1;
    min-width: 0;
    height: 523px;
    border-radius: 8px;
    overflow: hidden;
}

.box_slide_mainimage .swiper,
.box_slide_mainimage .swiper-wrapper,
.box_slide_mainimage .swiper-slide {
    height: 100%;
}

.box_slide_mainimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.gallery_thumbs_wrap {
    width: 95px;
    flex-shrink: 0;
    height: 523px;
}

.gallery_thumbs_wrap .swiper,
.gallery_thumbs_wrap .swiper-wrapper {
    height: 100%;
}

.inside_gall_thumb .swiper-slide {
    width: 95px !important;
    height: 95px !important;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
}

.inside_gall_thumb .swiper-slide-thumb-active {
    border: 1px solid var(--tenet-orange);
}

.inside_gall_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

/* ========== NEWS ========== */
.news_company {
    background: var(--tenet-white);
}

.list_news_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.item_new_blog_wrap {
    width: 100%;
}

.box_news_company {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
}

.box_news_company img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
}

.meta_new_box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 24px;
}

.new_data_pub {
    font-size: 16px;
    line-height: normal;
    color: var(--tenet-gray);
    opacity: 0.5;
}

.title_new_box {
    font-size: 18px;
    line-height: normal;
    color: var(--tenet-main);
}

.item_new_blog_wrap .orange_btn,
.item_new_blog_wrap .get_see_blog {
    width: 100%;
}

/* ========== REVIEWS ========== */
.rewiews_box {
    background: var(--tenet-bg);
}



/* ========== FORM ========== */
.form_in_page {
    position: relative;
    overflow: hidden;
    min-height: 595px;
    background: var(--tenet-white);
}

.wrap_form_inpagebox {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.form_in_page .line_title_full {
    margin-bottom: 20px;
}

.undertext_form {
    margin-bottom: 36px;
}

.undertext_form p {
    font-size: 18px;
    line-height: normal;
    color: var(--tenet-main);
    max-width: 571px;
}

.box_image_over_form {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}

.box_image_over_form img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: right center;
    max-width: 1110px;
}
.map_box_cont .ymaps-2-1-79-ground-pane{
    filter: grayscale(1);
}

/* ========== CONTACTS ========== */

.box_contact_inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: var(--tenet-black);
    border-radius: 8px;
    min-height: 100px;
    padding: 18px 50px;
    margin-bottom: 24px;
}

.item_conact {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.title_box_contact {
    font-size: 12px;
    line-height: normal;
    color: var(--tenet-white);
    opacity: 0.5;
}

.item_text_conts,
.item_conact a.item_text_conts {
    font-size: 18px;
    line-height: normal;
    color: var(--tenet-white);
    text-decoration: none;
}

.item_conact a.item_text_conts:hover {
    color: var(--tenet-orange);
}

.inlicne_cosc_ob {
    display: flex;
    align-items: center;
    gap: 15px;
}

.inlicne_cosc_ob a,
.inlicne_cosc_ob img {
    width: 26px;
    height: 26px;
    display: block;
    transition: .2s ease;
}
.inlicne_cosc_ob a:hover img{
    transform: scale(1.05);
} 

.item_conact.center_btn {
    justify-content: center;
}

.item_conact .get_taxi {
    width: 160px;
}

.box_twocols_mapes {
    display: flex;
    gap: 24px;
}

.map_list_left {
    width: calc(60% - 12px);
    flex-shrink: 0;
}
 
.map_box_cont,
#mapcont {
    width: 100%;
    height: 500px !important;
    border-radius: 8px;
    overflow: hidden;
}

.video_list_right {
    flex: 1;
    height: 500px;
    border-radius: 8px;
    overflow: hidden;
    background: var(--tenet-off);
    width: calc(40% - 12px);
}

.video_list_right img,
.video_list_right video,
.video_list_right iframe {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border: none;
    border-radius: 8px;
}

/* ========== CF7 FORMS ========== */
.wpcf7-form p {
    margin: 0;
}

.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.wrap_form_drops {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 17px;
    width: 100%;
}

.field_wrap_full,
.check_wrap_full,
.button_wrap_full {
    grid-column: 1 / -1;
}

.field_wrap_fift {
    grid-column: span 1;
}

.imptext {
    width: 100%;
    height: 46px;
    padding: 0 30px;
    border: 1px solid #000;
    border-radius: 5px;
    background: transparent;
    backdrop-filter: blur(22.7px);
    -webkit-backdrop-filter: blur(22.7px);
    box-shadow: var(--tenet-shadow);
    color: #000;
    font-family: "Tenet", sans-serif;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.imptext::placeholder {
    color: #000;
    opacity: 1;
}
.imptext option{
    background: #0c0c0b;
}
select.imptext {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 44px;
    cursor: pointer;
    color: #000;
} 

.field_wrap_fift .wpcf7-form-control-wrap,
.field_wrap_full .wpcf7-form-control-wrap {
    position: relative;
}

.field_wrap_fift .wpcf7-form-control-wrap:has(select)::after,
.field_wrap_full .wpcf7-form-control-wrap:has(select)::after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #000;
    border-bottom: 1.5px solid #000;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
}

.check_wrap_full .wpcf7-list-item {
    margin: 0;
}

.check_wrap_full .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 25px;
    cursor: pointer;
}

.check_inform {
    appearance: none;
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border: 1px solid rgba(24, 27, 17, 0.1);
    border-radius: 5px;
    background: #fff;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    margin: 0;
}

.check_inform:checked {
    background: var(--tenet-orange);
    border-color: var(--tenet-orange);
}

.check_inform:checked::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.check_wrap_full .wpcf7-list-item-label {
    font-size: 13px;
    line-height: 18px;
    color: var(--tenet-main);
    opacity: 0.75;
}

.button_wrap_full .orange_fil_action,
.button_wrap_full .wpcf7-submit {
    width: 100%;
}

.button_wrap_full .wpcf7-submit:disabled {
    opacity: 1;
    cursor: pointer;
}

.wrap_form_testdrive .wrap_form_drops {
    max-width: 600px;
    gap: 15px 14px;
}

.wrap_form_testdrive .imptext {
    height: 57px;
    border: 1px solid var(--tenet-glass-border);
    background: var(--tenet-glass);
    color: var(--tenet-white);
    font-size: 18px;
}

.wrap_form_testdrive .imptext::placeholder,
.wrap_form_testdrive select.imptext {
    color: var(--tenet-white);
}

.wrap_form_testdrive .field_wrap_fift .wpcf7-form-control-wrap:has(select)::after {
    border-color: var(--tenet-white);
}

.wrap_form_testdrive .check_inform {
    background: transparent;
    border: 1px solid var(--tenet-orange);
}

.wrap_form_testdrive .check_wrap_full .wpcf7-list-item-label {
    color: var(--tenet-white);
}

.wrap_form_getcred .wrap_form_drops,
.wrap_forn_getcalback .wrap_form_drops {
    max-width: 633px;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #c0392b;
}

.wpcf7-response-output {
    margin: 16px 0 0;
    font-size: 14px;
}

.wpcf7-spinner {
    display: none;
}

select {
    appearance: none;
    -webkit-appearance: none;
}

/* ========== MODALS ========== */
.modal-content {
    border: none;
    border-radius: 8px;
}

.modal-header {
    border: none;
    padding: 24px 24px 0;
}

.modal-title {
    font-size: 24px;
    color: var(--tenet-main);
}

.modal-body {
    padding: 24px;
}

.btn_close,
.close_pop {
    background: none;
    border: none;
    padding: 0;
    width: 24px;
    height: 24px;
}

.offcanvas-header {
    justify-content: flex-end;
}


#video_modal video{
    width: 100%;
    height: auto;
    box-shadow: 0 0 30px 9px rgb(0 0 0 / 81%);
}
.modal-content .modal-header{
    justify-content: flex-end;
}


footer{
    background: rgba(12, 12, 11, 1);
    padding-top: 35px;
    padding-bottom: 15px;
    margin-top: 75px;
    color: #fff;
}
.footer_line_one{
    display: flex;
    justify-content: space-between;
}
.logo_box_footer{
    order: 1;
    width: 20%;
}
.wrap_logo_footer img{
    max-width: 213px;
    width: 100%;
    height: auto;
}
.wrap_copyrgh{
    margin-top: 15px;
}
.text_copyrght{
    color: rgba(151, 147, 147, 1);
    font-size: 12px;
    max-width: 214px;
    line-height: 1.25em;
}
.nav_footer_box{
    order: 2;
    width: 58%;
    display: flex;
    justify-content: center;
}
.contacts_footer{
    order: 3;
    width: 22%;
    display: flex;
    justify-content: flex-end;
}
.footer_phone_or{
    color: rgba(235, 146, 1, 1);
    font-size: 28px;
    font-weight: 500;
    display: flex;
}
.footer_phone_or:hover{
    color: rgb(165 110 21);
}
.footer_mail{
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    margin-top: 5px;
    display: flex;
}
.adres_footer{
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    margin-top: 15px;
}
.shedle_footer{
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin-top: 10px;
}
.nav_footer_box .menu-header_menu-container{
    width: 100%;
    padding-left: 60px;
}
.nav_footer_box .menu-header_menu-container ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.nav_footer_box .menu-header_menu-container ul li{
    width: 33%;
}
.nav_footer_box .menu-header_menu-container ul li a{
    color: #fff;
    font-size: 16px;
}
.nav_footer_box .menu-header_menu-container ul li a:hover{
    color: rgba(235, 146, 1, 1);
}
.footer_line_two{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 50px;
}
.grayfootertext{
    color: rgba(151, 147, 147, 1);
    font-size: 12px;
}
.wrap_policy{
    display: flex;
    justify-content: flex-end;
}
.wrap_policy .menu{
    display: flex;
    list-style: none;
    justify-content: flex-end;
    gap: 40px;
}
.wrap_policy .menu a{
    color: rgba(151, 147, 147, 1);
    font-size: 12px;
}
.wrap_policy .menu a:hover{
    color: #fff;
}

.wrap_form_getcred .imptext option, .wrap_forn_getcalback .imptext option{
    background: #fff;
}
.main_space_top{
    margin-top: 144px;
    padding-top: 50px;
}
.color_pick_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
}
.color_pick_btn span{
    display: block;
    width: 100%;
    height: 100%;
}
.color_pick_btn:hover, .color_pick_btn.active{
    border: 1px solid rgba(235, 146, 1, 1);   
}
.wrap_cols_autoinfo{
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.left_col_autoinfo{
    width: calc(50% - 12px);
}
.right_col_autoinfo{
    width: calc(50% - 12px);
}
.wrap_meta_car .name_car{
    color: rgba(24, 27, 17, 1);
    font-size: 32px;
    font-weight: 400;
    line-height: 1em;
}
.descr_car_sing{
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.1em;
    color: rgba(151, 147, 147, 1);
    max-width: 540px;
}
.line_car_prices{
    display: flex;
    margin-top: 33px;
}
.item_line_price{
    width: 47%;
    color: rgba(24, 27, 17, 1);
}
.title_car_price{
    font-size: 16px;
}
.value_car_price{
    margin-top: 5px;
    font-size: 36px;
}
.colors_selection{
    margin-top: 32px;
    display: flex;
}
.col_colors{
    width: 47%;
}
.title_colors_wrap{
    display: flex;
    align-items: center;
    gap: 5px;
}
.title_colors{
    color: rgba(24, 27, 17, 1);   
    font-size: 18px;
}
.selected_color{
    color: rgba(24, 27, 17, 0.5);
    font-size: 18px;
}
.values_colors_wrap{
    margin-top: 14px;
    display: flex;
    gap: 15px;
}
.complectations_selection{
    margin-top: 37px;
}
.title_complectat{
    color: rgba(62, 58, 57, 1);
    font-size: 18px;
}
.compl_list_wrap{
    margin-top: 14px;
    display: flex;
    gap: 15px;
}
.complect_btn {
    padding: 8px 20px;
    border: 0;
    border-bottom: 1px solid transparent;
    font-size: 14px;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
}
.complect_btn:hover, .complect_btn.active{
    border-bottom: 1px solid rgba(235, 146, 1, 1);
}
.wrap_meta_car .butons_modtab_wrap{
    margin-top: 35px;
}
.wrap_meta_car .butons_modtab_wrap button{
    width: calc(50% - 12px);
}
.complectation_info{
    margin-top: 50px;
    padding-bottom: 75px;
}
.title_wilester{
    color: rgba(24, 27, 17, 1);
    font-size: 32px;
}
.wrap_tabs_comlect{
    width: calc(50% - 12px);
    margin-top: 28px;
}
.wrap_tabs_comlect .nav-tabs{
    width: 100%;
    border: 0;
}
.wrap_tabs_comlect .nav-item{
    width: calc(50% - 11px);
} 
.wrap_tabs_comlect .nav-tabs{
    display: flex;
    gap: 22px;
}
.wrap_tabs_comlect .nav-link{
    padding: 14px 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: rgba(24, 27, 17, 1);
    border: 0;
    border-radius: 0;
    width: 100%;
    border-bottom: 1px solid transparent;
}
.wrap_tabs_comlect .nav-link.active,
.wrap_tabs_comlect .nav-link:hover{
    color: rgba(24, 27, 17, 1);
    border-bottom: 1px solid rgba(235, 146, 1, 1);
}
.wrap_tabs_comlect .tab-content{
    margin-top: 25px;
    border-top: 1px solid rgba(236, 241, 245, 1);
}
.accordion-body{
    font-size: 16px;
    line-height: 1.3em;
}
.accordion-body p{
    padding-bottom: 10px;
}
.accordion-body ul{
    list-style: disc;
    padding-left: 1.5rem;
}
.wrap_col_complext{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.inline_item_carast{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid rgba(236, 241, 245, 1);
}
.inline_item_carast .left_name_carast{
    font-size: 16px;
}
.inline_item_carast .right_val_carast{
    font-size: 16px;
    font-weight: 600;
}

.center_title .blog_data{
    color: rgba(24, 27, 17, 0.75);
    font-size: 16px;
}
.center_title .title_main_page{
    color: rgba(24, 27, 17, 1);
    font-size: 32px;
    margin-top: 14px;
}
.space_top_cont{
    margin-top: 30px!important;
}
.wrap_blog_news.gebrenpagere{
    display: flex;
    gap: 24px;
    justify-content: space-between;   
}

.wrap_blog_news.gebrenpagere .box_fder_comnter{
    width: calc(50% - 12px);
}
.box_fder_comnter p{
    padding-bottom: 10px;
    font-size: 18px;
    color: rgb(44 44 44);
    line-height: 1.4em;
}
.box_fder_comnter ul{
    padding-left: 1.5rem;
    font-size: 18px;
    padding-bottom: 10px;
}
.image_wwrap_box{
    width: calc(50% - 12px);
}
.image_wwrap_box img{
    width: 100%;
    height: auto;
}
.socila_links{
    border-top: 1px solid rgba(199, 185, 171, 1);
    margin-top: 50px;
    padding-top: 50px;
}
.wrap_title_box-conblog{
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
}
.box_center_soclied{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.button_socila {
    border-radius: 5px;
    width: 100%;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vklink{
    border: 1px solid rgba(76, 108, 145, 1);
}
.vklink:hover{
    background: rgba(76, 108, 145, 1);
}
.tglink{
    border: 1px solid rgba(30, 150, 200, 1);
}
.tglink:hover{
    background: rgba(30, 150, 200, 1);
}
.maxlink{
    border: 1px solid rgba(153, 51, 221, 1);
}
.maxlink:hover{
    background: rgba(153, 51, 221, 1);
}

.mobile_nav_bur{
    background-color: rgb(36 36 36 / 90%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.main_servises_nav .menu{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.main_servises_nav .menu a{
    color: #fff;
    font-size: 18px;
}
.lister_nes_naverofc{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.main_cpntacts_nav{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
}
.main_cpntacts_nav .title_box_contact {
    font-size: 14px;
}

.mod_wth_form .modal-header{
    justify-content: space-between;
}
.mod_wth_form .modal-header .modal-title{
    color: #fff;
}
.mod_wth_form .imptext{
    background: #fff;
    color: #1c1c1c;
    font-size: 14px;
    height: 50px;
    outline: none!important;
}
.mod_wth_form .imptext::placeholder{
    color: #1c1c1c;
}
.mod_wth_form .check_wrap_full .wpcf7-list-item label {
    gap: 15px;
}
.mod_wth_form .check_wrap_full .wpcf7-list-item-label {
    color: #ffffff;
}
.mod_wth_form option{
    background: #fff;
    color: #000;
}

.wpcf7-not-valid-tip{
    margin-top: 5px;
}
.wpcf7 form .wpcf7-response-output {
    padding: 10px!important;
    border: 0!important;
    background: #fff!important;
    border-radius: 5px!important;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
    font-weight: 600;
}



@media (min-width: 991px) {
    .hide_peca {
        display: none !important;
    }
    .slider_actions {
        overflow: visible !important;
    }
    .slider_actions .swiper-wrapper {
        overflow: visible;
    }
    .grayfootertext br{
        display: none;
    }
}

@media (max-width: 1460px) {

    .col_logo_adres {
        width: calc(40% - 15px);
    }
    .text_contact_head, .wrap_head_phone a {
        font-size: 14px;
    }
    .orange_fill{
        font-size: 14px;
    }
    .orange_btn, .orange_fil_action, .wpcf7-submit, input.wpcf7-submit{
        font-size: 14px;
    }
    .row_line_head {
        gap: 30px;
    }
    .col_head_acti {
        width: calc(60% - 25px);
        gap: 30px;
    }
    .main_liner_head {
        height: 75px;
    }
    .fil_row_nav a {
        font-size: 14px;
    }
    .nav_liner_head{
        height: 40px;
    }
    .title_main_slider {
        font-size: 34px;
    }
    .text_main_slider p {
        font-size: 14px;
    }
    .wrap_content_banner {
        max-width: 480px;
        padding-top: 0;
    }
    .title_counter_back {
        font-size: 26px;
        width: 310px;
    }
    .item_counter_back {
        width: 395px;
    }
    .counter_back {
        width: 260px;
    }
    .counter_back .count_sep {
        font-size: 27px;
    }
    .counter_back .count_num {
        font-size: 38px;
    }
    .counter_back .count_label {
        margin-top: 5px;
    }
    .big_text_preim {
        font-size: 28px;
    }
    .smal_text_preims {
        font-size: 16px;
    }
    .main_page_title {
        font-size: 28px;
    }
    .name_model_tab {
        font-size: 26px;
    }
    .price_models_tab {
        font-size: 26px;
    }
    .context_title {
        font-size: 18px;
    }
    .wrap_tabs_models .nav-link{
        font-size: 18px;
        padding: 0 0 5px
    }
    .descr_modelstab p {
        font-size: 14px;
        line-height: 1.2em;
    }
    .title_paympr {
        font-size: 14px;
    }
    .preim_paym_item_mdtb {
        width: 50%;
        padding: 10px 25px;
    }
    .value_paypr {
        font-size: 26px;
    }
    .fullimage_galtabs {
        top: 116px;
        width: 661px;
    }
    .perks_preim_modtab {
        gap: 15px 15px;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 25px;
    }
    .right_modelstab_foto {
        height: 400px;
    }
    .text_sale_action {
        font-size: 14px;
    }
    .sale_icon_afetr {
        gap: 15px;
    }
    .main_space_75 {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .line_title_full {
        margin-bottom: 40px;
    }
    .action_card_wrap {
        height: 500px;
    }
    .title_action_card {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .text_action_card {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .wrap_form_testdrive .imptext {
        height: 55px;
        font-size: 16px;
    }
    .check_wrap_full .wpcf7-list-item label {
        gap: 20px;
    }
    .get_testdrive {
        background-position: 100% top;
    }
    .text_stap_test {
        font-size: 14px;
    }
    .title_stap_test {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .absolute_count {
        font-size: 150px;
    }
    .item_stap_test {
        height: 200px;
    }
    .text_tradeins p {
        font-size: 24px;
    }
    .box_content_center_train {
        max-width: 550px;
    }
    .text_tradeins {
        margin-bottom: 24px;
    }
    .tradein {
        background-position: 100% center;
        min-height: 350px;
    }
    .tradein .orange_fil_action {
        width: 550px;
    }
    .image_bank_cred {
        height: 55px;
        max-width: 180px;
    }
    .right_col_cred .title_get_cred {
        font-size: 18px;
    }
    .wrap_form_drops {
        gap: 15px 10px;
    }
    .subtitle_podbor {
        font-size: 14px;
        max-width: 256px;
        margin-bottom: 25px;
    }
    .reg_white_title_podb {
        font-size: 28px;
    }
    .text_or_method_cal {
        font-size: 14px;
        max-width: 160px;
    }
    .box_name_tenter {
        margin-top: 35px;
    }
    .box_personal_item {
        height: 430px;
    }
    .box_bottom_blure {
        height: 90px;
    }
    .name_spec_b {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .dolj_spec_b {
        font-size: 14px;
    }
    .content_text_delcent p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .item_delcentpreim p {
        font-size: 14px;
    }
    .perksitem_delcent {
        gap: 10px;
    }
    .title_preims_tenets {
        font-size: 21px;
        margin-bottom: 15px;
    }
    .play_btn {
        width: 85px;
        height: 85px;
    }
    .box_news_company {
        margin-bottom: 15px;
    }
    .meta_new_box {
        gap: 10px;
        margin-bottom: 15px;
    }
    .title_new_box {
        font-size: 16px;
    }
    .box_image_over_form {
        right: -50px;
    }
    .box_image_over_form img {
        max-width: 800px;
    }
    .undertext_form p {
        font-size: 16px;
    }
    .item_text_conts, .item_conact a.item_text_conts {
        font-size: 16px;
    }
    .map_box_cont, #mapcont {
        height: 400px !important;
    }
    .video_list_right {
        height: 400px;
    }
    .box_news_company img {
        height: 320px;
    }
    .main_slider_home {
        height: calc(100vh - 115px);
        margin-top: 115px;
    }
    .footer_phone_or {
        font-size: 24px;
    }
    .nav_footer_box .menu-header_menu-container ul li a {
        font-size: 14px;
    }
    .wrap_logo_footer img {
        max-width: 200px;
    }
    .wrap_copyrgh {
        margin-top: 10px;
    }
    .nav_footer_box .menu-header_menu-container ul {
        row-gap: 15px;
    }
    .footer_mail {
        margin-top: 7px;
    }
    .main_space_top{
        margin-top: 115px;
    }
    .value_car_price {
        font-size: 28px;
    }
    .title_colors {
        font-size: 14px;
    }
    .selected_color {
        font-size: 14px;
    }
    .title_complectat {
        font-size: 14px;
    }
    .title_wilester {
        font-size: 28px;
    }
    .wrap_tabs_comlect .accordion-button {
        font-size: 16px;
    }
    .accordion-body {
        font-size: 14px;
    }
    .accordion-button::after {
        width: 25px;
        height: 25px;
    }
    .box_slide_mainimage {
        height: 395px;
    }

}

@media (max-width: 1200px) {
    .logo_head img {
        width: 160px;
    }
    .wrap_head_adres, .wrap_head_phone {
        gap: 5px;
    }
    .wrap_btns_head .orange_fill{
        display: none!important;
    }
 
    .title_main_slider {
        font-size: 28px;
    }
    .wrap_content_banner {
        max-width: 395px;
    }
    .title_counter_back {
        font-size: 24px;
        width: 285px;
        line-height: 1.2em;
    }
    .item_counter_back {
        width: 350px;
    }
    .item_counter_back .orange_btn {
        width: 100%;
    }
    .deviner {
        width: 290px;
        margin: 25px 0 25px;
    }
    .counter_back {
        margin-bottom: 25px;
    }
    .text_main_slider {
        max-width: 586px;
        margin-bottom: 35px;
    }
    .big_text_preim {
        font-size: 24px;
    }
    .smal_text_preims {
        font-size: 14px;
    }
    .main_page_title {
        font-size: 24px;
    }
    .context_title {
        font-size: 16px;
    }
    .wrap_tabs_models .nav-link {
        font-size: 16px;
    }
    .tabs_model_wrap {
        gap: 25px;
    }
    .name_model_tab {
        font-size: 22px;
    }
    .price_models_tab {
        font-size: 22px;
    }
    .row_two_cols_title {
        margin-bottom: 30px;
    }
    .preim_paym_item_mdtb {
        padding: 10px 20px;
    }
    .value_paypr {
        font-size: 22px;
    }
    .right_modelstab_foto {
        height: 340px;
    }
    .fullimage_galtabs {
        top: 101px;
        width: 545px;
    }
    .main_space_75 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .title_action_card {
        font-size: 18px;    
    }
    .action_dots_slid, .special_dots_slid {
        margin-top: 30px;
    }
    .wrap_form_testdrive .wrap_form_drops {
        max-width: 500px;
    }
    .wrap_for_to_testdrive {
        margin-bottom: 50px;
    }
    .wrap_fil_line_cont {
        padding-top: 50px;
    }
    .get_testdrive {
        background-size: 40%;
    }
    .text_tradeins p {
        font-size: 18px;
    }
    .tradein .line_title_full {
        margin-bottom: 20px;
    }
    .box_content_center_train {
        max-width: 430px;
    }
    .tradein .orange_fil_action {
        width: 430px;
    }
    .left_col_cred .title_get_cred {
        font-size: 22px;
    }
    .image_bank_cred {
        height: 45px;
        max-width: 150px;
    }
    .check_wrap_full .wpcf7-list-item-label {
        font-size: 12px;
    }
    .check_wrap_full .wpcf7-list-item label {
        gap: 10px;
    }
    .box_personal_item {
        height: 390px;
    }
    .box_news_company img {
        height: 270px;
    }
    .title_new_box {
        font-size: 14px;
    }
    .new_data_pub {
        font-size: 14px;
    }
    .wrap_forn_getcalback .wrap_form_drops {
        max-width: 570px;
    }
    .box_contact_inline {
        gap: 15px;
        padding: 18px 20px;
    }
    .item_text_conts, .item_conact a.item_text_conts {
        font-size: 14px;
    }
    .map_box_cont, #mapcont {
        height: 350px !important;
    }
    .video_list_right {
        height: 350px;
    }
    .row100height {
        padding-top: 80px;
    }
    .main_slider_home {
        min-height: 650px;
    }
    .footer_phone_or {
        font-size: 21px;
    }
    .footer_mail {
        font-size: 14px;
    }
    .adres_footer {
        font-size: 14px;
    }
    .shedle_footer {
        font-size: 13px;
    }
    .text_copyrght {
        font-size: 11px;
        max-width: 175px;
    }
    .nav_footer_box .menu-header_menu-container ul li {
        width: 45%;
    }
    .nav_footer_box .menu-header_menu-container {
        padding-left: 0;
        justify-content: center;
        display: flex;
        align-items: flex-start;
    }
    .nav_footer_box .menu-header_menu-container ul {
        row-gap: 15px;
        max-width: 430px;
    }
    .wrap_tabs_comlect{
        width: 100%;
    }

    .box_fder_comnter p {
        font-size: 16px;
    }
    .descr_car_sing {
        margin-top: 20px;
        font-size: 14px;
    }
    .line_car_prices {
        margin-top: 25px;
    }
    .colors_selection {
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 25px;
    }
    .col_colors{
        width: 100%;
    }
    .complectations_selection {
        margin-top: 20px;
    }
    .compl_list_wrap {
        margin-top: 10px;
    }
    .wrap_meta_car .butons_modtab_wrap {
        margin-top: 24px;
    }
    .complectation_info{
        padding-bottom: 50px;
    }

}

@media (max-width: 991px) {
    .hide_mobile {
        display: none !important;
    }

    .col_logo_adres{
        flex-wrap: wrap;
        gap: 0;  
    }
    .text_contact_head{
        font-weight: 500;
    }
    .col_head_acti {
        gap: 10px;
    }
    .logo_head img {
        width: 140px;
    }
    .wrap_social_head{
        order: 1;
    }
    .wrap_head_phone{
        order: 2;
    }
    .wrap_btns_head{
        order: 3;
    }
    .wrap_social_head img {
        width: 32px;
        height: 32px;
    }
    .wrap_social_head {
        gap: 10px;
    }
    .mobile_mod_btn {
        margin-left: 10px;
        width: 30px;
        height: 20px;
    }
    .mobile_mod_btn img{
        width: 100%;
        height: auto;
    }
    .nav_liner_head{
        display: none;
    }
    .main_slider_home {
        height: auto;
        margin-top: 75px;
    }
    .main_slider_home .swiper-slide > .container{
        padding-top: 0;
    }
    .wrap_content_banner {
        max-width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .wrap_center_box_slid{
        margin-top: 40px;
        align-items: flex-start;
    }
    .item_counter_back {
        width: 100%;
        padding: 20px 30px;
        min-height: unset;
    }
    .deviner {
        width: 100%;
        margin: 15px 0 15px;
        background: #fff;
    }
    .counter_back .count_label {
        margin-top: 0;
    }

    .list_line_preims {
        padding-top: 30px;
        padding-bottom: 50px;
        background: #000;
        position: relative;
        bottom: unset;
    }
    .list_line_preims .container{
        max-width: 100%;
        width: 100%;
    }
    .wrap_overflow_line_perk{
        overflow-y: scroll;
    }
    .item_preim_full{
        min-width: 300px;
    }
    .wrap_pagination_main_slider{
        position: relative;
        margin-top: 50px;
        bottom: unset !important;
    }
    .title_main_slider{
        margin-bottom: 25px;
    }
    .text_main_slider {
        margin-bottom: 40px;
    }
    .wrap_overflow_line_perk::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .smal_text_preims {
        font-size: 16px;
    }

    .row_two_cols_title {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .tabs_model_wrap {
        gap: 15px;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .tabs_model_wrap .context_title{
        width: 100%;
    }
    .tabs_model_wrap .wrap_tabs_models{
        width: 100%;
    }
    .wrap_twoscol_box {
        gap: 30px;
        flex-wrap: wrap;
    }
    .left_modelstab_info {
        width: 100%;
        order: 2;
    }
    .right_modelstab_foto{
        width: 100%;
        order: 1;
    }
    .fullimage_galtabs {
        top: 125px;
        width: 100%;
        height: 230px;
    }
    .title_models_tabs {
        gap: 22px;
        margin-bottom: 20px;
    }
    .descr_modelstab {
        margin-bottom: 20px;
    }
    .descr_modelstab p {
        font-size: 16px;
    }
    .preim_paym_item_mdtb {
        padding: 16px 25px;
    }
    .title_paympr {
        font-size: 16px;
    }
    .preims_paym_modelstab {
        gap: 20px;
        margin-bottom: 20px;
    }
    .perks_preim_modtab {
        grid-template-columns: repeat(1, 1fr);
    }
    .item_preim_modtabper p {
        font-size: 16px;
    }
    .butons_modtab_wrap {
        gap: 15px;
        flex-wrap: wrap;
    }
    .butons_modtab_wrap .orange_btn, .butons_modtab_wrap .orange_fill{
        width: calc(50% - 10px);
    }
    .line_title_full {
        margin-bottom: 30px;
    }
    .title_action_card {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .text_action_card {
        font-size: 16px;
        margin-bottom: 23px;
    }
    .fulldots_slider{
        background: #C7B9AB!important;
        height: 1px !important;
        overflow: unset!important;
    }
    .fulldots_slider .swiper-pagination-progressbar-fill {
        height: 3px !important;
        margin-top: -1.5px;
    }
    .get_testdrive {
        background-size: 100%;
        background-image: url(/wp-content/uploads/2026/08/498534.webp);
    }
    .wrap_form_testdrive {
        max-width: 100%;
    }
    .wrap_form_testdrive .wrap_form_drops {
        max-width: 100%;
        width: 100%;
    }
    .wrap_form_testdrive .imptext {
        font-size: 15px;
    }
    .wrap_for_to_testdrive {
        margin-bottom: 0;
    }
    .title_formtext_white {
        margin-bottom: 30px;
    }
    .wrap_cols_stap_test {
        display: flex;
        gap: unset;
    }

    .item_stap_test{
        padding: 25px 20px 20px;
    }
    .title_stap_test {
        font-size: 20px;
    }
    .text_stap_test {
        font-size: 16px;
    }
    .text_main_slider p {
        font-size: 16px;
        line-height: 1.4em;
    }
    .context_title {
        font-size: 18px;
    }

    .tradein {
        background-position: 135% center;
        min-height: 320px;
    }
    .tradein .line_title_full {
        margin-bottom: 15px;
    }
    .text_tradeins p {
        font-size: 16px;
    }
    .wrap_two_cols_cred {
        flex-wrap: wrap;
        gap: 50px;
    }
    .left_col_cred{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .right_col_cred{
        width: 100%;
    }
    .left_col_cred .title_get_cred{
        margin-bottom: 20px;
        order: 1;
    }
    .images_bank_cred{
        order: 3;
        margin-top: 30px;
        margin-bottom: 0;
        gap: 30px 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .image_bank_cred{
        max-width: unset;
        width: calc(50% - 20px);
        object-position: center;
    }
    .wrap_texr_uncred{
        order: 2;
    }
    .right_col_cred .title_get_cred {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .text_bef_form_cred{
        margin-bottom: 30px;
    }
    .wrap_form_getcred .wrap_form_drops{
        max-width: 100%;
    }
    .get_credit {
        background: #F5F5F7;
    }
    .get_help_banner .container{
        max-width: 100%!important;
        margin: 0!important;
        padding: 0!important;
    }
    .get_help_banner{
        margin-top: -5px;
    }
    .wrap_box_gethelp_ban{
        padding: 50px 30px;
        align-items: center;
        justify-content: flex-start;
        padding-bottom: 280px;
        background-position: bottom center;
        background-color: #0c0c0c;
        background-image: url(/wp-content/uploads/2026/08/38342.webp);
        background-size: contain;
    }
    .box_name_tenter{
        order: 1;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .reg_white_title_podb{
        font-size: 22px;
        text-align: center;
        order: 2;
        margin-bottom: 20px;
    }
    .subtitle_podbor {
        font-size: 16px;
        max-width: 350px;
        margin-bottom: 20px;
        text-align: center;
        order: 3;
        color: rgb(255 255 255 / 79%);
    }
    .inline_btns_help{
        order: 4;
        flex-wrap: wrap;
        justify-content: center;
    }
    .get_help_banner .orange_fil_action{
        width: 100%;
    }
    .text_or_method_cal {
        font-size: 16px;
        max-width: 195px;
    }

    .slider_perconal {
        overflow: visible !important;
        margin-right: -100px;
    }
    .slider_perconal .swiper-wrapper {
        overflow: visible;
    }
    .dolj_spec_b {
        font-size: 15px;
    }
    .box_twocols_delecent{
        flex-wrap: wrap;
        gap: 30px;
    }
    .left_box_delcent{
        width: 100%;
    }
    .right_box_delcent{
        width: 100%;
    }
    .left_box_delcent .line_title_full {
        margin-bottom: 20px;
    }
    .content_text_delcent p {
        font-size: 16px;
        color: #52544D;
        line-height: 1.4em;
    }
    .content_text_delcent {
        margin-bottom: 30px;
    }
    .title_preims_tenets {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .item_delcentpreim p {
        font-size: 16px;
    }
    .wrap_slider_horisonts {
        gap: 20px;
        flex-wrap: wrap;
    }
    .gallery_thumbs_wrap {
        width: 100%;
        height: 125px;
    }
    .inside_gall_thumb .swiper-slide {
        width: 125px !important;
        height: 125px !important;
    }
    .box_news_company img {
        height: 380px;
    }
    .list_news_box{
        display: flex;
        gap: unset;
    }
    .box_news_company {
        margin-bottom: 20px;
    }
    .new_data_pub {
        font-size: 16px;
    }
    .title_new_box {
        font-size: 22px;
    }
    .meta_new_box {
        margin-bottom: 25px;
    }
    .fulldots_slider{
        margin-top: 30px;
    }
    .undertext_form {
        margin-bottom: 30px;
    }
    .undertext_form p {
        font-size: 18px;
        color: #52544D;
    }
    .wrap_forn_getcalback .wrap_form_drops {
        max-width: 100%;
    }
    .box_image_over_form img {
        max-width: 100%;
        object-fit: cover;
        object-position: right;
    }
    .box_image_over_form {
        right: -20%;
        position: relative;
        z-index: 0;
        top: -40px;
        height: 340px;
    }
    .box_contact_inline {
        padding: 25px;
        flex-wrap: wrap;
    }
    .item_conact {
        width: 100%;
    }
    .title_box_contact {
        font-size: 16px;
    }
    .item_text_conts, .item_conact a.item_text_conts {
        font-size: 18px;
    }
    .play_btn_modal{
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 15px;
    }
    .play_btn_modal svg{
        width: 65px;
        height: 65px;
    }
    .play_btn_modal span{
        color: #858585;
        font-size: 16px;
    }
    .item_conact.center_btn{
        margin-top: 15px;
    }
    .item_conact.center_btn .get_taxi{
        width: 100%;
        max-width: 100%;
    }
    .map_list_left{
        width: 100%;
    }

    .footer_line_one {
        justify-content: center;
        flex-wrap: wrap;
    }
    .logo_box_footer{
        width: 100%;
    }
    .wrap_logo_footer img {
        max-width: 215px;
    }
    .wrap_copyrgh{
        width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }
    .text_copyrght{
        text-align: center;
        font-size: 12px;
        max-width: 215px;
    }
    .wrap_logo_footer{
        display: flex;
        justify-content: center;
    }
    .nav_footer_box{
        width: 100%;
        margin-top: 30px;
    }
    .nav_footer_box .menu-header_menu-container ul li {
        width: 100%;
    }
    .nav_footer_box .menu-header_menu-container ul li a {
        font-size: 16px;
        text-align: center;
        display: block;
    }
    .nav_footer_box .menu-header_menu-container ul {
        row-gap: 20px;
        max-width: 100%;
    }
    .contacts_footer{
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.7);
        margin-top: 30px;
        padding-top: 20px;
        justify-content: center;
    }
    .col_align_conts_ft{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .adres_footer{
        order: 1;
        font-size: 16px;
        margin-top: 0;
    }
    .footer_phone_or{
        order: 2;
        font-size: 24px;
        margin-top: 15px;
    }
    .footer_mail{
        order: 3;
        margin-top: 15px;
        font-size: 16px;
    }
    .shedle_footer{
        order: 4;
        font-size: 14px;
        margin-top: 15px;
    }
    .footer_line_two{
        flex-direction: column;
        align-items: center;
        border-top: 1px solid rgba(255, 255, 255, 0.7);
        margin-top: 20px;
        padding-top: 20px;
    }
    .wrap_compli{
        width: 100%;
    }
    .grayfootertext {
        font-size: 14px;
        text-align: center;
        line-height: 1.8em;
    }
    .wrap_policy{
        margin-top: 20px;
    }
    .wrap_policy .menu{
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    .wrap_policy .menu a{
        font-size: 14px;
        text-decoration: underline;
    }
    footer {
        padding-top: 25px;
        padding-bottom: 50px;
        margin-top: 50px;
    }
    .wrap_policy .menu li{
        width: 100%;
        text-align: center;
    }
    .row_line_head {
        gap: 10px;
    }
    .col_logo_adres {
        width: calc(40% - 5px);
    }
    .col_head_acti {
        width: calc(60% - 5px);
    }
    .main_space_top{
        margin-top: 75px;
    }
    .left_col_autoinfo{
        width: 100%;
    }
    .right_col_autoinfo{
        width: 100%;
    }
    .wrap_cols_autoinfo{
        flex-wrap: wrap;
        gap: 30px;
    }
    .wrap_slider_horisonts{
        margin-top: 20px;
    }
    .wrap_slider_horisonts .gallery_thumbs_wrap{
        order: 2;
    }
    .wrap_slider_horisonts .box_slide_mainimage{
        order: 1;
    }
    .descr_car_sing {
        margin-top: 0;
        font-size: 16px;
    }
    .line_car_prices {
        margin-top: 20px;
        justify-content: space-between;
    }
    .item_line_price{
        border: 1px solid rgba(24, 27, 17, 1);
        border-radius: 4px;
        padding: 16px 25px;
    }
    .value_car_price {
        font-size: 22px;
    }
    .title_colors {
        font-size: 16px;
    }
    .selected_color {
        font-size: 16px;
    }
    .title_complectat {
        font-size: 16px;
    }
    .wrap_meta_car .butons_modtab_wrap .orange_btn {
        width: 100%;
    }
    .title_wilester {
        font-size: 24px;
    }
    .galprofgs {
        order: 3;
        margin-top: 20px;
    }
    .compl_list_wrap {
        overflow-y: scroll;
    }
    .complect_btn{
        white-space: nowrap;
        padding: 9px 0;
    }
    .compl_list_wrap::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .top_box_auto{
        overflow: hidden;
    }
    .wrap_meta_car .butons_modtab_wrap button {
        width: 100%;
    }
}
 


@media (max-width: 768px) {
    .wrap_box_gethelp_ban{
        padding: 50px 30px;
        padding-bottom: 180px;
    }
    .main_space_top{
        margin-top: 70px;
    }
    .main_page_title {
        font-size: 22px;
    }
    .title_main_slider {
        font-size: 24px;
    }

    .title_counter_back {
        font-size: 20px;
        width: 244px;
    }
    .counter_back .count_num {
        font-size: 30px;
        line-height: 1.3em;
    }
    .counter_back .count_label {
        font-size: 15px;
    }
    .text_contact_head{
        font-size: 12px;
    }
    .logo_head img {
        width: 120px;
    }
    .main_liner_head {
        height: 70px;
    }
    .wrap_tabs_models .nav-tabs{
        overflow-y: scroll;
        flex-wrap: nowrap;
    }
    .wrap_tabs_models .nav-tabs .nav-item .nav-link{
        white-space: nowrap;
    }
    .wrap_tabs_models .nav-tabs::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .fullimage_galtabs {
        top: 18vw;
        width: 117vw;
        height: 230px;
        object-fit: contain;
        object-position: left;
    }
    .right_modelstab_foto {
        height: 63vw;
    }
    .butons_modtab_wrap .orange_btn, .butons_modtab_wrap .orange_fill {
        width: 100%;
    }
    .field_wrap_fift {
        grid-column: 1 / -1;
    }
    .check_wrap_full .wpcf7-list-item-label {
        font-size: 13px;
    }
    .tradein .orange_fil_action {
        width: 210px;
    }
    .tradein {
        background-position: 100% center;
        min-height: unset;
        background-size: contain;
        background-image: url(/wp-content/uploads/2026/08/6594345.webp);
    }
    .box_content_center_train {
        max-width: 300px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .text_tradeins {
        max-width: 230px;
    }
    .left_col_cred .title_get_cred {
        padding-right: 20px;
    }
    .right_col_cred .title_get_cred{
        padding-right: 20px;
    }
    .personal_list .main_page_title{
        padding-right: 20px;
    }
    .box_slide_mainimage {
        height: 75vw;
    }
    .box_image_over_form img {
        max-width: 100%;
        object-position: left;
    }
    .box_image_over_form {
        right: 0;
        top: -35px;
        height: 285px;
    }
    .contact_box_inpage .main_page_title{
        padding-right: 20px;
    }

    .left_col_autoinfo .name_car{
        font-size: 22px;
    }
    
    .complectations_selection {
        margin-top: 20px;
    }
    .compl_list_wrap {
        gap: 20px;
    }
    .wrap_meta_car .butons_modtab_wrap {
        margin-top: 20px;
    }
    .wrap_tabs_comlect .nav-tabs {
        flex-wrap: wrap;
    }
    .wrap_tabs_comlect .nav-item {
        width: 100%;
    }
    .wrap_tabs_comlect .nav-link {
        border: 1px solid transparent!important;
    }
    .wrap_tabs_comlect .nav-link.active, .wrap_tabs_comlect .nav-link:hover {
        border: 1px solid rgba(235, 146, 1, 1)!important;
    }
    .wrap_tabs_comlect .tab-content {
        margin-top: 30px;
    }
    .wrap_tabs_comlect .accordion-button {
        font-size: 18px;
    }
    .item_line_price {
        padding: 15px 15px;
    }
    .item_line_price {
        width: 48%;
    }
    .complect_btn {
        padding: 8px 15px;
    }
    .center_title .title_main_page {
        font-size: 22px;
        margin-top: 10px;
    }
    .box_fder_comnter{
        order: 2;
        width: 100%;
    }
    .image_wwrap_box{
        width: 100%;
        order: 1;
    }
    .box_fder_comnter p{
        font-size: 16px;
    }
    .box_fder_comnter ul{
        font-size: 16px;
    }
    .wrap_blog_news{
        flex-wrap: wrap;
        gap: 30px;
    }
    .title_wilester {
        font-size: 22px;
    }
    .wrap_tabs_comlect {
        margin-top: 20px;
    }
    .socila_links {
        margin-top: 30px;
        padding-top: 30px;
    }
    .box_center_soclied {
        gap: 15px;
    }
    .main_slider_home {
        margin-top: 70px;
    }
    .mod_wth_form .field_wrap_fift{
        grid-column: 1 / -1;
    }

}