.price-table-block {
    padding: 80px 0 88px;
    color: #000;
}

.price-table-block__head {
    max-width: 760px;
    margin: 0 auto 50px;
}

.price-table-block__title {
    margin-bottom: 16px !important;
    color: #000;
}

.price-table-block__description {
    font-family: var(--ff-mts-compact);
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
}

.price-table-block__scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #ff0032 rgba(0, 0, 0, 0.14);
}

.price-table-block__scroll::-webkit-scrollbar {
    height: 6px;
}

.price-table-block__scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.14);
    border-radius: 999px;
}

.price-table-block__scroll::-webkit-scrollbar-thumb {
    background: #ff0032;
    border-radius: 999px;
}

.price-table-block__table {

    width: 100%;

    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    background: transparent;
    color: #000;
}

.price-table-block__table th,
.price-table-block__table td {
    padding: 10px;
    vertical-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.price-table-block__tophead {
    padding: 10px 20px;
    background: #ff0032;
    color: #fff;
    font-family: var(--ff-mts-compact);
    font-size: 18px;
    font-weight: 500;

    line-height: 1.12;
    text-align: left;
}
.price-table-block__section-row
{
    background: #ececf1;
}
.price-table-block__tophead--lead,
.price-table-block__section-title,
.price-table-block__row-head,
.price-table-block__actions-head {
    position: sticky;
    left: 0;
    width: var(--price-table-first-column-width);
    min-width: var(--price-table-first-column-width);
}

.price-table-block__tophead--lead {
    z-index: 4;
}

.price-table-block__row-head,
.price-table-block__actions-head {
    z-index: 2;
    background: #fff;
}

.price-table-block__tophead:not(.price-table-block__tophead--lead),
.price-table-block__section-fill,
.price-table-block__cell,
.price-table-block__action-cell {
    width: var(--price-table-plan-column-width);
    min-width: var(--price-table-plan-column-width);
}

.price-table-block__plan-title,
.price-table-block__plan-subtitle,
.price-table-block__row-title,
.price-table-block__row-note,
.price-table-block__cell-text,
.price-table-block__cell-note {
    display: block;
}

.price-table-block__plan-subtitle {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.78);
    font-family: var(--ff-mts-compact);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
}

.price-table-block__section-title {
    z-index: 3;
    padding: 10px !important;
    border-bottom: 0 !important;
    background: #ececf1;
    color: var(--Black-MTS, #000);
    font-family: "MTS Compact";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    text-align: left;
}

.price-table-block__section-fill {
    padding: 0 !important;
    border-bottom: 0 !important;
    background: #ececf1;
}

.price-table-block__row-title {
    color: var(--Black-MTS, #000);
    font-family: "MTS Compact";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    text-align: left;
}

.price-table-block__row-note {
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.56);
    font-family: var(--ff-mts-compact);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
}

.price-table-block__cell-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-height: 100%;
}

.price-table-block__cell-text {
    color: var(--Black-MTS, #000);
    font-family: "MTS Compact";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
}

.price-table-block__cell-note,
.price-table-block__placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-family: var(--ff-mts-compact);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
}

.price-table-block__cell.--state-muted .price-table-block__cell-text,
.price-table-block__cell.--state-muted .price-table-block__cell-note {
    color: rgba(0, 0, 0, 0.5);
}

.price-table-block__cell.--state-accent .price-table-block__cell-text,
.price-table-block__cell.--state-accent .price-table-block__cell-note {
    color: #e30611;
}

.price-table-block__indicator {
    position: relative;
    display: inline-flex;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ff0032;
}

.price-table-block__indicator::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 9px;
    width: 9px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}

.price-table-block__actions-row th,
.price-table-block__actions-row td {
    padding-top: 34px;
    padding-bottom: 0;
    border-bottom: 0;
    background: transparent;
}

.price-table-block__action-cell {
    vertical-align: bottom !important;
}

.price-table-block__button,
.price-table-block__button-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    border-radius: 14px;
}

.price-table-block__button {
    padding: 10px 18px;
    border: 0;
    background: #ff0032;
    color: #fff;
    font-family: var(--ff-mts-compact);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

@media screen and (hover: hover) {
    .price-table-block__button:hover {
        background: #ff1f4a;
        box-shadow: 0 12px 30px rgba(255, 0, 50, 0.3);
        transform: translateY(-2px);
    }
}



@media screen and (max-width: 767px) {
    .price-table-block {
        padding: 56px 0 64px;
    }

    .price-table-block__head {
        margin-bottom: 24px;
    }

    .price-table-block__title {
        margin-bottom: 14px;
        font-size: 36px;
    }

    .price-table-block__description {
        font-size: 16px;
    }

    .price-table-block__tophead--lead,
    .price-table-block__section-title,
    .price-table-block__row-head,
    .price-table-block__actions-head {
        width: 120px;
        min-width: 120px;
    }

    .price-table-block__table th,
    .price-table-block__table td {
        padding: 10px;

    }

    .price-table-block__tophead {
        font-size: 14px;
    }

    .price-table-block__plan-subtitle,
    .price-table-block__row-note,
    .price-table-block__cell-note,
    .price-table-block__placeholder {
        font-size: 14px;
    }

    .price-table-block__section-title,
    .price-table-block__row-title,
    .price-table-block__cell-text {
        font-size: 14px;
    }

    .price-table-block__table {
        min-width: calc(
                var(--price-table-first-column-width) +
                (var(--price-table-columns-count, 1) * var(--price-table-plan-column-width))
        );
        --price-table-first-column-width: 120px;
        --price-table-plan-column-width: 140px;
    }

    .price-table-block__button
    {
        ont-size: 18px;
    }
    .price-table-block__button,
    .price-table-block__button-placeholder {
        min-height: 37px;
        border-radius: 12px;
    }
}
.price-table-block__actions-head
{
    background: #fff !important ;
}
