#prices-block .tabs {
    margin-bottom: clamp(15px, 1.5625vw + 10px, 40px);
}

#prices-block .prices {
    width: 100%;
    overflow-x: scroll;
}

#prices-block table {
    width: 100%;
    border-radius: clamp(15px, 0.9375vw + 12px, 30px);
    background: var(--background-light);
    padding: clamp(10px, 4.375vw + -4px, 80px) clamp(20px, 10vw + -12px, 180px);
}

#prices-block table tbody.loading {
    pointer-events: none;
    opacity: .7;
    transition: opacity .15s;
}

#prices-block table tr {
    position: relative;
}

#prices-block table tr::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--stroke);
    bottom: 0;
    left: 0;
}

#prices-block table tr td:first-child, #prices-block table tr th:first-child {
    padding-left: 0;
}

#prices-block table tr td:last-child, #prices-block table tr th:last-child {
    padding-right: 0;
}

#prices-block table tr td:last-child {
    display: flex;
    justify-content: flex-end;
}

#prices-block table th {
    padding: 0 clamp(10px, 1.25vw + 6px, 30px);
    padding-bottom: 15px;
    text-align: left;
}

#prices-block table td {
    padding: 15px clamp(10px, 1.25vw + 6px, 30px);
    text-align: left;
    max-width: 960px;
}

#prices-block table td * {
    max-width: 960px;
}

#prices-block .price__title {
    min-width: 300px;
    color: var(--head);
}

#prices-block .price__value {
    min-width: 230px;
    white-space: nowrap;
    color: var(--main-text);
    font-family: var(--font-family);
    font-weight: 700;
    font-size: clamp(14px, 0.25vw + 13.2px, 18px);
    line-height: 130%;
}

#prices-block .head__title{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: clamp(14px,0.25vw + 13.2px, 18px);
    line-height: 130%;
}

#prices-block .price__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    padding: 14px 35px;
    width: 82px;
    height: 40px;
    flex-shrink: 0;
}

/*============ MEDIA ==================*/

/*# sourceMappingURL=block.css.map */
