/*alt-grid*/
.alt-grid [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.alt-grid .row {
    margin-left: 0;
    margin-right: 0;
}

.alt-grid .container {
    width: 100%;
    max-width: none;
    padding: 0;
}


/*coaching-event*/
.coaching-event {
    background: #f0f2fb;
    min-height: 750px;
}

.coaching-event__item {
    padding-bottom: 90px;
    padding-top: 90px;
}

.coaching-event__action {
    padding-top: 90px;
}

.coaching-event__subtitle {
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #000;
    padding-top: 40px;
}

.coaching-event__title {
    font-weight: 600;
    font-size: 49px;
    line-height: 116%;
    color: #000;
}

@media (max-width: 767px) {
    .coaching-event {
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .coaching-event__item {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .coaching-event__action {
        padding-top: 40px;
    }

    .coaching-event__subtitle {
        font-size: 14px;
        padding-top: 20px;
    }

    .coaching-event__title {
        font-size: 25px;
        line-height: 120%;
    }
}


/*coaching-opportunity*/
.coaching-opportunity {
    padding-top: 120px;
    padding-bottom: 120px;
}

.coaching-opportunity__text {
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    color: #000;
    line-height: 120%;
}

@media (max-width: 767px) {
    .coaching-opportunity {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .coaching-opportunity__text {
        font-size: 20px;
    }
}


/*coaching-changes*/
.coaching-changes {
    margin-bottom: 120px;
}

.coaching-changes__headline {
    background: #0f2a76;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    font-size: 35px;
    line-height: 120%;
    padding: 45px;
}

.coaching-changes__details {
    padding: 45px;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    border-radius: 30px;
    background: #f0f2fb;
    transform: translate(-220px, 40px);
}

@media (max-width: 767px) {
    .coaching-changes {
        margin-bottom: 40px;
    }

    .coaching-changes__headline {
        font-size: 20px;
        padding: 20px;
    }

    .coaching-changes__details {
        font-size: 13px;
        padding: 20px;
        transform: none;
    }
}


/*exclusive-program*/
.exclusive-program {
    background: #0f2a76;
    padding-top: 120px;
    padding-bottom: 120px;
}

.exclusive-program__label {
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    color: #edd289;
    padding-bottom: 45px;
}

.exclusive-program__description {
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    color: #fff;
    line-height: 120%;
}

@media (max-width: 767px) {
    .exclusive-program {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .exclusive-program__label {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .exclusive-program__description {
        font-size: 20px;
    }
}


/*event-schedule*/
.event-schedule {
    padding-top: 120px;
    padding-bottom: 120px;
}

.event-schedule__title {
    font-weight: 600;
    font-size: 40px;
    color: #000;
    padding-bottom: 90px;
}

.event-schedule__item {
    padding: 45px;
    background: #f0f2fb;
    border-radius: 40px;
    margin-bottom: 20px;
}

.event-schedule__date,
.event-schedule__time {
    border-radius: 21px;
    background: #edd289;
    font-weight: 600;
    font-size: 16px;
    color: #4f4016;
    padding: 5px 30px;
}

.event-schedule__info {
    padding-bottom: 45px;
}

.event-schedule__topic {
    font-weight: 600;
    font-size: 34px;
    line-height: 125%;
    color: #000;
    padding-bottom: 35px;
}

.event-schedule__desc {
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #000;
}

.event-schedule__learn {
    padding-top: 50px;
}

.event-schedule__learn-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    padding-bottom: 18px;
}

.event-schedule__learn-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #66686f;
}

.event-schedule__action {
    padding-top: 100px;
}

.event-schedule__strelka svg {
    width: 100%;
    transition: transform 0.3s ease; /* плавный поворот */
    transform: rotate(0deg);
}

.ac.is-active .event-schedule__strelka svg {
    transform: rotate(90deg);
}

@media (max-width: 767px) {
    .event-schedule {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .event-schedule__title {
        font-size: 25px;
        padding-bottom: 30px;
    }

    .event-schedule__item {
        padding: 20px;
    }

    .event-schedule__date,
    .event-schedule__time {
        font-size: 12px;
        padding: 5px 15px;
    }

    .event-schedule__topic {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .event-schedule__desc {
        font-size: 14px;
    }

    .event-schedule__learn-title {
        font-size: 13px;
    }

    .event-schedule__learn-text {
        font-size: 12px;
    }

    .event-schedule__action {
        padding-top: 40px;
    }
}


/*event-target*/
.event-target {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #f0f2fb;
}

.event-target__title {
    font-weight: 600;
    font-size: 40px;
    color: #000;
    padding-bottom: 90px;
}

.event-target__item {
    background: #fff;
    border-radius: 25px;
    padding: 25px;
}

.target-audience__number {
    font-weight: 600;
    font-size: 25px;
    line-height: 140%;
    color: #b78e1c;
    padding-bottom: 45px;
}

.target-audience__text {
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
    color: #000;
}

.event-target__action {
    padding-top: 100px;
}

@media (max-width: 767px) {
    .event-target {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .event-target__title {
        font-size: 25px;
        padding-bottom: 30px;
    }

    .target-audience__number {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .target-audience__text {
        font-size: 12px;
    }

    .event-target__action {
        padding-top: 40px;
    }
}


/*event-benefits*/
.event-benefits {
    padding-top: 120px;
    padding-bottom: 120px;
}

.event-benefits__title {
    font-weight: 600;
    font-size: 40px;
    color: #000;
    padding-bottom: 90px;
}

.event-benefits__feature {
    border-top: 1px solid #b78e1c;
    padding-top: 30px;
    padding-bottom: 30px;
}

.benefit-item__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #000;
    padding-bottom: 25px;
}

.benefit-item__desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #000;
}

@media (max-width: 767px) {
    .event-benefits {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .event-benefits__title {
        font-size: 25px;
        padding-bottom: 30px;
    }

    .benefit-item__title {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .benefit-item__desc {
        font-size: 12px;
    }
}


/*event-inclusions*/
.event-inclusions {
    padding-bottom: 120px;
}

.event-inclusions__row {
    border-radius: 40px;
    background: #f0f2fb;
    padding: 50px 40px;
}

.inclusion-item__icon {
    padding-bottom: 30px;
}

.inclusion-item__text {
    font-weight: 600;
    font-size: 24px;
    color: #000;
    line-height: 120%;
}

.event-inclusions__action {
    padding-top: 100px;
}

@media (max-width: 767px) {
    .event-inclusions {
        padding-bottom: 40px;
    }

    .event-inclusions__row {
        padding: 20px;
    }

    .inclusion-item__icon {
        padding-bottom: 15px;
    }

    .inclusion-item__text {
        font-size: 14px;
    }

    .event-inclusions__action {
        padding-top: 40px;
    }
}


/*event-pricing*/
.event-pricing {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #f0f2fb;
}

.event-pricing__title {
    font-weight: 600;
    font-size: 40px;
    color: #000;
    padding-bottom: 90px;
}

.event-pricing__option {
    border-radius: 30px;
    background: #fff;
    padding: 100px 50px 50px 50px;
    text-align: center;
}

.pricing-tier__price {
    font-weight: 600;
    font-size: 77px;
    line-height: 140%;
    color: #000;
    padding-bottom: 35px;
}

.pricing-tier__label {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #000;
    padding-bottom: 75px;
}

.event-pricing__note {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #66686f;
    padding-top: 50px;
    line-height: 120%;
}

@media (max-width: 767px) {
    .event-pricing {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .event-pricing__title {
        font-size: 25px;
        padding-bottom: 30px;
    }

    .event-pricing__option {
        padding: 30px 20px;
    }

    .pricing-tier__price {
        font-size: 40px;
    }

    .pricing-tier__label {
        font-size: 14px;
        padding-bottom: 30px;
    }

    .event-pricing__note {
        font-size: 14px;
        padding-top: 20px;
    }
}


/*event-speaker*/
.event-speaker {
    padding-top: 120px;
    padding-bottom: 120px;
}

.event-speaker__row {
    background: #f0f2fb;
    border-radius: 30px;
    padding: 45px 45px 0px 45px;
}

.event-speaker__badge {
    font-weight: 600;
    font-size: 40px;
    color: #000;
    padding-bottom: 40px;
    padding-top: 90px;
}

.event-speaker__bio {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.event-speaker__quote {
    background: #edd289;
    border-radius: 20px;
    padding: 45px;
    font-weight: 500;
    font-size: 16px;
    color: #4f4016;
    line-height: 120%;
    transform: translate(220px, -45px);
}

.event-speaker__action {
    padding-top: 100px;
}

@media (max-width: 767px) {
    .event-speaker {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .event-speaker__row {
        padding: 20px;
    }

    .event-speaker__badge {
        font-size: 22px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .event-speaker__bio {
        font-size: 13px;
    }

    .event-speaker__quote {
        font-size: 13px;
        padding: 20px;
        transform: none;
    }

    .event-speaker__action {
        padding-top: 40px;
    }
}