

/* Start:/local/templates/main/components/bitrix/news.detail/author/style.css?178049457811730*/
.expert-hero {
    padding: 10px 0 10px;
    border-radius: 28px;
}

.expert-card {
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
}

.expert-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 48px;
}

.expert-left {
    flex: 0 0 280px;
    text-align: center;
}

.expert-socials {
    display: flex;
    gap: 20px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}
.expert-skills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.expert-skills li {
    padding: 0;
    background-color: #545a94;
    padding: 6px 16px;
    border-radius: 40px;
    color: white;
}

.expert-photo {
    width: 100%;
    max-width: 240px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    box-shadow: 0 20px 35px -10px rgba(84, 90, 148, 0.3);
    border: 4px solid #fff;
    outline: 2px solid #545a94;
    margin-bottom: 20px;
}

.expert-badge {
    display: inline-block;
    background: #545a94;
    color: white;
    padding: 6px 16px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
}

.expert-right {
    flex: 1;
}

.expert-name {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #2c3e66 0%, #1a2a4f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 16px;
    text-align: left;
}

.expert-title {
    font-size: 20px;
    font-weight: 500;
    color: #545a94;
    margin-bottom: 24px;
    border-left: 4px solid #545a94;
    padding-left: 18px;
}

.expert-description {
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 28px;
    line-height: 1.5;
}

.achievements {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 32px 0;
    padding: 20px 0;
    border-top: 1px solid #e9edf2;
    border-bottom: 1px solid #e9edf2;
}

.achievement-item {
    text-align: center;
    flex: 1;
}

.achievement-number {
    font-size: 32px;
    font-weight: 800;
    color: #1a4780;
    display: block;
}

.achievement-label {
    font-size: 14px;
    color: #5a6e8a;
}

.benefits {
    margin: 40px 0 32px;
}
.benefit-row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 20px;
}
.benefit-icon {
    width: 28px;
    height: 28px;
    background: #eef2ff;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #545a94;
    font-weight: 800;
    flex-shrink: 0;
}
.benefit-text {
    font-weight: 500;
    color: #1e2a44;
}

.expert-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #545a94;
    color: white;
    padding: 14px 36px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.25s;
    margin-top: 12px;
    box-shadow: 0 8px 20px rgba(84, 90, 148, 0.3);
}
.expert-cta:hover {
    background: #1a4780;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(26, 71, 128, 0.3);
}

.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 48px;
    letter-spacing: -0.01em;
}
.section-title span {
    background: linear-gradient(120deg, #545a94, #2c3e66);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.articles-section {
    padding: 40px 0;
}
.articles-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 900px;
    margin: 0 auto;
}
.article-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 16px 24px;
    transition: all 0.2s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    border: 1px solid #eef2f8;
}
.article-item:hover {
    transform: translateX(6px);
    border-color: #cdd9ff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.article-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e2a44;
    margin-bottom: 6px;
}
.article-title a {
    text-decoration: none;
    color: #1e2a44;
    transition: color 0.2s;
}
.article-title a:hover {
    color: #1a4780;
}
.article-link {
    color: #545a94;
    font-weight: 500;
    text-decoration: none;
    font-size: 13px;
}
.article-link:hover {
    color: #1a4780;
    text-decoration: underline;
}

.courses-section {
    padding: 40px 0 60px;
}
.courses-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}
.course-card {
    background: #ffffff;
    border-radius: 32px;
    padding: 28px;
    flex: 1;
    min-width: 280px;
    max-width: 360px;
    transition: all 0.2s;
    border: 1px solid #eef2f8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
}
.course-card:hover {
    transform: translateY(-6px);
    border-color: #cdd9ff;
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.1);
}
.course-title {
    font-size: 22px;
    font-weight: 800;
    color: #1e2a44;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #eef2f8;
}
.course-specs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    padding: 12px 0;
    border-bottom: 1px solid #eef2f8;
}
.course-hours {
    background: #f0f2fa;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #545a94;
    line-height: 1.2;
    text-align: center;
}
.hours-number {
    font-size: 20px;
    font-weight: 800;
}
.hours-label {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}
.course-price {
    text-align: right;
}
.price-number {
    font-size: 26px;
    font-weight: 800;
    color: #1a4780;
    display: block;
}
.price-period {
    font-size: 13px;
    font-weight: 500;
    color: #7e8aa8;
    display: block;
    margin-top: 4px;
}
.course-desc {
    font-size: 14px;
    color: #5d6f8f;
    margin: 16px 0;
    line-height: 1.5;
}
.course-document {
    margin-top: 12px;
    margin-bottom: 8px;
}
.course-document hr {
    border: none;
    height: 1px;
    background: #eef2f8;
    margin: 12px 0;
}
.document-text {
    font-weight: 700;
    font-size: 13px;
    color: #1e2a44;
}
.course-btn {
    display: block;
    text-align: center;
    background: #545a94;
    color: white;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.25s;
    margin-top: 20px;
}
.course-btn:hover {
    background: #1a4780;
    transform: scale(1.02);
}

.social-block {
    background: #ffffff;
    border-radius: 42px;
    padding: 40px 32px;
    width: 100%;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
    margin: 40px auto 60px;
}
.social-block h3 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #1f2b48;
}
.social-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}
.social-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 120px;
}
.social-icon {
    width: 72px;
    height: 72px;
    background: #f0f2fa;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    transition: 0.2s;
}
.social-icon img {
    width: 38px;
    height: 38px;
}
.social-label {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 12px;
}
.subscribe-btn {
    background: #545a94;
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: 0.25s;
    display: inline-block;
}
.subscribe-btn:hover {
    background: #1a4780;
}

.footer-note {
    text-align: center;
    padding: 32px 0;
    color: #6f7d98;
    font-size: 14px;
    border-top: 1px solid #e0e7f0;
    margin-top: 20px;
}
.social-block {
    background: #ffffff;
    border-radius: 28px;
    padding: 32px 28px;
    max-width: 100%;
    width: 80%;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    transition: all 0.2s;
    margin-bottom: 30px;

    /* === ГОРИЗОНТАЛЬНОЕ ЦЕНТРИРОВАНИЕ === */
    margin-left: auto;
    margin-right: auto;
    /* =================================== */
}

/* Заголовок h3 — центрируем, убираем полосу */
.social-block h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1e2a3e;
    margin-bottom: 36px;
    letter-spacing: -0.3px;
    text-align: center;
}

/* Горизонтальный контейнер карточек */
.social-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
    align-items: flex-start;
}

/* Каждая карточка: иконка + подпись + кнопка */
.social-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 110px;
    max-width: 130px;
    width: auto;
}

/* Иконка (круглый фон) */
.social-icon {
    width: 64px;
    height: 64px;
    background-color: #f0f2f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    transition: transform 0.2s ease;
}

.social-card:hover .social-icon {
    transform: scale(1.05);
}

.social-icon svg {
    width: 34px;
    height: 34px;
    fill: #545a94;
}

/* Подпись под иконкой */
.social-label {
    font-weight: 600;
    font-size: 14px;
    color: #1e2a3e;
    margin-bottom: 12px;
    line-height: 1.3;
}

.subscribe-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 0 20px;
    background-color: #545a94;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    transition: background-color 0.3s ease;
    font-family: inherit;
    white-space: nowrap;
    width: auto;
    min-width: 100px;
}

.subscribe-btn:hover {
    background-color: #1a4780;
    text-decoration: none;
    color: #fff;
}

@media (max-width: 800px) {
    .expert-inner {
        padding: 32px;
    }
    .expert-name {
        font-size: 32px;
    }
    .container {
        padding: 0 20px;
    }
    .section-title {
        font-size: 28px;
    }
    .article-item {
        padding: 12px 20px;
    }
    .course-card {
        min-width: 100%;
    }
    .course-hours {
        width: 60px;
        height: 60px;
    }
    .hours-number {
        font-size: 16px;
    }
}

@media (max-width: 680px) {
    .social-block {
        padding: 15px 10px;
        width: 100%;
    }

    .social-grid {
        gap: 10px;
    }

    .social-card {
        min-width: 95px;
    }

    .subscribe-btn {
        white-space: nowrap;
        padding: 0 14px;
        min-width: 85px;
        font-size: 12px;
    }
}

/* End */
/* /local/templates/main/components/bitrix/news.detail/author/style.css?178049457811730 */
