#aioseo-admin-bar-noindex-warning .wrapper, #aioseo-admin-bar-noindex-warning {
    height: 39px !important;
    line-height: 15px;
    width: 250px;
    display: contents;
}
.home header {
background: transparent;
    position: absolute;
    z-index: 12;
    width: 100%;
}
.home .hfg_header.site-header {
    box-shadow: none;
}
.home .header-main {
    background: transparent;
}
.home  [class*=row-inner] {
    background: transparent;
}
.home .nav-ul li a {
    color: #FFF !important;
}

.home .nav-ul .caret svg {
    fill: #FFFFFF;
}

.home .sub-menu li a {
    color: #231e1e !important;
}
.home  h2 {
 color: #231e1e !important;
}
.home  h3 {
 color: #231e1e !important;
}
.wpr-slider-title h2 {
    color: #FFF !important;
}
.home .nv-html-content span {
    color: #FFF;
}
.dd-title, .nav-ul li a {
    text-transform: none !important;
    font-size: 21px !important;
}

.name_r h3{
 color: #8b8484;
 text-transform: uppercase;
}
.zaput_cina .elementor-button-link {
    background: #4DABC8;
    border-color: #4dabc8;
    color: #FFF;
    border-radius: 0px !important;
    height: 53px;
    line-height: 34px;
    width: 292px !important;
    padding: 10px;
}
.table_diller thead {
    display: none;

}
.table_diller .wpr-table-body-row {
    border-bottom: 1px solid #CCC;
}
.table_diller  td .wpr-td-content-wrapper {
    padding: 5px 0;
}

.waze_a {

}
#media_image-2 img {
    width: 150px;
}
#content .wpr-td-content-wrapper  a .wpr-table-text span {
    color: #00275E !important;
    font-weight: 600;

}

.slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    list-style: none;
    padding: 0;
}

.slick-dots li {
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.slick-dots li:hover {
    transform: scale(1.2);
}

.slick-dots li span.wpr-slider-dot {
    display: block;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background: radial-gradient(circle, #FFFFFF 40%, #FFFFFF 100%);
    border: 1px solid #444;
    transition: all 0.4s ease;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
}

.slick-dots li.slick-active span.wpr-slider-dot {
    background: radial-gradient(circle at center,#47b0cd 10%, #47b0cd 90%);
    border: 1px solid #47b0cd;
    width: 12px !important;
    height: 12px !important;
/*    box-shadow: 0 0 10px rgba(255, 0, 0, 0.7),
                0 0 20px rgba(255, 255, 255, 0.3);*/
    transform: scale(1.15);
}


.form-step {
    display: none;
    max-width: 900px;
    margin: 40px 0 auto;
}
.form-step.active {
    display: block;
}

/* --- Стили селектов из первого шага --- */
.form-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.custom-select {
    position: relative;
    width: 300px;
}

.custom-select label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #777;
}

.select-display {
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    cursor: pointer;
    position: relative;
    font-size: 16px;
}

.select-display::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.2s;
}

.select-display.active::after {
    transform: translateY(-50%) rotate(-135deg);
}

.select-options {
    display: none;
    border: 1px solid #ccc;
    border-top: none;
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 99;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.select-options div {
    padding: 8px 10px;
    cursor: pointer;
    transition: background 0.2s;
}

.select-options div:hover {
    background: #f2f8fb;
    color: #007fae;
}

/* --- Общие элементы форм --- */
input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    padding: 8px 0;
    font-size: 16px !important;
    margin-bottom: 20px;
    outline: none;
    transition: border-color 0.2s;
}
input:focus, textarea:focus {
    border-color: #47b0cd !important;
}

.form-step input:focus,
.form-step textarea:focus,
.form-step select:focus {
    outline: none !important;
    box-shadow: none !important;
    --formfieldbordercolor: #ccc !important; /* или просто inherit */
}

textarea {
    resize: none;
    height: 80px;
}

label.checkbox-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 20px;
}

label.checkbox-label input {
    margin-right: 8px;
}


/* --- Кнопки --- */
button, .elementor-button {
    background: #47b0cd;
    border: none;
    padding: 10px 28px;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.3s;
}

button:hover {
    background: #3a9bb6;
}

.btn-wrap {
    text-align: left;
    margin-top: 20px;
}

button.back-btn {
    background: #ccc;
    color: #333;
    margin-right: 10px;
}
button.back-btn:hover {
    background: #bbb;
}
.cuss_pol {
    padding-top: 25px;
    font-size: 14px;
}
.cuss_pol a {
    color: #007fae;
}

.error-message {
    background: #ffe8e8;
    color: #c0392b;
    border: 1px solid #e4b1b1;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
    animation: fadeIn 0.3s ease;
}
#block-13 [data-row-id] a {
    color: #FFF !important;
}
#block-13 svg {
    fill: #FFF !important;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}


.cf7-ukr-form {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: 'Segoe UI', sans-serif;
}

.cf7-ukr-form input[type="text"],
.cf7-ukr-form input[type="tel"],
.cf7-ukr-form input[type="email"],
.cf7-ukr-form textarea {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    background: transparent;
    font-size: 16px;
    padding: 10px 5px;
    outline: none;
    resize: none;
    transition: border-color 0.3s;
}

.cf7-ukr-form input:focus,
.cf7-ukr-form textarea:focus {

    border-bottom: 1px solid #007acc;
}

.cf7-ukr-form input[type="email"] {
    margin-top: 20px;
}

.cf7-ukr-form textarea {
    min-height: 80px;
}

.cf7-consent {
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cf7-submit-btn {
    color: white;
    padding: 14px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease;
     background: #47b0cd !important;
     color: #FFF !important;
}

.cf7-submit-btn:hover {
    background-color: #3a9bb6 !important;
}


.cf7-ukr-form input:focus,
.cf7-ukr-form textarea:focus,
.cf7-ukr-form select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #007acc !important; /* или другой цвет */
}

#dealerMessage {
    margin-top: 10px;
    font-weight: 600;
    transition: color 0.2s;
}
#dealerMessage.no-stock { color: #d33; }
#dealerMessage.has-stock { color: #4DABC8; }

.h1_top h1 {
    font-weight: 700;
    font-size: 128px;
    letter-spacing: -2px;
}
.wpr-slider-title span {
    font-weight: 700;
    font-size: 128px;
    letter-spacing: -2px;
}
.elementor-element-9ec5f31 h2, .elementor-element-9ec5f31 h3 {
    display: inherit !important;
}

.osn_title h1 {
    font-weight: 700;
    font-size: 48px;
    color: #020202 !important;
    letter-spacing: -2px;
}

.osn_title h2 {
    font-weight: 700;
    font-size: 48px;
    color: #020202 !important;
    letter-spacing: -2px;
}

.osn_title h3 {
    font-weight: 700;
    font-size: 48px;
    color: #020202 !important;
    letter-spacing: -2px;
}
.osn_title h4 {
    font-weight: 700;
    font-size: 48px;
    color: #020202 !important;
    letter-spacing: -2px;
}

.section-title-custom {
    /*margin-left: 10px;*/
}



.section-title-custom-two h2  {
    position: relative;
    display: inline-block;
    font-weight: 700 !important;
    font-size: 24px;
    color: #999999 !important; /* серый текст */
    text-transform: uppercase;
    margin-top: 30px;
    padding-top: 15px;
    letter-spacing: 5px;
}

.section-title-custom h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 125px; /* длина линии — можно подстроить */
    height: 3px; /* толщина линии */
    background-color: #52b7c3; /* голубой цвет */
}

.section-title-custom h2  {
    position: relative;
    display: inline-block;
    font-weight: 700 !important;
    font-size: 24px;
    color: #999999 !important; /* серый текст */
    text-transform: uppercase;
    margin-top: 0px;
    padding-top: 15px;
    letter-spacing: 5px;
}

.section-title-custom span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 125px; /* длина линии — можно подстроить */
    height: 3px; /* толщина линии */
    background-color: #52b7c3; /* голубой цвет */
}

.section-title-custom span  {
    position: relative;
    display: inline-block;
    font-weight: 700 !important;
    font-size: 24px;
    color: #999999 !important; /* серый текст */
    text-transform: uppercase;
    margin-top: 0px;
    padding-top: 15px;
    letter-spacing: 5px;
}


.elementor-button {
   font-weight: 700;
}
#content .elementor-widget-text-editor p {
    color: #2B2B2B
}

.car-specs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.car-specs ul li {
    position: relative;
    padding-left: 25px; /* отступ для линии */
    margin-bottom: 0px;
    font-size: 16px;
    color: #333; /* цвет текста */
    line-height: 1.5;
}

.car-specs ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 2px;
    background-color: #52b7c3; /* голубой цвет линии */
    transform: translateY(-50%);
    border-radius: 2px;
}
.button_block .elementor-button-link {
    width: 300px;
    font-size: 18px;
}

.dealers-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 15.5px;
    color: #222;
    /*border-top: 1px solid #e0e0e0*/;
}

.dealer-item {
    display: grid;
    grid-template-columns: 25% 30% 20% 25%;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 10px;
    gap: 10px;
}

.dealer-name {
    font-weight: 700;
    color: #000;
}

.dealer-address {
    color: #444;
}

.dealer-phone {
    color: #222;
    line-height: 1.5;
}
.last-dealer {
    border-bottom: 0px;
}

.phone-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml;utf8,<svg fill='%23000' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M6.62 10.79a15.464 15.464 0 006.59 6.59l2.2-2.2a1.003 1.003 0 011.11-.21c1.21.49 2.53.76 3.88.76a1 1 0 011 1V21a1 1 0 01-1 1C10.07 22 2 13.93 2 3a1 1 0 011-1h3.5a1 1 0 011 1c0 1.35.26 2.67.76 3.88a1 1 0 01-.21 1.11l-2.43 2.8z'/></svg>") no-repeat center;
    background-size: contain;
    margin-right: 6px;
    position: relative;
    top: 2px;
}

.dealer-links {
    text-align: left;
        display: flex;
    justify-content: space-around;
}

.dealer-links a {
    color: #002c6e;
    text-decoration: none;
    font-weight: 600;
    margin-right: 14px;
    transition: color 0.2s;
}

.dealer-links a:hover {
    color: #0059b3;
}

#availableDealersList {
    margin-top: 10px;
    padding: 10px 0px;
    background: #fff;
    border-radius: 8px;
/*    border: 1px solid #ddd;*/
}

#availableDealersList h4 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
}

#availableDealersList .dealer-region {
    margin-bottom: 6px;
}

#availableDealersList ul {
    margin: 4px 0 8px 0px;
    padding: 0;
}

#availableDealersList li {
    list-style-type: none;
    font-size: 18px;
    color: #333;
}
#media_image-2 {
    margin: 20px 0;
}
.text_param {
    line-height: 132%;
}


.wp-block-social-links {
    display: flex;
}
.wp-block-social-links li {
    margin: 0px 5px;
    font-size: 18px;
}
.site-footer {
    padding-top: 50px;
}
.dealer-region strong {
    color: #007fae;
    font-size: 18px;
}
.dealer-region ul li {
    list-style: none;
}

.empty_block {
    padding: 40px;
}

.block_60 {
    padding: 5px;
}

.block_30 {
   padding: 10px;
}

.block_30_top {
    padding-top: 20px;
}

@media (max-width: 900px) {
    .dealer-item {
        grid-template-columns: 1fr;
        grid-row-gap: 6px;
        padding: 14px 5px;
    }
    .block_30_top {
    padding-top: 10px;
}
.section-title-custom-two h2 {
    margin-top: 0px;
}

    .dealer-links a {
        display: inline-block;
        margin-right: 10px;
    }

    .dealer-name {
        font-size: 17px;
    }

    .dealer-address,
    .dealer-phone,
    .dealer-links {
        padding-left: 0px;
        flex-direction: column;
            justify-content: space-between;
    }
    .block_60 {
        padding: 0px;
    }
    #media_image-2 img {
    width: 100px;
}
}


.widget {
    margin-bottom: 15px;
}



.car-slider {
    position: relative;
    max-width: 900px;
    margin: 40px auto;
    text-align: center;
}

.car-color-title {
    font-size: 76px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

.car-color-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #00a0e3;
    margin: 8px auto 0;
    border-radius: 3px;
}

.car-slider .slides img {
    display: none;
    width: 100%;
    height: auto;
    transition: opacity 0.5s ease;
}

.car-slider .slides img.active {
    display: block;
}

.color-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 15px;
}

.color-dots .dot {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.color-dots .dot:hover {
    transform: scale(1.2);
}

.color-dots .dot.active {
    outline: 2px solid #000;
    outline-offset: 2px;
}

@media only screen and (max-width: 600px) {
.car-slider {
    max-width:100%;
    margin: 10px auto;
}
.car-color-title {
        font-size: 25px;
}


}

#nextBtn {
    display: none;
}

@media only screen and (max-width: 1500px) {
.osn_title h2 {
    font-weight: 700;
    font-size: 30px;
    color: #020202 !important;
    letter-spacing: -2px;
}
}
@media only screen and (max-width: 900px) {
.site-logo img {
    min-width: 85px !important;
}
.home .nav-ul li a {
    color: #231e1e !important;
}
.dvugyn_h_o {
    padding-top: 15px;
}
.hide_mobile {
    display: none;
}
.elementor-element-b019e1d, .elementor-element-cf339ed {
    padding: 0;
    margin: 0;
}
.elementor-element-9c3853d {
    margin-bottom: 25px;
}

.elementor-element-13142a3  {
    display: none;
}

.icon-bar {
    width: 35px;
    height: 3px;
}
.icon-bar:nth-child(2) {
    margin: 7px 0;
}
.navbar-toggle {
    /*background: #00193c; */
            background: transparent;
}
.header-menu-sidebar-inner {
    padding: 0px;
}

.icon-bar {
        background-color:  #00193c;
}
.home  .icon-bar {
        background-color: #FFF;
}

.is-active button:hover {
    background: transparent;
}
.osn_title h2 {
    font-size: 25px;
}
.section-title-custom h2 {
    font-size: 20px;
}
.h1_top h1 {
    font-size: 45px;
}
.elementor-309 .elementor-element.elementor-element-4c54770 .wpr-slider-dots {
    top: 89%;
}
.empty_block {
    padding: 5px;
}
.builder-item--footer-four-widgets {
    padding-bottom: 30px !important;
}
.wpr-slider-arrow {
    z-index: auto !important;
}

.wpr-slider-title span {
    font-size: 65px;
}

}



