.seminars-archive{
    font-family: "gothampro", sans-serif;
    padding-top: 50px;
}
.post-page-single.seminar-single .title-block {
    /*border-top: solid 1px #222222;*/
    padding-top: 40px;
}
.single-seminars #site-header, .post-type-archive-seminars #site-header {
    border-bottom: solid 1px #222222;
}
.single-seminars #site-header.sticky, .post-type-archive-seminars #site-header.sticky {
    border-bottom: 1px solid #eee;
}

h1{
    font-weight: 500;
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -2%;
    color: #222222;
}

.title-block .advantages{
    display: flex;
    gap: 60px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.title-block .advantages .item{
    display: flex;
    align-items: center;
    gap: 12px;
}
/* =========================================================
   Первый экран семинара
   ========================================================= */

.seminar-hero {
    padding: 30px 0 70px;
    background: #fff;
}

.seminar-hero__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
    align-items: stretch;
}

.seminar-hero__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.seminar-hero__title {
    margin: 0;
    color: #292929;
    font-size: clamp(34px, 3.5vw, 48px);
    font-weight: 500;
    line-height: 1.06;
    font-family: gothampro;
}
.btn-all-seminars {
    margin-top: 80px;
}
.btn-all-seminars a {
    background: #222222;
    padding: 20px 48px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
    display: block;
}
/* =========================================================
   Статус / стоимость
   ========================================================= */

.seminar-hero__status {
    display: inline-flex;
    min-height: 34px;
    margin-top: 20px;
    padding: 7px 15px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 50px;
    color: #1A7513;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.seminar-hero__status--free {
    background: #c1ffbc;
}

.seminar-hero__status--paid {
    background: #ffd17b;
}

.seminar-hero__status--paid.seminar-hero__status .seminar-hero__status-text {
    color: #795717;
}

.seminar-hero__status--past {
    background: #505050;
    color: #fff;
}

.seminar-hero__status-icon {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    object-fit: contain;
}

/* =========================================================
   Дата, время и адрес
   ========================================================= */

.seminar-hero__meta {
    display: flex;
    width: 100%;
    margin-top: 36px;
    flex-direction: column;
    gap: 20px;
}

.seminar-hero__meta-item {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 14px;
    color: #505050;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.seminar-hero__meta-item time,
.seminar-hero__meta-item span {
    display: block;
    min-width: 0;
}

.seminar-hero__meta-icon {
    display: block;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex: 0 0 18px;
    object-fit: contain;
}

/* =========================================================
   Блок записи
   ========================================================= */

.seminar-registration {
    width: 100%;
    /*max-width: 650px;*/
    margin-top: 40px;
    padding: 24px;
    border: 1px solid #d7d7d7;
    border-radius: 15px;
    background: #fff;
    box-shadow: 4px 4px 0 #d7d7d7;
    box-sizing: border-box;
}

.seminar-registration__title {
    margin-bottom: 8px;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.seminar-registration__contacts {
    display: flex;
    min-width: 0;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}

.seminar-registration__contact {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
    color: #292929;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition:
            color 0.2s ease,
            opacity 0.2s ease;
}

.seminar-registration__contact--email {
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.seminar-registration__contact:hover {
    opacity: 0.7;
}

.seminar-registration__contact-icon {
    display: inline-flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    background: #f7f7f7;
}

.seminar-registration__contact-icon img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.seminar-registration__contact-text {
    min-width: 0;
    overflow-wrap: anywhere;
}

/* =========================================================
   Социальные сети
   ========================================================= */

.seminar-registration__socials {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.seminar-registration__social {
    display: inline-flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    background: #f7f7f7;
    transition:
            border-color 0.2s ease,
            background-color 0.2s ease,
            transform 0.2s ease;
}

.seminar-registration__social img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.seminar-registration__social:hover {
    border-color: #bdbdbd;
    background: #ededed;
    transform: translateY(-2px);
}

/* =========================================================
   Изображение
   ========================================================= */

.seminar-hero__image {
    width: 100%;
    min-height: 360px;
    border-radius: 15px;
    background-color: #ededed;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    overflow: hidden;
}

.seminar-hero__image--empty {
    background-image: none;
}

/* =========================================================
   Адаптив
   ========================================================= */

@media (max-width: 1199px) {
    .seminar-hero__inner {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 460px);
        gap: 45px;
    }

    .seminar-hero__title {
        font-size: clamp(32px, 4vw, 44px);
    }
}

@media (max-width: 991px) {
    .seminar-hero {
        padding: 0 0 55px;
    }
    .post-page-single {
        padding: 0;
    }
    .seminars-archive .title-block {
        padding-top: 20px;
    }
    .seminar-hero__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 35px;
    }

    .seminar-hero__content {
        width: 100%;
    }

    .seminar-hero__image {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .seminar-registration {
        max-width: none;
    }
    .post-page-single.seminar-single .title-block {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .seminar-hero__title {
        font-size: 32px;
        line-height: 1.1;
    }

    .seminar-hero__meta {
        margin-top: 25px;
    }

    .seminar-registration {
        margin-top: 28px;
        padding: 18px;
    }

    .seminar-registration__contacts {
        align-items: flex-start;
        flex-direction: column;
    }

    .seminar-registration__socials {
        margin-top: 2px;
    }

    .seminar-hero__image {
        aspect-ratio: 4 / 3;
    }
}

@media (max-width: 479px) {
    .seminar-hero__title {
        font-size: 28px;
    }

    .seminar-hero__status {
        margin-top: 18px;
    }

    .seminar-hero__meta-item {
        font-size: 14px;
    }

    .seminar-registration__contact {
        max-width: 100%;
        font-size: 13px;
    }
}

/* =========================================================
   Информация о семинаре
   ========================================================= */

.seminar-info {
    padding: 0 0 60px;
    background: #fff;
}

.seminar-info__inner {
    overflow: hidden;
    border-radius: 12px;
}

/* =========================================================
   О чем семинар / Для кого
   ========================================================= */

.seminar-info__description {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 50px 48px 45px;
    border-radius: 12px 12px 0 0;
    background: #f3f3f3;
}

.seminar-info__description-column {
    min-width: 0;
    padding-right: 60px;
}

.seminar-info__description-column + .seminar-info__description-column {
    padding-right: 0;
    padding-left: 60px;
    border-left: 1px solid #d4d4d4;
}

.seminar-info__heading {
    margin: 0 0 20px;
    color: #292929;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}

.seminar-info__text {
    color: #393939;
    font-size: 16px;
    font-weight: 400;

}
.seminar-info__text * {
    line-height: 1.35;
}
.seminar-info__text > *:first-child {
    margin-top: 0;
}

.seminar-info__text > *:last-child {
    margin-bottom: 0;
}

.seminar-info__text p {
    margin: 0 0 12px;
}

.seminar-info__text ul,
.seminar-info__text ol {
    margin: 0;
    padding-left: 20px;
}

.seminar-info__text li {
    margin-bottom: 8px;
}

.seminar-info__text li:last-child {
    margin-bottom: 0;
}

/* =========================================================
   Спикер
   ========================================================= */

.seminar-info__speaker {
    padding: 38px 32px 40px;
    border-radius: 12px;
    background: #222;
    color: #fff;
}

.seminar-info__speaker-title {
    margin-bottom: 24px;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}

.seminar-info__speaker-content {
    display: grid;
    grid-template-columns: minmax(233px, 1fr) minmax(0, 1.10fr);
    gap: 55px;
    align-items: stretch;
}

/* =========================================================
   Фото и описание спикера
   ========================================================= */

.seminar-info__speaker-person {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 24px;
    min-width: 0;
}

.seminar-info__speaker-photo {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 9px;
    background: #3b3b3b;
}

.seminar-info__speaker-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.seminar-info__speaker-bio {
    min-width: 0;
}

.seminar-info__speaker-name {
    margin-bottom: 12px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
}

.seminar-info__speaker-position {
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
}

.seminar-info__speaker-description {
    color: #efefef;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}

.seminar-info__speaker-description > *:first-child {
    margin-top: 0;
}

.seminar-info__speaker-description > *:last-child {
    margin-bottom: 0;
}

.seminar-info__speaker-description p {
    margin: 0 0 10px;
}

/* =========================================================
   Карточки данных о спикере
   ========================================================= */

.seminar-info__speaker-data {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    min-width: 0;
}

.seminar-info__data-card {
    display: flex;
    min-width: 0;
    min-height: 155px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 12px;
    background: #fff;
    color: #292929;
}

.seminar-info__data-icon {
    display: flex;
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: #f4f4f4;
}

.seminar-info__data-icon img {
    display: block;
    width: 19px;
    height: 19px;
    object-fit: contain;
}

.seminar-info__data-title {
    margin-bottom: 7px;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
}

.seminar-info__data-text {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.seminar-info__data-text > *:first-child {
    margin-top: 0;
}

.seminar-info__data-text > *:last-child {
    margin-bottom: 0;
}

.seminar-info__data-text p {
    margin: 0 0 7px;
}

/* =========================================================
   Адаптив
   ========================================================= */

@media (max-width: 1199px) {
    .seminar-info__speaker-content {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }

    .seminar-info__speaker-data {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .seminar-info {
        padding-bottom: 0;
    }

    .seminar-info__description {
        padding: 40px 35px;
    }

    .seminar-info__description-column {
        padding-right: 30px;
    }

    .seminar-info__description-column + .seminar-info__description-column {
        padding-left: 30px;
    }

    .seminar-info__heading {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .seminar-info__description {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
        padding: 30px 24px 35px;
    }

    .seminar-info__description-column {
        padding: 0;
    }

    .seminar-info__description-column + .seminar-info__description-column {
        padding: 30px 0 0;
        border-top: 1px solid #d4d4d4;
        border-left: 0;
    }

    .seminar-info__speaker {
        padding: 30px 24px;
    }

    .seminar-info__speaker-title {
        margin-bottom: 22px;
        font-size: 25px;
    }

    .seminar-info__speaker-person {
        grid-template-columns: 130px minmax(0, 1fr);
    }

    .seminar-info__speaker-photo {
        width: 130px;
        height: 150px;
    }

    .seminar-info__speaker-data {
        grid-template-columns: minmax(0, 1fr);
    }

    .seminar-info__data-card {
        min-height: 0;
    }
}

@media (max-width: 575px) {
    .seminar-info__speaker-person {
        grid-template-columns: minmax(0, 1fr);
    }

    .seminar-info__speaker-photo {
        width: 100%;
        max-width: 240px;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .seminar-info__heading {
        font-size: 23px;
    }

    .seminar-info__text {
        font-size: 14px;
    }

    .seminar-info__speaker-name {
        font-size: 20px;
    }
}

/* =========================================================
   Место проведения семинара
   ========================================================= */

.seminar-location {
    padding: 80px 0;
    background: #fff;
}

.seminar-location__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    align-items: stretch;
}

.seminar-location__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.seminar-location__title {
    margin: 0 0 35px;
    color: #292929;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}

/* =========================================================
   Адрес, парковка и помещение
   ========================================================= */

.seminar-location__details {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 48px;
}

.seminar-location__detail {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
}

.seminar-location__detail-icon {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f2f2f2;
}

.seminar-location__detail-icon img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.seminar-location__detail-text {
    min-width: 0;
    color: #454545;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
}

.seminar-location__detail-text > *:first-child {
    margin-top: 0;
}

.seminar-location__detail-text > *:last-child {
    margin-bottom: 0;
}

.seminar-location__detail-text p {
    margin: 0;
}

/* =========================================================
   Форма записи внутри блока места проведения
   ========================================================= */

.seminar-location__registration {
    max-width: none;
    margin-top: auto;
    padding-top: 20px;
}

/* =========================================================
   Карта
   ========================================================= */

.seminar-location__map-wrap {
    width: 100%;
    min-width: 0;
}

.seminar-location__map {
    width: 100%;
    height: 100%;
    min-height: 360px;
    overflow: hidden;
    border-radius: 0;
    background: #efefef;
}

/**
 * Скрываем лишние элементы копирайта и панели,
 * если они визуально мешают макету.
 *
 * Полностью скрывать обязательную атрибуцию Яндекса нельзя.
 */
.seminar-location__map .ymaps-2-1-79-map-copyrights-promo {
    display: none;
}

/* =========================================================
   Планшет
   ========================================================= */

@media (max-width: 1199px) {
    .seminar-location__inner {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 500px);
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .seminar-location {
        padding: 65px 0;
    }

    .seminar-location__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }

    .seminar-location__registration {
        margin-top: 0;
    }

    .seminar-location__map {
        height: 420px;
        min-height: 420px;
    }
}

/* =========================================================
   Мобильные устройства
   ========================================================= */

@media (max-width: 767px) {
    .seminar-location {
        padding: 50px 0 0 0;
    }

    .seminar-location__title {
        margin-bottom: 28px;
        font-size: 26px;
    }

    .seminar-location__details {
        gap: 17px;
    }

    .seminar-location__detail {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 13px;
        align-items: flex-start;
    }

    .seminar-location__detail-icon {
        width: 38px;
        height: 38px;
    }

    .seminar-location__detail-icon img {
        width: 18px;
        height: 18px;
    }

    .seminar-location__detail-text {
        padding-top: 8px;
        font-size: 14px;
    }

    .seminar-location__map {
        height: 350px;
        min-height: 350px;
    }
}

@media (max-width: 479px) {
    .seminar-location__map {
        height: 300px;
        min-height: 300px;
    }
}


/* =========================================================
   Товары на семинаре
   ========================================================= */

.seminar-products {
    padding: 60px 0;
    overflow: hidden;
    background: #fff;
}

.seminar-products__inner {
    min-width: 0;
}

.seminar-products__header {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.seminar-products__title {
    margin: 0;
    color: #292929;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}

/* =========================================================
   Навигация Swiper
   ========================================================= */

.seminar-products__navigation {
    display: flex;
    align-items: center;
    gap: 10px;
}

.seminar-products__arrow {
    display: inline-flex;
    width: 30px;
    height: 30px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    background: #fff;
    color: #505050;
    cursor: pointer;
    transition:
            color 0.2s ease,
            border-color 0.2s ease,
            background-color 0.2s ease,
            opacity 0.2s ease;
}

.seminar-products__arrow:hover {
    border-color: #292929;
    background: #292929;
    color: #fff;
}

.seminar-products__arrow.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

/* =========================================================
   Слайдер
   ========================================================= */

.seminar-products__slider {
    width: 100%;
    overflow: hidden;
}

.seminar-products__slide {
    height: auto;
}

.seminar-product-card {
    display: flex;
    height: 100%;
    min-width: 0;
    flex-direction: column;
}

/* =========================================================
   Изображение товара
   ========================================================= */

.seminar-product-card__image-link {
    display: block;
    width: 100%;
    text-decoration: none;
}

.seminar-product-card__image-wrap {
    display: flex;
    width: 100%;
    aspect-ratio: 1 / 1.15;
    padding: 18px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f7f7f7;
}

.seminar-product-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.3s ease;
}

.seminar-product-card:hover .seminar-product-card__image {
    transform: scale(1.04);
}

/* =========================================================
   Информация о товаре
   ========================================================= */

.seminar-product-card__content {
    display: flex;
    min-width: 0;
    height: 100%;
    padding-top: 18px;
    flex-direction: column;
}

.seminar-product-card__title {
    margin: 0 0 7px;
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
}

.seminar-product-card__title a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.seminar-product-card__title a:hover {
    opacity: 0.65;
}

.seminar-product-card__description {
    margin-bottom: 20px;
    color: #929292;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
}

.seminar-product-card__button {
    display: inline-flex;
    width: 100%;
    min-height: 38px;
    margin-top: auto;
    padding: 8px 15px;
    align-items: center;
    justify-content: center;
    border: 1px solid #bdbdbd;
    border-radius: 30px;
    background: transparent;
    color: #292929;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition:
            color 0.2s ease,
            border-color 0.2s ease,
            background-color 0.2s ease;
}

.seminar-product-card__button:hover {
    border-color: #292929;
    background: #292929;
    color: #fff;
}

/* =========================================================
   Адаптив
   ========================================================= */

@media (max-width: 991px) {
    .seminar-products {
        padding: 60px 0 70px;
    }

    .seminar-products__title {
        font-size: 27px;
    }
}

@media (max-width: 767px) {
    .seminar-products {
        padding: 50px 0 60px;
    }

    .seminar-products__header {
        margin-bottom: 25px;
    }

    .seminar-products__title {
        font-size: 25px;
    }

    .seminar-product-card__image-wrap {
        padding: 14px;
    }

    .seminar-product-card__title {
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .seminar-products__title {
        font-size: 23px;
    }

    .seminar-products__arrow {
        width: 28px;
        height: 28px;
    }
}


/* =========================================================
   Другие семинары
   ========================================================= */

.related-seminars {
    padding: 120px 0;
    overflow: hidden;
    background: #ebebeb;
}

.related-seminars__inner {
    min-width: 0;
}

.related-seminars__header {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.related-seminars__title {
    margin: 0;
    color: #292929;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}

.related-seminars__header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.related-seminars__all-link {
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity 0.2s ease;
}

.related-seminars__all-link:hover {
    opacity: 0.6;
}

/* =========================================================
   Навигация
   ========================================================= */

.related-seminars__navigation {
    display: flex;
    align-items: center;
    gap: 10px;
}

.related-seminars__arrow {
    display: inline-flex;
    width: 34px;
    height: 34px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
    background: transparent;
    color: #4b4b4b;
    cursor: pointer;
    transition:
            color 0.2s ease,
            border-color 0.2s ease,
            background-color 0.2s ease,
            opacity 0.2s ease;
}

.related-seminars__arrow:hover {
    border-color: #292929;
    background: #292929;
    color: #fff;
}

.related-seminars__arrow.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
}

/* =========================================================
   Swiper
   ========================================================= */

.related-seminars__slider {
    width: 100%;
    overflow: hidden;
}

.related-seminars__slide {
    height: auto;
}

/* =========================================================
   Карточка семинара
   ========================================================= */

.related-seminar-card {
    display: flex;
    height: 100%;
    min-height: 295px;
    padding: 20px;
    flex-direction: column;
    border: 1px solid #bdbdbd;
    border-radius: 15px;
    background: transparent;
    color: #292929;
    box-sizing: border-box;
}

.related-seminar-card__top {
    display: flex;
    margin-bottom: 28px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

/* =========================================================
   Дата
   ========================================================= */

.related-seminar-card__date {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.related-seminar-card__day {
    color: #505050;
    font-size: 38px;
    font-weight: 500;
    line-height: 0.9;
    letter-spacing: -0.04em;
}

.related-seminar-card__date-details {
    padding-top: 1px;
}

.related-seminar-card__month {
    color: #505050;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: lowercase;
}

.related-seminar-card__time {
    margin-top: 2px;
    color: #505050;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.25;
}

/* =========================================================
   Цена / бесплатно
   ========================================================= */

.related-seminar-card__status {
    display: inline-flex;
    min-height: 27px;
    padding: 6px 13px;
    align-items: center;
    gap: 5px;
    border-radius: 30px;
    color: #795717;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.related-seminar-card__status--free {
    background: #c1ffbc;
    color: #1A7513;
}

.related-seminar-card__status--paid {
    background: #ffd17b;
}

.related-seminar-card__status-icon {
    display: block;
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
    object-fit: contain;
}

/* =========================================================
   Заголовок
   ========================================================= */

.related-seminar-card__title {
    margin: 0 0 28px;
    color: #292929;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.12;
}

.related-seminar-card__title a {
    color: #222;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.related-seminar-card__title a:hover {
    opacity: 0.65;
}

/* =========================================================
   Спикер
   ========================================================= */

.related-seminar-card__speaker {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    margin-bottom: 22px;
    gap: 11px;
    align-items: center;
}

.related-seminar-card__speaker-photo {
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 9px;
    background: #ddd;
}

.related-seminar-card__speaker-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.related-seminar-card__speaker-info {
    min-width: 0;
}

.related-seminar-card__speaker-name {
    margin-bottom: 3px;
    color: #505050;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
}

.related-seminar-card__speaker-position {
    color: #505050;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.25;
}

/* =========================================================
   Нижняя часть карточки
   ========================================================= */

.related-seminar-card__bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 110px;
    margin-top: auto;
    gap: 15px;
    align-items: end;
}

.related-seminar-card__address {
    display: grid;
    grid-template-columns: 17px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
}

.related-seminar-card__address-icon {
    display: block;
    width: 17px;
    height: 17px;
    margin-top: 1px;
    object-fit: contain;
}

.related-seminar-card__address-text {
    min-width: 0;
    color: #505050;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.related-seminar-card__address-text > * {
    margin: 0;
}

.related-seminar-card__button {
    display: inline-flex;
    min-height: 40px;
    padding: 9px 15px;
    align-items: center;
    justify-content: center;
    border: 1px solid #aaa;
    border-radius: 30px;
    background: transparent;
    color: #222;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition:
            color 0.2s ease,
            border-color 0.2s ease,
            background-color 0.2s ease;
    box-sizing: border-box;
}

.related-seminar-card__button:hover {
    border-color: #292929;
    background: #292929;
    color: #fff;
}

/* =========================================================
   Адаптив
   ========================================================= */

@media (max-width: 1099px) {
    .related-seminar-card__bottom {
        grid-template-columns: minmax(0, 1fr);
    }

    .related-seminar-card__button {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .related-seminars {
        padding: 55px 0 65px;
    }

    .related-seminars__header {
        align-items: flex-start;
    }

    .related-seminars__title {
        font-size: 26px;
    }

    .related-seminars__header-actions {
        gap: 12px;
    }

    .related-seminars__all-link {
        display: none;
    }

    .related-seminar-card {
        min-height: 280px;
    }
}

@media (max-width: 479px) {
    .related-seminars__title {
        font-size: 24px;
    }

    .related-seminars__arrow {
        width: 30px;
        height: 30px;
    }

    .related-seminar-card__title {
        font-size: 18px;
    }
}

/* =========================================================
   Архив семинаров
   ========================================================= */

.seminars-archive {
    padding: 30px 0 90px;
    background: #fff;
}
.seminars-archive .title-block {
    /*border-top: solid 1px #222222;*/
    padding-top: 40px;
    /*margin-top: 7px;*/
}
.seminars-archive__inner {
    width: 100%;
}

.seminars-archive__header {
    margin-bottom: 57px;
}

.seminars-archive__title {
    margin: 0;
    color: #292929;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

/* =========================================================
   Преимущества
   ========================================================= */

.seminars-archive__advantages {
    display: flex;
    margin-top: 32px;
    gap: 60px;
    align-items: center;
}

.seminars-archive__advantage {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
}

.seminars-archive__advantage-icon {
    display: block;
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
    object-fit: contain;
}

.seminars-archive__advantage-text {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
}

/* =========================================================
   Ближайший семинар
   ========================================================= */

.seminars-featured {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, 1fr);
    min-height: 380px;
    padding: 28px;
    gap: 55px;
    align-items: stretch;
    border: 1px solid #c3c3c3;
    border-radius: 14px;
    background: #fff;
}

.seminars-featured__content {
    display: flex;
    min-width: 0;
    padding: 2px 0 2px 2px;
    flex-direction: column;
    align-items: flex-start;
}

.seminars-featured__labels {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}

.seminars-nearest-badge {
    display: inline-flex;
    min-height: 28px;
    padding: 6px 12px;
    align-items: center;
    gap: 6px;
    border-radius: 30px;
    background: #bfeaff;
    color: #247697;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.seminars-featured__date {
    display: flex;
    align-items: flex-start;
    gap: 9px;
}

.seminars-featured__day {
    color: #505050;
    font-size: 60px;
    font-weight: 500;
    line-height: 0.9;
    letter-spacing: -0.05em;
}

.seminars-featured__date-info {
    padding-top: 1px;
}

.seminars-featured__month {
    color: #505050;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    text-transform: lowercase;
}

.seminars-featured__weekday {
    margin-top: 2px;
    color: #505050;
    font-size: 18px;
    line-height: 1.3;
    text-transform: lowercase;
}

.seminars-featured__title {
    max-width: 620px;
    margin: 40px 0 40px;
    color: #292929;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.08;
}

.seminars-featured__title a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.seminars-featured__title a:hover {
    opacity: 0.65;
}

.seminars-featured__speaker {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
}

.seminars-featured__speaker-photo {
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 9px;
    background: #eee;
}

.seminars-featured__speaker-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.seminars-featured__speaker-name {
    margin-bottom: 3px;
    color: #505050;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

.seminars-featured__speaker-position {
    color: #505050;
    font-size: 16px;
    line-height: 1.3;
}

.seminars-featured__address {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    max-width: 600px;
    margin-top: 40px;
    gap: 8px;
    align-items: flex-start;
    color: #505050;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
}

.seminars-featured__address-icon {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.seminars-featured__image-link {
    display: block;
    width: 100%;
    min-height: 330px;
    overflow: hidden;
    border-radius: 12px;
    background: #eee;
}

.seminars-featured__image,
.seminars-featured__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 330px;
}

.seminars-featured__image {
    object-fit: cover;
    object-position: right center;
    transition: transform 0.35s ease;
}

.seminars-featured__image-link:hover .seminars-featured__image {
    transform: scale(1.02);
}

.seminars-featured__placeholder {
    background: #eee;
}

/* =========================================================
   Плашки цены и статуса
   ========================================================= */

.seminars-price-badge {
    display: inline-flex;
    min-height: 28px;
    padding: 7px 13px;
    align-items: center;
    gap: 6px;
    border-radius: 30px;
    color: #795717;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.seminars-price-badge--free {
    background: #c1ffbc;
    color: #1A7513;
}

.seminars-price-badge--paid {
    background: #ffd17b;
}

.seminars-price-badge--past {
    background: #505050;
    color: #fff;
}

.seminars-price-badge__icon {
    display: block;
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
    object-fit: contain;
}

/* =========================================================
   Каталог и фильтры
   ========================================================= */

.seminars-archive__catalog {
    margin-top: 70px;
}

.seminars-archive__filters {
    display: flex;
    margin-bottom: 35px;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.seminars-archive__filter {
    min-height: 44px;
    padding: 10px 22px;
    border: 1px solid #d2d2d2;
    border-radius: 9px;
    background: #fff;
    color: #292929;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    transition:
            color 0.2s ease,
            border-color 0.2s ease,
            background-color 0.2s ease,
            opacity 0.2s ease;
}

.seminars-archive__filter:hover {
    border-color: #292929;
}

.seminars-archive__filter.is-active {
    border-color: #292929;
    background: #292929;
    color: #fff;
}

.seminars-archive__filter:disabled {
    cursor: wait;
}

/* =========================================================
   Сетка карточек
   ========================================================= */

.seminars-archive__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    transition: opacity 0.2s ease;
}

.seminars-archive.is-loading .seminars-archive__grid {
    opacity: 0.48;
}

/* =========================================================
   Карточка семинара
   ========================================================= */

.archive-seminar-card {
    display: flex;
    min-width: 0;
    min-height: 270px;
    padding: 17px;
    flex-direction: column;
    border: 1px solid #bdbdbd;
    border-radius: 12px;
    background: #fff;
}

.archive-seminar-card--past {
    background: #f7f7f7;
}

.archive-seminar-card__top {
    display: flex;
    margin-bottom: 28px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.archive-seminar-card__date {
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

.archive-seminar-card__day {
    color: #505050;
    font-size: 40px;
    font-weight: 500;
    line-height: 0.9;
    letter-spacing: -0.04em;
}

.archive-seminar-card__date-info {
    padding-top: 1px;
}

.archive-seminar-card__month {
    color: #505050;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: lowercase;
}

.archive-seminar-card__weekday {
    margin-top: 2px;
    color: #505050;
    font-size: 14px;
    line-height: 1.25;
    text-transform: lowercase;
}

.archive-seminar-card__title {
    margin: 0 0 28px;
    color: #222;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.1;
}

.archive-seminar-card__title a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.archive-seminar-card__title a:hover {
    opacity: 0.65;
}

.archive-seminar-card__speaker {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    margin-bottom: 28px;
    gap: 20px;
    align-items: center;
}

.archive-seminar-card__speaker-photo {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 8px;
    background: #eee;
}

.archive-seminar-card__speaker-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.archive-seminar-card__speaker-info {
    min-width: 0;
}

.archive-seminar-card__speaker-name {
    margin-bottom: 3px;
    color: #505050;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
}

.archive-seminar-card__speaker-position {
    color: #505050;
    font-size: 14px;
    line-height: 1.3;
}

.archive-seminar-card__bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 108px;
    margin-top: auto;
    gap: 12px;
    align-items: end;
}

.archive-seminar-card__address {
    display: grid;
    grid-template-columns: 15px minmax(0, 1fr);
    gap: 6px;
    align-items: center;
}

.archive-seminar-card__address-icon {
    display: block;
    width: 15px;
    height: 15px;
    margin-top: 1px;
    object-fit: contain;
}

.archive-seminar-card__address-text {
    min-width: 0;
    color: #505050;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
}

.archive-seminar-card__button {
    display: inline-flex;
    min-height: 37px;
    padding: 10px 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid #aaa;
    border-radius: 30px;
    background: transparent;
    color: #292929;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    box-sizing: border-box;
}

.archive-seminar-card__button:hover {
    border-color: #292929;
    background: #292929;
    color: #fff;
}

/* =========================================================
   Показать еще
   ========================================================= */

.seminars-archive__load-more-wrap {
    display: flex;
    margin-top: 45px;
    justify-content: center;
}

.seminars-archive__load-more {
    min-width: 255px;
    min-height: 47px;
    padding: 20px 40px;
    border: 1px solid #292929;
    border-radius: 30px;
    background: #292929;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

.seminars-archive__load-more:hover {
    background: #fff;
    color: #292929;
}

.seminars-archive__load-more:disabled {
    opacity: 0.55;
    cursor: wait;
}

.seminars-archive__load-more[hidden] {
    display: none;
}

.seminars-archive__empty {
    grid-column: 1 / -1;
    padding: 45px 25px;
    border: 1px solid #ddd;
    border-radius: 12px;
    color: #666;
    font-size: 15px;
    text-align: center;
}

/* =========================================================
   Планшеты
   ========================================================= */

@media (max-width: 1199px) {
    .seminars-featured {
        grid-template-columns: minmax(0, 1fr) minmax(380px, 480px);
        gap: 35px;
    }

    .seminars-archive__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .seminars-archive {
        padding: 0 0 20px 0;
    }

    .seminars-archive__title {
        font-size: 38px;
    }

    .seminars-archive__advantages {
        grid-template-columns: 1fr;
        gap: 10px;
        display: grid;
    }

    .seminars-featured {
        grid-template-columns: minmax(0, 1fr);
    }

    .seminars-featured__image-link {
        order: -1;
        min-height: 340px;
    }

    .seminars-featured__image,
    .seminars-featured__placeholder {
        min-height: 340px;
    }

    .seminars-featured__address {
        margin-top: 30px;
    }
}

/* =========================================================
   Мобильные устройства
   ========================================================= */

@media (max-width: 767px) {
    .seminars-archive__header {
        margin-bottom: 32px;
    }

    .seminars-archive__title {
        font-size: 32px;
    }

    .seminars-featured {
        padding: 16px;
    }

    .seminars-featured__image-link,
    .seminars-featured__image,
    .seminars-featured__placeholder {
        min-height: 260px;
    }

    .seminars-featured__title {
        margin: 23px 0;
        font-size: 25px;
    }

    .seminars-featured__day {
        font-size: 43px;
    }

    .seminars-archive__catalog {
        margin-top: 50px;
    }

    .seminars-archive__filters {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .seminars-archive__filter {
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
    }

    .seminars-archive__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .archive-seminar-card {
        min-height: 255px;
    }
}

@media (max-width: 479px) {
    .seminars-archive__title {
        font-size: 28px;
    }

    .seminars-featured__image-link,
    .seminars-featured__image,
    .seminars-featured__placeholder {
        min-height: 220px;
    }

    .archive-seminar-card__bottom {
        grid-template-columns: minmax(0, 1fr);
    }

    .archive-seminar-card__button {
        width: 100%;
    }
}

/* =========================================================
   Помощь в выборе семинара
   ========================================================= */

.seminars-help {
    padding: 60px 0;
    background: #e9e9e9;
}

.seminars-help__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.seminars-help__title {
    margin: 0 0 20px;
    color: #292929;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}

.seminars-help__description {
    max-width: 720px;
    color: #505050;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

/* =========================================================
   Контакты
   ========================================================= */

.seminars-help__contacts {
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px 40px;
}

.seminars-help__contact {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.seminars-help__contact:hover {
    opacity: 0.6;
}

/* =========================================================
   Социальные сети
   ========================================================= */

.seminars-help__socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.seminars-help__social {
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #292929;
    text-decoration: none;
    transition:
            transform 0.2s ease,
            background-color 0.2s ease,
            opacity 0.2s ease;
}

.seminars-help__social img {
    display: block;
    width: 17px;
    height: 17px;
    object-fit: contain;
}

.seminars-help__social:hover {
    background: #e7e7e7;
    transform: translateY(-2px);
}

/* =========================================================
   Адаптив
   ========================================================= */

@media (max-width: 767px) {
    .seminars-help {
        padding: 50px 0 55px;
    }

    .seminars-help__title {
        font-size: 26px;
    }

    .seminars-help__description {
        font-size: 13px;
    }

    .seminars-help__description br {
        display: none;
    }

    .seminars-help__contacts {
        margin-top: 25px;
        flex-direction: column;
        gap: 15px;
    }

    .seminars-help__contact {
        font-size: 16px;
    }
}

@media (max-width: 479px) {
    .seminars-help__title {
        font-size: 23px;
    }

    .seminars-help__description {
        max-width: 330px;
    }
}