.section-offset {
    margin-bottom: 120px;
}

.section-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    max-width: 818px;
}

.section-heading--center {
    align-items: center;
    max-width: none;
    text-align: center;
}

.section-title {
    color: #1d1d1d;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
}

.section-subtitle {
    color: rgba(29, 29, 29, 0.6);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.section-heading--center .section-subtitle {
    max-width: 532px;
}

.section-heading--light .section-title {
    color: #ffffff;
}

.section-heading--light .section-subtitle {
    color: rgba(255, 255, 255, 1);
}

.cta-title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.cta-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    border: 1px solid transparent;
    border-radius: 999px;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.cta-btn--large {
    padding: 21px 38px;
}

.cta-btn--full {
    width: 100%;
}

.cta-btn--primary {
    color: #ffffff;
    background-color: #3e8750;
}

.cta-btn--primary:hover {
    background-color: #347543;
}

.cta-btn--secondary {
    color: #ffffff;
    background-color: #395475;
}

.cta-btn--secondary:hover {
    background-color: #2f4662;
}

.cta-btn--accent {
    color: #ffffff;
    background-color: #d97921;
}

.cta-btn--accent:hover {
    background-color: #bd6518;
}

.cta-btn--light {
    color: #395475;
    background-color: #ffffff;
}

.cta-btn--light:hover {
    color: #ffffff;
    background-color: #395475;
}

.cta-btn--outline {
    color: #395475;
    background-color: #ffffff;
    border-color: #d7dde3;
}

.cta-btn--outline:hover {
    color: #ffffff;
    background-color: #395475;
    border-color: #395475;
}

.slider-pagination {
    display: none;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 20px;
}

.slider-pagination .swiper-pagination-bullet {
    flex: 1 1 0;
    width: auto;
    height: 2px;
    margin: 0 !important;
    border-radius: 10px;
    background-color: rgba(62, 135, 80, 0.2);
    opacity: 1;
    transition: background-color 0.2s ease;
}

.slider-pagination .swiper-pagination-bullet:hover {
    background-color: rgba(62, 135, 80, 0.45);
}

.slider-pagination .swiper-pagination-bullet-active {
    background-color: #3e8750;
}


@media (max-width: 1023px) {
    .section-offset {
        margin-bottom: 100px;
    }

    .section-title {
        font-size: 40px;
    }

    .slider-pagination {
        display: flex;
    }
}

@media (max-width: 767px) {
    .section-offset {
        margin-bottom: 80px;
    }

    .section-heading {
        gap: 12px;
        max-width: none;
    }

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

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

    .section-heading--center .section-subtitle {
        max-width: none;
    }

    .cta-title {
        font-size: 22px;
    }

    .cta-text {
        font-size: 14px;
    }

    .cta-btn,
    .cta-btn--large {
        padding: 13px 24px;
        font-size: 14px;
    }

    .cta-btn--mobile-full {
        width: 100%;
    }
}




.hero-clinic {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #4fae62 0%, #3e8750 100%);
}

.hero-clinic::before,
.hero-clinic::after {
    position: absolute;
    z-index: 0;
    content: "";
    pointer-events: none;
    border-radius: 100%;
}

.hero-clinic::before {
    width: 860px;
    height: 860px;
    background: rgba(255, 255, 255, 0.09);
    top: -330px;
    right: -120px;
}

.hero-clinic::after {
    bottom: -335px;
    left: -310px;
    width: 620px;
    height: 620px;
    background: rgba(47, 98, 69, 0.1);
}

.hero-clinic__container {
    position: relative;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 88px;
}

.hero-clinic__breadcrumbs {
    margin-bottom: 60px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}
.hero-clinic__breadcrumbs ul {
    gap: 5px;
}

.hero-clinic__breadcrumbs a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    transition: color 0.2s ease;
}

.hero-clinic__breadcrumbs a:hover {
    color: #ffffff;
}

.hero-clinic__content {
    display: grid;
    grid-template-columns: minmax(0, 1.98fr) minmax(280px, 1fr);
    gap: 46px;
    align-items: start;
}

.hero-clinic__info {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.hero-clinic__main {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 634px;
}

.hero-clinic__heading {
    gap: 20px;
    max-width: 634px;
}

.hero-clinic__subtitle {
    color: rgba(255, 255, 255, 1);
}
.hero-clinic__subtitle a {
    color: #fb8b26;
    transition: all 0.3s ease;
}
.hero-clinic__subtitle a:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
}

.hero-clinic__actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero-clinic__request {
    flex-shrink: 0;
}

.hero-clinic__price {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 20px 18px;
    border: 2px solid #d97921;
    border-radius: 999px;
    box-sizing: border-box;
    background-color: #ffffff;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.hero-clinic__price-label {
    color: #2f6245;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.2s ease;
}

.hero-clinic__price-value {
    color: #d97921;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.2s ease;
}

.hero-clinic__price:hover {
    background-color: #d97921;
}

.hero-clinic__price:hover .hero-clinic__price-label,
.hero-clinic__price:hover .hero-clinic__price-value {
    color: #ffffff;
}

.hero-clinic__price:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
}

.hero-clinic__benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.hero-clinic__benefit {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(17px);
}

.hero-clinic__benefit-icon {
    display: flex;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background-color: #ffffff;
}

.hero-clinic__benefit-icon img {
    display: block;
    width: 20px;
    height: 20px;
}

.hero-clinic__benefit-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.hero-clinic__picture {
    display: block;
    overflow: hidden;
    aspect-ratio: 377 / 417;
    border-radius: 20px;
}

.hero-clinic__picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-clinic__accent {
    position: absolute;
    right: -2px;
    bottom: 92px;
    z-index: 2;
    width: 72px;
    height: 8px;
    border-radius: 4px;
    background-color: #d97921;
    pointer-events: none;
}

@media (max-width: 1023px) {
    .hero-clinic__content {
        grid-template-columns: minmax(0, 1fr);
    }

    .hero-clinic__main {
        max-width: 634px;
    }

    .hero-clinic__picture {
        display: none;
    }

    .hero-clinic__accent {
        right: 0;
    }
}

@media (max-width: 767px) {
    .hero-clinic::before {
        width: 420px;
        height: 420px;
        top: -175px;
        right: -205px;

    }

    .hero-clinic::after {
        width: 390px;
        height: 390px;
        bottom: -130px;
        left: -225px;
    }

    .hero-clinic__container {
        padding-top: 12px;
        padding-bottom: 96px;
    }

    .hero-clinic__breadcrumbs {
        margin-bottom: 32px;
    }

    .hero-clinic__content {
        display: block;
    }

    .hero-clinic__info {
        gap: 24px;
    }

    .hero-clinic__main {
        gap: 20px;
        max-width: none;
    }

    .hero-clinic__heading {
        gap: 12px;
        max-width: none;
    }

    .hero-clinic__title {
        max-width: 259px;
    }

    .hero-clinic__actions {
        flex-direction: column;
        gap: 12px;
    }

    .hero-clinic__request,
    .hero-clinic__price {
        width: 100%;
    }

    .hero-clinic__price {
        order: -1;
        padding: 10px 18px;
    }

    .hero-clinic__benefits {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
    }

    .hero-clinic__benefit {
        gap: 12px;
        padding: 12px;
    }

    .hero-clinic__benefit-text {
        font-size: 14px;
    }

    .hero-clinic__accent {
        right: 0;
        bottom: 74px;
        width: 48px;
        height: 6px;
        border-radius: 3px;
    }
}





.tariffs {
    overflow: hidden;
}

.tariffs__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tariffs__slider {
    width: 100%;
    padding-top: 20px;
    overflow: hidden;
}

.tariffs__card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 548px;
    height: auto;
    border: 1px solid rgba(57, 84, 117, 0.2);
    border-radius: 20px;
    box-sizing: border-box;
    color: #1d1d1d;
    background-color: #ffffff;
}

.tariffs__card--accent {
    border: 1.5px solid #3e8750;
    color: #ffffff;
    background-color: #d97921;
}

.tariffs__badge {
    position: absolute;
    top: -18px;
    left: 50%;
    z-index: 2;
    padding: 7px 14px;
    border-radius: 999px;
    color: #ffffff;
    background-color: #2f6245;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    transform: translateX(-50%);
}

.tariffs__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 81px;
    padding: 20px 32px;
    border-bottom: 1px solid rgba(57, 84, 117, 0.2);
    box-sizing: border-box;
}

.tariffs__card--accent .tariffs__header {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

.tariffs__name {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.tariffs__time {
    flex: 0 0 auto;
    padding: 8px 12px;
    border-radius: 999px;
    color: #395475;
    background-color: rgba(57, 84, 117, 0.1);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}

.tariffs__card--accent .tariffs__time {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}

.tariffs__body {
    padding: 24px 32px 0;
}

.tariffs__price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.tariffs__price-value {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.tariffs__price-unit {
    color: rgba(29, 29, 29, 0.6);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.tariffs__card--accent .tariffs__price-unit {
    color: rgba(255, 255, 255, 1);
}

.tariffs__items ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.tariffs__items li {
    position: relative;
    min-height: 22px;
    padding-left: 34px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.tariffs__items li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background: url("/build/static/images/service-page/tariff-check.svg") center / contain no-repeat;
}

.tariffs__card--accent .tariffs__items li::before {
    background-image: url("/build/static/images/service-page/tariff-check-light.svg");
}

.tariffs__footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: auto;
    padding: 24px 32px 20px;
}

.tariffs__note {
    color: rgba(29, 29, 29, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}

.tariffs__card--accent .tariffs__note {
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 1023px) and (min-width: 768px) {

    .tariffs__header,
    .tariffs__body,
    .tariffs__footer {
        padding-right: 20px;
        padding-left: 20px;
    }

    .tariffs__name {
        font-size: 20px;
    }

    .tariffs__price-value {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .tariffs__inner {
        gap: 14px;
    }

    .tariffs__slider {
        padding-top: 18px;
        overflow: hidden;
    }

    .tariffs__card {
        min-height: 491px;
        border-radius: 16px;
    }

    .tariffs__header {
        min-height: 70px;
        padding: 20px 20px 16px;
    }

    .tariffs__name {
        font-size: 18px;
    }

    .tariffs__time {
        padding: 8px 10px;
        font-size: 12px;
    }

    .tariffs__badge {
        top: -18px;
        padding: 6px 12px;
        font-size: 12px;
    }

    .tariffs__body {
        padding: 19px 20px 0;
    }

    .tariffs__price {
        gap: 6px;
    }

    .tariffs__price-value {
        font-size: 24px;
    }

    .tariffs__price-unit {
        font-size: 16px;
    }

    .tariffs__items ul {
        gap: 12px;
        margin-top: 16px;
    }

    .tariffs__items li {
        min-height: 20px;
        padding-left: 32px;
        font-size: 14px;
    }

    .tariffs__items li::before {
        width: 20px;
        height: 20px;
    }

    .tariffs__footer {
        padding: 20px 20px 20px;
    }

    .tariffs__note {
        font-size: 12px;
    }

    .tariffs__pagination {
        display: flex;
        margin-top: 6px;
    }
}





.service-cost__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-cost__layout {
    display: grid;
    grid-template-columns: minmax(0, 753px) minmax(0, 377px);
    gap: 40px;
    align-items: start;
}

.service-cost__list {
    border: 1px solid rgba(57, 84, 117, 0.2);
    border-radius: 20px;
    background-color: #ffffff;
}

.service-cost__item {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    min-height: 84px;
    border-top: 1px solid rgba(57, 84, 117, 0.12);
    box-sizing: border-box;
    transition: background-color 0.2s ease;
}

.service-cost__item:first-child {
    border-top: 0;
    border-radius: 19px 19px 0 0;
}

.service-cost__item:last-child {
    border-radius: 0 0 19px 19px;
}

.service-cost__toggle {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 19px 12px 19px 20px;
    border: 0;
    color: inherit;
    background-color: transparent;
    font-family: inherit;
    text-align: left;
}

.service-cost__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.service-cost__name {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    transition: color 0.2s ease;
}

.service-cost__caption {
    color: rgba(29, 29, 29, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.service-cost__arrow {
    display: none;
}

.service-cost__price {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-right: 20px;
    color: #1d1d1d;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.service-cost__price::after {
    content: "i";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #395475;
    background-color: rgba(57, 84, 117, 0.1);
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.service-cost__details {
    position: absolute;
    top: 69px;
    right: 32px;
    z-index: 3;
    width: 344px;
    padding: 12px 16px;
    border: 1px solid #f8f8f8;
    border-radius: 16px 0 16px 16px;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.service-cost__item:nth-last-child(-n + 2) .service-cost__details {
    top: auto;
    bottom: 69px;
    border-radius: 16px 16px 0 16px;
}

.service-cost__details-title {
    color: rgba(29, 29, 29, 0.8);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.service-cost__details-text {
    margin-top: 8px;
    color: rgba(29, 29, 29, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.service-cost__item:hover,
.service-cost__item:focus-within {
    background-color: #f3f5f7;
}

.service-cost__item:hover .service-cost__name,
.service-cost__item:focus-within .service-cost__name {
    color: #3e8750;
}

.service-cost__item:hover .service-cost__details,
.service-cost__item:focus-within .service-cost__details {
    visibility: visible;
    opacity: 1;
}

.service-cost__more {
    display: none;
}

.service-cost__consultation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 32px;
    border-radius: 20px;
    box-sizing: border-box;
    background: linear-gradient(91deg, #26ae34 3%, #56c661 102%);
}

.service-cost__consultation-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.service-cost__consultation-text {
    margin-top: -8px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .service-cost__layout {
        grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
        gap: 24px;
    }

    .service-cost__details {
        right: 20px;
        width: calc(100% - 40px);
        max-width: 344px;
    }
}

@media (max-width: 767px) {
    .service-cost__inner {
        gap: 24px;
    }

    .service-cost__layout {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .service-cost__list {
        width: 100%;
        border-radius: 16px;
        overflow: hidden;
    }

    .service-cost__item,
    .service-cost__item:first-child,
    .service-cost__item:last-child {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        min-height: 0;
        border-radius: 0;
    }

    .service-cost__item:nth-child(even) {
        background-color: #f3f5f7;
    }

    .service-cost__item:hover,
    .service-cost__item:focus-within {
        background-color: inherit;
    }

    .service-cost__item:nth-child(even):hover,
    .service-cost__item:nth-child(even):focus-within {
        background-color: #f3f5f7;
    }

    .service-cost__toggle {
        width: 100%;
        padding: 16px 20px 0;
        cursor: pointer;
    }

    .service-cost__name {
        font-size: 14px;
    }

    .service-cost__item:hover .service-cost__name,
    .service-cost__item:focus-within .service-cost__name {
        color: #1d1d1d;
    }

    .service-cost__caption {
        font-size: 12px;
    }

    .service-cost__arrow {
        display: block;
        flex: 0 0 auto;
        width: 11px;
        height: 20px;
        background: url("/build/static/images/service-page/service-cost-arrow.svg") center / contain no-repeat;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }

    .service-cost__item--open .service-cost__arrow {
        opacity: 0.5;
        transform: rotate(180deg);
    }

    .service-cost__price {
        display: none;
    }

    .service-cost__details,
    .service-cost__item:nth-last-child(-n + 2) .service-cost__details {
        position: static;
        z-index: auto;
        width: auto;
        max-height: 0;
        margin: 0 20px;
        padding: 0;
        border: 0;
        border-radius: 0;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        background-color: transparent;
        box-shadow: none;
        transition:
            max-height 0.25s ease,
            margin-top 0.25s ease,
            padding-top 0.25s ease,
            opacity 0.2s ease,
            visibility 0.25s ease;
    }

    .service-cost__item:hover .service-cost__details,
    .service-cost__item:focus-within .service-cost__details {
        visibility: hidden;
        opacity: 0;
    }

    .service-cost__item--open .service-cost__details,
    .service-cost__item--open:hover .service-cost__details,
    .service-cost__item--open:focus-within .service-cost__details {
        max-height: 330px;
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid rgba(57, 84, 117, 0.12);
        visibility: visible;
        opacity: 1;
    }

    .service-cost__details-title {
        font-size: 14px;
    }

    .service-cost__details-text {
        font-size: 14px;
    }

    .service-cost__more {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 44px;
        margin: 16px 20px 12px;
        padding: 12px 16px;
        border: 0;
        border-radius: 8px;
        color: #ffffff;
        background-color: #3e8750;
        box-sizing: border-box;
        font-family: inherit;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

    .service-cost__more:hover {
        background-color: #347543;
    }

    .service-cost__item--open .service-cost__more {
        margin-top: 32px;
    }

    .service-cost__more-price {
        display: flex;
        align-items: center;
        gap: 8px;
        color: rgba(255, 255, 255, 1);
        font-weight: 500;
    }

    .service-cost__more-price::after {
        content: "";
        width: 1px;
        height: 16px;
        background-color: rgba(255, 255, 255, 0.4);
    }

    .service-cost__consultation {
        gap: 20px;
        width: 100%;
        padding: 20px;
    }

    .service-cost__consultation-title {
        font-size: 20px;
    }

    .service-cost__consultation-text {
        margin-top: -8px;
        font-size: 14px;
    }
}





.help {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background-color: #395475;
}

.help::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: url("/build/static/images/service-page/help/help-bg.jpg") center / cover no-repeat;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.help__container {
    position: relative;
    z-index: 1;
}

.help__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.help__heading {
    align-self: center;
}

.help__heading .section-subtitle {
    max-width: 724px;
    color: rgba(255, 255, 255, 1);
}

.help__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.help__card {
    position: relative;
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    min-height: 104px;
    padding: 12px;
    border-radius: 20px;
    color: #1d1d1d;
    background-color: #ffffff;
    text-decoration: none;
}

.help__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    background-color: rgba(62, 135, 80, 0.1);
}

.help__icon img {
    width: 32px;
    height: 32px;
}

.help__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-right: 34px;
}

.help__name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.help__caption {
    color: rgba(29, 29, 29, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.help__arrow {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    border: 1px solid rgba(62, 135, 80, 0.2);
    transition: all 0.2s ease;
}

.help__arrow::before {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    background: url("/build/static/images/service-page/help/arrow.svg") center / contain no-repeat;
    transition: filter 0.2s ease;
}

.help__card:hover .help__arrow,
.help__card:focus-visible .help__arrow {
    border: 1px solid #3e8750;
    background-color: #3e8750;
}

.help__card:hover .help__arrow::before,
.help__card:focus-visible .help__arrow::before {
    filter: brightness(0) invert(1);
}

@media (max-width: 1023px) {
    .help__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .help {
        padding: 60px 0;
    }

    .help__inner {
        gap: 24px;
    }

    .help__heading .section-subtitle {
        max-width: 290px;
        color: rgba(255, 255, 255, 1);
    }

    .help__card {
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 16px;
        min-height: 72px;
        padding: 11px;
        border: 1px solid rgba(57, 84, 117, 0.2);
        border-radius: 16px;
    }

    .help__icon {
        width: 48px;
        height: 48px;
        border-radius: 10px;
    }

    .help__icon img {
        width: 26px;
        height: 26px;
    }

    .help__content {
        gap: 8px;
        padding-right: 0;
    }

    .help__name {
        font-size: 14px;
    }

    .help__caption {
        font-size: 12px;
    }

    .help__arrow {
        right: 12px;
        bottom: 12px;
        width: 6px;
        height: 10px;
        border: none;
        border-radius: 0;
    }

    .help__card:hover .help__arrow,
    .help__card:focus-visible .help__arrow {
        background-color: transparent;
        border: none;
    }

    .help__card:hover .help__arrow::before,
    .help__card:focus-visible .help__arrow::before {
        filter: none;
    }
}

@media (max-width: 600px) {
    .help__list {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
}





.service-article__layout {
    display: grid;
    grid-template-columns: minmax(0, 853px) 277px;
    align-items: start;
    gap: 40px;
}

.text-block {
    color: rgba(29, 29, 29, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.text-block h2 {
    margin: 0 0 24px;
    color: #1d1d1d;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.text-block h2:not(:first-child) {
    margin-top: 64px;
}

.text-block p {
    margin: 0;
}

.text-block p + p {
    margin-top: 12px;
}

.text-block ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.text-block ul li {
    position: relative;
    padding-left: 20px;
}

.text-block ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #3e8750;
}

.text-block ol {
    counter-reset: myCounter;
    list-style: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 16px 0 0;
}

.text-block ol li {
    box-sizing: border-box;
    position: relative;
    padding-left: 35px;
}

.text-block ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 2px;
    height: 22px;
    width: 22px;
    border-radius: 50px;
    box-sizing: border-box;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3e8750;
    color: #3e8750;
}

.text-block img {
    border-radius: 30px;
    margin: 16px 0;
}

.text-block blockquote {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 36px;
    padding: 16px 20px;
    border-left: 1.5px solid #3e8750;
    border-radius: 20px;
    background-color: #f4fbf5;
    font-style: normal;
}

.text-block blockquote strong {
    color: #3e8750;
    font-weight: 600;
    line-height: 1.2;
}

.text-block__authors {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 32px;
}

.text-block__author {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
    background-color: #f3f5f7;
}

img.text-block__photo {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
    margin: 0;
}

.text-block__author-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.2;
}

.text-block__author-label {
    margin-bottom: 4px;
    color: rgba(57, 84, 117, 0.4);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.text-block__author-name {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 500;
}

.text-block__author-position {
    color: rgba(29, 29, 29, 0.8);
    font-size: 14px;
}

.service-article__aside {
    position: sticky;
    top: 80px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-article__toc,
.service-article__form {
    padding: 16px 19px;
    border: 1px solid rgba(57, 84, 117, 0.2);
    border-radius: 20px;
    background-color: #ffffff;
}

.service-article__aside-title {
    color: #395475;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.service-article__toc-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.service-article__toc-list a {
    color: rgba(29, 29, 29, 0.8);
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    transition: color 0.2s ease;
}

.service-article__toc-list a:hover,
.service-article__toc-list a:focus-visible {
    color: #3e8750;
}

.service-article__form-text {
    margin-top: 8px;
    color: rgba(29, 29, 29, 0.8);
    font-size: 14px;
    line-height: 1.4;
}

.service-article__form .cta-btn {
    margin-top: 16px;
}

@media (max-width: 1199px) {
    .service-article__layout {
        grid-template-columns: minmax(0, 1fr) 260px;
        gap: 32px;
    }
}

@media (max-width: 1023px) {
    .service-article__layout {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
        align-items: stretch;
    }

    .service-article__aside {
        position: static;
    }

    .text-block {
        max-width: 853px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .text-block {
        color: rgba(29, 29, 29, 0.6);
        font-size: 14px;
    }

    .text-block h2 {
        margin-bottom: 16px;
        font-size: 22px;
    }

    .text-block h2:not(:first-child) {
        margin-top: 32px;
    }

    .text-block p + p {
        margin-top: 8px;
    }

    .text-block ul, .text-block ol {
        gap: 7px;
        margin-top: 12px;
    }

    .text-block img {
        display: block;
        float: none !important;
    }

    .text-block blockquote {
        gap: 8px;
        margin-top: 32px;
        border-radius: 16px;
        color: rgba(29, 29, 29, 0.8);
    }

    .text-block__authors {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 20px;
    }

    .text-block__author {
        grid-template-columns: 60px minmax(0, 1fr);
        align-items: start;
        gap: 16px;
        padding: 16px;
        border-radius: 16px;
    }

    img.text-block__photo {
        width: 60px;
        height: 60px;
        border-radius: 8px;
    }

    .text-block__author-label {
        font-size: 12px;
    }
}





.s-faq__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.s-faq__heading {
    align-self: center;
}

.s-faq__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.s-faq__item {
    padding: 20px 24px;
    border: 1px solid #d7dde3;
    border-radius: 16px;
    background-color: #ffffff;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.s-faq__item:not(.is-open):hover {
    border-color: rgba(62, 135, 80, 0.5);
}

.s-faq__item.is-open {
    border-color: #3e8750;
    background-color: #3e8750;
}

.s-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 0;
    border: 0;
    color: #1d1d1d;
    background-color: transparent;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
}

.s-faq__item.is-open .s-faq__question {
    color: #ffffff;
}

.s-faq__question-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.s-faq__indicator {
    position: relative;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #3e8750;
    background-color: rgba(62, 135, 80, 0.04);
}

.s-faq__indicator::before,
.s-faq__indicator::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: currentColor;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.s-faq__indicator::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.s-faq__item.is-open .s-faq__indicator {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}

.s-faq__item.is-open .s-faq__indicator::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0);
}

.s-faq__answer {
    height: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    line-height: 1.5;
    transition: height 0.25s ease;
}

.s-faq__answer-inner {
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
    .s-faq__inner {
        gap: 24px;
    }

    .s-faq__list {
        gap: 12px;
    }

    .s-faq__item {
        padding: 16px 20px;
    }

    .s-faq__question {
        align-items: flex-start;
        gap: 12px;
    }

    .s-faq__question-text {
        font-size: 16px;
        line-height: 1.25;
    }

    .s-faq__indicator {
        flex-basis: 32px;
        width: 32px;
        height: 32px;
    }

    .s-faq__indicator::before,
    .s-faq__indicator::after {
        width: 11px;
        height: 2px;
    }

    .s-faq__answer {
        color: #ffffff;
        font-size: 14px;
        line-height: 1.3;
    }
}





.consult__box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 377px;
    align-items: stretch;
    overflow: hidden;
    border-radius: 40px;
    background-color: #3e8750;
}

.consult__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    padding: 52px;
}

.consult__title {
    display: flex;
    flex-direction: column;
    max-width: 565px;
}

.consult__text {
    max-width: 565px;
}

.consult__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 24px;
    border: 1px solid rgba(47, 98, 69, 0.2);
    border-radius: 20px;
    background-color: #ffffff;
}

.consult__form-heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.consult__form-title {
    color: #1d1d1d;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.consult__form-text {
    color: rgba(29, 29, 29, 0.6);
    font-size: 13px;
    line-height: 1.4;
}

.consult__fields {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.consult__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.consult__label {
    color: rgba(29, 29, 29, 0.6);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.consult__input {
    width: 100%;
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 8px;
    outline: none;
    color: #1d1d1d;
    background-color: #f3f5f7;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.consult__input::placeholder {
    color: rgba(29, 29, 29, 0.6);
    opacity: 1;
}

.consult__input:hover {
    border-color: rgba(62, 135, 80, 0.3);
}

.consult__input:focus {
    border-color: #3e8750;
    background-color: #ffffff;
}

.consult__privacy {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(29, 29, 29, 0.6);
    font-size: 11px;
    line-height: 1.2;
}

.consult__privacy-icon {
    position: relative;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    border: 2px solid #3e8750;
    border-radius: 50%;
}

.consult__privacy-icon::before,
.consult__privacy-icon::after {
    content: "";
    position: absolute;
    top: 52%;
    left: 49%;
    width: 6px;
    height: 2px;
    border-radius: 2px;
    background-color: #3e8750;
}

.consult__privacy-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.consult__privacy-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 1023px) {
    .consult__box {
        grid-template-columns: minmax(0, 1fr) 340px;
    }

    .consult__content {
        padding: 32px;
    }

    .consult__title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .consult__box {
        padding: 16px 20px 40px;
        display: flex;
        flex-direction: column;
        border-radius: 16px;
    }

    .consult__content {
        gap: 12px;
        padding: 0;
    }

    .consult__title {
        font-size: 22px;
    }
    .consult__title span {
        display: contents;
    }

    .consult__form {
        gap: 10px;
        margin-top: 12px;
        border: 0;
        border-radius: 0;
        background-color: transparent;
        padding: 0;
    }

    .consult__form-heading,
    .consult__label,
    .consult__privacy {
        display: none;
    }

    .consult__fields {
        gap: 10px;
    }

    .consult__field {
        gap: 0;
    }

    .consult__input {
        padding: 15px 16px;
        border: 0;
        border-radius: 999px;
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.15);
        line-height: 20px;
    }

    .consult__input::placeholder {
        color: rgba(255, 255, 255, 0.45);
    }

    .consult__input:hover,
    .consult__input:focus {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .consult__input:focus {
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
    }

    .consult__submit {
        padding: 15px 25px;
        font-size: 15px;
        line-height: 20px;
    }
}




.s-doctors {
    padding: 120px 0 80px;
    background: url("/build/static/images/service-page/help/help-bg.jpg") center / cover no-repeat;
    background-color: #395475;
}

.s-doctors__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.s-doctors__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

.s-doctors__heading {
    max-width: 650px;
}

.s-doctors__heading .section-subtitle {
    max-width: 650px;
    color: rgba(255, 255, 255, 1);
}

.s-doctors__all {
    flex-shrink: 0;
}

.s-doctors__slider-wrap {
    display: flex;
    flex-direction: column;
}

.s-doctors__slider {
    width: 100%;
    overflow: hidden;
}

.s-doctors__slide {
    height: auto;
}

.s-doctors__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 16px;
    border-radius: 16px;
    background-color: #ffffff;
}

.s-doctors__photo {
    flex-shrink: 0;
    aspect-ratio: 262 / 268;
    margin: 8px 8px 0;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f3f5f7;
    max-height: 300px;
}

.s-doctors__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.s-doctors__tag {
    position: relative;
    z-index: 1;
    align-self: flex-start;
    margin: -50px 16px 0;
    padding: 10px 14px;
    border-radius: 4px;
    color: #395475;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.s-doctors__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
    margin-bottom: 20px;
    padding: 0 24px;
    line-height: 1.2;
}

.s-doctors__name {
    color: #1d1d1d;
    font-size: 18px;
    font-weight: 600;
}

.s-doctors__position {
    color: rgba(29, 29, 29, 0.6);
    font-size: 14px;
}

.s-doctors__experience {
    margin: auto 24px 0;
    padding-top: 16px;
    border-top: 1px solid #d7dde3;
    color: rgba(29, 29, 29, 0.8);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

@media (max-width: 1023px) {
    .s-doctors {
        padding-top: 100px;
    }

    .s-doctors__title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .s-doctors {
        padding: 60px 0;
    }

    .s-doctors__inner {
        gap: 24px;
    }

    .s-doctors__header {
        display: contents;
    }

    .s-doctors__heading {
        order: 1;
        max-width: none;
    }

    .s-doctors__slider-wrap {
        order: 2;
    }

    .s-doctors__all {
        order: 3;
        width: 100%;
    }

    .s-doctors__tag {
        margin-top: -48px;
        font-size: 14px;
    }

    .s-doctors__info {
        margin-top: 24px;
        padding: 0 20px;
    }

    .s-doctors__name {
        font-size: 16px;
    }

    .s-doctors__experience {
        margin: auto 20px 0;
    }

    .s-doctors__pagination {
        display: flex;
    }

    .s-doctors__pagination .swiper-pagination-bullet {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .s-doctors__pagination .swiper-pagination-bullet:hover {
        background-color: rgba(255, 255, 255, 0.25);
    }

    .s-doctors__pagination .swiper-pagination-bullet-active {
        background-color: rgba(255, 255, 255, 0.4);
    }
}




.s-reviews__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.s-reviews__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 377px;
    align-items: center;
    gap: 85px;
}

.s-reviews__heading {
    max-width: 708px;
}

.s-reviews__rating {
    position: relative;
    min-height: 139px;
    padding: 20px 24px 18px;
    overflow: hidden;
    border-radius: 20px;
    box-sizing: border-box;
    color: #ffffff;
    background: linear-gradient(
        177deg,
        #395475 17.88%,
        #6b9ddb 275.98%
    );
}

.s-reviews__rating::before,
.s-reviews__rating::after {
    content: "";
    position: absolute;
    pointer-events: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.s-reviews__rating::before {
    left: 0;
    bottom: 0;
    width: 142px;
    height: 91px;
    background-image: url("/build/static/images/service-page/reviews/rating-decor-left.svg");
}

.s-reviews__rating::after {
    top: 0;
    right: 0;
    width: 215px;
    height: 139px;
    background-image: url("/build/static/images/service-page/reviews/rating-decor-right.svg");
}

.s-reviews__rating-head,
.s-reviews__rating-text {
    position: relative;
    z-index: 1;
}

.s-reviews__rating-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.s-reviews__rating-stars {
    display: flex;
    gap: 4px;
}
.s-reviews__rating-star {
    display: block;
    width: 28px;
    height: 28px;
    background: url("/build/static/images/service-page/reviews/star.svg") no-repeat center / contain;
}
.s-reviews__rating-star.fill {
    background: url("/build/static/images/service-page/reviews/star-fill.svg") no-repeat center / contain;
}

.s-reviews__rating-value {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.s-reviews__rating-text {
    max-width: 328px;
    padding-top: 10px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.s-reviews__slider-wrap {
    display: flex;
    flex-direction: column;
}

.s-reviews__slider {
    width: 100%;
    overflow: hidden;
}

.s-reviews__slider .swiper-wrapper {
    align-items: flex-start;
}

.s-reviews__slide {
    height: auto;
}

.s-reviews__card {
    display: flex;
    flex-direction: column;
    min-height: 320px;
    padding: 20px 23px 16px;
    border: 1px solid rgba(57, 84, 117, 0.2);
    border-radius: 20px;
    box-sizing: border-box;
    background-color: #ffffff;
}

.s-reviews__card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.s-reviews__name {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.s-reviews__stars {
    display: flex;
    gap: 2px;
}

.s-reviews__star {
    display: block;
    width: 20px;
    height: 20px;
    background: url("/build/static/images/service-page/reviews/star.svg") no-repeat center / contain;
}
.s-reviews__star.fill {
    background: url("/build/static/images/service-page/reviews/star-fill.svg") no-repeat center / contain;
}

.s-reviews__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin: 12px 0;
}

.s-reviews__text {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(29, 29, 29, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}
.s-reviews__text p {
    margin: 0;
}

.s-reviews__text.is-expanded {
    display: block;
    overflow: visible;
}

.s-reviews__toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: none;
    color: #3e8750;
    background: transparent;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
}

.s-reviews__toggle::after {
    content: "";
    display: block;
    width: 10px;
    height: 19px;
    background: url("/build/static/images/service-page/reviews/review-toggle.svg") no-repeat center / contain;
    transition: transform 0.2s ease;
}

.s-reviews__toggle.is-active {
    color: rgba(57, 84, 117, 0.8);
}

.s-reviews__toggle.is-active::after {
    transform: rotate(180deg);
}

.s-reviews__toggle[hidden] {
    display: none;
}

.s-reviews__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(57, 84, 117, 0.1);
    color: rgba(29, 29, 29, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

@media (max-width: 1023px) {
    .s-reviews__top {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .s-reviews__inner {
        gap: 24px;
    }

    .s-reviews__top {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }

    .s-reviews__heading {
        max-width: 290px;
    }

    .s-reviews__rating {
        min-height: 133px;
        padding: 16px 20px;
        border-radius: 16px;
    }

    .s-reviews__rating::before {
        width: 117px;
        height: 75px;
    }

    .s-reviews__rating::after {
        width: 172px;
        height: 112px;
    }

    .s-reviews__rating-head {
        padding-bottom: 12px;
    }

    .s-reviews__rating-star {
        width: 24px;
        height: 24px;
    }

    .s-reviews__rating-text {
        max-width: 250px;
        padding-top: 12px;
        font-size: 14px;
    }

    .s-reviews__slider {
        overflow: visible;
        border-radius: 16px;
    }

    .s-reviews__card {
        min-height: 290px;
        padding: 16px 19px;
        border-radius: 16px;
    }

    .s-reviews__body {
        margin-top: 12px;
    }

    .s-reviews__toggle {
        font-size: 14px;
    }

    .s-reviews__toggle::after {
        height: 16px;
    }

    .s-reviews__meta {
        padding-top: 16px;
    }

    .s-reviews__pagination {
        display: flex;
    }
}




.s-licenses {
    padding: 120px 0;
    overflow: hidden;
    background-color: #f3f5f7;
}

.s-licenses__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.s-licenses__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

.s-licenses__heading {
    max-width: 650px;
}

.s-licenses__verify {
    flex-shrink: 0;
    color: #1d1d1d;
    border-color: #3e8750;
    background-color: transparent;
}

.s-licenses__verify:hover,
.s-licenses__verify:focus-visible {
    color: #ffffff;
    border-color: #3e8750;
    background-color: #3e8750;
}

.s-licenses__slider-wrap {
    display: flex;
    flex-direction: column;
}

.s-licenses__slider {
    width: 100%;
}

.s-licenses__slider .swiper-wrapper {
    align-items: stretch;
}

.s-licenses__slide {
    height: auto;
}

.s-licenses__card {
    position: relative;
    display: block;
    height: 100%;
    max-height: 400px;
    padding: 8px;
    overflow: hidden;
    border-radius: 16px;
    box-sizing: border-box;
    color: #395475;
    background-color: #ffffff;
    text-decoration: none;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.s-licenses__card::before {
    content: "";
    position: absolute;
    top: 114px;
    right: -50px;
    z-index: 3;
    width: 190px;
    height: 190px;
    background: url("/build/static/images/service-page/document-stamp.svg") center / contain no-repeat;
    pointer-events: none;
}

.s-licenses__card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%,  #ffffff 100%);
    pointer-events: none;
}

.s-licenses__card:hover,
.s-licenses__card:focus-visible {
    box-shadow: 0 12px 30px rgba(57, 84, 117, 0.12);
}

.s-licenses__document {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.s-licenses__name {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: 3;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.s-licenses__pagination {
    display: none;
}

@media (max-width: 767px) {
    .s-licenses {
        padding: 40px 0;
    }

    .s-licenses__inner {
        gap: 24px;
    }

    .s-licenses__header {
        display: contents;
    }

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

    .s-licenses__slider-wrap {
        order: 2;
    }

    .s-licenses__verify {
        order: 3;
        width: 100%;
    }

    .s-licenses__slider {
        overflow: visible;
    }
    
    .s-licenses__name {
        font-size: 16px;
    }

    .s-licenses__pagination {
        display: flex;
    }
}




.guidelines {
    overflow: hidden;
}

.guidelines__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.guidelines__heading {
    max-width: 653px;
}

.guidelines__panel {
    display: grid;
    grid-template-columns: minmax(0, 723px) minmax(280px, 331px);
    gap: 40px;
    padding: 36px 36px 36px 40px;
    border-radius: 40px;
    background-color: #f3f5f7;
    overflow: hidden;
}

.guidelines__main {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.guidelines__intro {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.guidelines__intro-title {
    color: #1d1d1d;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.guidelines__intro-text {
    max-width: 650px;
    color: rgba(29, 29, 29, 0.6);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.guidelines__slider-wrap {
    display: flex;
    flex-direction: column;
}

.guidelines__slider {
    width: 100%;
    overflow: visible;
}

.guidelines__slider .swiper-wrapper {
    flex-direction: column;
    gap: 12px;
    counter-reset: guideline-source;
}

.guidelines__slide {
    height: auto;
}

.guidelines__source {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    height: 100%;
    padding: 18px 20px;
    border-radius: 16px;
    box-sizing: border-box;
    background-color: #ffffff;
    counter-increment: guideline-source;
}

.guidelines__source::before {
    content: counter(guideline-source);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    color: #3e8750;
    background-color: rgba(62, 135, 80, 0.1);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.guidelines__source-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.guidelines__source-title {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.guidelines__source-text {
    color: rgba(29, 29, 29, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.guidelines__pagination {
    display: none;
}

.guidelines__regulation {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 24px;
    border-radius: 16px;
    background-color: #ffffff;
}

.guidelines__regulation-icon {
    display: block;
    width: 44px;
    height: 30px;
    object-fit: contain;
}

.guidelines__regulation-content,
.guidelines__regulation-heading {
    display: flex;
    flex-direction: column;
}

.guidelines__regulation-content {
    gap: 16px;
}

.guidelines__regulation-heading {
    gap: 12px;
}

.guidelines__regulation-title {
    color: #1d1d1d;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.guidelines__regulation-text {
    color: rgba(29, 29, 29, 0.6);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.guidelines__regulation-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.guidelines__regulation-list li {
    position: relative;
    padding-left: 14px;
    color: rgba(29, 29, 29, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.guidelines__regulation-list li::before {
    content: "";
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #3e8750;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .guidelines__slide {
        width: 100% !important;
    }
}

@media (max-width: 1023px) {
    .guidelines__panel {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 24px;
        padding: 28px;
    }
}

@media (max-width: 767px) {
    .guidelines__inner {
        gap: 24px;
    }

    .guidelines__heading {
        max-width: 100%;
    }

    .guidelines__panel {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 16px 20px 20px;
        border-radius: 16px;
    }

    .guidelines__intro {
        gap: 8px;
    }

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

    .guidelines__intro-text {
        max-width: none;
        font-size: 14px;
    }

    .guidelines__slider .swiper-wrapper {
        flex-direction: row;
        gap: 0;
    }

    .guidelines__source {
        flex-direction: column;
        gap: 16px;
        min-height: 229px;
        padding: 18px 20px;
    }

    .guidelines__pagination {
        display: flex;
    }

    .guidelines__regulation {
        gap: 16px;
        padding: 20px;
    }

    .guidelines__regulation-icon {
        width: 34px;
        height: 24px;
    }

    .guidelines__regulation-title {
        font-size: 18px;
    }

    .guidelines__regulation-text,
    .guidelines__regulation-list li {
        font-size: 14px;
    }
}





.callback-banner__box {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    overflow: hidden;
    padding: 44px 52px 42px;
    border-radius: 40px;
    background: linear-gradient(93deg, #26ae34 3%, #56c661 102%);
}

.callback-banner__box::before,
.callback-banner__box::after,
.callback-banner__content::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.callback-banner__box::before {
    top: -220px;
    right: -122px;
    width: 464px;
    height: 464px;
    background-color: rgba(255, 255, 255, 0.08);
}

.callback-banner__box::after {
    top: -172px;
    right: -74px;
    width: 368px;
    height: 368px;
    background-color: rgba(255, 255, 255, 0.08);
}

.callback-banner__content::before {
    top: -131px;
    right: -33px;
    width: 286px;
    height: 286px;
    background-color: rgba(255, 255, 255, 0.08);
}

.callback-banner__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    max-width: 565px;
}

.callback-banner__title,
.callback-banner__text,
.callback-banner__btn {
    position: relative;
    z-index: 1;
}

.callback-banner__btn {
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    .callback-banner__box {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        padding: 16px 20px;
        border-radius: 16px;
        background: #3db94a;
    }

    .callback-banner__box::before {
        top: -169px;
        right: -276px;
    }

    .callback-banner__box::after {
        top: -121px;
        right: -228px;
    }

    .callback-banner__content::before {
        top: -80px;
        right: -187px;
    }

    .callback-banner__content {
        gap: 12px;
        max-width: none;
    }
}




.section-eyebrow {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #3e8750;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.section-eyebrow::before {
    content: "";
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background-color: #3e8750;
}

.care-format__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.care-format__heading {
    max-width: 820px;
}

.care-format__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.care-format__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 28px;
    border: 1px solid;
    border-radius: 20px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.care-format__card--home {
    border-color: #a9ceb2;
    background-color: #edf5ef;
}

.care-format__card--hospital {
    border-color: #f0bd8d;
    background-color: #fff4ea;
}

.care-format__card:hover {
    box-shadow: 0 12px 30px rgba(28, 42, 34, 0.08);
    transform: translateY(-2px);
}

.care-format__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
    border-radius: 16px;
    color: #ffffff;
}

.care-format__card--home .care-format__icon {
    background-color: #3e8750;
}

.care-format__card--hospital .care-format__icon {
    background-color: #d97921;
}

.care-format__card--home .care-format__icon::before {
    content: "";
    width: 15px;
    height: 8px;
    border-bottom: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    transform: translateY(-2px) rotate(-45deg);
}

.care-format__card--hospital .care-format__icon::before {
    content: "!";
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
}

.care-format__card-title {
    color: #1d1d1d;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
}

.care-format__points ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    color: rgba(29, 29, 29, 0.8);
    font-size: 15px;
    line-height: 1.4;
    list-style: none;
}

.care-format__points li {
    position: relative;
    padding-left: 18px;
}

.care-format__points li::before {
    content: "";
    position: absolute;
    top: 0.65em;
    left: 1px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3e8750;
    transform: translateY(-50%);
}

.care-format__card--hospital .care-format__points li::before {
    background-color: #d97921;
}

.care-format__note {
    width: 100%;
    margin-top: auto;
    padding-top: 17px;
    border-top: 1px solid rgba(57, 84, 117, 0.15);
    color: rgba(57, 84, 117, 0.7);
    font-size: 13px;
    line-height: 1.4;
}

.arrival {
    padding: 72px 0 76px;
    background-color: #3e8750;
}

.arrival__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.arrival__heading {
    max-width: 820px;
    margin: 0 auto;
}

.arrival__heading .section-subtitle {
    max-width: 760px;
}

.arrival__panel {
    padding: 32px 30px 20px;
    border-radius: 28px;
    background-color: #ffffff;
}

.arrival__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px 46px;
    counter-reset: arrival-step;
}

.arrival__item {
    counter-increment: arrival-step;
}

.arrival__item-title {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 11px;
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.arrival__item-title::before {
    content: counter(arrival-step);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    border-radius: 8px;
    color: #ffffff;
    background-color: #d97921;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.arrival__item-text {
    color: rgba(29, 29, 29, 0.6);
    font-size: 14px;
    line-height: 1.45;
}

.arrival__warning {
    position: relative;
    margin-top: 26px;
    padding: 11px 18px 11px 22px;
    border-radius: 11px;
    color: rgba(29, 29, 29, 0.8);
    background-color: #fff3e7;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
}

.arrival__warning::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    border-radius: 11px 0 0 11px;
    background-color: #d97921;
}

.procedure__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.procedure__heading {
    max-width: 760px;
    margin: 0 auto;
}

.procedure__heading .section-subtitle {
    max-width: 680px;
}

.procedure__timeline {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    counter-reset: procedure-step;
}

.procedure__timeline::before {
    content: "";
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: 50%;
    width: 2px;
    background-color: #e1e8e3;
    transform: translateX(-50%);
}

.procedure__step {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 72px 1fr;
    align-items: start;
    margin-bottom: 13px;
    counter-increment: procedure-step;
}

.procedure__step:last-child {
    margin-bottom: 0;
}

.procedure__marker {
    position: relative;
    z-index: 2;
    display: flex;
    grid-row: 1;
    grid-column: 2;
    align-items: center;
    justify-content: center;
    justify-self: center;
    width: 44px;
    height: 44px;
    margin-top: 13px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    background-color: #3e8750;
    box-shadow: 0 0 0 1px rgba(62, 135, 80, 0.24);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.procedure__marker::before {
    content: counter(procedure-step);
}

.procedure__card {
    position: relative;
    z-index: 1;
}

.procedure__step:nth-child(odd) .procedure__card {
    grid-row: 1;
    grid-column: 1;
}

.procedure__step:nth-child(even) .procedure__card {
    grid-row: 1;
    grid-column: 3;
}

.procedure__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 19px 20px;
    border: 1px solid #cfe1d3;
    border-radius: 14px;
    color: #1d1d1d;
    background-color: #ffffff;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.procedure__toggle:hover,
.procedure__toggle:focus-visible {
    border-color: rgba(62, 135, 80, 0.6);
    box-shadow: 0 7px 20px rgba(31, 72, 44, 0.06);
}

.procedure__toggle:focus-visible {
    outline: 2px solid #d97921;
    outline-offset: 3px;
}

.procedure__step-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
}

.procedure__chevron {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease;
}

.procedure__chevron::before,
.procedure__chevron::after {
    content: "";
    position: absolute;
    top: 8px;
    width: 9px;
    height: 2px;
    border-radius: 2px;
    background-color: #3e8750;
}

.procedure__chevron::before {
    left: 1px;
    transform: rotate(45deg);
}

.procedure__chevron::after {
    right: 1px;
    transform: rotate(-45deg);
}

.procedure__panel {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.25s ease, opacity 0.2s ease;
}

.procedure__panel-inner {
    overflow: hidden;
}

.procedure__text {
    padding: 0 20px;
    color: rgba(29, 29, 29, 0.6);
    font-size: 15px;
    line-height: 1.5;
    transition: padding 0.25s ease;
}

.procedure__step.is-open .procedure__panel {
    grid-template-rows: 1fr;
    opacity: 1;
}

.procedure__step.is-open .procedure__text {
    padding: 0 20px 18px;
}

.procedure__step.is-open .procedure__card {
    overflow: hidden;
    border: 1px solid rgba(62, 135, 80, 0.4);
    border-radius: 14px;
    background-color: #edf5ef;
    box-shadow: 0 10px 28px rgba(31, 72, 44, 0.06);
}

.procedure__step.is-open .procedure__toggle {
    padding-bottom: 12px;
    border-color: transparent;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}

.procedure__step.is-open .procedure__marker {
    background-color: #d97921;
    box-shadow: 0 0 0 1px rgba(217, 121, 33, 0.3);
}

.procedure__step.is-open .procedure__chevron {
    transform: rotate(180deg);
}

.procedure__step.is-open .procedure__chevron::before,
.procedure__step.is-open .procedure__chevron::after {
    background-color: #d97921;
}

.procedure__action {
    display: flex;
    justify-content: center;
}

@media (max-width: 1023px) {
    .care-format__list {
        grid-template-columns: 1fr;
    }

    .arrival__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .procedure__timeline::before {
        left: 21px;
        transform: none;
    }

    .procedure__step {
        grid-template-columns: 48px 1fr;
    }

    .procedure__marker {
        grid-column: 1;
        width: 42px;
        height: 42px;
        margin-top: 10px;
    }

    .procedure__step:nth-child(odd) .procedure__card,
    .procedure__step:nth-child(even) .procedure__card {
        grid-row: 1;
        grid-column: 2;
    }

    .procedure__toggle {
        padding: 16px 17px;
    }
}

@media (max-width: 767px) {
    .section-eyebrow {
        font-size: 12px;
    }

    .care-format__inner,
    .arrival__inner,
    .procedure__inner {
        gap: 24px;
    }

    .care-format__list {
        gap: 16px;
    }

    .care-format__card {
        gap: 18px;
        padding: 24px;
        border-radius: 20px;
    }

    .care-format__icon {
        margin-bottom: 5px;
    }

    .care-format__card-title {
        font-size: 20px;
        line-height: 1.2;
    }

    .care-format__points ul {
        gap: 12px;
        font-size: 14px;
    }

    .care-format__points li {
        padding-left: 22px;
    }

    .care-format__points li::before {
        width: 7px;
        height: 7px;
    }

    .care-format__note {
        margin-top: 7px;
        padding-top: 18px;
        font-size: 14px;
    }

    .arrival {
        padding: 50px 0 54px;
    }

    .arrival__panel {
        padding: 30px 21px 18px;
        border-radius: 24px;
    }

    .arrival__list {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .arrival__item-title {
        align-items: flex-start;
        margin-bottom: 10px;
        font-size: 17px;
    }

    .arrival__item-title::before {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
        border-radius: 9px;
        font-size: 14px;
    }

    .arrival__item-text {
        padding-left: 41px;
        font-size: 14px;
    }

    .arrival__warning {
        margin-top: 28px;
        padding: 13px 13px 13px 17px;
    }

    .procedure__timeline::before {
        top: 22px;
        bottom: 22px;
        left: 19px;
    }

    .procedure__step {
        grid-template-columns: 44px 1fr;
        margin-bottom: 10px;
    }

    .procedure__marker {
        width: 38px;
        height: 38px;
        margin-top: 11px;
        font-size: 14px;
    }

    .procedure__toggle {
        gap: 12px;
        padding: 15px;
        border-radius: 15px;
    }

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

    .procedure__chevron {
        flex-basis: 16px;
        width: 16px;
        height: 16px;
    }

    .procedure__chevron::before,
    .procedure__chevron::after {
        top: 7px;
        width: 8px;
    }

    .procedure__text {
        padding: 0 15px;
        font-size: 14px;
    }

    .procedure__step.is-open .procedure__text {
        padding: 0 15px 15px;
    }

    .procedure__step.is-open .procedure__card {
        border-radius: 15px;
        box-shadow: none;
    }

    .procedure__step.is-open .procedure__toggle {
        padding-bottom: 11px;
    }

    .procedure__action .cta-btn {
        width: 100%;
    }
}