.clinic-services {
    padding: 0;
    margin-top: -25px;
}

.clinic-services .clinic-services__title {
    padding: 0;
    text-align: center;
    padding-top: 70px;
}

.clinic-services__pane {
    display: none;
    padding-bottom: 80px;
}

.clinic-services__pane.active {
    display: block;
}

.clinic-services__tab.active {
    background: rgba(193, 62, 132, 1);
    color: #fff;
}

.clinic-services__tab {
    padding: 18px 43px;
    border: none;
    font-weight: 700;
    border-radius: 5px;
    background: none;
    font-size: 16px;
    color: rgba(24, 52, 84, 0.5);
    cursor: pointer;
    transition: background .2s, color .2s;
}

.clinic-services__tabs {
    margin-top: 70px;
    margin-bottom: 20px;
}

.clinic-services__icon-circle {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 100%;
    background-color: #e3bad1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clinic-services__list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.clinic-services__item {
    /*width: calc(33.33% - 10px);*/
}

.clinic-services__item a {
    position: relative;
    display: flex;
    gap: 25px;
    padding: 40px 40px 21px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    min-height: 195px;
}

.clinic-services__number-serv {
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: #787878;
    margin-bottom: 4px;
}

.clinic-services__sum {
    font-weight: 400;
    font-size: 16px;
    line-height: 138%;
    color: #183454;
    margin-top: 8px;
}
.clinic-services__bg {
    background: rgba(247, 249, 251, 1);
}

.clinic-services__arrow {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    right: 15px;
}

.clinic-services__btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 96%;
    text-transform: uppercase;
    text-align: center;
    color: #183454;border: 1px solid #183454;
    border-radius: 5px;
    width: 235px;
    height: 50px;
    display: flex;
    width: 235px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: none;
    margin-top: 57px;
    background: none;
    left: 50%;
    transform: translate(-50%, 0px);
    position: relative;
}

.clinic-services__info-img {
    aspect-ratio: 419 / 379;
    width: 419px;
    height: 379px;
    flex-shrink: 0;
    border-radius: 5px;
    overflow: hidden;
}

.clinic-services__info.container {
    display: flex;
    flex-wrap: wrap;
    gap: 54px;
    margin-bottom: 80px;
    margin-top: 80px;
    padding-left: 17px;
    padding-right: 17px;
}

.clinic-services__info-text h2 {
    line-height: 120%;
    margin-bottom: 18px;
}

.clinic-services__wrapper-payment {
    display: flex;
    flex-direction: column;
    border: 1px solid #c13e84;
    border-radius: 5px;
    background: #fff6fb;
    padding: 20px 30px;
    width: 50%;
    justify-content: space-between;
}

.clinic-services__wrapper-payments {
    display: flex;
    gap: 21px;
    width: 100%;
}

.clinic-services__payment-text {
    font-weight: 700;
    font-size: 16px;
    color: #c13e84;
    margin-top: 12px;
    display: block;
}

.clinic-services__info-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width:63%;
}

.clinic-services-popular {
    padding-top: 70px;
    padding-bottom: 89px;
    background: #F7F9FB;
    overflow: hidden;
}

.clinic-services-popular .clinic-services-popular__title {
    text-align: center;
    margin-bottom: 40px;
}

.clinic-services-popular .clinic-services__item a {
    min-height: 160px;
}

.clinic-services-popular .clinic-services__icon-circle img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.clinic-services-popular .clinic-services__list {
    display: block;
}

.clinic-services-popular .clinic-services__item {
    width: 100%;
}

.clinic-services-popular__slider {
    position: relative;
}

.clinic-services-popular__slider .owl-stage {
    padding-left: 0 !important;
}

.clinic-services-popular__slider .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.clinic-services-popular__slider .owl-prev,
.clinic-services-popular__slider .owl-next {
    pointer-events: all;
    width: 45px;
    height: 45px;
    margin: 0 -75px;
    border-radius: 1px;
    background: #fff !important;
    border: 1px solid rgba(227, 186, 209, 0.28) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    transition: box-shadow .2s;
    flex-shrink: 0;
}

.clinic-services-popular__slider .owl-prev:hover,
.clinic-services-popular__slider .owl-next:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .18);
}

.clinic-services-popular__slider .owl-prev.disabled,
.clinic-services-popular__slider .owl-next.disabled {
    opacity: .35;
    cursor: default;
}

.clinic-services-popular__slider .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(200, 200, 200, 1);
    margin: 0 5px;
    transition: background .2s;
}

.clinic-services-popular__slider .owl-dot.active {
    background: rgba(227, 186, 209, 1);
}

.clinic-services__icon-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #183454;
    margin-bottom: 8px;
}

.cosmetology {
    z-index: 2;
    position: relative;
}

.cosmetology__wrapper--img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
}

.cosmetology__wrapper--img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cosmetology .container {
    position: relative;
    padding-top: 65px;
    padding-bottom: 94px;
    padding-left: 17px;
    padding-right: 17px;
    pointer-events: none;
}

/* контейнер прозрачно "пропускает" клики к фоновому слою (кнопка видео),
   кликабельными остаются только реально интерактивные элементы внутри —
   не весь .container > *, иначе некликабельные обёртки (например
   .cosmetology__info-list) перехватывают клик, оказавшись поверх кнопки */
.cosmetology .container button,
.cosmetology .container a {
    pointer-events: auto;
}

.cosmetology__wrapper--img-btn {
    position: absolute;
    content: "";
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    z-index: 10;
    border: none;
    background: none;
}

.cosmetology__title {
    font-weight: 700;
    font-size: 46px;
    line-height: 109%;
    letter-spacing: -0.02em;
    color: #183454;
    margin-bottom: 18px;
}

.cosmetology__description {
    font-weight: 500;
    font-size: 18px;
    line-height: 139%;
    color: #313131;
    margin-bottom: 49px;
    max-width: 576px;
}

.cosmetology__info-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: #787878;
}

.cosmetology__info-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #183454;
}

.cosmetology__info-list {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.cosmetology__info-item {
    width: 175px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    background: #fff;
    padding: 19px 30px;
}

.cosmetology__wrapper-btn{
    display: flex;
    gap: 20px;
}

.cosmetology__btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 110%;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    width: 275px;
    height: 60px;
}

.cosmetology__btn.cosmetology__btn--sign-up {
    background: #183454;
    color: #fff;
}

.cosmetology__btn.cosmetology__btn--faq {
    color: #183454;
    border: 1px solid #183454;
    background: none;
}

/*.cosmetology-come li{
    position: relative;
    font-weight: 700;
    font-size: 18px;
    width: calc(50% - 35px);
    flex: 1;
    white-space: nowrap;
    line-height: 160%;
    color: #222;
    padding-left: 45px;
}*/

.cosmetology-come li{
    position: relative;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    flex: 1;
    line-height: 160%;
    color: #222;
    padding-left: 45px;
}

.cosmetology-come li::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 30px;
    transform: translate(0, -50%);
    height: 30px;
    background: url(/images/icons/check-mark.svg) no-repeat right top;
    background-size: 100% 100%;
}

.cosmetology-come__wrapper-list {
    display: flex;
    justify-content: space-between;
}

.cosmetology-come ul{
    flex-wrap: wrap;
    column-gap: 70px;
    row-gap: 30px;
    display: flex;
    flex-direction: column;
}

.cosmetology-come {
    padding-top: 100px;
    padding-bottom: 116px;
    overflow: hidden;
}

.preparation {
    overflow: hidden;
}

.cosmetology-come__title {
    font-weight: 700;
    font-size: 46px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #222;
    margin-bottom: 26px;
}

.cosmetology-come__wrapper-block{
    width: 48%;
}

.cosmetology-come h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #222;
    margin-bottom: 33px;
}

.cosmetology-come p{
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #222;
    margin-bottom: 35px;
}

.cosmetology-come .container {
    position: relative;
    display: flex;
    padding-left: 17px;
    padding-right: 17px;
}

.cosmetology-come__wrapper-img {
    position: relative;
    top: -53px;
    right: -100px;
    width: 825px;
}

.cosmetology-come__wrapper-img img {
    width: 462px;
    height: 462px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    top: 61px;
    left: 60px;
    z-index: 1;
}

.cosmetology-come__wrapper-img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 825px;
    height: 650px;
    background: url(/images/cosmetology-img.png) no-repeat right top;
    background-size: 100% 100%;
}

.cosmetology-we-treat {
    background: #F7F9FB;
    padding-top: 74px;
    padding-bottom: 79px;
}

.cosmetology-we-treat__title {
    font-weight: 700;
    font-size: 46px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #222;
    text-align: center;
    margin-bottom: 2px;
}

.cosmetology-we-treat__icon-text {
    font-weight: 700;
    font-size: 22px;
    line-height: 127%;
    letter-spacing: -0.02em;
    color: #183454;
    margin-bottom: 10px;
    display: block;
}

.cosmetology-we-treat__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #183454;
    margin-bottom: 10px;
    display: block;
}

.cosmetology-we-treat__text-info {
    font-weight: 500;
    font-size: 16px;
    line-height: 179%;
    letter-spacing: -0.03em;
    color: #e5bad2;
}

.cosmetology-we-treat__item {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 40px;
    min-height: 255px;
    width: calc(33.33% - 10px);
    margin-top: 55px;
}

.cosmetology-we-treat__list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
}

.cosmetology-we-treat_icon-circle {
    position: absolute;
    top: -40px;
    padding: 4px;
    right: 30px;
    width: 79px;
    height: 79px;
    border-radius: 100%;
    background: #e3bad1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.cosmetology-we-treat_icon-circle img {
    /*width: 45px;*/
    /*height: 45px;*/
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cosmetology-we-treat__btn {
    margin-top: 40px;
    border: 1px solid #183454;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 96%;
    text-transform: uppercase;
    text-align: center;
    color: #183454;
    padding: 17px 35px;
    background: none;left: 50%;
    transform: translate(-50%, 0px);
    position: relative;
}

.equipment {
    margin-top: 79px;
    margin-bottom: 90px;
}

.equipment__title {
    font-weight: 700;
    font-size: 46px;
    line-height: 78%;
    letter-spacing: -0.01em;
    color: #222;
    margin-bottom: 46px;
    text-align: center;
}

.equipment__wrapper-blocks {
    position: relative;
}

.equipment__wrapper-block {
    width: 100%;
}

.equipment__title-block {
    font-weight: 700;
    font-size: 22px;
    line-height: 127%;
    letter-spacing: -0.02em;
    color: #222;
    margin-bottom: 15px;
}

.equipment__wrapper-block ul {
    display: flex;
    flex-direction: column;
    list-style: disc;
    padding-left: 28px;
}

.equipment__wrapper-block li {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #222;
}

.equipment__wrapper-img {
    margin-bottom: 30px;
    border-radius: 5px;
}

.equipment__wrapper-blocks .owl-stage {
    padding-left: 0 !important;
}

.equipment__wrapper-blocks .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.equipment__wrapper-blocks .owl-prev,
.equipment__wrapper-blocks .owl-next {
    pointer-events: all;
    width: 45px;
    height: 45px;
    margin: 0 -75px;
    border-radius: 1px;
    background: #fff !important;
    border: 1px solid rgba(227, 186, 209, 0.28) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    transition: box-shadow .2s;
    flex-shrink: 0;
}

.equipment__wrapper-blocks .owl-prev:hover,
.equipment__wrapper-blocks .owl-next:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .18);
}

.equipment__wrapper-blocks .owl-prev.disabled,
.equipment__wrapper-blocks .owl-next.disabled {
    opacity: .35;
    cursor: default;
}

.reception__title {
    font-weight: 700;
    font-size: 46px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #222;
    margin-bottom: 39px;
}

.reception ul::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 16px;
    bottom: 16px;
    width: 2px;
    background: rgba(226, 184, 207, 0.6);
}

.reception li {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #222;
    position: relative;
    padding-left: 40px;
}

.reception ul {
    position: relative;
    display: flex;
    gap: 45px;
    flex-direction: column;
}

.reception li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #C13E84;
}

.reception .container {
    display: flex;
    gap: 58px;
    justify-content: space-between;
    margin-bottom: 90px;
    padding-left: 17px;
    padding-right: 17px;
    align-items: center;
}

.reception__wrapper-img {
    width: 48%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 620 / 491;
}

.reception__wrapper-block-text {
    flex: 1;
}
.preparation{
    padding-top: 80px;
}

.preparation .container {
    background: #f7f9fb;
    padding: 70px 50px;
    margin-bottom: 35px;
    position: relative;
}

.preparation .container::before {
    position: absolute;
    content: "";
    top: -101px;
    right: -131px;
    width: 140px;
    height: 140px;
    background: url(/images/blue-ball.png) no-repeat right top;
    background-size: 100% 100%;
}

.preparation .container::after {
    position: absolute;
    content: "";
    top: -37px;
    left: -152px;
    width: 140px;
    height: 140px;
    background: url(/images/blue-ball.png) no-repeat right top;
    background-size: 100% 100%;
}
.preparation__wrapper-img img{
    width: auto;
    height: auto;
    max-width: none;

}

.preparation__wrapper-imgs {
    position: relative;
}

.preparation__wrapper-imgs::before {
    position: absolute;
    content: "";
    top: -133px;
    right: 0;
    width: 140px;
    z-index: -1;
    height: 140px;
    background: url(/images/green-ball.png) no-repeat right top;
    background-size: 100% 100%;
}

.preparation__wrapper-imgs::after {
    position: absolute;
    content: "";
    top: 168px;
    left: -118px;
    width: 140px;
    z-index: -1;
    height: 140px;
    background: url(/images/green-ball.png) no-repeat right top;
    background-size: 100% 100%;
}

.preparation__title {
    font-weight: 700;
    font-size: 46px;
    line-height: 78%;
    letter-spacing: -0.01em;
    color: #222;
    text-align: center;
}

.preparation__wrapper-block {
    display: flex;
    gap: 61px;
    margin-top: 50px;
}

.preparation h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 80%;
    color: #222;
    margin-bottom: 11px;
}

.preparation span {
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    color: #222;
    margin-bottom: 21px;
}

.preparation li {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #222;
    padding-left: 22px;
    margin-bottom: 25px;
}

.preparation li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C13E84;
}

.preparation ul {
    margin-top: 20px;
}

.cosmetology-come__wrapper {
    position: relative;
    display: flex;
    max-width: 1613px;
    margin: 0 auto;
    padding-left: 145px;
}

.cosmetology-come__wrapper::after {
    position: absolute;
    content: "";
    top: -110px;
    right: 0;
    width: 126px;
    height: 126px;
    background: url(/images/red-ball.png) no-repeat right top;
    background-size: 100% 100%;
}

.results__wrapper-img {
    position: relative;
}

.results__wrapper-img::before {
    position: absolute;
    content: "";
    top: 0;
    right: -50px;
    width: 126px;
    height: 126px;
    background: url(/images/red-ball.png) no-repeat right top;
    background-size: 100% 100%;
}

.results__title {
    font-weight: 700;
    font-size: 46px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #222;
    margin-bottom: 40px;
    margin-top: 35px;
}

.results__wrapper-img {
    position: relative;
    top: 0;
    left: -57px;
    width: 825px;
    height: 606px;
}

.results__wrapper-block {
    width: 57%;
}

.results__wrapper-img img {
    width: 462px;
    height: 462px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    top: 61px;
    left: 60px;
    z-index: 1;
}

.results__wrapper-img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 825px;
    height: 650px;
    background: url(/images/cosmetology-img.png) no-repeat right top;
    background-size: 100% 100%;
}

.results .container {
    display: flex;
    padding-left: 17px;
    padding-right: 17px;
}

.results__title-small {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #222;
    margin-bottom: 8px;
}

.results__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #222;
    max-width: 420px;
}

.results__item {
    display: flex;
    gap: 25px;
}

.results__icon-circle {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 100%;
    background-color: #e3bad1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contraindications {
    margin-bottom: 70px;
}

.contraindications__wrapper-list {
    display: flex;
    justify-content: space-between;
}

.contraindications ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 26px;
    width: -webkit-fill-available;
    justify-content: space-between;
}

.contraindications li {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    color: #222;
    padding-left: 45px;
    width: calc(50% - 13px);
}

.contraindications li::after {
    position: absolute;
    content: "";
    top: 15px;
    left: 0;
    width: 30px;
    transform: translate(0, -50%);
    height: 30px;
    background: url(/images/icons/cross.svg) no-repeat right top;
    background-size: 100% 100%;
}

.contraindications__title {
    font-weight: 700;
    font-size: 46px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #222;
    margin-bottom: 25px;
}

.results-photo {
    background: #F7F9FB;
    padding-top: 74px;
    padding-bottom: 79px;
}

.clinic-services__bg .container,
.clinic-services-popular .container,
.cosmetology-we-treat .container,
.equipment .container,
.contraindications .container,
.results-photo .container {
    padding-left: 17px;
    padding-right: 17px;
}

/*slider*/
/* Общие сбросы */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*/

.cosmetology-we-treat__title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
}

/* === Контейнер слайдера === */
.results-photo__slider-container {
    position: relative;
    user-select: none;
}

.results-photo__slide {
    width: 100%;
}


/* === Сам слайдер === */
.results-photo__slider {
    position: relative;
    width: 100%;
    cursor: ew-resize;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    max-height: 408px;
    background: #ffffff;
}

/* Нижняя картинка (ДО) */
.results-photo__slider-before {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    max-height: 408px;
    position: relative;
}

/* Верхняя картинка (ПОСЛЕ) - обрезается */
.results-photo__slider-after-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%; /* Стартовое положение */
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.results-photo__slider-after {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

/* === БЕГУНОК-КАРТИНКА === */
.results-photo__slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -0);
    width: 40px;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    transition: transform 0.2s ease;
}

/* Сама картинка-бегунок */
.results-photo__slider-handle img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.4));
    transition: filter 0.3s ease;
}

/* Эффект при наведении на слайдер */
.results-photo__slider:hover .results-photo__slider-handle img {
    filter: drop-shadow(0 4px 25px rgba(0, 0, 0, 0.6)) brightness(1.1);
}
.clinic-articles__title{
    text-align: center;
}

/* Эффект при нажатии (увеличение) */
.results-photo__slider-handle:active img {
    transform: scale(1.15);
}

.results-photo__wrapper-description {
    padding: 30px;
    background: #ffffff;
    border-radius: 0px 0px 5px 5px;
}

.results-photo__title-description{
    font-weight: 700;
    font-size: 22px;
    line-height: 127%;
    letter-spacing: -0.02em;
    color: #222;
    margin-bottom: 18px;
}

.results-photo__title {
    text-align: center;
    margin-bottom: 18px;
}

.results-photo__wrapper-text {
    position: relative;
    border: 2px solid #e2b8cf;
    border-radius: 33px;
    padding: 8px 17px 8px 45px;
    width: fit-content;
    margin-bottom: 18px;
}

.results-photo__text-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #222;
}

.results-photo__text-description span {
    font-weight: 700;
    color: #c13e84;
}

.results-photo__client-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 171%;
    color: #222;
}

.results-photo__wrapper-text::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 15px;
    width: 20px;
    transform: translate(0, -50%);
    height: 20px;
    background: url(/images/icons/people-icon.svg) no-repeat right top;
    background-size: 100% 100%;
}

.results-photo__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    color: #222;
    padding: 2px 13px 4px 16px;
    border-radius: 33px;
    background: rgba(255, 255, 255, 0.7);
}

.results-photo__text.results-photo__text--after {
    position: absolute;
    top: 15px;
    z-index: 0;
    right: 15px;
}

.results-photo__text.results-photo__text--before {
    position: absolute;
    top: 15px;
    z-index: 2;
    left: 15px;
}

.results-photo__wrapper-before-text {
    position: relative;
}

.results-photo__slider-container .owl-stage {
    display: flex;
    padding-left: 0 !important;
}

.results-photo__slider-container .owl-item {
    display: flex;
    flex-direction: column;
    height: auto;
}

.results-photo__slider-container .owl-item .results-photo__slide {
    flex: 1;
    width: 100%;
}

.results-photo__slider-container .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.results-photo__slider-container .owl-prev,
.results-photo__slider-container .owl-next {
    pointer-events: all;
    width: 45px;
    height: 45px;
    margin: 0 -75px;
    border-radius: 1px;
    background: #fff !important;
    border: 1px solid rgba(227, 186, 209, 0.28) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    transition: box-shadow .2s;
    flex-shrink: 0;
}

.results-photo__slider-container .owl-prev:hover,
.results-photo__slider-container .owl-next:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .18);
}

.results-photo__slider-container .owl-prev.disabled,
.results-photo__slider-container .owl-next.disabled {
    opacity: .35;
    cursor: default;
}

.clinic-services-other {
    padding-top: 70px;
    padding-bottom: 89px;
    background: #F7F9FB;
}

.clinic-services-other__title {
    text-align: center;
    margin-bottom: 40px;
}

.clinic-services-other .container {
    padding-left: 17px;
    padding-right: 17px;
}

.clinic-services-other .clinic-services__item a {
    min-height: 160px;
}

.clinic-services__info-img.clinic-services__info-img--pc {
    display: flex;
}

.clinic-services__info-img.clinic-services__info-img--mob {
    display: none;
}

.cosmetology__wrapper--img.cosmetology__wrapper--img--mob {
    display: none;
}

@media (max-width: 1400px) {
    .cosmetology-come__wrapper-img {
        right: 0;
        top: 0;
    }

    .clinic-services__info-img {
        width: 37.885%;
        height: auto;
    }

    .clinic-services__info-img img {
        height: -webkit-fill-available;
        object-fit: cover;
    }

    .clinic-services__info.container {
        gap: 10px;
    }

    .clinic-services__info-text {
        width: 60%;
    }

}

@media (max-width: 1200px) {
    .reception .container {
        flex-direction: column;
    }

    .reception__wrapper-img {
        width: 100%;
    }

    .cosmetology-come__wrapper-block {
        width: 80%;
    }

    .cosmetology-come__wrapper {
        flex-direction: column;
    }

    .cosmetology__wrapper--img {
        position: relative;
    }

    .cosmetology__wrapper--img-btn {
        top: 50%;
    }

    .cosmetology__wrapper-btn {
        gap: 50px;
    }

    .results__text {
        max-width: 100%;
    }

    .cosmetology__info-list {
        width: max-content;
        background: rgba(247, 249, 251, 1);
        padding: 19px;
        border-right: 5px;
    }

    .cosmetology__info-item {
        background: none;
        padding: 0;
    }

    .results__wrapper-block {
        width: 100%;
    }

    .results .container {
        flex-direction: column;
    }
}

@media (max-width: 990px) {
    .cosmetology-we-treat__item {
        width: calc(49% - 10px);
    }

    .cosmetology-come__wrapper-img {
        zoom: 0.8;
        left: -20px;
        right: auto;
    }

    .cosmetology-come__wrapper {
        padding-left: 0;
    }

    .cosmetology-come {
        max-width: 720px;
        margin: 0 auto;
    }

    .cosmetology-come__wrapper-block {
        width: 100%;
    }

    .cosmetology-come__wrapper-list {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 33px;
    }

    .clinic-services .clinic-services__item a {
        flex-direction: column;
        height: -webkit-fill-available;
    }

    .clinic-services__wrapper-number {
        flex: 1;
        display: flex;
        flex-direction: column;
    }


    .clinic-services-popular__slider .owl-nav {
        display: none;
    }

    .clinic-services-popular__slider .owl-dots {
        text-align: center;
        margin-top: 20px;
    }

    .clinic-services__sum {
        margin-top: auto;
    }

    .clinic-services__info-img,
    .clinic-services__info-text {
        width: 100%;
    }

    .preparation__wrapper-block {
        flex-direction: column;
    }

    .clinic-services-other .clinic-services__item {
        width: 100%;
    }

    .clinic-services-other .clinic-services__list {
        flex-wrap: nowrap;
    }

    .clinic-services-other {
        overflow: hidden;
    }

    .equipment__wrapper-blocks .owl-nav {
        display: none;
    }

    .equipment__wrapper-blocks .owl-dots {
        text-align: center;
        margin-top: 20px;
    }

    .equipment__wrapper-blocks {
        overflow: hidden;
    }

    .results-photo__slider-container .owl-nav {
        display: none;
    }

    .results-photo__slider-container .owl-dots {
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 765px) {
    .clinic-services-other {
        padding-top: 24px;
        padding-bottom: 50px;
    }

    .equipment__title {
        font-size: 28px;
        text-align: left;
        margin-bottom: 28px;
    }

    .equipment {
        margin-top: 34px;
        margin-bottom: 35px;
    }

    .reception {
        overflow: hidden;
    }

    .clinic-services-other__title {
        margin-bottom: 27px;
        font-size: 28px;
    }

    .clinic-services-other .clinic-services__item a {
        min-height: 114px;
        justify-content: flex-start;
    }

    .owl-carousel .owl-stage-outer {
        padding-bottom: 4px;
    }

    .results-photo {
        padding-top: 33px;
        padding-bottom: 33px;
    }

    .results-photo__title {
        font-size: 28px;
    }

    .results .container {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .contraindications li {
        font-size: 16px;
    }

    .results__wrapper-img::before {
        right: 40px;
    }

    .contraindications__title {
        font-size: 28px;
    }

    .contraindications__wrapper-list {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
    }

    .results__icon-circle {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }

    .results__icon-circle svg {
        width: 22px;
        height: 22px;
    }

    .results {
        overflow: hidden;
        margin-bottom: 20px;
    }

    .reception .container {
        gap: 20px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .reception ul {
        gap: 20px;
    }

    .reception li {
        font-size: 18px;
    }

    .preparation__wrapper-block {
        margin-top: 0;
    }

    .preparation__wrapper-block {
        gap: 16px;
        margin-bottom: 49px;
    }

    .preparation li {
        margin: 10px;
    }

    .preparation h3 {
        margin-bottom: 17px;
    }

    .preparation ul {
        margin-top: 25px;
    }

    .preparation .container {
        padding-left: 17px;
        padding-right: 17px;
        background: none;
        padding-top: 29px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .results__wrapper-img {
        position: relative;
        top: 0;
        left: 60px;
        width: 825px;
        height: 606px;
        zoom: 0.4;
    }

    .results__title {
        margin-top: 0;
        margin-bottom: 50px;
        font-size: 28px;
    }

    .reception__title,
    .preparation__title {
        font-size: 28px;
        text-align: left;
        margin-bottom: 20px;
    }

    .cosmetology-we-treat__item {
        width: 100%;
    }

    .cosmetology-we-treat {
        padding-top: 45px;
        padding-bottom: 34px;
    }

    .cosmetology-we-treat__icon-text {
        max-width: 198px;
        font-size: 22px;
    }

    .cosmetology-we-treat__text {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .cosmetology-we-treat_icon-circle {
        width: 63px;
        height: 63px;
        padding: 5px;
    }

    .cosmetology-we-treat__btn {
        width: -webkit-fill-available;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .cosmetology-we-treat_icon-circle svg,
    .cosmetology-we-treat_icon-circle img {
        /*width: 38px;*/
        /*height: 38px;*/
    }

    .cosmetology-we-treat__title {
        font-size: 28px;
        text-align: left;
    }

    .cosmetology-we-treat__item {
        padding: 31px;
        margin-top: 52px;
    }

    .cosmetology-come {
        max-width: 100%;
        padding-left: 17px;
        padding-right: 17px;
        padding-top: 0;
        padding-bottom: 40px;
        overflow: hidden;
    }

    .cosmetology-come__title {
        margin-bottom: 9px;
        font-size: 28px;
    }

    .cosmetology-come {
        overflow: hidden;
        margin-bottom: 40px;
    }

    .contraindications ul {
        flex-direction: column;
    }

    .cosmetology-come h4{
        margin-bottom: 16px;
        font-size: 18px;
    }

    .contraindications li {
        width: -webkit-fill-available;
    }

    /*cosmetology-come li{
        width: max-content;
    }*/

    .cosmetology-come__wrapper-img {
        zoom: 0.45;
        left: 20px;
    }

    .cosmetology-come p{
        margin-bottom: 44px;
    }

    .cosmetology__wrapper--img.cosmetology__wrapper--img--mob {
        display: flex;
        margin-bottom: 27px;
        height: 213px;
    }

    .cosmetology__wrapper--img.cosmetology__wrapper--img--pc {
        display: none;
    }

    .cosmetology__title {
        margin-bottom: 8px;
        font-size: 28px;
    }

    .cosmetology__description {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .cosmetology__info-list {
        flex-direction: column;
        width: 100%;
        margin-bottom: 32px;
    }

    .cosmetology__wrapper-btn {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }

    .cosmetology__btn {
        width: -webkit-fill-available;
    }


    .cosmetology .container {
        position: relative;
        padding-top: 58px;
        padding-bottom: 26px;
    }

    .cosmetology__info-item {
        flex-direction: row;
        width: 100%;
        gap: 23px;
    }

    .cosmetology__info-name {
        width: 100px;
    }

    .clinic-services__info-img.clinic-services__info-img--pc {
        display: none;
    }


    .clinic-services__icon-text {
        margin: 0;
    }

    .clinic-services__info-text h2 {
        font-size: 24px;
    }

    .clinic-services-popular .clinic-services__icon-circle {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .clinic-services-popular .clinic-services__icon-circle svg {
        width: 18px;
        height: 18px;
    }

    .clinic-services-popular .clinic-services__icon-text {
        font-size: 14px;
    }

    .clinic-services-popular .clinic-services__item a {
        min-height: 90px;
    }


    .clinic-services .clinic-services__title,
    .clinic-services-popular .clinic-services-popular__title {
        font-size: 28px;
        text-align: left;
    }

    .clinic-services-popular {
        padding-top: 24px;
        padding-bottom: 50px;
    }

    .clinic-services__info-text h2,
    .clinic-services__info-text p,
    .clinic-services__wrapper-payments {
        padding: 0 17px;
    }

    .clinic-services__wrapper-payment {
        width: 100%;
        min-height: 140px;
    }

    .clinic-services__info.container {
        margin-bottom: 29px;
    }

    .clinic-services__wrapper-payments {
        gap: 23px;
        flex-direction: column;
    }

    .clinic-services__info.container {
        padding: 0;
    }

    .clinic-services__info-img.clinic-services__info-img--mob {
        display: flex;
        margin-bottom: 34px;
    }

    .clinic-services__payment-text {
        br {
            display: none;
        }
    }

    .clinic-services__info.container {
        margin-top: 35px;
    }

    .clinic-services__list {
        gap: 8px;
    }

    .clinic-services__item {
        width: calc(49.83% - 8px);
    }

    .clinic-services__icon-circle {
        width: 49px;
        height: 49px;
        min-width: 49px;
    }

    .clinic-services__icon-circle svg {
        width: 26px;
        height: 26px;
    }

    .clinic-services__item a {
        padding: 24px;
        justify-content: space-between;
    }

    .clinic-services__arrow {
        display: none;
    }

    .clinic-services__number-serv {
        position: absolute;
        bottom: 22px;
        right: 24px;
        font-size: 12px;
        margin: 0;
    }

    .clinic-services__icon-text {
        font-size: 16px;
    }

    .clinic-services__sum {
        font-size: 12px;
    }

    .clinic-services__wrapper-number {
        flex: 1;
        display: flex;
        flex-direction: column;
        margin-top: auto;
        justify-content: space-between;
    }

    .clinic-services__pane {
        padding-bottom: 49px;
    }

    .clinic-services__btn {
        width: 235px;
        height: 50px;
        display: flex;
        width: 100%;
        height: 50px;
        justify-content: center;
        margin-top: 30px;
        left: 0;
        transform: translate(0px, 0px);
        position: relative;
    }
}

/*clinic-articles*/
.clinic-articles {
    padding: 70px 0 89px;
    background: #fff;
}

.clinic-articles__title {
    font-weight: 700;
    font-size: 46px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #222;
    margin-bottom: 40px;
}

.clinic-articles__slider {
    position: relative;
}

.clinic-articles__card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.clinic-articles__card:hover {
    text-decoration: none;
    color: inherit;
}

.clinic-articles__card-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    border-radius: 5px;
}

.clinic-articles__card-body {
    padding: 20px 4px 0;
}

.clinic-articles__card-date {
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -0.4px;
    color: rgba(34, 34, 34, 0.5);
    margin-bottom: 6px;
}

.clinic-articles__card-title {
    font-weight: 700;
    font-size: 20px;
    color: #222;
    line-height: 1.4;
    margin-bottom: 14px;
}

.clinic-articles__card-text {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    margin-bottom: 6px;
}

.clinic-articles__card-more {
    font-size: 16px;
    font-weight: 500;
    color: #c13e84;
}

.clinic-articles__footer {
    display: flex;
    justify-content: center;
    margin-top: 47px;
}

.clinic-articles__all-btn {
    display: inline-block;
    padding: 12px 72px;
    border: 1px solid #183454;
    border-radius: 5px;
    background: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #183454;
    text-decoration: none;
    transition: background .2s, color .2s;
}

.clinic-articles__all-btn:hover {
    background: #183454;
    color: #fff;
    text-decoration: none;
}

.clinic-articles__slider .owl-stage {
    padding-left: 0 !important;
}

.clinic-articles__slider .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.clinic-articles__slider .owl-prev,
.clinic-articles__slider .owl-next {
    pointer-events: all;
    width: 45px;
    height: 45px;
    margin: 0 -75px;
    border-radius: 1px;
    background: #fff !important;
    border: 1px solid rgba(227, 186, 209, 0.28) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    transition: box-shadow .2s;
    flex-shrink: 0;
}

.clinic-articles__slider .owl-prev:hover,
.clinic-articles__slider .owl-next:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .18);
}

.clinic-articles__slider .owl-prev.disabled,
.clinic-articles__slider .owl-next.disabled {
    opacity: .35;
    cursor: default;
}

.clinic-articles__slider .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(200, 200, 200, 1);
    margin: 0 5px;
    transition: background .2s;
}

.clinic-articles__slider .owl-dot.active {
    background: rgba(227, 186, 209, 1);
}

@media (max-width: 990px) {
    .clinic-articles__slider .owl-nav {
        display: none;
    }

    .clinic-articles__slider .owl-dots {
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 765px) {
    .clinic-articles {
        padding: 24px 0 50px;
    }

    .clinic-articles__title {
        font-size: 28px;
        text-align: center;
        margin-bottom: 27px;
    }

    .clinic-articles__card-img {
        height: 220px;
    }

    .clinic-articles__all-btn {
        width: 100%;
        text-align: center;
    }
}

/* ── doctor-prices (services) ── */
.doctor-prices .doctor-services__tab{
    flex:1;
}

.doctor-services__tab {
    padding: 18px 43px;
    border: none;
    font-weight: 700;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    font-size: 16px;
    color: rgba(24, 52, 84, 0.5);
    cursor: pointer;
    transition: background .2s, color .2s;
}

.doctor-prices .doctor-services__tab {
    background-color: rgba(247, 249, 251, 1);
    padding: 19px 70px;
}

.doctor-services__tab.active {
    background: rgba(193, 62, 132, 1);
    color: #fff;
}
.doctor-prices .title-doc,.doctor-related__title{
    text-align: center;
}


h2.title-doc{
    font-weight: 700;
    font-size: 46px;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 35px;
}

.doctor-prices {
    padding: 60px 0;
    background: white;
}

.doctor-prices h2 {
    font-weight: 700;
    font-size: 46px;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 45px;
}

.doctor-prices__tabs-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(247, 249, 251, 1);
    border-radius: 5px;
    margin-bottom: 34px;
}

.doctor-prices__tabs-left {
    display: flex;
    width: 100%;
}

.doctor-prices__download {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 0 70px 0 35px;
    font-size: 16px;
    font-weight: 700;
    color: rgba(193, 62, 132, 1);
    text-decoration: none;
    white-space: nowrap;
}

.doctor-prices__download:hover {
    text-decoration: underline;
    color: rgba(193, 62, 132, 1);
}

.doctor-prices__download svg {
    flex-shrink: 0;
}

.doctor-prices__pane {
    display: none;
}

.doctor-prices__pane.active {
    display: block;
}

.doctor-prices__header {
    display: flex;
    padding-left: 30px;
    align-items: center;
    padding-bottom: 12px;
}

.doctor-prices__header .doctor-prices__col-name, .doctor-prices__header .doctor-prices__col-comp, .doctor-prices__header .doctor-prices__col-price {
    color: rgba(34, 34, 34, 0.5);
}

.doctor-prices__row {
    display: flex;
    border-radius: 4px;
    align-items: center;
    padding: 10px 10px 10px 30px;
}

.doctor-prices__row:nth-child(odd) {
    background-color: rgba(229, 131, 176, 0.05);
}

.doctor-prices__col-name {
    flex: 0 0 50%;
    font-weight: 700;
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    padding-right: 16px;
}

.doctor-prices__col-comp {
    flex: 0 0 20%;
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    padding-right: 16px;
}

.doctor-prices__col-price {
    flex: 0 0 10%;
    font-weight: 700;
    font-size: 18px;
    color: rgba(34, 34, 34, 1);
    white-space: nowrap;
}

.doctor-prices__col-btn {
    flex: 0 0 20%;
    display: flex;
    justify-content: flex-end;
}

.doctor-prices__header .doctor-prices__col-name,
.doctor-prices__header .doctor-prices__col-comp,
.doctor-prices__header .doctor-prices__col-price {
    font-size: 14px;
    font-weight: 400;
}

.doctor-prices__btn {
    padding: 13px 22px;
    border: none;
    border-radius: 5px;
    background: rgba(24, 52, 84, 1);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    transition: box-shadow .25s;
}
.doctor-prices__btn:hover{
    color: #ffffff !important;
    background: #102237 !important;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .15);
}

.doctor-prices__btn svg{
    display: none;
}

/* -- doctor-related (services) -- */
.doctor-related {
    padding: 60px 0;
    background: rgba(247, 249, 251, 1);
}

.doctor-related__title {
    font-weight: 700;
    font-size: 46px;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 37px;
}

.doctor-related__slider {
    position: relative;
}

.doctor-card {
    background: #fff;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
}

.doctor-card__icon-box {
    color: #fff;
    background-color: #E3BAD1;
    width: 40px;
    z-index: 3;
    position: absolute;
    bottom: -20px;
    height: 40px;
    right: 26px;
    line-height: 36px;
    font-size: 32px;
    text-align: center;
    border-radius: 50%;
    top: auto;
    display: inline-block;
    transition: all 500ms ease;
    border: 1px solid #E3BAD1;
}

.doctor-card__icon-box svg {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    top: -5px;
}

.doctor-card__icon-box .icon svg use {
    fill: #fff;
}

.doctor-card:hover .doctor-card__icon-box svg use {
    fill: #E3BAD1;
}

.doctor-card:hover .doctor-card__icon-box {
    color: #E3BAD1;
    background-color: #fff;
}

.doctor-card__photo {
    width: 100%;
    height: 270px;
    position: relative;
    background: #f3f3f3;
    flex-shrink: 0;
}

.doctor-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.doctor-card__body {
    padding: 20px 20px 25px;
    border: 1px solid rgba(245, 245, 245, 1);
    display: flex;
    flex-direction: column;
    flex: 1;
}

.doctor-card__name {
    font-weight: 700;
    color: rgba(34, 34, 34, 1);
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.4px;
}

.doctor-card__rating {
    display: flex;
    align-items: center;
    gap: 1px;
    margin-bottom: 8px;
}

.doctor-card__star {
    font-size: 17px;
    color: #ddd;
    line-height: 1;
}

.doctor-card__star.star--full, .doctor-card__star.star--half {
    color: #f5a623;
}

.doctor-card__rating-val {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-left: 6px;
}

.doctor-card__spec {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
    color: rgba(34, 34, 34, 1);
}

.doctor-card__meta {
    margin: 0 0 16px;
    flex: 1;
}

.doctor-card__meta-row {
    display: flex;
    gap: 4px;
    font-size: 14px;
    color: #555;
    margin-bottom: 3px;
}

.doctor-card__meta-row dt {
    font-weight: 700;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 0;
    flex-shrink: 0;
}

.doctor-card__meta dd {
    margin: 0;
}

.doctor-card__btn {
    background:rgba(24, 52, 84, 1);
    display: block;
    text-align: center;
    padding: 11px 16px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 5px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all .4s ease;
    text-decoration: none !important;
    border: none;
}

.doctor-card__btn:hover {
    color: #ffffff !important;
    background: #102237 !important;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .15);
}

.doctor-card__more {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(24, 52, 84, 1);
    text-decoration: none;
    padding: 4px;
    transition: color .2s;
}

.doctor-card__more:hover {
    color: #183454;
    text-decoration: none;
}

.doctor-card__link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* равная высота карточек */
.doctor-related__slider .owl-stage {
    display: flex;
}

.doctor-related__slider .owl-item {
    display: flex;
    flex-direction: column;
}

.doctor-related__slider .owl-item .doctor-card {
    flex: 1;
    width: 100%;
}

/* owl nav arrows */
.doctor-related__slider .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.doctor-related__slider .owl-prev,
.doctor-related__slider .owl-next {
    pointer-events: all;
    width: 45px;
    height: 45px;
    margin: 0 -75px;
    border-radius: 1px;
    background: #fff !important;
    border: 1px solid rgba(227, 186, 209, 0.28) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    transition: box-shadow .2s;
    flex-shrink: 0;
}

.doctor-related__slider .owl-prev:hover,
.doctor-related__slider .owl-next:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .18);
}

.doctor-related__slider .owl-prev.disabled,
.doctor-related__slider .owl-next.disabled {
    opacity: .35;
    cursor: default;
}

.doctor-related__footer {
    text-align: center;
    margin-top: 43px;
}

.doctor-related__all-btn {
    display: inline-block;
    padding: 12px 52px;
    border: 1px solid rgba(24, 52, 84, 1);
    border-radius: 5px;
    background: none;
    font-size: 16px;
    font-weight: 400;

    text-transform: uppercase;
    color: rgba(24, 52, 84, 1);
    text-decoration: none;
    transition: background .2s, color .2s;
}

.doctor-related__all-btn:hover {
    background: rgba(24, 52, 84, 1);
    color: #fff;
    text-decoration: none;
}

/* -- doctor-faq (services) -- */
.doctor-faq {
    padding: 60px 0;
    background: #fff;
}

.doctor-faq__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.doctor-faq__top h2 {
    font-weight: 700;
    font-size: 46px;
    color: rgba(34, 34, 34, 1);
    margin: 0;
}

.doctor-faq__contacts {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}

.doctor-faq__contacts-label {
    color: rgba(24, 52, 84, 1);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}

.doctor-faq__contact-btn {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: box-shadow .2s;
}

.doctor-faq__contact-btn--phone {
    background: rgba(193, 62, 132, 1);
}

.doctor-faq__contact-btn--chat {
    background: rgba(26, 93, 208, 1);
}

.doctor-faq__contact-btn:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
}

.doctor-faq__contact-btn svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.doctor-faq__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.doctor-faq__item {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.doctor-faq__item:not(.doctor-faq__item--hidden):not(:has(~ .doctor-faq__item:not(.doctor-faq__item--hidden))) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.doctor-faq__item--hidden {
    display: none !important;
}

.doctor-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 25px 0 30px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    color: rgba(34, 34, 34, 1);
    transition: color .2s;
    user-select: none;
}

.doctor-faq__item.is-open .doctor-faq__question {
    color: rgba(193, 62, 132, 1);
}

.doctor-faq__chevron {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s;
}

.doctor-faq__item.is-open .doctor-faq__chevron {
    transform: rotate(180deg);
}

.doctor-faq__chevron svg {
    width: 20px;
    height: 20px;
}

.doctor-faq__answer {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height .35s ease, opacity .25s ease;
}

.doctor-faq__item.is-open .doctor-faq__answer {
    max-height: 400px;
    opacity: 1;
}

.doctor-faq__answer p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 30px;
}

.doctor-faq__footer {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.doctor-faq__more-btn {
    padding: 12px 35px;
    border: 1px solid rgba(24, 52, 84, 1);
    border-radius: 5px;
    background: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(24, 52, 84, 1);
    cursor: pointer;
    transition: background .2s, color .2s;
}

.doctor-faq__more-btn:hover {
    background: rgba(24, 52, 84, 1);
    color: #fff;
}



@media (max-width: 1400px) {
    .doctor-services__tab{
        flex-grow: 1;
        white-space: nowrap;
        padding-right: 10px!important;
        padding-left: 10px!important;
    }
}

@media (max-width: 1200px) {
    .doctor-services__tab{
        flex:1;
        padding-top: 10px!important;
        padding-bottom: 10px!important;
        white-space: normal;
    }
    .doctor-prices__col-name{
        flex: 0 0 40%;
    }
    .doctor-prices__col-price{
        flex: 0 0 15%;
    }
}

@media (max-width: 991px) {
    .doctor-prices__row{
        position: relative;
        align-items: flex-start;
        flex-direction: column;
        padding: 18px 20px;
    }
    .doctor-prices__col-btn{
        position: absolute;
        top: 20px;
        right: 18px;
    }
    .doctor-prices__pane .doctor-prices__col-name{
        padding-right: 45px;
    }
    .doctor-prices__btn{
        width: 45px !important;
        height: 45px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 0 0 5px;
    }
    .doctor-prices__col-btn span{
        display: none;
    }
    .doctor-prices__header{
        display: none;
    }
    .doctor-services__tab{
        padding: 8px 20px!important;
        white-space: nowrap!important;
        min-width: fit-content;
    }
    h2.title-doc{
        font-size: 33px;
        line-height: 35px;
    }
    .doctor-services__tabs,.doctor-prices__tabs-left{
        overflow-x: scroll !important;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        cursor: grab;
        flex-wrap: nowrap;
        -webkit-transform: translateZ(0);
    }
    .doctor-prices__btn svg{
        display: block;
    }
    .doctor-related__title {
        font-size: 24px;
    }
    .doctor-related__slider .owl-nav {
        display: none;
    }
    .doctor-related__slider .owl-dots {
        text-align: center;
        margin-top: 20px;
    }
    .doctor-related .owl-stage, .doctor-related__slider .owl-stage{
        padding-left: 0!important;
    }
    .doctor-related__slider .owl-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(200, 200, 200, 1);
        margin: 0 5px;
        transition: background .2s;
    }
    .doctor-related__slider .owl-dot.active {
        background: rgba(227, 186, 209, 1);
    }
}

@media (max-width: 650px) {
    .doctor-related__all-btn{
        width: 100%;
        text-align: center;
    }
    .doctor-faq__top{
        flex-direction: column;
        align-items: flex-start;
    }
    .doctor-faq__top h2.title-doc{
        margin-bottom: 7px;
    }
    .doctor-faq__question{
        padding: 20px 0 25px;
    }
    .doctor-faq__question{
        font-size: 18px;
    }
    .doctor-faq__more-btn{
        width: 100%;
        text-align: center;
    }
}


/* -- doctor-articles (services) -- */
.doctor-articles {
    padding: 60px 0;
    background: #fff;
}
.doctor-articles .owl-stage{
    padding-left: 0!important;
}

.doctor-articles__title {
    font-weight: 700;
    font-size: 46px;
    text-align: center;
    line-height: 55px;

    color: rgba(0, 0, 0, 1);
    margin-bottom: 40px;
}

.doctor-articles__slider {
    position: relative;
}

.doctor-articles__card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.doctor-articles__card:hover {
    text-decoration: none;
    color: inherit;
}

.doctor-articles__card-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.doctor-articles__card-body {
    padding: 20px 4px 0;
}

.doctor-articles__card-date {
    font-weight: 500;
    font-size: 14px;
    line-height: 20.4px;
    letter-spacing: -0.4px;
    vertical-align: middle;
    color: rgba(34, 34, 34, 0.5);
    margin-bottom: 6px;
}

.doctor-articles__card-title {
    font-weight: 700;
    font-size: 20px;
    color: rgba(34, 34, 34, 1);
    line-height: 1.4;
    margin-bottom: 14px;
}

.doctor-articles__card-text {
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 6px;
}

.doctor-articles__card-more {
    font-size: 16px;
    font-weight: 500;
    color: rgba(193, 62, 132, 1);
}

.doctor-articles__footer {
    display: flex;
    justify-content: center;
    margin-top: 47px;
}

.doctor-articles__all-btn {
    display: inline-block;
    padding: 12px 72px;
    border: 1px solid rgba(24, 52, 84, 1);
    border-radius: 5px;
    background: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(24, 52, 84, 1);
    text-decoration: none;
    transition: background .2s, color .2s;
}

.doctor-articles__all-btn:hover {
    background: rgba(24, 52, 84, 1);
    color: #fff;
    text-decoration: none;
}

.doctor-articles__slider .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.doctor-articles__slider .owl-prev,
.doctor-articles__slider .owl-next {
    pointer-events: all;
    width: 45px;
    height: 45px;
    margin: 0 -75px;
    border-radius: 1px;
    background: #fff !important;
    border: 1px solid rgba(227, 186, 209, 0.28) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    transition: box-shadow .2s;
    flex-shrink: 0;
}

.doctor-articles__slider .owl-prev:hover,
.doctor-articles__slider .owl-next:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .18);
}

.doctor-articles__slider .owl-prev.disabled,
.doctor-articles__slider .owl-next.disabled {
    opacity: .35;
    cursor: default;
}

@media (max-width: 991px) {
    .doctor-articles__slider .owl-nav {
        display: none;
    }
    .doctor-articles__slider .owl-dots {
        text-align: center;
        margin-top: 20px;
    }
    .doctor-articles__slider .owl-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(200, 200, 200, 1);
        margin: 0 5px;
        transition: background .2s;
    }
    .doctor-articles__slider .owl-dot.active {
        background: rgba(227, 186, 209, 1);
    }
}



.cosmetology-video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.cosmetology-video-modal.is-open {
    display: flex;
}
.cosmetology-video-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    cursor: pointer;
}
.cosmetology-video-modal__box {
    position: relative;
    z-index: 1;
    background: #000;
    border-radius: 6px;
    overflow: hidden;
    width: 900px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 40px);
}
.cosmetology-video-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background .2s;
}
.cosmetology-video-modal__close:hover {
    background: rgba(0, 0, 0, 0.85);
}
.cosmetology-video-modal__player {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
.cosmetology-video-modal__player iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}
@media (max-width: 600px) {
    .cosmetology-video-modal {
        padding: 10px;
    }
}


.page-breadcrumb {
    margin-bottom: 0px !important;
}