@font-face {
    font-family: "Inter";
    src: local("Inter LightBETA"), local(Inter-LightBETA), url(../fonts/Inter/Inter-LightBETA.woff2) format("woff2"), url(../fonts/Inter/Inter-LightBETA.woff) format("woff");
    font-display: swap;
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: local("Inter Regular"), local(Inter-Regular), url(../fonts/Inter/Inter-Regular.woff2) format("woff2"), url(../fonts/Inter/Inter-Regular.woff) format("woff");
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: local("Inter Medium"), local(Inter-Medium), url(../fonts/Inter/Inter-Medium.woff2) format("woff2"), url(../fonts/Inter/Inter-Medium.woff) format("woff");
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: local("Inter SemiBold"), local(Inter-SemiBold), url(../fonts/Inter/Inter-SemiBold.woff2) format("woff2"), url(../fonts/Inter/Inter-SemiBold.woff) format("woff");
    font-display: swap;
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: local("Inter Bold"), local(Inter-Bold), url(../fonts/Inter/Inter-Bold.woff2) format("woff2"), url(../fonts/Inter/Inter-Bold.woff) format("woff");
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Exo 2";
    src: local("Exo2 SemiBold"), local(Exo2-SemiBold), url(../fonts/Exo2/Exo2-SemiBold.woff2) format("woff2"), url(../fonts/Exo2/Exo2-SemiBold.woff) format("woff");
    font-display: swap;
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Exo 2";
    src: local("Exo2 Bold"), local(Exo2-Bold), url(../fonts/Exo2/Exo2-Bold.woff2) format("woff2"), url(../fonts/Exo2/Exo2-Bold.woff) format("woff");
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Exo 2";
    src: local("Exo2 ExtraBold"), local(Exo2-ExtraBold), url(../fonts/Exo2/Exo2-ExtraBold.woff2) format("woff2"), url(../fonts/Exo2/Exo2-ExtraBold.woff) format("woff");
    font-display: swap;
    font-weight: 800;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
:before,
:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    width: 100%;
    line-height: normal;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

textarea {
    resize: none;
}

button {
    cursor: pointer;
    background-color: transparent;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a {
    color: #4bb08c;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
    margin: 0;
}

picture {
    display: block;
}

label {
    display: block;
}

[type="submit"] {
    transition: opacity 0.2s ease;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #000;
    min-width: 360px;
}

body.lock {
    overflow: hidden;
}

main {
    min-height: 100vh;
}

.container {
    max-width: 1232px;
    padding: 0 16px;
    margin: 0 auto;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    background-color: #4bb08c;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    transition-property: background-color, opacity, transform !important;
    transition-duration: 0.2s, 0.6s, 0.6s !important;
}


span.call-center {
    margin-left: 10px;
}

.btn:active {
    background-color: #b7dfd1 !important;
}

.btn_color {
    color: #4bb08c;
    background-color: rgba(183, 223, 209, 0.5);
}

.btn_color:active {
    background-color: rgba(84, 84, 84, 0.2) !important;
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out;
}

.popup.open {
    opacity: 1;
    visibility: visible;
}

.popup__body {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px 20px;
}

.popup__content {
    width: 400px;
    max-width: 100%;
    position: relative;
    padding: 30px 35px;
    background-color: #fff;
    border-radius: 20px;
}

.search-popup .popup__content {
    width: 565px;
}

.promo__descr a {
    white-space: nowrap;
}

.form-popup .popup__content {
    padding: 60px 70px 65px;
    width: 1020px;
}

.response-popup .popup__content {
    padding: 60px 70px 65px;
    width: 1020px;
}

.popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 100;
}

.popup__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 15px;
}

.form-popup__title {
    font-family: "Exo 2";
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 20px;
}

.form-popup__descr {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 40px;
}

.form__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

[data-target="question"] .form__wrapper {
    grid-template-columns: repeat(2, 1fr);
}

.form__field {
    width: 100%;
    height: 100%;
    padding: 10px 26px;
    border-radius: 20px;
    border: 1px solid #dbe2e7;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

textarea.form__field {
    height: 80px;
}

[data-target="question"] .form__label:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
}

.form__policy {
    color: gray;
    font-size: 10px;
    line-height: 16px;
}

.form__policy a {
    color: #4bb08c;
    transition: color 0.2s ease;
}

.form__policy a:active {
    color: #4bb08c !important;
}

.contraindications {
    padding: 15px 0;
    background-color: #4bb08c;
}

.contraindications__text {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.form-popup__btn {
    width: 100%;
}

[data-target="question"] .form-popup__btn {
    margin-bottom: 16px;
}

.page-title {
    font-family: "Exo 2";
    font-size: 58px;
    font-weight: 600;
    line-height: 62px;
    color: #fff;
    margin-bottom: 20px;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 60px;
}

.section-title_white {
    color: #fff;
}

.section-top .section-title {
    margin-bottom: 0;
}

.section-descr {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
}

.section-descr_white {
    color: #fff;
}

.section-offset {
    padding: 80px 0;
}

.section-top {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 60px;
}

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

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

.main-form {
    padding: 20px 30px;
    background-color: #fff;
    box-shadow: 8px 8px 32px 0 rgba(20, 48, 18, 0.1);
    border-radius: 30px;
}

.main-form__title {
    font-family: "Exo 2";
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px;
}

.main-form__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 14px;
}

.slider-wrapper {
    position: relative;
}

.slider-btns {
    display: flex;
    align-items: center;
    gap: 15px;
}

.slider-btn {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 8px 8px 32px 0 rgba(20, 48, 18, 0.1);
    transition: background-color 0.2s ease;
}

.slider-btns .slider-btn {
    position: initial;
    transform: initial;
}

.slider-btn_color {
    background-color: #4bb08c;
}

.slider-btn svg path {
    transition: fill 0.2s ease;
}

.slider-btn_prev {
    left: 0;
}

.slider-btn_next {
    right: 0;
}

.slider-btn.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.content-body h1 {
    font-family: "Exo 2";
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 20px;
}

.content-body h1:last-child {
    margin-bottom: 0;
}

.content-body h2 {
    font-family: "Exo 2";
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 20px;
}

.content-body h2:last-child {
    margin-bottom: 0;
}

.content-body h3 {
    font-family: "Exo 2";
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 20px;
}

.content-body h3:last-child {
    margin-bottom: 0;
}

.content-body h4 {
    font-family: "Exo 2";
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}

.content-body h4:last-child {
    margin-bottom: 0;
}

.content-body h5 {
    font-family: "Exo 2";
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
}

.content-body h5:last-child {
    margin-bottom: 0;
}

.content-body p {
    font-size: 14px;
    line-height: 18px;
    color: #545454;
    margin-bottom: 20px;
}

.content-body p:last-child {
    margin-bottom: 0;
}

.content-body b {
    color: #000;
}

.content-body ul {
    margin-bottom: 20px;
}

.content-body ul:last-child {
    margin-bottom: 0;
}

.content-body ul li {
    position: relative;
    color: #545454;
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 8px;
}

.content-body ul li:last-child {
    margin-bottom: 0;
}

.content-body ol {
    list-style-type: none;
    counter-reset: my-counter;
    margin-bottom: 20px;
}

.content-body ol:last-child {
    margin-bottom: 0;
}

.content-body ol li {
    position: relative;
    color: #545454;
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 8px;
}

.content-body ol li:last-child {
    margin-bottom: 0;
}

.content-body ol li::before {
    content: counter(my-counter) ".";
    counter-increment: my-counter;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Exo 2";
    font-size: 14px;
    font-weight: 800;
    line-height: 18px;
    color: #4bb08c;
}

.content-body ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #4bb08c;
}

.content-body blockquote {
    padding: 30px 40px;
    border-radius: 60px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), rgba(183, 223, 209, 0.6);
    color: #494d48;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
}

.content-body blockquote:last-child {
    margin-bottom: 0;
}

.content-body a {
    color: #4bb08c;
    transition: color 0.2s ease;
}

.content-body a:active {
    color: #b7dfd1 !important;
}

.content-body img {
    width: 100%;
    max-height: 440px;
    border-radius: 60px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 20px;
}

.content-body img:last-child {
    margin-bottom: 0;
}

.reviewer {
    width: 400px;
    display: flex;
    flex: 0 0 400px;
    align-items: center;
    gap: 20px;
    padding: 14px;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), rgba(183, 223, 209, 0.6);
}

.reviewer__picture {
    flex: 0 0 100px;
    width: 100px;
    height: 120px;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.reviewer__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.reviewer__name {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}

.reviewer__role {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.video {
    border-radius: 60px;
    width: 100%;
    height: 556px;
}

.photo-zoom {
    position: relative;
    overflow: hidden;
}

.photo-zoom::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(75, 176, 140, 0.6);
    background-image: url(../img/icons/photo-zoom.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.link {
    display: flex;
    align-items: center;
    gap: 4px;
}

.link__text {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #4bb08c;
}

.link__arrow {
    display: flex;
    align-items: center;
}

.breadcrumbs {
    padding: 10px 0;
}

.breadcrumbs__list {
    display: flex;
    gap: 4px;
}

.breadcrumbs__link {
    padding: 4px 10px;
    border-radius: 20px;
    background-color: #f5f7f9;
    display: flex;
    align-items: center;
    gap: 4px;
}

.breadcrumbs__link_active {
    background-color: #f5f7f9;
}

.breadcrumbs__link-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #4bb08c;
}

.breadcrumbs__link_active .breadcrumbs__link-text {
    color: rgba(84, 84, 84, 0.5);
}

.breadcrumbs__link-arrow {
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-link {
    padding: 30px;
    box-shadow: 8px 8px 32px 0 rgba(20, 48, 18, 0.1);
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 2px solid #fff;
    transition: border-color 0.2s ease;
}

.block-link__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}

.block-link__arrow {
    display: flex;
    align-items: center;
}

.accor-full {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
}

.accor-open-decor {
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0438 11.5922C23.6177 11.1662 22.927 11.1662 22.501 11.5922L15.9996 18.0935L9.4983 11.5922C9.07228 11.1662 8.38155 11.1662 7.95553 11.5922C7.5295 12.0182 7.5295 12.709 7.95553 13.135L15.2283 20.4077C15.6543 20.8337 16.345 20.8337 16.771 20.4077L24.0438 13.135C24.4698 12.709 24.4698 12.0182 24.0438 11.5922Z' fill='%234BB08C'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.2s ease;
}

.accor.active .accor-open-decor {
    transform: rotate(180deg);
}

.tab {
    padding: 10px 20px;
    border-radius: 50px;
    color: #363940;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: initial;
    background-color: #fff;
    box-shadow: 0 2px 10.9px 0 rgba(20, 48, 18, 0.1);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.tab.active {
    color: #fff;
    background-color: #4bb08c;
    pointer-events: none;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tabs__active {
    display: none;
}

.tabs__close {
    display: none;
}

.tabs__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.rating {
    display: flex;
    align-items: flex-end;
}

.rating__set {
    pointer-events: all;
}

.rating_mb-0 {
    margin-bottom: 0;
}

.rating__set .rating__item {
    cursor: pointer;
}

.rating .rating__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    color: #333;
    margin-right: 8px;
    margin-bottom: 0;
}

.rating__body {
    position: relative;
    width: fit-content;
}

.rating__active {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.rating__items {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rating__item {
    flex: 0 0 20%;
    height: 100%;
    opacity: 0;
}

.rating__item:last-child {
    margin-right: 0;
}

.rating__stars {
    display: flex;
}

.star {
    flex: 0 0 25px;
    min-width: 25px;
    height: 25px;
}

.star:last-child {
    margin-right: 0;
}

.rating {
    display: flex;
    align-items: flex-end;
}

.rating_mb-0 {
    margin-bottom: 0;
}

.rating__set .rating__item {
    cursor: pointer;
}

.rating .rating__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    color: #333;
    margin-right: 8px;
    margin-bottom: 0;
}

.rating__body {
    position: relative;
    width: fit-content;
    margin-bottom: 5px;
}

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

.rating__text {
    color: #858fa1;
    font-size: 16px;
    line-height: 25px;
}

.rating__active {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.rating__item {
    flex: 0 0 20%;
    height: 100%;
    opacity: 0;
}

.rating__item:last-child {
    margin-right: 0;
}

.rating__stars {
    display: flex;
}

.star {
    flex: 0 0 25px;
    min-width: 25px;
}

.rating__value {
    padding: 34px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 55px;
    font-family: "MontserratAlternates", sans-serif;
    font-weight: 600;
    line-height: 55px;
    border-radius: 14px;
    background-color: var(--main-color);
    min-width: 168px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

@media (min-width: 1025px) {
    .btn:hover {
        background-color: #01764c;
    }

    .btn_color:hover {
        background-color: rgba(183, 223, 209, 0.2);
    }

    .form__policy a:hover {
        color: #01764c;
    }

    .slider-btn:hover {
        background-color: #4bb08c;
    }

    .slider-btn_color:hover {
        background-color: #01764c;
    }

    .slider-btn:hover svg path {
        fill: #fff;
    }

    .content-body a:hover {
        color: #01764c;
    }

    .photo-zoom:hover::after {
        opacity: 1;
        pointer-events: all;
    }

    .block-link:hover {
        border-color: #4bb08c;
    }

    .tab:hover {
        background-color: rgba(183, 223, 209, 0.5);
    }
}

@media (max-width: 1200px) {
    .grid-4-20-20 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .contraindications__text {
        font-size: 10px;
    }

    .form-popup .popup__content {
        padding: 40px;
    }

    .form-popup__title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 16px;
    }

    .form-popup__descr {
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 16px;
    }

    .form__wrapper {
        grid-template-columns: initial;
        margin-bottom: 16px;
    }

    [data-target="question"] .form__wrapper {
        grid-template-columns: initial;
    }

    [data-target="question"] .form__label:last-child {
        grid-column-start: initial;
        grid-column-end: initial;
    }

    .page-title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .section-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 40px;
    }

    .section-descr {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .section-offset {
        padding: 40px 0;
    }

    .section-top {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
    }

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

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

    .main-form {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .main-form__wrapper {
        grid-template-columns: initial;
    }

    .reviewer {
        flex: initial;
        width: initial;
        max-width: 400px;
    }

    .content-body blockquote {
        padding: 20px;
        border-radius: 30px;
    }

    .video {
        height: 200px;
        border-radius: 30px;
    }

    .content-body h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .content-body h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .content-body h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .content-body h4 {
        font-size: 20px;
        line-height: 120%;
    }

    .content-body h5 {
        font-size: 16px;
        line-height: 120%;
    }
}

@media (max-width: 575px) {
    .grid-3-20-20 {
        grid-template-columns: initial;
    }

    .grid-4-20-20 {
        grid-template-columns: initial;
    }

    .tabs__wrapper {
        flex-wrap: initial;
        overflow-y: auto;
    }

    .tabs__wrapper::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .tab {
        font-size: 14px;
        line-height: 20px;
        min-width: fit-content;
        border: 1px solid #d9d9d9;
        box-shadow: none;
    }
}

.header {
    padding-bottom: 8px;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
}

.header__wrapper {
    position: relative;
    z-index: 10;
    padding: 17px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid #c5c5c7;
    margin-bottom: 2px;
}

.logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.logo__img {
    width: 112px;
}

.header__content {
    display: flex;
    align-items: center;
    gap: 24px;
}

.menu {
    display: flex;
    align-items: center;
}

.menu__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 20px;
}

.menu__item {
    position: relative;
}

.menu__dropdown {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: -10px;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 8px 8px 32px 0 rgba(20, 48, 18, 0.1);
    background-color: #fff;
    width: 290px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    min-height: 280px;
}

.menu__dropdown::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -40px;
    right: -40px;
    bottom: -10px;
    z-index: -1;
}

.menu__dropdown .menu__dropdown {
    width: 400px;
    top: 0;
    left: calc(100% + 10px);
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(0deg, rgba(183, 223, 209, 0.4) 0%, rgba(183, 223, 209, 0.4) 100%), #fff;
}

.menu__dropdown-item {
    margin-bottom: 20px;
}

.menu__dropdown-item:last-child {
    margin-bottom: 0;
}

.menu__dropdown-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.menu__dropdown-link-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #545454;
    transition: color 0.2s ease;
}

.menu__dropdown-link-icon svg path {
    transition: fill 0.2s ease;
}

.header__search-open {
    width: 46px;
    height: 46px;
    box-shadow: 0 2px 15px 0 rgba(20, 48, 18, 0.05);
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-property: background-color, opacity, transform !important;
    transition-duration: 0.2s, 0.6s, 0.6s !important;
}

.header__search-open svg path {
    transition: fill 0.2s ease;
}

.menu__link {
    display: flex;
    align-items: center;
    padding: 13px 0;
}

.menu__link-text {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    transition: color 0.2s ease;
}

.menu__link-icon {
    display: flex;
    align-items: center;
}

.menu__link-icon svg path {
    transition: fill 0.2s ease;
}

.header__btn-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__connection {
    display: flex;
    gap: 16px;
}

.header__connection-btn {
    padding: 8px 20px;
    background-color: #f5f7f9;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.header__connection-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.header__connection-icon {
    flex-shrink: 0;
}

.header__connection-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #4bb08c;
}

.header__connection-text {
    font-size: 13px;
    line-height: 16px;
    color: #8a8a8e;
}

.search-form {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
}

.search-form.active {
    opacity: 1;
    visibility: visible;
}

.search-form__label {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.search-form__label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    background-image: url(../img/icons/search-main.svg);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}

.search-form__input {
    width: 100%;
    padding: 12px 54px 12px 42px;
    height: 48px;
    border-radius: 30px;
    border: 1px solid #dbe2e7;
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.search-form__input::-ms-clear {
    display: none;
}

.search-form__input::-moz-placeholder {
    color: gray;
}

.search-form__input::-webkit-input-placeholder {
    color: gray;
}

.search-form__btn-close {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 54px;
    height: 100%;
    background-image: url(../img/icons/close-search.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
    cursor: pointer;
}

.header__menu-close {
    display: none;
    margin-bottom: 24px;
}

.menu__item-open-btn {
    display: none;
}

.header__menu-open {
    display: none;
}

@media (min-width: 1025px) {
    .header__search-open:hover {
        background-color: #4bb08c;
    }

    .header__search-open:hover svg path {
        fill: #fff;
    }

    .menu__item:hover .menu__link-text {
        color: #4bb08c;
    }

    .menu__item:hover .menu__link-icon svg path {
        fill: #4bb08c;
    }

    .menu__item:hover>.menu__dropdown {
        opacity: 1;
        visibility: visible;
    }

    .menu__dropdown-item:hover>.menu__dropdown-link .menu__dropdown-link-text {
        color: #4bb08c;
    }

    .menu__dropdown-item:hover>.menu__dropdown-link .menu__dropdown-link-icon svg path {
        fill: #4bb08c;
    }

    .menu__dropdown-item:hover>.menu__dropdown {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 1200px) {
    .header__btn-group {
        flex-direction: column;
        align-items: initial;
        flex-shrink: 0;
    }
}

@media (max-width: 1024px) {
    .header__wrapper {
        padding: 10px 0;
				justify-content: flex-start;
    }

    .header__content {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #f5f7f9;
        display: block;
        padding: 30px 16px 60px;
        overflow: auto;
        transform: translateX(110%);
        transition: transform 0.2s ease;
    }

    .header.active .header__content {
        transform: translateX(0);
    }

    .menu__list {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .menu__item {
        width: 100%;
    }

    .menu__link {
        padding: 0;
        width: 100%;
        justify-content: space-between;
    }

    .menu__link-text {
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
    }

    .menu__item.active>.menu__link .menu__link-text {
        color: #4bb08c;
    }

    .menu__dropdown {
        position: initial;
        display: block;
        opacity: 1;
        visibility: visible;
        width: initial;
        padding: 0;
        background-color: initial;
        box-shadow: initial;
        display: none;
        min-height: auto;
    }

    .menu__item.active>.menu__dropdown {
        display: block;
    }

    .menu__dropdown .menu__dropdown {
        position: initial;
        opacity: 1;
        visibility: visible;
        width: initial;
        background: initial;
    }

    .menu__dropdown-item.active>.menu__dropdown {
        display: block;
    }

    .menu__dropdown::before {
        display: none;
    }

    .menu__dropdown-link-text {
        font-size: 20px;
        line-height: 120%;
        font-weight: initial;
        color: #000;
    }

    .menu__dropdown-item.active>.menu__dropdown-link .menu__dropdown-link-text {
        color: #4bb08c;
    }

    .header__search-wrapper {
        display: none;
    }

    .menu__dropdown-item {
        position: relative;
        margin-bottom: 16px;
    }

    .menu__dropdown {
        padding: 16px 0 0 16px;
    }

    .menu__dropdown-link-icon {
        display: none;
    }

    .menu__link-icon {
        display: none;
    }

    .menu__item>.menu__dropdown>.menu__dropdown-item>.menu__dropdown-link .menu__dropdown-link-text {
        font-weight: 500;
    }

    .header__menu {
        margin-bottom: 24px;
    }

    .header__menu-close {
        display: block;
        margin-left: auto;
    }

    .menu__item-open-btn {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 40px;
        height: 24px;
        z-index: 10;
    }

    .menu__item-open-btn svg {
        transition: transform 0.2s ease;
    }

    .menu__item.active>.menu__item-open-btn svg {
        transform: rotate(180deg);
    }

    .menu__dropdown-item.active>.menu__item-open-btn svg {
        transform: rotate(180deg);
    }

    .menu__item-open-btn svg path {
        transition: stroke 0.2s ease;
    }

    .menu__item.active>.menu__item-open-btn svg path {
        stroke: #4bb08c;
    }

    .menu__dropdown-item.active>.menu__item-open-btn svg path {
        stroke: #4bb08c;
    }

    .logo__img {
        width: 73px;
    }

    .header__menu-open {
			margin-left: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header__connection {
        gap: 4px;
    }

    .header__connection-btn {
        padding: 6px;
        align-items: initial;
        border-radius: 8px;
    }

    .header__connection-btn-wrapper {
        flex-direction: column;
        align-items: initial;
        text-align: initial;
    }

    .header__connection-icon {
        flex: 0 0 16px;
        width: 16px;
        height: 16px;
    }

    .header__connection-link {
        font-size: 10px;
        line-height: 14px;
    }

    .header__connection-text {
        font-size: 9px;
        line-height: 12px;
    }
}

.promo {
    padding: 20px 0 40px;
}

.promo__wrapper {
    padding: 60px;
    border-radius: 60px;
    background-image: url(../img/sections/promo/background.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.promo__title {
    max-width: 540px;
}

.promo_article .promo__title {
    max-width: 700px;
    margin-bottom: 20px;
}

.promo__descr {
    max-width: 520px;
}

.promo_article .promo__descr {
    max-width: 700px;
    margin-bottom: 20px;
}

.promo__form {
    max-width: 620px;
}

.promo__reviewer {
    margin-bottom: 20px;
}

.promo__date {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.promo__cost {
    margin-bottom: 30px;
    padding: 17px;
    width: max-content;
    color: #fff;
    background-color: #4bb08c;
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    border-radius: 30px;
}

@media (max-width: 1024px) {
  .promo__wrapper {
      padding: 40px 14px 14px;
      border-radius: 30px;
      background-image: none;
      background-color: #67868b;
  }

  .promo__title {
      padding: 0 10px;
      max-width: initial;
  }

  .promo__descr {
      padding: 0 10px;
      max-width: initial;
  }

  .promo__form {
      max-width: initial;
  }

  .promo__cost {
    font-size: 22px;
  }
}

.about__descr {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    max-width: 1046px;
    margin: 0 auto;
}

.about__descr_high {
    color: #4bb08c;
}

@media (max-width: 1024px) {
    .about__descr {
        text-align: initial;
        font-size: 16px;
        line-height: 24px;
    }
}

.advantage {
    padding: 30px;
    box-shadow: 8px 8px 32px 0 rgba(20, 48, 18, 0.1);
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
}

.advantage__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
}

.advantage__text {
    flex-grow: 1;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
}

.advantage__icon-wrapper {
    display: flex;
    justify-content: flex-end;
}

.populary__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: dense;
    gap: 20px;
}

.popular {
    position: relative;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 8px 8px 32px 0 rgba(20, 48, 18, 0.1);
    min-height: 275px;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.popular:nth-child(6n + 1) {
    grid-area: span 1 / 1 / span 2 / 3;
}

.popular:nth-child(6n + 2) {
    grid-area: span 3 / 3 / span 1 / 3;
}

.popular:nth-child(6n + 3) {
    grid-area: span 1 / 4 / span 2 / 5;
}

.popular:nth-child(6n + 4) {
    grid-area: span 2 / 1 / span 3 / 2;
}

.popular:nth-child(6n + 5) {
    grid-area: span 2 / 2 / span 3 / 3;
}

.popular:nth-child(6n + 6) {
    grid-area: span 2 / 4 / span 3 / 5;
}

.popular__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}

.popular:nth-child(6n + 4) .popular__title {
    color: #fff;
}

.popular__text {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 24px;
}

.popular__info {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.popular__price {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.popular:nth-child(6n + 4) .popular__price {
    color: #fff;
}

.popular__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: #4bb08c;
    border-radius: 50%;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
}

.popular__link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.popular__link svg path {
    transition: fill 0.2s ease;
}

.popular:nth-child(6n + 3) .popular__link {
    background-color: #fff;
}

.popular:nth-child(6n + 3) .popular__link svg path {
    fill: #4bb08c;
}

.popular:nth-child(6n + 4) .popular__link {
    background-color: #fff;
}

.popular:nth-child(6n + 4) .popular__link svg path {
    fill: #4bb08c;
}

.populary__btn-mobile {
    display: none;
}

@media (min-width: 1025px) {
    .popular__link:hover {
        background-color: #fff;
    }

    .popular__link:hover svg path {
        fill: #4bb08c;
    }

    .popular:nth-child(6n + 3) .popular__link:hover {
        background-color: #4bb08c;
    }

    .popular:nth-child(6n + 3) .popular__link:hover svg path {
        fill: #fff;
    }

    .popular:nth-child(6n + 4) .popular__link:hover {
        background-color: #4bb08c;
    }

    .popular:nth-child(6n + 4) .popular__link:hover svg path {
        fill: #fff;
    }
}

@media (max-width: 1024px) {
    .populary__wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: initial;
        margin-bottom: 40px;
    }

    .popular {
        grid-area: initial !important;
    }

    .populary__btn {
        display: none;
    }

    .populary__btn-mobile {
        display: flex;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .populary__wrapper {
        grid-template-columns: initial;
    }
}

.doctors__wrapper {
    display: flex;
    gap: 40px;
    min-width: 0;
}

.doctors__image-slider {
    flex: 0 0 386px;
}

.doctors__image-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.doctors__image-slide {
    border: 1px solid rgba(20, 48, 18, 0.1);
    border-radius: 30px;
    overflow: hidden;
}

.doctors__info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.doctors__content-slider {
    margin-bottom: 56px;
    min-width: 0;
    max-width: 100%;
}

.doctors__content-slide-title {
    font-family: "Exo 2";
    font-size: 34px;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 10px;
}

.doctors__content-slide-role {
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 30px;
}

.doctors__content-slide-descr {
    color: #545454;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.doctors__content-slide-exp {
    color: #545454;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
}

.doctors__content-slide-btn-group {
    display: flex;
    gap: 10px;
}

.doctors__thumbs-wrapper {
    margin-top: auto;
    min-width: 0;
    padding: 0 70px;
    max-width: 100%;
}

.doctors__thumbs-slide {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.doctors__thumbs-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transform-origin: top;
    transition: transform 0.2s ease;
}

@media (min-width: 1025px) {
    .doctors__thumbs-slide:hover .doctors__thumbs-slide-img {
        transform: scale(1.2);
    }
}

@media (max-width: 1024px) {
    .doctors__image-slider {
        display: none;
    }

    .doctors__info {
        padding: 0 70px;
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }

    .doctors__thumbs-wrapper {
        position: initial;
        padding: 0;
    }

    .doctors__content-slider {
        margin-bottom: 0;
    }

    .doctors__content-slide-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .doctors__content-slide-role {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .doctors__content-slide-descr {
        font-size: 14px;
        line-height: 20px;
    }

    .doctors__content-slide-exp {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .doctors__thumbs-slider {
        padding-bottom: 20px;
        margin: 0;
    }

    .doctors__thumbs-slide {
        border: initial;
    }

    .doctors__thumbs-slide-img {
        max-width: 280px;
        border: 3px solid rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }
}

@media (max-width: 575px) {
    .doctors__info {
        padding: 0;
        padding-bottom: 70px;
    }

    .doctors__thumbs-btn {
        top: auto;
        bottom: 0;
        transform: initial;
    }

    .doctors__thumbs-slide-img {
        height: 300px;
    }
}

.work__wrapper {
    padding: 60px;
    border-radius: 60px;
    background-image: url(../img/sections/work/background.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.work__items {
    position: relative;
    max-width: 1000px;
    display: flex;
    gap: 10px;
    margin-bottom: 60px;
}

.work__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.work__item-num {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 700;
    line-height: 56px;
    color: #4bb08c;
    margin-bottom: 15px;
}

.work__item-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
    text-align: center;
}

.work__form {
    max-width: 1000px;
}

@media (max-width: 1024px) {
    .work__wrapper {
        padding: 50px 14px 14px;
        border-radius: 30px;
    }

    .work__items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 30px;
    }

    .work__item-text {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 575px) {
    .work__items {
        grid-template-columns: repeat(2, 1fr);
    }
}

.steps__title {
    margin-bottom: 10px;
}

.steps__descr {
    margin-bottom: 60px;
}

.step {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 8px 8px 32px 0 rgba(20, 48, 18, 0.1);
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.step__picture {
    height: 220px;
    border-radius: 30px;
    overflow: hidden;
}

.step__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.step__info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.step__num {
    font-family: "Exo 2";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #4bb08c;
}

.step__title {
    font-family: "Exo 2";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
}

.step__content {
    flex-grow: 1;
    margin-bottom: 20px;
}

.step__content p {
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .step__picture {
        height: 184px;
    }

    .step__info {
        padding: 30px 20px;
    }

    .steps__title {
        margin-bottom: 20px;
    }

    .steps__descr {
        margin-bottom: 40px;
    }
}

.documents__wrapper {
    padding: 48px;
    border-radius: 60px;
    box-shadow: 8px 8px 32px 0 rgba(20, 48, 18, 0.1);
    background-color: #fff;
}

.documents__content {
    position: relative;
    display: flex;
    gap: 40px;
    padding-bottom: 56px;
}

.documents__title {
    margin-bottom: 20px;
}

.documents__info-body p {
    margin-bottom: 10px;
}

.documents__info-body p:last-child {
    margin-bottom: 0;
}

.documents__slider-container {
    position: initial;
    min-width: 0;
}

.documents__slider-btn {
    transform: initial;
    top: auto;
    bottom: 0;
}

.documents__slider-btn_next {
    right: auto;
    left: 71px;
}

.document {
    padding: 20px;
    border-radius: 20px;
    background-color: #fafafa;
    overflow: hidden;
}

.document__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .documents__wrapper {
        padding: 30px 0;
        border-radius: 30px;
    }

    .documents__title {
        padding: 0 20px;
    }

    .documents__info-body {
        padding: 0 20px;
    }

    .documents__slider {
        padding: 0 20px;
    }

    .documents__content {
        display: block;
        padding-bottom: 0;
    }

    .documents__slider-btn {
        display: none;
    }

    .documents__info {
        margin-bottom: 30px;
    }
}

.callback__wrapper {
    padding: 75px 40px;
    border-radius: 60px;
    background-image: url(../img/sections/callback/background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.callback__title {
    text-align: center;
    margin-bottom: 30px;
}

.callback__form {
    max-width: 732px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .callback__wrapper {
        padding: 40px 20px;
        border-radius: 30px;
    }

    .callback__title {
        font-size: 20px;
        line-height: 26px;
    }
}

.review {
    padding: 40px 75px 28px 24px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}

.review__decor {
    padding: 10px 0 6px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 30px;
}

.review__decor::before,
.review__decor::after {
    content: "";
}

.review__decor::before,
.review__decor::after,
.review__decor-line {
    background-color: #4bb08c;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.review__name {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.review__descr {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #545454;
		overflow: hidden;
		transition: max-height 0.5s;
}

.step__link .hidden {
	display: none;
}

@media (max-width: 1024px) {
    .review {
        padding: 30px 20px;
    }
}

@media (max-width: 575px) {
    .reviews__slider-btns {
        display: none;
    }

    .reviews__container {
        padding: 0;
    }

    .reviews__title {
        padding: 0 20px;
    }

    .reviews__slider {
        padding: 0 20px;
    }
}

#map {
    width: 100%;
    height: 380px;
    border-radius: 60px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    #map {
        border-radius: 30px;
    }
}

.footer__main {
    padding: 40px 0;
    background-color: #b7dfd1;
}

.footer__main-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footer__logo {
    margin-bottom: 40px;
}

.footer__requisites {
    margin-bottom: 40px;
}

.requisites p {
    color: #000;
    margin-bottom: 10px;
}

.footer__item-title {
    font-family: "Exo 2";
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
}

.footer__links {
    margin-bottom: 16px;
}

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

.footer__links-item {
    margin-bottom: 10px;
}

.footer__links-item:last-child {
    margin-bottom: 0;
}

.footer__link {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    transition: color 0.2s ease;
}

.footer__btn {
    margin-bottom: 16px;
}

.socials {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.social__link {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 8px 8px 32px 0 rgba(20, 48, 18, 0.1);
}

.footer__copyright {
    background-color: rgba(183, 223, 209, 0.3);
    padding: 20px 0;
}

.footer__copyright-text {
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 1025px) {
    .footer__link:hover {
        color: #4bb08c;
    }
}

@media (max-width: 1024px) {
    .footer__main-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .footer__logo {
        margin-bottom: 30px;
    }

    .footer__requisites {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .footer__main-container {
        grid-template-columns: initial;
    }
}

.prices__wrapper {
    padding: 50px;
    box-shadow: 8px 8px 32px 0 rgba(20, 48, 18, 0.1);
    background-color: #fff;
    border-radius: 30px;
}

.price {
    padding: 20px;
    display: grid;
    align-items: center;
    grid-template-columns: 4fr 4fr 1fr;
    gap: 40px;
    background-color: rgba(183, 223, 209, 0.3);
    border-radius: 30px;
}

.price:nth-child(2n) {
    background-color: #fff;
}

.price-text {
    color: #545454;
    font-size: 16px;
    line-height: 24px;
}

.price__btn {
    color: #4bb08c;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-align: right;
    transition: color 0.2s ease;
}

.price__btn:active {
    color: #b7dfd1 !important;
}

@media (min-width: 1025px) {
    .price__btn:hover {
        color: #01764c;
    }
}

@media (max-width: 1024px) {
    .prices__wrapper {
        padding: 30px 20px;
    }

    .price {
        border-radius: 20px;
        padding: 10px 14px;
    }

    .price__num {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .price {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 40px 20px;
    }

    .price__name {
        flex: 1 1 100%;
    }
}

.text-block {
    padding: 50px;
    box-shadow: 8px 8px 32px 0 rgba(20, 48, 18, 0.1);
    background-color: #fff;
    border-radius: 60px;
    overflow: hidden;
    margin-bottom: 20px;
}

.text-block:last-child {
    margin-bottom: 0;
}

.text-block:nth-child(2n) {
    flex-direction: row-reverse;
}

.text-block__picture {
    flex: 0 0 470px;
    width: 470px;
    border-radius: 60px;
    overflow: hidden;
    max-height: 534px;
}

.text-block__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-block__content {
    padding: 50px;
}

@media (max-width: 1024px) {
    .text-block {
        display: block;
        border-radius: 30px;
    }

    .text-block__picture {
        border-radius: 30px;
        width: 360px;
    }

    .text-block__content {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .text-block__picture {
        width: initial;
    }
}

.faq__wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
}

.question {
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 8px 8px 32px 0 rgba(20, 48, 18, 0.1);
}

.question__title {
    width: 100%;
    padding: 20px;
    text-align: initial;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.question__title-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.question__info-wrapper {
    padding: 0 20px 20px;
}

.question__info-wrapper p {
    color: #545454;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.question__info-wrapper p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .faq__wrapper {
        grid-template-columns: initial;
    }
}

.doctor {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 8px 8px 32px 0 rgba(20, 48, 18, 0.1);
    display: flex;
    flex-direction: column;
}

.doctor__picture {
    height: 360px;
    overflow: hidden;
}

.doctor__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.doctor__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 8px 8px 32px 0 rgba(20, 48, 18, 0.1);
    margin-top: -30px;
    padding: 20px;
}

.doctor__title {
    font-family: "Exo 2";
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
}

.doctor__descr {
    flex-grow: 1;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 30px;
}

.doctor__btn-group {
    display: flex;
    gap: 10px;
}

.doctor__btn {
    flex-grow: 1;
}

.doctor-promo {
    padding: 20px 0 40px;
}

.doctor-promo__wrapper {
    padding-right: 60px;
    box-shadow: 8px 8px 32px 0 rgba(20, 48, 18, 0.1);
    background-color: #fff;
    border-radius: 60px;
    display: flex;
}

.doctor-promo__content {
    padding: 60px 20px 60px 60px;
}

.doctor-promo__picture {
    flex: 0 0 344px;
    align-self: flex-end;
}

.doctor-promo__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.doctor-promo__title {
    font-family: "Exo 2";
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 10px;
}

.doctor-promo__descr {
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 30px;
}

.doctor-promo__text {
    color: #545454;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.doctor-promo__text_exp {
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .doctor-promo__wrapper {
        border-radius: 30px;
        padding: 30px 20px;
        flex-direction: column-reverse;
    }

    .doctor-promo__picture {
        align-self: initial;
        flex: initial;
    }

    .doctor-promo__img {
        width: initial;
        height: initial;
    }

    .doctor-promo__content {
        padding: 0;
    }

    .doctor-promo__picture {
        border-radius: 30px;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .doctor-promo__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .doctor-promo__descr {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 22px;
    }

    .doctor-promo__text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .doctor-promo__text_exp {
        margin-bottom: 30px;
    }
}

.doctor-info__container {
    display: grid;
    gap: 60px;
}

.doctor-info__title {
    font-family: "Exo 2";
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 40px;
}

.doctor-info__text {
    color: #545454;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.doctor-info__text:last-child {
    margin-bottom: 0;
}

.doctor-info__text-decor {
    font-size: 20px;
    line-height: 26px;
    color: #4bb08c;
    font-weight: 600;
}

.timetable__wrapper {
    filter: drop-shadow(8px 8px 32px rgba(20, 48, 18, 0.1));
    border-radius: 30px;
    overflow: hidden;
    background-color: #fafafa;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.timetable__item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.timetable__item-head {
    padding: 20px 25px 25px;
    background-color: #4bb08c;
}

.timetable__item-head-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
}

.timetable__item-body {
    padding: 20px 25px 25px;
    background-color: #fff;
    width: 100%;
    flex-grow: 1;
}

.timetable__item-body-text {
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #363940;
}

@media (max-width: 1024px) {
    .doctor-info__title {
        font-size: 24px;
        line-height: 28px;
    }

    .doctor-info__text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .doctor-info__text-decor {
        font-size: 16px;
        line-height: 20px;
    }

    .timetable__wrapper {
        grid-template-columns: initial;
    }

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

.documents-section__wrapper {
    padding: 48px;
    box-shadow: 8px 8px 32px 0 rgba(20, 48, 18, 0.1);
    background-color: #fff;
    border-radius: 60px;
}

@media (max-width: 1024px) {
    .documents-section__wrapper {
        padding: 30px 20px;
        border-radius: 30px;
    }
}

.article {
    height: auto;
    display: flex;
    flex-direction: column;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
}

.article__content {
    padding: 30px;
    flex-grow: 1;
}

.article__picture {
    border-radius: 30px;
    overflow: hidden;
    height: 220px;
}

.article__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.article__title {
    font-family: "Exo 2";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
}

.article__descr {
    color: #545454;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .article__content {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .articles__container {
        padding: 0;
    }

    .articles__slider-btns {
        display: none;
    }

    .articles__top {
        padding: 0 16px;
    }

    .articles__slider {
        padding: 0 15px;
    }
}

.contacts__top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.contacts__top-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contacts__top-title {
    margin-bottom: 40px;
}

.contacts__link {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.contacts__link-icon {
    display: flex;
    align-items: center;
}

.contacts__link-text {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.contacts__link-text_light {
    font-weight: 400;
}

@media (max-width: 1024px) {
    .contacts__top {
        grid-template-columns: initial;
    }

    .contacts__top-title {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .contacts__top-wrapper {
        grid-template-columns: initial;
    }
}

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

.navigation-article__content,
.navigation-article__extra {
    border-radius: 30px;
    box-shadow: 8px 8px 32px 0 rgba(20, 48, 18, 0.1);
    padding: 40px;
}

.navigation-article__content {
    background-color: #fff;
    position: relative;
}

.navigation-article__button {
    height: 40px;
    width: 150px;
    box-shadow: 2px 2px 8px 0 rgba(20, 48, 18, 0.1);
    border-radius: 15px;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 75px);
    background-color: #fff;
    cursor: pointer;
}

.navigation-article__button::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-left: #4bb08c 2px solid;
    border-bottom: #4bb08c 2px solid;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    position: absolute;
}

.navigation-article__button {
    transition: background-color 0.3s;
}

.navigation-article__button:hover {
    background-color: #eafaf4ff;
}

.navigation-article__button::after {
    rotate: -45deg;
    transition: rotate 0.3s, margin-top 0.3s;
}

.navigation-article__content.active .navigation-article__button::after {
    margin-top: 4px;
    rotate: -225deg;
}

.navigation-article__item:not(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5)) {
    overflow: hidden;
    max-height: 0;
    margin-bottom: 0;
    transition: 0.5s;
}

.navigation-article__content.active .navigation-article__item {
    max-height: 70px;
    margin-bottom: 8px;
}

.navigation-article__extra {
    background-color: rgba(183, 223, 209, 0.4);
}

.navigation-article .navigation-article__title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .navigation-article__wrapper {
        grid-template-columns: initial;
    }

    .navigation-article__content,
    .navigation-article__extra {
        padding: 30px;
    }
}

.text-section__content {
    margin-bottom: 60px;
}

.text-section__content:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .text-section__content {
        margin-bottom: 40px;
    }
}

.estimates {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #c5c5c7;
    margin-bottom: 60px;
}

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

.estimates__rating {
    display: flex;
    align-items: center;
    margin-right: 24px;
}

.estimates-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    margin-right: 15px;
}

.estimates__rating-result {
    display: flex;
    align-items: center;
}

.estimates__rating-item {
    margin-right: 15px;
}

.estimates__rating-result {
    color: #858fa1;
    font-size: 16px;
    line-height: 25px;
}

.estimates__rating-result .rating__value {
    color: #858fa1;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    padding: 0;
    width: initial;
    height: inherit;
    border-radius: initial;
    background-color: initial;
    min-width: initial;
    display: initial;
    margin-left: 5px;
}

.estimates__socials {
    display: flex;
    align-items: center;
}

.estimates .estimates__socials-list {
    margin: 0;
}

@media (max-width: 1024px) {
    .estimates {
        display: block;
        margin-bottom: 40px;
    }

    .estimates__rating {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .estimates-title {
        margin-right: 8px;
    }

    .estimates .star {
        flex: 0 0 16px;
        min-width: 16px;
        margin: 0;
    }

    .estimates .rating__item {
        flex: 0 0 16px;
        min-width: 16px;
    }

    .estimates .rating__body {
        width: 80px;
    }

    .estimates .estimates__socials-list .social__link {
        width: 30px;
        height: 30px;
        padding: 4px;
    }

    .estimates-title {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        margin-right: 15px;
    }

    .estimates__rating-result {
        font-size: 14px;
        line-height: 20px;
    }

    .estimates__rating-result .rating__value {
        font-size: 14px;
        line-height: 20px;
    }
}

/* .navigation-article__list li:last-child {
    display: none;
} */
#specialButton {
    background: #4bb08c;
    box-shadow: 0 8px 32px 0 rgba(20, 48, 18, 0.1);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    position: fixed;
    bottom: 25px;
    left: 53px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.fa-eye {
    font-size: 32px !important;
}

@media (max-width: 992px) {
    #specialButton {
        left: 10px;
    }

    .work__wrapper {
        background-image: none;
        background-color: #67868b;
    }

    .callback__wrapper {
        background-image: none;
        background-color: #67868b;
    }
}

.sitemap-html .active {
    padding-left: 10px;
}

.sitemap-html {
    padding-bottom: 20px;
}

.sitemap-html__title {
    margin-bottom: 20px;
    padding-top: 20px;
}

.privacy-table td {
    border: 1px solid #f5f7f9;
}

.privacy-table td,
.privacy-table th {
    padding: 2px;
}

.privacy-table {
    margin-bottom: 10px;
}

.privacy-table th {
    background: #f5f7f9;
    text-align: left;
    color: #67bc9e;
    padding-left: 6px;
}

.dopdoc__slide {
    padding: 40px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}

.dopdoc__slider .swiper-slide {
    height: auto
}

.dopdoc__slider picture {
    margin-bottom: 30px
}

@media (max-width: 1024px) {
    .dopdoc__slider .doctors__thumbs-slide-img {
        max-width: 280px;
        border: none;
        border-radius: 0;
    }

    .dopdoc__slide {
        padding: 20px;
    }
}

/*выбор города*/
.region_select:hover {
    cursor: pointer
}

.search__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.region_ul li {
    list-style-image: none !important
}

.city_wrapper {
    border-radius: 8px;
    color: #4bb08c;
    background-color: rgba(183, 223, 209, 0.5);
    padding: 16px;
    width: 100%;
    margin-left: 0;
    max-height: 230px;
    gap: 0
}

.region_ul li:not(:last-child) {
    margin-bottom: 16px;
}

.region_ul {
    overflow-y: scroll;
    width: 100%;
}

.city_wrapper .city_none {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 8px;
    color: #041637
}

.city__filter {
    width: 100%;
    padding: 10px;
}

.search__but {
    padding: 0 10px;
}

.region_search {
    border-radius: 20px;
    border: 1px solid #dbe2e7;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-bottom: 24px
}

.region_ul {
    overflow-y: scroll;
    width: 100%;
}

.hidden,
.hide {
    display: none !important;
}

#regions *::-webkit-scrollbar {
    width: 8px;
    height: 12px;
    background-color: #E1E1E1;
}

#regions *::-webkit-scrollbar-thumb {
    width: 8px;
    height: 12px;
    border-radius: 5px;
    background-color: #4bb08c;
}

.bottom-info__wrapper {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 500;
    color: #fff;
    font: inherit;
    background-color: rgba(0, 0, 0, .73);
    opacity: 0;
    transition: opacity 300ms;
}

.bottom-info__wrapper.active {
    opacity: 1;
}

.bottom-info__wrapper .bottom-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 15px 10px 20px;
}

@media screen and (max-width: 700px) {
    .bottom-info__wrapper .bottom-info {
        flex-direction: column;
    }
}

.bottom-info__wrapper .bottom-info__content {
  margin: 0 10px 0 0;
  text-transform: math-auto;
  font-size: 14px;
  font-weight: 500;
    font-family: "Open Sans", sans-serif;
}

.bottom-info__content a {
    color: #52c5ff;
    text-decoration: underline;
    transition: color 300ms;
}

.bottom-info__content a:hover {
    color: #296de7;
}

@media screen and (max-width: 700px) {
    .bottom-info__wrapper .bottom-info__content {
        text-align: center;
        margin: 0 30px 0 0;
        font-size: 10px;
    }
}

.bottom-info__wrapper .bottom-info__action {
    display: flex;
}

@media screen and (max-width: 639px) {
    .bottom-info__wrapper .bottom-info__action {
        margin: 10px 0 0;
    }
}

.bottom-info__wrapper .bottom-info__button-agree {
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    color: #000;
    border-radius: 5px;
    padding: 2px 15px;
    text-transform: math-auto;
    display: block;
    background-color: #ffffffe8;
    border: none;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
}

.bottom-info__wrapper .bottom-info__button-cross {
    width: 28px;
    height: 28px;
    padding: 5px;
    display: flex;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    justify-content: center;
    font-size: 14px;
    background-color: transparent;
    border: none;
    margin-inline-start: 12px;
    cursor: pointer;
}

@media screen and (max-width: 700px) {
    .bottom-info__wrapper .bottom-info__button-cross {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .bottom-info__wrapper .bottom-info__button-cross p {
        width: 28px;
        height: 28px;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        background-color: transparent;
        border: none;
        margin-inline-start: 12px;
        cursor: pointer;
    }
}

.bottom-info__button-cross::after {
    content: "\00D7";
    color: #999;
    line-height: 1;
    transition: color 300ms;
}

.bottom-info__wrapper .bottom-info__button-cross:hover::after {
    color: #fff;
}

.promo-text {
    padding-block: 15px clamp(1.875rem, -4.375rem + 10vw, 3.75rem);
}

.promo-text__body {
	padding: clamp(1.875rem, 0.3125rem + 2.5vw, 2.5rem);
	background-color: #fff;
    position: relative;
	border-radius: 30px;
    box-shadow: 8px 8px 32px 0 rgba(20, 48, 18, 0.1);
}

.prices-text {
    padding-block: clamp(1.875rem, -1.25rem + 5vw, 3.125rem) 15px;
}

.prices {
    padding-block: clamp(1.875rem, -2.8125rem + 7.5vw, 3.125rem) 0;
}

.promo__form{
    margin-top: 20px;
}

.stocks__slider{
    margin-bottom: -30px !important;
    margin-left: -20px !important;
    margin-right: -15px !important;
}

.stock{
    height: auto;
    position: relative;
    box-shadow: 8px 8px 20px 0px #1430121A;
    border-radius: 30px;
    overflow: hidden;
    margin-right: 21px;
    max-width: 386px !important;
    width: 100% !important;
}

.stocks__img-wrapper{
    position: relative;
}

.stocks__img{
    width: 100%;
    height: 100%;
}

.stocks__decor{
    position: absolute;
    top: 20px;
    right: 20px;
}

.stock__body{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px 24px;
}

.stock__title{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    line-height: 24px;
}

.stock__descr{
    flex: 1;
    margin-top: 12px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 22px;
    color: #00000099;
}

@media(max-width: 1024px){
    .stock{
         max-width: 316px !important;
    }
    .stock__body{
        padding: 18px 20px;
    }
    .stock__title{
        font-size: 18px;
        line-height: 22px;
    }
    
    .stock__descr{
      font-size: 14px;
      line-height: 20px;
    }
}

.stock__list{
    display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px 21px;
        justify-items: center;
        align-items: stretch;
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 20px;
}

@media(max-width: 1024px){
.stock__list {
            grid-template-columns: repeat(2, 1fr);
            gap: 30px 20px;
            max-width: 800px;
        }
}

@media(max-width: 640px){
.stock__list {
            grid-template-columns: repeat(1, 1fr);
            gap: 20px 10px;
            max-width: 600px;
        }
}

.swiper-pagination-bullet{
    background-color: #4BB08C;
    transform: scale(1) !important;
}

.gallery__pagination{
    bottom: -20px !important;
}

.gallery__img img{
        width: 100%;
        height: 100%;
        border-radius: 60px;
        object-fit: cover;
    }
.gallery__img{
    overflow: hidden;
    border-radius: 60px;

}

@media(max-width: 768px){
    .gallery__pagination{
        display: none;
    }
    
    .gallery__slider-btns{
        display: none;
    }
    
    .gallery__img img{
        border-radius: 30px;
        height: 296px;
    }
    
    .gallery__img {
        border-radius: 30px;
    }
    
    .gallery__slider{
        margin-right: -20px;
    }
}
    
    .gallery__slider-btns{
        position: absolute;
        width: 100%;
        justify-content: space-between;
        top: 60%;
        left: -0px;
        transform: translateY(-50%);
        z-index: 10;
    }
    
     .gallery__slider-btns button{
         width: 56px;
         height: 56px;
     }

.gallery__list{
display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 21px;
        justify-items: center;
        align-items: stretch;
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 20px;
}

.gallery__img img{
        width: 100%;
        height: 100%;
        border-radius: 60px;
        object-fit: cover;
    }
    
.gallery__img.item img{
        width: 100%;
        height: 100%;
        border-radius: 20px !important;
        object-fit: cover;
    }
    
@media(max-width: 1024px){
.gallery__list {
            grid-template-columns: repeat(2, 1fr);
            gap: 30px 20px;
            max-width: 800px;
        }
}

@media(max-width: 640px){
.gallery__list {
            grid-template-columns: repeat(1, 1fr);
            gap: 20px 10px;
            max-width: 600px;
        }
}

@media(max-width: 768px){
    
    .gallery__img.item img{
        border-radius: 30px;
        height: 296px;
    }
}

.documents__top {
  margin-bottom: 10px;
}

.documents__subtitle {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
  color: #545454;
}

.norm-documents__slider {
  padding: 30px 20px 50px 15px;
  margin: 30px -20px -50px -15px;
}

.documents__slide {
  height: auto !important;
  display: flex;
  flex-direction: column;
}

.norm-document {
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 8px 8px 20px 0px #1430121a;
  padding: 24px;
  position: relative;
  height: 100%;
  transition: all 0.2s;
}

.norm-document::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 1px solid #4bb08c;
  opacity: 0;
  transition: all 0.2s;
  pointer-events: none;
}

.norm-document:hover::after {
  opacity: 1;
}

.norm-document:hover .document__btn {
  background-color: #4bb08c !important;
  color: #ffffff !important;
}

.norm-document:hover .document__btn img {
  opacity: 1 !important;
  transform: translateX(0);
}

.document__label {
  background-color: #b7dfd14d;
  border-radius: 30px;
  padding: 10px 24px;
  width: fit-content;
  margin-bottom: 24px;
}

.document__label p {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 22px;
}

.document__title {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
}

.document__description {
  margin-top: 12px;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
  color: #00000099;
  margin-bottom: 32px;
}

.document__btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  text-decoration: none;

  width: fit-content;
  background-color: #b7dfd180;
  color: #4bb08c;
  gap: 0;
  transition: all 0.3s ease;
}

.document__btn img {
  transform: translateX(-10px);
  transition: all 0.3s ease;
  filter: brightness(0) invert(1);
  opacity: 0;
}

.norm-document:hover .document__btn {
  gap: 12px;
}

.document__btn span {
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
    .documents__subtitle {
        margin-left: 20px;
        display: block;
    }
    
    .documents__top {
       margin-bottom: 5px;
    }
    
    .document__title {
  font-size: 16px;
}

.document__description {
  font-size: 14px;
  line-height: 20px;
}

.norm-document {
  padding: 20px;
}

.norm-documents__slider {
  padding: 10px 20px 50px 15px;
  margin: 10px -20px -50px -15px;
}
}

@media(max-width: 768px){
    .document__btn{
        width: 100%;
    }
}

.user-searching {
  margin-top: 60px;
}

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

.user-searching__item {
  display: flex;
  flex-direction: row;
  gap: 21px;
  width: 100%;
}

.user-searching__node {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #eaf6f2;
  border-radius: 20px;
  padding: 16px 20px;
  width: 100%;
  max-width: 386px;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.user-searching__node:hover {
  background-color: #d4ece2;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(75, 176, 140, 0.3);
}

.user-searching__node:hover svg {
  transform: translateX(4px);
}

.show-more-btn {
  display: none;
}

.user-searching__node svg {
  transition: transform 0.3s ease;
}

.user-searching__node p {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 100%;
}

@media (max-width: 1024px) {
.user-searching__list {
  gap: 12px;
}

  .user-searching__item {
    flex-direction: column;
    gap: 12px;
  }

  .user-searching__node {
    max-width: 100%;
  }

  .show-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    line-height: 100%;
    color: #4BB08C;
    cursor: pointer;
    margin-top: 10px;
  }

  .show-more-btn__less {
    display: none;
  }

  .show-more-btn__arrow {
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }

  .user-searching__item:nth-child(n+2) {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease, margin 0.2s ease, padding 0.2s ease;
  }

  .show-more-toggle:checked ~ .user-searching__list .user-searching__item:nth-child(n+2) {
    max-height: 500px;
    opacity: 1;
  }

  .show-more-toggle:checked ~ .show-more-btn .show-more-btn__more {
    display: none;
  }

  .show-more-toggle:checked ~ .show-more-btn .show-more-btn__less {
    display: inline;
  }

  .show-more-toggle:checked ~ .show-more-btn .show-more-btn__arrow {
    transform: rotate(180deg);
  }
}



.review__descr{
    position: relative;
}
.review__descr::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to top, #ffffff, transparent);
  pointer-events: none; 
}
.review {
    padding: 24px 28px;
}
.review__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 4px;
}

.review__rating {
    display: inline-flex;
    gap: 3px;
}

.review__star {
    font-size: 20px;
    line-height: 1;
    display: inline-block;
}

.review__date {
    font-size: 14px;
    color: #999;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    
    .review__star {
        font-size: 18px;
    }
    
    .review__date {
        font-size: 13px;
    }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: 1223px;
  padding: 0 24px;
  margin: 0 auto;
}

.doctor-section {
  padding: 60px 0;
}

.doctor-layout {
  display: flex;
  align-items: start;
  gap: 40px;
}

.doctor-card {
  width: 386px;
  height: 455px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 8px 8px 16px rgba(21, 49, 22, 0.1);
}

.doctor-card__bg {
  position: absolute;
  inset: 0;
  transition: background 0.4s ease;
  background: #4bb08c;
}

.doctor-avatars {
  margin-top: 55px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.av-viewport {
  overflow: hidden;
  width: calc(5 * (101px + 12px) - 12px);
}

.av-track {
  display: flex;
  will-change: transform;
}

.doctor-body {
  display: flex;
  flex-direction: column;
}

.av-item {
  width: 121px;
  height: 121px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0.3;
  transform: scale(0.85);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: visible;
  background: #fff;
  margin: 0 -5px;
}

.av-item svg {
  display: block;
  width: 100%;
  height: 100%;
  filter: saturate(0);
}

.av-item--visible {
  opacity: 1;
  transform: scale(1);
}

.av-item--active svg {
  opacity: 1;
  transform: scale(1);
  filter: saturate(1);
}

.av-item--active {
  opacity: 1;
  transform: scale(1);
}

.av-item--active svg circle {
  stroke: #4bb08c !important;
}

.av-item::after {
  content: attr(data-name);
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.av-item--active::after {
  opacity: 1;
}

.av-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
  transition: box-shadow 0.3s ease;
  position: relative;
  box-shadow: 8px 8px 16px rgba(21, 49, 22, 0.1);
}

.av-btn:hover {
  box-shadow: 4px 4px 12px rgba(21, 49, 22, 0.15);
}

.av-btn:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.av-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #4bb08c;
  border-width: 2px 2px 0 0;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.av-btn--next::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width: 1024px) {
.doctor-body {
    flex-direction: column-reverse;
  }
  .doctor-layout {
    flex-direction: column;
    gap: 50px;
  }
  .doctor-card {
    width: 100%;
    max-width: 386px;
    height: 400px;
  }
}

.doctor__fullname {
  font-family: Exo 2;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 34px;
  line-height: 56px;
  vertical-align: middle;
}

.doctor__position {
  margin-top: 10px;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 18px;
  line-height: 24px;
  color: #00000080;
}

.doctor__description,
.doctor__stage {
  margin-top: 10px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #545454;
      height: 66px;
    overflow: hidden;
}

.doctor__description {
  margin-top: 30px;
}

.doctor__actions {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 30px;
}

.btn {
  background-color: #b7dfd180;
  border-radius: 30px;
  padding: 10px 14px;
  color: #4bb08c;
  text-decoration: none;
}

.btn-activity {
  background-color: #4bb08c;
  color: #ffffff;
}

@media (max-width: 1160px) {
  .doctor-card {
    display: none;
  }
}

@media (max-width: 768px) {
  .doctor__fullname {
    font-size: 20px;
    line-height: 26px;
  }

  .doctor__position {
    font-size: 16px;
    line-height: 20px;
  }

  .doctor__description,
  .doctor__stage {
    font-size: 14px;
    line-height: 20px;
  }

  .doctor__description {
    margin-top: 20px;
  }

  .doctor__actions {
    margin-top: 20px;
  }

  .av-btn {
    display: none;
  }

  .av-item {
    transform: scale(1.2);
    margin: 0 10px;
  }

  .av-item--active {
    transform: scale(1.4);
    margin: 0 20px;
  }

  .av-viewport {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -20px;
  }

  .av-viewport {
    margin-left: -25px;
    padding-left: 10px;
    width: 100vw;
  }
}


.popup {
  height: 100vh;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  z-index: 2000;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  background: rgba(0, 8, 84, 0.27);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  display: none;
}

.popup.active {
  display: block;
}

.popup__body {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 15px 20px;
}

.popup.open {
  opacity: 1;
  pointer-events: all;
}

.popup__content {
  width: 100%;
  max-width: 950px;
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 60px;
  scale: 0.3;
  transition: scale 0.4s ease;
  background-color: rgb(243, 246, 251);
  box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.1);
}

.popup.open .popup__content {
  scale: 1;
}

.close-popup {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 12px;
  cursor: pointer;
  height: 12px;
  transition: width 0.3s linear, height 0.3s linear, top 0.3s linear, right 0.3s linear;
}
@media (hover: hover) {
  .close-popup:hover {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
  }
}

.popup-modal{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    max-width: 400px;
}

.result-wrapper h3{
    font-size: 24px;
    color: #4bb08c;
    font-weight: 600;
}

.result-wrapper p{
    margin-top: 10px;
    color: #333333;
}