.page-header__list--center{
    display: flex;
    flex-flow: wrap;
    align-items: center;
    gap: 20px
}

.cart_used__default{
    max-width: 314px;
    margin: auto;
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 15px;
}

.cart_user__logo-text{
    color: #172852;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

.woocommerce-MyAccount-navigation-link--lysofree {
    background: #0E3827;
    color: #ffffff !important;
}

.woocommerce-account .lysofreeSubs{
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-account .cart__wrapper{
    padding-right: 37px;
}

.woocommerce-account .woocommerce-notices-wrapper{
    display: none;
}

.lysofree__hero {
    position: relative;
}

.lysofree__hero--decor {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.lysofree__hero--decor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lysofree__hero--header {
    padding: 112px 40px 0;
    position: relative;
    z-index: 2;
}

.lysofree__hero--header h4 {
    max-width: 560px;
    width: 100%;
    color: #0E3827;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
    margin: 0 auto;
}

.lysofree__hero--header h4 b {
    color: #0BB84D;
    font-weight: 700;
}

.lysofree__hero--pic {
    width: 100%;
    position: relative;
    z-index: 2;
}

.lysofree__hero--pic img {
    width: 100%;
    height: auto;
}

.lysofree__hero--bot {
    max-width: 600px;
    width: 100%;
    padding: 54px 40px 40px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.lysofree__hero--bot > img {
    max-width: 356px;
    width: 100%;
    height: auto;
}

.lysofree__hero--subs {
    padding: 56px 0 0;
    display: flex;
    flex-direction: column;
    row-gap: 36px;
    align-items: center;
}

.lysofree__hero--span{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin-top: 0px;
    position: relative;
    top: -10px;
    color: #0E3827;
}

.lysofree__hero--subs > p {
    color: #0E3827;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
}

.lysofree__hero--cost {
    display: flex;
    column-gap: 8px;
    align-items: flex-end;
    justify-content: center;
}

.lysofree__hero--cost--new {
    color: #0BB84D;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.lysofree__hero--cost--old {
    color: #8AA78F;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration: line-through;
    margin-bottom: 6px;
}

.lysofree__hero--added {
    display: flex;
    padding: 15px;
    justify-content: center;
    align-items: center;
    max-width: 312px;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    background: #172852;
    transition: .5s;
}

.lysofree__hero--added:hover{
    background: #27C6D9;
}


.lysofree__details {
    padding: 80px 40px;
    display: flex;
    justify-content: center;
}

.lysofree__details--inner {
    max-width: 846px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    position: relative;
    /* background-image: url('./images/delivery/details_decor.svg'); */
    background-image: url('./images/delivery/info-block-image.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 40px;
    overflow: hidden;
}

.lysofree__details--row {
    display: flex;
    column-gap: 20px;

}

.lysofree__details--row:nth-of-type(1) .lysofree__details--card {
    padding: 32px 40px 132px;
}

.lysofree__details--row:nth-of-type(2) .lysofree__details--card {
    padding: 72px 40px 32px;
}

.lysofree__details--row:nth-of-type(1) .lysofree__details--card:nth-of-type(1) {
    width: calc(63% - 10px);
}

.lysofree__details--row:nth-of-type(1) .lysofree__details--card:nth-of-type(2) {
    width: calc(37% - 10px);
}

.lysofree__details--row:nth-of-type(2) .lysofree__details--card {
    width: calc(50% - 10px);
}

.lysofree__details--card h2 {
    color: #0BB84D;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    max-width: 420px;
    width: 100%;
    margin: 0 auto 32px;
}

.lysofree__details--card p {
    color: #0E3827;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
}

.lysofree__package {
    padding: 40px;
    background: #E5F0F0;
}

.lysofree__package--inner {
    max-width: 846px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.lysofree__package--inner > p {
    color: #0E3827;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.lysofree__package--inner > h3 {
    color: #0BB84D;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.lysofree__package--cost {
    display: flex;
    column-gap: 8px;
    align-items: flex-end;
    justify-content: center;
    padding: 4px 0;
}

.lysofree__package--cost--new {
    color: #0BB84D;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.lysofree__package--cost--old {
    color: #8AA78F;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration: line-through;
    margin-bottom: 6px;
}

.lysofree__package--add {
    display: flex;
    padding: 15px;
    justify-content: center;
    align-items: center;
    min-width: 240px;
    width: fit-content;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    background: #172852;
    margin: 0 auto;
    transition: .5s;
}

.lysofree__package--add:hover{
    background: #27C6D9;
}

.lysofree__terms {
    padding: 76px 40px 84px;
}

.lysofree__terms--title {
    color: #0E3827;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    max-width: 1064px;
    width: 100%;
    margin: 0 auto 10px;
}

.lysofree__terms--points {
    max-width: 1064px;
    width: 100%;
    margin: 0 auto;
}

.lysofree__terms--points p {
    padding: 30px 0;
    color: #0E3827;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.lysofree__terms--points p:not(:last-child) {
    border-bottom: 1px solid #E3F5E4;
}


@media (max-width: 1024px) {
    .lysofree__hero--header {
        padding: 80px 20px 0;
    }

    .lysofree__hero--header h4 {
        font-size: 24px;
        max-width: 450px;
    }

    .lysofree__hero--bot {
        padding: 40px 20px 24px;
    }

    .lysofree__hero--bot > img {
        max-width: 240px;
    }

    .lysofree__hero--subs {
        padding: 40px 0 0;
    }

    .lysofree__hero--subs {
        row-gap: 24px;
    }

    .lysofree__hero--cost--new {
        font-size: 36px;
    }

    .lysofree__hero--cost--old {
        font-size: 18px;
    }

    .lysofree__hero--subs > p {
        font-size: 24px;
    }

    .lysofree__hero--added {
        font-size: 18px;
    }

    .lysofree__details {
        padding: 60px 20px;
    }

    .lysofree__details--inner {
        border-radius: 32px;
        max-width: 676px;
    }

    .lysofree__details--row:nth-of-type(1) .lysofree__details--card {
        padding: 32px 40px 84px;
    }

    .lysofree__details--card h2 {
        font-size: 22px;
        max-width: 280px;
        margin: 0 auto 24px;
    }

    .lysofree__details--card p {
        font-size: 18px;
        max-width: 250px;
    }

    .lysofree__package {
        padding: 32px 20px;
    }

    .lysofree__package--inner {
        row-gap: 20px;
    }

    .lysofree__package--inner > h3 {
        font-size: 36px;
    }

    .lysofree__package--inner > p {
        font-size: 24px;
    }

    .lysofree__package--add {
        font-size: 18px;
    }

    .lysofree__terms {
        padding: 60px 20px 60px;
    }

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

    .lysofree__terms--points p {
        font-size: 20px;
        padding: 24px 0;
    }
}

@media (max-width: 668px) {

    .lysofree__hero--span{
        font-size: 12px;
        max-width: 60%;
    }

    .lysofree__package--inner{
        align-items: center;
    }

    .lysofree__package--inner .lysofree__hero--span{
        margin-top: 15px;
    }

    .cart_user__logo-text{
        font-size: 14px;
    }
    .cart_user__logo-default svg{
        width: 25px;
        height: 30px;
    }
    .cart_used__default{
        max-width: 233px;
    }
    .lysofree__hero:after {
        position: absolute;
        width: 100%;
        height: 150px;
        content: "";
        bottom: 0;
        left: 0;
        background: linear-gradient(179deg, #FFF 0.8%, #E5F0F0 50.33%);
    }

    .lysofree__hero--decor {
        display: none;
    }

    .lysofree__hero--top {
        background-image: url('./images/delivery/hero_decor.svg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
        padding: 0 0 32px;
    }

    .lysofree__hero--header {
        padding: 54px 20px 0;
    }

    .lysofree__hero--header h4 {
        font-size: 16px;
        max-width: 280px;
    }

    .lysofree__hero--bot {
        padding: 20px 20px 20px;
    }

    .lysofree__hero--bot > img {
        max-width: 168px;
    }

    .lysofree__hero--subs {
        padding: 24px 0 0;
        row-gap: 16px;
        max-width: 100%;
        width: 100%;
    }

    .lysofree__hero--subs > p {
        font-size: 16px;
        color: #005520;
    }

    .lysofree__hero--cost--new {
        font-size: 32px;
    }

    .lysofree__hero--cost--old {
        font-size: 14px;
    }

    .lysofree__hero--added {
        font-size: 14px;
        max-width: 100%;
        width: 100%;
    }

    .lysofree__details {
        padding: 40px 20px;
    }

    .lysofree__details--inner {
        row-gap: 10px;
        border-radius: 16px;
        /* background-image: url('./images/delivery/details_decor_mob.svg'); */
        background-image: url('./images/delivery/info-block-image-mobile-2.png');
        max-width: 336px;
    }

    .lysofree__details--row {
        column-gap: 10px;
    }

    .lysofree__details--row:nth-of-type(1) .lysofree__details--card:nth-of-type(1) {
        width: calc(63% - 5px);
    }

    .lysofree__details--row:nth-of-type(1) .lysofree__details--card:nth-of-type(2) {
        width: calc(37% - 5px);
    }

    .lysofree__details--row:nth-of-type(2) .lysofree__details--card {
        width: calc(50% - 5px);
    }

    .lysofree__details--row:nth-of-type(1) .lysofree__details--card {
        padding: 18px 20px 64px;
    }

    .lysofree__details--row:nth-of-type(2) .lysofree__details--card {
        padding: 18px 20px 18px;
    }

    .lysofree__details--card h2 {
        font-size: 14px;
        margin: 0 auto 12px;
    }


    .lysofree__details--card p {
        font-size: 12px;
    }

    .lysofree__package {
        padding: 20px;
    }

    .lysofree__package--inner {
        row-gap: 12px;
    }

    .lysofree__package--inner > p {
        font-size: 16px;
    }

    .lysofree__package--inner > h3 {
        font-size: 32px;
    }

    .lysofree__package--cost--new {
        font-size: 32px;
    }

    .lysofree__package--cost--old {
        font-size: 14px;
    }

    .lysofree__package--add {
        font-size: 14px;
        min-width: 172px;
        padding: 11px 10px;
    }

    .lysofree__terms {
        padding: 40px 20px 24px;
    }

    .lysofree__terms--title {
        font-size: 16px;
    }

    .lysofree__terms--points p {
        font-size: 14px;
        padding: 12px 0;
    }
}

/* lysofreeCart */

.lysofreeCart {
    padding: 60px 40px;
    max-width: 1440px;
    margin: 0 auto;
}

.lysofreeCart__items {
    padding: 0 0 60px 0;
}

.lysofreeCart__item {
    padding: 20px 0;
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.lysofreeCart__item--pic {
    width: 108px;
    height: 108px;
    flex-shrink: 0;
}

.lysofreeCart__item--pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lysofreeCart__item--counter {
    padding: 0 50px;
    display: flex;
    align-items: center;
}

.lysofreeCart__item--counter--minus, .lysofreeCart__item--counter--plus {
    padding: 10px;
    display: none;
}

.lysofreeCart__item--counter--minus span, .lysofreeCart__item--counter--plus span {
    width: 10px;
    height: 10px;
    position: relative;
    display: block;
    cursor: pointer;
}

.lysofreeCart__item--counter--minus span:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1.5px;
    background: #27C6D9;
    top: 50%;
    border-radius: 10px;
    transform: translateY(-50%);
    left: 0;
}

.lysofreeCart__item--counter--plus span::after, .lysofreeCart__item--counter--plus span::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 1.5px;
    background: #27C6D9;
    border-radius: 10px;
    top: 50%;
    left: 0;
}

.lysofreeCart__item--counter--plus span::after {
    transform: translateY(-50%);
}

.lysofreeCart__item--counter--plus span::before {
    transform: translateY(-50%) rotate(90deg);
    top: 50%;
}

.lysofreeCart__item--counter--field {
    width: 20px;
}

.lysofreeCart__item--counter--field input {
    width: 100%;
    border: none;
    text-align: center;
    color: #172852;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    outline: none;
}

.lysofreeCart__item--price {
    color: #172852;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 0 50px;
    display: flex;
    align-items: center;
    column-gap: 20px;
    flex-shrink: 0;
}

.lysofreeCart__item--price span {
    font-weight: 700;
}

.lysofreeCart__item--desc {
    flex-grow: 1;
}

.lysofreeCart__item--desc > p {
    color: #172852;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px;
}

.lysofreeCart__item--desc > div {
    color: #172852;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    column-gap: 20px;
}

.lysofreeCart__item--desc > div span {
    font-weight: 700;
}

.lysofreeCart__item--delete {
    cursor: pointer;
    padding: 0 0 0 30px;
}

.lysofreeCart__item--delete a {
    background: none !important;
}

.lysofreeCart__purchase {
    background: #F7F7F7;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lysofreeCart__purchase--back {
    display: block;
    width: fit-content;
    color: #172852;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 13px 18px;
    border: 1px solid #172852;
}

.lysofreeCart__purchase--info {
    display: flex;
    column-gap: 40px;
    align-items: center;
}

.lysofreeCart__purchase--buy {
    padding: 13px 18px;
    background: #0E3827;
    display: block;
    width: fit-content;
    transition: .5s;
}



.lysofreeCart__purchase--buy:hover{
    background: #0BB84D;
}

.lysofreeCart__purchase--buy:hover p{
    color: #ffffff;
}

.lysofreeCart__purchase--buy p {
    color: #0BB84D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 2px;
    text-align: center;
    transition: .5s;
}

.lysofreeCart__purchase--buy span {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    display: block;
}

.lysofreeCart__purchase--cost p, .lysofreeCart__purchase--cost span {
    color: #172852;
    font-size: 16px;
    font-style: normal;
    line-height: 120%;
    text-align: center;
}

.lysofreeCart__purchase--cost p {
    font-weight: 400;
    margin-bottom: 14px;
}

.lysofreeCart__purchase--cost span {
    font-weight: 700;
    width: 100%;
    display: block;
}

.lysofreeCart__purchase--note {
    padding: 36px 0 0;
}

.lysofreeCart__purchase--note p {
    color: #172852;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.lysofreeCart__proposition {
    padding: 76px 0 32px;
}

.lysofreeCart__proposition--title {
    color: #172852;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

@media (max-width: 1441px) {
    .lysofreeCart__item--price, .lysofreeCart__item--counter {
        padding: 0 3.5vw;
    }

    .lysofreeCart__item--delete {
        padding: 0 0 0 3vw;
    }
}

@media (max-width: 991px) {
    .lysofreeCart {
        padding: 40px 20px;
        padding-top: 0;
    }

    .cart{
        padding-top: 15px;
    }

    .woocommerce-account .cart__wrapper{
        padding-right: 20px;
    }

    .lysofreeCart__purchase {
        padding: 20px;
    }

    .lysofreeCart__items {
        padding: 0 0 40px 0;
    }

    .lysofreeCart__item--price, .lysofreeCart__item--counter {
        padding: 0 2vw;
    }

    .lysofreeCart__item--delete {
        padding: 0 0 0 1.5vw;
    }

    .lysofreeCart__proposition {
        padding: 60px 0 32px;
    }

    .lysofreeCart__proposition--title {
        font-size: 24px;
    }
}

@media (max-width: 678px) {

    .lysofreeCart__item--counter{
        display: none;
    }


    .lysofreeCart__items {
        padding: 0 0 8px 0;
    }

    .lysofreeCart__item {
        flex-wrap: wrap;
        padding: 12px 0;
        column-gap: 16px;
        row-gap: 40px;
    }

    .lysofreeCart__item--pic {
        width: 88px;
        height: 88px;
    }

    .lysofreeCart__item--desc {
        width: calc(100% - 154px);
    }

    .lysofreeCart__item--desc > p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .lysofreeCart__item--desc > div {
        column-gap: 10px;
        font-size: 14px;
    }

    .lysofreeCart__item--price {
        display: none;
    }

    .lysofreeCart__item--counter {
        padding: 0 0 0 40px;
    }

    .lysofreeCart__item--delete {
        padding: 0 0px 0 0;
    }

    .lysofreeCart__purchase {
        padding: 20px 0;
        background: transparent;
    }

    .lysofreeCart__purchase--back {
        display: none;
    }

    .lysofreeCart__purchase--info {
        flex-direction: column;
        row-gap: 32px;
        max-width: 100%;
        width: 100%;
    }

    .lysofreeCart__purchase--cost {
        display: flex;
        max-width: 100%;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .lysofreeCart__purchase--cost p {
        margin-bottom: 0;
    }

    .lysofreeCart__purchase--cost span {
        width: fit-content;
    }

    .lysofreeCart__purchase--buy {
        display: flex;
        column-gap: 10px;
        padding: 10px 18px;
    }

    .lysofreeCart__purchase--buy span, .lysofreeCart__purchase--buy p {
        font-size: 14px;
    }

    .lysofreeCart__purchase--note {
        padding: 16px 0 0;
    }

    .lysofreeCart__proposition {
        padding: 36px 0 24px;
    }

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

/* lysofree order */

.lysofree__crumbs {
    display: flex;
    column-gap: 6px;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 40px;
}

.lysofree__crumbs * {
    color: #574E4E;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;

}

.lysofree__crumbs a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
}

.lysofree__crumbs > *:last-child {
    pointer-events: none;
}

.lysofreeOrder {
    padding: 20px 40px 80px;
    max-width: 1140px;
    margin: 0 auto;
}

.lysofreeOrder.payment--show .lysofreeOrder__payment {
    display: block;
}

.lysofreeOrder.payment--show .lysofreeOrder__form--apply {
    display: flex;
}

.lysofreeOrder.payment--show .lysofreeOrder__form--continue {
    display: none;
}

.lysofreeOrder__title {
    color: #172852;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding: 0 0 54px 0;
}

.lysofreeOrder__attention {
    padding: 40px;
    border-radius: 16px 0px 16px 16px;
    background: #E5F0F0;
    display: flex;
    column-gap: 40px;
    align-items: center;
}

.lysofreeOrder__attention--info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.lysofreeOrder__attention--info h3 {
    color: #0BB84D;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.lysofreeOrder__attention--info p {
    color: #0E3827;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.lysofreeOrder__attention--info img {
    width: 242px;
    height: auto;
}

.lysofreeOrder__attention--pic {
    width: 284px;
    flex-shrink: 0;
}

.lysofreeOrder__attention--pic img {
    width: 100%;
    height: auto;
}

.lysofreeOrder__attention--note {
    display: none;
    padding: 16px 0 0;
}

.lysofreeOrder__attention--note p {
    color: #0BB84D;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.lysofreeOrder__form {
    padding: 60px 54px 0;
}

.lysofreeOrder__form.notevent{
    pointer-events: none;
}

.lysofreeOrder__payment--edrp{
    display: none;
    flex-flow: column;
    align-items: center;
    margin-top: 50px;
    gap: 15px;
}


.lysofreeOrder .wc-urk-shipping-form-group{
    display: none !important;
}

.lysofreeOrder__payment .checkout.woocommerce-checkout{
    display: block !important;
    position: static !important;
    margin-top: 70px !important;
}

.lysofreeOrder__payment  #wcus_np_billing_fields h3{
    font-size: 24px !important;
    margin-bottom: 36px !important;
}

.lysofreeOrder__payment--edrp.active{
    display: flex;
}

.lysofreeOrder__data--title {
    color: #172852;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding: 0 0 32px 0;
    text-align: center;
}

.lysofreeOrder__data--inputs {
    display: flex;
    row-gap: 20px;
    column-gap: 20px;
    flex-wrap: wrap;
}

.lysofreeOrder__data--input {
    width: calc(100% / 2 - 40px / 2);
}

.lysofreeOrder__data--input.error input {
    border: 1px solid #ff0000;
}

.lysofreeOrder__data--input.error > p {
    color: #ff0000;
}

.lysofreeOrder__data--input > p {
    color: #172852;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
    transition: .35s;
}

.lysofreeOrder__data--input input {
    max-width: 100%;
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #172852;
    transition: .35s;
}

.lysofreeOrder__data--input input, .lysofreeOrder__data--input input::placeholder {
    color: #172852;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.lysofreeOrder__data--relative{
    position: relative;
}

.lysofreeOrder__data--relative .mask{
    position: absolute;
    left: 16px;
    bottom: 7px;
    color: #172852;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    display: flex;
    align-items: flex-end;
}

.lysofreeOrder__data--relative input{
    padding-left: 45px;
}


.lysofreeOrder__form--mark {
    padding: 40px 0 0;
    display: flex;
    align-items: center;
    column-gap: 16px;
    width: fit-content;
    cursor: pointer;
}

.lysofreeOrder__form--mark.active > div img {
    opacity: 1;
}

.lysofreeOrder__form--mark > div {
    width: 24px;
    height: 24px;
    position: relative;
    border: 1px solid #9A9595;
}

.lysofreeOrder__form--mark > div img {
    position: absolute;
    width: 18px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .35s;
    opacity: 0;
}

.lysofreeOrder__form--mark > p {
    color: #172852;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.lysofreeOrder__form--mark > input {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}

.lysofreeOrder__form--continue, .lysofreeOrder__form--apply {
    padding: 40px 0 0;
    display: flex;
    justify-content: center;
}

.lysofreeOrder__form--apply {
    display: none;
}

.lysofreeOrder__form--continue div, .lysofreeOrder__form--apply div {
    min-width: 305px;
    width: fit-content;
    background: #0E3827;
    padding: 14px 18px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    transition: .5s;
    cursor: pointer;
}

.lysofreeOrder__form--continue div:hover, .lysofreeOrder__form--apply div:hover{
    background: #0BB84D;
}

.lysofreeOrder__payment {
    padding: 60px 0 20px;
    display: none;
}

.lysofreeOrder__payment--title {
    color: #172852;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 36px;
}

.lysofreeOrder__payment--points {
    max-width: 414px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.lysofreeOrder__payment--point {
    display: flex;
    column-gap: 20px;
    align-items: center;
    cursor: pointer;
}

.lysofreeOrder__payment--point.active > div:after {
    opacity: 1;
}

.lysofreeOrder__payment--point > input {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}

.lysofreeOrder__payment--point > div {
    width: 24px;
    height: 24px;
    border: 1px solid #172852;
    position: relative;
    border-radius: 50%;
    flex-shrink: 0;
}

.lysofreeOrder__payment--point > div:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #172852;
    transition: .35s;
    opacity: 0;
    border-radius: 50%;
}

.lysofreeOrder__payment--point > p {
    color: #172852;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.lysofreeOrder__payment--note {
    border-radius: 16px 0px 16px 16px;
    background: #E5F0F0;
    padding: 34px 40px;
    margin-top: 60px;
}

.lysofreeOrder__payment--note > p {
    color: var(--lysoform_primary_500, #0BB84D);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.lysofreeOrder__logo {
    display: none;
    justify-content: center;
}

.lysofreeOrder__logo img {
    width: 148px;
    height: auto;
}

@media (max-width: 991px) {
    .lysofree__crumbs {
        padding: 20px;
    }

    .lysofreeOrder {
        padding: 20px 20px 60px;
    }

    .lysofreeOrder__title {
        font-size: 32px;
        padding: 0 0 40px 0;
    }

    .lysofreeOrder__form {
        padding: 60px 0 0;
    }

    .lysofreeOrder__attention {
        column-gap: 24px;
        padding: 32px;
    }

    .lysofreeOrder__attention--pic {
        width: 220px;
    }

    .lysofreeOrder__attention--info p {
        font-size: 18px;
    }

    .lysofreeOrder__attention--info img {
        width: 200px;
    }

    .lysofreeOrder__data--input {
        width: calc(50% - 10px);
    }

    .lysofreeOrder__payment--note {
        padding: 32px;
        margin-top: 40px;
    }

    .lysofreeOrder__payment--note > p {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .lysofreeOrder {
        display: flex;
        flex-direction: column;
        padding: 20px 36px 40px;
    }

    .lysofreeOrder__data--relative .mask{
        font-size: 14px;
        line-height: 28px;
    }

    .lysofreeOrder__data--relative input{
        padding-left: 41px !important;
    }

    .lysofreeOrder__payment #wcus_np_billing_fields h3{
        font-size: 20px !important;
    }

    .lysofreeOrder__form--apply{
        order: 5;
    }

    .lysofreeOrder__title {
        font-size: 20px;
        padding: 0 0 6px 0;
        order: 1;
        font-weight: 500;
    }

    .lysofreeOrder__logo {
        display: flex;
        order: 2;
    }

    .lysofreeOrder__form {
        order: 3;
        padding: 36px 0 18px;
    }

    .lysofreeOrder__form--mark {
        padding: 20px 0 0;
    }

    .lysofreeOrder__form--mark > div {
        width: 20px;
        height: 20px;
    }

    .lysofreeOrder__form--mark > p {
        font-size: 14px;
    }

    .lysofreeOrder__form--mark.active > div img {
        width: 15px;
    }

    .lysofreeOrder__data--title {
        font-size: 20px;
        padding: 0 0 16px 0;
        font-weight: 400;
    }

    .lysofreeOrder__data--inputs {
        row-gap: 16px;
    }

    .lysofreeOrder__data--input {
        width: 100%;
    }

    .lysofreeOrder__data--input > p {
        font-size: 14px;
        line-height: 18px;
    }

    .lysofreeOrder__data--input input, .lysofreeOrder__data--input input::placeholder {
        font-size: 14px;
        line-height: 24px;
    }

    .lysofreeOrder__data--input input {
        padding: 8px 12px;
    }

    .lysofreeOrder__attention {
        order: 5;
        flex-direction: column;
        padding: 20px;
    }

    .lysofreeOrder__attention--info {
        padding: 0 0 16px 0;
    }

    .lysofreeOrder__attention--info img {
        width: 168px;
        order: 1;
        margin: 0 auto;
    }

    .lysofreeOrder__attention--info h3 {
        order: 2;
        text-align: center;
        font-size: 14px;
    }

    .lysofreeOrder__attention--info p {
        order: 3;
        font-size: 12px;
        text-align: center;
    }

    .lysofreeOrder__attention--pic {
        width: 168px;
    }

    .lysofreeOrder__attention--note {
        display: block;
    }

    .lysofreeOrder__payment {
        order: 4;
        padding: 18px 0 36px;
    }

    .lysofreeOrder__payment--title {
        font-size: 20px;
        margin-bottom: 32px;
        font-weight: 400;
    }

    .lysofreeOrder__payment--points {
        row-gap: 14px;
    }

    .lysofreeOrder__payment--point {
        column-gap: 13px;
    }

    .lysofreeOrder__payment--point > div {
        width: 20px;
        height: 20px;
    }

    .lysofreeOrder__payment--point > div:after {
        width: 15px;
        height: 15px;
    }

    .lysofreeOrder__payment--point > p {
        font-size: 14px;
    }

    .lysofreeOrder__payment--note {
        display: none;
    }

    .lysofreeOrder__form--continue {
        order: 6;
    }

    .lysofreeOrder__form--continue div {
        font-size: 14px;
        padding: 11px 12px
    }
}

/* lysofreeBlank */

.lysofreeBlank {
    display: flex;
    column-gap: 20px;
    max-width: 1344px;
    margin: 0 auto;
    padding: 20px 40px 120px;
    align-items: flex-start;
}

.lysofreeBlank__data {
    width: calc(32% - 40px / 3);
    padding: 20px;
    background: #F7F7F7;
}

.lysofreeBlank__data--title {
    color: #0BB84D;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 16px;
}

.lysofreeBlank__data--points > div {
    padding: 16px 0;
    border-bottom: 1px solid #E5E5E5;
}

.lysofreeBlank__data--points > div p, .lysofreeBlank__data--points > div span {
    display: inline;
    color: #172852;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.lysofreeBlank__data--points > div p {
    font-weight: 500;
}

.lysofreeBlank__data--basement {
    padding: 40px 0 0;
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.lysofreeBlank__data--basement > a {
    color: #172852;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 10px;
    border: 1px solid #E5E5E5;
    flex-shrink: 0;
}

.lysofreeBlank__data--basement > div p {
    color: #172852;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.lysofreeBlank__middle {
    width: calc(42% - 40px / 3);
}

.lysofreeBlank__middle--title {
    color: #0BB84D;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px;
}

.lysofreeBlank__products {
    padding: 0 0 20px 0;
    border-bottom: 2px dashed #0E3827;
}

.lysofreeBlank__product {
    padding: 20px 0;
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.lysofreeBlank__product--pic {
    flex-shrink: 0;
}

.lysofreeBlank__product--pic img {
    width: 108px;
    height: 108px;
    object-fit: cover;
}

.lysofreeBlank__product--info {
    flex-grow: 1;
}

.lysofreeBlank__product--del {
    color: #172852;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px;
}

.lysofreeBlank__product--price {
    color: #172852;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.lysofreeBlank__product--price span {
    font-weight: 700;
}

.lysofreeBlank__product--total {
    color: #172852;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.lysofreeBlank__products--total {
    padding: 16px 20px;
    background: #F7F7F7;
    margin-top: 40px;
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: flex-end;
}

.lysofreeBlank__products--total p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.lysofreeBlank__products--total span {
    color: #0BB84D;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.lysofreeBlank__products--note {
    margin-top: 40px;
    padding: 36px 40px;
    border-radius: 0px 16px 16px 16px;
    background: #E5F0F0;
}

.lysofreeBlank__products--note p {
    color: #0E3827;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.lysofreeBlank__info {
    width: calc(26% - 40px / 3);
    min-width: 276px;
}

.lysofreeBlank__info--thank {
    display: flex;
    column-gap: 16px;
}

.lysofreeBlank__info--thank > img {
    width: 84px;
    height: 84px;
    flex-shrink: 0;
}

.lysofreeBlank__info--thank > div p {
    color: #172852;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.lysofreeBlank__info--schedule {
    padding: 60px 0 0;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.lysofreeBlank__info--schedule p, .lysofreeBlank__info--schedule span {
    color: #172852;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.lysofreeBlank__info--schedule p {
    font-weight: 500;
}

.lysofreeBlank__schedule {
    display: none;
    padding: 20px 0 0;
}

.lysofreeBlank__schedule p, .lysofreeBlank__schedule span {
    color: #172852;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.lysofreeBlank__schedule p {
    font-weight: 500;
}


.delivery-checkout .wc-urk-shipping-form-group{
    display: none !important;
}

@media (max-width: 1200px) {
    .page-header__list--left{
        gap: 10px;
    }
    .page-header__list--center img{
        width: 110px;
    }
    .lysofreeBlank {
        flex-wrap: wrap;
        row-gap: 40px;
    }

    .lysofreeBlank__middle {
        width: 100%;
        order: 1;
    }

    .lysofreeBlank__data {
        width: calc(50% - 10px);
        order: 2;
    }

    .lysofreeBlank__info {
        width: calc(50% - 10px);
        order: 3;
        min-width: initial;
    }
}

@media (max-width: 991px) {
    .lysofreeBlank {
        padding: 20px 20px 80px;
    }

    .page-header__min-menu{
        display: block;
    }

    .page-header__list--left{
        display: none;
    }

    .page-header__list--right{
        display: none;
    }

    .page-header__min-menu .page-header__list{
        justify-content: center;
    }

    .page-header__rabaty{
        /*display: none !important;*/
    }

    .page-header{
        padding-bottom: 0;
    }

    .page-header__nav-menu{
        position: static;
    }

    .page-header__list--center{
        width: 100%;
        justify-content: space-between;
    }

    .page-header__list--center a:first-child{
        order: 2;
    }

    .page-header__list--center a:first-child img{
        width: 150px;
    }

    .page-header__list--center a:nth-child(2) img{
        width: 140px;
    }

    .page-header__min-menu{
        border-bottom: none;
        padding-bottom: 0;
    }

    .lysofreeBlank__info--thank > img {
        width: 64px;
        height: 64px;
    }

    .lysofreeBlank__info--thank > div p {
        font-size: 18px;
    }

    .lysofreeBlank__info--schedule {
        padding: 40px 0 0;
    }

    .lysofreeBlank__data {
        width: calc(60% - 10px);
        order: 2;
    }

    .lysofreeBlank__info {
        width: calc(40% - 10px);
        order: 3;
    }
}

@media (max-width: 668px) {
    .lysofree__crumbs {
        display: none;
    }

    .lysofreeBlank {
        padding: 20px 0px 40px;
        row-gap: 20px;
        padding-top: 0;
    }


    .lysofreeBlank__info {
        order: 1;
        width: 100%;
    }

    .lysofreeBlank__info--schedule {
        display: none;
    }

    .lysofreeBlank__info--thank > img {
        width: 48px;
        height: 48px;
    }

    .lysofreeBlank__info--thank > div p {
        font-size: 14px;
    }

    .lysofreeBlank__middle {
        order: 2;
    }

    .lysofreeBlank__data {
        order: 3;
        width: 100%;
        padding: 20px 10px;
        margin-top: 20px;
    }

    .lysofreeBlank__data--title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .lysofreeBlank__data--points > div {
        padding: 8px 0;
    }

    .lysofreeBlank__data--points > div p, .lysofreeBlank__data--points > div span {
        font-size: 14px;
    }

    .lysofreeBlank__data--basement {
        padding: 24px 0 0;
        column-gap: 10px;
    }

    .lysofreeBlank__data--basement > div p {
        font-size: 12px;
    }

    .lysofreeBlank__data--basement > a {
        font-size: 12px;
        padding: 8px 10px;
    }

    .lysofreeBlank__middle--title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .lysofreeBlank__products {
        padding: 0 0 10px 0;
    }

    .lysofreeBlank__product {
        column-gap: 20px;
        padding: 10px 0;
    }

    .lysofreeBlank__product--pic img {
        width: 88px;
        height: 88px;
    }

    .lysofreeBlank__product--total {
        display: none;
    }

    .lysofreeBlank__product--del {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .lysofreeBlank__product--price {
        font-size: 14px;
    }

    .lysofreeBlank__products--total {
        margin-top: 20px;
        padding: 12px 10px;
        justify-content: space-between;
    }

    .lysofreeBlank__products--total span {
        font-size: 16px;
    }

    .lysofreeBlank__products--note {
        padding: 20px;
    }

    .lysofreeBlank__products--note p {
        font-size: 14px;
    }

    .lysofreeBlank__schedule {
        display: block;
        order: 4;
    }
}

/* lysofreeSubs */

.lysofreeSubs {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 40px 120px;
}

.lysofreeSubs__content {
    display: flex;
    column-gap: 60px;
}

.lysofreeSubs__sidebar {
    width: 305px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    padding: 64px 0 0;
}

.lysofreeSubs__main {
    flex-grow: 1;
}

.lysofreeSubs__nav {
    border: 1px solid #E5E5E5;
}

.lysofreeSubs__nav--logo {
    padding: 10px;
    display: flex;
    justify-content: center;
    background: #0E3827;
}

.lysofreeSubs__nav--logo img {
    width: 117px;
    height: auto;
}

.lysofreeSubs__nav--links a {
    padding: 16px 12px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: block;
    border-top: 1px solid #E5E5E5;
}

.lysofreeSubs__main.active .lysofreeSubs__package--label {
    background: #0BB84D;
    border: #0BB84D;
    color: #ffffff;
}

.lysofreeSubs__main.active .lysofreeSubs__package--label p:nth-of-type(1) {
    display: none;
}

.lysofreeSubs__main.active .lysofreeSubs__package--label p:nth-of-type(2) {
    display: block;
    color: #ffffff;
}

.lysofreeSubs__main.active .lysofreeSubs__package--info--active {
    display: flex;
}

.lysofreeSubs__main.active .lysofreeSubs__package--info {
    display: none;
}

.lysofreeSubs__main.active .lysofreeSubs__data, .lysofreeSubs__main.active .lysofreeSubs__tracking {
    display: block;
}

.lysofreeSubs__main.active .lysofreeSubs__details {
    display: none;
}

.lysofreeSubs__main--title {
    color: #172852;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 36px;
}

.lysofreeSubs__package {
    padding: 40px;
    border-radius: 16px 0px 16px 16px;
    background: #E5F0F0;
}

.lysofreeSubs__package--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lysofreeSubs__package--header h4 {
    color: #0BB84D;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.lysofreeSubs__package--label {
    border: 1px solid #574E4E;
    padding: 12px 16px;
}

.lysofreeSubs__package--label p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
}

.lysofreeSubs__package--label p:nth-of-type(1) {
    color: #574E4E;
}

.lysofreeSubs__package--label p:nth-of-type(2) {
    color: #0BB84D;
    display: none;
}

.lysofreeSubs__package--info, .lysofreeSubs__package--info--active {
    padding: 40px 0 0;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 20px;
}

.lysofreeSubs__package--info {
    display: flex;
}

.lysofreeSubs__package--info--active {
    display: none;
}

.lysofreeSubs__package--info > div, .lysofreeSubs__package--info--active > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    column-gap: 20px;
}

.lysofreeSubs__package--info > div > p, .lysofreeSubs__package--info--active > div > p {
    color: #172852;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.lysofreeSubs__package--info > div > span {
    color: #0BB84D;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    flex-grow: 1;
    text-align: center;
}

.lysofreeSubs__package--info > a {
    padding: 14px 18px;
    background: #0E3827;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    transition: .5s;
}

.lysofreeSubs__package--info > a:hover{
    background: #0BB84D;
}

.lysofreeSubs__package--info > a span {
    color: #FFF;
}

.lysofreeSubs__package--info--active > div > span {
    color: #172852;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    flex-grow: 1;
    text-align: center;
}

.lysofreeSubs__package--info--active > a {
    padding: 14px 18px;
    background: #0E3827;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    transition: .5s;
}

.lysofreeSubs__package--info--active > a:hover{
    background: #0BB84D;
}

.lysofreeSubs__details {
    padding: 20px 0 0;
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
}

.lysofreeSubs__bonuses {
    width: 600px;
    flex-shrink: 0;
}

.lysofreeSubs__bonuses--inner {
    max-width: 846px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    position: relative;
    /*background-image: url('./images/delivery/bonuses_decor.svg');*/
    background-image: url('./images/delivery/new-info-block-image-desktop.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 40px;
    overflow: hidden;
}

.lysofreeSubs__bonuses--row {
    display: flex;
    column-gap: 20px;

}

.lysofreeSubs__bonuses--row:nth-of-type(1) .lysofreeSubs__bonuses--card {
    padding: 32px 40px 74px;
}

.lysofreeSubs__bonuses--row:nth-of-type(2) .lysofreeSubs__bonuses--card {
    padding: 32px 40px 32px;
}

.lysofreeSubs__bonuses--row:nth-of-type(1) .lysofreeSubs__bonuses--card:nth-of-type(1) {
    width: calc(60% - 10px);
}

.lysofreeSubs__bonuses--row:nth-of-type(1) .lysofreeSubs__bonuses--card:nth-of-type(2) {
    width: calc(40% - 10px);
}

.lysofreeSubs__bonuses--row:nth-of-type(2) .lysofreeSubs__bonuses--card {
    width: calc(50% - 10px);
}

.lysofreeSubs__bonuses--card h2 {
    color: #0BB84D;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    max-width: 225px;
    width: 100%;
    margin: 0 auto 32px;
}

.lysofreeSubs__bonuses--card p {
    color: #0E3827;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    max-width: 225px;
    width: 100%;
    margin: 0 auto;
}

.lysofreeSubs__terms {
    flex-grow: 1;
    padding: 36px 40px;
    border-radius: 16px 16px 16px 0px;
    background: #E3F5E4;
    width: calc(100% - 620px);
    min-width: 320px;
}

.lysofreeSubs__terms--title {
    color: #2E5528;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.lysofreeSubs__terms > div p {
    padding: 16px 0;
    color: #2E5528;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    position: relative;
}

.lysofreeSubs__terms > div p:not(:last-child) {
    border-bottom: 1px solid rgba(14, 56, 39, 0.1);
}

.lysofreeSubs__data {
    padding: 60px 0 0;
    display: none;
}

.lysofreeSubs__data--title {
    color: #172852;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 36px;
}

.lysofreeSubs__data--blank {
    padding: 36px 40px;
    border-radius: 16px 0px 16px 16px;
    background: #E3F5E4;
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.lysofreeSubs__data--info > div {
    display: flex;
    column-gap: 8px;
    align-items: flex-start;
}

.lysofreeSubs__data--info > div:not(:last-child) {
    margin-bottom: 12px;
}

.lysofreeSubs__data--info > div p, .lysofreeSubs__data--info > div span {
    color: #172852;
    font-size: 20px;
    font-style: normal;
    line-height: 120%;
}

.lysofreeSubs__data--info > div p {
    font-weight: 700;
}

.lysofreeSubs__data--info > div span {
    font-weight: 400;
}

.lysofreeSubs__data--inform {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    align-items: flex-end;
}

.lysofreeSubs__data--inform > p {
    color: #172852;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.lysofreeSubs__data--inform > a {
    padding: 14px 18px;
    background: #0E3827;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    transition: .5s;
}

.lysofreeSubs__data--inform > a:hover{
    background: #0BB84D;
}

.lysofreeSubs__tracking {
    padding: 40px 0 0;
    display: none;
}

.lysofreeSubs__tracking--subtitle{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #172852;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.lysofreeSubs__tracking--title {
    color: #172852;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 36px;
}

.lysofreeSubs__tracking--blank {
    padding: 40px 40px 0px;
    border-radius: 0;
    background: #E5F0F0;
}

.lysofreeSubs__tracking--progress {
    padding: 78px 40px 0;
}

.lysofreeSubs__tracking--track {
    height: 16px;
    width: 100%;
    position: relative;
    border: 1px solid #172852;
}

.lysofreeSubs__tracking--track--max {
    width: 60px;
    height: 73px;
    position: absolute;
    top: -8px;
    right: 0;
    transform: translate(50%, -100%);
    padding: 20px 5px 10px 4px;
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    background-image: url('./images/delivery/progress_mark.svg');
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    background-size: contain;
}

.lysofreeSubs__tracking--line {
    width: 20%;
    position: relative;
    height: 100%;
    background: #0BB84D;
}

.lysofreeSubs__tracking--line p {
    width: 60px;
    height: 73px;
    position: absolute;
    top: -8px;
    right: 0;
    transform: translate(50%, -100%);
    padding: 20px 5px 10px 4px;
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    background-image: url('./images/delivery/progress_mark.svg');
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    background-size: contain;
    z-index: 2;
}

.lysofreeSubs__tracking--desc {
    padding: 20px 40px 0;
    text-align: center;
    color: #172852;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

.lysofreeSubs__bottom{
    display: none !important;
}

@media (max-width: 1200px) {
    .lysofreeSubs__content {
        column-gap: 32px;
    }

    .lysofreeSubs__package--info, .lysofreeSubs__package--info--active {
        flex-direction: column;
    }

    .lysofreeSubs__package--info > div, .lysofreeSubs__package--info--active > div {
        max-width: 100%;
        width: 100%;
    }

    .lysofreeSubs__package--info--active > div > span, .lysofreeSubs__package--info > div > span {
        flex-grow: initial;
        text-align: initial;
    }

    .lysofreeSubs__data, .lysofreeSubs__tracking {
        padding: 44px 0 0;
    }

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

    .lysofreeSubs__data--info > div p, .lysofreeSubs__data--info > div span {
        font-size: 16px;
    }

    .lysofreeSubs__data--inform > p {
        font-size: 14px;
    }

    .lysofreeSubs__data--info > div:not(:last-child) {
        margin-bottom: 8px;
    }

    .lysofreeSubs__tracking--desc {
        font-size: 16px;
        padding: 20px 20px 0;
    }

    .lysofreeSubs__tracking--line p, .lysofreeSubs__tracking--track--max {
        font-size: 10px;
        width: 52px;
        height: 64px;
        padding: 17px 5px 8px 4px;
    }

    .lysofreeSubs__tracking--progress {
        padding: 60px 20px 0;
    }

}

@media (max-width: 991px) {
    .lysofreeSubs {
        padding: 60px 20px 80px;
    }

    .lysofreeSubs__content {
        flex-direction: column;
        row-gap: 40px;
        align-items: center;
    }

    .lysofreeSubs__sidebar {
        order: 2;
        padding: 0px 0 0;
    }

    .lysofreeSubs__main {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .lysofreeSubs {
        padding: 46px 20px;
    }

    .lysofreeSubs__main--title {
        text-align: center;
        font-size: 20px;
    }

    .lysofreeSubs__package {
        padding: 16px;
        display: flex;
        flex-flow: wrap;
    }

    .page-header__min-menu{
        border-top: none !important;
    }

    .lysofreeSubs__package>*{
        width: 100%;
    }

    .lysofreeSubs__tracking{
        order: 2;
    }

    .lysofreeSubs__package--header h4 {
        font-size: 16px;
    }

    .lysofreeSubs__package--label {
        padding: 4px 8px;
    }

    .lysofreeSubs__package--label p {
        font-size: 16px;
    }

    .lysofreeSubs__package--info, .lysofreeSubs__package--info--active {
        padding: 20px 0 0;
    }

    .lysofreeSubs__package--info > div > p, .lysofreeSubs__package--info--active > div > p {
        font-size: 14px;
    }

    .lysofreeSubs__package--info--active > div > span, .lysofreeSubs__package--info > div > span {
        font-size: 16px;

    }

    .lysofreeSubs__package--info--active > div > span{
        min-width: 75px;
        text-align: right;
    }

    .lysofreeSubs__package--info > a, .lysofreeSubs__package--info--active > a {
        font-size: 14px;
        padding: 11px 18px;
    }

    .lysofreeSubs__details {
        padding: 40px 0 0;
    }

    .lysofreeSubs__bonuses {
        max-width: 335px;
        width: 100%;
    }

    .lysofreeSubs__bonuses--row {
        column-gap: 10px;
    }

    .lysofreeSubs__bonuses--inner {
        row-gap: 10px;
        border-radius: 16px;
        background-image: url('./images/delivery/new-info-block-image-mobile.svg');
    }

    .lysofreeSubs__bonuses--row:nth-of-type(1) .lysofreeSubs__bonuses--card:nth-of-type(1), .lysofreeSubs__bonuses--row:nth-of-type(1) .lysofreeSubs__bonuses--card:nth-of-type(2) {
        padding: 18px 20px 68px;
    }

    .lysofreeSubs__bonuses--card h2 {
        font-size: 14px;
        margin: 0 auto 12px;
    }

    .lysofreeSubs__bonuses--card p {
        font-size: 12px;
    }

    .lysofreeSubs__bonuses--row:nth-of-type(2) .lysofreeSubs__bonuses--card {
        padding: 18px 20px;
    }

    .lysofreeSubs__bonuses--row:nth-of-type(1) .lysofreeSubs__bonuses--card:nth-of-type(1) {
        width: calc(62% - 5px);
    }

    .lysofreeSubs__bonuses--row:nth-of-type(1) .lysofreeSubs__bonuses--card:nth-of-type(2) {
        width: calc(38% - 5px);
    }

    .lysofreeSubs__bonuses--row:nth-of-type(2) .lysofreeSubs__bonuses--card {
        width: calc(50% - 5px);
    }

    .lysofreeSubs__details {
        row-gap: 40px;
    }

    .lysofreeSubs__terms {
        padding: 20px;
    }

    .lysofreeSubs__terms--title {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .lysofreeSubs__terms > div p {
        padding: 12px 0;
        font-size: 14px;
    }

    .lysofreeSubs__terms > div p:not(:last-child) {
        border-bottom: 1px solid #0E3827;
    }

    .lysofreeSubs__sidebar {
        /*display: none;*/
    }

    .lysofreeSubs__package--info > div, .lysofreeSubs__package--info--active > div {
        column-gap: 10px;
    }

    .lysofreeSubs__data, .lysofreeSubs__tracking {
        padding: 24px 0 0;
    }

    .lysofreeSubs__data--title, .lysofreeSubs__tracking--title {
        text-align: center;
        margin-bottom: 16px;
        font-size: 14px;
    }

    .lysofreeSubs__data--blank {
        padding: 20px;
    }

    .lysofreeSubs__data--blank {
        flex-direction: column;
        row-gap: 20px;
    }

    .lysofreeSubs__data--info > div p, .lysofreeSubs__data--info > div span {
        font-size: 14px;
    }

    .lysofreeSubs__data--info {
        max-width: 100%;
        width: 100%;
    }

    .lysofreeSubs__data--inform {
        row-gap: 6px;
    }

    .lysofreeSubs__data--inform > p {
        font-size: 12px;
    }

    .lysofreeSubs__data--inform > a {
        font-size: 14px;
        padding: 11px 18px;
    }

    .lysofreeSubs__tracking--blank {
        padding: 20px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .lysofreeSubs__tracking--desc {
        padding: 20px 0 0;
        font-size: 14px;
    }

    .lysofreeSubs__tracking--progress {
        padding: 50px 20px 0;
    }

    .lysofreeSubs__tracking--line p, .lysofreeSubs__tracking--track--max {
        width: 39px;
        height: 48px;
        padding: 13px 3px 6px 2px;
        font-size: 8px;
    }
}

/* lysoBalance */
.lysoBalance {
    padding: 40px 0;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.lysoBalance--note {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 16px 0 0;
}

.lysoBalance__content {
    padding: 20px 40px;
    background: #F7F7F7;
    display: flex;
    column-gap: 40px;
    align-items: center;
}

.lysoBalance--continue {
    flex-shrink: 0;
    padding: 13px 18px;
    border: 1px solid #172852;
    color: #172852;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.lysoBalance__progress {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    row-gap: 14px;
    align-items: center;
}

.lysoBalance__progress > img {
    width: 168px;
    height: auto;
}

.lysoBalance__progress--track {
    height: 16px;
    border: 1px solid #172852;
    width: 100%;
}

.lysoBalance__progress--track span {
    background: #0BB84D;
    width: 25%;
    height: 100%;
    display: block;
}

.lysoBalance__progress > p {
    color: #172852;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

.lysoBalance__info {
    width: fit-content;
    max-width: 170px;
    min-width: 160px;
}

.lysoBalance__info > div {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    align-items: center;
}

.lysoBalance__info > div:not(:last-child) {
    margin-bottom: 10px;
}

.lysoBalance__info > div p {
    color: #172852;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
}

.lysoBalance__info--price span, .lysoBalance__info--final span, .lysoBalance__info--discount span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.lysoBalance__info--price span, .lysoBalance__info--final span {
    color: #172852;
}

.lysoBalance__info--discount span {
    color: #FF540A;
}

.lysoBalance--order {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 13px 10px;
    background: #172852;
    width: fit-content;
    max-width: 138px;
}



.lysofreeSubs__discont--title, .lysofreeSubs__discont--list span {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #172852;
    margin-bottom: 15px;
}

.lysofreeSubs__discont--list {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

.lysofreeSubs__discont--list > div {
    width: 100%;
    max-width: 100%;
    margin: auto;
    height: 16px;
    position: relative;
    background-size: cover;
    margin-bottom: 10px
}

.lysofreeSubs__discont--list > div > div {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    margin: auto
}


.lysofreeSubs__discont--list span {
    text-align: right;
    display: inline-block;
    color: #fff;
    background: #2d3866;
    padding: 5px 8px;
    position: relative;
    min-width: 39px;
    text-align: center;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

.lysofreeSubs__discont--list i {
    font-size: 14px;
    font-style: normal;
    color: #000;
    font-family: Rubik;
    font-weight: 400;
    line-height: 1.2;
}

.lysofreeSubs__discont--list em{
    font-style: normal;
}

.lysofreeSubs__discont--list .discont5 > div {
    background: #172852 !important;
}

.lysofreeSubs__discont--list .discont5 {
    border: 1px solid #172852;
}


.lysofreeSubs__discont--list .discont10 > div {
    background: #2ecad9 !important;
}

.lysofreeSubs__discont--list .discont10 {
    border: 1px solid #2ecad9;
}

.lysofreeSubs__discont--list .discont15 > div {
    background: #0BB84D !important;
}

.lysofreeSubs__discont--list .discont15 {
    border: 1px solid #0BB84D;
}

.lysofreeSubs__discont--list .discont20 > div {
    background: #FF540A !important;
}

.lysofreeSubs__discont--list .discont20 {
    border: 1px solid #FF540A;
}

.lysofreeSubs__discont--list h4{
    color: #000;
    text-align: center;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}



@media (max-width: 1200px) {
    .lysoBalance__progress > p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .lysoBalance__content {
        flex-direction: column;
        padding: 20px 0;
        row-gap: 20px;
        background: transparent;
    }

    .lysoBalance--continue {
        display: none;
    }

    .lysoBalance__info {
        order: 1;
        max-width: 100%;
        width: 100%;
    }

    .lysoBalance__info > div {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        column-gap: 10px;
    }

    .lysoBalance__progress {
        order: 2;
        padding: 20px 40px;
        max-width: 100%;
        width: 100%;
        background: #F7F7F7;
        border-radius: 16px 0px 16px 16px;
    }

    .lysoBalance--order {
        order: 3;
        width: fit-content;
        max-width: 100%;
        padding: 13px 18px;
    }

    .lysofreeSubs__sidebar .lysofreeSubs__discont--list{
        display: none;
    }

    .lysofreeSubs__bottom{
        display: flex !important;
    }
    .lysofreeSubs__sidebar{
        width: 100%;
        order: -1;
    }
    .lysofreeSubs{
        padding-top: 0;
    }

    .lysofreeSubs__tracking--subtitle{
        font-size: 14px;
    }

}

@media (max-width: 640px) {
    .lysoBalance__progress > p {
        font-size: 14px;
    }

    .lysoBalance--order {
        font-size: 14px;
        padding: 11px 18px
    }
}


/* update, added cart_used */

.cart_used{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding: 10px 20px;
}

.cart_used-logo{
    margin: 0 auto;
    max-width: 169px;
    height: auto;
}

.cart_used-progres{
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 16px;
    border: 1px solid #172852;
}

.cart_used-progres span{
    display: block;
    width: 30%;
    height: 100%;
    background: #0BB84D;
}

.cart_used-weight{
    text-align: center;
    color: 172852;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

@media (max-width: 1220px){
    .cart_used{
        padding: 10px;
    }

    .cart_used-weight{
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px){
    .cart_used{
        max-width: 100%;
        width: 100%;
        padding: 20px;
        border-radius: 16px 0px 16px 16px;
        background: #F7F7F7;
        margin-top: 20px;
    }

    .cart_used-progres{
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }
}

@media (max-width: 768px){
    .cart_used{
        row-gap: 24px;
    }

    .cart_used-weight{
        font-size: 14px;
    }
}