.fs {
    border-radius: 0 0 60px 60px;
    position: relative;
    overflow: hidden;
}

.fs>img {
    width: 100%;
}

.fs__inner {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-bottom: 60px;
}

.fs__buttons {
    margin-bottom: 10px;
    display: flex;
    column-gap: 20px;
    margin-top: 48px;
}

ul.fs__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    justify-content: flex-end;
}

ul.fs__list li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 35px 0;
    padding-left: 12px;
    column-gap: 20px;
    line-height: 25px;
    font-weight: 300;
    font-size: 21px;
    letter-spacing: -0.01em;
    color: var(--color-white);
    display: flex;
    align-items: center;
}

.fs__buttons button {
    flex: 0 0 calc(50% - 10px);
    height: 56px;
    border-radius: 81px;
    line-height: 18px;
    font-weight: 400;
    font-size: 14px;
}

button.fs__manager-consultation {
    border: 1px solid var(--color-white);
    color: var(--color-white);
}

button.fs__manager-consultation:hover {
    background: var(--color-blue);
    border-color: var(--color-blue);
    color: var(--color-white);
}

button.fs__education-request:hover {
    background: var(--color-blue);
    border-color: var(--color-blue);
    color: var(--color-white);
}

button.fs__education-request {
    color: var(--color-black);
    background: var(--color-yellow);
}

.fs h1 {
    font-weight: 600;
    font-size: 68px;
    line-height: 66px;
    letter-spacing: -0.01em;
    color: var(--color-white);
    margin: auto 0 25px;
}

.fs__description {
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
    color: var(--color-white);
}

ul.fs__list li svg {
    flex-shrink: 0;
}

@media (min-width: 1440px) {
    .fs.fs--program-detail h1 {
        font-size: 62px;
        line-height: 1;
        margin-bottom: 35px;
    }
    .fs.fs--program-detail h1.long-title{
        font-size: 37px;
    }
    .fs.fs--program-detail .fs__buttons {
        max-width: calc(500%/7);
    }

    .fs__buttons button {
        flex: 0 0 276px;
    }
}

.fs__tag {
    margin-bottom: 17px;
    font-size: 15px;
    color: var(--color-white);
    line-height: 19px;
    background: var(--color-blue);
    border-radius: 62px;
    padding: 9px 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fs__icon-price {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 130px;
    column-gap: 30px;
    justify-content: center;
    align-content: flex-start;
    row-gap: 4px;
}

.fs__icon-price-key {
    font-size: 16px;
    line-height: 22px;
    color: var(--color-white);
}

.fs__icon-price-value {
    font-weight: 700;
    font-size: 35px;
    line-height: 49px;
    color: var(--color-white);
}
.fs__icon-price-value--stock{
    text-decoration: line-through;
}
span.fs__list-key {
    font-weight: 250;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: var(--color-white);
    line-height: 20px;
}

span.fs__list-value {
    font-weight: 500;
    font-size: 21px;
    letter-spacing: -0.01em;
    color: var(--color-white);
    line-height: 26px;
}

ul.fs__list.fs__list--key-value li {
    row-gap: 6px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
}

.fs--service-detail h1 {
    letter-spacing: -0.02em;
}

.col-xl-7:has(+.col-xl-5:empty) .fs__buttons {
    margin-bottom: 0;
}

@media (max-width: 1439px) and (min-width: 1200px) {
    .fs h1 {
        font-size: 50px;
        line-height: 1;
        margin-bottom: 20px;
    }
    .fs h1.long-title{
        font-size: 37px;
    }
    .fs__description {
        font-size: 16px;
        line-height: 22px;
    }

    .fs__buttons {
        margin-bottom: 0;
        margin-top: 30px;
    }

    ul.fs__list li {
        font-size: 17px;
        line-height: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .fs__buttons button {
        font-size: 13px;
    }

    .fs__inner,
    .fs img {
        min-height: 650px;
    }
    
    .fs>img {
        min-height: 650px;
        object-fit: cover;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    ul.fs__list li {
        padding: 35px 0 35px 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .fs__buttons button {
        font-size: 13px;
    }

    .fs__inner {
        padding-bottom: 30px;
    }

    .fs {
        border-radius: 0 0 30px 30px;
    }

    .fs__buttons {
        margin-bottom: 0;
        margin-top: 45px;
    }

    .fs__description {
        font-size: 15px;
        line-height: 22px;
    }

    .fs h1 {
        font-size: 50px;
        line-height: 1;
        margin-bottom: 20px;
    }
    .fs h1.long-title{
        font-size: 29px;
    }
    .fs--program-detail .fs__inner {
        position: static;
        padding-bottom: 30px;
    }

    .fs--program-detail img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        max-width: unset;
        height: 100%;
    }

    /* ul.fs__list.fs__list--key-value li:nth-of-type(odd):last-child {
        flex-grow: 1;
    } */


    /* ul.fs__list.fs__list--key-value {
        justify-content: flex-start;
    } */

    .fs--program-detail .fs__buttons {
        margin-bottom: 30px;
    }

    .fs--program-detail img {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        object-fit: cover;
    }

    .fs__inner,
    .fs img {
        min-height: 600px;
        object-fit: cover;
    }

    .fs--service-detail .col-xl-5.col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .fs__inner {
        position: static;
        padding-bottom: 30px;
    }

    .fs img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        max-width: unset;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .fs {
        border-radius: 0 0 30px 30px;
    }

    ul.fs__list li {
        padding: 15px 0;
        font-size: 18px;
    }

    .fs__buttons {
        margin: 45px 0 50px;
    }

    .fs h1 {
        font-size: 50px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .fs h1.long-title{
        font-size: 29px;
        line-height: 1.3;
    }
    @media (min-width: 768px) {
        .fs__buttons button {
            max-width: 243px;
            font-size: 13px;
        }

        .fs h1 {
            font-size: 50px;
            line-height: 55px;
            margin-bottom: 20px;
        }
       
        .fs h1 br {
            display: none;
        }

        .fs__description {
            font-size: 15px;
            line-height: 22px;
            margin-bottom: 45px;
        }

        ul.fs__list li {
            padding: 25px 0 25px 20px;
            font-size: 16px;
        }

        .fs__inner {
            min-height: 650px;
        }
    }
}

@media (max-width: 767px) {
    .fs.fs--program-detail h1 {
        font-size: 40px;
    }
    .fs.fs--program-detail h1.long-title{
        font-size: 29px;
    }
    ul.fs__list li {
        padding: 25px 0 25px 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .fs h1 {
        font-size: 57px;
        margin-bottom: 20px;
    }

    .fs h1 br {
        display: none;
    }

    .fs__inner {
        min-height: 650px;
    }
}

@media (max-width: 575px) {
    .fs h1 {
        font-size: 40px;
    }

    .fs__description {
        font-size: 16px;
        line-height: 22px;
    }

    ul.fs__list li {
        font-size: 16px;
        line-height: 22px;
    }

    .fs__buttons button {
        font-size: 14px;
        text-wrap: balance;
        line-height: 1.2;
    }

    .fs.fs--program-detail h1 {
        font-size: 30px;
    }

    .fs h1 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 17px;
    }
    .fs.fs--program-detail h1.long-title {
        font-size: 21px;
        line-height: 1.4;
    }
    .fs__description {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 35px;
    }

    .fs__buttons {
        margin-top: 0;
        margin-bottom: 40px;
        gap: 20px;
        flex-direction: column;
    }

    .fs__buttons button {
        height: 54px;
        flex: 0 0 auto;
        font-size: 13px;
    }

    ul.fs__list li {
        padding: 20px;
        line-height: 20px;
    }

    .fs__inner {
        padding-bottom: 66px;
        min-height: 650px;
        align-items: center;
    }

    .fs__icon-price {
        margin-bottom: 20px;
        height: 100px;
    }

    .fs__icon-price svg {
        width: 90px;
        height: 90px;
    }

    .fs__icon-price-key {
        font-size: 14px;
        line-height: 16px;
    }

    .fs__icon-price-value {
        font-size: 30px;
        line-height: 36px;
    }

    span.fs__list-key {
        font-size: 14px;
    }

    span.fs__list-value {
        font-size: 18px;
        line-height: 22px;
    }
}