.elementor-265 .elementor-element.elementor-element-16ee4a7{--display:flex;--background-transition:0.3s;}.elementor-265 .elementor-element.elementor-element-16ee4a7:not(.elementor-motion-effects-element-type-background), .elementor-265 .elementor-element.elementor-element-16ee4a7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0D14;}.elementor-265 .elementor-element.elementor-element-16ee4a7, .elementor-265 .elementor-element.elementor-element-16ee4a7::before{--border-transition:0.3s;}.elementor-265 .elementor-element.elementor-element-6f3423f > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(min-width:768px){.elementor-265 .elementor-element.elementor-element-16ee4a7{--content-width:1280px;}}/* Start custom CSS for text-editor, class: .elementor-element-6f3423f *//* =========================================
   CONTACT PAGE CSS (DARK MODE & FLAGS)
   ========================================= */

/* 1. БАЗОВЫЕ НАСТРОЙКИ КОНТЕЙНЕРА */
.stellar-contact-wrapper {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.stellar-contact-wrapper * {
    box-sizing: border-box;
}

/* 2. HERO SECTION (ФОТО) */
.stellar-hero {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid rgba(255,255,255,0.1);
}
.stellar-hero-overlay {
    background: linear-gradient(180deg, rgba(11,13,20,0.3) 0%, rgba(11,13,20,0.95) 100%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}
.stellar-hero-content h1 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.stellar-hero-content p {
    font-size: 18px;
    color: #e0e0e0;
    max-width: 700px;
    margin: 0 auto 25px auto;
    line-height: 1.5;
    text-shadow: 0 2px 10px rgba(0,0,0,0.8);
}
.stellar-trust-badges {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}
.stellar-trust-badges span {
    background: rgba(11, 13, 20, 0.8);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    border: 1px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(5px);
}
.stellar-trust-badges i { color: #335dd1; }

/* 3. SUPPORT BAR (ТЕЛЕФОНЫ И ФЛАГИ) */
.stellar-support-bar {
    display: grid;
    grid-template-columns: 1.4fr 1fr; /* Левая колонка чуть шире */
    gap: 20px;
    margin-bottom: 40px;
}

.support-item {
    background: #1e222b;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 25px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
}
.support-item:hover {
    border-color: #335dd1;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.support-item .icon-wrap {
    min-width: 50px;
    height: 50px;
    background: rgba(51, 93, 209, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #335dd1;
}

.support-item .text-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.label {
    font-size: 11px;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-weight: 700;
}

/* Список телефонов */
.phone-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.phone-link {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    padding: 10px 12px;
    background: rgba(255,255,255,0.03);
    border-radius: 6px;
    border: 1px solid transparent;
    transition: all 0.2s;
}
.phone-link:hover {
    background: rgba(51,93,209,0.15);
    border-color: #335dd1;
}

.flag-icon {
    width: 28px;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.phone-text {
    display: flex;
    flex-direction: column;
}
.country-name {
    font-size: 10px;
    text-transform: uppercase;
    color: #aaa;
    line-height: 1;
    margin-bottom: 3px;
}
.phone-text .number {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

/* Email ссылка */
.support-item .value {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
}
.support-item .value:hover { color: #335dd1; }

.sub {
    font-size: 12px;
    color: #335dd1;
    font-weight: 500;
}

/* 4. LOCATIONS GRID (КАРТОЧКИ) */
.stellar-locations {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr; /* Штаб шире */
    gap: 20px;
    margin-bottom: 40px;
}

.loc-card {
    background: #1e222b;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}
.loc-card:hover {
    border-color: rgba(255,255,255,0.3);
}

/* Статусы */
.card-status {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: fit-content;
}
.status-open { background: rgba(46, 204, 113, 0.15); color: #2ecc71; border: 1px solid rgba(46, 204, 113, 0.3); }
.status-open .dot { background: #2ecc71; }
.status-logistic { background: rgba(255, 159, 67, 0.15); color: #ff9f43; border: 1px solid rgba(255, 159, 67, 0.3); }
.status-logistic .dot { background: #ff9f43; }
.dot { width: 8px; height: 8px; border-radius: 50%; margin-right: 8px; display: inline-block; }

/* Заголовки и текст карточек */
.loc-card h2, .loc-card h3 { color: #fff; margin-bottom: 15px; font-size: 20px; margin-top: 0; }
.loc-card h2 { font-size: 24px; }

.country-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}
.country-header img { width: 28px; border-radius: 3px; }
.country-header h3 { margin: 0; }

.loc-desc { color: #ccc; font-size: 14px; line-height: 1.6; margin-bottom: 25px; flex-grow: 1; }

/* Детали адреса */
.loc-details { margin-bottom: 25px; }
.detail-row { display: flex; gap: 12px; margin-bottom: 15px; font-size: 14px; color: #e0e0e0; align-items: flex-start; }
.detail-row i { color: #335dd1; margin-top: 4px; width: 16px; text-align: center; }

/* Телефон в карточке */
.card-phone { color: #fff; text-decoration: none; font-weight: 600; }
.card-phone:hover { color: #335dd1; }

.highlight-phone {
    background: rgba(255,255,255,0.05);
    padding: 10px;
    border-radius: 6px;
    align-items: center;
}
.mini-flag { width: 20px; height: auto; border-radius: 2px; }
.highlight-phone a { color: #fff; text-decoration: none; font-weight: 700; margin-left: 5px;}

/* Предупреждение */
.detail-warning {
    background: rgba(255, 77, 77, 0.1);
    border-left: 3px solid #ff4d4d;
    padding: 12px;
    border-radius: 4px;
    display: flex;
    gap: 10px;
    font-size: 12px;
    color: #ffaeb0;
    line-height: 1.4;
}
.detail-warning i { color: #ff4d4d; margin-top: 2px; }
.detail-warning strong { color: #ff4d4d; display: block; margin-bottom: 2px; }

/* Кнопка */
.primary-btn {
    display: block;
    text-align: center;
    padding: 14px;
    background: #335dd1;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s;
    margin-top: auto;
    box-shadow: 0 4px 15px rgba(51, 93, 209, 0.3);
}
.primary-btn:hover { background: #2646a3; transform: translateY(-2px); }

/* 5. FOOTER */
.stellar-legal-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
    font-size: 13px;
    color: #888;
}
.stellar-legal-footer h4 { color: #fff; margin-bottom: 10px; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; }

/* 6. MOBILE RESPONSIVE */
@media (max-width: 900px) {
    .stellar-locations { grid-template-columns: 1fr 1fr; }
    .hq-card { grid-column: span 2; }
}

@media (max-width: 767px) {
    .stellar-hero { height: 320px; }
    .stellar-hero-content h1 { font-size: 24px; }
    
    .stellar-support-bar { grid-template-columns: 1fr; gap: 15px; }
    
    .stellar-locations { display: flex; flex-direction: column; gap: 20px; }
    .hq-card { order: 1; }
    
    .stellar-legal-footer { grid-template-columns: 1fr; }
}


/* =========================================
   FIX: УБИРАЕМ БЕЛЫЕ ПОЛОСЫ У ФОТО
   ========================================= */

.stellar-hero {
    /* 1. Убираем рамку (те самые белые полосы) */
    border: none !important; 
    
    /* 2. Гарантируем, что фото не повторяется */
    background-repeat: no-repeat !important;
    
    /* 3. Фото всегда заполняет весь блок */
    background-size: cover !important; 
    background-position: center center !important;
    
    /* 4. Убираем лишние отступы внутри, если они есть */
    padding: 0 !important; 
    
    /* 5. Если хотите убрать скругление углов, поставьте 0px */
    border-radius: 12px !important; 
}


/* =========================================
   MOBILE HERO FIX (RESPONSIVE)
   ========================================= */

@media (max-width: 767px) {
    
    /* 1. КОНТЕЙНЕР (Снимаем ограничение высоты) */
    .stellar-hero {
        height: auto !important;       /* Высота подстраивается под текст */
        min-height: 450px !important;  /* Минимальная высота для красоты */
        padding: 60px 20px !important; /* Большие отступы сверху/снизу */
        margin-bottom: 20px !important;
        background-position: center top !important; /* Фокус на верхнюю часть фото */
    }

    /* Подправляем затемнение, чтобы оно тоже растянулось */
    .stellar-hero-overlay {
        height: auto !important;
        min-height: 100% !important;
        padding: 0 !important; /* Убираем внутренний паддинг оверлея */
        align-items: center !important; /* Центрируем контент */
    }
    
    .stellar-hero-content {
        width: 100% !important;
    }

    /* 2. ЗАГОЛОВОК (Уменьшаем размер) */
    .stellar-hero-content h1 {
        font-size: 24px !important;   /* Было 36px, стало 24px */
        line-height: 1.3 !important;  /* Плотнее строки */
        margin-bottom: 15px !important;
        padding: 0 10px !important;   /* Отступ от краев экрана */
    }

    /* 3. ОПИСАНИЕ (Текст поменьше) */
    .stellar-hero-content p {
        font-size: 14px !important;   /* Читаемый, но компактный */
        line-height: 1.5 !important;
        margin-bottom: 25px !important;
        max-width: 100% !important;
    }

    /* 4. БЕЙДЖИ (Ставим их в столбик) */
    /* На мобильном лучше список столбиком, чем каша из кнопок */
    .stellar-trust-badges {
        flex-direction: column !important; /* Вертикальный стек */
        gap: 10px !important;
        width: 100% !important;
        padding: 0 15px !important;
    }

    .stellar-trust-badges span {
        width: 100% !important;       /* Растягиваем на всю ширину */
        justify-content: center !important; /* Центрируем текст и иконку */
        font-size: 13px !important;
        padding: 10px !important;
        background: rgba(11, 13, 20, 0.7) !important; /* Чуть прозрачнее */
    }
}/* End custom CSS */