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

html,
body {
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    scroll-behavior: smooth;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    color: rgb(37, 25, 60);
    line-height: 1;
    letter-spacing: 0;
}

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

a {
    all: unset;
    display: inline;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

img,
picture,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

button,
input,
textarea,
select {
    font: inherit;
    color: inherit;
    background: none;
    border: none;
    outline: none;
}

button {
    cursor: pointer;
}

.main {
    width: 100%;
    height: 100%;
    padding-top: 80px;
}

.hero {
    position: relative;
    height: 700px;
    background: linear-gradient(rgba(238, 239, 251, 0.02), rgba(238, 239, 251, 0.02)), rgb(167, 165, 163);
    overflow: hidden;
}
@media (max-width: 1280px) {
    .hero {
        height: auto;
    }
}
.hero__wrapper {
    position: relative;
    height: 100%;
    padding-top: 140px;
    padding-bottom: 105px;
}
@media (max-width: 1280px) {
    .hero__wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .hero__wrapper {
        padding-bottom: 20px;
    }
}
.hero__image {
    position: absolute;
    top: -1%;
    right: -20%;
    height: 100%;
    z-index: 1;
}
@media (max-width: 1599px) {
    .hero__image {
        right: -7%;
    }
}
@media (max-width: 1280px) {
    .hero__image {
        right: -6%;
    }
}
@media (max-width: 1023px) {
    .hero__image {
        top: auto;
        right: 28%;
        bottom: 0;
        width: 500px;
        height: auto;
        transform: translateX(50%);
    }
}
@media (max-width: 767px) {
    .hero__image {
        right: 50%;
        width: 390px;
    }
}
.hero__image img {
    position: relative;
    height: 104%;
    object-fit: cover;
}
@media (max-width: 767px) {
    .hero__image img {
        height: 100%;
    }
}
.hero__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 70px;
    height: 100%;
    background: linear-gradient(to right, rgba(167, 165, 163, 0.6) 0%, rgba(167, 165, 163, 0.6) 20%, rgba(167, 165, 163, 0.4) 50%, rgba(167, 165, 163, 0.3) 70%, rgba(167, 165, 163, 0.1) 85%, rgba(167, 165, 163, 0) 100%);
    filter: blur(1px);
}
.hero__image::after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 90px;
    height: 100%;
    background: linear-gradient(to left, rgba(167, 165, 163, 0.95) 0%, rgba(167, 165, 163, 0.95) 10%, rgba(167, 165, 163, 0.95) 20%, rgba(167, 165, 163, 0.85) 30%, rgba(167, 165, 163, 0.85) 40%, rgba(167, 165, 163, 0.75) 50%, rgba(167, 165, 163, 0.65) 60%, rgba(167, 165, 163, 0.55) 70%, rgba(167, 165, 163, 0.35) 80%, rgba(167, 165, 163, 0.2) 90%, rgba(167, 165, 163, 0) 100%);
}
@media (max-width: 1023px) {
    .hero__image::after {
        right: -10px;
        width: 60px;
        background: linear-gradient(to left, rgba(167, 165, 163, 0.85) 0%, rgba(167, 165, 163, 0.85) 10%, rgba(167, 165, 163, 0.85) 20%, rgba(167, 165, 163, 0.8) 30%, rgba(167, 165, 163, 0.8) 40%, rgba(167, 165, 163, 0.7) 50%, rgba(167, 165, 163, 0.6) 60%, rgba(167, 165, 163, 0.5) 70%, rgba(167, 165, 163, 0.3) 80%, rgba(167, 165, 163, 0.2) 90%, rgba(167, 165, 163, 0) 100%);
        filter: blur(1px);
    }
}
.hero__content {
    max-width: 792px;
    position: relative;
    color: rgb(255, 255, 255);
    z-index: 2;
}
@media (max-width: 1599px) {
    .hero__content {
        max-width: 500px;
    }
}
@media (max-width: 1200px) {
    .hero__content {
        max-width: 400px;
    }
}
@media (max-width: 1023px) {
    .hero__content {
        max-width: none;
        width: 100%;
    }
}
.hero__title {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 110px;
    line-height: 0.85;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    padding-bottom: 20px;
}
@media (max-width: 1599px) {
    .hero__title {
        font-size: 70px;
    }
}
@media (max-width: 1200px) {
    .hero__title {
        font-size: 65px;
    }
}
@media (max-width: 767px) {
    .hero__title {
        font-size: 55px;
        line-height: 1;
        letter-spacing: -0.02em;
        padding-bottom: 16px;
    }
}
@media (max-width: 389px) {
    .hero__title {
        font-size: 45px;
    }
}
.hero__info {
    display: flex;
    gap: 40px;
    padding-bottom: 33px;
}
@media (max-width: 1599px) {
    .hero__info {
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 767px) {
    .hero__info {
        padding-bottom: 32px;
    }
}
@media (max-width: 574px) {
    .hero__info {
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        margin-bottom: 16px;
    }
}
.hero__text {
    font-size: 18px;
    line-height: 1.3;
}
@media (max-width: 767px) {
    .hero__text {
        font-size: 14px;
        line-height: 1.2;
    }
}
.hero__text span {
    font-weight: 800;
}
@media (max-width: 767px) {
    .hero__text span {
        font-weight: 700;
    }
}
.hero__text:first-child {
    flex-basis: 41.5%;
}
.hero__text:last-child {
    flex-basis: 38.5%;
}
.hero__cta {
    display: flex;
    gap: 40px;
}
@media (max-width: 1599px) {
    .hero__cta {
        flex-direction: column;
    }
}
@media (max-width: 1023px) {
    .hero__cta {
        gap: 260px;
    }
}
.hero__price {
    position: relative;
    flex-basis: 41.5%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    text-align: right;
}
@media (max-width: 1599px) {
    .hero__price {
        justify-content: flex-start;
    }
}
@media (max-width: 1023px) {
    .hero__price::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 0;
        width: 110%;
        height: 30px;
        background: linear-gradient(to bottom, rgba(167, 165, 163, 0.85) 0%, rgba(167, 165, 163, 0.85) 10%, rgba(167, 165, 163, 0.85) 20%, rgba(167, 165, 163, 0.85) 30%, rgba(167, 165, 163, 0.85) 40%, rgba(167, 165, 163, 0.85) 50%, rgba(167, 165, 163, 0.6) 60%, rgba(167, 165, 163, 0.5) 70%, rgba(167, 165, 163, 0.3) 80%, rgba(167, 165, 163, 0.2) 90%, rgba(167, 165, 163, 0) 100%);
        filter: blur(1px);
        z-index: -1;
    }
}
@media (max-width: 767px) {
    .hero__price {
        justify-content: flex-end;
    }
    .hero__price::before {
        top: auto;
        bottom: -30px;
    }
}
.hero__old {
    font-size: 12px;
    line-height: 1.1;
    color: rgba(255, 255, 255, 0.4);
}
.hero__strikethrough {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
}
.hero__strikethrough::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}
.hero__new {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.04em;
}
@media (max-width: 767px) {
    .hero__new {
        font-size: 22px;
    }
}
.hero__button {
    width: 325px;
}
@media (max-width: 574px) {
    .hero__button {
        width: 100%;
    }
}

.container {
    max-width: 1240px;
    width: 100%;
    padding-inline: 20px;
    margin: 0 auto;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .container {
        padding-inline: 10px;
    }
}

.btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgb(37, 25, 60);
    padding-inline: 24px 20px;
    box-sizing: border-box;
}
@media (max-width: 574px) {
    .btn {
        font-weight: 400;
        font-size: 14px;
    }
}
.btn img {
    width: 15px;
    height: 15px;
}

.btn--white {
    background-color: rgb(255, 255, 255);
}

.about {
    width: 100%;
    background-color: rgb(255, 255, 255);
}
.about__wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
}
@media (max-width: 1280px) {
    .about__wrapper {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}
.about__text {
    font-size: 12px;
    line-height: 1.1;
    color: rgb(148, 148, 148);
    padding-bottom: 10px;
}
.about__title {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 70px;
    line-height: 0.9;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    padding-bottom: 30px;
}
@media (max-width: 1280px) {
    .about__title {
        font-size: 50px;
    }
}
@media (max-width: 1023px) {
    .about__title {
        font-size: 45px;
    }
}
@media (max-width: 767px) {
    .about__title {
        font-size: 37px;
        line-height: 1;
        padding-bottom: 15px;
    }
}
.about__subtitle {
    font-weight: 500;
    font-size: 28px;
    letter-spacing: -0.04em;
    padding-bottom: 15px;
}
@media (max-width: 767px) {
    .about__subtitle {
        font-weight: 600;
        font-size: 14px;
        line-height: 1.1;
        letter-spacing: 0;
    }
}
.about__info {
    display: flex;
    gap: 20px;
}
@media (max-width: 767px) {
    .about__info {
        flex-direction: column;
        gap: 15px;
    }
}
.about__column {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (max-width: 767px) {
    .about__column {
        flex-basis: auto;
        gap: 15px;
    }
}
.about__description {
    line-height: 1.3;
    letter-spacing: -0.01em;
}
@media (max-width: 767px) {
    .about__description {
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

.action {
    width: 100%;
    background-color: rgb(246, 246, 253);
}
.action__wrapper {
    max-width: 793px;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1280px) {
    .action__wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.action__title {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 70px;
    line-height: 0.9;
    letter-spacing: -0.04em;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 40px;
}
@media (max-width: 1280px) {
    .action__title {
        font-size: 50px;
    }
}
@media (max-width: 1023px) {
    .action__title {
        font-size: 45px;
    }
}
@media (max-width: 767px) {
    .action__title {
        font-size: 30px;
        line-height: 1;
        padding-bottom: 15px;
    }
}
.action__content {
    max-width: 589px;
    border-top: 1px solid rgba(214, 214, 214, 0.8);
}
@media (max-width: 767px) {
    .action__content {
        border-top: 1px solid rgb(214, 214, 214);
    }
}
.action__item {
    position: relative;
    display: flex;
    padding-top: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(214, 214, 214, 0.8);
}
@media (max-width: 767px) {
    .action__item {
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid rgb(214, 214, 214);
    }
}
.action__subtitle {
    flex-basis: 41.8%;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
}
@media (max-width: 767px) {
    .action__subtitle {
        flex-basis: 50%;
        font-size: 14px;
        align-items: flex-start;
        padding-top: 23px;
    }
}
.action__description {
    flex-basis: 51.2%;
    font-size: 14px;
    line-height: 1.2;
    color: rgb(148, 148, 148);
}
@media (max-width: 767px) {
    .action__description {
        flex-basis: 50%;
        font-size: 12px;
        line-height: 1.1;
        display: flex;
        align-items: center;
    }
}
@media (max-width: 391px) {
    .action__description {
        flex-basis: 49%;
    }
}
.action__text {
    flex-basis: 7%;
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    line-height: 1.1;
}
@media (max-width: 767px) {
    .action__text {
        flex-basis: auto;
        display: block;
        position: absolute;
        top: 20px;
        left: 0;
        width: auto;
        height: auto;
    }
}

.result {
    position: relative;
    width: 100%;
    background-color: rgb(37, 25, 60);
}
.result__wrapper {
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
}
@media (max-width: 1280px) {
    .result__wrapper {
        padding-top: 43px;
        padding-bottom: 43px;
    }
}
@media (max-width: 767px) {
    .result__wrapper {
        padding-bottom: 0;
    }
}
.result__content {
    flex-basis: 50%;
}
@media (max-width: 767px) {
    .result__content {
        flex-basis: 100%;
    }
}
.result__info {
    color: rgb(255, 255, 255);
}
.result__title {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 70px;
    line-height: 0.9;
    letter-spacing: -0.04em;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 30px;
}
@media (max-width: 1280px) {
    .result__title {
        font-size: 50px;
    }
}
@media (max-width: 1023px) {
    .result__title {
        font-size: 45px;
        position: relative;
        left: -10px;
    }
}
@media (max-width: 767px) {
    .result__title {
        font-size: 37px;
        line-height: 1;
        padding-bottom: 15px;
    }
}
.result__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}
@media (max-width: 1023px) {
    .result__list {
        align-items: flex-start;
        padding-right: 20px;
    }
}
@media (max-width: 767px) {
    .result__list {
        font-size: 14px;
        padding-right: 10px;
        padding-bottom: 60px;
    }
}
@media (max-width: 424px) {
    .result__list {
        padding-right: 0;
    }
}
.result__list li {
    position: relative;
    padding-left: 17px;
}
.result__list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: rgb(143, 147, 227);
    transform: translateY(-50%);
}
.result__image {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
@media (max-width: 767px) {
    .result__image {
        position: relative;
        left: -10px;
        width: calc(100% + 20px);
        height: 287px;
    }
}
.result__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 25, 60, 0.95);
    mix-blend-mode: color;
    z-index: 2;
}
.result__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: grayscale(100%) contrast(200%) brightness(70%);
}

.indications {
    width: 100%;
    background-color: rgb(255, 255, 255);
}
.indications__wrapper {
    display: flex;
    gap: 20px;
    padding-top: 100px;
    padding-bottom: 140px;
}
@media (max-width: 1280px) {
    .indications__wrapper {
        padding-bottom: 100px;
    }
}
@media (max-width: 900px) {
    .indications__wrapper {
        flex-direction: column;
        gap: 0;
        padding-inline: 0;
    }
}
.indications__item {
    flex-basis: 50%;
    padding: 23px 40px;
}
@media (max-width: 900px) {
    .indications__item {
        flex-basis: auto;
    }
}
@media (max-width: 767px) {
    .indications__item {
        padding: 60px 10px;
    }
}
.indications__item--dark {
    background-color: rgba(143, 147, 227, 0.25);
}
.indications__item--light {
    background-color: rgba(214, 214, 214, 0.25);
}
.indications__subtitle {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .indications__subtitle {
        letter-spacing: -0.04em;
        padding-bottom: 15px;
    }
}
.indications__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}
@media (max-width: 767px) {
    .indications__list {
        font-size: 14px;
    }
}
.indications__list li {
    max-width: 460px;
    position: relative;
    padding-left: 17px;
}
@media (max-width: 900px) {
    .indications__list li {
        max-width: none;
        width: 100%;
    }
}
.indications__list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: rgb(143, 147, 227);
    transform: translateY(100%);
}

.components {
    width: 100%;
    background-color: rgb(255, 255, 255);
}
.components__title {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 70px;
    line-height: 0.9;
    letter-spacing: -0.04em;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 40px;
}
@media (max-width: 1280px) {
    .components__title {
        font-size: 50px;
    }
}
@media (max-width: 1023px) {
    .components__title {
        font-size: 45px;
    }
}
@media (max-width: 767px) {
    .components__title {
        font-size: 37px;
        line-height: 1;
        padding-bottom: 37px;
    }
}
.components__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
@media (max-width: 900px) {
    .components__content {
        gap: 10px;
    }
}
.components__info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
@media (max-width: 900px) {
    .components__info {
        flex-direction: column;
        gap: 10px;
    }
}
.components__item {
    flex: 0 1 calc((100% - 40px) / 3);
    background-color: rgb(246, 246, 253);
    padding: 20px;
}
@media (max-width: 900px) {
    .components__item {
        flex: unset;
    }
}
@media (max-width: 767px) {
    .components__item {
        padding: 10px;
    }
}
.components__subtitle {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(214, 214, 214, 0.8);
}
.components__description {
    line-height: 1.3;
    letter-spacing: -0.01em;
    padding-top: 15px;
}
.components__more {
    display: flex;
    justify-content: center;
    background-color: rgb(37, 25, 60);
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (max-width: 767px) {
    .components__more {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-inline: -10px;
    }
}
.components__text {
    position: relative;
    max-width: 794px;
    padding: 10px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: rgb(255, 255, 255);
    border: 1.82px solid rgba(255, 255, 255, 0.33);
}
@media (max-width: 900px) {
    .components__text {
        margin-inline: 20px;
    }
}
@media (max-width: 767px) {
    .components__text {
        margin-inline: 10px;
    }
}
.components__text::before {
    content: "";
    position: absolute;
    top: -2.2px;
    left: 50%;
    width: calc(100% - 20px);
    height: 3px;
    background-color: rgb(37, 25, 60);
    transform: translateX(-50%);
}
.components__text::after {
    content: "";
    position: absolute;
    bottom: -2.2px;
    left: 50%;
    width: calc(100% - 20px);
    height: 3px;
    background-color: rgb(37, 25, 60);
    transform: translateX(-50%);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none !important;
    content: none !important;
}

.doctors {
    position: relative;
    width: 100%;
    background-color: rgb(255, 255, 255);
}
.doctors__wrap {
    padding-top: 140px;
    padding-bottom: 140px;
}
@media (max-width: 1280px) {
    .doctors__wrap {
        padding-top: 100px;
        padding-bottom: 88px;
    }
}
@media (max-width: 767px) {
    .doctors__wrap {
        padding-bottom: 0;
    }
}
.doctors__title {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 70px;
    line-height: 0.9;
    letter-spacing: -0.04em;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 1280px) {
    .doctors__title {
        font-size: 50px;
    }
}
@media (max-width: 1023px) {
    .doctors__title {
        font-size: 45px;
    }
}
@media (max-width: 767px) {
    .doctors__title {
        font-size: 37px;
        line-height: 1;
    }
}
.doctors__subtitle {
    position: absolute;
    display: inline-block;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    color: rgb(148, 148, 148);
    padding: 3px 11px;
    margin-top: 10px;
    border: 1px solid rgb(148, 148, 148);
}
@media (max-width: 767px) {
    .doctors__subtitle {
        padding: 2px 9px;
        margin-top: 15px;
    }
}
@media (max-width: 424px) {
    .doctors__subtitle {
        min-width: 200px;
        padding: 2px 8px;
    }
}
.doctors__subtitle::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    width: calc(100% - 12px);
    height: 3px;
    background-color: rgb(255, 255, 255);
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .doctors__subtitle::before {
        width: calc(100% - 8px);
    }
}
.doctors__subtitle::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: calc(100% - 12px);
    height: 3px;
    background-color: rgb(255, 255, 255);
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .doctors__subtitle::after {
        width: calc(100% - 8px);
    }
}
.doctors__swiper {
    position: relative;
    padding-top: 62px;
}
@media (max-width: 767px) {
    .doctors__swiper {
        padding-top: 57px;
    }
}
@media (max-width: 767px) {
    .doctors__wrapper {
        padding-bottom: 88px;
    }
}
.doctors__slide {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
}
.doctors__images {
    position: relative;
    height: 235px;
    overflow: hidden;
    margin-bottom: 10px;
}
.doctors__images--back {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
    object-fit: cover;
    z-index: 1;
}
.doctors__images::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(250, 250, 250, 0.5);
    backdrop-filter: blur(3px);
    z-index: 2;
}
@media (max-width: 424px) {
    .doctors__images::before {
        background-color: rgba(250, 250, 250, 0.65);
        backdrop-filter: blur(2px);
    }
}
.doctors__images--front {
    position: absolute;
    top: 5px;
    left: 54%;
    width: 82%;
    height: auto;
    transform: translateX(-50%);
    object-fit: cover;
    z-index: 3;
}
@media (max-width: 424px) {
    .doctors__images--front {
        top: 10px;
        transform: translateX(-50%) scale(1.05);
    }
}
.doctors__info {
    padding: 20px 21px;
    background-color: rgb(245, 245, 245);
    margin-bottom: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .doctors__info {
        padding: 20px 10px;
    }
}
.doctors__name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    padding-bottom: 5px;
}
.doctors__speciality {
    line-height: 1.3;
    letter-spacing: -0.01em;
    padding-bottom: 18px;
}
.doctors__conditions {
    display: flex;
    gap: 5px;
}
.doctors__procedure {
    color: rgb(42, 52, 64);
}
.doctors__price {
    font-size: 14px;
    color: rgb(148, 148, 148);
}
@media (max-width: 574px) {
    .doctors__button {
        font-weight: 500;
        font-size: 16px;
    }
}
.doctors__rating {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 20px;
    left: 18px;
    z-index: 10;
    background-color: rgb(255, 255, 255);
    padding: 4px 10px;
}
@media (max-width: 767px) {
    .doctors__rating {
        left: 8px;
    }
}
.doctors__rating img {
    width: 20px;
    height: 20px;
}
.doctors__text {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgb(42, 52, 64);
}
.doctors__controls {
    position: absolute;
    top: 10px;
    right: 0;
    width: 64px;
    height: 22px;
    z-index: 20;
}
@media (max-width: 767px) {
    .doctors__controls {
        top: auto;
        right: auto;
        left: 0;
        bottom: 60px;
        width: 100%;
        height: 9px;
    }
}
.doctors__button-prev {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 22px;
    height: 22px;
    transform: rotate(180deg);
    background-color: rgb(246, 246, 253);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40% auto;
    background-image: url("../icons/arrow-slider.svg");
    z-index: 50;
}
@media (max-width: 767px) {
    .doctors__button-prev {
        display: none;
    }
}
.doctors__button-next {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    width: 22px;
    height: 22px;
    background-color: rgb(246, 246, 253);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40% auto;
    background-image: url("../icons/arrow-slider.svg");
    z-index: 50;
}
@media (max-width: 767px) {
    .doctors__button-next {
        display: none;
    }
}

.btn--light {
    background-color: rgb(246, 246, 253);
    margin-bottom: 8px;
}

.btn--dark {
    color: rgb(255, 255, 255);
    background-color: rgb(37, 25, 60);
}

.swiper-pagination {
    display: none;
}
@media (max-width: 767px) {
    .swiper-pagination {
        display: flex;
        justify-content: center;
        height: 9px;
        top: 0 !important;
    }
}

.swiper-pagination-bullet {
    margin: 0 7.5px !important;
    width: 8px;
    height: 8px;
    background-color: rgb(37, 25, 60);
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-button-prev {
    margin: 0 !important;
}

.swiper-button-next {
    margin: 0 !important;
}

.advantages {
    width: 100%;
    background-color: #25193c;
}
.advantages__wrapper {
    padding-block: 100px;
}
@media (max-width: 1280px) {
    .advantages__wrapper {
        padding-block: 60px;
    }
}
.advantages__title {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 70px;
    line-height: 0.9;
    letter-spacing: -0.04em;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 30px;
}
@media (max-width: 1280px) {
    .advantages__title {
        font-size: 50px;
    }
}
@media (max-width: 1023px) {
    .advantages__title {
        font-size: 45px;
    }
}
@media (max-width: 767px) {
    .advantages__title {
        font-size: 37px;
        line-height: 1;
        padding-bottom: 15px;
    }
}
.advantages__content {
    width: 100%;
    max-width: 716px;
    display: flex;
    gap: 10px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .advantages__content {
        flex-direction: column;
    }
}
.advantages__card {
    flex-basis: 33.33%;
    position: relative;
    padding: 11px 10px;
    background-color: #413755;
}
.advantages__card::after, .advantages__card::before {
    content: "";
    position: absolute;
    left: 20px;
    background-color: #413755;
    width: calc(100% - 40px);
    height: 2px;
}
.advantages__card::before {
    top: 11px;
}
.advantages__card::after {
    bottom: 11px;
}
@media (max-width: 767px) {
    .advantages__card {
        flex-basis: auto;
    }
}
.advantages__card-wrapper {
    border: 2px solid #80798d;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: 100%;
    padding: 20px 20px 6px 20px;
}
@media (max-width: 767px) {
    .advantages__card-wrapper {
        flex-direction: row;
        padding: 20px 10px 20px 20px;
        gap: 46px;
    }
}
@media (max-width: 389px) {
    .advantages__card-wrapper {
        gap: 0px;
    }
}
.advantages__images {
    flex: 0 0 90px;
    overflow: hidden;
    position: relative;
}
.advantages__images > img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
}
@media (max-width: 319px) {
    .advantages__images > img {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }
}
@media (max-width: 767px) {
    .advantages__images {
        flex: 0 0 116px;
    }
}
@media (max-width: 319px) {
    .advantages__images {
        flex-shrink: 1;
    }
}
.advantages__icon {
    border-radius: 50%;
    position: absolute;
    top: 18px;
    left: 80px;
    width: 35px;
    height: 35px;
    background-color: #8f93e3;
    padding: 12px 10px;
}
.advantages__icon img {
    width: 15px;
    height: auto;
}
.advantages__info {
    max-width: 160px;
}
@media (max-width: 389px) {
    .advantages__info {
        padding-left: 10px;
        margin-left: auto;
    }
}
.advantages__subtitle {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 4px;
}
.advantages__text {
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #8f93e3;
}

.faq {
    width: 100%;
    background-color: rgb(255, 255, 255);
}
.faq__wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
}
@media (max-width: 1280px) {
    .faq__wrapper {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.faq__title {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 70px;
    line-height: 0.9;
    letter-spacing: -0.04em;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 30px;
}
@media (max-width: 1280px) {
    .faq__title {
        font-size: 50px;
    }
}
@media (max-width: 1023px) {
    .faq__title {
        font-size: 45px;
    }
}
@media (max-width: 767px) {
    .faq__title {
        font-size: 37px;
        line-height: 1;
        padding-bottom: 15px;
    }
}
.faq__accordion {
    border-top: 1px solid rgb(214, 214, 214);
}
.faq__item {
    border-bottom: 1px solid rgb(214, 214, 214);
    cursor: pointer;
    padding-top: 18px;
    padding-bottom: 30px;
}
@media (max-width: 767px) {
    .faq__item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.faq__trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq__question {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    padding-left: 23px;
}
@media (max-width: 767px) {
    .faq__question {
        font-size: 14px;
        padding-left: 18px;
    }
}
.faq__question::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgb(143, 147, 227);
    transform: translateY(-50%);
}
.faq__icon {
    transform: rotate(0deg);
    transition: all 0.3s ease;
}
.faq__more {
    max-width: 974px;
    max-height: 0;
    margin-left: 23px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
@media (max-width: 767px) {
    .faq__more {
        margin-left: 18px;
    }
}
.faq__answer {
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: rgb(148, 148, 148);
    padding-top: 15px;
}
@media (max-width: 767px) {
    .faq__answer {
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0;
        padding-top: 10px;
    }
}

.js-item-active .faq__more {
    max-height: 500px;
    overflow: visible;
    transition: max-height 0.3s ease;
}
.js-item-active .faq__icon {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.network {
    width: 100%;
    background-color: #25193c;
}
@media (max-width: 767px) {
    .network {
        width: calc(100% - 20px);
        margin: 0 auto;
    }
}
.network__wrapper {
    padding-block: 45px 40px;
    width: 100%;
    height: 456px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1280px) {
    .network__wrapper {
        padding-block: 23px 10px;
        height: 404px;
    }
}
@media (max-width: 767px) {
    .network__wrapper {
        flex-direction: column;
        height: auto;
    }
}
.network__info {
    flex-basis: 49.17%;
    position: relative;
}
@media (max-width: 1023px) {
    .network__info {
        flex-basis: 58%;
    }
}
@media (max-width: 767px) {
    .network__info {
        flex-basis: auto;
    }
}
.network__subtitle {
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .network__subtitle {
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
    }
}
.network__title {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 55px;
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 14px;
}
@media (max-width: 1280px) {
    .network__title {
        font-size: 45px;
    }
}
@media (max-width: 1023px) {
    .network__title {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .network__title {
        text-align: center;
        font-size: 37px;
        padding-bottom: 22px;
    }
}
.network__contacts {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1023px) {
    .network__contacts {
        flex-direction: column;
        row-gap: 20px;
    }
}
@media (max-width: 767px) {
    .network__contacts {
        margin-bottom: 30px;
    }
}
.network__contact {
    flex-basis: 254px;
    padding-right: 10px;
}
.network__contact:last-child {
    flex-basis: 44.92%;
}
@media (max-width: 1023px) {
    .network__contact {
        flex-basis: auto;
        padding-right: 0;
    }
    .network__contact:last-child {
        flex-basis: auto;
    }
}
@media (max-width: 767px) {
    .network__contact {
        text-align: center;
    }
}
.network__name {
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .network__name {
        font-size: 14px;
        letter-spacing: 0;
        color: rgba(255, 255, 255, 0.6980392157);
    }
}
.network__text {
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff;
}
@media (max-width: 767px) {
    .network__text {
        font-weight: 500;
        letter-spacing: 0;
    }
}
.network__card {
    padding: 10px 10px;
    background-color: #413755;
    position: absolute;
    bottom: 0;
    left: 0;
}
.network__card::after, .network__card::before {
    content: "";
    position: absolute;
    left: 20px;
    background-color: #413755;
    width: calc(100% - 40px);
    height: 2px;
}
.network__card::before {
    top: 10px;
}
.network__card::after {
    bottom: 10px;
}
@media (max-width: 767px) {
    .network__card {
        position: relative;
    }
}
.network__card-wrapper {
    border: 2px solid #80798d;
    width: 100%;
    padding: 4px 23px 12px 23px;
}
@media (max-width: 767px) {
    .network__card-wrapper {
        padding: 1px 15px 10px 15px;
    }
}
.network__row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .network__row {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 10px;
    }
}
.network__managers {
    position: relative;
    flex: 0 0 106px;
}
@media (max-width: 767px) {
    .network__managers {
        flex-basis: 68px;
        left: -21px;
    }
}
.network__manager {
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #f6f6fd;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 63px;
}
.network__manager:last-child {
    position: absolute;
    top: 0;
    left: 42px;
    z-index: 2;
}
.network__manager:last-child img {
    position: relative;
    top: 6px;
    right: 10px;
    transform: scale(1.1);
}
.network__manager img {
    width: 63px;
    height: 63px;
    object-fit: cover;
}
@media (max-width: 767px) {
    .network__manager img {
        width: 68px;
        height: 68px;
    }
}
@media (max-width: 767px) {
    .network__manager {
        width: 68px;
    }
}
.network__description {
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #ffffff;
}
@media (max-width: 767px) {
    .network__description {
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0;
        text-align: center;
    }
}
.network__button {
    width: 100%;
    max-width: 423px;
}
@media (max-width: 767px) {
    .network__button {
        max-width: none;
        font-weight: 500;
    }
}
.network__image {
    flex-basis: 46.83%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}
.network__image img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media (max-width: 1023px) {
    .network__image {
        flex-basis: 40%;
    }
}
@media (max-width: 767px) {
    .network__image {
        display: none;
    }
}

.btn--green {
    background-color: #25d366;
}

.services {
    width: 100%;
    background-color: rgb(255, 255, 255);
}
.services__wrapper {
    padding-block: 140px;
}
@media (max-width: 1280px) {
    .services__wrapper {
        padding-block: 100px;
    }
}
.services__title {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 70px;
    line-height: 0.9;
    letter-spacing: -0.04em;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 30px;
}
@media (max-width: 1280px) {
    .services__title {
        font-size: 50px;
    }
}
@media (max-width: 1023px) {
    .services__title {
        font-size: 45px;
    }
}
@media (max-width: 767px) {
    .services__title {
        font-size: 37px;
        line-height: 1;
        padding-bottom: 15px;
    }
}
.services__card {
    position: relative;
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
    padding-block: 26px;
    border-top: 1px solid #d6d6d6;
}
.services__card:last-child {
    border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 767px) {
    .services__card {
        padding-block: 10px;
    }
}
.services__image {
    flex: 0 0 70px;
    border-radius: 50%;
    overflow: hidden;
}
@media (max-width: 767px) {
    .services__image {
        flex-basis: 80px;
    }
}
.services__image img {
    display: block;
    width: 70px;
    height: 70px;
}
@media (max-width: 767px) {
    .services__image img {
        width: 80px;
        height: 80px;
    }
}
.services__info {
    display: flex;
    align-items: center;
    width: 100%;
}
@media (max-width: 767px) {
    .services__info {
        flex-direction: column;
        align-items: flex-start;
    }
}
.services__subtitle {
    flex-basis: 22%;
    padding-right: 20px;
}
@media (max-width: 767px) {
    .services__subtitle {
        flex-basis: auto;
        padding-right: 0;
        padding-bottom: 10px;
    }
}
.services__type {
    font-size: 14px;
    line-height: 1.2;
    color: #949494;
    padding-bottom: 15px;
    max-width: 175px;
}
@media (max-width: 767px) {
    .services__type {
        padding-bottom: 5px;
        padding-left: 22px;
        max-width: none;
    }
}
.services__name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    color: #25193c;
    max-width: 175px;
}
@media (max-width: 767px) {
    .services__name {
        font-size: 14px;
        max-width: none;
    }
}
.services__text {
    flex-basis: 51%;
    padding-right: 20px;
}
.services__text p {
    font-size: 14px;
    line-height: 1.2;
    color: #949494;
    max-width: 336px;
}
@media (max-width: 767px) {
    .services__text p {
        font-size: 12px;
        line-height: 1.1;
        max-width: none;
    }
}
@media (max-width: 767px) {
    .services__text {
        flex-basis: auto;
        padding-right: 0;
        padding-bottom: 20px;
    }
}
.services__price {
    flex-basis: 27%;
    padding-right: 20px;
}
.services__price p {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    text-align: left;
    color: #25193c;
    max-width: 130px;
}
@media (max-width: 767px) {
    .services__price p {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .services__price {
        flex-basis: auto;
        padding-right: 0;
    }
}
.services__number {
    position: absolute;
    top: 25px;
    right: 0;
    font-size: 12px;
    line-height: 1.1;
    color: #25193c;
}
@media (max-width: 767px) {
    .services__number {
        top: 13px;
        right: auto;
        left: 95px;
    }
}

.licenses {
    width: 100%;
    background-color: rgb(255, 255, 255);
}
.licenses__title {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 70px;
    line-height: 0.9;
    letter-spacing: -0.04em;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 1280px) {
    .licenses__title {
        font-size: 50px;
    }
}
@media (max-width: 1023px) {
    .licenses__title {
        font-size: 45px;
    }
}
@media (max-width: 767px) {
    .licenses__title {
        font-size: 37px;
        line-height: 1;
    }
}
.licenses__swiper {
    position: relative;
    padding-top: 82px;
    padding-bottom: 140px;
}
@media (max-width: 1280px) {
    .licenses__swiper {
        padding-bottom: 128px;
    }
}
@media (max-width: 767px) {
    .licenses__swiper {
        padding-top: 15px;
    }
}
.licenses__slide {
    display: flex;
    justify-content: center;
}
.licenses__image {
    width: 285px;
    height: 405px;
}
.licenses__image img {
    width: 100%;
    height: 100%;
}
.licenses__controls {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 64px;
    height: 22px;
    z-index: 20;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .licenses__controls {
        top: auto;
        right: auto;
        left: 0;
        bottom: 100px;
        width: 100%;
        height: 9px;
        transform: translateX(0);
    }
}
.licenses__button-prev {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 22px;
    height: 22px;
    transform: rotate(180deg);
    background-color: rgb(246, 246, 253);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40% auto;
    background-image: url("../icons/arrow-slider.svg");
    z-index: 50;
}
@media (max-width: 767px) {
    .licenses__button-prev {
        display: none;
    }
}
.licenses__button-next {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    width: 22px;
    height: 22px;
    background-color: rgb(246, 246, 253);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40% auto;
    background-image: url("../icons/arrow-slider.svg");
    z-index: 50;
}
@media (max-width: 767px) {
    .licenses__button-next {
        display: none;
    }
}


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