.form__title,
.page-title {
    font-family: Cormorant, 'sans-serif';
    text-align: center
}

.content-body h3:last-child,
.content-body ol li:last-child,
.content-body ol:last-child,
.content-body p:last-child,
.content-body ul li:last-child,
.content-body ul:last-child,
.form__title:last-child,
.modal__form .form__label:last-child,
.page-title:last-child {
    margin-bottom: 0
}

.form__input.name,
.form__input.phone {
    background-repeat: no-repeat;
    background-position: 12px center
}

.accor-full,
body.lock {
    overflow: hidden
}

.modal__body,
body {
    overflow-x: hidden
}

.col-2:last-child,
.col-2:nth-child(2n),
.col-3:last-child,
.col-3:nth-child(3n),
.col-4:last-child,
.col-5:last-child,
.col-5:nth-child(5n),
.col-6:last-child,
.col-6:nth-child(6n),
.form__label:last-child,
.form__submit:last-child,
.header__block-descr:last-child,
.header__block:last-child,
.menu__link-text:last-child,
.modal-city__item:last-child,
.modal-city__item:nth-child(3n),
.socials__item:last-child {
    margin-right: 0
}

.banner-page,
.promo {
    background-size: cover
}

@font-face {
    font-family: Montserrat;
    src: local('Montserrat Light'), local('Montserrat-Light'), url('../fonts/subset/Montserrat-Light.woff2') format('woff2'), url('../fonts/subset/Montserrat-Light.woff') format('woff');
    font-display: swap;
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/subset/Montserrat-Regular.woff2') format('woff2'), url('../fonts/subset/Montserrat-Regular.woff') format('woff');
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/subset/Montserrat-Medium.woff2') format('woff2'), url('../fonts/subset/Montserrat-Medium.woff') format('woff');
    font-display: swap;
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('../fonts/subset/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/subset/Montserrat-SemiBold.woff') format('woff');
    font-display: optional;
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/subset/Montserrat-Bold.woff2') format('woff2'), url('../fonts/subset/Montserrat-Bold.woff') format('woff');
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Cormorant;
    src: local('Cormorant Regular'), local('Cormorant-Regular'), url('../fonts/subset/Cormorant-Regular.woff2') format('woff2'), url('../fonts/subset/Cormorant-Regular.woff') format('woff');
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Cormorant;
    src: local('Cormorant Bold'), local('Cormorant-Bold'), url('../fonts/subset/Cormorant-Bold.woff2') format('woff2'), url('../fonts/subset/Cormorant-Bold.woff') format('woff');
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active,
:focus,
a:active,
a:focus {
    outline: 0
}

.desctop-header,
.search__label,
aside,
footer,
header,
nav,
picture {
    display: block
}

body,
html {
    height: 100%;
    width: 100%;
    line-height: 1;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer;
    background-color: transparent
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,
a:visited {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top;
    max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
    margin: 0
}

h2 {
    font-family: Cormorant;
    font-weight: 700;
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 24px
}

body {
    font-family: Montserrat, sans-serif;
    color: #353535;
    min-width: 320px;
    height: initial
}

.container {
    max-width: 1700px;
    padding: 0 20px;
    margin: 0 auto
}

.article__section_autor .section_item.item_doc,
.container_small,
.text-section__container {
    max-width: 1160px
}

.search {
    position: relative;
    max-width: 190px;
    margin-right: 16px
}

.about__title,
.search-container .search,
.text-section__title {
    max-width: initial
}

.search__input {
    width: 100%;
    height: 48px;
    background-color: #fff;
    border: 2px solid #c9b675;
    border-radius: 34px;
    padding: 0 48px 0 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px
}

.search__btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 10px;
    background-color: #c9b675;
    border: 2px solid #c9b675;
    box-shadow: 0 4px 16px rgba(80, 62, 1, .2);
    border-radius: 34px;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    transition: color .2s, background-color .2s, border-color .2s, box-shadow 2s
}

.btn_bg-35 {
    border: 2px solid #353535;
    background-color: #353535;
    box-shadow: none
}

.btn_bg-transparent {
    background-color: transparent;
    color: #c9b675;
    box-shadow: none
}

.page-title {
    font-size: 72px;
    line-height: 80px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px
}

.form {
    padding: 16px;
    border-radius: 24px;
    background-color: #fff
}

.article__doc,
.modal__form {
    padding: 0
}

.form__title {
    font-weight: 800;
    font-size: 28px;
    line-height: 160%;
    margin-bottom: 16px
}

.consultation__title,
.content-body h3,
.footer__block-title,
.indications,
.intro,
.newcallback,
.question__title-text,
.section-title-text,
.specialist__name {
    font-family: Cormorant
}

.form__wrapper {
    display: flex;
    margin-bottom: 8px
}

.modal__form .form__wrapper {
    flex-direction: column;
    margin-bottom: 16px
}

.form__label,
.specialist-documents__slider {
    flex-grow: 1;
    margin-right: 24px
}

.article-navigation__check-date svg,
.form__submit,
.header__logo,
.socials__item {
    margin-right: 8px
}

.modal__form .form__label {
    margin-bottom: 8px;
    margin-right: 0
}

.form__label_max-width {
    max-width: 200px
}

.form__input {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    color: #282828;
    border: 1px solid transparent;
    border-bottom: 1px solid #ebebeb
}

.form-consultation .form__input,
.modal__form .form__input {
    background-color: #f6f4f5;
    border-radius: 16px;
    padding-left: 44px
}

.field-textarea {
    height: 144px;
    padding: 12px !important;
    resize: none
}

.form__input::placeholder {
    color: #afafaf
}

.form__input::-webkit-input-placeholder {
    color: #afafaf
}

.form__input::-ms-input-placeholder {
    color: #afafaf
}

.form__input:-moz-placeholder {
    color: #afafaf;
    opacity: 1
}

.form__input::-moz-placeholder {
    color: #afafaf;
    opacity: 1
}

.form__input:-ms-input-placeholder {
    color: #afafaf
}

.form__input.name {
    background-image: url('../img/name.svg')
}

.form__input.phone {
    background-image: url('../img/phone-input.svg')
}

.banner-page,
.photo-zoom::after {
    background-position: center;
    background-repeat: no-repeat
}

.form__button {
    padding: 12px 16px
}

.form__policy {
    padding: 8px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    background-color: #f6f4f5;
    border-radius: 8px
}

.form__policy a {
    color: #dbcea9;
    text-decoration: underline;
    transition: color .2s
}

.modal__form .form__policy {
    padding: 0;
    background-color: initial;
    text-align: initial;
    margin-bottom: 16px
}

.form-consultation__label:last-child,
.offer__item:last-child,
.search-result__item:last-child {
    margin-bottom: 0
}

.form__submit {
    min-width: 200px
}

.form__btn-group {
    display: flex;
    justify-content: center
}

.modal,
.socials__link {
    align-items: center;
    display: flex
}

.accor-full {
    max-height: 0;
    transition: max-height .2s
}

.socials {
    display: flex
}

.socials__link {
    width: 32px;
    height: 32px;
    justify-content: center;
    background-color: #ededed;
    border-radius: 50%;
    transition: background-color .2s
}

.modal {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s, visibility .2s
}

.header__link:hover .header__subnav,
.modal.active,
.slider-button {
    pointer-events: all;
    pointer-events: all
}

.modal.active {
    opacity: 1;
    visibility: visible
}

.modal__background {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 191, 203, .6)
}

.modal__body {
    position: absolute;
    padding: 40px 24px 0;
    max-height: calc(100% - 30px);
    max-width: 880px;
    width: 100%;
    overflow-y: overlay
}

.modal__content {
    background-color: #fff;
    border-radius: 16px;
    padding: 32px
}

.modal__close {
    position: absolute;
    right: 4px;
    top: 20px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c9b675;
    border-radius: 12px;
    transition: background-color .2s
}

.modal__close:after,
.modal__close:before {
    content: "";
    display: block;
    height: 3px;
    width: 22px;
    background-color: #fff;
    position: absolute
}

.modal__close:after {
    transform: rotate(45deg)
}

.modal__close:before {
    transform: rotate(-45deg)
}

.photo-zoom,
.section-decor {
    position: relative;
    overflow: hidden
}

.section-decor::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 40%;
    height: 240px;
    background-color: #19b4be
}

.section-decor_left::before {
    right: auto;
    left: -20px
}

.section-title {
    position: relative;
    max-width: max-content;
    margin: 0 auto 32px
}

.col-2,
.col-3,
.col-4 {
    margin-right: 24px;
}

.section-title-decor {
    position: absolute;
    top: -62px;
    left: -88px;
    width: 176px;
    height: 176px
}

.section-title-decor::after,
.section-title-decor::before {
    content: '';
    position: absolute;
    border-radius: 50%
}

.section-title-decor::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eefeff
}

.section-title_white .section-title-decor::after,
.section-title_white .section-title-decor::before {
    background-color: rgba(255, 255, 255, .1)
}

.section-title-decor::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88px;
    height: 88px;
    background-color: #caf8fb
}

.section-title-text {
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    position: relative;
    z-index: 10;
    max-width: 832px
}

.section-descr_white,
.section-title-text_white,
.section-title_white .section-title-text {
    color: #fff
}

.section-descr {
    font-size: 20px;
    line-height: 24px;
    text-align: center
}

.modal-city__list,
.row,
.specialist-sticker__wrapper {
    display: flex;
    flex-wrap: wrap
}

.col-2 {
    flex: 0 1 calc(50% - 16px);
    margin-bottom: 40px
}

.col-4,
.col-6 {
    margin-bottom: 32px
}

.col-3 {
    flex: 0 1 calc(33.333% - 21.5px)
}

.col-4 {
    flex: 0 1 calc(25% - 24px)
}

.col-5 {
    flex: 0 1 calc(20% - 16px);
    margin-right: 20px
}

.col-6 {
    flex: 0 1 calc(16.666% - 26.7px);
    margin-right: 32px
}

.modal-city__search {
    position: relative;
    margin-bottom: 16px
}

.modal-city__item {
    flex: 0 1 calc(33.333% - 8px);
    margin-right: 12px;
    margin-bottom: 12px;
    word-break: break-all
}

.content-body ol,
.content-body p,
.content-body ul,
.promo__title {
    margin-bottom: 16px
}

.modal-city__link {
    font-size: 16px;
    line-height: 120%;
    color: #0e878e;
    transition: color .2s
}

.breadcrumbs__link,
.content-body ol li,
.content-body p,
.content-body ul li {
    font-size: 16px;
    line-height: 24px
}

.advantages__row,
.conditions__slider,
.content-body,
.guarantees__row,
.offer__descr,
.offer__name,
.offer__price,
.offers__row,
.specialist__btn-group,
.specialist__descr,
.specialist__name,
.specialist__role,
.steps__row {
    position: relative;
    z-index: 10
}

.content-body p {
    color: #626262
}

.content-body ul li {
    position: relative;
    padding-left: 20px;
    color: #626262;
    margin-bottom: 8px
}

.content-body ul li::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #19b4be
}

.content-body ol {
    counter-reset: myCounter
}

.content-body ol li {
    position: relative;
    padding-left: 25px;
    color: #626262;
    margin-bottom: 8px
}

.content-body ol li::marker {
    content: none;
    display: none
}

.content-body ol li::before {
    counter-increment: myCounter;
    content: counter(myCounter);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    background-color: #19b4be
}

.content-body h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 24px
}

.slider-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
    border-radius: 50%;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    transition: background-color .2s, box-shadow .2s, opacity .2s
}

.slider-button.swiper-button-lock {
    opacity: 0
}

.btn-to-top svg path,
.slider-button svg path {
    transition: fill .2s
}

.accor-open-decor {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #c9b675;
    border-radius: 50%;
    transition: border-color .2s, transform .2s
}

.accor.active .accor-open-decor {
    border-color: #19b4be;
    transform: rotate(180deg)
}

.breadcrumbs__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 60px;
    background-color: rgba(255, 255, 255, .3);
    overflow: hidden;
    max-width: max-content;
    margin: 0 auto 8px
}

.breadcrumbs__link {
    display: block;
    padding: 4px 16px;
    font-weight: 500;
    color: #c8b575;
    background-color: #fff
}

.search-result__link,
.search-result__not-found,
.search-result__text {
    font-size: 18px;
    line-height: 160%
}

.breadcrumbs__item:first-child .breadcrumbs__link {
    border-radius: 60px 0 0 60px
}

.breadcrumbs__link_active {
    color: #fff;
    background-color: initial
}

.breadcrumbs__item:nth-last-child(2) .breadcrumbs__link {
    border-radius: 0 60px 60px 0
}

.banner-page {
    padding: 32px;
    position: relative;
    z-index: 10
}

.banner-page__wrapper {
    max-width: 1120px;
    margin: 0 auto
}

.banner-page__container {
    padding: 24px;
    border: 1px solid #fff
}

.badsee,
.btn-to-top {
    position: fixed;
    z-index: 100;
    bottom: 15px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    transform: translateY(0)
}

.section-page-offset {
    padding: 48px 0
}

.photo-zoom::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 180, 190, .7);
    background-image: url("../img/photo-zoom.svg");
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s
}

.content-body .text-block__text_title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%
}

.search-result {
    margin-top: 20px
}

.search-result__not-found {
    font-weight: 800;
    margin-bottom: 24px
}

.contacts-banner__form-wrapper,
.search-result__item {
    margin-bottom: 24px
}

.search-result__link {
    display: inline-block;
    font-weight: 800;
    color: #eb5553;
    text-decoration: underline;
    margin-bottom: 16px
}

.menu__link-text,
.menu__sub-link {
    font-weight: 500;
    font-size: 16px;
    color: #353535
}

.btn-to-top {
    right: 55px;
    border: 1px solid #f04a25;
    transition: background-color .2s, opacity .2s, transform .2s
}

.badsee {
    left: 55px;
    border: 1px solid #858585;
    transition: .2s
}

.badsee:hover {
    background-color: #f04a25
}

.btn-to-top.btn-to-top_hide {
    display: none
}

.btn-to-top.btn-to-top_hiding {
    opacity: 0;
    transform: translateY(100px)
}

.btn-to-top svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.contraindications {
    padding: 13px 0;
    background-color: #096167
}

.contraindications__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center
}

.header {
    background-color: #fff;
    padding: 16px 0
}

.header__top {
    display: flex;
    width: 100%
}

.header__top-mobile {
    display: none
}

.header__block {
    margin-right: 32px
}

.header__block_mr-auto {
    margin-right: auto;
    padding-right: 16px
}

.header__info-block {
    display: flex;
    margin-bottom: 5px
}

.header__block-descr {
    font-size: 12px;
    line-height: 16px;
    margin-right: 4px
}

.header__block-descr_color {
    color: #5a5a5a
}

.consultation__container,
.header__block-phone {
    display: flex
}

.header-bottom__mobile,
.header__block-phone_mobile,
.mobile {
    display: none
}

.header__block-phone-icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
    border-radius: 50%;
    margin-right: 6px
}

.menu__sub-list,
.offer,
.offer__price {
    box-shadow: 0 4px 64px rgba(0, 0, 0, .1)
}

.header__block-phone-text {
    font-size: 24px;
    line-height: 32px;
    color: #096167;
    transition: color .2s;
    text-align: initial
}

.header .header__block-phone .header__block-phone-text {
    white-space: nowrap
}

.header-bottom {
    position: sticky;
    z-index: 1000;
    top: 0;
    background-color: #fff
}

.menu__item,
.menu__item-icon,
.promo {
    position: relative
}

.menu__list {
    display: flex;
    justify-content: space-between
}

.menu__item,
.offer {
    flex-direction: column
}

.menu__item,
.menu__item-icon,
.menu__link {
    display: flex;
    align-items: center
}

.menu__item:first-child {
    padding-left: 0
}

.menu__item:last-child {
    padding-right: 0
}

.menu__item-separator {
    width: 1px;
    background-color: #c4c4c4;
    margin-bottom: 16px
}

.menu__link {
    max-width: 260px
}

.menu__link-text {
    margin-right: 6px;
    transition: color .2s
}

.menu__item-icon {
    justify-content: center;
    transition: transform .2s
}

.header__block-phone-text-mobile,
.header__bottom-btn,
.header__middle,
.menu__item-icon_mobile,
.mobile-menu__footer,
.specialists__title-mobile {
    display: none
}

.menu__item-icon::after,
.menu__item-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.menu__sub-list {
    position: absolute;
    top: calc(100% - 8px);
    left: 0;
    background-color: #fff;
    border-radius: 16px;
    padding: 8px 0;
    min-width: max-content;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s, pointer-events .2s
}

.menu__sub-item {
    max-width: 300px
}

.menu__sub-link {
    display: flex;
    padding: 8px 16px;
    line-height: 24px;
    transition: color .2s
}

.header__info-block-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.header__block-address {
    max-width: 210px;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #626262;
    text-align: initial;
    transition: color .2s;
    margin-right: 16px
}

.promo__descr,
.promo__item-text {
    font-size: 18px;
    line-height: 24px;
    color: #fff
}

.promo {
    background-image: url("../img/sections/promo/background.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 10
}

.advantages,
.consultation {
    z-index: 1;
    position: relative
}

.promo__container {
    background-color: rgba(0, 191, 203, .6);
    padding: 32px
}

.advantage,
.advantages,
.promo__item-img {
    background-color: #fff
}

.callback__container,
.consultation__wrapper,
.promo__content {
    border: 1px solid #fff
}

.promo__info {
    max-width: 1260px;
    padding: 135px 30px;
    margin: 0 auto
}

.promo__descr {
    text-align: center;
    margin-bottom: 40px
}

.promo__items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.promo__item {
    flex: 1 1 33.333%;
    border-right: 1px solid rgba(255, 255, 255, .4);
    display: flex;
    flex-direction: column;
    align-items: center
}

.promo__item:last-child {
    border-right: none
}

.promo__item-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px
}

.promo__item-img_1 {
    background-image: url('../img/sections/promo/item-1.svg')
}

.promo__item-img_2 {
    background-image: url('../img/sections/promo/item-2.svg')
}

.promo__item-img_3 {
    background-image: url('../img/sections/promo/item-3.svg')
}

.promo__item-text {
    text-align: center;
    max-width: 200px
}

.advantages {
    padding: 40px 0 24px
}

.advantage {
    padding: 24px;
    border: 1px solid #ededed;
    background-repeat: no-repeat;
    background-position: right bottom
}

.advantage:first-child {
    background-image: url('../img/sections/advantages/1.svg')
}

.advantage:nth-child(2) {
    background-image: url('../img/sections/advantages/2.svg')
}

.advantage:nth-child(3) {
    background-image: url('../img/sections/advantages/3.svg')
}

.advantage:nth-child(4) {
    background-image: url('../img/sections/advantages/4.svg')
}

.advantage:nth-child(5) {
    background-image: url('../img/sections/advantages/5.svg')
}

.advantage__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #19b4be;
    text-align: center;
    margin-bottom: 8px
}

.advantage__descr {
    font-size: 18px;
    line-height: 24px;
    color: #626262;
    text-align: center;
    max-width: 228px;
    margin: 0 auto
}

.offer__descr,
.offer__name {
    color: #fff;
    text-align: center
}

.offers {
    padding: 48px 0 80px;
    background-color: #f6f4f5
}

.offers__title {
    margin-bottom: 48px
}

.offer {
    background-color: #fff;
    border-radius: 40px 0;
    display: flex
}

.offer__info {
    background: linear-gradient(90deg, #119ca5 0, #1ab4be 100%);
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 40px 0 0
}

.consultation,
.footer,
.services__navigation,
.steps {
    background-repeat: no-repeat;
    background-size: cover
}

.offer__info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left 28px
}

.offer:first-child .offer__info::before {
    background-image: url('/netcat_template/template/3/img/price-fork/1.svg')
}

.offer:nth-child(2) .offer__info::before {
    background-image: url('/netcat_template/template/3/img/price-fork/2.svg')
}

.offer:nth-child(3) .offer__info::before {
    background-image: url('/netcat_template/template/3/img/price-fork/3.svg')
}

.offer__name {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 6px
}

.offer__descr {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 14px
}

.offer__price {
    padding: 8px 16px;
    background-color: #fff;
    border-radius: 16px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #626262
}

.about__video,
.services__navigation,
.step__content {
    box-shadow: 0 4px 64px rgba(0, 0, 0, .12)
}

.offer__price-num {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #c9b675
}

.offer__content {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.offer__list {
    flex-grow: 1;
    margin-bottom: 24px
}

.offer__item {
    font-size: 16px;
    line-height: 24px;
    color: #626262;
    padding-left: 28px;
    margin-bottom: 12px;
    background-image: url('/netcat_template/template/3/img/price-fork/union.svg');
    background-repeat: no-repeat;
    background-position: left top
}

.offer__item_disabled {
    background-image: url('/netcat_template/template/3/img/price-fork/frame.svg');
    color: #cdcdcd
}

.offer__btn {
    width: 100%
}

.consultation {
    padding: 32px;
    background-image: url('../img/sections/consultation/background1.jpg');
    background-position: right center
}

.consultation__picture {
    flex: 0 0 543px;
    margin: -33px 0;
    display: flex;
    align-items: flex-end
}

.consultation__content {
    flex-grow: 1;
    align-self: center;
    background-color: #fff;
    border-radius: 32px;
    padding: 24px;
    margin: 24px 32px 24px 0
}

.consultation__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 4px
}

.consultation__descr {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 16px
}

.form-consultation {
    padding: 0;
    background-color: initial;
    border-radius: initial
}

.footer__socials,
.form-consultation__wrapper {
    display: flex;
    margin-bottom: 16px
}

.form-consultation__label {
    display: flex;
    margin-right: 0;
    margin-bottom: 16px
}

.form-consultation__block {
    flex: 1 1 calc(50% - 8px);
    margin-right: 16px
}

.form-consultation__textarea {
    flex: 0 1 calc(50% - 8px);
    height: initial
}

.form-consultation .form__policy {
    padding: 0;
    background-color: transparent;
    margin-bottom: 16px
}

.form-consultation__submit,
.reviews-page__btn {
    margin: 0 auto
}

.about {
    padding: 112px 0
}

.about__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    z-index: 10
}

.about__content {
    padding-top: 59px;
    margin-right: 32px
}

.about__title .section-title-text {
    text-align: initial;
    max-width: initial
}

.about__video {
    flex: 0 0 544px;
    width: 544px;
    height: 544px;
    border-radius: 160px 0;
    overflow: hidden;
    position: relative
}

.about__video-start {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: opacity .2s
}

.about__video-start.hidden {
    opacity: 0;
    pointer-events: none
}

.about__video-start-img {
    width: 110%;
    height: 110%;
    object-fit: cover;
    object-position: center
}

.about__video-item,
.gallery-page__photo-img,
.promotion__img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about__video-start-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center
}

.clinics__container,
.conditions__wrapper,
.similar__container,
.step__num {
    position: relative
}

.about__video-start-btn-icon,
.footer__logo,
.reviews-page__item {
    margin-bottom: 16px
}

.about__video-start-btn-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff
}

.about_reverse .about__wrapper {
    flex-direction: row-reverse
}

.about_reverse .about__content {
    margin-right: 0
}

.about_reverse .about__video {
    margin-right: 32px
}

.services {
    display: flex;
    background-color: #f6f4f5
}

.services__title {
    max-width: initial;
    margin-bottom: 24px
}

.services__title .section-title-text {
    max-width: initial;
    text-align: initial
}

.services__descr {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 16px
}

.services__wrapper {
    min-width: 0;
    padding: 40px 0
}

.services__slider {
    padding-right: 32px
}

.services__navigation {
    padding: 48px 48px 48px 112px;
    background-image: url('../img/sections/services/navigation-background.svg');
    background-position: left center;
    max-width: 512px;
    border-radius: 0 0 112px;
    margin: -32px 32px -32px 0;
    min-width: 380px
}

.footer__container,
.services__navigation-btns,
.step {
    display: flex
}

.services__navigation-btn {
    margin-right: 16px
}

.services__navigation-btn:last-child {
    margin-right: 0
}

.service {
    border-radius: 0 0 64px;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: initial
}

.service__img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: top
}

.service__content {
    padding: 16px 16px 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.header__menu,
.service__content ul {
    flex-grow: 1
}

.service .service__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #353535;
    margin-bottom: 12px;
    transition: color .2s
}

.articles-item__more,
.service__btn {
    display: flex;
    align-items: center
}

.service .service__btn-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #c9b675;
    margin-bottom: 0;
    margin-right: 4px
}

.footer__block:last-child,
.footer__block:nth-child(3n),
.footer__social:last-child,
.specialist__btn:last-child,
.specialists__slider-btn:last-child {
    margin-right: 0
}

.steps {
    background-image: url('../img/sections/steps/background1.png');
    background-position: center
}

.steps__title {
    margin-bottom: 64px
}

.step__num {
    flex: 0 0 112px;
    width: 112px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #19b4be;
    border-radius: 50% 50% 0;
    font-weight: 700;
    font-size: 56px;
    line-height: 68px;
    color: #fff;
    margin-right: -32px;
    z-index: 10
}

.step__content {
    background-color: #fff;
    border-radius: 23px 0 32px;
    padding: 24px 24px 32px 56px
}

.footer__pay-wrapper,
.portrait-item__picture,
.story {
    box-shadow: 0 4px 64px rgba(0, 0, 0, .1);
    display: flex
}

.portrait-item__title,
.step__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px
}

.portrait-item__descr,
.step__descr {
    font-size: 16px;
    line-height: 24px;
    color: #626262
}

.conditions {
    padding: 40px 0 64px
}

.conditions__title,
.guarantees__title {
    margin-bottom: 56px
}

.conditions__title .section-title-text {
    max-width: 988px
}

.conditions__wrapper::before {
    content: '';
    position: absolute;
    top: 92px;
    left: 0;
    width: 100%;
    height: 240px;
    background-color: #19b4be
}

.condition__picture {
    position: relative;
    margin-bottom: 24px;
    border-radius: 112px 0;
    overflow: hidden
}

.condition__picture::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 191, 203, .6);
    backdrop-filter: blur(4px);
    opacity: 1;
    transition: opacity .3s
}

.condition.swiper-slide-active .condition__picture::after {
    opacity: 0
}

.condition__img {
    width: 100%;
    height: 424px;
    object-fit: cover;
    object-position: top center
}

.detail-specialist__img,
.specialist-item__img,
.specialist__img {
    object-position: top;
    object-fit: cover
}

.condition__content {
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transition: opacity .3s
}

.condition.swiper-slide-active .condition__content {
    opacity: 1
}

.condition__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #353535;
    text-align: center;
    margin-bottom: 16px
}

.condition__descr {
    font-size: 16px;
    line-height: 24px;
    color: #626262;
    text-align: center
}

.conditions__navigation {
    width: 43%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 15;
    top: 188px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 16px;
    pointer-events: none
}

.footer {
    background-image: url('/netcat_template/template/3/assets/img/sections/footer/background.png');
    background-position: left bottom;
    padding: 40px 0 56px
}

.contacts-banner,
.stories {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.footer__wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1
}

.footer__block {
    flex: 0 1 calc(33.333% - 16px);
    margin-right: 24px
}

.footer__block-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 16px
}

.footer__block .header__block-phone,
.footer__block-item,
.footer__btn,
.footer__pay-title,
.sitemap__item,
.sitemap__sub-item {
    margin-bottom: 8px
}

.footer__block .header__block-phone:last-child,
.footer__block-item:last-child {
    margin-bottom: 0
}

.footer__block-link {
    font-size: 16px;
    line-height: 24px;
    color: #0e878e;
    margin-bottom: 8px;
    transition: color .2s
}

.footer__social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header__block-phone_address .header__block-phone-text {
    max-width: 360px;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #626262
}

.header__block-phone_email .header__block-phone-text {
    max-width: 360px;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    text-decoration-line: underline;
    color: #0e878e
}

.footer__btn {
    margin-top: 16px;
    min-width: 256px
}

.footer__pay-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #626262
}

.footer__pay-wrapper {
    padding: 10px 30px;
    background-color: #fff;
    border-radius: 16px;
    max-width: max-content
}

.callback {
    position: relative;
    z-index: 10;
    background-image: url("../img/sections/callback/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 32px
}

.callback_bg-2 {
    background-image: url("../img/sections/callback/background2.jpg")
}

.callback_bg-3 {
    background-image: url("../img/sections/callback/background3.jpg")
}

.callback__wrapper {
    max-width: 1160px;
    padding: 119px 20px;
    margin: 0 auto
}

.callback__title .section-title-text {
    max-width: none;
    color: #fff
}

.portrait {
    padding: 40px 0 0;
    background-color: #f6f4f5
}

.indications__container,
.portrait__title .section-title-text {
    max-width: 1120px
}

.detail-specialist__descr,
.portrait__column {
    margin-bottom: 40px
}

.portrait-item__picture {
    width: 112px;
    height: 112px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10000px;
    margin-bottom: 16px
}

.article-navigation__check {
    margin-top: 12px;
    padding: 24px 24px 24px 172px;
    position: relative;
    background-color: #eefeff;
    border-radius: 24px;
    max-width: 462px;
    min-width: 462px
}

.articles-list {
    padding-left: 18px;
    margin-top: 110px
}

section.doctor-articles {
    padding: 80px
}

.article-navigation__check-picture {
    position: absolute;
    bottom: 0;
    left: 24px
}

.article-navigation__callback-img {
    width: 132px;
    height: 164px;
    object-fit: cover
}

.article-navigation__check-date {
    display: flex;
    align-items: center;
    margin-bottom: 16px
}

.article-navigation__check-date-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    margin-right: 4px
}

.article-navigation__check-date-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #63728c
}

.article-navigation__check-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px
}

.article-navigation__check-descr {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #63728c
}

.specialists {
    background-color: #fff;
    position: relative;
    z-index: 10
}

.specialists__slider {
    padding: 103px 0 81px;
    max-width: 1120px;
    margin: 0 auto
}

.detail-specialist__container,
.specialist,
.specialist__btn-group,
.specialists__slider-btn-group {
    display: flex
}

.specialist__picture {
    flex: 0 1 calc(50% - 16px);
    background-color: #e6e6e6;
    border-radius: 112px 0;
    overflow: hidden;
    margin-right: 32px;
    position: relative;
    z-index: 10;
    height: fit-content
}

.specialist__img {
    width: 100%;
    height: 100%;
    max-height: 688px;
    aspect-ratio: attr(width)/attr(height)
}

.specialist__content {
    flex: 0 1 calc(50% - 16px);
    padding-top: 74px;
    padding-bottom: 108px
}

.specialist__title {
    max-width: initial;
    position: absolute;
    top: 81px;
    left: calc(50% + 16px);
    transform: translateY(50%);
    margin-bottom: 0
}

.specialist__title .section-title-text {
    text-align: initial;
    max-width: initial
}

.specialist__name {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #007c84;
    margin-bottom: 16px
}

.specialist__role {
    font-size: 20px;
    line-height: 24px;
    color: #9f9f9f;
    margin-bottom: 14px
}

.specialist__descr {
    font-size: 16px;
    line-height: 24px;
    color: #626262;
    margin-bottom: 24px
}

.specialist__btn {
    margin-right: 16px
}

.specialists__slider-navigation {
    position: absolute;
    z-index: 15;
    bottom: 81px;
    left: 50%;
    transform: translateX(16px)
}

.specialists__slider-pagination {
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #626262;
    margin-bottom: 16px
}

.specialists__slider-pagination .swiper-pagination-current {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #353535
}

.question.active .question__info-wrapper p,
.question.active .question__title-text {
    color: #fff
}

.specialists__slider-pagination-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-right: 8px
}

.specialists__slider-btn {
    margin-right: 16px
}

.stories {
    padding: 70px 0 0;
    background-image: url('../img/sections/stories/background.svg');
    overflow: hidden;
    position: relative;
    z-index: 10
}

.stories__slider {
    padding: 50px 0
}

.story {
    padding: 16px;
    background-color: #fff;
    border-radius: 24px;
    height: initial
}

.story__picture {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 24px
}

.story__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px
}

.story__age {
    font-size: 20px;
    line-height: 24px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 8px;
    margin-bottom: 8px
}

.story__problem {
    display: flex;
    margin-bottom: 12px
}

.story__problem:last-child {
    margin-bottom: 0
}

.story__problem-icon {
    flex: 0 0 24px;
    height: 24px;
    margin-right: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
    border-radius: 50%
}

.story__problem-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.story__problem_high {
    padding: 8px;
    background-color: #19b4be;
    border-radius: 35px
}

.story__problem_high .story__problem-text {
    font-weight: 700;
    color: #fff
}

.guarantees {
    padding-top: 64px;
    overflow: hidden
}

.guarantee {
    flex: 0 1 33.333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px 64px;
    position: relative
}

.guarantee::before,
.guarantee__decor {
    position: absolute;
    top: 128px;
    content: ''
}

.guarantee::before {
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 2px dashed #19b4be
}

.guarantee:first-child::after,
.guarantee:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 128px;
    right: 0;
    width: 2px;
    height: 100%;
    border-right: 2px dashed #19b4be;
    transform: translateX(50%)
}

.guarantee__picture {
    border: 8px solid #1ab4be;
    filter: drop-shadow(0px 4px 64px rgba(0, 0, 0, .1));
    border-radius: 128px;
    width: 256px;
    height: 256px;
    margin-bottom: 16px
}

.contacts-banner__contacts-row .contacts__block-item-icon img,
.guarantee__decor {
    width: 12px;
    height: 12px
}

.guarantee__decor {
    right: 0;
    transform: translate(50%, -50%);
    background-color: #19b4be;
    border-radius: 50%
}

.guarantee__decor_bottom {
    top: initial;
    bottom: -128px;
    transform: translate(50%, 50%)
}

.guarantee__text {
    max-width: 512px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center
}

.contacts-requisites__item:first-child .contacts-requisites__text,
.contacts__block-item-text,
.extra__form .form__policy,
.extra__title .section-title-text,
.question__title-text {
    text-align: initial
}

.extra {
    padding: 0 0 64px
}

.extra__container {
    max-width: 1160px;
    display: flex;
    align-items: center
}

.extra__form {
    max-width: 512px;
    padding: 24px 32px 32px
}

.extra__form-wrapper,
.faq__wrapper,
.prices-page__wrapper,
.promotions__wrapper {
    position: relative;
    z-index: 10
}

.extra__form .form__label {
    display: block;
    margin-right: 0;
    margin-bottom: 8px
}

.extra__form .form__label:last-child,
.licenses__title {
    margin-bottom: 0
}

.extra__form .form__policy {
    padding: 0;
    margin: 24px 0;
    background-color: initial
}

.licenses,
.question.active {
    background-color: #19b4be
}

.extra__picture {
    flex: 1 1 608px
}

.licenses {
    position: relative;
    z-index: 10;
    padding-top: 56px
}

.licenses__slider {
    padding: 56px 0 88px
}

.license__img {
    width: 100%;
    border-radius: 24px;
    transition: transform .2s
}

.text-section {
    padding: 56px 0 24px;
    display: flex
}

.text-section__high-text,
.text-section__more {
    padding: 24px;
    box-shadow: 0 4px 16px rgba(3, 39, 37, .2)
}

.text-section__title .section-title-text {
    max-width: initial;
    text-align: initial
}

.text-section__info {
    position: relative;
    z-index: 15;
    margin-bottom: 16px
}

.text-section__info:last-child {
    margin-bottom: 0
}

.text-section__picture {
    float: right;
    margin: 0 0 16px 16px;
    border-radius: 40px 0;
    overflow: hidden;
    max-width: 440px
}

.text-section_img-left .text-section__picture {
    float: left;
    margin: 0 16px 16px 0
}

.contacts__block-item:last-child,
.detail-specialist-block:last-child,
.prices-page__accor:last-child,
.prices-section__row:last-child,
.question:last-child,
.reviews-page__item:last-child,
.sitemap__item:last-child,
.sitemap__sub-item:last-child,
.text-section__high-text:last-child,
.text-section__more-block-item:last-child {
    margin-bottom: 0
}

.text-section__img {
    object-fit: cover
}

.text-section__article-top {
    margin-bottom: 16px;
    position: relative;
    z-index: 15
}

.text-section__more {
    float: right;
    width: 440px;
    border-radius: 24px;
    position: relative;
    z-index: 15;
    margin: 0 0 16px 16px
}

.contacts__row,
.detail-specialist {
    position: relative;
    z-index: 10
}

.text-section__more-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 16px
}

.text-section__more-block-item-date,
.text-section__more-block-item-title {
    font-size: 18px;
    line-height: 120%;
    color: #626262
}

.text-section__more-block-item {
    display: block;
    margin-bottom: 12px
}

.text-section__more-block-item-title {
    font-weight: 700;
    margin-bottom: 8px
}

.text-section__flex-text-left,
.text-section__high-text {
    font-size: 16px;
    line-height: 24px
}

.text-section__high-text {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 16px
}

.text-section__flex-text-right {
    width: 50%;
    float: right;
    display: flex;
    padding: 16px;
    background-color: #e5fdff;
    box-shadow: 0 4px 24px rgba(3, 39, 37, .1);
    border-radius: 10px;
    margin: 0 0 16px 16px
}

.text-section__flex-text-right-img {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-right: 16px
}

.prices-section__title,
.question__title {
    justify-content: space-between;
    display: flex
}

.faq {
    padding: 56px 0 48px;
    background-color: #f6f4f5
}

.question {
    background-color: #fff;
    border-radius: 24px;
    padding: 16px;
    margin-bottom: 8px;
    transition: background-color .2s
}

.question__title {
    width: 100%
}

.question__title-text {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    margin-right: 16px;
    transition: color .2s
}

.question__info-wrapper {
    padding-top: 16px
}

.question__info-wrapper p {
    transition: color .2s
}

.contacts {
    padding: 80px 0 0;
    margin-bottom: 32px
}

.contacts__title {
    margin-bottom: 80px
}

.contacts__map {
    height: 520px
}

.contacts__row {
    margin-top: -85.5px
}

.contacts__block {
    flex: 0 1 calc(33.333% - 21.4px);
    margin-right: 32px;
    padding: 24px;
    background-color: #fff;
    box-shadow: 0 4px 64px rgba(0, 0, 0, .1);
    border-radius: 24px
}

.contacts__block:last-child,
.contacts__block:nth-child(3n) {
    margin-right: 0
}

.contacts__block-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px
}

.contacts__block-item {
    display: flex;
    margin-bottom: 12px
}

.contacts__block-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
    border-radius: 50%;
    margin-right: 8px
}

.contacts__block-item-text {
    font-size: 20px;
    line-height: 40px;
    color: #353535
}

.contacts-banner__contacts-row .contacts__block-item-text,
.contacts-requisites__text {
    line-height: 24px;
    font-size: 16px
}

.contacts-banner {
    background-image: url('../img/sections/contacts-banner/background.jpg');
    padding: 32px
}

.contacts-banner__container {
    border: 1px solid #fff;
    padding: 20px 0
}

.contacts-banner__contacts-row {
    margin-top: 0;
    margin-bottom: 24px
}

.contacts-banner__contacts-row .contacts__block {
    flex: 0 0 calc(33.333% - 16px);
    padding: 16px;
    margin-right: 24px
}

.contacts-banner__contacts-row .contacts__block:last-child,
.contacts-banner__contacts-row .contacts__block:nth-child(3n),
.contacts-requisites__item:last-child,
.contacts-requisites__item:nth-child(3n),
.detail-specialist__btn:last-child,
.specialist-documents__slider-btn:last-child,
.specialist-reviews__slider-btn:last-child,
.specialist-sticker:last-child {
    margin-right: 0
}

.contacts-banner__contacts-row .contacts__block-item-icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px
}

.contacts-requisites {
    display: flex;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 4px 64px rgba(0, 0, 0, .07);
    border-radius: 24px
}

.contacts-requisites__item {
    flex: 0 1 calc(33.333% - 5.4px);
    margin-right: 8px
}

.contacts-requisites__text {
    text-align: center
}

.specialist-item {
    border-radius: 32px 0;
    transition: box-shadow .2s
}

.specialist-item__picture {
    background: radial-gradient(50% 50% at 50% 50%, #fff 0, #e2e2e2 100%);
    border-radius: 32px 0;
    overflow: hidden
}

.specialist-item__img {
    width: 100%
}

.specialist-item__content {
    padding: 8px 8px 16px
}

.specialist-item__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #353535;
    text-align: center;
    margin-bottom: 4px;
    transition: color .2s
}

.specialist-item__role {
    font-size: 14px;
    line-height: 18px;
    color: #9f9f9f;
    text-align: center
}

.articles-item {
    display: flex;
    flex-direction: column;
    border-radius: 32px 0;
    transition: box-shadow .2s
}

.articles-item__picture {
    border-radius: 32px 0 0;
    overflow: hidden
}

.articles-item__content {
    padding: 16px;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.articles-item__name {
    flex-grow: 1;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #353535;
    margin-bottom: 12px;
    transition: color .2s
}

.articles-item__more-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #c9b675;
    margin-right: 4px
}

.text-section__info table {
    margin-bottom: 16px;
    width: 100%;
    color: #626262;
    line-height: 24px
}

.text-section__info table,
td,
th {
    padding: 8px;
    border: 1px solid #19b4be;
    border-collapse: collapse
}

.gallery-page__photo,
.licenses-page__photo {
    height: 100%;
    border-radius: 32px 0
}

.prices-section__title {
    padding: 8px 8px 8px 16px;
    width: 100%;
    background-color: #19b4be;
    border-radius: 16px
}

.detail-specialist,
.faq-page,
.gallery,
.promotions-page,
.receive-day:nth-child(2n) {
    background-color: #f6f4f5
}

.prices-section__title-text {
    font-family: Cormorant;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    text-align: initial;
    color: #fff
}

.prices-section__table {
    padding: 4px 0
}

.prices-section__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 4px 4px 4px 12px;
    border-radius: 16px;
    margin-bottom: 4px;
    transition: background-color .2s
}

.prices-section__row-name {
    font-size: 16px;
    line-height: 24px;
    text-align: initial;
    margin-right: 16px;
    text-decoration: none;
    color: #626262
}

.prices-section__row-info {
    display: flex;
    align-items: center;
    background-color: #f6f4f5;
    border-radius: 53px;
    transition: background-color .2s
}

.prices-section__row-price {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #626262;
    white-space: nowrap;
    margin-right: 8px;
    padding: 4px 0 4px 16px
}

.prices-section__row-btn {
    box-shadow: none
}

.prices-page__accor {
    margin-bottom: 4px
}

.faq-page__btn {
    margin: 16px auto 0
}

.section-more-btn {
    margin: 0 auto;
    max-width: max-content
}

.detail-specialist__preview {
    margin-right: 60px
}

.detail-specialist__picture {
    overflow: hidden;
    width: 415px;
    height: 415px;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 25px
}

.detail-specialist__picture:last-child {
    margin-bottom: 0;
    width: max-content;
    height: fit-content
}

.detail-specialist__img {
    width: 100%;
    height: 100%
}

.detail-specialist__experience {
    display: inline-block;
    padding: 9px 14px;
    background-color: #66d9e0;
    border-radius: 4px;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px
}

.detail-specialist__stickers {
    display: flex;
    margin-bottom: 45px
}

.specialist-sticker {
    display: flex;
    align-items: center;
    margin-right: 40px
}

.specialist-sticker__icon {
    flex: 0 0 23px;
    width: 23px;
    height: 23px;
    margin-right: 10px
}

.specialist-sticker__title {
    font-size: 16px;
    line-height: 25px;
    color: #717171;
    margin-right: 5px
}

.specialist-sticker__text {
    font-size: 16px;
    line-height: 25px;
    color: #131313
}

.detail-specialist__btns-group {
    display: flex;
    margin-bottom: 60px
}

.detail-specialist__btn {
    margin-right: 15px
}

.detail-specialist-block {
    margin-bottom: 60px
}

.detail-specialist-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 25px
}

.video-block {
    box-shadow: 0 0 15px 0 #00026;
    border-radius: 30px;
    padding: 16px
}

.video-block h2 {
    text-align: center;
    max-width: 100%
}

.video-block__bottom {
    background: #19b4be;
    padding: 16px 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    grid-gap: 32px
}

.promotion,
.receive-day {
    background-color: #fff;
    display: flex
}

.video-block__info {
    color: #fff8C;
    display: flex;
    align-items: center;
    grid-gap: 8px
}

.receive-day__hours,
.receive-day__title {
    line-height: 25px;
    color: #131313;
    font-size: 16px
}

.video-block__info span span {
    color: #fff
}

.receive-day {
    justify-content: space-between;
    padding: 15px 20px;
    border-radius: 4px
}

.receive-day__title {
    margin-right: 16px
}

.specialist-documents__slider-btn,
.specialist-reviews__slider,
.specialist-reviews__slider-btn {
    margin-right: 24px
}

.receive-day__hours {
    font-weight: 500
}

.specialist-documents,
.specialist-reviews {
    padding: 100px 0
}

.specialist-documents__wrapper,
.specialist-reviews__wrapper {
    display: flex;
    align-items: center;
    min-width: 0
}

.specialist-reviews__slide {
    box-shadow: initial
}

.sitemap__link,
.sitemap__sub-link {
    font-size: 16px;
    line-height: 140%;
    color: #096167;
    transition: color .2s
}

.sitemap__sub-list {
    padding-top: 8px;
    padding-left: 20px
}

.promotion {
    border-radius: 45px 0;
    overflow: hidden;
    flex-direction: column
}

.promotion__picture {
    height: 226px
}

.promotion__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 32px 24px 40px
}

.promotion__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #00a6b1;
    margin-bottom: 16px
}

.promotion__text {
    flex-grow: 1;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 28px
}

.promotions {
    padding: 40px 0;
    background-color: #f6f4f5
}

@media (min-width:1025px) {
    .btn:hover {
        background-color: #353535;
        border-color: #353535;
        box-shadow: none
    }

    .btn_bg-transparent:hover {
        background-color: transparent;
        border-color: #353535;
        color: #353535
    }

    .form__policy a:hover {
        color: #19b4be
    }

    .modal__close:hover {
        background-color: #353535
    }

    .footer__block-link:hover,
    .header__block-address:hover,
    .header__block-phone:hover .header__block-phone-text,
    .menu__item:hover .menu__link-text,
    .menu__sub-link:hover,
    .modal-city__link:hover,
    .sitemap__link:hover,
    .sitemap__sub-link:hover {
        color: #c5b373
    }

    .slider-button:hover {
        background-color: #c9b675;
        box-shadow: 0 4px 16px rgba(201, 182, 117, .4)
    }

    .btn-to-top:hover svg path,
    .slider-button:hover svg path {
        fill: #fff
    }

    .menu__item:hover .menu__sub-list,
    .photo-zoom:hover::after {
        opacity: 1;
        pointer-events: all
    }

    .btn-to-top:hover {
        background-color: #f04a25
    }

    .socials__link:hover {
        background-color: #35353530
    }

    .menu__sub-list {
        overflow-y: scroll
    }

    .menu__item .menu__sub-list::-webkit-scrollbar {
        width: 8px
    }

    .menu__item .menu__sub-list::-webkit-scrollbar-track {
        background: 0 0
    }

    .menu__item .menu__sub-list::-webkit-scrollbar-thumb {
        background-color: #c9b675;
        border-radius: 5px
    }

    .menu__item:hover .menu__item-icon {
        transform: rotate(-45deg)
    }

    .articles-item:hover .articles-item__name,
    .service:hover .service__title,
    .specialist-item:hover .specialist-item__name {
        color: #c9b675
    }

    .license:hover .license__img {
        transform: scale(1.1)
    }

    .articles-item:hover,
    .specialist-item:hover {
        box-shadow: 0 4px 64px rgba(0, 0, 0, .1)
    }

    .prices-section__row:hover {
        background-color: #caf8fb
    }

    .prices-section__row:hover .prices-section__row-info {
        background-color: #fff
    }

    .prices-section__row:hover .prices-section__row-btn {
        border-color: #19b4be;
        background-color: #19b4be
    }
}

@media (max-width:1800px) {
    .services__navigation {
        padding: 48px
    }

    .story__picture {
        flex: 0 0 80px;
        width: 80px;
        height: 80px
    }
}

@media (max-width:1440px) {
    .container {
        max-width: 1200px
    }

    .page-title {
        font-size: 50px;
        line-height: 120%
    }

    .col-3 {
        flex: 0 1 calc(33.333% - 10.7px);
        margin-right: 16px
    }

    .col-4,
    .col-6,
    .col-6:nth-child(6n) {
        margin-right: 24px
    }

    .col-4,
    .col-6 {
        flex: 0 1 calc(25% - 18px);
        margin-bottom: 24px
    }

    .header__top,
    .menu__item-separator,
    .offer__descr {
        margin-bottom: 8px
    }

    .col-6:last-child,
    .col-6:nth-child(4n) {
        margin-right: 0
    }

    .header__search {
        display: none
    }

    .promo__info {
        padding: 50px 30px
    }

    .promo__item-text {
        font-size: 16px;
        max-width: 180px
    }

    .header__block-phone-text,
    .promo__descr {
        font-size: 16px
    }

    .header-bottom {
        padding-top: 8px
    }

    .menu__link {
        padding-bottom: 8px
    }

    .menu__link-text {
        font-size: 12px;
        line-height: 120%
    }

    .menu__item-icon {
        width: 20px;
        height: 20px
    }

    .menu__item-icon::before {
        width: 10px
    }

    .menu__item-icon::after {
        height: 10px
    }

    .menu__sub-list {
        padding: 8px 0
    }

    .subbufer__link {
        font-size: 12px
    }

    .menu__sub-link {
        font-size: 12px;
        line-height: 24px;
        padding: 4px 8px
    }

    .offer__name {
        font-size: 24px;
        line-height: 120%
    }

    .offer__descr,
    .offer__price {
        font-size: 16px;
        line-height: 120%
    }

    .offer__price {
        padding: 8px
    }

    .offer__price-num {
        font-size: 24px;
        line-height: 120%
    }

    .offer__content {
        padding: 16px
    }

    .footer__block-link,
    .offer__item {
        font-size: 14px;
        line-height: 120%
    }

    .footer__btn {
        margin: 8px 0
    }

    .footer__block-title {
        font-size: 20px;
        line-height: 120%
    }

    .consultation__picture {
        flex: 0 0 400px
    }

    .portrait {
        padding: 40px 0 24px
    }

    .portrait__column {
        margin-bottom: 24px
    }

    .promotion__content {
        padding: 24px 8px 32px
    }

    .promotion__picture {
        height: 179px
    }

    .promotion__title {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 14px
    }

    .promotion__text {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 24px
    }
}

@media (max-width:1200px) {
    .page-title {
        font-size: 44px
    }

    .form__policy {
        font-size: 14px;
        line-height: 150%
    }

    .form__label {
        margin-right: 16px
    }

    .row {
        justify-content: center
    }

    .row_no-center {
        justify-content: stretch
    }

    .col-5 {
        flex: 0 1 calc(33.333% - 13.5px);
        margin-bottom: 20px
    }

    .col-5:nth-child(5n) {
        margin-right: 20px
    }

    .col-5:last-child,
    .col-5:nth-child(3n) {
        margin-right: 0
    }

    .banner-page,
    .banner-page__container,
    .contacts-banner,
    .promo__container,
    .promo__info {
        padding: 20px
    }

    .header__block-btn {
        display: none
    }

    .contraindications__text {
        font-size: 14px;
        line-height: 20px
    }

    .advantages {
        padding-bottom: 4px
    }

    .footer {
        padding: 40px 0
    }

    .footer__block {
        flex: 0 1 calc(50% - 8px);
        margin-bottom: 16px
    }

    .footer__block:nth-child(3n) {
        margin-right: 16px
    }

    .footer__block:nth-child(2n),
    .form-consultation__label {
        margin-right: 0
    }

    .contacts-banner__contacts-row,
    .footer__block:last-child,
    .specialist-sticker:last-child {
        margin-bottom: 0
    }

    .consultation__title {
        font-size: 32px;
        line-height: 120%
    }

    .consultation__descr {
        font-size: 24px;
        line-height: 120%
    }

    .form-consultation__wrapper {
        flex-wrap: wrap
    }

    .form-consultation__block {
        margin-right: 0;
        flex: 1 1 100%;
        margin-bottom: 16px
    }

    .form-consultation__textarea {
        flex: 1 1 100%;
        height: 112px
    }

    .consultation__picture {
        margin: 0
    }

    .contacts-banner__contacts-row .contacts__block:nth-child(3n),
    .contacts__block {
        margin-right: 16px
    }

    .services__navigation {
        padding: 24px;
        min-width: 310px
    }

    .services__wrapper {
        padding: 32px 32px 32px 0
    }

    .service .service__title {
        font-size: 18px;
        line-height: 120%
    }

    .service .service__btn-text {
        font-size: 14px;
        line-height: 120%
    }

    .conditions__navigation {
        width: 49%
    }

    .guarantee {
        padding: 0 10px 40px
    }

    .guarantee__picture {
        width: 120px;
        height: 120px
    }

    .guarantee__text {
        font-size: 16px;
        max-width: 300px
    }

    .guarantee::before,
    .guarantee:first-child::after,
    .guarantee:nth-child(2)::after,
    .guarantee__decor {
        top: 60px
    }

    .guarantee__decor_bottom {
        top: initial;
        bottom: -60px
    }

    .contacts__block {
        flex: 0 1 calc(33.333% - 10.8px);
        padding: 16px
    }

    .contacts__map {
        margin-bottom: 24px
    }

    .contacts__row {
        margin-top: 0
    }

    .contacts__block-item {
        margin-bottom: 4px
    }

    .contacts__block-title {
        font-size: 16px;
        line-height: 120%
    }

    .contacts__block-item-text {
        font-size: 16px;
        line-height: 24px;
        display: flex;
        align-items: center
    }

    .contacts-banner__form-wrapper {
        margin-bottom: 16px
    }

    .contacts-banner__contacts-row .contacts__block {
        flex: 1 1 calc(50% - 8px);
        margin-right: 16px;
        margin-bottom: 16px
    }

    .contacts-banner__contacts-row .contacts__block:last-child,
    .contacts-banner__contacts-row .contacts__block:nth-child(2n) {
        margin-right: 0
    }

    .detail-specialist__preview {
        margin-right: 24px
    }

    .detail-specialist__picture {
        width: 300px;
        height: 300px
    }

    .detail-specialist__stickers {
        display: block
    }

    .specialist-sticker {
        margin-right: 0;
        margin-bottom: 16px
    }
}

@media (max-width:991px) {
    .form {
        border-radius: 12px
    }

    .form__wrapper {
        flex-direction: column
    }

    .detail-specialist__preview,
    .form__label {
        margin-right: 0;
        margin-bottom: 16px
    }

    .form__label_max-width {
        max-width: initial
    }

    .section-title {
        margin: 0 auto 24px
    }

    .section-title-text {
        font-size: 30px;
        line-height: 120%
    }

    .section-descr {
        font-size: 16px;
        line-height: 150%
    }

    .btn {
        padding: 12px 16px
    }

    .col-3,
    .contacts__block {
        flex: 0 1 calc(50% - 8px);
        margin-bottom: 16px
    }

    .col-3:nth-child(3n) {
        margin-right: 16px
    }

    .col-3:last-child,
    .col-3:nth-child(2n),
    .footer__block,
    .footer__block:nth-child(2n) {
        margin-right: 0
    }

    .content-body h3 {
        font-size: 24px;
        line-height: 112%
    }

    .content-body img {
        display: block;
        float: initial !important;
        margin-left: 0 !important;
        object-fit: cover
    }

    .advantage__title,
    .specialist__name {
        font-size: 24px;
        line-height: 120%
    }

    .advantage__descr,
    .condition__descr {
        font-size: 14px;
        line-height: 120%
    }

    .offers {
        padding: 40px 0 24px
    }

    .offers__row {
        justify-content: center
    }

    .footer__block {
        flex: 1 1 100%
    }

    .footer__container>.footer__block {
        flex: initial;
        margin-right: 16px
    }

    .callback,
    .callback__wrapper,
    .consultation,
    .consultation__container {
        padding: 20px
    }

    .consultation__picture,
    .guarantee::before,
    .guarantee:first-child::after,
    .guarantee:nth-child(2)::after,
    .guarantee__decor {
        display: none
    }

    .consultation__content {
        margin: 0
    }

    .about,
    .conditions,
    .extra,
    .stories__slider {
        padding: 40px 0
    }

    .services__navigation {
        margin: -24px 16px -24px 0;
        border-radius: 0 0 64px
    }

    .services__wrapper {
        padding-right: 0
    }

    .services__slider {
        padding: 0
    }

    .step {
        display: block;
        background-color: #fff;
        box-shadow: 0 4px 64px rgba(0, 0, 0, .12);
        border-radius: 24px;
        padding: 16px
    }

    .step__num {
        margin-right: 0;
        margin-bottom: 16px;
        width: 50px;
        height: 50px;
        font-size: 24px;
        line-height: 120%;
        padding: 24px;
        border-radius: 50%
    }

    .condition__title,
    .step__title {
        margin-bottom: 8px;
        font-size: 18px
    }

    .step__content {
        background-color: initial;
        box-shadow: initial;
        border-radius: initial;
        padding: 0
    }

    .conditions__navigation {
        top: 126px;
        width: 65%
    }

    .condition__picture {
        border-radius: 60px 0
    }

    .condition__img {
        height: 300px
    }

    .condition__content {
        padding: 0 16px
    }

    .condition__title {
        line-height: 120%
    }

    .conditions__wrapper::before {
        top: 65px;
        height: 160px
    }

    .callback__title {
        margin-bottom: 10px
    }

    .portrait-item__picture {
        width: 80px;
        height: 80px
    }

    .portrait-item__title,
    .story__age {
        font-size: 18px;
        line-height: 120%
    }

    .portrait-item__descr {
        font-size: 14px;
        line-height: 150%
    }

    .guarantees,
    .specialists,
    .stories {
        padding: 40px 0 0
    }

    .specialists__slider {
        padding: 0 0 40px
    }

    .specialist__title {
        top: 0;
        transform: initial
    }

    .specialist__content {
        padding-top: 50px
    }

    .specialist__role {
        font-size: 16px;
        line-height: 120%
    }

    .specialist__descr {
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 16px
    }

    .story__name,
    .text-section__more-title {
        font-size: 18px
    }

    .specialists__slider-pagination {
        margin-bottom: 8px
    }

    .specialists__slider-navigation {
        bottom: 40px
    }

    .story__name {
        line-height: 116%
    }

    .guarantee {
        flex: 0 1 50%
    }

    .extra__form {
        padding: 16px;
        max-width: 400px
    }

    .contacts,
    .licenses {
        padding-top: 40px
    }

    .licenses__title {
        margin-bottom: 0
    }

    .text-section__more,
    .text-section__picture {
        margin: 0 0 16px;
        float: initial
    }

    .licenses__slider {
        padding: 24px 0 40px
    }

    .text-section__more {
        padding: 12px;
        width: initial
    }

    .text-section {
        padding: 40px 0 20px
    }

    .text-section__more-block-item-title {
        font-size: 16px;
        margin-bottom: 4px
    }

    .text-section__more-block-item-date {
        font-size: 16px
    }

    .text-section__flex-text {
        display: flex;
        flex-direction: column-reverse
    }

    .text-section__flex-text-right {
        width: initial;
        float: initial;
        margin: 0
    }

    .text-section__flex-text-left {
        margin-bottom: 16px
    }

    .question__title-text {
        font-size: 24px;
        margin-right: 8px;
        line-height: 112.5%
    }

    .contacts__map {
        height: 400px
    }

    .contacts__block:nth-child(3n) {
        margin-right: 16px
    }

    .contacts__block:last-child,
    .contacts__block:nth-child(2n),
    .specialist-documents__slider,
    .specialist-reviews__slider {
        margin-right: 0
    }

    .articles-item__more-text,
    .articles-item__name,
    .specialist-item__name {
        font-size: 14px;
        line-height: 137.5%
    }

    .specialist-item__role {
        font-size: 12px;
        line-height: 128.5%
    }

    .articles-item__content {
        padding: 8px
    }

    .detail-specialist-block,
    .detail-specialist__btns-group,
    .detail-specialist__descr,
    .detail-specialist__stickers {
        margin-bottom: 24px
    }

    .detail-specialist-title {
        font-size: 24px;
        line-height: 125%;
        margin-bottom: 16px
    }

    .detail-specialist__container {
        display: block
    }

    .specialist-documents,
    .specialist-reviews {
        padding: 40px 0 100px
    }

    .specialist-documents__wrapper,
    .specialist-reviews__wrapper {
        display: block;
        position: relative
    }

    .specialist-documents__slider-btn,
    .specialist-reviews__slider-btn {
        position: absolute;
        top: 100%;
        transform: translateX(-50%);
        margin-right: 0;
        margin-top: 16px
    }

    .specialist-reviews__slider-btn_prev {
        left: 40%
    }

    .specialist-reviews__slider-btn_next {
        left: 60%
    }

    .specialist-documents__slider-btn_prev {
        left: 40%
    }

    .specialist-documents__slider-btn_next {
        left: 60%
    }
}

@media (max-width:767px) {

    .col-2,
    .col-3,
    .col-3:nth-child(3n),
    .col-4:last-child,
    .col-4:nth-child(3n),
    .col-5:last-child,
    .col-5:nth-child(2n),
    .col-6:last-child,
    .col-6:nth-child(3n) {
        margin-right: 0
    }

    .extra__container,
    .promo__items,
    .services,
    .story {
        display: block
    }

    .form__policy {
        font-size: 12px
    }

    .page-title {
        font-size: 30px
    }

    .col-2 {
        flex: 1 1 100%;
        margin-bottom: 20px
    }

    .col-3 {
        flex: 1 1 100%
    }

    .col-5 {
        flex: 0 1 calc(50% - 10px)
    }

    .col-5:nth-child(3n) {
        margin-right: 20px
    }

    .col-4,
    .col-4:nth-child(4n),
    .col-6,
    .col-6:nth-child(4n),
    .col-6:nth-child(6n),
    .promo__item-img {
        margin-right: 16px
    }

    .col-4,
    .col-6 {
        flex: 0 1 calc(33.333% - 10.7px);
        margin-bottom: 16px
    }

    .promo__descr,
    .promo__items {
        margin-bottom: 24px
    }

    .banner-page,
    .banner-page__container,
    .contacts-banner,
    .promo__container,
    .promo__info {
        padding: 10px
    }

    .promo__item {
        flex-direction: initial;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .4);
        padding: 15px 0
    }

    .promo__item-img {
        margin-bottom: 0
    }

    .promo__item-text {
        text-align: initial
    }

    .services {
        padding: 40px 20px;
        background-color: #19b4be
    }

    .services__descr,
    .services__title .section-title-text {
        text-align: center
    }

    .services__navigation {
        margin: 0 0 24px;
        padding: 0;
        min-width: initial;
        max-width: initial;
        background: initial;
        box-shadow: initial
    }

    .services__navigation-btns {
        justify-content: center
    }

    .services__wrapper {
        padding: 0
    }

    .service__img {
        height: 150px
    }

    .story__picture {
        margin-right: 0;
        margin-bottom: 16px
    }

    .extra__form {
        max-width: initial;
        padding: 0;
        margin-bottom: 24px
    }

    .extra__form .form__policy {
        margin: 16px 0
    }

    .contacts-banner__container {
        padding: 10px 0
    }

    .contacts-banner__wrapper {
        padding: 0 10px
    }

    .articles-item__content,
    .specialist-item__content {
        padding: 8px 8px 0
    }

    .prices-section__row-name {
        font-size: 14px;
        line-height: 150%
    }

    .prices-section__title-text {
        font-size: 24px;
        line-height: 112.5%;
        align-self: center
    }

    .prices-section__row-price {
        font-size: 14px;
        line-height: 120%
    }
}

@media (max-width:575px) {

    .col-5:nth-child(3n),
    .col-5:nth-child(5n),
    .form__submit {
        margin-right: 0
    }

    .advantage:first-child,
    .advantage:nth-child(2),
    .advantage:nth-child(3),
    .advantage:nth-child(4),
    .advantage:nth-child(5),
    .footer,
    .offer:first-child .offer__info::before,
    .offer:nth-child(2) .offer__info::before,
    .offer:nth-child(3) .offer__info::before,
    .promo,
    .steps {
        background-image: none
    }

    .callback,
    .consultation,
    .contacts-banner {
        background-image: none;
        background-color: rgba(0, 191, 203, .6)
    }

    .form__title {
        font-size: 24px;
        line-height: 120%
    }

    .detail-specialist__btns-group,
    .form__btn-group,
    .specialist,
    .specialists__title-mobile {
        display: block
    }

    .form__submit {
        width: 100%;
        margin-bottom: 8px
    }

    .col-4:last-child,
    .col-6:last-child,
    .contacts,
    .contacts-banner__contacts-row .contacts__block:last-child,
    .contacts-requisites__item:last-child,
    .contacts__block:last-child,
    .form__submit:last-child,
    .guarantee:last-child {
        margin-bottom: 0
    }

    .modal__content {
        padding: 16px
    }

    .col-5,
    .contacts__block {
        flex: 1 1 100%;
        margin-right: 0
    }

    .modal-city__item {
        flex: 0 1 calc(50% - 4px);
        margin-right: 8px;
        margin-bottom: 8px;
        word-break: break-all
    }

    .modal-city__item:nth-child(3n) {
        margin-right: 8px
    }

    .modal-city__item:last-child,
    .modal-city__item:nth-child(2n) {
        margin-right: 0
    }

    .search__input {
        font-size: 12px;
        padding: 0 48px 0 16px
    }

    .search__btn {
        width: 48px
    }

    .col-4,
    .col-6 {
        flex: 1 1 100%;
        margin-right: 0 !important
    }

    .breadcrumbs__list {
        border-radius: 5px;
        background-color: #fff
    }

    .breadcrumbs__link {
        font-size: 12px;
        line-height: 150%;
        padding: 4px
    }

    .breadcrumbs__link_active {
        color: #353535
    }

    .section-page-offset {
        padding: 24px 0
    }

    .promo__title {
        font-size: 26px
    }

    .promo__item-img {
        width: 55px;
        height: 55px
    }

    .callback,
    .callback__wrapper,
    .consultation,
    .consultation__container {
        padding: 10px
    }

    .consultation__content {
        padding: 10px;
        border-radius: 10px
    }

    .consultation__title {
        font-size: 30px
    }

    .consultation__descr {
        font-size: 18px
    }

    .contacts-requisites,
    .footer__container {
        flex-direction: column;
        align-items: center
    }

    .footer__block {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .footer .header__block-phone-text,
    .footer__block-link,
    .footer__pay-title {
        text-align: center
    }

    .footer__block-item {
        display: flex;
        justify-content: center
    }

    .about__video {
        height: 320px;
        border-radius: 60px 0
    }

    .about__video-start-btn-icon {
        width: 100px;
        height: 100px
    }

    .service {
        border-radius: 0
    }

    .conditions__navigation {
        top: 126px;
        width: 100%
    }

    .conditions__container {
        padding: 0 20px
    }

    .condition__content {
        padding: 0
    }

    .specialist__title {
        display: none
    }

    .specialist__picture {
        margin-right: 0;
        margin-bottom: 16px;
        border-radius: 60px 0
    }

    .specialist__img {
        height: 420px
    }

    .contacts-banner__contacts-row,
    .specialist__role {
        margin-bottom: 16px
    }

    .specialists__slider-navigation {
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: max-content
    }

    .specialists__slider-btn-group {
        justify-content: center
    }

    .specialist__content {
        padding-top: 0
    }

    .story {
        padding: 8px
    }

    .story__problem-text {
        font-size: 12px
    }

    .guarantees {
        padding: 40px 0
    }

    .guarantee {
        flex: 1 1 100%;
        padding: 0 20px;
        margin-bottom: 24px
    }

    .contacts__map {
        height: 320px
    }

    .contacts__block:nth-child(3n) {
        margin-right: 0
    }

    .contacts-banner__contacts-row .contacts__block {
        flex: 1 1 100%;
        margin-right: 0
    }

    .contacts-banner__contacts-row .contacts__block:nth-child(3n) {
        margin-right: 0
    }

    .contacts-requisites__item {
        flex: initial;
        margin-right: 0;
        margin-bottom: 8px
    }

    .contacts-banner .breadcrumbs__list {
        margin-bottom: 24px
    }

    .prices-section__row {
        display: block;
        padding: 4px;
        margin-bottom: 16px
    }

    .prices-section__row-name {
        margin-right: 0;
        margin-bottom: 8px
    }

    .prices-section__row-info {
        justify-content: space-between
    }

    .detail-specialist__picture {
        width: 100%;
        max-width: max-content;
        height: initial
    }

    .detail-specialist__img {
        width: initial;
        height: initial
    }

    .detail-specialist__btn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px
    }

    .detail-specialist__btn:last-child {
        margin-bottom: 0
    }

    .sitemap__link,
    .sitemap__sub-link {
        font-size: 14px
    }
}

.slider_nav-arrows {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    transition: opacity .2s
}

.slider_nav-arrows:hover {
    opacity: .8
}

.slider_nav-prev {
    left: -45px
}

.slider_nav-next {
    right: -45px
}

@media (width < 1800px) {
    .slider_nav-prev {
        left: 24px
    }

    .slider_nav-next {
        right: 24px
    }
}

.section-title-clear {
    margin-bottom: 62px
}

.newcallback {
    margin: 40px 0;
    color: #fff
}

.newcallback__container {
    background: #19b4be;
    border-radius: 30px;
    padding: 50px;
    position: relative;
    max-width: 1120px
}

.newcallback__form {
    max-width: calc(100% - 370px);
    padding: unset;
    border-radius: unset;
    background-color: unset
}

.newcallback h3 {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    padding-bottom: 30px
}

.newcallback__doc {
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 330px;
    height: 480px
}

.newcallback__row {
    display: flex;
    align-items: center;
    gap: 15px
}

.newcallback__row>* {
    flex: 1 1 50%
}

.newcallback__row+.newcallback__row {
    margin-top: 15px
}

.newcallback__agree {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.newcallback__agree a {
    color: #fff;
    text-decoration-line: underline
}

.newcallback input {
    border-radius: 50px;
    background: rgba(255, 255, 255, .2);
    border: none;
    padding: 15px 20px;
    color: #fff
}

.newcallback input::placeholder {
    opacity: .8;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.newcallback__line {
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, .35);
    margin-top: 30px;
    margin-bottom: 20px
}

.newcallback__row-phone>* {
    flex: 0 1 auto
}

.newcallback__phone {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px
}

.indications__column li,
.intro__info {
    font-weight: 400;
    line-height: 25px;
    font-style: normal
}

.indications {
    color: #353535
}

.indications__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.indications__column {
    flex: 1 1 50%;
    padding: 35px 40px
}

.indications__column li {
    font-size: 18px;
    margin-top: 15px;
    position: relative;
    padding-left: 40px
}

.indications__good {
    border-radius: 30px;
    background: #f9f9f9
}

.indications__column li::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0
}

.indications__good li::before {
    background-image: url('/netcat_template/template/3/img/new/indications_good.svg')
}

.indications__bad li::before {
    background-image: url('/netcat_template/template/3/img/new/indications_bad.svg')
}

.intro {
    background-color: #f6f4f5;
    margin-bottom: 80px
}

.intro__container {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    max-width: 1120px
}

.intro__image {
    height: 575px;
    margin-top: -30px;
    margin-bottom: -30px;
    border-radius: 20px;
    overflow: hidden;
    flex: 0 0 400px;
    object-fit: cover
}

.intro__info {
    padding: 60px 0;
    font-family: Montserrat;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.intro__header {
    font-family: Cormorant;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px
}

.intro__descr {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.intro__cta {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 20px
}

.intro__cta .btn {
    padding: 15px 50px
}

.intro__price {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px
}

@media (width < 768px) {

    .indications__circles,
    .slider_nav-arrows {
        display: none
    }

    .indications__column {
        padding: 20px 20px 20px 15px;
        border-radius: 20px
    }

    .indications__column li {
        margin-top: 10px
    }

    .intro__container {
        flex-wrap: wrap-reverse
    }

    .intro__image {
        width: 350px;
        height: 300px;
        margin-top: -40px
    }

    .intro__info {
        padding-top: 10px;
        padding-bottom: 50px
    }

    .intro__header {
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px
    }

    .intro__cta {
        flex-direction: column-reverse;
        padding-top: 30px;
        align-items: start
    }

    .intro__cta .btn {
        width: 100%
    }
}

.clinics__slide-city,
.similar__slide-name {
    font-size: 22px;
    font-weight: 500;
    font-style: normal
}

.clinics,
.similar {
    margin: 100px 0
}

.similar__slider-wrapper {
    padding: 20px 0
}

.similar__slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
    min-height: 420px
}

.similar__slide-image {
    border-radius: 20px;
    height: 250px;
    object-fit: cover
}

.similar__slide-name {
    line-height: 30px
}

.similar__slide .btn {
    width: 320px
}

.clinics__slider {
    padding-inline: 16px
}

.clinics__slider-wrapper {
    padding: 20px 0
}

.clinics__slide {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(90, 74, 68, .11);
    padding: 10px;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.clinics__slide-bottom {
    padding: 15px
}

.clinics__slide-image {
    border-radius: 10px;
    height: 195px;
    width: 100%;
    object-fit: cover
}

.clinics__slide-city {
    margin-top: 20px;
    font-family: Montserrat;
    padding-inline: 15px
}

.clinics__slide-address {
    margin-top: 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-inline: 15px
}

.clinics__slide-price {
    color: #19b4be;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px
}

.drugs-page__card-doc-check p,
.drugs-page__item-btn,
.drugs-page__item-title {
    font-size: 16px;
    line-height: 1.56;
    font-family: Montserrat, sans-serif
}

.clinics__slide .btn {
    width: 100%;
    margin-top: 20px
}

.clinics__slider-nav .slider_nav-arrows {
    transform: none;
    top: 55%
}

@media(width < 768px) {

    .newcallback h3,
    .newcallback__agree {
        text-align: center;
        font-style: normal
    }

    .newcallback__container {
        padding: 25px 25px 0;
        margin-inline: 15px
    }

    .newcallback__form {
        max-width: 100%
    }

    .newcallback h3 {
        font-size: 28px;
        font-weight: 700;
        line-height: 30px
    }

    .newcallback__row {
        flex-direction: column
    }

    .newcallback__row>* {
        flex: 1 1 100%
    }

    .newcallback__doc {
        display: block;
        position: static;
        height: 315px;
        width: unset;
        margin: 35px auto 0
    }

    .newcallback__line {
        margin-bottom: 30px
    }

    .newcallback button,
    .similar__slide .btn {
        width: 100%
    }

    .newcallback__agree {
        font-size: 12px;
        font-weight: 500;
        line-height: 20px
    }

    .newcallback__phone {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px
    }

    .clinics__slider {
        padding-right: 0;
        margin-left: -16px
    }
}

.btn_new_head {
    padding: 14px 10px
}

.articles-tag-list {
    display: flex;
    list-style: none;
    grid-gap: 8px;
    margin: 0 0 32px;
    flex-wrap: wrap;
    padding: 0
}

.article-tag {
    border: 2px solid #06bab1;
    padding: 4px 16px;
    border-radius: 25px;
    box-sizing: border-box;
    transition: .2s
}

.article-tag a {
    color: #06bab1
}

.drugs-page__row {
    gap: 30px
}

.drugs-page__item {
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(25% - 30px);
    transition: .4s;
    border-radius: 30px 0;
    text-decoration: none
}

.drugs-page__item:hover {
    -webkit-box-shadow: 0 0 17px -4px rgba(8, 123, 131, .51);
    -moz-box-shadow: 0 0 17px -4px rgba(8, 123, 131, .51);
    box-shadow: 0 0 17px -4px rgba(8, 123, 131, .51)
}

.drugs-page__item-picture {
    border-radius: 30px 0 0;
    border: 1px solid #087b83;
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.drugs-page__item-img {
    width: 208px;
    height: 208px;
    object-fit: cover;
    margin: 0 auto
}

.drugs-page__item-title {
    margin: 0 0 15px;
    color: #353535;
    font-weight: 600;
    flex-grow: 1
}

.drugs-page__item-btn {
    color: #c9b675;
    font-weight: 600;
    transition: .4s;
    position: relative;
    padding-right: 20px;
    width: fit-content
}

.drugs-page__item-btn::after {
    position: absolute;
    display: block;
    content: '';
    background-image: url(/netcat_template/template/3/img/drugs/arrow.svg);
    right: 0;
    width: 15px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s
}

.drugs-page__item-btn:hover,
.drugs-page__item-btn:hover::after {
    opacity: .7
}

.drugs-page__card {
    border-radius: 30px;
    background: #19b4be;
    padding: 25px;
    width: 100%;
    display: flex;
    gap: 35px;
    align-items: center
}

.drugs-page__card-picture {
    width: 180px;
    height: 180px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center
}

.drugs-page__card-img {
    border-radius: 5px;
    width: 160px;
    height: 160px;
    object-fit: cover;
    margin: 0 auto
}

.drugs-page__card-doc-check p {
    margin: 0;
    color: #fff;
    font-weight: 500
}

.drugs-page__card-doc-check span {
    margin: 0;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.13
}

.drugs-page__card-info-top {
    display: flex;
    gap: 75px;
    padding-bottom: 30px;
    border-bottom: 1px solid
}

.drugs-page__card-doc-check {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: left
}

.drugs-page__card-prodoc {
    background-color: #fff;
    border-radius: 5px;
    padding: 12px 25px;
    max-height: 55px;
    height: 100%;
    display: flex;
    align-items: center
}

.drugs-page__card-info-btn,
.drugs-page__card-info-btn2 {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.56;
    padding: 12px 30px;
    transition: .4s;
    font-family: Montserrat, sans-serif;
    cursor: pointer
}

.drugs-page__card-prodoc-img {
    height: 20px
}

.drugs-page__card-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.drugs-page__card-info-btn {
    border-radius: 50px;
    background: #c9b675;
    border: 1px solid #c9b675
}

.drugs-page__card-info-btn2 {
    border-radius: 50px;
    border: 1px solid #fff;
    background-color: #19b4be
}

.drugs-page__card-info-btn2:hover {
    background-color: #087b83
}

.drugs-page__card-info-btn:hover {
    background-color: #353535;
    border: 1px solid #353535
}

.drugs-page__warning,
.header__items {
    display: flex;
    gap: 20px;
    align-items: center
}

.drugs-page__warning span {
    color: #19b4be;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 450;
    line-height: 40px;
    background: rgba(25, 180, 190, .15);
    padding: 5px 20px;
    border-radius: 50%;
    align-items: center;
    display: flex
}

.drugs-page__warning p,
.navigation-drugs__list li a {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400
}

.drugs-page__warning p {
    color: #353535;
    font-size: 16px;
    line-height: 25px
}

.drugs-detail {
    max-width: 1120px;
    margin: 60px auto 0
}

.drugs__other {
    border-radius: 15px;
    background: #f8f6f7;
    padding: 20px 25px;
    height: fit-content
}

.text-section__drugs {
    display: flex;
    gap: 60px;
    flex-direction: row-reverse
}

.w30 {
    flex: 30%
}

.w70 {
    flex: 70%
}

.drugs__other-title {
    color: #0e213b;
    font-family: Cormorant, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 15px
}

.navigation-drugs__list {
    padding-left: 20px
}

.footer__container,
.navigation-drugs__list li {
    margin-bottom: 10px
}

.navigation-drugs__list li a {
    color: #19b4be;
    font-size: 15px;
    line-height: 20px
}

.text-section__drugs-content h2,
.text-section__drugs-content h3,
.text-section__drugs-content h4,
.text-section__drugs-content h5 {
    margin-bottom: 25px;
    color: #0e213b;
    font-family: Cormorant, sans-serif;
    font-weight: 700;
    line-height: 35px
}

.text-section__drugs-content h2 {
    font-size: 32px
}

.text-section__drugs-content h3 {
    font-size: 28px
}

.text-section__drugs-content h4 {
    font-size: 24px
}

.text-section__drugs-content h5 {
    font-size: 20px
}

.offset-bottom {
    margin-bottom: 120px
}

.drugs-page__card-info-bottom {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%
}

@media (max-width:1200px) {
    .drugs-page__item {
        flex: 0 1 calc(33.333333% - 30px)
    }

    .drugs-page__card-info-top {
        gap: 20px
    }
}

@media (max-width:1000px) {
    .drugs-page__card-prodoc {
        width: fit-content;
        padding: 12px 25px
    }

    .drugs-page__card-info-top {
        flex-direction: column;
        padding-bottom: 20px
    }

    .text-section__drugs {
        gap: 30px
    }
}

@media (max-width:900px) {
    .drugs-page__item {
        flex: 0 1 calc(50% - 30px)
    }

    .drugs-page__card {
        gap: 20px
    }

    .text-section__drugs {
        flex-direction: column
    }
}

@media (max-width:800px) {
    .drugs-page__card {
        flex-direction: column
    }

    .drugs-page__card-info-top {
        align-items: center
    }

    .drugs-page__card-info {
        width: 100%;
        text-align: center
    }

    .drugs-page__card-doc-check {
        text-align: center
    }

    .drugs-page__card-info-bottom {
        justify-content: center
    }

    .offset-bottom {
        margin-bottom: 60px
    }
}

@media (max-width:550px) {
    .drugs-page__card-picture {
        width: 120px;
        height: 120px
    }

    .drugs-page__card-img {
        width: 110px;
        height: 110px
    }

    .drugs-page__card-doc-check p,
    .drugs-page__warning p {
        font-size: 14px;
        line-height: 20px
    }

    .drugs-page__card-doc-check span {
        font-size: 16px;
        line-height: 25px
    }

    .drugs-page__card-prodoc-img {
        height: 15px
    }

    .drugs-page__card-info-btn,
    .drugs-page__card-info-btn2 {
        font-size: 14px;
        width: 100%
    }

    .navigation-drugs__list li a,
    .text-section__drugs-content p,
    .text-section__drugs-content ul li {
        font-size: 14px
    }

    .navigation-drugs__list li {
        margin-bottom: 5px
    }

    .drugs-page__item-picture,
    .text-section__drugs-content h2,
    .text-section__drugs-content h3,
    .text-section__drugs-content h4,
    .text-section__drugs-content h5 {
        margin-bottom: 15px
    }

    .text-section__drugs-content h2 {
        font-size: 24px
    }

    .text-section__drugs-content h3 {
        font-size: 22px
    }

    .text-section__drugs-content h4 {
        font-size: 20px
    }

    .text-section__drugs-content h5 {
        font-size: 18px
    }

    .drugs-page__row {
        gap: 20px
    }

    .offset-bottom {
        margin-bottom: 30px
    }

    .drugs__other-title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .drugs-page__card {
        gap: 15px
    }

    .drugs-page__item-title {
        margin-bottom: 10px
    }
}

@media (max-width:1024px) {

    .header.active .open-menu__line,
    .header.active~.header-bottom .open-menu__line,
    .menu__item.active .menu__item-icon::after {
        opacity: 0
    }

    .header__middle {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 15px;
        gap: 15px
    }

    .about__wrapper,
    .header__middle .btn,
    .mobile {
        display: block
    }

    .logo__img {
        width: 180px
    }

    .desctop-header,
    .section-decor::before {
        display: none
    }

    .container {
        padding: 0 16px
    }

    .header {
        padding: 16px 0;
        position: sticky;
        top: 0;
        z-index: 1000
    }

    .header__block-phone_mobile {
        display: flex;
        max-width: fit-content;
        margin: 5px auto 0
    }

    .header__top,
    .menu__item:last-child,
    .menu__sub-item:last-child,
    .mobile-menu__footer-block:last-child {
        margin-bottom: 0
    }

    .header__top {
        justify-content: space-between
    }

    .header__logo {
        margin-right: 8px
    }

    .header__block {
        display: none
    }

    .header__top-mobile {
        display: flex;
        align-items: center
    }

    .header__top-mobile-search {
        flex: 0 0 40px;
        height: 40px;
        display: none;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        box-shadow: 0 2.5px 10px rgba(0, 0, 0, .1);
        border-radius: 12px
    }

    .header__top-mobile-phone {
        flex: 0 0 40px;
        height: 40px;
        margin-right: 8px
    }

    .header-bottom {
        position: fixed;
        top: 0;
        right: -120%;
        width: 100%;
        height: 100%;
        padding: 0;
        transition: right .2s;
        overflow: auto;
        display: flex;
        flex-direction: column
    }

    .header.active~.header-bottom {
        right: 0
    }

    .header-bottom__container {
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        width: 100%
    }

    .header-bottom__mobile {
        display: flex;
        padding: 16px 20px;
        background-color: #fff;
        position: sticky;
        top: 0;
        z-index: 10
    }

    .open-menu {
        position: relative;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        box-shadow: 0 4px 16px rgb(0 0 0 / 10%)
    }

    .open-menu__line {
        transform: translateY(25%)
    }

    .open-menu::after,
    .open-menu::before,
    .open-menu__line {
        height: 3px;
        background-color: #c9b675;
        border-radius: 15px;
        display: block;
        width: 14px;
        transition: opacity .2s
    }

    .open-menu::after,
    .open-menu::before {
        content: '';
        width: 22px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: transform .2s, top .2s, left .2s
    }

    .open-menu::before {
        top: 9px
    }

    .open-menu::after {
        bottom: 8px
    }

    .header.active .open-menu::after,
    .header.active .open-menu::before,
    .header.active~.header-bottom .open-menu::after,
    .header.active~.header-bottom .open-menu::before {
        top: 50%;
        left: 50%
    }

    .header.active .open-menu::before,
    .header.active~.header-bottom .open-menu::before {
        transform: translate(-50%, -50%) rotate(45deg)
    }

    .header.active .open-menu::after,
    .header.active~.header-bottom .open-menu::after {
        transform: translate(-50%, -50%) rotate(-45deg)
    }

    .menu__item {
        display: block;
        padding: 0 0 0 30px;
        margin-bottom: 16px
    }

    .menu__item:first-child {
        padding-left: 30px
    }

    .menu__list {
        display: block;
        padding: 0 20px
    }

    .menu__link {
        justify-content: flex-end;
        flex-direction: row-reverse;
        padding-bottom: 0
    }

    .menu__link-text {
        font-size: 16px;
        margin-right: 0
    }

    .menu__item-icon,
    .menu__item-separator {
        display: none
    }

    .menu__item-icon_mobile {
        display: flex;
        width: 24px;
        height: 24px;
        margin-right: 6px;
        position: absolute;
        top: 0;
        left: 0
    }

    .menu__item-icon::before {
        width: 14px
    }

    .menu__item-icon::after {
        height: 14px;
        transition: opacity .2s
    }

    .header__menu {
        margin-bottom: 16px;
        flex-grow: 1
    }

    .mobile-menu__footer {
        padding: 20px;
        background-color: #353535;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .mobile-menu__button {
        margin-bottom: 12px;
        min-width: 250px
    }

    .mobile-menu__footer-title {
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        text-align: center
    }

    .mobile-menu__footer-wrapper {
        display: flex;
        align-items: center
    }

    .mobile-menu__footer-block {
        margin-bottom: 12px
    }

    .mobile-menu__footer-icon {
        margin-right: 10px
    }

    .mobile-menu__footer-text {
        font-size: 14px;
        line-height: 22px;
        color: #fff;
        text-align: center
    }

    .menu__sub-list {
        opacity: 1;
        pointer-events: all;
        position: initial;
        padding: 8px 0 0;
        min-width: initial
    }

    .menu__sub-item {
        margin-bottom: 8px;
        max-width: initial
    }

    .menu__sub-link {
        padding: 0;
        font-size: 16px
    }

    .about__content {
        margin-right: 0;
        margin-bottom: 16px;
        padding-top: 0
    }

    .about__video {
        width: 100%
    }

    .header__block-phone-text-mobile {
        display: block;
        text-align: center;
        margin: 20px 0 auto
    }
}

.header__block-descr span {
    color: #000;
    font-size: 14px;
    font-weight: 600
}

.subbufer__link {
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #353535;
    margin-right: 6px;
    transition: color .2s;
    align-items: center
}

.subbufer__link:hover {
    color: #c5b373
}

.header__link>a .header__link>button {
    pointer-events: none;
    -webkit-transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

.header__link:hover>button {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width:960px) {
    .header__link .panel-active {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .header__link>button {
        pointer-events: all
    }
}

.header__subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__sublink>button {
    -webkit-transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear
}

@media (min-width:960px) {

    .header__link:hover .header__subnav,
    .header__sublink:hover .header__subsubnav {
        scale: 1;
        opacity: 1;
        pointer-events: all
    }

    .header__sublink a {
        font-size: 12px;
        font-weight: 500;
        line-height: 24px;
        color: #353535;
        transition: color .2s
    }

    .header__sublink {
        padding: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header__sublink a:hover {
        color: #c5b373
    }

    .header__sublink button {
        margin-left: auto;
        pointer-events: none
    }

    .header__sublink .hide-item__title.active img,
    .header__sublink:hover>button {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .header__sublink .hide-item__title img {
        -webkit-transition: -webkit-transform .2s linear;
        transition: transform .2s linear;
        transition: transform .2s linear, -webkit-transform .2s linear
    }

    .header__subsublink>a {
        padding: 10px 0
    }

    .header__sublink-wrapper {
        width: 100%
    }

    .header__sublink>a {
        max-width: calc(100% - 30px)
    }

    .header__sublink>button {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        pointer-events: all;
        width: 20px
    }

    .header__subnav {
        background-color: #fff;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
        color: #000;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        scale: 1.2;
        -webkit-transition: opacity .15s linear, scale .3s linear;
        transition: opacity .15s linear, scale .3s linear;
        z-index: 100;
        display: none;
        gap: 10px;
        padding: 0
    }

    .header__subnav.active {
        -webkit-animation: .3s linear HeaderMobileAnimation;
        animation: .3s linear HeaderMobileAnimation;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        padding: 10px 0 0
    }

    .header__link:hover .header__subnav {
        pointer-events: all;
        scale: 1;
        opacity: 1;
        pointer-events: all;
        scale: 1;
        top: 30px;
        min-width: 190px
    }
}

.header__subnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header__nav,
.header__subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__sublink {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    position: relative
}

@media (min-width:960px) {
    .header__subnav {
        background-color: #fff;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
        color: #000;
        opacity: 0;
        padding: 10px 0;
        pointer-events: none;
        position: absolute;
        scale: 1.2;
        -webkit-transition: opacity .15s linear, scale .3s linear;
        transition: opacity .15s linear, scale .3s linear;
        z-index: 100
    }

    .header__sublink {
        padding: 10px
    }

    .header__sublink:hover .header__subsubnav {
        opacity: 1;
        pointer-events: all;
        scale: 1
    }

    .header__subsubnav {
        background-color: #fff;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
        color: #000;
        left: 100%;
        max-height: 50vh;
        opacity: 0;
        overflow-y: auto;
        padding: 10px 0;
        pointer-events: none;
        position: absolute;
        scale: 1.2;
        top: 0;
        -webkit-transition: opacity .15s linear, scale .3s linear;
        transition: opacity .15s linear, scale .3s linear;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

.converse__card,
.converse__item {
    border-radius: 14px;
    display: flex
}

.converse__card-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: .3s
}

.converse__card-wrapper_hidden {
    bottom: -70px
}

.converse__card {
    position: relative;
    max-width: 1280px;
    margin: 0 auto 15px;
    justify-content: space-around;
    background-color: #c9b675;
    backdrop-filter: blur(50px)
}

.converse__item {
    flex-direction: column;
    align-items: center;
    flex: 1;
    transition: .3s;
    margin-bottom: 15px
}

.converse__item:hover {
    background-color: transparent;
    transition: .3s
}

.converse__icon {
    width: 54px;
    height: 54px;
    display: flex;
    border-radius: 50%;
    padding: 10px;
    transition: .3s
}

.converse__icon img {
    filter: brightness(100);
    margin: auto;
    width: 75%;
    height: auto
}

.converse__item:hover .converse__icon img {
    filter: none
}

.converse__text {
    margin: 0;
    font-family: 'Segoe UI';
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff
}

.converse__item:hover .converse__text {
    color: #fff
}

.converse__close {
    cursor: pointer;
    position: absolute;
    display: flex;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%
}

.converse__close::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    z-index: 2;
    background-image: url("/netcat_template/template/3/assets/img/consalt/close-button-x.svg");
    background-size: contain;
    background-repeat: no-repeat
}

.converse__close_hidden {
    background-color: rgba(255, 255, 255, .5);
    padding: 9px;
    transform: .3s
}

.converse__close_hidden::before {
    background-image: url("/netcat_template/template/3/assets/img/consalt/close-button-arrow.svg");
    height: 18px;
    width: 12px
}

@media(max-width:1350px) {
    .converse__close {
        top: -5px;
        right: -5px;
        background-color: #c9b675;
        border: 1px solid #fff
    }

    .btn-to-top {
        bottom: 125px;
        right: 15px
    }

    .badsee {
        bottom: 125px;
        left: 10px
    }
}

.b_yakor_block,
.footer__menu,
.menu__link:hover .menu__item-icon::after,
.menu__link:hover .menu__item-icon::before {
    background: #fff
}

@media(max-width:800px) {
    .converse__card-wrapper_hidden {
        bottom: -85px
    }

    .converse__card {
        border-radius: 14px;
        max-width: 350px;
        margin-bottom: 15px
    }

    .converse__item {
        padding: 10px
    }

    .converse__icon {
        width: 44px;
        height: 44px
    }

    .converse__icon img {
        width: 100%
    }

    .converse__text {
        font-size: 14px;
        line-height: 16px
    }
}

@media(max-width:500px) {
    .converse__card {
        flex-wrap: wrap;
        gap: 8px
    }

    .converse__card-wrapper_hidden {
        bottom: -90px
    }

    .converse__item {
        gap: 8px
    }

    .converse__icon {
        width: 36px;
        height: 36px;
        padding: 7px
    }
}

@media(max-width:400px) {
    .converse__item {
        padding: 8px
    }

    .converse__text {
        font-size: 13px
    }
}

@media(max-width:360px) {
    .converse__item {
        padding: 6px
    }

    .converse__text {
        font-size: 12px
    }
}

.footer__menu-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.footer__menu-item {
    flex: 30%;
    max-width: 30%;
    margin-bottom: 4px
}

.footer__menu-links {
    color: #353535;
    font-family: Cormorant;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 16px
}

.footer__menu-link {
    font-size: 16px;
    line-height: 24px;
    color: #0e878e;
    margin-bottom: 8px;
    transition: color .2s
}

.footer__menu-link a {
    padding-left: 19px;
    font-size: 15px;
    line-height: 19px;
    color: #0e878e;
    transition: color .2s
}

.footer__menu-link a:hover {
    color: #c9b675;
    transition: color .2s
}

@media (max-width:1070px) {
    .footer__menu-item {
        flex: 50%;
        max-width: 50%
    }
}

@media (max-width:770px) {

    .footer__menu-links span:before,
    .footer__menu-links.active span:before {
        content: "";
        width: 21px;
        height: 21px;
        background: url('/netcat_template/template/3/img/order/icons8-c.png') center center/cover no-repeat;
        position: absolute;
        right: 43px
    }

    .footer__menu-item {
        flex: 100%;
        max-width: 100%;
        height: 20px;
        overflow: hidden;
        cursor: pointer;
        margin-bottom: 8px
    }

    .footer__menu-links.active {
        color: #c9b675
    }

    .footer__menu-item.active {
        height: 100%
    }

    .footer__menu-links span:before {
        transform: rotateX(180deg)
    }

    .footer__menu-links.active span:before {
        transform: rotateX(0)
    }
}

.section_item.item_doc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 10px;
    margin: 30px auto;
    background-color: #19b4be;
    border-radius: 20px;
    max-width: 1160px
}

.article__doc .doc__item .item_images {
    float: none;
    margin: 5px 5px 0 0;
    max-width: 100px;
    border-radius: 60px
}

.article__doc .doc__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 20px;
    background-color: #fff;
    padding: 12px;
    border-radius: 20px;
    width: 100%
}

.article__doc .doc__item .item__content_wraper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 6px;
    color: #19b4be
}

.article__doc .doc__item .item_pos {
    font-size: 16px;
    color: #7a7878
}

.menu__item:hover .menu__link,
.menu__link:hover,
.menu__link:hover .menu__link-text,
.menu__link:hover .subbufer__link {
    color: #fff
}

@media (max-width:780px) {
    .section_item.item_doc {
        flex-direction: column;
        gap: 10px;
        padding: 8px;
        margin: 20px auto
    }
}

@media (max-width:420px) {
    .article__doc .doc__item {
        flex-direction: column;
        row-gap: 15px;
        padding: 8px
    }

    .article__doc .doc__item .item__content_wraper {
        width: 100%
    }
}

.text-section__article-content .table-of-contents {
    min-height: 220px
}

.article__doc.article__section_autor {
    padding: 0
}

.article__section_autor .section_item.item_doc p,
.header__block-btn {
    margin: 0
}

@media (max-width:991px) {
    .text-section__article-content .table-of-contents {
        min-height: auto
    }
}

.geo_block ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    text-align: left;
    gap: 10px;
    margin-bottom: 32px
}

.geo_block a:hover {
    color: #087b83
}

.geo_block a,
.geo_block a:visited {
    color: #353535
}

@media (max-width:600px) {
    .drugs-page__item {
        flex: 0 1 100%
    }

    .geo_block ul {
        grid-template-columns: repeat(2, 1fr)
    }
}

.item_name {
    margin-bottom: 0 !important;
    color: inherit !important
}

.b_form_call {
    max-width: 1160px;
    margin: auto
}

.b_yakor_block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px
}

.text_yakor_mal {
    font-size: 16px;
    line-height: 28px;
    color: #19b4be
}

@media (max-width:510px) {
    .text-section__content p img {
        max-width: 100% !important
    }
}

@media(max-width:768px) {
    .b_yakor_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 8px
    }
}

.header {
    border-bottom: 1px solid #e6f2f3
}

.header__top {
    align-items: center;
    justify-content: space-between;
    gap: 6px
}

.header__logo img {
    max-width: 187px
}

.header__item {
    display: flex;
    align-items: center;
    gap: 8px
}

.header__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #e3fcfe;
    width: 30px;
    height: 30px
}

.btn-green,
.menu__item-icon::after,
.menu__item-icon::before,
.menu__link:hover {
    background: #19b4be
}

.header__item-txt span {
    display: block;
    font-size: 12px;
    color: #353535;
    margin-bottom: 4px
}

.header__item-txt p {
    font-weight: 500;
    font-size: 14px;
    color: #353535
}

.header__item-txt button {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-decoration: underline;
    color: #18adb7;
    text-align: left;
    max-width: 223px
}

.header__item-txt a,
.menu__link {
    font-weight: 500;
    color: #207075;
    font-size: 14px
}

.header__item-phones,
.menu__list {
    display: flex;
    gap: 10px
}

.header__item-txt a {
    line-height: 130%;
    transition: .2s ease-in
}

.header__item-txt a:hover {
    color: #18adb7
}

.header__btns {
    display: flex;
    gap: 8px
}

.btn-green {
    border-color: #19b4be
}

.header__search input {
    border: 1px solid #c5e1e3;
    border-radius: 40px
}

.header-bottom {
    padding: 16px 0
}

.menu__item {
    padding: 0;
    flex-grow: 1
}

.header__link {
    width: 100%;
    cursor: pointer
}

.menu__link {
    border-radius: 40px;
    padding: 14px 20px;
    background: #f4fafa;
    flex-grow: 1;
    max-width: none;
    width: 100%;
    justify-content: center;
    transition: .3s
}

.menu__item-icon {
    width: 8px;
    height: 8px
}

.menu__item-icon::before {
    width: 8px;
    height: 1.3px
}

.menu__item-icon::after {
    width: 1.3px;
    height: 8px
}

.menu__link-text {
    line-height: 120%;
    text-wrap: nowrap
}

.header__link:hover .header__subnav {
    scale: 1;
    opacity: 1;
    scale: 1;
    top: 100%;
    min-width: 350px
}

.header__subnav,
.header__subsubnav {
    border-radius: 16px;
    padding: 16px 0 20px;
    box-shadow: 0 4px 4px -1px rgba(12, 12, 13, .05), 0 4px 4px -1px rgba(12, 12, 13, .1);
    background: #f4fafa;
    min-width: 350px
}

.header__subsubnav::-webkit-scrollbar {
    width: 4px;
    border-radius: 15px
}

.header__subsubnav::-webkit-scrollbar-thumb {
    width: 4px;
    background: #19b4be;
    border-radius: 15px
}

.header__sublink {
    padding: 7px 20px
}

.header__sublink a {
    font-weight: 400;
    font-size: 14px;
    color: #475c5d;
    line-height: 120%
}

.header__sublink:hover>a {
    color: #19b4be
}

.header-bottom__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

@media (max-width:1630px) {
    .header__item-phones {
        flex-direction: column;
        gap: 4px
    }
}

@media (max-width:1550px) {
    .header__btns {
        display: none
    }

    .header__item-phones {
        flex-direction: row;
        gap: 10px
    }

    .header__bottom-btn {
        display: block
    }
}

@media (max-width:1440px) {
    .footer__menu-links {
        font-size: 20px;
        line-height: 120%
    }

    .footer__menu-link {
        font-size: 14px;
        line-height: 120%
    }

    .header__bottom-btn,
    .subbufer__link {
        font-size: 12px
    }

    .header__item-phones {
        flex-direction: column;
        gap: 4px
    }

    .header__search {
        display: block
    }

    .header__logo img {
        max-width: 160px
    }

    .menu__item-icon {
        width: 8px;
        height: 8px
    }
}

@media (max-width:1024px) {

    .header__items,
    .header__badsee,
    .header__search,
    .menu__sub-list .menu__item .menu__item-icon {
        display: none
    }

    .header-bottom {
        padding: 0
    }

    .header-bottom__container {
        align-items: stretch
    }

    .header__menu {
        margin-bottom: 24px
    }

    .menu__list {
        display: block;
        padding: 0 20px
    }

    .menu__item:first-child {
        padding-left: 0
    }

    .menu__item-icon_mobile {
        width: 24px;
        height: 24px;
        top: 11px;
        right: 16px;
        left: auto
    }

    .menu__item-icon_mobile::before {
        width: 12px
    }

    .menu__item-icon_mobile::after {
        height: 12px
    }

    .menu__link {
        justify-content: start
    }

    .menu__link-text {
        text-wrap: wrap
    }

    .menu__link .menu__link-text {
        font-weight: 500;
        font-size: 14px;
        color: #207075
    }

    .menu__sub-list {
        padding: 16px 20px 20px;
        background: #f4fafa;
        border-radius: 0 0 16px 16px;
        box-shadow: none
    }

    .menu__sub-list .menu__item,
    .mobile-menu__button {
        margin: 0
    }

    .menu__sub-list .menu__link {
        padding: 7px 0;
        background: 0 0;
        border-radius: 0
    }

    .menu__sub-link,
    .menu__sub-list .menu__link .menu__link-text {
        font-weight: 400;
        font-size: 14px;
        color: #475c5d
    }

    .menu__item.accor>.menu__link {
        padding-right: 50px
    }

    .menu__item.accor.active>.menu__link {
        border-radius: 16px 16px 0 0;
        border-bottom: 1px solid #99c9cc
    }

    .mobile-menu__footer {
        padding: 0 20px 20px;
        background-color: transparent;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 24px
    }

    .mobile-header__items {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        border-radius: 16px;
        padding: 20px;
        background: #f4fafa
    }

    .mobile-header__search {
        display: block;
        min-width: 100%
    }

    .header__socials {
        display: flex;
        justify-content: center
    }

    .socials__link {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #c9b675;
        border-radius: 50%;
        transition: background-color .2s
    }

    .socials__link:hover {
        background-color: #19b4be
    }
}

.banner-service {
    padding: 52px 0
}

.banner-service__container {
    max-width: 1660px
}

.banner-service__wrap {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin-top: 40px
}

.banner-service__title {
    font-weight: 700;
    font-size: 42px;
    text-align: left;
    line-height: 130%
}

.form-service {
    width: 100%;
    max-width: 60%
}

.form-service__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #353535;
    margin-bottom: 8px
}

.form-service__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #353535;
    margin-bottom: 16px
}

.form-service__policy {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    padding: 0;
    text-align: left;
    background-color: transparent;
    border-radius: 0
}

@media (max-width:1200px) {
    .banner-service__wrap {
        flex-direction: column;
        gap: 24px;
        margin-top: 40px
    }

    .form-service {
        max-width: 100%
    }
}

@media (max-width:768px) {
    .banner-service {
        padding: 32px 0 69px
    }

    .banner-service__wrap {
        gap: 0;
        margin-top: 25px
    }

    .banner-service__title {
        font-size: 30px
    }

    .form-service__title {
        font-size: 16px
    }

    .form-service__policy {
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        padding: 0;
        text-align: left;
        background-color: transparent;
        border-radius: 0
    }
}

.advances-section {
    padding-top: 60px;
    margin-bottom: 60px
}

.advances-section__wrap {
    border-radius: 30px;
    box-shadow: 0 4px 16px 0 rgba(80, 62, 1, .12);
    background: #fff;
    padding: 20px;
    display: flex;
    gap: 40px
}

.advances-section__banner-picture {
    max-width: 436px;
    max-height: 389px;
    width: 100%;
    height: 100%;
    display: block
}

.advances-section__text-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    color: #19b4be;
    margin-bottom: 32px
}

.advances-section__text {
    max-width: 619px;
    width: 100%
}

.advances-section__text-items {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.advances-section__text-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    background: #f4fafa;
    padding: 15px 20px;
    gap: 24px
}

.advances-section__text-picture {
    width: 18px
}

.advances-section__text-item p {
    font-weight: 500;
    font-size: 14px;
    line-height: 149%;
    color: #353535
}

@media (max-width:900px) {
    .advances-section__wrap {
        flex-direction: column-reverse
    }

    .advances-section__text {
        max-width: 100%;
        width: 100%
    }
}

@media (max-width:650px) {
    .advances-section__container {
        padding-top: 30px;
        margin-bottom: 30px
    }

    .advances-section__text-title {
        font-weight: 700;
        font-size: 32px;
        line-height: 156%;
        text-align: center;
        margin-bottom: 24px
    }

    .advances-section__text-item p {
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        color: #000
    }

    .advances-section__text-item {
        padding: 14px 18px 16px 16px;
        border-radius: 10px
    }

    .advances-section__text-items {
        display: flex;
        flex-direction: column;
        gap: 10px
    }
}

.plashka {
    padding: 20px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 16px 0 #503E011F
}

.contact-us {
    margin-block: 40px
}

.contact-us__body {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center
}

.contact-us__img {
    background-color: #19b4be;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 30%;
    overflow: hidden;
    flex-shrink: 0
}

.contact-us__img img {
    margin: 120px 50px;
    max-width: 222px;
    width: calc(100% / 1.35);
    height: 100%;
    object-fit: contain
}

.contact-us__content .contact-us__text {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #0f1c24;
    margin-block-end: 0
}

.contact-us__content {
    display: flex;
    flex-direction: column;
    gap: 60px
}

.contact-us__content form {
    display: grid;
    row-gap: 16px;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr 1fr;
    padding: 0
}

.contact-us__content .form__wrapper {
    display: contents
}

.contact-us__content .form__policy {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    padding: 0;
    background-color: transparent;
    text-align: left
}

@media screen and (width<=800px) {
    .contact-us__content {
        gap: 24px
    }

    .contact-us__content form {
        grid-auto-columns: 1fr;
        grid-template-columns: 1fr
    }

    .contact-us__content .contact-us__text {
        font-size: 18px
    }

    .contact-us__body {
        flex-direction: column;
        gap: 32px
    }

    .plashka {
        padding: 12px;
        padding-block-end: 20px
    }

    .contact-us__img {
        max-width: 100%;
        width: 100%
    }

    .contact-us__img img {
        margin: 40px !important;
        max-width: 184px
    }
}

.bottom-info__wrapper {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 500;
    color: #fff;
    font: inherit;
    background-color: rgba(0, 0, 0, .73);
    transition: opacity .3s
}

.bottom-info__wrapper.active {
    opacity: 1
}

.bottom-info__wrapper .bottom-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 15px 10px 20px
}

.bottom-info__wrapper .bottom-info__content {
    margin: 0 10px 0 0
}

.bottom-info__content a {
    color: #52c5ff;
    text-decoration: underline;
    transition: color .3s
}

.bottom-info__content a:hover {
    color: #296de7
}

.bottom-info__wrapper .bottom-info__action {
    display: flex
}

@media screen and (max-width:639px) {
    .bottom-info__wrapper .bottom-info__action {
        margin: 10px 0 0
    }
}

.bottom-info__wrapper .bottom-info__button-agree {
    font-size: .9em;
    line-height: 2;
    font-weight: 500;
    color: #000;
    border-radius: 5px;
    padding: 2px 15px;
    text-transform: uppercase;
    display: block;
    background-color: #fffe8;
    border: none;
    cursor: pointer
}

.bottom-info__wrapper .bottom-info__button-cross {
    width: 28px;
    height: 28px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4em;
    background-color: transparent;
    border: none;
    margin-inline-start: 12px;
    cursor: pointer
}

@media screen and (max-width:700px) {
    .bottom-info__wrapper .bottom-info {
        flex-direction: column
    }

    .bottom-info__wrapper .bottom-info__content {
        text-align: center;
        margin: 0 30px 0 0
    }

    .bottom-info__wrapper .bottom-info__button-cross {
        position: absolute;
        top: 10px;
        right: 10px
    }
}

.bottom-info__button-cross::after {
    content: "\00D7";
    color: #999;
    line-height: 1;
    transition: color .3s
}

.bottom-info__wrapper .bottom-info__button-cross:hover::after {
    color: #fff
}

.header__submenu li:has(a[href*="/medikamentoznye-kapelnitsy/"]) {
    display: none !important;
}

.header__submenu li:has(a[href*="/psihoterapiya/"]) {
    display: none !important;
}

.header__submenu li:has(a[href*="/psihiatriya/"]) {
    display: none !important;
}

.header__submenu li:has(a[href*="/perevozka-bolnyh/"]) {
    display: none !important;
}


.nav--new {
    padding: 20px;
    border: 1px #19b4be solid;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    border-radius: 20px;
    margin-bottom: 40px;
}

.section-title.section-title--nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    width: 100%;
    max-width: 100%;
}


.table-of-contents.nav__list--new {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.active .table-of-contents.nav__list--new {
    max-height: 900px;
    margin-top: 20px;
}

.nav-spoiler {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #c9b675;
    border-radius: 50%;
    transition: border-color .2s, transform .2s;
    cursor: pointer;
}

.active .nav-spoiler {
    transform: rotate(180deg);
}

.articles {
  padding: 56px 0;
}

.articles__slider {
  height: 100%;
  overflow: hidden;
}

.articles .swiper-slide {
  height: auto;
}

.articles__img {
  width: 100%;
  height: 241px;
  object-fit: cover;
}

.articles__slider-navigation {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  gap: 16px;
}


.popup {
    height: 100vh;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    z-index: 10001;
    transition: opacity 0.4s ease;
    overflow-y: auto;
    background: rgba(48, 44, 68, 0.6);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    display: none;
}

.popup.active {
    display: block;
}

.popup__body {
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 15px 20px;
}

.popup.open {
    opacity: 1;
    pointer-events: all;
}

.popup__content {
    width: 100%;
    max-width: 582px;
    border-radius: 32px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 32px 40px;
    background: #ffffff;
    scale: 0.3;
    transition: scale 0.4s ease;
}

.popup.open .popup__content {
    scale: 1;
}

.close-popup {
    position: absolute;
    top: -47px;
    right: -47px;
    cursor: pointer;
    border-radius: 12px;
    width: 47px;
    height: 47px;
    transition: all 0.3s linear;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup .result-wrapper {
    width: 100%;
    padding: 30px 0;
    font-family: Cormorant, 'sans-serif';
    font-weight: 800;
    font-size: 28px;
    line-height: 160%;
}
@media (max-width: 991px) {
.popup .result-wrapper h3 {
        font-size: 24px;
        line-height: 120%;
    }
}


@media (hover: hover) {
    .close-popup:hover {
        background: rgba(255, 255, 255, 0.3);
    }
}

@media (max-width: 768px) {
    .popup__content {
        border-radius: 20px;
        padding: 16px 20px;
    }

.close-popup {
    top: -67px;
    right: 0;
}
}