.page-block_programs{
    border-radius: 44px;
    background: linear-gradient(99.38deg, #00b0e9 -10.44%, #184362 92.78%);
    padding: 42px 0 40px;
    position: relative;
}

.page-block_programs .container{
    position: relative;
    z-index: 2;
}
.page-block_programs:before{
    content: '';
    position: absolute;
    width: 219px;
    height: 201px;
    top: 0;
    left: 0;
    background-image: url(img/pattern.png);
    background-repeat: no-repeat;
    background-position: 0 -78px;
    border-top-left-radius: 44px;
}

.page-block_programs .page-block__title__text{
    font-weight: 500;
    font-size: 26px;
    line-height: 123%;
    color: #fff;
}
.program__item:not(:last-child){
    margin-bottom: 20px;
}

.program__item__content,
.program__item__price__wrap{
    border-radius: 32px;
    padding: 16px;
    background: linear-gradient(181.32deg, #f5f8fa 0.02%, #fff 99.99%);
}
.program__item__price__wrap{
    backdrop-filter: blur(20px);
}
.program__item__name{
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    color: #2d2c38;
    margin-bottom: 14px;
}
.program__item__image{
    margin-bottom: 14px;
}
.program__item__image img{
    border-radius: 24px;
}

.program__item__prop__item:not(:last-child){
    margin-bottom: 24px;
}
.program__item__prop__item__title{
    display: inline-flex;
    border: 1px solid #e2e3e7;
    border-radius: 100px;
    padding: 8px 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #2d2c38;
    background: #fff;
    margin-bottom: 10px;
}
.program__item__prop__item__content{
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #8d8ba2;
}
.program__item__price__item{
    border-radius: 24px;
    padding: 24px;
    background: #fff;
}

.program__item__btn{
    display: inline-flex;
    justify-content: center;
    border-radius: 999px;
    padding: 16px 24px;
    background: #00b0e9;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    min-width: 220px;
    max-width: 100%;
}
.program__item__btn, .program__item__btn:hover{
    color: #fff;
    text-decoration: none;
}
.program__item__btn:hover{
    background: #11b8ee;
}
.program__item__price__item + .program__item__btn{
    margin-bottom: 20px;
}
.program__item__price__item__title{
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #8d8ba2;
}

.program__item__price__item__content{
    font-weight: 500;
    font-size: 32px;
    line-height: 113%;
    letter-spacing: -0.06em;
    color: #2d2c38;
    white-space: nowrap;
}
.program__item__price__item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.program__item__btn{
    width: 100%;
}
@media (max-width: 991px) {
    .program__item__price__wrap .program__item__image{
        display: none;
    }
    .page-block_programs .page-block__title__text{
        text-align: center;
    }
    .program__item__price__item{
        flex-direction: column;
    }

}

@media (min-width: 992px) {
    .page-block_programs{
        border-radius: 44px;
        background: linear-gradient(99.38deg, #00b0e9 -10.44%, #184362 92.78%);
        padding: 90px 0;
        position: relative;
    }
    .page-block_programs .page-block__title__text{
        font-size: 32px;
        line-height: 113%;
    }
    .program__item__price__item{
        gap: 10px;
    }
    .program__item__inner{
        display: flex;
        gap: 10px;
    }
    .program__item__price__wrap,
    .program__item__content{
        width: 50%;
    }

    .program__item__content .program__item__image{
        display: none;
    }
    .program__item__price__wrap{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .program__item__content, .program__item__price__wrap {
        padding: 48px;
    }
    .page-block_programs:before{
        width: 488px;
        height: 456px;
        top: 20px;
        background-image: url(img/pattern_desktop.png);
        background-position: 0 0;
    }
    .program__item__price__item__title{
        color: #2d2c38;
    }
}

@media (min-width: 1292px) {
    .program__item__price__wrap {
        width: 40%;
    }
    .program__item__content {
        width: 60%;
    }
}