:root {
    --color-white: #fff;
    --color-nero: #212121;
    --color-white-smoke: #f8f8f8;
    --color-whisper: #e4e4e4;
    --color-whisper-light: #ececec;
    --color-ivory: #fbfbf9;
    --color-grey: #7d7d7d;
    --color-tahiti-gold: #e86f2a;
    --color-blue-gem: #534496;
    --color-lavender-blue: #d7ceff;
    --color-apricot: #fed3ac;
    --color-seashell: #fff6ee;
    --color-astronaut-blue: #17455f;
    --color-sapphire: #12326e;
}

.custom-container {
    width: 100%;
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
    box-sizing: border-box;
}

.breadcrumb-container {
    width: 100%;
    max-width: 1380px;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
}

.breadcrumb span {
    justify-content: left;
}

html body .breadcrumb#breadcrumbs {
    padding-bottom: 0;
}

@media (max-width: 992px) {
    .custom-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .breadcrumb-container {
        margin-top: 110px;
    }

    html body .breadcrumb#breadcrumbs {
        margin-left: 0;
        padding-bottom: 0;
    }
}

.coach {
    margin-top: 60px;
    margin-bottom: 160px;
}

.coach__content-top {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
    padding-left: 60px;
    border-radius: 50px;
    background-color: var(--color-white-smoke);
}

.coach__content-top-photo {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
}

.coach__content-top-photo img {
    object-fit: contain;
    border-radius: 20px;
}

.coach__title {
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
    color: var(--color-nero);
    margin: 0;
    margin-bottom: 15px;
}

.coach__qualifications {
    font-size: 24px;
    color: var(--color-nero);
    margin: 0;
    margin-bottom: 20px;
}

.coach__qualifications span {
    font-weight: 600;
    color: var(--color-blue-gem);
}

.coach__content-wrapper {
    margin-bottom: 160px;
    padding: 20px 40px 0;
    display: flex;
    gap: 40px;
}

.coach__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.coach__content ul {
    padding-left: 20px;
    list-style: disc;
}

.coach__content ul li {
    font-size: 18px;
    color: var(--color-nero);
}

.coach__content p {
    font-size: 18px;
    color: var(--color-nero);
}

.coach__content .coach__content-title {
    font-weight: 600;
    font-size: 24px;
    color: var(--color-blue-gem);
}

.coach__education,
.coach__wysiwyg {
    width: 50%;
}

@media (max-width: 992px) {
    .coach {
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .coach__content-top  {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        border-radius: 30px;
    }

    .coach__content-top-photo {
        margin-left: 0;
    }

    .coach__content-top-photo img {
        border-radius: 10px;
    }

    .coach__title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .coach__qualifications {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .coach__content-wrapper {
        padding: 30px 20px 0;
        margin-bottom: 60px;
        flex-direction: column;
        gap: 30px;
    }

    .coach__content ul li {
        font-size: 15px;
    }

    .coach__content p {
        font-size: 15px;
    }

    .coach__content .coach__content-title {
        font-size: 20px;
    }

    .coach__education,
    .coach__wysiwyg {
        width: auto;
    }
}

.coach-payment {
    margin-top: 160px;
    margin-bottom: 160px;
}

.coach-payment__content {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 20px;
    border-radius: 50px;
    background-color: var(--color-apricot);
}

.coach-payment__content-text {
    display: flex;
    flex-direction: column;
    max-width: 375px;
    gap: 40px;
    padding: 40px 0 40px 40px;
}

.coach-payment__content-form {
    flex-grow: 1;
    margin-left: auto;
    max-width: 840px;
    width: 100%;
    padding: 40px;
    border-radius: 30px;
    background-color: var(--color-white);
}

.coach-payment__title {
    font-weight: 500;
    font-size: 45px;
    text-transform: uppercase;
    color: var(--color-nero);
    margin-bottom: auto;
}

.coach-payment__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coach-payment__icon svg {
    flex-shrink: 0;
}

.coach-payment__text {
    font-size: 18px;
    color: var(--color-nero);
    margin-top: auto;
}

.coach-payment__form-wrapper {
    display: flex;
    gap: 40px;
}

.coach-payment__fields-column {
    width: 50%;
}

.coach-payment__fields-column-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    color: var(--color-nero);
    margin-bottom: 40px;
}

.coach-payment__fields-column-title--icon-check {
    position: relative;
    padding-top: 3px;
    padding-left: 34px;
    margin-bottom: 0;
}

.coach-payment__fields-column-title--icon-check::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' fill='%23fed3ac' rx='5'/%3E%3Cpath fill='%23e86f2a' fill-rule='evenodd' d='M16.443 9.463a.75.75 0 0 0-.98-.406.8.8 0 0 0-.244.162L10.5 13.94l-1.72-1.72a.75.75 0 1 0-1.06 1.062l2.25 2.25a.747.747 0 0 0 1.06 0l5.25-5.25a.75.75 0 0 0 .163-.818' clip-rule='evenodd'/%3E%3C/svg%3E");
}

@media (max-width: 1200px) {
    .coach-payment__content-text {
        max-width: 320px;
    }

    .coach-payment__form-wrapper {
        gap: 20px;
    }
}

@media (max-width: 992px) {
    .coach-payment {
        margin-top: 60px;
        margin-bottom: 60px;
        background-color: var(--color-apricot);
    }

    .coach-payment__content {
        flex-direction: column;
        border-radius: 0;
        padding: 30px 0 60px;
        background-color: transparent;
    }

    .coach-payment__content-text {
        max-width: none;
        padding: 0;
        gap: 20px;
    }

    .coach-payment__content-form {
        padding: 30px 20px;
        max-width: none;
    }

    .coach-payment__title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 0;
    }

    .coach-payment__text {
        font-size: 15px;
        text-align: center;
        margin-top: 0;
    }

    .coach-payment__icon {
        order: -1;
        margin-bottom: 10px;
    }

    .coach-payment__icon svg {
        width: 60px;
        height: 80px;
    }

    .coach-payment__form-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .coach-payment__fields-column {
        width: 100%;
    }
}
