.rodi-offer {

}

.rodi-offer__body {
}

.rodi-offer__table {

}

.rodi-offer__table-title {
    display: none;
}

.rodi-offer__side {
    max-width: 320px;
    margin: 50px auto 0;
}

.rodi-offer-table {
    border-radius: 0;
}

.rodi-offer-table__row {
    font-weight: 500;
}

.rodi-offer-table__row:nth-child(odd) > td {
    background: #F5F5F5;
}

.rodi-offer-table__row:nth-child(even) > td {
    background: #fff;
}

.rodi-offer-table__row:first-child > th,
.rodi-offer-table__row:first-child > td {
    font-weight: 500;
}

.rodi-offer-table__cel {

}

.rodi-offer-side {
    padding: 30px;
    box-shadow: 0 7px 39px rgba(0, 0, 0, 0.17);
}

.rodi-offer-side__title {
    font-family: 'Cocon-Regular', 'Cocon', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #8E2B62;
    margin-bottom: 24px;
}

.rodi-offer-side__list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.rodi-offer-side__item {
    font-size: 16px;
    padding-left: 40px;
    margin-bottom: 20px;
    position: relative;
}

.rodi-offer-side__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: transparent url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='11' stroke='%238E2B62' stroke-width='2'/%3E%3Cpath d='M16 8l1.5 1.5-7 7L6 12l1.5-1.5 3 3L16 8z' fill='%238E2B62'/%3E%3C/svg%3E") no-repeat center;
}

.rodi-offer-side__small {
    display: block;
    font-size: 12px;
    line-height: 120%;
    color: #4F4F4F;
}

.rodi-offer__bottom {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.rodi-offer__price {
    margin-bottom: 30px;
}

.rodi-offer__appoiment {

}

@media (min-width: 375px) {

}

@media (min-width: 425px) {

}

@media (min-width: 576px) {

}

@media (min-width: 869px) {
    .rodi-offer__body {
        display: flex;
    }

    .rodi-offer__table {
        flex: 0 1 100%;
    }

    .rodi-offer__table-title {
        display: block;
        padding: 15px 30px;
        font-weight: 500;
    }

    .rodi-offer__side {
        max-width: 320px;
        flex: 0 0 320px;
        margin: 50px 0 0 30px;
    }

    .rodi-offer__bottom {
        flex-direction: row;
    }

    .rodi-offer__price {
        margin-bottom: 0;
        margin-right: 30px;
    }
}

@media (min-width: 1189px) {
    .rodi-offer__table-title {
        padding-left: 60px;
    }

    .rodi-offer-table__row:first-child > th:first-child,
    .rodi-offer-table__row:first-child > td:first-child,
    .rodi-offer-table__row > td:first-child {
        padding-left: 60px;
    }

    .rodi-offer-table__row:first-child > th:last-child,
    .rodi-offer-table__row:first-child > td:last-child,
    .rodi-offer-table__row > td:last-child {
        padding-right: 60px;
    }
}
.lahta-offer-table,
.lahta-offer-table__group,
.lahta-offer-table__cell {
    display: block;
}
.lahta-offer-table {
    background-color: transparent;
}

.lahta-offer-table__row > .lahta-offer-table__cell {
    padding: 0;
    flex: 0 1;
}
.lahta-offer-table__row:nth-child(even) > .lahta-offer-table__cell {
    background-color: transparent;
}
.lahta-offer-table__row > .lahta-offer-table__cell:first-child {
    flex: 1;
}
.lahta-offer-table__row > .lahta-offer-table__cell:nth-child(2) {
    white-space: nowrap;
}

.lahta-offer-table__row > .lahta-offer-table__cell:nth-child(3) {
    min-width: 105px;
}
.lahta-offer-table__row:first-child > .lahta-offer-table__cell {
    font-size: 12px;
}
.lahta-offer-table__group > .lahta-offer-table__row:nth-child(odd) {
    background-color: #F6F6F6;
}
.lahta-offer-table__group > .lahta-offer-table__row_title {
    background-color: #FAEFE8 !important;
}
.lahta-offer-table__group > .lahta-offer-table__row_title .lahta-offer-table__cell_title {
    color: #ED7453;
    font-weight: 500;
}

.lahta-offer-table__group > .lahta-offer-table__row_vip {
    background-color: #F3EDFB !important;
}
.lahta-offer-table__group > .lahta-offer-table__row_vip .lahta-offer-table__cell:nth-child(1) {
    color: #572F8E;
    font-weight: 500;
}
.lahta-offer-table__group > .lahta-offer-table__row_vip .lahta-offer-table__discount {
    color: #572F8E;
    border-color: #572F8E;
}

.lahta-offer-table__row {
    min-height: 60px;
    margin: 0 -5px;
    display: flex;
    align-items: center;
    padding: 15px 20px 15px 20px;
}

.lahta-offer-table__cell {
    padding: 0 5px !important;
    font-size: 12px;
    flex: 1;
}

.lahta-offer-table__old-price {
    display: block;
    text-decoration: line-through;
    color: #828282;
    font-size: 12px;
    font-weight: 400;
}
.lahta-offer-table__price {
    font-size: 14px;
    font-weight: 500;
}
.lahta-offer-table__required {
    color: #E64F25;
}
.lahta-offer-table__discount {
    width: 100%;
    display: inline-block;
    padding: 8px 10px;
    color: #ED7453;
    font-weight: 400;
    border: 1px solid #ED7453;
    border-radius: 100px;
    text-align: center;
}


@media (min-width: 896px) {
    .lahta-offer-table__row:first-child > .lahta-offer-table__cell:first-child,
    .lahta-offer-table__row:first-child > .lahta-offer-table__cell:last-child,
    .lahta-offer-table__row > .lahta-offer-table__cell {
        padding: 0;
    }
    .lahta-offer-table__row {
        padding: 15px 30px 15px 30px;
    }
}
@media (min-width: 1189px) {
    .lahta-offer-table__row:first-child > .lahta-offer-table__cell:first-child,
    .lahta-offer-table__row:first-child > .lahta-offer-table__cell:last-child,
    .lahta-offer-table__row > .lahta-offer-table__cell {
        padding: 0;
    }
    .lahta-offer-table__row {
        padding: 10px 50px 10px 60px;
    }
    .lahta-offer-table__discount {
        font-size: 14px;
        padding: 6px 42px;
    }
    .lahta-offer-table__row > .lahta-offer-table__cell:nth-child(2) {
        margin-right: 25px;
    }
    .lahta-offer-table__row > .lahta-offer-table__cell:nth-child(3) {
        min-width: 180px;
    }
    .lahta-offer-table__row > .lahta-offer-table__cell:first-child {
        font-size: 14px;
    }
}
