
.block-memberships-plans {
    /*display: flex;*/
    position: relative;
}

.block-memberships-plans:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 147px;
    background: #2E333C;
}

.block-memberships-plans .items__list {
    position: relative;
    display: flex;
    margin: 0 80px;
    width: calc(100% - 160px);
    height: auto;
    align-items: flex-start;

    z-index: 1;
}

.block-memberships-plans .item {
    position: relative;
    max-width: 33.33333%;
    width: 33.33333%;
    background: #fff;
    margin: 64px 32px 60px;

    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.1);
}

.block-memberships-plans .item:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background: #FDE6D9;
    z-index: -1;
}


.block-memberships-plans .item:nth-child(2) {
    margin-top: 24px;
}


.block-memberships-plans .item .item__title {
    position: relative;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: Rollerscript;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 134.19%;
    /* identical to box height, or 43px */
    font-feature-settings: 'ss01' on, 'liga' off;

    color: #2E333C;
    text-align: center;

    z-index: 0;
}

.block-memberships-plans .item .item__title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 22px;
    background: #FDE6D9;

    z-index: -1;
}


.block-memberships-plans .item .item__price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;

    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 123.19%;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: #2E333C;
}

.block-memberships-plans .item .item__duration {
    display: flex;
    margin-left: 5px;
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 123.19%;
    /* identical to box height, or 20px */

    letter-spacing: -0.025em;
    color: #2E333C;
    text-transform: lowercase;
}

.block-memberships-plans .item .item__description {
    margin-bottom: 33px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 123.19%;
    /* identical to box height, or 15px */

    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #ADADAD;
    text-align: center;
}

.block-memberships-plans .item .item__advantages {
    margin-bottom: 65px;
}

.block-memberships-plans .item .advantage__item:first-child .advantage__price:after {
    display: none;
}

.block-memberships-plans .item .advantage__item + .advantage__item {
    margin-top: 18px;
}

.block-memberships-plans .item .advantage__item__head {
    display: flex;
    justify-content: space-between;
    margin: 0 30px 0 14px;
    padding-left: 24px;
    background: url(../svg/check.svg) no-repeat left center;

}

.block-memberships-plans .item .advantage__title {
    margin-bottom: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 123.19%;
    /* identical to box height, or 20px */

    letter-spacing: -0.025em;
    color: #2E333C;
}

.block-memberships-plans .item .advantage__price {
    position: relative;
    margin-bottom: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 123.19%;
    /* identical to box height, or 20px */

    letter-spacing: -0.025em;

    color: #2E333C;
    z-index: 0;
}

.block-memberships-plans .item .advantage__price:after {
    content: '';
    position: absolute;
    top: 6px;
    left: -2px;
    width: calc(100% + 5px);
    height: 2px;
    background: #ED5F48;
    z-index: -1;
}


.block-memberships-plans .item .advantage__description {
    margin: 0 38px;
}

.block-memberships-plans .item .item__old-price {
    position: relative;
    display: flex;
    width: max-content;
    margin: 0 auto 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 123.19%;
    /* identical to box height, or 25px */

    letter-spacing: -0.025em;
    color: #2E333C;
    text-align: center;

    z-index: 0;
}

.block-memberships-plans .item .item__old-price:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -9px;
    width: calc(100% + 18px);
    height: 2px;
    background: #ED5F48;

    z-index: -1;
}

.block-memberships-plans .item .item__link {
    display: flex;
    justify-content: center;
    width: calc(100% - 52px);
    margin: 0 26px 26px;
    padding: 17px 50px;

    background: #E2B29A;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #000000;
}


.block-memberships-plans .membership_plans_description {
    margin-bottom: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 123.19%;
    /* or 17px */

    color: #767676;
    text-align: center;
}




@media (max-width: 900px) {

    .block-memberships-plans .items__list {
        position: relative;
        display: flex;
        margin: 0;
        width: 100%;
        height: auto;
        align-items: flex-start;
        z-index: 1;
        flex-direction: column;
    }

    .block-memberships-plans .item {
        position: relative;
        max-width: 100%;
        width: calc(100% - 70px);
        background: #fff;
        margin: 30px 32px;
        box-shadow: 0 16px 30px rgb(0 0 0 / 10%);
    }

}