@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;500;600;700&family=Montserrat:wght@400;500;600;700&display=swap');

/**************** Basic ****************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}

body {
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #F5F5F5;
}

.container {
    width: 100%;
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto;
}

.section {
    width: 100%;
    position: relative;
}

/**************************************/

/**************** Header **************/

.header {
    width: 100%;
    min-height: 1000px;
    position: relative;
    background-color: #F5F5F5;
}

.not-loaded {
    content: '';
    position: absolute;
    left: -20px;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 1950px;
    height: 100%;
    width: calc(100% + 20px);
}

.not-loaded > img {
    width: 100%;
    background-size: cover;
}

.not-loaded.hide {
    display: none;
}

.ios-animate {
    will-change: transform;
}

.header__bg {
    position: absolute;
    left: -20px;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 1950px;
    width: calc(100% + 20px);
}

.header-mobile__bg {
    display: none;
}

.header-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.header-top {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}

.header-top__logo {
    width: 210px;
    position: relative;
    text-decoration: none;
}

.header-top__logo__img {
    width: 100%;
}

.header-top__nav {
    position: relative;
}

.nav-list {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style-type: none;
    column-gap: 60px;
}

.nav-list__item {
    position: relative;
}

.nav-list__item.nav-list__item-mobile {
    display: none;
}

.header-list__item__link {
    position: relative;
    text-decoration: none;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    transition: all 0.3s ease-in-out;
}

.header-list__item__link:hover {
    color: rgba(255, 255, 255, 0.47);
}

.header-info {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.header-info__number {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
}

.header-info__number > span {
    font-weight: 600;
}

.header-info__button {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #FFF;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.header-info__button:hover {
    background-color: #fff;
    color: #000000;
}

.header-content {
    width: 100%;
    margin-top: 25%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 150px;
}

.header-content__left {
    width: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.header-content__left__title {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px; /* 141.667% */
}

.header-content__left__button {
    padding: 20px 40px;
    border-radius: 40px;
    background: #61B6B5;
    box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, 0.60);
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    border: 1px solid #61B6B5;
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
}

.header-content__left__button:hover {
    background: transparent;
    color: #61b6b5;
}

.header-content__right {
    width: 210px;
    position: relative;
}

.header-content__right__logo {
    width: 100%;
}

.header-burger {
    width: 40px;
    height: 30px;
    position: relative;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.header-burger__span {
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.header-nav__close {
    display: none;
}

.mobile-header-title,
.mobile-header-subtitle,
.mobile-header-img,
.mobile-header-sale,
.nav-mobile__info {
    display: none;
}

/*********************************/

/************* Content ***********/

.advantages-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantages__title {
    color: #000;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 70px;
}

.advantages-main {
    width: 80%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.advantages-main__row {
    width: 20%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 60px;
}

.advantages-main__block {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
}

.advantages-main__block__icon {
    width: 65px;
    height: 65px;
}

.advantages-main__block__text {
    color: #000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.advantages-main-prev,
.advantages-main-next {
    display: none;
}

.advantages-main-swiper-wrapper {
    justify-content: space-between;
}

.advantages-bottom {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 50px;
    margin-top: 100px;
}

.advantages-bottom__slider {
    width: 60%;
    position: relative;
    overflow: hidden;
}

.advantages-bottom__block {
    width: 100%;
    padding: 0 50px 56.25%;
    height: 0;
}

.advantages-bottom__block > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 100px);
    height: 100%;
}

.advantages-bottom-prev {
    position: absolute;
    left: 0;
    top: 45%;
    width: 100px;
    height: 55px;
    z-index: 5;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.advantages-bottom-next {
    position: absolute;
    right: 0;
    top: 45%;
    width: 100px;
    height: 55px;
    z-index: 5;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.advantages-bottom-next > img,
.advantages-bottom-prev > img {
    width: 100%;
}

.advantages-bottom-pagination {
    display: none;
}

.advantages-bottom__info {
    width: calc(40% - 35px);
    position: relative;
    display: flex;
    flex-direction: column;
}

.advantages-bottom__info__title {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px; /* 141.667% */
}

.advantages-bottom__info__text {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 30px;
}

.advantages-main-pagination {
    display: none;
}

.indications {
    padding: 90px 0 45px;
}

.indications-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.indications-top {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.indications__title {
    color: #000;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.indications-top__line {
    width: 75%;
    position: absolute;
    top: -15px;
    right: 70px;
}

.indications-top__tab {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 50px;
    border-radius: 30px;
    background: #EFEFEF;
    margin-top: 50px;
}

.indications-tab__button {
    color: #777;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.indications-tab__button.active {
    padding: 20px 40px;
    border-radius: 60px;
    background: #FFF;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);
    color: #333;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: -20px;
    margin-bottom: -20px;
}

.indications-content {
    width: 100%;
    position: relative;
    display: none;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.indications-content.active {
    display: flex;
}

.indications-left {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 5%;
    margin-top: 65px;
}

.indications-left__block {
    width: 30%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}

.indications-left__block__text {
    color: #000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.indications-left__block__img {
    width: 45%;
}

.indications-right {
    margin-top: 20px;
    width: 35%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.indications-right__title {
    color: #000;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.indications-right__slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.indications-right__block {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.indications-right__text {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px;
    text-align: center;
}

.indications-right__block__img {
    max-width: 540px;
    width: 100%;
    height: 285px;
    border-radius: 80px;
}

.indications-right__block__text {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 60px;
    text-align: center;
}

.indications-right-prev {
    display: none;
}

.indications-right-next {
    width: 100px;
    height: 50px;
    background-color: transparent;
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 105px;
    margin: auto;
    z-index: 5;
    cursor: pointer;
}

.indications-right-next > img,
.indications-right-prev > img {
    width: 100%;
}

.indications-right-pagination {
    position: relative;
    width: auto !important;
    display: flex;
    justify-content: center;
    column-gap: 25px;
    margin-top: 30px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #606060;
    background-color: #fff;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #7711FA;
    border: 1px solid #7711FA;
}

.why {
    padding: 150px 0;
}

.why__bg {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
}

.why-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.why-left {
    position: relative;
    width: 40%;
}

.why-left__img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.why-left__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    width: 247px;
    height: 128px;
    background: #7711FA;
    filter: blur(100px);
    z-index: 1;
}

.why-right {
    width: 55%;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.why-right__title {
    color: #FFF;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.why-right__content {
    width: 100%;
    position: relative;
    margin-right: 150px;
    margin-top: 40px;
}

.why-content-prev {
    width: 100px;
    height: 50px;
    position: absolute;
    background-color: transparent;
    border: none;
    cursor: pointer;
    top: 30%;
    left: 0;
    z-index: 5;
    display: none;
}

.why-content-next {
    width: 100px;
    height: 50px;
    position: absolute;
    background-color: transparent;
    border: none;
    cursor: pointer;
    top: 30%;
    right: 0;
    z-index: 5;
}

.why-content-next > img,
.why-content-prev > img {
    width: 100%;
    height: 100%;
}

.why-content__block {
    width: 100% !important;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.why-content__block__text {
    color: #F5F5F5;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    width: 70%;
    margin-left: 2%;
}

.why-content__block__span {
    width: 10%;
    color: #7711FA;
    font-family: 'Montserrat', sans-serif;
    font-size: 128px;
    font-style: normal;
    font-weight: 100;
    line-height: 100px;
}

.why-content-pagination {
    position: relative;
    width: auto !important;
    display: flex;
    justify-content: flex-start;
    column-gap: 25px;
    margin-top: 30px;
}

.principle {
    padding: 60px 0;
}

.principle-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.principle-row:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 457px;
    height: 794px;
    border-radius: 794px;
    background: #FFE1CB;
    filter: blur(150px);
    z-index: -1;
}

.principle__title {
    color: #000;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 60px;
    z-index: 1;
}

.principle-content {
    width: 80%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process {
    margin-bottom: 450px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), linear-gradient(95deg, #7711FA 25.87%, #FF00E5 73.1%);
}

.process-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.process-top {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.process-top__title {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 70px;
}

.process-tab {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.process-tab__block {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

.process-tab__block__icon {
    width: 65px;
    height: 65px;
}

.process-tab__block__line {
    width: 1px;
    height: 20px;
    background-color: #878787;
}

.process-tab__block__text {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.process-tab__arrow {
    width: 200px;
    margin-top: 30px;
}

.process-content {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -345px;
    margin-top: 60px;
}

.process-content-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.process-swiper-wrapper {
    flex-direction: row;
    align-items: center;
}

.process-content-prev {
    position: absolute;
    width: 100px;
    height: 50px;
    border: none;
    cursor: pointer;
    top: calc(50% - 25px);
    left: 0;
    z-index: 5;
    background: transparent;
    display: none;
}

.process-content-next {
    position: absolute;
    width: 100px;
    height: 50px;
    border: none;
    cursor: pointer;
    top: calc(50% - 25px);
    right: 0;
    z-index: 5;
    background: transparent;
}

.process-content-next > img,
.process-content-prev > img {
    width: 100%;
    height: 100%;
}

.process-content__block {
    width: 100% !important;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.process-content__block__img {
    width: 60%;
    height: 100%;
}

.process-content__block__info {
    width: 60%;
    position: relative;
    margin-left: -10%;
    margin-right: 50px;
    background-color: #fff;
    padding: 35px 65px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.process-content__block__info > h5 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

.process-content__block__info > span {
    width: 80px;
    height: 1px;
    background-color: #7711FA;
}

.process-content__block__info > p {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.process-content__block__info > ul {
    padding-left: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.process-content__block__info > ul > li {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.process-content-pagination {
    position: absolute;
    width: auto !important;
    display: flex;
    justify-content: flex-start;
    column-gap: 25px;
    bottom: 0 !important;
    right: 200px !important;
    left: unset !important;
    z-index: 5;
}

.doctors-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.doctors__title {
    color: #000;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 60px;
}

.doctors-content {
    width: 100%;
    position: relative;
    align-self: flex-start;
    padding-right: 40px;
    overflow: hidden;
}

.doctors-content-slider {
    width: 100%;
    position: relative;
}

.doctors-content__block {
    width: calc(25% - 30px) !important;
    height: auto;
    min-height: 100%;
    padding: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 25px;
}

.doctors-content__block__img {
    width: 100%;
}

.doctors-content__block__name {
    color: #000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

.doctors-content__block__line {
    width: 65px;
    height: 1px;
    background: #7711FA;
}

.doctors-content__block__text {
    color: #4F4F4F;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.doctors-content__block__button {
    padding: 15px 30px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    transition: all 0.3s ease-in-out;
    margin-top: auto;
}

.doctors-content__block__button:hover {
    background: #000;
    color: #ffffff;
}

.doctors-content-prev {
    width: 100px;
    height: 50px;
    position: absolute;
    left: -40px;
    top: 50%;
    z-index: 5;
    background: transparent;
    cursor: pointer;
    border: none;
    display: none;
}

.doctors-content-next {
    width: 100px;
    height: 50px;
    position: absolute;
    right: -40px;
    top: 50%;
    z-index: 5;
    background: transparent;
    cursor: pointer;
    border: none;
}

.doctors-content-next > img,
.doctors-content-prev > img {
    width: 100%;
    height: 100%;
}

.doctors-content-pagination {
    display: none;
}

.testimonials {
    padding: 90px 0;
}

.testimonials-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonials__title {
    color: #000;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 45px;
}

.testimonials-content {
    width: 70%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 50px;
}

.testimonials-content-slider {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonials-content-prev {
    width: 100px;
    height: 50px;
    position: absolute;
    left: -50px;
    top: calc(50% - 50px);
    border: none;
    cursor: pointer;
    background: transparent;
    z-index: 5;
}

.testimonials-content-next {
    width: 100px;
    height: 50px;
    position: absolute;
    right: -50px;
    top: calc(50% - 50px);
    border: none;
    cursor: pointer;
    background: transparent;
    z-index: 5;
}

.testimonials-content-next > img,
.testimonials-content-prev > img {
    width: 100%;
    height: 100%;
}

.testimonials-block {
    width: 100% !important;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 65px 150px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.25);
}

.testimonials-block__top {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.testimonials-block__top__info {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

.testimonials-block__top__info > span {
    color: #828282;
    font-size: 18px;
    font-weight: 400;
}

.testimonials-block__top__date {
    color: #828282;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.testimonials-block__text {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.testimonials-content-pagination {
    position: relative;
    width: auto !important;
    display: flex;
    justify-content: center;
    column-gap: 25px;
    margin-top: 50px;
}

.testimonials-bottom {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    overflow-x: auto;
}

.testimonials-bottom::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}

.testimonials-bottom::-webkit-scrollbar-thumb {
    background-color: black; /* Цвет "бегунка" */
    border-radius: 4px; /* Закругленные углы "бегунка" */
}

.testimonials-bottom::-webkit-scrollbar-track {
    background-color: #BDBDBD; /* Цвет фона полосы прокрутки */
}

.testimonials-bottom__block {
    width: calc(100% / 3);
    height: 275px;
    flex: 0 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    z-index: 1;
}

.testimonials-bottom__block__frame-top {
    height: 5px;
    background: linear-gradient(90deg, rgba(119, 17, 250, 1) 0%, rgba(255, 0, 229, 1) 100%);
    position: absolute;
    left: 20px;
    right: 20px;
    top: -20px;
    margin: auto;
    z-index: 2;
}

.testimonials-bottom__block__frame-right {
    width: 5px;
    background: linear-gradient(0deg, rgba(119, 17, 250, 1) 0%, rgba(255, 0, 229, 1) 100%);
    position: absolute;
    right: 20px;
    top: -20px;
    bottom: -20px;
    margin: auto;
    z-index: 2;
}

.testimonials-bottom__block__frame-bottom {
    height: 5px;
    background: linear-gradient(90deg, rgba(255, 0, 229, 1) 0%, rgba(119, 17, 250, 1) 100%);
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -20px;
    margin: auto;
    z-index: 2;
}

.testimonials-bottom__block__frame-left {
    width: 5px;
    background: linear-gradient(0deg, rgba(255, 0, 229, 1) 0%, rgba(119, 17, 250, 1) 100%);
    position: absolute;
    left: 20px;
    top: -20px;
    bottom: -20px;
    margin: auto;
    z-index: 2;
}

.testimonials-bottom__block > iframe {
    width: 100%;
}

.testimonials-bottom__block__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner {
    margin-top: 60px;
    padding: 95px 0;
    background-image: url('../img/banner-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.banner-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    padding: 0 60px;
}

.banner__span {
    width: fit-content;
    padding: 10px 30px;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    background: #7711FA;
}

.banner__title {
    color: #FFF;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: -40px;
}

.banner__subtitle {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: -20px;
}

.banner__price {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 0;
}

.banner__price__old {
    font-size: 18px;
    text-decoration-line: line-through;
}

.banner-bottom {
    position: relative;
    display: flex;
    flex-direction: row;
    column-gap: 40px;
}

.banner-bottom__button_details {
    padding: 15px 30px;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border-radius: 5px;
    border: 1px solid #FFF;
    cursor: pointer;
    background: transparent;
    transition: all 0.3s ease-in-out;
}

.banner-bottom__button_details:hover {
    background: #fff;
    color: #5703c4;
}

.banner-bottom__button_free {
    background: transparent;
    border: none;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    cursor: pointer;
}

.clinic {
    padding: 90px 0;
}

.clinic-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.clinic__title {
    color: #000;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 60px;
}

.clinic-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.clinic-left {
    width: 60%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clinic-left__img {
    width: 100%;
}

.clinic-right {
    width: 60%;
    position: relative;
    padding: 70px 50px;
    background-color: #fff;
    margin-left: -10%;
}

.clinic-list {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    list-style-type: none;
    padding-left: 100px;
}

.clinic-list__item {
    width: 100%;
    position: relative;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.clinic-list__item:before {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    left: -75px;
    top: 0;
    background-image: url("../img/check-icon.svg");
}

.license {
    padding: 30px 0 60px;
}

.license-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.license__title {
    color: #000;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 65px;
}

.license-content {
    width: 80%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.license-content-prev,
.license-content-next {
    display: none;
}

.license-content-pagination {
    display: none;
}

.license-swiper-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.license-block {
    width: calc(33% - 100px);
    position: relative;
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.25);

}

.license-block__img {
    width: 100%;
    cursor: pointer;
}

.forum {
    padding: 90px 0 120px;
}

.forum-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.forum__title {
    color: #000;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.forum-content {
    width: 80%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}

.forum-content__block {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
}

.forum-button {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 10px;
    align-items: flex-start;
    background: transparent;
    cursor: pointer;
    border: none;
}

.forum-button.active > .forum-button__img {
    transform: rotate(45deg);
}

.forum-button__text {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    text-align: left;
}

.forum-button__img {
    width: 36px;
    height: 36px;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}

.forum-panel {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    padding-right: 50px;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.forum-panel.active {
    max-height: 500px;
}

.forum-panel__text {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

/*********************************/

/************* Footer ************/

.footer {
    width: 100%;
    position: relative;
}

.footer-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.footer-top {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%), linear-gradient(94deg, #7711FA 1.27%, #FF00E5 88.4%);
    padding: 150px 0 130px;
}

.footer-top-row {
    width: 45%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.footer-top__title {
    color: #FFF;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}

.footer-top__text {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px; /* 141.667% */
}

.footer-form {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
}

.footer-form__label {
    width: 40%;
    position: relative;
    margin-right: 25px;
    margin-top: 25px;
}

.footer-form__input {
    width: 100%;
    padding: 5px 15px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ECECEC;
    color: #ECECEC;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.footer-form__input:focus {
    outline: none;
}

.footer-form__button {
    max-width: 40%;
    padding: 20px 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 40px;
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.25);
    margin-top: 50px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    transition: all 0.3s ease-in-out;
}

.footer-form__button:hover {
    background-color: transparent;
    color: #ffffff;
}

.footer-form__conf {
    max-width: calc(60% - 30px);
    margin-left: 30px;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 50px;
}

.footer-info {
    max-width: 650px;
    width: 45%;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.footer-info-row {
    width: 100%;
    position: relative;
    padding: 55px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.footer-info__title {
    color: #000;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer-info__text {
    width: 100%;
    color: #7711FA;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 35px;
}

.footer-info__line {
    width: 100px;
    height: 2px;
    background-color: #7711FA;
    margin-bottom: 40px;
}

.footer-info__block {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.footer-info__block.footer-info__block_w50 {
    width: 50%;
}

.footer-info__block__icon {
    width: 24px;
    height: 24px;
    margin-right: 20px;
}

.footer-info__block__content {
    position: relative;
    display: flex;
    flex-direction: column;
}

.footer-info__block__content > strong {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.footer-info__block__content > p {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.footer-info__block__content > a {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
}

.footer-info__button {
    padding: 10px 30px;
    max-height: 60px;
    border-radius: 5px;
    border: 1px solid #7711FA;
    background: transparent;
    cursor: pointer;
    color: #7711FA;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    transition: all 0.3s ease-in-out;
}

.footer-info__button:hover {
    background-color: #7711FA;
    color: #ffffff;
}

.footer-map {
    width: 100%;
    height: 490px;
    position: relative;
}

.footer-map > iframe {
    width: 100%;
    height: 100%;
}

.footer-bottom {
    width: 100%;
    position: relative;
}

.footer-bottom-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
}

.footer-bottom__copyright {
    max-width: 250px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.footer-bottom__conf {
    color: #7711FA;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border: none;
    border-bottom: 1px solid #7711FA;
    white-space: nowrap;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.footer-bottom__conf:hover {
    color: #E8175A;
    border-bottom: 1px solid #E8175A;
}

.footer-bottom__digital {
    position: relative;
    display: flex;
    flex-direction: column;
}

.footer-bottom__digital > span {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.footer-bottom__digital > a {
    color: #E8175A;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.footer-bottom__digital > a:hover {
    color: #7711FA;
}

/*********************************/

/************* Modal *************/

.modal-bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(117, 112, 112, 0.51);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -10;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.modal-bg.active {
    opacity: 1;
    z-index: 10;
}

.modal-close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    transform: rotate(45deg);
    z-index: 10;
}

.license-modal {
    height: 95%;
    position: relative;
}

.license-modal__img {
    height: 100%;
    object-fit: contain;
}

.form-modal {
    width: 100%;
    max-width: 640px;
    position: relative;
    flex-direction: column;
    padding: 50px 90px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%), linear-gradient(94deg, #7711FA 1.27%, #FF00E5 88.4%);
}

.form-modal > .modal-close {
    top: 10px;
    right: 10px;
}

.form-modal__title {
    color: #FFF;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.form-modal__text {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

.modal-form {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.modal-form__label {
    width: 100%;
    position: relative;
    margin-right: 25px;
    margin-top: 25px;
}

.modal-form__input {
    width: 100%;
    padding: 5px 15px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ECECEC;
    color: #ECECEC;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.modal-form__input:focus {
    outline: none;
}

.modal-form__checkbox-label {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.modal-form__checkbox-label {
    width: 100%;
    margin-top: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.modal-form__checkbox-label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
}

.modal-form__checkbox:checked + .modal-form__checkbox-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.modal-form__checkbox {
    display: none;
}

.modal-form__conf {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-left: 10px;
}

.modal-form__button {
    padding: 15px 40px;
    margin-top: 25px;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.25);
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    align-self: center;
    cursor: pointer;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
}

.modal-form__button:hover {
    background: transparent;
    color: #ffffff;
}

.thanks-modal {
    width: 100%;
    max-width: 640px;
    position: relative;
    flex-direction: column;
    align-items: center;
    padding: 50px 90px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%), linear-gradient(94deg, #7711FA 1.27%, #FF00E5 88.4%);
}

.thanks-modal > .modal-close {
    top: 30px;
    right: 30px;
}

.thanks-modal__title {
    color: #FFF;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.thanks-modal__text {
    color: #FFF;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-top: 30px;
}

.conf-modal {
    width: 90%;
    max-height: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 50px;
    background-color: #fff;
    row-gap: 30px;
}

.conf-modal__title {
    color: #005181;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.conf-modal__subtitle {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.conf-modal__text {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/*********************************/

/************* Media *************/

@media only screen and (min-width: 1730px) {

    .header-content {
        margin-top: 30%;
    }

    .why {
        padding: 200px 0;
    }

    .footer-info {
        right: 150px;
    }

}

@media only screen and (min-width: 1530px) {
    .process-content {
        margin-bottom: -365px;
    }
}

@media only screen and (max-width: 1450px) {

    .header {
        min-height: 800px;
    }

    .nav-list {
        column-gap: 20px;
    }

    .header-top__logo {
        width: 170px;
    }

    .header-info__number {
        font-size: 18px;
    }

    .header-info__button {
        padding: 10px;
    }

    .header-content {
        margin-top: 20%;
        padding: 0 150px 0 80px;
    }

    .header-content__left {
        width: 350px;
    }

    .header-content__left__title {
        font-size: 20px;
    }

    .header-content__left__button {
        padding: 20px 5px;
        font-size: 20px;
    }

    .advantages-bottom {
        padding-left: 0;
    }

    .advantages-main {
        width: 90%;
    }

    .footer-top-row {
        width: 50%;
    }

    .indications-right__block__img {
        height: 220px;
    }

    .testimonials-bottom__block {
        width: 470px;
    }

}

@media only screen and (max-width: 1170px) {

    .not-loaded,
    .header__bg {
        width: 120%;
    }

    .header-top__info {
        display: none;
    }

    .header-content {
        margin-top: 30%;
        padding: 0 50px;
    }

    .header-content__right {
        width: 150px;
    }

    .indications-top__tab {
        width: 60%;
    }

    .doctors-content__block {
        width: calc(100% / 3 - 20px) !important;
        padding: 15px;
    }

    .doctors-content__block.doctors-content__block_empty {
        display: none;
    }

    .testimonials-block {
        padding: 40px 80px;
    }

    .testimonials-content {
        width: 90%;
    }

    .license-block {
        width: calc(33% - 20px);
    }

    .forum-content {
        width: 90%;
    }

    .footer-info {
        width: 48%;
        right: 10px;
    }

}

@media only screen and (max-width: 992px) {

    .header {
        background-color: #000;
        min-height: 650px;
        margin-bottom: 60px;
    }

    .header-top {
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 10;
        background-color: #000;
        padding: 15px 10px 5px;
    }

    .header-nav {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: -150%;
        z-index: 20;
        background-color: #fff;
        transition: left 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .nav-list {
        position: relative;
        flex-direction: column;
        row-gap: 30px;
        margin-top: 40px;
    }

    .header-list__item__link {
        color: #7711FA;
        font-size: 24px;
    }

    .header-nav.active {
        left: 0;
    }

    .header-burger {
        display: flex;
    }

    .header-nav__close {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .nav-mobile__info {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #D9D9D9;
        padding: 50px;
        row-gap: 30px;
    }

    .nav-mobile__info__number {
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0;
        text-align: left;
        text-decoration: none;
        color: #000000;
    }

    .nav-mobile__info__number > span {
        font-weight: 600;
    }

    .nav-mobile__info__button {
        color: #7711FA;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        padding: 10px 20px;
        border-radius: 5px;
        border: 1px solid #7711FA;
        background: transparent;
    }

    .nav-list__item.nav-list__item-mobile {
        display: block;
    }

    .header-content {
        margin-top: 60%;
        margin-bottom: 60px;
    }

    .advantages-main {
        overflow: hidden;
        padding-bottom: 80px;
    }

    .advantages-main__row {
        width: calc(100% / 2 - 100px);
    }

    .advantages-main-prev {
        display: block;
        width: 100px;
        height: 50px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 5;
        border: none;
        background: transparent;
    }

    .advantages-main-next {
        display: block;
        width: 100px;
        height: 50px;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 5;
        border: none;
        background: transparent;
    }

    .advantages-main-prev > img,
    .advantages-main-next > img {
        width: 100%;
    }

    .advantages-main-pagination {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px !important;
        top: unset !important;
        width: calc(100% - 150px);
        display: flex;
        justify-content: center;
        column-gap: 25px;
        z-index: 1;
        margin: auto;
    }

    .advantages-bottom {
        flex-direction: column;
        align-items: center;
    }

    .advantages-bottom__slider {
        width: 90%;
        margin-bottom: 60px;
    }

    .advantages-bottom__info {
        width: 90%;
    }

    .indications-top__line {
        display: none;
    }

    .indications-content {
        flex-direction: column;
        align-items: center;
    }

    .indications-left {
        width: 80%;
    }

    .indications-right {
        width: 80%;
        margin-top: 60px;
    }

    .indications-top__tab {
        width: 80%;
    }

    .why {
        padding: 250px 0;
    }

    .why-row {
        justify-content: flex-end;
    }

    .why-left {
        display: none;
    }

    .why-right {
        width: 80%;
    }

    .principle-content {
        width: 100%;
    }

    .process {
        margin-bottom: 60px;
    }

    .process-content {
        margin: 50px 0;
    }

    .process-tab__arrow {
        width: 190px;
    }

    .process-content__block {
        flex-direction: column;
        align-items: center;
    }

    .process-content__block__info {
        width: 80%;
        margin: -60px 0 60px;
    }

    .process-content__block__img {
        width: 90%;
        height: unset;
    }

    .process-swiper-wrapper {
        align-items: flex-start;
    }

    .process-content-prev {
        display: block;
    }

    .process-content-pagination {
        left: 0 !important;
        right: 0 !important;
        margin: auto;
        justify-content: center;
    }

    .clinic-content {
        flex-direction: column;
        align-items: center;
    }

    .clinic-left {
        width: 90%;
    }

    .clinic-right {
        width: 80%;
        margin: -30px 0 0;
    }

    .license-content {
        width: 100%;
    }

    .license-content__block {
        width: 30%;
    }

    .footer-top-row {
        width: 90%;
    }

    .footer-info {
        width: 100%;
        max-width: 100%;
        position: relative;
        right: unset;
        top: unset;
        transform: translateY(0);
        background-color: #F5F5F5;
    }

    .footer-info-row {
        background-color: #F5F5F5;
    }

    .footer-bottom-row {
        flex-direction: column;
        align-items: center;
        row-gap: 30px;
    }

}

@media only screen and (max-width: 768px) {

    .not-loaded,
    .header__bg {
        top: 50px;
    }

    .header-content {
        margin-top: 65%;
        padding: 0 30px;
    }

    .header-content__left__title {
        font-size: 18px;
        line-height: 24px;
    }

    .header-content__right {
        width: 120px;
    }

    .header-content__left__button {
        width: fit-content;
        padding: 15px;
        font-size: 16px;
    }

    .header-content__left {
        width: 70%;
    }

    .advantages__title,
    .indications__title,
    .indications-right__title,
    .why-right__title,
    .principle__title,
    .process-top__title,
    .doctors__title,
    .testimonials__title,
    .banner__title,
    .clinic__title,
    .license__title,
    .forum__title,
    .footer-top__title,
    .footer-info__title {
        font-size: 32px;
    }

    .advantages-main-prev,
    .advantages-main-next,
    .advantages-bottom-prev,
    .advantages-bottom-next,
    .indications-right-next,
    .why-content-next,
    .why-content-prev,
    .process-content-next,
    .process-content-prev,
    .doctors-content-next,
    .doctors-content-prev,
    .testimonials-content-next,
    .testimonials-content-prev {
        width: 70px;
        height: 40px;
    }

    .advantages-bottom__slider {
        width: 100%;
    }

    .indications-top__tab {
        width: 100%;
    }

    .indications-tab__button {
        font-size: 16px;
        line-height: normal;
    }

    .indications-tab__button.active {
        padding: 15px 35px;
        font-size: 16px;
        line-height: normal;
    }

    .indications-left__block {
        width: 47%;
    }

    .why-right {
        width: 100%;
    }

    .principle-row:before {
        width: 50%;
        height: 100%;
    }

    .process-tab__block__text {
        font-size: 14px;
    }

    .process-tab__block__icon {
        width: 50px;
        height: 50px;
    }

    .process-tab__arrow {
        width: 80px;
    }

    .process-content__block__info {
        padding: 30px;
    }

    .doctors-content__block {
        width: calc(100% / 2 - 20px) !important;
    }

    .testimonials-content {
        width: 100%;
    }

    .testimonials-block {
        padding: 40px 30px;
    }

    .banner-row {
        padding: 0 20px;
    }

    .banner__subtitle {
        font-size: 24px;
    }

    .banner__price {
        font-size: 20px;
    }

    .clinic-right {
        padding: 30px;
    }

    .clinic-list {
        padding-left: 30px;
    }

    .clinic-list__item:before {
        left: -50px;
    }

    .footer-top {
        padding: 70px 0;
    }

    .footer-top-row {
        width: 100%;
    }

    .footer-form__button {
        max-width: 60%;
    }

    .footer-form__conf {
        max-width: 55%;
    }

    .footer-info-row {
        padding: 30px;
    }

    .footer-info__block.footer-info__block_w50 {
        width: 80%;
    }

    .license-modal-bg > .modal-close > path {
        fill: #000;
    }

    .license-modal {
        width: 90%;
    }

    .license-modal__img {
        width: 100%;
    }

    .thanks-modal,
    .form-modal {
        width: 90%;
        padding: 60px 20px;
    }

    .thanks-modal > .modal-close,
    .form-modal > .modal-close {
        top: 10px;
        right: 10px;
    }

    .form-modal__title {
        font-size: 32px;
    }

    .conf-modal {
        padding: 15px 10px;
    }

    .conf-modal__title {
        font-size: 20px;
    }

    .conf-modal__text,
    .conf-modal__subtitle {
        font-size: 16px;
    }

}

@media only screen and (max-width: 450px) {

    .header {
        min-height: 1200px;
        background-image: url("../img/header-mobile-bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 0;
        background-color: transparent;
    }

    .not-loaded,
    .header__bg {
        display: none;
    }

    .header-top {
        align-items: flex-start;
    }

    .header-mobile__bg {
        display: block;
        position: absolute;
        left: -10px;
        right: 0;
        top: 0;
        width: calc(100% + 10px);
    }

    .header-burger {
        width: 35px;
        height: 25px;
    }

    .header-nav__close {
        width: 40px;
        height: 40px;
        right: 10px;
    }

    .header-nav {
        padding: 0;
    }

    .nav-list {
        margin-top: 50px;
    }

    .nav-mobile__info {
        padding: 20px;
        row-gap: 10px;
    }

    .nav-mobile__info__number {
        font-size: 20px;
    }

    .header-list__item__link {
        font-size: 20px;
    }

    .header-content {
        margin-top: 80px;
        padding: 0;
        justify-content: center;
    }

    .header-content__left {
        width: 100%;
        align-items: center;
    }

    .header-content__left__title {
        display: none;
    }

    .header-content__right {
        display: none;
    }

    .header-content__left__button {
        width: 100%;
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border-radius: 5px;
        border: 1px solid #000;
        background-color: #F5F5F5;
        box-shadow: none;
        padding: 15px;
    }

    .mobile-header-title {
        width: 100%;
        display: flex;
        flex-direction: column;
        color: #4F4F4F;
        font-family: 'Montserrat Alternates', sans-serif;
        font-size: 46.139px;
        font-style: normal;
        font-weight: 700;
        line-height: 40.512px;
        margin-top: 30px;
        animation: opacityAnimation 2s ease-in-out infinite;
    }

    .mobile-header-title > span {
        align-self: flex-end;
        font-size: 37px;
    }

    .mobile-header-subtitle {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        color: #FFE5EE;
        text-align: center;
        font-family: 'Montserrat Alternates', sans-serif;
        font-size: 80px;
        font-style: normal;
        font-weight: 700;
        line-height: 64.61px; /* 75% */
    }

    .mobile-header-subtitle > span {
        color: #61B6B5;
        text-shadow: 2.13px 2.13px 12.779px rgba(0, 0, 0, 0.25);
        font-family: 'Montserrat Alternates', sans-serif;
        font-size: 42.986px;
        font-style: normal;
        font-weight: 700;
        line-height: 51.116px;
        align-self: flex-end;
        background: -webkit-linear-gradient(180deg, #7711FA, #FF00E5);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: moveLeftAnimation 2s ease-in-out infinite;
    }

    .mobile-header-img {
        width: 140%;
        display: block;
        margin-top: 50px;
        animation: moveTopAnimation 2s ease-in-out infinite;
    }

    .mobile-header-sale {
        display: block;
        width: 80%;
        margin-top: -150px;
        animation: scaleAnimation 2s ease-in-out infinite;
    }

    .advantages-main {
        width: 100%;
    }

    .advantages-main__row {
        width: 100% !important;
    }

    .advantages-bottom__slider {
        padding-bottom: 60px;
    }

    .advantages-bottom__block > iframe {
        width: 100%;
    }

    .advantages-bottom-prev,
    .advantages-bottom-next {
        top: unset;
        bottom: 0;
    }

    .advantages-main-pagination {
        width: calc(100% - 140px);
        column-gap: 10px;
    }

    .advantages-bottom-pagination {
        width: calc(100% - 140px);
        column-gap: 10px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px !important;
        top: unset !important;
        display: flex;
        justify-content: center;
        z-index: 1;
        margin: auto;
    }

    .advantages-bottom__info {
        width: 100%;
    }

    .advantages-bottom__info__title {
        font-size: 20px;
        line-height: 28px;
    }

    .indications-top__tab {
        padding: 10px;
    }

    .indications-tab__button.active {
        padding: 10px 15px;
    }

    .indications-left {
        justify-content: space-between;
    }

    .indications-left__block__text {
        font-size: 16px;
        line-height: 22px;
    }

    .indications-left__block__img {
        width: 80%;
    }

    .indications-right {
        width: 100%;
    }

    .indications-right__block__img {
        max-width: 100%;
        height: 180px;
    }

    .indications-right__block__text {
        margin-top: 20px;
    }

    .indications-right-next {
        left: unset;
        margin: unset;
        right: 0;
        bottom: 0;
    }

    .indications-right-prev {
        width: 70px;
        height: 40px;
        position: absolute;
        margin: unset;
        left: 0;
        bottom: 0;
        z-index: 5;
        display: block;
        border: none;
        background: transparent;
    }

    .indications-right-pagination {
        width: calc(100% - 140px);
        column-gap: 10px;
        bottom: 10px;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .why {
        padding: 160px 0;
    }

    .why-content__block {
        flex-direction: column;
        align-items: center;
    }

    .why-content__block__text {
        width: 100%;
        font-size: 18px;
        margin-left: 0;
        line-height: 28px;
        margin-top: 20px;
    }

    .advantages__title, .indications__title, .indications-right__title, .why-right__title, .principle__title, .process-top__title, .doctors__title, .testimonials__title, .banner__title, .clinic__title, .license__title, .forum__title, .footer-top__title, .footer-info__title {
        font-size: 28px;
    }

    .why-content-prev,
    .why-content-next {
        top: unset;
        bottom: 0;
        display: block;
    }

    .why-content-pagination {
        width: calc(100% - 140px);
        flex-wrap: wrap;
        column-gap: 10px;
        justify-content: center;
        margin-bottom: 10px;
    }

    .process-row {
        align-items: center;
    }

    .process-top {
        margin-top: 40px;
    }

    .process-tab__block__icon {
        width: 40px;
        height: 40px;
    }

    .process-tab__arrow {
        margin-top: 20px;
        width: 40px;
    }

    .process-tab__block__text {
        font-size: 11px;
    }

    .process-tab__block {
        row-gap: 5px;
    }

    .process-content {
        width: 115%;
        background-color: #F5F5F5;
        margin: 50px 0 0;
        padding: 0 10px 10px 10px;
    }

    .process-content__block__img {
        width: 100%;
    }

    .process-content__block__info {
        width: 90%;
        padding: 20px;
    }

    .process-content__block__info {
        row-gap: 10px;
    }

    .process-content__block__info > h5 {
        font-size: 20px;
    }

    .process-content__block__info > p {
        font-size: 14px;
        line-height: 20px;
    }

    .process-content__block__info > ul > li {
        font-size: 14px;
        line-height: 20px;
    }

    .process-content-prev {
        top: unset;
        bottom: 30px;
        left: 10px;
    }

    .process-content-next {
        top: unset;
        bottom: 30px;
        right: 10px;
    }

    .doctors-content {
        padding-right: 0;
    }

    .doctors-content__block {
        width: 100% !important;
        padding: 30px;
    }

    .doctors-content-next {
        right: 0;
        top: 40%;
    }

    .doctors-content-prev {
        left: 0;
        top: 40%;
        display: block;
    }

    .doctors-content-pagination {
        display: flex;
        width: 100%;
        position: relative;
        margin: 20px auto;
        justify-content: center;
        align-items: center;
        column-gap: 10px;
    }

    .testimonials {
        padding: 40px 0;
    }

    .testimonials-content {
        padding: 10px;
    }

    .testimonials-content__block {
        padding: 20px;
        box-shadow: unset;
    }

    .testimonials-block__top__info {
        font-size: 20px;
    }

    .testimonials-block__top__info > span {
        font-size: 14px;
    }

    .testimonials-block__top__date {
        font-size: 14px;
    }

    .testimonials-block__text {
        font-size: 14px;
        line-height: 24px;
    }

    .testimonials-content-prev {
        top: unset;
        bottom: 30px;
        left: -10px;
    }

    .testimonials-content-next {
        top: unset;
        bottom: 30px;
        right: -10px;
    }

    .testimonials-content-pagination {
        column-gap: 10px;
    }

    .testimonials-bottom__block {
        width: 320px;
        height: 240px;
        margin: 0;
    }

    .testimonials-bottom__block > iframe {
        height: 180px;
    }

    .banner {
        padding: 250px 0 0;
        background-image: url("../img/banner-bg-mobile.png");
    }

    .banner-row {
        padding: 0;
    }

    .banner__title {
        margin-bottom: 0;
    }

    .banner__subtitle {
        font-weight: 400;
    }

    .banner-bottom {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
        margin: 50px;
    }

    .clinic {
        padding: 60px 0 30px;
    }

    .clinic-left {
        width: 110%;
    }

    .clinic-right {
        width: 95%;
        padding: 15px;
    }

    .clinic-list {
        padding-left: 0;
        row-gap: 30px;
        margin-bottom: 20px;
    }

    .clinic-list:before {
        content: '';
        position: relative;
        width: 60px;
        height: 1px;
        background-color: #7711FA;
        align-self: center;
        margin-top: 45px;
    }

    .clinic-list__item:before {
        background-image: unset;
        position: absolute;
        top: unset;
        bottom: -15px;
        left: 0;
        width: 50px;
        height: 1px;
        background-color: #BDBDBD;
    }

    .clinic-list__item:last-child::before {
        display: none;
    }

    .license-content {
        width: 100%;
        overflow: hidden;
        padding-bottom: 50px;
    }

    .license__title {
        margin-bottom: 30px;
    }

    .license-block {
        width: 100% !important;
        padding: 30px;
        border: none;
        box-shadow: unset;
    }

    .license-content-prev {
        width: 70px;
        height: 40px;
        position: absolute;
        left: 0;
        bottom: 40px;
        border: none;
        background: transparent;
        display: block;
        z-index: 5;
    }

    .license-content-next {
        width: 70px;
        height: 40px;
        position: absolute;
        right: 0;
        bottom: 40px;
        border: none;
        background: transparent;
        display: block;
        z-index: 5;
    }

    .license-content-next > img,
    .license-content-prev > img {
        width: 100%;
    }

    .license-content-pagination {
        display: flex;
        width: calc(100% - 140px);
        justify-content: center;
        align-items: center;
        column-gap: 10px;
        margin-bottom: 5px;
    }

    .forum {
        padding: 30px 0;
    }

    .forum-content {
        width: 100%;
        margin-top: 50px;
    }

    .forum-button__text {
        font-size: 18px;
        line-height: 26px;
    }

    .forum-panel {
        padding-right: 0;
    }

    .forum-button__img {
        width: 25px;
        height: 25px;
    }

    .footer-top {
        padding: 30px 0 0;
        z-index: 2;
    }

    .footer-top__text {
        font-size: 18px;
        line-height: normal;
    }

    .footer-form__label {
        width: 100%;
    }

    .footer-form__conf {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        order: 3;
    }

    .footer-form__button {
        order: 4;
        padding: 10px 40px;
        margin: 50px auto -30px;
        font-size: 18px;
    }

    .footer-info-row {
        padding: 60px 0;
        flex-direction: column;
        align-items: center;
    }

    .footer-info__block.footer-info__block_w50 {
        width: 100%;
    }

    .footer-info__title {
        text-align: center;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .footer-info__text {
        text-align: center;
        font-size: 16px;
        line-height: normal;
    }

    .license-modal {
        width: 98%;
        height: unset;
    }

    .license-modal-bg > .modal-close {
        top: 10px;
        right: 10px;
    }

    .thanks-modal, .form-modal {
        width: 95%;
        padding: 60px 20px;
    }

    .modal-form__button {
        padding: 10px 40px;
        font-size: 20px;
    }

    .thanks-modal__title,
    .form-modal__title {
        font-size: 28px;
    }

    .thanks-modal__text,
    .form-modal__text {
        font-size: 20px;
        line-height: 30px;
    }

    .modal-form__conf {
        font-size: 14px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 370px) {

    .header {
        min-height: 900px;
    }

}

/*********** Keyframes **********/

@keyframes scaleAnimation {
    0% {
        transform: scale(1); /* Start with normal size */
    }
    50% {
        transform: scale(1.1); /* Scale to 150% halfway through the animation */
    }
    100% {
        transform: scale(1); /* Return to normal size at the end of the animation */
    }
}

@keyframes moveTopAnimation {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(10px) rotate(1deg);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

@keyframes moveLeftAnimation {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes opacityAnimation {
    0% {
        color: #4f4f4f;
    }
    50% {
        color: #949494;
    }
    100% {
        color: #4f4f4f;
    }
}
