.elementor-92802 .elementor-element.elementor-element-a6fcb43{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-92802 .elementor-element.elementor-element-a6fcb43 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-92802 .elementor-element.elementor-element-12b0570.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-92802 .elementor-element.elementor-element-12b0570.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-92802 .elementor-element.elementor-element-12b0570.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-92802 .elementor-element.elementor-element-12b0570 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-92802 .elementor-element.elementor-element-12b0570{width:100%;}}/* Start custom CSS for html, class: .elementor-element-4333221 */ul, li {
    margin: 0 !important;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Основные стили header */
.header {
    background: #153e4d;

    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    position: relative;
}

/* Логотип */
.logo-container {
    flex-shrink: 0;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.logo:hover {
    transform: translateY(-2px);
}

.logo-image {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.logo:hover .logo-image {
    transform: scale(1.05);
}

/* Навигация */
.navigation {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-list {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 45px;
}

.nav-item {
    position: relative;
}

.nav-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    padding: 12px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}


.nav-link:hover::before {
    left: 100%;
}

.nav-link:hover {
    color: #e4c05d;
    background: rgba(228, 192, 93, 0.1);
    transform: translateY(-2px);
}

.nav-link.active {
    background: #e4c05d;
    color: #153e4d;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(228, 192, 93, 0.4);
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
}

/* Контактная информация */
.header-contacts {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-shrink: 0;
}

/* Телефон */
.phone-container {
    display: flex;
    align-items: center;
}

.phone-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    padding: 12px 18px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.phone-link:hover {
    background: #e4c05d;
    color: #153e4d;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(228, 192, 93, 0.4);
    border-color: #ffffff;
}

.phone-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.phone-text {
    white-space: nowrap;
}

/* Социальные сети */
.social-links {
    display: flex;
    gap: 12px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #e4c05d;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    z-index: -1;
}

.social-link:hover::before {
    width: 100%;
    height: 100%;
}

.social-link:hover {
    color: #153e4d;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 5px 15px rgba(228, 192, 93, 0.3);
}

.social-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    z-index: 1;
    position: relative;
}

/* Мобильное меню */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-menu-toggle:hover {
    background: rgba(228, 192, 93, 0.2);
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background: #ffffff;
    margin: 2px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Мобильная навигация */
.mobile-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #153e4d;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.mobile-navigation.active {
    max-height: 350px;
    z-index: 100;
}

.mobile-nav-list {
    list-style: none;
    padding: 20px;
}

.mobile-nav-item {
    margin-bottom: 15px;
}

.mobile-nav-item:last-child {
    margin-bottom: 0;
}

.mobile-nav-link {
    display: block;
    padding: 15px 20px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-align: center;
    border: 1px solid transparent;
}

.mobile-nav-link:hover {
    background: #e4c05d;
    color: #153e4d;
    transform: translateX(5px);
    border-color: #ffffff;
}

/* Адаптивные стили */
@media (max-width: 1024px) {
    .nav-list {
        gap: 30px;
    }

    .phone-text {
        display: none;
    }

    .social-links {
        gap: 8px;
    }
}

@media (max-width: 768px) {
    .navigation {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .header-contacts {
        gap: 15px;
    }

    .phone-link {
        padding: 10px 15px;
    }

    .social-link {
        width: 38px;
        height: 38px;
    }

    .social-link svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .header-content {
        padding: 15px 0;
    }

    .logo-image {
        width: 100px;
        height: 100px;
    }

    .phone-link {
        min-width: auto;
        padding: 8px 12px;
    }

    .social-links {
        gap: 6px;
    }

    .social-link {
        width: 35px;
        height: 35px;
    }

    .social-link svg {
        width: 16px;
        height: 16px;
    }
}

/* Анимации появления */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header {
    animation: fadeInDown 0.6s ease;
}

/* Дополнительные декоративные эффекты */
.header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #e4c05d 0%, #ffffff 50%, #e4c05d 100%);
    opacity: 0.8;
}

/* Улучшенная доступность */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus states для доступности */
.nav-link:focus,
.phone-link:focus,
.social-link:focus,
.mobile-menu-toggle:focus {
    outline: 2px solid #e4c05d;
    outline-offset: 2px;
}

/* Ripple эффект */
.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(228, 192, 93, 0.4);
    transform: scale(0);
    animation: ripple-animation 0.6s linear;
    pointer-events: none;
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Дополнительные стили для лучшего контраста */
.nav-link:focus-visible,
.phone-link:focus-visible,
.social-link:focus-visible {
    box-shadow: 0 0 0 3px rgba(228, 192, 93, 0.5);
    outline: none;
}/* End custom CSS */