.button_a .elementor-button-link, .custom-submit, .custom-cf7-form .custom-submit {
    color: #ffffff;
    border: 1px solid #174161;
    background-color: #174161;
    display: inline-block;
    font-size: 16px;
    padding: 20px 60px;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
    text-decoration: none;
-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    width: 100%;
}
.custom-cf7-form select {
    color: #999999;
}

.button_a .elementor-button-link:hover, .custom-submit:hover {
    background: none;
    color: #174161;
}
.mega_all {
    display: flex;
}
.mega_vn_menu {
    margin-right: 60px;
}
.has-nav {
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
        width: 14%;
    }
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px;
}
#mega-menu-433-0 #mega-menu-433-0-0, #mega-menu-433-1 {
    margin-left: 25% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-weight: 600 !important;
}

.h2norm  .elementor-heading-title {
    font-size: 42px;
    line-height: 1.23;
    font-weight: 600;
    color: #495966;
    width: 80%;
    margin: 0 auto;
}
#content p {
    color: #212121;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 300;
}
.h2norm, .h2norm_p p {
    font-size: 42px !important;
    line-height: 1.23 !important;
    font-weight: 600 !important;
    color: #495966 !important;
    width: 80%;
    margin: 0 auto;
}
.car_har h3, .car_har  .elementor-heading-title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #495966;
}

.p_clasic p {
    max-width: 560px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 300;
    color: #212121;
}

.menu_model div {
    font-size: 30px;
    line-height: 1.23;
    font-weight: 600;
    color: #FFF !important;
        width: 80%;
    margin: 0 auto;
        padding-top: 10px;
        padding-bottom: 10px;
    text-align: left !important;
}

.price div {
    font-size: 30px;
    line-height: 1.23;
    font-weight: 600;
    color: #495966 !important;
        width: 80%;
    margin: 0 auto;
        padding-top: 15px;
        text-align: center !important;
}

.elementor-element-0504c21 p {
    color: #fff !important;
}

td {
    border-bottom: 1px solid var(--nv-text-color);
}
h1.h2norm {
    font-size: 62px;
}
.custom-cf7-form input[type="text"], .custom-cf7-form input[type="tel"], .custom-cf7-form input[type="email"], .custom-cf7-form select, .custom-cf7-form textarea {
    margin-bottom: 45px;
}
.custom-cf7-form textarea {
    max-height: 150px;
}
.page-id-437 .e-n-accordion-item-title,  .e-n-accordion-item-title {
    border: 1px solid #174161;
    background-color: #174161;
    color: #FFF !important;
    margin-bottom: 10px;
}
.page-id-437 .elementor-widget-n-accordion .e-n-accordion-item-title-text:hover, .elementor-widget-n-accordion .e-n-accordion-item-title-text:hover {
    color: #FFF !important;
}

.page-id-437 .e-n-accordion-item-title-icon,
.page-id-437 .elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg,
.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg,
.e-n-accordion-item-title-icon
  {
    color: #FFF !important;
    fill: #FFF !important;
}
.wp-block-social-link-anchor >svg {
    color: #FFF !important;
    fill: #FFF !important;
    width: 50px;
    height: 50px;
}
.wpr-slider-dots {
    display: none !important;
}
.home_slogon h2 {
    line-height: 50px;
}
.elementor-584 .elementor-element.elementor-element-79212ca .wpr-slider-arrow,
.elementor-505 .elementor-element.elementor-element-79212ca .wpr-slider-arrow,
.elementor-586 .elementor-element.elementor-element-79212ca .wpr-slider-arrow,
.elementor-588 .elementor-element.elementor-element-79212ca .wpr-slider-arrow
 {
    display: none !important;
}

/* Кнопка */
.jetour-fab {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background-color: rgb(23 65 97);
    color: white;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 9999;
    transition: transform 0.3s ease;
    border: 2px solid #FFF;
}

.jetour-fab::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color:rgb(103 149 183);  /* полупрозрачное золото */
    animation: pulse-ring 1.5s infinite;
    z-index: -1;
}

.fab-letter {
    display: inline-block;
    animation: spin-j 3s linear infinite;
}

@keyframes spin-j {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


@keyframes pulse-ring {
    0% {
        transform: scale(0.8);
        opacity: 0.7;
    }
    70% {
        transform: scale(1.6);
        opacity: 0;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}
.jetour-fab:hover {
    transform: rotate(15deg);
}

/* Модальное окно */
.jetour-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}
.jetour-modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 30px;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    position: relative;
}
.jetour-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #aaa;
    cursor: pointer;
}
.jetour-close:hover {
    color: #000;
}
.jetour-socials {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}
.jetour-socials li {
    margin: 10px 0;
}
.jetour-socials a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}
.jetour-socials a:hover {
    color: gold;
}


#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
    width: 8.5% !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    text-align: center !important;
}

@media only screen and (max-width: 1500px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
    width: 13.5% !important;
}
#mega-menu-433-0 #mega-menu-433-0-0, #mega-menu-433-1 {
    margin-left: 9% !important;
}

}


@media only screen and (max-width: 900px) {
.has-nav {
    display: block;
}
.mega_all {
    display: none !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
        width: 100%;
    }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
    width: 100% !important;
}

#mega-menu-433-0 #mega-menu-433-0-0, #mega-menu-433-1 {
    margin-left: 0% !important;
}
.h2norm .elementor-heading-title, .h2norm, .h2norm_p p  {
    font-size: 24px !important;

}
.wpr-slider-title h2 {
    font-size: 25px;
}
#media_image-6 {
    margin-top: 25px;
}
#media_image-6 img {
    width: 250px;
}

.menu_model div {
    font-size: 22px !important;
    padding-top: 2px;
    padding-bottom: 2px;

}
.elementor-page-1163 div[data-id="17070b9"] .e-con.e-flex>.e-con-inner,
.elementor-page-588 div[data-id="e031e2f"] .e-con.e-flex>.e-con-inner,
.elementor-page-586 div[data-id="cc56f35"] .e-con.e-flex>.e-con-inner,
.elementor-page-584 div[data-id="fd2d8de"] .e-con.e-flex>.e-con-inner,
.elementor-page-505 div[data-id="bd10985"] .e-con.e-flex>.e-con-inner

{
    gap: 10px;
    display: flex;

}

.elementor-page-1163 div[data-id="17070b9"] .e-con.e-flex,
.elementor-page-588 div[data-id="e031e2f"] .e-con.e-flex,
.elementor-page-586 div[data-id="cc56f35"] .e-con.e-flex,
.elementor-page-584 div[data-id="fd2d8de"] .e-con.e-flex,
.elementor-page-505 div[data-id="bd10985"] .e-con.e-flex

{
        flex: 0 0 48%;

}

}

