.seminar-hero__container.wrap {
    display: flex;
    gap: 44px;
    margin-top: auto;

    @media (max-width: 1023px) {
        flex-direction: column;
        gap: 32px;
        width: auto;
    }

    @media (max-width: 767px) {
        margin-top: 24px;
    }

    .seminar-hero__title {
        margin-bottom: 32px;
        line-height: 120%;

        @media (max-width: 767px) {
            font-size: 24px;
            font-weight: 800;
            line-height: 130%;
            margin-bottom: 12px;
        }
    }
}

.seminar-hero__content {
    position: relative;

    .seminar-hero__price-wrapper {
        position: absolute;
        left: 272px;
        bottom: 21px;

        @media (max-width: 767px) {
            left: 200px;

        }
    }

    .seminar-hero__price {
        font-size: 24px;
        font-weight: 700;
        line-height: 120%;
    }
}

.seminar-hero__col {
    display: flex;
    flex-direction: column;

    @media (max-width: 1023px) {
        width: 100%;
    }
}

.seminar-hero__btns {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 54px;

    @media (max-width: 767px) {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 765px;
    }

    .btn {
        background-color: #fff;
        color: #E11B11;
        transition: background-color 0.3s, color 0.3s;
        display: flex;
        align-items: center;
        gap: 10px;

        @media (max-width: 767px) {
            width: 100%;
        }

        .btn-arrow {
            width: 18px;
            height: 18px;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath fill='none' d='M0 0h18v18H0z'/%3E%3Cpath d='M3.75 9h10.5M9 3.75 14.25 9 9 14.25' stroke='%23E72430' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            transition: background-image 0.3s;
        }

        &:hover {
            background-color: #E11B11;
            color: #fff;

            .btn-arrow {
                background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath fill='none' d='M0 0h18v18H0z'/%3E%3Cpath d='M3.75 9h10.5M9 3.75 14.25 9 9 14.25' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6'/%3E%3C/svg%3E");
            }
        }
    }

    .seminar-hero__btn-price {
        font-size: 14px;
        font-weight: 400;
        line-height: 120%;

        @media (max-width: 767px) {
            font-size: 16px;
        }

        span {
            font-weight: 700;
            font-size: 24px;

            @media (max-width: 767px) {
                font-size: 24px;
            }
        }
    }
}

.seminar-hero__cards {
    display: flex;
    gap: 16px;
    margin-top: auto;

    @media (max-width: 767px) {
        flex-direction: column;
    }
}

.seminar-hero__card {
    border-radius: 10px;
    background-color: #1e2228;
    position: relative;
    overflow: hidden;
    padding: 16px;
    color: #fff;
    width: calc(33.3333% - 1px);
    height: 172px;

    @media (max-width: 767px) {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    img {
        position: absolute;
    }

    &:first-of-type {
        img {
            right: -101px;
            bottom: -111px;
            width: 341px;
            max-width: unset;

            @media (max-width: 1200px) {
                width: 250px;
                right: -63px;
                bottom: -26px;
            }
        }
    }

    &:nth-of-type(2) {
        img {
            bottom: -79px;
            right: 18px;
            width: 138px;
        }
    }

    &:hover {
        cursor: pointer;

        .seminar-hero__card-title,
        .seminar-hero__card-arrow {
            opacity: 0;

            @media (max-width: 767px) {
                opacity: 1;
            }
        }

        .seminar-hero__card-text {
            opacity: 1;

            @media (max-width: 767px) {
                opacity: 1;
            }
        }
    }
}

.seminar-hero__card-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    color: #fff;
    transition: opacity 0.5s ease;

    @media (max-width: 767px) {
        margin-bottom: 4px;
    }
}

.seminar-hero__card-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    position: absolute;
    top: 16px;
    opacity: 0;
    transition: opacity 0.5s ease;
    color: #fff;

    @media (max-width: 767px) {
        position: static;
        opacity: 1;
    }
}

.seminar-hero__cards-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: calc(33.3333% - 1px);

    @media (max-width: 767px) {
        width: 100%;
        flex-direction: row;
    }

    .seminar-hero__feat {
        padding: 16px;
        border-radius: 10px;
        backdrop-filter: blur(8px);
        background: rgba(255, 255, 255, 0.1);

        @media (max-width: 767px) {
            flex: 1 0 0;
        }
    }
}

.seminar-hero__card-arrow {
    position: absolute;
    bottom: 16px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath fill='none' d='M0 0h18v18H0z'/%3E%3Cpath d='M3.75 9h10.5M9 3.75 14.25 9 9 14.25' stroke='%23E72430' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6'/%3E%3C/svg%3E");
    opacity: 1;
    transition: opacity 0.5s ease;

    @media (max-width: 767px) {
        position: static;
        margin-top: 20px;
    }
}

.seminar-hero__feat-num {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 4px;
}

.seminar-hero__feat-text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}

.seminar-hero__form {
    width: 514px;
    position: relative;

    @media (max-width: 1200px) {
        width: 400px;
    }

    @media (max-width: 1023px) {
        width: 100%;
    }

    .smart-captcha {
        margin-bottom: 0 !important;
    }
}

.js-course-register-app {
    @media (max-width: 767px) {
        position: absolute;
        left: 16px;
        bottom: 520px;
        width: calc(100% - 32px);
    }
}

section.seminar-form.js-course-register-app {
    @media (max-width: 767px) {
        position: static;
        width: 100%;
    }
}


.seminar-hero__form-success {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: #fff;
    z-index: 10;
    color: #1f1f1f;
    padding: 24px;

    .form-success__title {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        margin-bottom: 32px;
    }

    .form-success__img {
        margin-bottom: 32px;
    }

    .form-success__subtitle {
        font-size: 18px;
        font-weight: 600;
        line-height: 130%;
        margin-bottom: 12px;
    }

    .form-success__text {
        font-size: 18px;
        font-weight: 400;
        line-height: 150%;
    }
}

.seminar-hero__form-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 24px;
    color: #fff;
}

.seminar-hero__form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;

    @media (max-width: 767px) {
        flex-direction: column;
        gap: 12px;
    }
}

.seminar-hero__form-row:last-of-type {
    margin-bottom: 0;
}

.seminar-hero__form-col {
    flex: 1 0 0;

    .btn {
        text-align: center;
    }

    label {
        font-size: 16px;
        font-weight: 400;
        line-height: 130%;

        a {
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            line-height: 130%;
            text-decoration: underline;

            &:hover {
                text-decoration: none;
            }
        }
    }

    .form-control:focus~label,
    .form-control:not(:placeholder-shown)~label,
    .iti~label {
        background-color: #fff;
        padding: 2px 6px;
        border-radius: 5px;
        font-size: 12px;
    }
}

.iti__country-name {
    color: #1f1f1f;
}

.checkbox-control.agreement {
    .error-tooltip {
        display: block;
        position: absolute;
        left: -95px;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        border-radius: 8px;
        box-shadow: 0 0 2px 0 rgba(30, 34, 40, 0.19), -4px 6px 7px 0 rgba(0, 0, 0, 0.17);
        background: #fff;
        padding: 8px 12px;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        text-align: center;
        color: #1E2228;
        transition: all 0.3s ease;

        @media screen and (max-width: 767px) {
            top: 45px;
            left: -10px;

        }

        .error-tooltip__triangle {
            position: absolute;
            top: -12px;
            left: 50%;
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 12px solid #fff;

            @media screen and (max-width: 767px) {
                left: 10px;

            }
        }
    }

    &.is-error {
        .error-tooltip {
            opacity: 1;
            visibility: visible;
        }
    }
}

.seminar-form__inner {
    .seminar-hero__form-col {
        & label {
            a {
                color: #1F1F1F;
                transition: .2s ease;
                font-size: 14px;
                font-weight: 400;
                line-height: 1.2;
                border-bottom-color: #1f1f1f;
                text-decoration: none;

                &:hover {
                    border-bottom-color: transparent;
                }
            }
        }
    }

    .checkbox-control.agreement {
        .error-tooltip {
            display: block;
            position: absolute;
            left: -95px;
            z-index: 1;
            opacity: 0;
            visibility: hidden;
            border-radius: 8px;
            box-shadow: 0 0 2px 0 rgba(30, 34, 40, 0.19), -4px 6px 7px 0 rgba(0, 0, 0, 0.17);
            background: #fff;
            padding: 8px 12px;
            font-size: 16px;
            font-weight: 400;
            line-height: 22px;
            text-align: center;
            color: #1E2228;
            transition: all 0.3s ease;

            @media screen and (max-width: 767px) {
                top: 45px;
                left: -10px;

            }

            .error-tooltip__triangle {
                position: absolute;
                top: -12px;
                left: 50%;
                width: 0;
                height: 0;
                border-left: 12px solid transparent;
                border-right: 12px solid transparent;
                border-bottom: 12px solid white;

                @media screen and (max-width: 767px) {
                    left: 10px;

                }
            }

            .error-tooltip__triangle::before {
                content: '';
                position: absolute;
                top: 1px; /* Смещение для тени */
                left: -12px;
                width: 0;
                height: 0;
                border-left: 12px solid transparent;
                border-right: 12px solid transparent;
                border-bottom: 12px solid #fff;
                z-index: -1;
            }
        }

        &.is-error {
            .error-tooltip {
                opacity: 1;
                visibility: visible;
            }
        }
    }
}

.seminar-schedule {
    background-color: #f5f6fa;
    padding: 80px 0;

    @media (max-width: 767px) {
        padding: 60px 0;
    }
}

.seminar-schedule__inner {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    align-items: stretch;
    gap: 40px;

    @media (max-width: 1023px) {
        gap: 0;
    }

    @media (max-width: 767px) {
        padding: 40px 20px;
    }
}

.seminar-schedule__img {
    position: relative;
    width: 327px;
    overflow: hidden;
    display: flex;
    align-items: center;
    max-height: 478px;

    @media (max-width: 1023px) {
        width: 300px;
    }

    @media (max-width: 960px) {
        display: none;
    }
}

.seminar-schedule__img-bg {
    position: absolute;

    @media (max-width: 1023px) {
        width: 150px;
    }
}

.seminar-schedule__img-main {
    position: relative;
    z-index: 1;

    @media (max-width: 1023px) {
        width: 200px;
    }
}

.seminar-schedule__content {
    flex: 1 0 0;
}

.seminar-schedule__title {
    font-size: 34px;
    font-weight: 800;
    line-height: 120%;
}

.seminar-schedule__search-wrap {
    margin-top: 16px;
}

.seminar-schedule__subtitle {
    color: #667387;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 32px;
}

.seminar-schedule__list {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    overflow: hidden;
    transition: max-height 0.3s ease;

    @media (max-width: 767px) {
        grid-template-columns: 1fr;
    }
}

.seminar-schedule__item {
    border-radius: 8px;
    background: #f5f6fa;
    padding: 16px;
    position: relative;
}

.seminar-schedule__item-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.seminar-schedule__item-city {
    &::after {
        content: '';
        width: 3px;
        height: 3px;
        background-color: #9CA3B6;
        border-radius: 50%;
        display: inline-block;
        margin-left: 2px;
    }
}

.seminar-schedule__item-city,
.seminar-schedule__item-price {
    color: #9CA3B6;
    display: flex;
    align-items: center;
    gap: 6px;

    &::before {
        content: '';
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3Cg stroke='%239CA3B6'%3E%3Cpath d='M11.624 10.12c.06.72.72 1.247 1.44 1.247h1.267v.793a2.512 2.512 0 0 1-2.507 2.506H4.171a2.512 2.512 0 0 1-2.507-2.506V7.673a2.512 2.512 0 0 1 2.507-2.506h7.653a2.512 2.512 0 0 1 2.507 2.506v.96h-1.347c-.373 0-.713.147-.96.4-.28.274-.44.667-.4 1.087Z' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.664 8.273V5.227c0-.794.487-1.5 1.227-1.78l5.293-2c.827-.314 1.713.3 1.713 1.186v2.534'/%3E%3Cpath d='M15.037 10.687a.685.685 0 0 1-.667.68h-1.307c-.72 0-1.38-.527-1.44-1.247-.04-.42.12-.813.4-1.086.247-.254.587-.4.96-.4h1.387a.684.684 0 0 1 .667.68v1.373Z' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.664 8h4.667'/%3E%3C/g%3E%3C/svg%3E");
    }
}

.seminar-schedule__item-btn {
    position: absolute;
    right: 16px;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.seminar-schedule__item-date {
    span {
        color: #1F1F1F;
        font-size: 18px;
        font-weight: 600;
        line-height: 130%;
    }
}

.seminar-schedule__btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.seminar-schedule__btn {
    border-width: 0;
    background-color: transparent;
    color: #e72430;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.seminar-schedule__btn-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath fill='none' d='M18 0v18H0V0z'/%3E%3Cpath d='M9 3.75v10.5M14.25 9 9 14.25 3.75 9' stroke='%23E72430' stroke-width='1.6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}

.seminar-schedule__btn-icon.--rotate {
    transform: rotate(180deg);
}

.seminar-form {
    background: #f5f6fa;
    padding: 80px 0;

    @media (max-width: 767px) {
        padding: 60px 0;
    }
}

.seminar-form__inner {
    display: flex;
    gap: 40px;
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;

    @media (max-width: 1023px) {
        gap: 0;
    }

    @media (max-width: 767px) {
        flex-direction: column;
        padding: 40px 20px;
    }

    .seminar-form__img {
        flex-shrink: 0;
        width: 328px;

        @media (max-width: 1023px) {
            width: 250px;
        }

        @media (max-width: 960px) {
            display: none;
        }
    }

    .seminar-hero__form-title {
        color: #1f1f1f;
        font-size: 34px;
        font-weight: 800;
        line-height: 120%;
        
        @media (max-width: 767px) {
            font-size: 24px;
        }
    }

    .seminar-hero__form {
        width: auto;
    }

    .seminar-hero__form-col {
        font-size: 14px;
    }

    .checkbox-control input[type=checkbox]+label {
        font-size: 14px;
    }

    .seminar-hero__form-success {
        display: flex;
        align-items: center;
    }

    .form-success__title {
        font-size: 34px;
        font-weight: 800;
        line-height: 120%;
        margin-bottom: 40px;

        @media (max-width: 767px) {
            font-size: 24px;
        }
    }

    .form-success__subtitle {
        font-size: 20px;
        font-weight: 600;
        line-height: 120%;
        margin-bottom: 12px;
    }

    .form-success__text {
        font-size: 18px;
        font-weight: 400;
        line-height: 150%;
    }
}



.course-whom__icon.course-whom__icon--new {
    width: 52px;
    height: 52px;
    margin-right: 0;
    flex-shrink: unset;
}


.seminar-plan__categories {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    margin-bottom: 24px;
    position: relative;
}

.seminar-plan__categories .seminar-plan__category {
    margin-right: 4px;
    box-sizing: border-box !important;
    scroll-snap-align: center;
    margin-bottom: 8px;
    /* 32 - 24 */
}

@media (max-width: 700px) {
    .seminar-plan__categories {
        margin-bottom: 12px;
    }

    .seminar-plan__categories .seminar-plan__category {
        margin-bottom: 8px;
        /* 20 - 12 */
    }
}

.seminar-plan__categories .seminar-plan__category.seminar-plan__category--unselected {
    background-color: #FFFFFF;
    color: #676B77;
    outline: 1px solid #E1E5EE;
    outline-offset: -1px;
    cursor: pointer;
}

.seminar-plan__categories .seminar-plan__category:last-child {
    margin-right: 0px;
}


.seminar-plan__schedule.seminar-plan__schedule--unselected {
    display: none;
}


.section__landing_course .projects-special__link {
    border-radius: 10px;
    background-color: #fff !important;
    height: 100%;
    color: #676b77 !important;
    padding: 30px;
    transform: translateZ(0);
    border: 1px solid #e1e5ee;
}

.section__landing_course .projects-special__link .projects-special__info .h2 {
    color: #1f1f1f !important;
}

.section__landing_course .projects-special__link .icon-svg {
    stroke: #e72430;
}


.seminar-coaches__card-name,
.seminar-coaches__card-desc,
.seminar-coaches__card-details {
    width: calc(100% - 10px);
}


.seminar-coach__person-img img {
    object-fit: cover;
}


.seminar-knowledge {
    gap: 20px;
}

.seminar-knowledge .seminar-knowledge__item:nth-child(3n) {
    border-right: 0;
}
