.footer--logo {
    max-width: 100%;
    width: 300px;
}

.header--logo .st1 {
    fill: #ffffff;
} .header:not(.header-transparent) .header--logo .st1,
  .is_scrolled .header--logo .st1 {
    fill: #2C2C2C;
  }

.resort_scheme svg > image {
width:100%;
}
.block_html_code.block_page.block_page-sidebar.block_page-accomodation .form{
    width: 100%;
}
@media(max-width: 575px) {
    .block--rewards {
        grid-template-columns: repeat(2, 1fr);
    }
}

.content_scheme--clouds-top {
    background-image: url('../img/scheme/clouds_top_27_01_25.webp');
}
.content_scheme--clouds-bottom {
    background-image: url('../img/scheme/clouds_bottom_27_01_25.webp');
}

/*новый дизайн карточек для раздела пресс-центр start*/
/*.press-center-custom.content_news .block--elements {*/
/*    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));*/
/*}*/
@media(min-width: 1024px) and (max-width: 1600px){
    .press-center-custom.content_news .block--elements {
        grid-template-columns: repeat(3, 1fr);
    }
    .press-center-custom.content_news .block--elements .block--pagination {
        grid-column: span 3;
    }
}
@media (max-width: 1023px) {
    .press-center-custom.content_news .block--elements {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .press-center-custom.content_news .block--elements .block--pagination {
        grid-column: span 2;
    }

}


.press-center-custom.content_news .card {
    aspect-ratio: auto;
    max-height: unset;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
}
@media (max-width: 768px) {
    .press-center-custom.content_news .card {
        grid-template-columns: 1fr 1.5fr;
    }
}

.press-center-custom.content_news .card .card--content {
    position: relative;
    padding: 20px;
    height: auto;
    border: 1px solid #f1f1f1;
    /*border-top: none;*/

    justify-content: flex-start;
    /*border-top: 1px solid #f1f1f1;*/
    border-left: none;
}

.press-center-custom.content_news .card .card--content .card--text {
    -webkit-line-clamp: 6;
}

@media (max-width: 768px) {
    .press-center-custom.content_news .card .card--content .card--text {
        -webkit-line-clamp: 3;
    }
}

.press-center-custom.content_news .card .card--title,
.press-center-custom.content_news .card .card--text,
.press-center-custom.content_news .card .card--label {
    position: static;
    color: #252525;
}

.press-center-custom.content_news .card .card--label {
    padding: 0;
}

.card--category-news {
    position: absolute;
    left: 10px;
    top: 10px;
    backdrop-filter: blur(50px);
    background-color: rgba(0,0,0,.3);
    color: #ffffff;
    padding: 4px 6px;
    border: 1px solid rgba(220, 220, 220, 0.45);
    font-size: 14px;
    line-height: 1;
    font-weight: lighter;
}

/*.press-center-custom .block--wrapper {*/
/*    padding-bottom: 0;*/
/*}*/

/*.press-center-custom + .press-center-custom > .block--wrapper {*/
/*    padding-top: 0;*/
/*}*/
.content_news.press-center-custom .card .card--image {
    aspect-ratio: unset;
}
.content_news.press-center-custom .card--text{
    hyphens: auto;
    hyphenate-limit-chars: 10 4 4;
}
    /*новый дизайн карточек для раздела пресс-центр end*/

.block_html_code .block--content.is_cascade:empty {
    display: none;
}

/* ниже, стилизация новых блоков от 15 октября */

.wstd-wrapper-title-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.wstd-subtitle-wrapper {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.wstd-descriptor {
    width: 50%;
    padding-right: 30px;
} @media (max-width: 768px) {
    .wstd-descriptor {
        width: 100%;
        padding-right: 0;
    }
}
.wstd-subtitle {
    width: 50%;
    font-size: 26px;
    opacity: .4;
} @media (max-width: 768px) {
    .wstd-subtitle {
        width: 100%;
    }
}
.wstd-wrapper-content {
    display: flex;
    gap: 50px;
    align-items: center;
    position: relative;
}
.wstd-wrapper-content::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: rgba(0,0,0,.1);
    top: 0;
}
.wstd-img-box {
    display: flex;
    align-items: flex-start;
    width: 50%;
    position: relative;
}
.wstd-img-box::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 500px;
    height: 500px;
    background-image: url("https://mriyaresort.com/upload/medialibrary/559/3wicc8dsa53nb2ukiwnxf2rnup87sxja.png");
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -200px;
    left: 50%;
    margin-left: -250px;
} @media (max-width: 768px) {
    .wstd-img-box::after {
        display: none;
    }
}
.wstd-img {
    width: 100%;
}
.wstd-content-bullets {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.wstd-content-bullets::after {
    content: '';
    position: absolute;
    right: -100px;
    top: 50%;
    margin-top: -200px;
    height: 800px;
    width: 800px;
    background-image: url('https://mriyaresort.com/upload/medialibrary/a49/7rb0b76238phz9cg8jaz4ia5i5sh4js4.png');
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: -1;
} @media (max-width: 768px) {
    .wstd-content-bullets::after {
        display: none;
    }
}
.wstd-content-item {
    display: grid;
    grid-template-columns: 50px 1fr 2fr;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    grid-gap: 20px;
    align-items: center;
}

.wstd-order-number-list {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.wstd-order-number-list__item {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.wstd-order-number-list__title-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.wstd-order-number-list__numb {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #CBB05B;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.wstd-order-number-list__title {
    font-weight: bold;
    font-size: 24px;
}
.wstd-order-number-list__descriptor {
    font-size: 18px;
    color: rgba(20, 26, 37, 0.5);
}
.wstd-text-content-default {
    width: 50%;
} @media (max-width: 768px) {
    .wstd-text-content-default {
        width: 100%;
    }
}

.wstd-wrapper-title-block_v2 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.wstd-adv-creative-block {
    position: relative;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
} @media (max-width: 768px) {
    .wstd-adv-creative-block {
        grid-template-columns: 1fr;
        grid-gap: 10px;
        margin-top: 115px;
    }
}
.wstd-adv-creative-block__main-problem {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 230px;
    height: 230px;
    border: 30px solid #ffffff;
    z-index: 1;
    margin-left: -115px;
    margin-top: -115px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 24px;
    background: #225350;
    color: #ffffff;
    padding: 30px;
    box-sizing: border-box;
} @media (max-width: 768px) {
    .wstd-adv-creative-block__main-problem {
        top: 0;
    }
    .wstd-adv-creative-block__main-problem + .wstd-adv-creative-block__left-side > .wstd-adv-creative-block__item:first-child {
        padding-top: 130px;
    }
}
.wstd-adv-creative-block__side {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
} @media (max-width:768px ) {
    .wstd-adv-creative-block__side {
        gap: 10px;
    }
}
.wstd-adv-creative-block__item {
    padding: 30px;
    backdrop-filter: blur(100px);
    background-color: rgba(217, 217, 217, 0.34);
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
    height: 100%;
} @media (max-width: 768px) {
    .wstd-adv-creative-block__item {
        align-items: center;
    }
}
.wstd-adv-creative-block__item-title {
    font-weight: bold;
}
.wstd-adv-creative-block__right-side .wstd-adv-creative-block__item-title {
    text-align: right;
}
.wstd-adv-creative-block__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    align-content: flex-start;
    height: 100%;
} @media (max-width: 768px) {
    .wstd-adv-creative-block__tags {
        flex-direction: column;
        align-items: center;
    }
}
.wstd-adv-creative-block__left-side .wstd-adv-creative-block__tags {
    justify-content: flex-end;
}
.wstd-adv-creative-block__tag {
    padding: 5px 15px;
    background: #ffffff;
    display: block;
    gap: 5px;
    position: relative;
    border-radius: 30px;
    height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
} @media (max-width: 768px) {
    .wstd-adv-creative-block__tag {
        height: auto;
        white-space: normal;
        font-size: 14px;
        text-align: center;
        padding: 5px 15px !important;
        overflow: visible;
        margin: 0 !important;
        background-color: transparent;œ
    }
}
.wstd-adv-creative-block__tag::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #CBB05B;
    top: 50%;
    margin-top: -5px;
} @media (max-width: 768px) {
    .wstd-adv-creative-block__tag::after {
        top: -5px !important;
        margin-top: 0 !important;
        right: unset !important;
        left: 50% !important;
        margin-left: -2.5px !important;
        width: 5px;
        height: 5px;
    }
}
.wstd-adv-creative-block__left-side .wstd-adv-creative-block__tag {
    padding-right: 30px;
}
.wstd-adv-creative-block__left-side .wstd-adv-creative-block__tag::after {
    right: 10px;
}
.wstd-adv-creative-block__right-side .wstd-adv-creative-block__tag {
    padding-left: 30px;
}
.wstd-adv-creative-block__right-side .wstd-adv-creative-block__tag::after {
    left: 10px;
}
.wstd-adv-creative-block__left-side .wstd-adv-creative-block__item:last-child {
    background-image: url('https://mriyaresort.com/upload/medialibrary/241/ixo29ce22ir7zjl8cuakcj37rw0erfpj.png');
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.wstd-adv-creative-block__right-side {
    background-image: url('https://mriyaresort.com/upload/medialibrary/150/8qu7capnmyjnkco22c1zp07oa6a8s4hx.png');
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
}

.wstd-content-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.wstd-content-numb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #CBB05B;
    color: #ffffff;
    border-radius: 100%;
}
.wstd-content-title {
    font-size: 22px;
    font-weight: 550;
}
.wstd-content-text {
    font-weight: 400;
}
.wstd-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 50%;
} @media (max-width: 768px) {
    .wstd-content {
        width: 100%;
    }
}
.wstd-content ul {
    padding-left: 20px;
    list-style-type: none;
}
.wstd-content li {
    position: relative;
    margin-bottom: 10px;
}
.wstd-content li:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #CBB05B;
    left: -20px;
    top: 50%;
    margin-top: -5px;
}
.wstd-content p b {
    font-weight: bold;
}

.wstd-how-it-works {
    background: url('https://mriyaresort.com/upload/medialibrary/b61/ebj8qd2xqcxb5ug0u0m6ztsd3o1dmeky.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    overflow: hidden;
}
.wstd-how-it-works__title-box {
    padding: 0 60px;
    margin-bottom: 250px;
} @media (max-width: 768px) {
    .wstd-how-it-works__title-box {
        margin-bottom: 30px;
    }
}
.wstd-how-it-works__title {
    color: #ffffff;
}
.wstd-how-it-works__title-text {
    color: #ffffff;
}

.wstd-how-it-works__items {
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    color: #ffffff;
    margin-bottom: 250px;
} @media (max-width: 768px) {
    .wstd-how-it-works__items {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
    }
}
.wstd-how-it-works__items::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    top: 57px;
    border-top: 1px dashed rgba(255,255,255,.1);
}
.wstd-how-it-works__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    width: 24%;
    position: relative;
    padding: 0 20px;
    /*aspect-ratio: 1 / 1;*/
    /*border: 1px solid red;*/
} @media (max-width: 768px) {
    .wstd-how-it-works__item {
        width: 100%;
    }
}
.wstd-how-it-works__item::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 400px;
    width: 400px;
    border: 1px solid rgba(255,255,255,.1);
    margin-left: -200px;
    margin-top: -200px;
    border-radius: 100%;
    pointer-events: none;
}
.wstd-how-it-works__item.x2::after {
    height: 500px;
    width: 500px;
    margin-left: -250px;
    margin-top: -250px;
}

.wstd-how-it-works__item.x3::after {
    height: 600px;
    width: 600px;
    margin-left: -300px;
    margin-top: -300px;
}

.wstd-how-it-works__item.x4::after {
    height: 700px;
    width: 700px;
    margin-left: -350px;
    margin-top: -350px;
}
.wstd-how-it-work__item-title {
    white-space: nowrap;
    height: 40px;
    font-size: 22px;
    font-weight: 550;
}
.wstd-how-it-work__rubik {
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    background: #ffffff;
    transform-origin: center center;
}
.wstd-how-it-work__item-text {
    width: 70%;
    margin: 0 auto;
    field-sizing: 20px;
    font-weight: 400;
}
.wstd-how-it-work__button {
    position: relative;
    color: #ffffff;
    margin-left: 60px;
    padding-left: 35px;
}
.wstd-how-it-work__button::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    background: #ffffff;
    top: 50%;
    margin-top: -7.5px;
    left: 0;
}

.wstd-custom-text {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 25%;
    width: 100%;
    font-size: 30px;
    opacity: .4;
} @media (max-width: 768px) {
    .wstd-custom-text {
        padding: 20px;
    }
}
.wstd-custom-text::after {
    content: '';
    position: absolute;
    background-image: url('https://mriyaresort.com/upload/medialibrary/61a/k5w7gdofla07ozotr09d038nlveje734.png');
    z-index: -1;
    width: 600px;
    height: 600px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    left: -100px;
    top: -100px;
    pointer-events: none;
} @media (max-width: 768px) {
    .wstd-custom-text::after {
        display: none;
    }
}
.wstd-custom-text::before {
    content: '';
    position: absolute;
    background-image: url('https://mriyaresort.com/upload/medialibrary/824/jlbu6kfw9dtjmr546qxvrw2ifvx65pnx.png');
    z-index: -1;
    width: 600px;
    height: 600px;
    background-position: center right;
    background-repeat: no-repeat;
    right: -100px;
    top: 200px;
    background-size: contain;
    pointer-events: none;
} @media (max-width: 768px) {
    .wstd-custom-text::before {
        display: none;
    }
}

#block_462 .block--wrapper {
    padding-bottom: 0;
}

#block_463 .block--wrapper {
    padding-top: 0;
} @media (max-width: 768px) {
    #block_463 .block--wrapper {
        padding-top: 30px;
    }
}

@media (max-width: 768px) {
    .wstd-subtitle-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .wstd-wrapper-content {
        flex-direction: column;
        gap: 20px;
    }
    .wstd-wrapper-content::after {
        display: none;
    }
    .wstd-img-box {
        width: 100%;
    }
    .wstd-content-bullets {
        width: 100%;
        gap: 10px;
    }
    .wstd-content-item {
        grid-template-columns: 1fr;
        grid-gap: 10px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}

.block_diagnostic_medical {
    position: relative;
}
.block_diagnostic_medical::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1200px;
    background-image: url('https://mriyaresort.com/upload/medialibrary/bf6/4t0dtl88fd6zm1494nftgla2trwjs0tq.png');
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    left: 0;
    top: 500px;
}
.diagnostic_medical{

}
.diagnostic_medical--item {
    padding: 24px 0 0;
    display: flex;
    flex-direction: column;
    gap: 18px
}
@media(min-width: 1024px) {
    .diagnostic_medical--item {
        padding: 24px 0 0;
        display: grid;
        grid-template-columns: 2fr 5fr 5fr;
        cursor: pointer;
        gap: 0
    }
}
.diagnostic_medical--item_title {
    max-width: 70%
}

@media(min-width: 1024px){
    .diagnostic_medical--item_text {
        opacity: 0;
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
        pointer-events: none;
        transition: grid-template-rows 0.21s ease-out, opacity 0.21s linear;
    }

    .diagnostic_medical--item_text .is_cascade {
        grid-row: 1 / span 2;
        overflow: hidden;
    }
    .diagnostic_medical--item:hover .diagnostic_medical--item_text {
        pointer-events: auto;
        grid-template-rows: 1fr;
        opacity: 1;
    }
}
.diagnostic_medical--item:hover .diagnostic_medical--item_number {
    color: #225350;
    opacity: 1;
}

.diagnostic_medical--item_line{
    padding-top: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    grid-column: 2 /span 2;
}

.diagnostic_medical--item_number {
    color: #D2D2D2;
    opacity: 0.53;
    transition: var(--transition);
    font-weight: bold;
    font-size: 5rem;
}
@media(max-width: 1024px) {
    .diagnostic_medical--item_number {
        display: none;
    }
}
.diagnostic_medical--caption {
    color: #09090999;
    font-size: var(--fs-28);
    padding: 14px;
}
@media(min-width: 1024px) {
    .diagnostic_medical--caption {
        padding: 44px;
        max-width: 900px;
    }
}
.diagnostic_medical--item_title.is_cascade h3 {
    text-transform: uppercase;
    font-weight: 550;
    font-size: 24px;
    font-family: 'Euclid', sans-serif;
    margin: 0;
}
.diagnostic_medical--item_title.is_cascade b {
    color: #141A25;
}
.diagnostic_medical--item_title.is_cascade p {
    margin-top: 8px;
    color: #727272;
}
.diagnostic_medical--item_text .is_cascade > p {
    margin-top: 0;
}
.diagnostic_medical--numbers_mobile {
    /*border-top: 1px solid rgba(0, 0, 0, 0.2);*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
}
.diagnostic_medical--numbers_mobile svg {
    height: 46px;
}
.diagnostic_medical--numbers_mobile_item {
    color: rgba(210, 210, 210, 0.53);
    transition: var(--transition);
    padding: 26px 12px;
    width: 60px;
    text-align: center;
    flex-shrink: 0;
    font-size: 4rem;
    font-weight: bold;
}
.diagnostic_medical--numbers_mobile_item.is_active {
    color: rgba(34, 83, 80, 1);
}
@media (min-width: 1024px) {
    .diagnostic_medical--numbers_mobile {
        display: none;
    }
}
@media (max-width: 1024px) {
    .diagnostic_medical--item {
        display: none;
    }
    .diagnostic_medical--item.is_active {
        display: flex;
    }
}
@media (max-width: 1024px) {
    .block_diagnostic_medical .block--wrapper {
        /*padding: var(--g-container-vertical) 0;*/
    }
    .block_diagnostic_medical .block--head,
    .diagnostic_medical--numbers_mobile {
        padding: 0 20px;
        overflow: scroll;
    }
    .diagnostic_medical--item {
        padding: 20px
    }
    .diagnostic_medical--item_line {
        display: none
    }
    .diagnostic_medical--caption {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
}

.block_tariff_medical .block--wrapper {
    padding-bottom: 0;
}
.tariff_medical--title {
    display: flex;
    flex-direction: column;
}
@media(min-width: 1024px) {
    .tariff_medical--title {
        display: grid;
        grid-template-columns: 6fr 2fr 2fr 2fr;
        gap: 20px;
        position: sticky;
        background-color: #fff;
        top: 77px;
        z-index: 15;
        padding-left: 10px;
        padding-top: 10px
    }
    .tariff_medical--title:after {
        content: "";
        height: 100%;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 0;
        left: calc(50% - 20px);
        z-index: 2;
        display: none; /* отключили */
    }
    .tariff_medical--title .f-h2 {
        position: relative;
    }
    .tariff_medical--title .f-h2:after {
        content: "";
        height: 100%;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }
    .tariff_medical--title:before {
        content: "";
        height: 1px;
        width: calc(50% - 20px);
        background-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: none; /* отключили */
    }
    .tariff_medical--title .f-h2:before {
        content: "";
        height: 1px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
    }
}
@media(min-width: 1024px) {
    .tariff_medical--title .f-h2{
        padding: 16px 0
    }
}
@media(max-width: 1024px) {
    .tariff_medical--title .f-h2{
        text-align: center;
        margin-bottom: 24px;
    }
}
.tariff_medical--title_table_head {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    grid-column: span 3;
}
@media(min-width: 1024px) {
    .tariff_medical--title_table_head {
        gap: 20px;
    }
}
.tariff_medical--title_table_head--item {
    color: rgba(20, 26, 37, 1);
    background-color: rgba(217, 217, 217, 0.34);
    backdrop-filter: blur(10px);
    display: grid;
    place-items: center;
    font-weight: 550;
    font-size: var(--fs-24);
}
@media(max-width: 1024px) {

    .tariff_medical--title_table_head--item {
        height: 80px;
        font-size: 16px;
    }
    .tariff_medical--title_table_head--item.is_active {
        background-color: rgba(34, 83, 80, 1);
        color: #fff
    }
}

.tariff_medical--table_item {
    display: flex;
    gap: 32px;
    position: relative;
    cursor: pointer;
    justify-content: space-between;
}
@media(min-width: 1024px) {
    .tariff_medical--table_item {
        display: grid;
        grid-template-columns: 6fr 2fr 2fr  2fr;
        gap: 20px;
    }
}

.tariff_medical--table_item > * {
    z-index: 2;
}
@media(min-width: 1024px) {
    .tariff_medical--table_item:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: transparent;
        transition: var(--transition);
        display: block;
        height: 100%;
        z-index: 1;
    }

    .tariff_medical--table_item:hover:after {
        background-color: rgba(244, 244, 244, 1);
    }
}
.tariff_medical--table_item_text {
    color: rgba(20, 26, 37, 1);
    padding: 10px ;
    display: flex;
    align-items: baseline;
    gap: 12px;
}
@media(min-width: 1024px) {
    .tariff_medical--table_item_text {
        padding-left: 68px;
    }
}

.tariff_medical--table_item_text:before {
    content: "";
    width: 14px;
    height: 14px;
    transform: rotate(-45deg);
    background-color: rgba(203, 176, 91, 1);
    flex-shrink: 0;
    flex-grow: 0;
}
.tariff_medical--table_item_text_button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: rgba(221, 221, 221, 1);
    display: grid;
    place-items: center;
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
}
@media(min-width: 1024px) {
    width: 48px;
    height: 48px;
}
.tariff_medical--table_item_text_button:before {
    content: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.75 5.66797L19.25 5.66797L11 18.043L2.75 5.66797Z' fill='%23141A25'/%3E%3C/svg%3E%0A");
    position: absolute;
    height: 22px;
    width: 22px;
    transform: scaleY(1);
    transition: var(--transition);
}

.tariff_medical--table {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 32px 0;
    position: relative;

}
@media(min-width: 1024px) {
    .tariff_medical--table:after {
        content: "";
        height: 100%;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 0;
        left: calc(50% - 20px);
        z-index: 2;
    }
}
.tariff_medical--table_head_button .tariff_medical--table_item_text {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding-left: 0;
}
@media(min-width: 1024px) {
    .tariff_medical--table_head_button .tariff_medical--table_item_text {
        align-items: center;
    }
}
.tariff_medical--table_head_button .tariff_medical--table_item_text:before {
    display: none;
}
.tariff_medical--table_head_button{
    font-size: var(--fs-24);
    font-weight: 550;
    cursor: pointer;
}
.tariff_medical--table_item_col {
    display: grid;
    place-items: center;
    text-align: center;
}
.tariff_medical--table_content {
    opacity: 0;
    display: grid;
    grid-template-rows: 0fr;
    pointer-events: none;
    overflow: hidden;
    transition: grid-template-rows 0.21s ease-out;
}
.tariff_medical--table_content_list {
    width: 100%;
    grid-row: 1 / span 2;
    overflow: hidden;
}

.tariff_medical--table_accordion.is_open  .tariff_medical--table_content {
    pointer-events: auto;
    grid-template-rows: 1fr;
    opacity: 1;
}
.tariff_medical--table_accordion.is_open .tariff_medical--table_item_text_button:before{
    transform: scaleY(-1);
}
.tariff_medical--table_item_col {
    position: relative;
    padding: 7px
}
@media(min-width: 1024px) {
    .tariff_medical--table_item_col:before {
        content: "";
        height: 100%;
        width: 20px;
        background-color: #fff;
        position: absolute;
        display: block;
        top: 0;
        right: 100%;
    }
}
@media(max-width: 1024px) {
    .tariff_medical--table_item_col {
        display: none
    }
    .tariff_medical--table_item_col.is_active {
        display: flex;
    }
}
.tariff_medical--footer {
    padding: 32px var(--g-container);
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    gap: 20px;
}
.tariff_medical--footer p {
    color: rgba(9, 9, 9, 0.6);
    font-size: var(--fs-28);

}
@media(max-width: 1024px) {
    .tariff_medical--footer {
        flex-direction: column;

    }
}

.block_banner.block_banner-stretch .banner {
    padding-top: 84px !important;
}

main {
    overflow-x: clip;
}