
.block-membership-products {
    padding: 55px 0 60px;
    background: #FFF7F0;
}

.membership_products {
    margin: 0 40px;
    width: calc(100% - 80px);
}

.membership_products__title {
    margin: 0 110px !important;
    width: calc(100% - 220px);
    font-family: Rollerscript;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 134.19%;
    /* or 64px */

    font-feature-settings: 'ss01' on, 'liga' off;
    color: #000000;
}

.membership_products__subtitle {
    margin: 0 110px 50px !important;
    width: calc(100% - 220px);
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    line-height: 123.19%;
    /* identical to box height, or 89px */

    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #2E333C;
}

.membership_products_banner {
    margin: 0 60px 60px;
    width: calc(100% - 120px);
}

.membership_products_list_title {
    margin-bottom: 50px;
    font-family: Minion Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 43px;

    color: #000000;
    text-align: center;
}

.membership_products {
    display: flex;
}

.membership_products .item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 33.33333%;
    width: 33.33333%;
    margin: 0 20px 60px;
    padding: 20px;
    background: #fff;
    /*background: #fff url("Vector.svg") no-repeat center;*/
}

.membership_products .item:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 13px;
    width: calc(100% - 26px);
    height: calc(100% - 26px);
    border: 5px solid #E2B29A;
}


.membership_products .item .item__content {
    padding-left: 30px;
}

.membership_products .item .item__title {
    margin-top: 13px;
    margin-bottom: 20px;
    font-family: Rollerscript;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 134.19%;
    /* identical to box height, or 43px */

    color: #2E333C;
    text-align: center;
}

.membership_products .item .item__img {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    height: 180px;
    width: calc(100% - 60px);
    margin: 0 30px 1rem;
}

.membership_products .item .item__img img {
    width: 100%;
    object-fit: cover;
}

.membership_products .item .advantage {
    display: flex;
    justify-content: space-between;
    margin: 0 40px 20px;
    padding-left: 24px;
    background: url(../svg/check-2.svg) no-repeat left center;

    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;
}

.membership_products .item .advantage p {
    margin-bottom: 0;
}

.membership_products .item .advantage__price {
    position: relative;
    z-index: 0;
}

.membership_products .item .advantage__price:after {
    content: '';
    position: absolute;
    top: 7px;
    left: -2px;
    width: calc(100% + 5px);
    height: 2px;
    background: #ED5F48;
    z-index: -1;
}


.item__footer {
    width: max-content;
    margin: 0 auto;
    text-align: right;
}


.membership_products .item .item__price {
    margin-bottom: .5rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 123.19%;
    /* or 39px */

    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: #2E333C;
}

.membership_products .item .item__price__label {
    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: #000000;
}

.membership_more_info {
    margin: 0 30px;
    text-align: center;
}

@media (max-width: 900px) {
    .membership_products {
        margin: 0;
        width: 100%;
        flex-direction: column;
    }

    .membership_products .item {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        max-width: 100%;
        width: 100%;
        margin: 0 0 60px;
        padding: 20px;
        background: #fff;
        /* background: #fff url(Vector.svg) no-repeat center; */
    }

}

@media (max-width: 767px) {
    .membership_products__title {
        margin: 0 30px !important;
        width: calc(100% - 60px);
        font-family: Rollerscript;
        font-style: normal;
        font-weight: normal;
        font-size: 48px;
        line-height: 134.19%;
        font-feature-settings: 'ss01' on, 'liga' off;
        color: #000000;
    }

    .membership_products__subtitle {
        margin: 0 30px 50px !important;
        width: calc(100% - 60px);
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 72px;
        line-height: 123.19%;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #2E333C;
    }

    .block-technical-header.membership__technical__header.technical-header--with-bg {
        margin: 0;
        width: 100%;
        background-position: center;
    }
}



