.elementor-532 .elementor-element.elementor-element-8284269{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-532 .elementor-element.elementor-element-cbf5bc9{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:767px){.elementor-532 .elementor-element.elementor-element-cbf5bc9{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-cbf5bc9 *//* === ОБЩИЕ СТИЛИ === */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

/* === СТИЛИ ЗАГОЛОВКОВ === */
.section-header {
    margin-bottom: 20px;
    text-align: center;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #f7c045;
    margin-bottom: 16px;
    font-weight: 600;
    background: rgba(247, 192, 69, 0.1);
    padding: 8px 20px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(247, 192, 69, 0.2);
}

/* Главный заголовок - увеличенный и по левому краю на ПК */
h1.section-title {
    font-size: clamp(36px, 4vw, 48px) !important;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0;
    color: #1a1a1a;
    text-align: center; /
}

/* Обычный заголовок (h2) */
h2.section-title {
    font-size: clamp(28px, 4vw, 36px) !important;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0;
    color: #1a1a1a;
    text-align: center;
}

/* Заголовки в блоках "почему мы" и "мы открыты" - по левому краю */
.info-block .section-title {
    text-align: left !important;
    font-size: 24px !important;
}

/* Вступительный блок для авторов */
.authors-intro {
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.authors-brand {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    letter-spacing: -0.02em;
}

.authors-description {
    font-size: 18px;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
    font-style: italic;
}

/* Секция партнеров */
.partners-section {
    padding: 0 0 100px 0;
    background: #ffffff;
}

/* Форматы сотрудничества - уменьшенные */
.formats-section {
    margin-bottom: 60px; /* Уменьшено с 80px */
}

.format-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; /* Уменьшено с 25px */
    max-width: 1200px;
    margin: 0 auto;
}

.format-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 20px; /* Уменьшено с 25px */
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.format-card:hover {
    border-color: #f7c045;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.format-icon {
    width: 50px;
    height: 50px;
    background: rgba(247, 192, 69, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px; /* Уменьшено с 20px */
}

.format-icon i {
    font-size: 20px;
    color: #f7c045;
}

.format-content {
    flex: 1;
}

.format-name {
    font-size: 16px; /* Уменьшено с 18px */
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px; /* Уменьшено с 16px */
    line-height: 1.4;
    text-align: left;
}

.format-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.format-features li {
    color: #6c757d;
    line-height: 1.5;
    margin-bottom: 6px; /* Уменьшено с 8px */
    padding-left: 0;
    font-size: 13px; /* Уменьшено с 14px */
    position: relative;
    text-align: left;
}

.format-features li:before {
    content: "—";
    color: #f7c045;
    margin-right: 8px;
    font-weight: bold;
}

/* Два блока в одну строку - уменьшенные */
.partners-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px; /* Уменьшено с 60px */
    max-width: 1200px;
    margin: 0 auto;
}

.info-block {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 30px; /* Уменьшено с 40px */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

/* Переопределяем стили заголовков для блоков */
.info-block .section-header {
    margin-bottom: 20px; /* Уменьшено с 30px */
    text-align: left;
}

.info-block .section-label {
    display: inline-flex;
    margin-bottom: 10px; /* Уменьшено с 12px */
    font-size: 12px; /* Уменьшено с 13px */
    padding: 6px 16px; /* Уменьшено с 8px 20px */
}

/* Список преимуществ - уменьшенный */
.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.benefits-list li {
    color: #6c757d;
    line-height: 1.5; /* Уменьшено с 1.6 */
    margin-bottom: 12px; /* Уменьшено с 16px */
    padding-left: 24px; /* Уменьшено с 28px */
    position: relative;
    font-size: 15px; /* Уменьшено с 16px */
    text-align: left;
}

.benefits-list li:before {
    content: "✓";
    color: #f7c045;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 16px; /* Уменьшено с 18px */
}

/* Контент партнерства - уменьшенный */
.partnership-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.partnership-text {
    color: #6c757d;
    line-height: 1.5; /* Уменьшено с 1.6 */
    margin-bottom: 20px; /* Уменьшено с 30px */
    font-size: 16px; /* Уменьшено с 17px */
    flex: 1;
    text-align: left;
}

/* Кнопка */
.cta-button {
    display: inline-block;
    background: #f7c045;
    color: #1a1a1a !important;
    font-weight: 700 !important;
    padding: 14px 32px; /* Уменьшено с 16px 40px */
    border-radius: 10px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    border: none;
    cursor: pointer;
    font-size: 16px; /* Уменьшено с 17px */
    text-align: center;
    align-self: flex-start;
    box-shadow: 0 4px 15px rgba(247, 192, 69, 0.3);
}

.cta-button:hover {
    background: #e6b53c;
    color: #1a1a1a;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(247, 192, 69, 0.4);
}

/* Адаптивность */
@media (max-width: 1200px) {
    .format-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 800px;
    }
}

@media (max-width: 991px) {
    /* На мобильных h1 по центру */
    h1.section-title {
        text-align: center !important;
    }
    
    .partners-info-grid {
        grid-template-columns: 1fr;
        gap: 30px; /* Еще больше уменьшено для мобильных */
        max-width: 600px;
    }
    
    .info-block .section-header {
        text-align: center;
    }
    
    .info-block .section-label {
        justify-content: center;
    }
    
    .info-block .section-title {
        text-align: center !important;
    }
    
    .cta-button {
        align-self: center;
        width: 100%;
        max-width: 300px;
    }
    
    .partnership-text {
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    .format-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
    }
    
    .partners-info-grid {
        gap: 25px;
    }
    
    .info-block .section-title {
        font-size: 22px !important;
    }
    
    .format-card {
        padding: 18px;
    }
    
    .info-block {
        padding: 25px 20px;
    }
    
    .authors-brand {
        font-size: 24px;
    }
    
    .authors-description {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .benefits-list li {
        padding-left: 20px;
        font-size: 14px;
    }
    
    .partnership-text {
        font-size: 15px;
    }
    
    .cta-button {
        padding: 12px 25px;
        font-size: 15px;
    }
    
    h1.section-title {
        font-size: 32px !important;
    }
    
    .authors-brand {
        font-size: 22px;
    }
}/* End custom CSS */