@charset "UTF-8";
@import url('new.css');
:root {
    --font-color-primary: #343434;
    --accent-color: #b20754;
    --accent-color-gradient: linear-gradient(
        140.34deg,
        #e6026b -12.76%,
        #790c3b 117.7%
    );
    --accent-font-color: #c4055c;
    --accent-font-color2: #b30755;
    --color-white: #fff;
    --color-gray: #c4c4c4;
    --color-lightgray: #e2e2e2;
    --color-semi-dark-gray: #dbdbdb;
    --color-darkgray: #e0e0e0;
}
@font-face {
    font-family: 'icons';
    font-display: swap;
    src: url('../fonts/icons.woff') format('woff'),
        url('../fonts/icons.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    font-display: swap;
    src: url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: bold;
}
@font-face {
    font-family: 'Montserrat';
    font-display: swap;
    src: url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: light;
}
@font-face {
    font-family: 'Montserrat';
    font-display: swap;
    src: url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: medium;
}
@font-face {
    font-family: 'Montserrat';
    font-display: swap;
    src: url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Muller';
    font-display: swap;
    src: url('../fonts/MullerBold.woff') format('woff'),
        url('../fonts/MullerBold.woff2') format('woff2');
    font-weight: 700;
    font-style: bold;
}
@font-face {
    font-family: 'Muller';
    font-display: swap;
    src: url('../fonts/MullerLight.woff') format('woff'),
        url('../fonts/MullerLight.woff2') format('woff2');
    font-weight: 300;
    font-style: light;
}
@font-face {
    font-family: 'Muller';
    font-display: swap;
    src: url('../fonts/MullerRegular.woff') format('woff'),
        url('../fonts/MullerRegular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Muller';
    font-display: swap;
    src: url('../fonts/MullerUltraLight.woff') format('woff'),
        url('../fonts/MullerUltraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: thin;
}
@font-face {
    font-family: 'icons';
    font-display: swap;
    src: url('../fonts/icons.woff') format('woff'),
        url('../fonts/icons.woff2#icons') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class^='_icon-']:before,
[class*=' _icon-']:before {
    font-family: 'icons';
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^='_icon-']:before,
[class*=' _icon-']:before {
    display: block;
}
._icon-female:before {
    content: '\e90d';
}
._icon-male:before {
    content: '\e90e';
}
._icon-arrow-more:before {
    content: '\e90c';
}
._icon-arrow-reviews:before {
    content: '\e90b';
    color: #dbdbdb;
}
._icon-03:before {
    content: '\e907';
}
._icon-02:before {
    content: '\e908';
}
._icon-01:before {
    content: '\e909';
}
._icon-04:before {
    content: '\e90a';
}
._icon-geo-header:before {
    content: '\e906';
}
._icon-phone-header:before {
    content: '\e900';
}
._icon-phone-contacts:before {
    content: '\e901';
}
._icon-pattern:before {
    content: '\e902';
}
._icon-logo:before {
    content: '\e903';
}
._icon-geo:before {
    content: '\e904';
}
._icon-clock:before {
    content: '\e905';
}
* {
    padding: 0;
    margin: 0;
    border: 0;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus,
:active {
    outline: none;
}
a {
    color: inherit;
}
a:focus,
a:active {
    outline: none;
}
aside,
nav,
footer,
header,
section {
    display: block;
}
html,
body {
    height: 100%;
    min-width: 320px;
}
body {
    line-height: 1;
    font-family: 'Muller', sans-serif;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
input,
button,
textarea {
    font-family: 'Muller';
}
input::-ms-clear {
    display: none;
}
button {
    cursor: pointer;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
a,
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}
body {
    color: #343434;
    font-size: 18px;
}
body._lock {
    overflow: hidden;
}
.wrapper {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
._container {
    max-width: 1775px;
    padding: 0 45px;
    margin: 0 auto;
}
.select {
    position: relative;
}
.select__item {
    position: relative;
}
.select__title {
    color: #000;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
}
.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 30px;
    padding: 0 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.select__value span {
    height: 1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.select__value:before {
    content: '';
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 11px;
    height: 7px;
    background: url('../img/icons/select.svg') center/100% no-repeat;
}
.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%;
}
.select__options {
    color: #000;
    display: none;
    position: absolute;
    top: 29px;
    border-radius: 0 0 4px 4px;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    border: 1px solid #d9d9d9;
    border-top: 0;
    font-size: 14px;
    padding: 10px 0 5px 0;
}
.select__option {
    cursor: pointer;
    padding: 5px 15px;
    margin: 0 0 0 0;
}
.select._active {
    z-index: 5;
}
.select._active .select__value:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.select._active .select__options {
    display: block;
}
input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.input {
    border-radius: 0 !important;
    width: 100%;
    display: block;
    padding: 0 20px;
}
textarea.input {
    resize: none;
    padding: 0 0;
}
.checkbox {
    position: relative;
}
.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
    background: #fff url('../img/icons/check.svg') center no-repeat;
}
.checkbox__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #fff;
    letter-spacing: -0.3px;
    line-height: 1.25;
    cursor: pointer;
}
.checkbox__text:before {
    content: '';
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 14px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    left: 0;
    top: 0;
    width: 20px;
    height: 18px;
    background: #fff;
    border: 1px solid #a7a9ac;
}
.checkbox a {
    color: #fff;
    text-decoration: underline;
}
.checkbox._error .checkbox__text:before {
    border: 1px solid #ee1212;
}
.options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.options__item {
    position: relative;
    cursor: pointer;
}
.options__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    left: 0;
    top: 0;
    visibility: hidden;
}
.options__input:checked + .options__text:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.options__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #fff;
    letter-spacing: -0.3px;
    line-height: 1.25;
}
.options__text:before {
    content: '';
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 14px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 20px;
    height: 18px;
    background: #fff;
    border: 1px solid #a7a9ac;
}
.options__text:after {
    content: '';
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #77243a;
    position: absolute;
    left: 5px;
    top: 4px;
}
.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 40px;
    line-height: 0.75;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.rating.rating_sending {
    opacity: 0.2;
}
.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
    cursor: pointer;
}
.rating__body {
    position: relative;
}
.rating__body::before {
    content: '★★★★★';
    display: block;
}
.rating__active {
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.rating__active::before {
    content: '★★★★★';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #ffd300;
}
.rating__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.rating__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    height: 100%;
    opacity: 0;
}
.rating__value {
    font-size: 50%;
    line-height: 1;
    padding: 0 0 0 10px;
}
.quantity {
    width: 88px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    position: relative;
    cursor: pointer;
}
.quantity__button::before,
.quantity__button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0 0 0 -4.5px;
    background-color: #a6a6a6;
    width: 9px;
    height: 1px;
}
.quantity__button_plus::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.quantity__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.quantity__input input {
    height: 100%;
    color: #a6a6a6;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
._btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em 6em;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 100%;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    border: 2px solid transparent;
    -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        border-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        border-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        border-color 0.3s ease 0s;
}
._btn_white {
    background-color: var(--color-white);
}
._btn_white-accent {
    background-color: var(--color-white);
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}
._btn_accent {
    background-color: var(--accent-color);
    color: var(--color-white);
}
._btn-green {
    width: 100%;
    height: auto;
    text-align: center;
}
._btn._fw {
    width: 100%;
}
._title {
    margin-bottom: 40px;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    letter-spacing: 0.05em;
    line-height: 100%;
    text-transform: uppercase;
}
._suptitle {
    margin: 0 0 0.625em 0;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 100%;
    text-transform: uppercase;
}
._dott {
    position: relative;
}
._dott::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--accent-color-gradient);
}
._dott_white::after {
    width: 5px;
    height: 5px;
    background: var(--color-white);
}
._right-decor {
    position: relative;
}
._right-decor::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: -17px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 90%;
    width: 250px;
    background: var(--accent-color-gradient);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
._x-item {
    position: relative;
    padding-left: 51px;
}
._x-item::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 25px;
    height: 25px;
    background: url('../img/icons/decor-close.svg') 0 0 / cover no-repeat;
}
._checkmark {
    position: relative;
    padding-left: 51px;
}
._checkmark::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    width: 29px;
    height: 26px;
    background: url('../img/icons/decor-checkmark.svg') 0 0 / cover no-repeat;
}
._checkmark_white::before {
    background: url('../img/icons/decor-checkmark_white.svg') 0 0 / cover
        no-repeat;
}
._hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}
._only-mob {
    display: none !important;
}
.video {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #000;
    border-radius: 15px;
}
iframe,
.video-poster {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border: none;
    border-radius: 15px;
}
.btn-reset {
    border: none;
    background: transparent;
    cursor: pointer;
}
.video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-play-shape {
    fill: #212121;
    fill-opacity: 0.8;
}
.video-play-icon {
    fill: #fff;
}
.video-play:focus {
    outline: none;
}
.video:hover .video-play-shape,
.video:focus .video-play-shape {
    fill: red;
    fill-opacity: 1;
}
.row:after {
    display: block;
    content: '';
    clear: both;
}
.rub:after {
    content: '₽';
}
._ibg {
    position: relative;
}
._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
body.ie ._ibg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
body.ie ._ibg img {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
._swiper {
    overflow: hidden;
}
._swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
._swiper.swiper-container-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.swiper-container-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
    display: none !important;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color-gray);
    -webkit-transition: background 0.3s ease 0s, opacity 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s, opacity 0.3s ease 0s;
    transition: background 0.3s ease 0s, opacity 0.3s ease 0s;
}
.swiper-pagination-bullet-active {
    background: var(--accent-color-gradient);
    opacity: 1;
}
.popup {
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    padding: 0 10px 30px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: visibility 0.8s ease 0s;
    -o-transition: visibility 0.8s ease 0s;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
}
.popup::before {
    content: '';
    background: rgba(52, 52, 52, 0.9);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0s;
    -o-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s;
}
.popup.show {
    visibility: visible;
    overflow: auto;
}
.popup.show::before {
    opacity: 1;
}
.popup.show .popup__body {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.popup._active {
    overflow: auto;
    visibility: visible;
}
.popup._active::before {
    opacity: 1;
}
.popup._active .popup__body {
    -webkit-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    padding-top: 120px;
}
.popup__body {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    padding: 50px;
    width: 100%;
    max-width: 800px;
}
.popup__close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 33px;
    right: 30px;
    cursor: pointer;
    z-index: 30;
    background: url('../img/icons/close.svg') 0 0 no-repeat;
    opacity: 0.3;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.popup_discount-card__title {
    margin: 0 0 0.85em 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.popup_discount-card__text {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.05em;
    opacity: 0.7;
}
.popup_discount-card__text p:not(:last-child) {
    margin: 0 0 15px 0;
}
.popup_discount-card__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 371px;
    width: 76.5%;
    height: 60px;
    margin: 0 auto 41px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-align: center;
    background: var(--accent-color-gradient);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.popup_discount-card__btn br {
    display: none;
}
.popup_discount-card .popup__body {
    position: relative;
    max-width: 616px;
    padding: 242px 60px 0;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup_discount-card__image {
    max-width: 387px;
    position: absolute;
    top: -67px;
    left: 60px;
    -webkit-transform: rotate(-7.02deg);
    -ms-transform: rotate(-7.02deg);
    transform: rotate(-7.02deg);
    border-radius: 30px;
}
.popup_discount-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}
.header {
    background-color: #fff;
    width: 100%;
    z-index: 99;
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.header--adverst {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header--adverst._scroll {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.header .header__address-mob,
.header .header__wrapper {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header._scroll {
    -webkit-animation: showHeader 1s ease-out forwards;
    animation: showHeader 1s ease-out forwards;
}
.header._scroll .header__address-mob,
.header._scroll .header__wrapper {
    opacity: 0;
    padding: 0;
    height: 0;
    visibility: hidden;
}
.header__wrapper {
    background-color: #e0e0e0;
}
.header__address-mob {
    display: none;
}
.header__address-mob--adverst {
    display: none;
}
@-webkit-keyframes showHeader {
    0% {
        z-index: 999;
        position: fixed;
        top: 0;
    }
    100% {
        z-index: 999;
        position: fixed;
        top: 0;
    }
}
@keyframes showHeader {
    0% {
        z-index: 999;
        position: fixed;
        top: 0;
    }
    100% {
        z-index: 999;
        position: fixed;
        top: 0;
    }
}
.top-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 5px 12px 0;
    font-size: 16px;
    letter-spacing: 0.8px;
}
.top-header__address {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-header__town {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 50px;
    cursor: pointer;
}
.top-header__town ._icon-geo-header {
    margin-right: 10px;
    font-size: 23px;
}
.top-header__town::after {
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    margin: 0 0 0 10px;
    background: url(../img/icons/sprites/arrow-menu.svg) center / 18px 10px
        no-repeat;
}
.top-header__cards {
    -webkit-box-flex: 0;
    -ms-flex: 0 2 25.0445103858%;
    flex: 0 2 25.0445103858%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 60px;
}
.top-header__cards a {
    white-space: nowrap;
    position: relative;
}
.top-header__cards a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--accent-color);
    -webkit-transition: width 0.3s ease 0s;
    -o-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
}
.top-header__discount-card {
    margin-right: 20px;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
.top-header__gift-card {
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
.top-header__contacts {
    -webkit-box-flex: 0;
    -ms-flex: 0 2 21.0682492582%;
    flex: 0 2 21.0682492582%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}
.top-header__contacts ._icon-phone-header {
    margin-right: 9px;
    font-size: 23px;
}
.top-header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 7px;
    font-weight: 700;
    white-space: nowrap;
}
.top-header__shedule {
    font-weight: 300;
}
.bottom-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 0 15px;
}
.bottom-header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 17.5074183976%;
    flex: 0 1 17.5074183976%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bottom-header__logo ._icon-logo {
    margin-right: 28px;
    font-size: 72px;
}
.bottom-header__logo-text {
    width: 167px;
    color: #8f8f8f;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 18.2px;
}
.bottom-header__logo-text--adverst {
    font-size: 12px;
    font-weight: 200;
    width: 182px;
}
.bottom-header__menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 62.5519287834%;
    flex: 0 1 62.5519287834%;
}
.bottom-header__menu--adverst {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70.6231454006%;
    flex: 0 1 70.6231454006%;
}
.bottom-header__phone-mob {
    position: absolute;
    z-index: 5;
    top: 20px;
    right: 16px;
    width: 36px;
    height: 36px;
    display: none;
}
.bottom-header__phone-mob--tg {
    right: 60px;
}
.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu__sublist {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -324px;
    left: -95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 280px;
    background-color: #e7e7e7;
    -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}
.menu__sublist li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
.menu__sublist li:not(:first-child) {
    border-top: 2px solid var(--color-gray);
}
.menu__sublink {
    padding: 21px 0 19px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    letter-spacing: 0.1em;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
.menu__link {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline;
    cursor: pointer;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
.menu__link--adverst {
    text-transform: none;
    -webkit-filter: drop-shadow(0 0 20px #ffffff);
    filter: drop-shadow(0 0 20px #ffffff);
    color: rgba(0, 0, 0, 0.5);
}
.menu__link span svg {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.menu__link_add {
    position: relative;
    padding-bottom: 40px;
}
.menu__link_add span {
    width: 18px;
    height: 10px;
    position: absolute;
    top: 17%;
    right: -25px;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
#test {
    -webkit-transition: stroke 0.3s ease 0s;
    -o-transition: stroke 0.3s ease 0s;
    transition: stroke 0.3s ease 0s;
}
.icon-menu {
    display: none;
}
@keyframes showHeader {
    0% {
        z-index: 999;
        position: fixed;
        top: 0;
        margin-top: -150px;
    }
    100% {
        z-index: 999;
        position: fixed;
        top: 0;
        margin-top: 0;
    }
}
.footer {
    background-color: #e0e0e0;
}
.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 148px;
    margin-right: 122px;
}
.footer__logo span {
    margin-bottom: 9px;
    font-size: 106px;
}
.footer__logo p {
    font-size: 14px;
    line-height: 128.5714285714%;
    letter-spacing: 0.7px;
}
.footer__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 62.3738872404%;
    flex: 0 1 62.3738872404%;
    margin-right: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__column:not(:last-child) {
    margin: 0 40px 0 0;
}
.footer__label {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 23px;
}
.footer__list li:not(:last-child) {
    margin: 0 0 27px 0;
}
.footer__link {
    position: relative;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
.footer__link::after {
    content: '';
    width: 0;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: width 0.5s ease 0s;
    -o-transition: width 0.5s ease 0s;
    transition: width 0.5s ease 0s;
}
.footer__decor {
    font-size: 266px;
}
.footer__bottom {
    background-color: #292929;
    padding: 13px 0 11px;
    font-style: 16px;
    letter-spacing: 0.8px;
    font-weight: 300;
    color: #fff;
}
.bottom-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.description__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.description__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 57.3887240356%;
    flex: 0 1 57.3887240356%;
    padding-top: 20px;
}
.description__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 36.8545994065%;
    flex: 0 1 36.8545994065%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 50px;
}
.description__image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}
.description__suptitle {
    margin: 0 0 0.625em 0;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 1.2px;
}
.description__title {
    margin: 0 0 0.45em 0;
    font-size: 60px;
    line-height: 120%;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
}
.description__text {
    margin: 0 0 3.3888888889em 0;
    opacity: 0.7;
    letter-spacing: 0.9px;
}
.description__text p:first-child {
    margin: 0 0 1.6111111111em 0;
}
.description__text_care {
    margin: 0 0 2.8888888889em 0;
}
.description__reasons {
    opacity: 0.7;
    letter-spacing: 0.9px;
}
.description__label {
    margin: 0 0 1.5555555556em 0;
    font-weight: 700;
}
.description_item:not(:last-child) {
    margin: 0 0 25px 0;
}
.definition__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}
.definition__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 29.2581602374%;
    flex: 0 1 29.2581602374%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 60px 50px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    background-color: #fff;
    line-height: 110%;
}
.definition__item:not(:last-child) {
    margin: 0 20px 0 0;
}
.definition__item:last-child::after {
    content: '';
    position: absolute;
    bottom: 50px;
    right: 40px;
    width: 163px;
    height: 145px;
    background: url('../img/icons/attention.svg') 0 0 / cover no-repeat;
}
.definition__item::before {
    content: '';
    z-index: -1;
    height: 140px;
    width: 83.7728194726%;
    position: absolute;
    top: -22px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: var(--accent-color-gradient);
    border-radius: 30px;
}
.definition__item_3 {
    padding-right: 86px;
    line-height: 122.2222222222%;
    letter-spacing: 0.05em;
}
.definition__item_plastika {
    padding-right: 30px;
}
.definition__item_remove {
    padding-right: 55px;
    font-weight: 700;
    color: var(--color-white);
    background: var(--accent-color-gradient);
}
.definition__item_remove::before {
    background: silver;
}
.definition__item_remove::after {
    display: none;
}
.definition__item_remove .definition__subtitle {
    font-weight: 400;
    line-height: 120%;
}
.definition__title {
    margin: 0 0 0.4666666667em 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.definition__subtitle {
    margin-bottom: 28px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}
.definition__text {
    max-width: 375px;
}
.definition__text:not(:last-child) {
    margin: 0 0 1.9444444444em 0;
}
.definition__list_1 {
    max-width: 347px;
}
.definition__list_2 {
    max-width: 321px;
}
.definition__list_3 {
    max-width: 285px;
}
.definition__list_plastika {
    max-width: 372px;
    margin-bottom: 40px;
}
.definition__dott-item {
    position: relative;
    margin: 0 0 1.9444444444em 0;
    padding-left: 28px;
}
.definition__dott-item_1 {
    max-width: 347px;
}
.definition__dott-item::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--accent-color-gradient);
}
.definition__dott-item_2::before {
    top: 1px;
}
.definition__checkmark-item:not(:last-child) {
    margin: 0 0 2.2222222222em 0;
}
.definition__checkmark-item_mesotherapy:not(:last-child) {
    margin: 0 0 1.6666666667em 0;
}
.definition__list-item:not(:last-child) {
    margin: 0 0 1.9444444444em 0;
}
.definition__list-item_plastika {
    padding-left: 28px;
}
.definition__label {
    margin: 0 0 1.9444444444em 0;
}
.procedure__title {
    margin: 0 0 0.6666666667em 0;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 120%;
    text-transform: uppercase;
}
.procedure__subtitle {
    opacity: 0.7;
    letter-spacing: 0.9px;
    line-height: 122.2222222222%;
}
.procedure__subtitle_1 {
    margin-bottom: 24px;
}
.procedure__subtitle_2 {
    margin-bottom: 36px;
}
.procedure__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding: 0 32px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    counter-reset: item;
}
.procedure__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 145px 0 29px;
}
.procedure__item:before {
    counter-increment: item;
    content: '0' counter(item);
    position: absolute;
    top: 55px;
    left: 20px;
    font-size: 100px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 100%;
    opacity: 0.1;
}
.procedure__item:not(:last-child) {
    border-right: 2px solid #c4c4c4;
}
.procedure__item_1 {
    margin-right: 80px;
}
.procedure__item_3 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.procedure__item_3::before {
    left: 95px;
}
.procedure__label {
    max-width: 433px;
    padding: 0 20px;
    line-height: 122.2222222222%;
    letter-spacing: 0.9px;
}
.procedure__image {
    max-width: 429px;
}
.procedure__image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.procedure_info {
    margin-bottom: 86px;
    letter-spacing: 0.9px;
    opacity: 0.7;
    line-height: 122.2222222222%;
}
.procedure__attention {
    padding: 60px 60px 71px;
    background: var(--accent-color-gradient);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
}
.procedure__controls {
    display: none;
    width: 50px;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.attention-procedure {
    color: #fff;
}
.attention-procedure__title {
    margin-bottom: 10px;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 120%;
}
.attention-procedure__text {
    letter-spacing: 0.9px;
    line-height: 122.2222222222%;
}
.attention-procedure__text span {
    font-weight: 700;
}
.page__equipment {
    margin-bottom: 90px;
}
.page__map {
    margin-bottom: 90px;
}
.page__contacts-page {
    margin-bottom: 60px;
}
.equipment__goods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 113px;
}
.equipment__product {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.product {
    position: relative;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    background-color: #e9e9e9;
}
.product__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 77.2471910112%;
    flex: 0 1 77.2471910112%;
    border-radius: 30px;
    padding: 78px 50px 64px 275px;
    background-color: #fff;
}
.product__image {
    position: absolute;
    min-width: 300px;
    top: 10%;
}
.product__image_show-desktop {
    top: 4%;
}
.product__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product__image_01 {
    left: -106px;
    max-width: 400px;
    width: 55.3%;
}
.product__image_02 {
    left: -45px;
    width: 38.85%;
    max-width: 281px;
}
.product__suptitle {
    margin: 0 0 0.5em 0;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.05em;
    font-weight: 300;
}
.product__label {
    margin-bottom: 7px;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0.05em;
    font-weight: 700;
}
.product__description {
    opacity: 0.9;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.05em;
}
.product__description p:not(:last-child) {
    margin: 0 0 14px 0;
}
.product__features-list {
    max-width: 398px;
    padding: 22px 21px 16px 24px;
}
.mesotherapy__list._line,
.product__features-list._line {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    max-width: 100%;
    width: 100%;
}
.mesotherapy__list._line ._dott::after,
.product__features-list._line .product__feature::after {
    top: 4px;
}
.product__features-list._line .product__feature:not(:last-child) {
    margin: 0;
}
.product__feature {
    padding-left: 28px;
    font-size: 18px;
    letter-spacing: 0.0388888889em;
    line-height: 114.2857142857%;
}
.product__feature:not(:last-child) {
    margin: 0 0 30px 0;
}
.product__feature::after {
    left: 0;
    top: 1px;
}
.spoller-product {
    display: none;
    position: relative;
}
.spoller-product > span {
    position: absolute;
    top: 21px;
    left: 69%;
}
.spoller-product > span svg {
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: -webkit-transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.spoller-product > span._active svg {
    -webkit-transform: rotate(-180deg) translateY(25%);
    -ms-transform: rotate(-180deg) translateY(25%);
    transform: rotate(-180deg) translateY(25%);
}
.spoller-product__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
    border-top: 2px solid #34343417;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: center;
}
.spoller-product__body {
    padding-top: 13px;
    opacity: 0.7;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 121.4285714286%;
    display: none;
}
.spoller-product__body_show-desktop {
    width: 100%;
    display: block;
    padding-top: 55px;
    background-color: #e9e9e9;
    border-radius: 30px;
}
.spoller-product__body_show-desktop p {
    max-width: 620px;
    margin: 0 auto;
}
.spoller-product__body span {
    font-weight: 700;
}
.spoller-product__body p {
    margin-bottom: 30px;
}
._no-webp ._no-webp .map__map {
    background: url('../img/desktop/about-center/map.jpeg') 0 0 / cover
        no-repeat;
}
.map__map {
    height: 600px;
    cursor: pointer;
    -webkit-transition: opacity 1s ease 0s;
    -o-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s;
}
.map__map._loading {
    opacity: 0;
}
.map__map._loaded {
    opacity: 1;
}
.contacts-page__text {
    line-height: 120%;
    letter-spacing: 0.05em;
    opacity: 0.7;
}
.contacts-page__text p:not(:last-child) {
    margin: 0 0 10px 0;
}
.contacts__content {
    position: relative;
}
.contacts__slider {
    margin-bottom: 10px;
}
.contacts__slider .swiper-wrapper {
    padding-bottom: 20px;
}
.contacts__slide {
    cursor: -webkit-grab;
    cursor: grab;
    max-height: 400px;
}
.contacts__slide.swiper-slide-active img {
    border-radius: 0;
}
.contacts__slide.swiper-slide-prev img {
    border-radius: 30px 0 0 30px;
}
.contacts__slide.swiper-slide-next img {
    border-radius: 0 30px 30px 0;
}
.contacts__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: border-radius 0.3s ease 0s;
    -o-transition: border-radius 0.3s ease 0s;
    transition: border-radius 0.3s ease 0s;
}
.contacts__controls {
    cursor: pointer;
}
.contacts__arrow {
    position: absolute;
    top: 36%;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.contacts__arrow svg {
    width: 27px;
    height: 52px;
}
.contacts__arrow.arrow_left {
    left: 12px;
}
.contacts__arrow.arrow_right {
    right: 12px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.contacts__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding: 19px 0 18px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    font-family: 'Montserrat';
}
.contacts__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
    padding: 29px 20px 25px 44px;
}
.contacts__item:not(:last-child) {
    border-right: 4px solid rgba(0, 0, 0, 0.08);
}
.contacts__label {
    margin-bottom: 22px;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.contacts__label_con {
    margin-bottom: 5px;
}
.contacts__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 500;
    line-height: 122.7272727273%;
    letter-spacing: 1.1px;
}
.contacts__text_address span {
    white-space: nowrap;
}
.contacts__text > span {
    margin-right: 8px;
    font-size: 30px;
}
.contacts__subtext {
    padding-left: 39.5px;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 121.4285714286%;
}
.contacts__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    white-space: nowrap;
}
.contacts__phone span {
    font-size: 30px;
    margin-right: 17px;
}
.contacts__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contacts__socials a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contacts__vk {
    margin-right: 17px;
}
.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.7px;
    flex-wrap: wrap;
    gap: 5px 0;
}
.breadcrumbs__links_prev {
    position: relative;
    margin-right: 23px;
    color: #a9a9a9;
}
.breadcrumbs__links_prev::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #a9a9a9;
    -webkit-transition: width 0.3s ease 0s;
    -o-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
}
.breadcrumbs__links_prev::after {
    content: '';
    position: absolute;
    top: 32%;
    right: -15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    width: 9px;
    height: 2px;
    background-color: #a9a9a9;
}
.breadcrumbs__links_current {
    line-height: 120%;
}
.breadcrumbs__dots {
    display: none;
}
.about__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about__massage-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36.8545994065%;
    flex: 0 0 36.8545994065%;
    margin-right: 40px;
}
.about__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36.8545994065%;
    flex: 0 0 36.8545994065%;
    margin-right: 40px;
}
.about__image_massage {
    margin: 0 0 50px 0;
}
.about__image_care {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43.4421364985%;
    flex: 0 0 43.4421364985%;
}
.about__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}
.about__suptititle_cosmetology {
    margin: 0 0 1.5833333333em 0;
}
.about__title_cosmetology {
    margin: 0 0 0.0833333333em 0;
}
.about__title_care {
    margin: 0 0 0.5em 0;
}
.about__title_rejuvenation {
    font-size: 54px;
}
.about__title_laser-cosmetology {
    margin-bottom: 40px;
}
.about__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 57.3887240356%;
    flex: 0 1 57.3887240356%;
}
.about__body_peeling {
    padding-top: 43px;
}
.about__body_chemical {
    padding-top: 17px;
}
.about__body_care {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 51.2166172107%;
    flex: 0 1 51.2166172107%;
    padding-top: 36px;
}
.about__body_inject {
    padding-top: 38px;
}
.about__wrapper_peeling {
    margin: 0 0 3.0555555556em 0;
}
.about__text {
    opacity: 0.7;
    line-height: 122.2222222222%;
}
.about__text:not(:last-child) {
    margin: 0 0 1.6666666667em 0;
}
.about__text p:not(:last-child) {
    margin: 0 0 1.6666666667em 0;
}
.about__text b {
    text-transform: uppercase;
}
.about__text_peeling p:last-child {
    margin-bottom: 0;
}
.about__text_chemical {
    max-width: 885px;
}
.about__text_massage p:not(:last-child) {
    margin: 0 0 1.2777777778em 0;
}
.about__text_care {
    opacity: 1;
}
.about__text_mesotherapy span {
    text-transform: uppercase;
    font-weight: 700;
}
.about__text_plastika p:not(:last-child) {
    margin-bottom: 20px;
}
.about__text_laser-cosmetology:not(:last-child) {
    margin: 0 0 60px 0;
    padding-top: 30px;
}
.about__label {
    margin: 0 0 1.6666666667em 0;
    font-weight: 700;
    opacity: 0.7;
    text-transform: uppercase;
}
.about__label_peeling {
    font-size: 24px;
    margin: 0 0 1.25em 0;
}
.about__label_care {
    margin: 0 0 0.9444444444em 0;
}
.about__label_inject {
    text-transform: none;
}
.about__list {
    opacity: 0.7;
}
.about__list:not(:last-child) {
    margin: 0 0 1.6666666667em 0;
}
.about__item {
    position: relative;
    padding-left: 18px;
}
.about__item:not(:last-child) {
    margin: 0 0 1.6666666667em 0;
}
.about__item::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--font-color-primary);
}
.about__item_care:not(:last-child) {
    margin: 0 0 1.3888888889em 0;
}
.indications__body {
    padding: 60px 30px 60px 60px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    background-color: #fff;
}
.indications__title {
    margin: 0 0 0.4666666667em 0;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: uppercase;
}
.indications__title_care {
    margin: 0 0 1em 0;
}
.indications__subtitle {
    margin: 0 0 1.6666666667em 0;
    letter-spacing: 0.05em;
    line-height: 100%;
    text-transform: uppercase;
}
.indications__subtitle_care {
    margin: 0 0 0.6111111111em 0;
}
.indications__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.indications__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 677px;
    flex: 0 1 677px;
}
.indications__list:first-child {
    margin-right: 55px;
}
.indications__item:not(:last-child) {
    margin: 0 0 1.9444444444em 0;
}
.areas__title {
    position: relative;
    z-index: 3;
    margin-bottom: 12px;
    line-height: 119.4444444444%;
}
.areas__suptitle {
    margin-bottom: 30px;
    line-height: 138.8888888889%;
}
.areas__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.areas__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 755px;
    flex: 0 1 755px;
    margin-right: 50px;
    opacity: 0.7;
    line-height: 122.2222222222%;
}
.areas__text:not(:last-child) {
    margin: 0 0 1.3888888889em 0;
}
.areas__text p:not(:last-child) {
    margin: 0 0 1.3888888889em 0;
}
.areas__text_with-padding {
    padding-left: 21px;
}
.areas__label {
    margin: 0 0 1.1111111111em 0;
    font-weight: 700;
}
.areas__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 850px;
    flex: 0 1 850px;
    margin-top: -150px;
}
.areas__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.areas__image {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 408px;
    flex: 0 1 408px;
}
.areas__image:not(:last-child) {
    margin: 0 35px 0 0;
}
.areas__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.areas__controls {
    width: 30px;
    margin: 0 auto;
    height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.areas__side {
    display: none;
}
.read-more__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.read-more__content._full {
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-gap: 20px;
}
.read-more__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 45px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    border: 1px solid #dbdbdb;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 700;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s,
        -webkit-transform 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.read-more__link:first-child {
    margin-right: 32px;
}
.read-more__link_cosmetology {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 23.8095238095%;
    flex: 0 1 23.8095238095%;
}
.read-more__link_cosmetology:not(:last-child) {
    margin-right: 27px;
}
.read-more__link_laser-cosmetology {
    padding: 45px 10px;
}
.read-more__link_laser-cosmetology:not(:last-child) {
    margin-right: 27px;
}
.read-more__link_inject {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    padding: 49px 19px 44px;
}
.read-more__content._full .read-more__link_inject {
    flex: auto;
    margin: 0;
}
.read-more__link_inject:not(:last-child) {
    margin: 0 20px 0 0;
}
.armpits__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}
.armpits__list_main {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 47.2684085511%;
    flex: 0 1 47.2684085511%;
    margin-right: 60px;
}
.armpits__wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 44.2992874109%;
    flex: 0 1 44.2992874109%;
}
.armpits__item {
    opacity: 0.7;
    line-height: 94.4444444444%;
    letter-spacing: 0.0388888889em;
}
.armpits__item:not(:last-child) {
    margin: 0 0 25px 0;
}
.armpits__item span {
    font-weight: 700;
}
.armpits__spoller {
    display: none;
}
.armpits__text {
    font-weight: 700;
    line-height: 122.2222222222%;
    letter-spacing: 0.05em;
    opacity: 0.7;
}
.questions__content {
    padding: 65px 60px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    background-color: #fff;
}
.qustions {
    line-height: 122.2222222222%;
    letter-spacing: 0.05em;
}
.qustions__item:not(:last-child) {
    margin-bottom: 60px;
}
.qustions__label {
    margin: 0 0 1.5555555556em 0;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 120%;
}
.prices__suptitle {
    margin-bottom: 15px;
    letter-spacing: 1.2px;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
}
.prices__title {
    margin-bottom: 40px;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 120%;
    text-transform: uppercase;
}
.prices__content--attention {
    position: relative;
}
.prices__content--attention::after {
    content: 'Данная услуга временно не оказывается';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
}
.prices__content_lip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.prices__content_mob {
    display: none;
}
.prices__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.8px;
    background-color: #ebebeb;
}
.prices__row:not(:last-child) {
    border-bottom: 2px solid #d8d8d8;
}
.prices__row:first-of-type,
.prices__row:first-child {
    border-radius: 30px 30px 0 0;
}
.prices__row:last-child {
    border-radius: 0 0 30px 30px;
}
.prices__row_empty {
    height: 51px;
}
.prices__name {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 35.0148367953%;
    flex: 0 1 35.0148367953%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 0 16px 35px;
    border-right: 2px solid #d8d8d8;
}
.prices__name-lip {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 63.3495145631%;
    flex: 0 1 63.3495145631%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 0 16px 30px;
    border-right: 2px solid #d8d8d8;
}
.prices__name-lip--rsl {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 55.8252427184%;
    flex: 0 1 55.8252427184%;
    height: 100%;
    padding-right: 10px;
}
.prices__name-lip--rsl span {
    margin-left: 4px;
    color: var(--accent-color);
    font-weight: 700;
}
.prices__name_botulinum {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 63.1454005935%;
    flex: 0 1 63.1454005935%;
}
.prices__cifres {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 63.1454005935%;
    flex: 0 1 63.1454005935%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.prices__cifres_lip {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 36.4077669903%;
    flex: 0 1 36.4077669903%;
}
.prices__cifres_botulinum {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 36.3798219585%;
    flex: 0 1 36.3798219585%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.prices__time {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 43.3789954338%;
    flex: 0 1 43.3789954338%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 0 16px;
    border-right: 2px solid #d8d8d8;
}
.prices__cost {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 56.6210045662%;
    flex: 0 1 56.6210045662%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 0 16px;
    color: var(--accent-color);
    font-weight: 700;
}
.prices__cost_lip {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
.prices__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.prices__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49.1071428571%;
    flex: 0 1 49.1071428571%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    border: 1px solid #eee;
}
.prices__column:first-child {
    margin-right: 30px;
}
.prices__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 32.6060606061%;
    flex: 0 1 32.6060606061%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.prices__image span {
    font-size: 102px;
}
.prices__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 67.3939393939%;
    flex: 0 1 67.3939393939%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0 30px 30px 0;
    background-color: #ebebeb;
}
.prices__item {
    padding: 35px 69px 23px 33px;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: uppercase;
}
.prices__item:first-child {
    border-bottom: 2px solid #c4c4c4;
}
.prices__service-name {
    margin-bottom: 17px;
    line-height: 120%;
}
.prices__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.prices__no-card {
    margin-right: 20px;
    opacity: 0.5;
    font-weight: 300;
    line-height: 120%;
}
.prices__card {
    color: var(--accent-color);
    text-transform: none;
    font-weight: 700;
    line-height: 120%;
}
.prices__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49.0476190476%;
    flex: 0 1 49.0476190476%;
}
.prices__cards {
    max-width: 400px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px 0 18px;
    letter-spacing: 0.7px;
    line-height: 16.8px;
}
.prices__cards div {
    padding-left: 21px;
    position: relative;
}
.prices__cards div::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -60%);
    -ms-transform: translate(0, -60%);
    transform: translate(0, -60%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.prices__cards_mob {
    margin-bottom: 0;
}
.prices__cards_price-mob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.prices__cards_price-mob .prices__without-card {
    margin-bottom: 5px;
}
.prices__without-card::before {
    background-color: var(--color-gray);
}
.prices__with-card::before {
    background-color: var(--accent-color);
}
div .prices__with-card_second {
    width: 100%;
}
.prices__controls {
    display: none;
}
.prices__rsl-timing {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 21.8446601942%;
    flex: 0 1 21.8446601942%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 18px 5px 16px;
    font-size: 16px;
    opacity: 0.5;
    text-transform: uppercase;
    text-align: center;
    border-right: 2px solid #d8d8d8;
}
.prices__rsl-timing--old {
    text-decoration: line-through;
}
.prices__rsl-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.prices__rsl-descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 22px;
    text-transform: uppercase;
}
.mob-prices {
    display: none;
}
.mob-prices__wrapper {
    width: 100%;
    margin-bottom: 17px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    overflow: hidden;
}
.mob-prices__wrapper_peeling {
    border-radius: 30px;
    overflow: hidden;
}
.mob-prices__wrapper--rsl {
    margin-bottom: 0;
}
.mob-prices__names {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 37px 15px 24px 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 14.4px;
    text-transform: uppercase;
}
.mob-prices__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.05em;
    background-color: #d8d8d8;
}
.mob-prices__label span {
    margin-left: 2px;
    font-size: 12px;
}
.mob-prices__label_extra {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mob-prices__label_peeling {
    padding: 32px 13px 22px;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
}
.mob-prices__label_peeling span {
    font-size: 16px;
}
.mob-prices__label_chemical {
    background-color: #fff;
}
.mob-prices__label_chemical-accent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    line-height: 100%;
    color: var(--accent-color);
    font-weight: 700;
    background-color: #fff;
}
.mob-prices__label_chemical-accent span {
    font-size: 18px;
}
.mob-prices__label--rsl {
    font-size: 14px;
    text-align: center;
    background-color: #fff;
}
.mob-prices__label--rsl span {
    margin-left: 5px;
    font-weight: 700;
    color: var(--accent-color);
    font-size: 18px;
}
.mob-prices__accent {
    padding: 40px 20px 14px;
    font-size: 18px;
    line-height: 100%;
    color: var(--accent-color);
    font-weight: 700;
    text-align: center;
}
.mob-prices__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #d8d8d8;
}
.mob-prices__prices:last-child {
    border-radius: 0 0 30px 30px;
}
.mob-prices__prices_last {
    margin-bottom: 20px;
}
.mob-prices__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49.8%;
    flex: 0 1 49.8%;
    padding: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ebebeb;
}
.mob-prices__price_last-left {
    border-radius: 0 0 0 30px;
}
.mob-prices__price_last-right {
    border-radius: 0 0 30px 0;
}
.mob-prices__new {
    margin-bottom: 5px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--accent-color);
}
.mob-prices__old--rsl {
    text-decoration: line-through;
}
.mob-prices__rsl-caption {
    margin: 40px 0 24px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--accent-color);
}
.bikini-price__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}
.bikini-price__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49.0476190476%;
    flex: 0 1 49.0476190476%;
}
.bikini-price__item:first-child {
    margin-right: 32px;
}
.bikini-price__item_price {
    margin-right: 0;
    margin-bottom: 30px;
}
.bikini-price__label {
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 116.6666666667%;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--accent-color);
}
.bikini-price__body {
    background-color: #ebebeb;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.05em;
    border-radius: 30px;
}
.bikini-price__procedure {
    font-weight: 700;
}
.bikini-price__procedure.bikini-price__row {
    padding: 18px 28px 16px;
}
.bikini-price__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bikini-price__row:not(:last-child) {
    border-bottom: 2px solid #d8d8d8;
}
.bikini-price__name {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 55.8252427184%;
    flex: 0 1 55.8252427184%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 28px 16px;
}
.bikini-price__name_extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bikini-price__name_peeling {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 500px;
    flex: 1 0 500px;
}
.bikini-price__name_long {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.bikini-price__main {
    white-space: nowrap;
    margin-right: 5px;
}
.bikini-price__add {
    white-space: nowrap;
    font-size: 12px;
}
.bikini-price__duration {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 28.0952380952%;
    flex: 0 1 28.0952380952%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 0 16px;
    border-right: 2px solid #d8d8d8;
    border-left: 2px solid #d8d8d8;
}
.bikini-price__old {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 21.8446601942%;
    flex: 0 1 21.8446601942%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 0 16px;
    opacity: 0.5;
    text-decoration: line-through;
    text-transform: uppercase;
    border-right: 2px solid #d8d8d8;
    border-left: 2px solid #d8d8d8;
}
.bikini-price__new {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 21.8446601942%;
    flex: 0 1 21.8446601942%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--accent-color);
    font-weight: 700;
}
.bikini-price__new_peeling {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 36.4880952381%;
    flex: 0 1 36.4880952381%;
}
.bikini-price__text-add {
    padding-left: 18px;
    letter-spacing: 0.05em;
    line-height: 122.2222222222%;
}
.bikini-price__text-add:not(:last-child) {
    margin: 0 0 28px 0;
}
.bikini-price__text-add span {
    font-weight: 700;
}
.epil-types__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.epil-types__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 47.6785714286%;
    flex: 0 1 47.6785714286%;
    padding: 60px 60px 40px;
    letter-spacing: 0.05em;
    line-height: 122.2222222222%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    border: 1px solid #dbdbdb;
}
.epil-types__item:first-child {
    margin-right: 47px;
    padding-bottom: 60px;
}
.epil-types__label {
    margin: 0 0 1.3333333333em 0;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: var(--accent-color);
}
.epil-types__text p:not(:last-of-type) {
    margin: 0 0 1.3888888889em 0;
}
.epil-types__text p:last-of-type {
    margin: 0 0 3.3333333333em 0;
}
.epil-types__caption {
    margin: 0 0 1.3888888889em 0;
    font-weight: 700;
}
.epil-types__list li {
    position: relative;
    padding-left: 17px;
}
.epil-types__list li:not(:last-child) {
    margin: 0 0 1.3888888889em 0;
}
.epil-types__list li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    background-color: var(--font-color-primary);
    border-radius: 50%;
}
.epil-types__list_contraindications {
    opacity: 0.7;
}
.mesotherapy__title {
    margin: 0 0 0.2em 0;
}
.mesotherapy__title--rsl {
    margin-bottom: 36px;
}
.mesotherapy__suptitle {
    margin: 0 0 1.25em 0;
}
.mesotherapy__content:not(.mesotherapy__content--botulin) {
    padding: 60px;
    color: var(--color-white);
    background: var(--accent-color-gradient);
    border-radius: 30px;
}
.mesotherapy__text {
    max-width: 1450px;
    line-height: 122.2222222222%;
    letter-spacing: 0.05em;
}
.mesotherapy__text:not(:last-child) {
    margin: 0 0 1.5em 0;
}
.mesotherapy__text--rsl:not(:last-child) {
    margin: 0 0 50px 0;
}
.mesotherapy__text--rsl h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: var(--accent-color);
}
.mesotherapy__text--rsl p:not(:last-child) {
    margin: 0 0 10px 0;
}
.mesotherapy__label {
    margin: 0 0 1.8888888889em 0;
    font-weight: 700;
}
.mesotherapy__list {
    max-width: 1320px;
    padding-left: 23px;
}
.mesotherapy__item {
    padding-left: 62px;
    line-height: 111.1111111111%;
    letter-spacing: 0.05em;
}
.mesotherapy__item:not(:last-child) {
    margin: 0 0 1.9444444444em 0;
}
.mesotherapy__item_plastika {
    padding-left: 18px;
}
.mesotherapy__item_plastika ._dott::after {
    top: 2px;
}
.lip iframe {
    min-height: 350px;
}
.lip__title {
    margin: 0 0 0.1666666667em 0;
}
.lip__suptitle {
    margin: 0 0 1.2916666667em 0;
}
.lip__list li {
    padding-left: 0;
}
.lip__list li:not(:last-child) {
    margin: 0 0 25px 0;
}
.lip__list li::before {
    display: none;
}
.lip__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.lip__image img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}
.lip__image picture:not(:last-child) {
    margin: 0 0 80px 0;
}
.lip__item::after {
    display: none;
}
.lip__text {
    letter-spacing: 0.05em;
    line-height: 120%;
}
.lip__text p:not(:last-child),
.lip__text li:not(:last-child) {
    margin: 0 0 35px 0;
}
.lip__content {
    position: relative;
    max-width: 58.3333333333%;
    margin: 0 auto;
}
.lip__slider {
    overflow: visible;
    margin-bottom: 40px;
}
.lip__slide {
    opacity: 0.3;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.lip__slide.swiper-slide-visible {
    opacity: 1;
}
.lip__slide img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}
.lip__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.lip__arrow svg {
    width: 38px;
    height: 74px;
}
.lip__arrow.arrow_left {
    left: -106px;
}
.lip__arrow.arrow_right {
    right: -106px;
}
.lip__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.lip__dotts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.lip__dotts span:not(:last-child) {
    margin: 0 40px 0 0;
}
.price-page__nav {
    position: relative;
}
.price-page__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px 20px;
    margin-bottom: 40px;
}
.price-page__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 23.5%;
    flex: 0 1 23.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
    padding: 20px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 82.7586206897%;
    text-align: center;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    border: 1px solid var(--color-semi-dark-gray);
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease,
        border-color 0.3s ease, -webkit-box-shadow 0.3s ease,
        -webkit-transform 0.3s ease;
    transition: color 0.3s ease 0s, background-color 0.3s ease,
        border-color 0.3s ease, -webkit-box-shadow 0.3s ease,
        -webkit-transform 0.3s ease;
    -o-transition: color 0.3s ease 0s, background-color 0.3s ease,
        border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    transition: color 0.3s ease 0s, background-color 0.3s ease,
        border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    transition: color 0.3s ease 0s, background-color 0.3s ease,
        border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease,
        -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.price-page__item span {
    margin-top: 18px;
    font-weight: 400;
}
.price-page__item._active {
    color: var(--color-white);
    background-color: var(--accent-color);
    border-color: transparent;
}
.price-page__content ._tabs-block {
    display: none;
}
.price-page__content ._tabs-block._active {
    display: block;
}
.price-page__attention {
    margin-bottom: 90px;
}
.price-page__total-price {
    margin-bottom: 106px;
}
.price-page__arrows {
    display: none;
}
.price-page__arrow {
    position: absolute;
    top: 33px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.price-page__arrow svg {
    width: 42px;
    height: 84px;
}
.price-page__arrow_left {
    left: -25px;
}
.price-page__arrow_right {
    right: -25px;
}
.price-page__injection {
    margin: 0 0 90px 0;
}
.price-page__pigment-remove {
    margin-bottom: 90px;
}
.epil-price__new-clients {
    margin-bottom: 90px;
}
.new-clients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.new-clients__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 42.9761904762%;
    flex: 0 1 42.9761904762%;
    margin-right: 20px;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 120%;
}
.new-clients__subtitle {
    margin-bottom: 15px;
}
.new-clients__title {
    margin-bottom: 30px;
}
.new-clients__suptitle {
    margin-bottom: 55px;
    font-weight: 700;
    opacity: 0.7;
}
.new-clients__label {
    margin-bottom: 30px;
    font-weight: 700;
    opacity: 0.7;
}
.new-clients__popular-list {
    opacity: 0.7;
}
.new-clients__popular-items:not(:last-child) {
    margin: 0 0 30px 0;
}
.new-clients__popular-items::before {
    content: '●';
    margin-right: 8px;
}
.new-clients__popular-items .old {
    margin-right: 25px;
    text-decoration: line-through;
}
.new-clients__popular-items .new {
    font-weight: 700;
}
.new-clients__discount {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48.8095238095%;
    flex: 0 1 48.8095238095%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 65px;
    padding: 76px 72px 27px 63px;
    color: var(--color-white);
    background-color: var(--accent-color);
    border-radius: 30px;
}
.new-clients__cifres {
    margin-bottom: 46px;
    font-size: 260px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}
.new-clients__description {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 100%;
    text-transform: uppercase;
}
.new-clients__mob-price {
    display: none;
}
.new-clients__row {
    background-color: #fff;
}
.new-clients__row:not(:last-child) {
    border-color: transparent;
}
.new-clients__row_labels {
    font-size: 16px;
}
.new-clients__price-main {
    white-space: normal;
    margin-right: 0;
}
.new-clients__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    opacity: 1;
    text-transform: uppercase;
}
.new-clients__price_first {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
}
.new-clients__price_second {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
}
.new-clients__price_labels {
    border-color: transparent;
    color: var(--accent-color);
    font-weight: 700;
    text-decoration: none;
    opacity: 1;
}
.new-clients__row-price:not(:last-child) {
    margin: 0 0 10px 0;
}
.new-clients__row-price_new {
    color: var(--accent-color);
    font-weight: 700;
    text-decoration: none;
    opacity: 1;
}
.new-clients__row-price_old {
    text-decoration: line-through;
    color: var(--font-color-primary);
    font-weight: 500;
    opacity: 0.5;
}
.new-clients__price-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    padding: 18px 16px 18px 18px;
}
.attention__text {
    margin-bottom: 40px;
    opacity: 0.7;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 122.2222222222%;
}
.attention__text p:not(:last-child) {
    margin: 0 0 30px 0;
}
.attention__btn {
    width: 100%;
    max-width: 420px;
    padding: 1em 2em;
}
.attention__btn br {
    display: none;
}
.total-price {
    position: relative;
}
.total-price__subtitle {
    margin-bottom: 40px;
}
.total-price__list {
    margin-bottom: 40px;
    padding: 0 20px 20px;
}
.total-price__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
    padding: 20px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 82.7586206897%;
    text-align: center;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    border: 1px solid var(--color-semi-dark-gray);
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease,
        border-color 0.3s ease, -webkit-box-shadow 0.3s ease,
        -webkit-transform 0.3s ease;
    transition: color 0.3s ease 0s, background-color 0.3s ease,
        border-color 0.3s ease, -webkit-box-shadow 0.3s ease,
        -webkit-transform 0.3s ease;
    -o-transition: color 0.3s ease 0s, background-color 0.3s ease,
        border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    transition: color 0.3s ease 0s, background-color 0.3s ease,
        border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    transition: color 0.3s ease 0s, background-color 0.3s ease,
        border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease,
        -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.total-price__item._active {
    background-color: var(--accent-color);
    color: var(--color-white);
}
.total-price__arrows {
    display: none;
}
.total-price__arrow {
    position: absolute;
    top: 175px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.total-price__arrow svg {
    width: 42px;
    height: 84px;
}
.total-price__arrow_left {
    left: -10px;
}
.total-price__arrow_right {
    right: -10px;
}
.slider-price-epil__slide {
    display: none;
}
.slider-price-epil__slide._active {
    display: block;
}
.slider-price-epil__label {
    color: var(--font-color-primary);
}
.slider-price-epil__cards {
    max-width: 600px;
}
.slider-price-epil__with-card {
    width: 150px;
}
.cosmetologic-price__section:not(:last-child) {
    margin: 0 0 90px 0;
}
.cosmetologic-price__title span {
    font-size: 36px;
}
.estetic-price__section {
    margin: 0 0 90px 0;
}
.page__for-who {
    margin-bottom: 90px;
}
.page__about-certificate {
    margin-bottom: 90px;
}
.page__delivery {
    margin-bottom: 97px;
}
.page__our-services {
    margin-bottom: 70px;
}
.hero-certificate__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.hero-certificate__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    padding-bottom: calc(60px + 157 * ((100vw - 320px) / 1600));
}
._no-webp ._no-webp .hero-certificate__decor {
    background: url('../img/desktop/gift/01.png') 0 -100px / cover no-repeat;
}
.hero-certificate__decor {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.2582582583%;
    flex: 0 0 58.2582582583%;
}
.hero-certificate__breadcrumbs {
    margin-bottom: 165px;
}
.hero-certificate__title {
    margin: 0 0 0.3333333333em 0;
    font-size: 120px;
    letter-spacing: 0.05em;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
}
.hero-certificate__subtitile {
    margin-bottom: 5px;
    font-size: 36px;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-transform: uppercase;
}
.hero-certificate__text {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.05em;
}
.hero-certificate__btn {
    max-width: 360px;
    padding: 1em 5em;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.05em;
    font-weight: 700;
}
.for-who__title {
    margin-bottom: 20px;
}
.for-who__subtitle {
    margin-bottom: 40px;
}
.for-who__content {
    margin: 0 -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.for-who__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 337px;
    flex: 0 1 337px;
    margin-bottom: 30px;
    padding: 0 30px;
}
.item-for-who {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.item-for-who__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 141px;
    height: 141px;
    margin-bottom: 20px;
    border: 2px solid #d4d4d4;
    border-radius: 50%;
}
.item-for-who__label {
    margin-bottom: 5px;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 100%;
    font-weight: 700;
    text-align: center;
}
.item-for-who__text {
    max-width: 210px;
    font-size: 16px;
    line-height: 112.5%;
    letter-spacing: 0.05em;
    text-align: center;
}
.item-for-who__text_large {
    max-width: 328px;
}
.about-certificate__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 33px 20px 33px 60px;
    background: -o-linear-gradient(309.66deg, #e6026b -12.76%, #790c3b 117.7%);
    background: linear-gradient(140.34deg, #e6026b -12.76%, #790c3b 117.7%);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    color: var(--color-white);
}
.about-certificate__item_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 26.3123784835%;
    flex: 0 1 26.3123784835%;
    border-right: 1px solid var(--color-white);
}
.about-certificate__item_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 2 37.9779650032%;
    flex: 0 2 37.9779650032%;
    padding-left: 122px;
    border-right: 1px solid var(--color-white);
}
.about-certificate__item_3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 35.7096565133%;
    flex: 0 1 35.7096565133%;
    padding-left: 108px;
}
.about-certificate__item_3 .about-certificate__text {
    max-width: 100%;
}
.about-certificate__label {
    margin-bottom: 15px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.about-certificate__text {
    max-width: 260px;
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 100%;
    font-weight: 700;
}
.delivery__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 88px;
}
.delivery__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 42.7380952381%;
    flex: 0 1 42.7380952381%;
    margin-right: 60px;
    padding: 0 0 34.2% 0;
}
.delivery__description {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    padding-top: 83px;
}
.delivery__sublabel {
    margin-bottom: 15px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.delivery__label {
    margin-bottom: 15px;
    font-size: 76px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 100%;
    font-weight: 700;
}
.delivery__text {
    margin-bottom: 60px;
    line-height: 122.2222222222%;
    letter-spacing: 0.0388888889em;
}
.delivery__btn {
    max-width: 332px;
    padding: 1em 3em;
}
.our-services__title {
    margin-bottom: 15px;
}
.our-services__suptitle {
    margin-bottom: 40px;
}
.our-services__content {
    position: relative;
}
.our-services__slider {
    padding: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.our-services__slider .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.our-services__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 35px;
    background-color: var(--color-white);
    border-radius: 30px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.our-services__item::after {
    content: '';
    z-index: -1;
    height: 140px;
    width: 83.7728194726%;
    position: absolute;
    top: -22px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: var(--accent-color-gradient);
    border-radius: 30px;
}
.our-services__image {
    margin-bottom: 30px;
    border-radius: 30px;
}
.our-services__image img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover;
}
.our-services__label {
    max-width: 208px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 100%;
    text-align: center;
}
.our-services__arrows {
    display: none;
}
.our-services__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    height: 77px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.our-services__arrow svg {
    width: 100%;
    height: 100%;
}
.our-services__arrow_left {
    left: -45px;
}
.our-services__arrow_right {
    right: -45px;
}
.our-services__dots {
    display: none;
    text-align: center;
}
.our-services__dots span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.our-services__dots span:not(:last-child) {
    margin: 0 10px 0 0;
}
.staff__content {
    position: relative;
}
.staff__slider {
    max-width: 95%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}
.staff__slider .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.staff__item {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.staff__item_04 .item-staff__name br {
    display: inline;
}
.staff__description {
    margin-bottom: 40px;
    opacity: 0.7;
    letter-spacing: 0.05em;
    line-height: 122.2222222222%;
}
.staff__description p:not(:last-child) {
    margin: 0 0 24px 0;
}
.staff__arrow {
    position: absolute;
    top: 600px;
    cursor: pointer;
}
.staff__arrow svg {
    width: 58px;
    height: 94px;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.staff__arrow_left {
    left: -35px;
}
.staff__arrow_right {
    right: -35px;
}
.item-staff {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px 31px;
    border-radius: 30px;
    border: 1px solid #dbdbdb;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s,
        background-color 0.3s ease 0s, color 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s,
        background-color 0.3s ease 0s, color 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s,
        background-color 0.3s ease 0s, color 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.item-staff__photo {
    margin-bottom: 24px;
}
.item-staff__photo img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}
.item-staff__label {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 100%;
    text-align: center;
}
.item-staff__label_02 {
    margin-bottom: 8px;
    font-size: 14px;
}
.item-staff__label_06 {
    font-size: 14px;
}
.item-staff__name {
    max-width: 210px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 100%;
    text-align: center;
}
.item-staff__name br {
    display: none;
}
.item-staff__spoller-label {
    display: none;
}
.block-staff {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
}
.block-staff._active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.block-staff__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 39.2984542212%;
    flex: 0 1 39.2984542212%;
    margin-right: 30px;
}
.block-staff__image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}
.block-staff__description {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 57.372175981%;
    flex: 0 1 57.372175981%;
    padding-top: 43px;
    opacity: 0.7;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 122.2222222222%;
}
.block-staff__text:not(:last-child) {
    margin: 0 0 60px 0;
}
.block-staff__text p:not(:last-child) {
    margin: 0 0 25px 0;
}
.block-staff__label {
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.akne__container {
    position: relative;
}
.akne__suptitle {
    margin-bottom: 20px;
    line-height: 122.2222222222%;
    letter-spacing: 0.05em;
    line-height: 120%;
}
.akne__title {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 122.2222222222%;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: uppercase;
}
.akne__title_01 {
    text-transform: none;
}
.akne__slider {
    position: relative;
    margin-bottom: 80px;
}
.akne__labels {
    padding: 20px 30px 30px;
}
.akne__list-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 120px;
    padding: 35px 20px 32px;
    font-size: 24px;
    line-height: 100%;
    font-weight: 700;
    text-align: center;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transition: background 0.3s ease 0s, color 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s, color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
    transition: background 0.3s ease 0s, color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
    transition: background 0.3s ease 0s, color 0.3s ease 0s,
        box-shadow 0.3s ease 0s, transform 0.3s ease 0s,
        -webkit-box-shadow 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.akne__list-label._active {
    background: var(--accent-color-gradient);
    color: var(--color-white);
}
.akne__content {
    margin-bottom: 60px;
}
.akne__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.akne__block {
    display: none;
}
.akne__block._active {
    display: block;
}
.akne__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 46.25%;
    flex: 0 1 46.25%;
}
.akne__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}
.akne__info {
    margin-right: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49.1071428571%;
    flex: 0 1 49.1071428571%;
}
.akne__price-label {
    padding: 18px 30px 16px;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.05em;
    font-weight: 700;
}
.akne__text {
    margin-bottom: 60px;
    line-height: 120%;
    letter-spacing: 0.05em;
    opacity: 0.7;
}
.akne__text p:not(:last-child) {
    margin: 0 0 20px 0;
}
.akne__prices {
    border-radius: 30px;
    overflow: hidden;
}
.akne__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.05em;
    background-color: #ebebeb;
}
.akne__row:not(:last-child) {
    border-bottom: 2px solid #d8d8d8;
}
.akne__name {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 63.3495145631%;
    flex: 0 1 63.3495145631%;
    padding: 18px 28px 16px;
    border-right: 2px solid #d8d8d8;
}
.akne__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 36.4077669903%;
    flex: 0 1 36.4077669903%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--accent-font-color);
    font-weight: 700;
}
.akne__attention {
    letter-spacing: 0.03em;
    font-weight: 700;
    color: var(--accent-font-color);
}
.akne__attention-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 82.7586206897%;
}
.akne__attention-subtitle {
    font-size: 18px;
    line-height: 122.2222222222%;
}
.akne__dotts {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 50px;
    margin: 0 auto;
}
.about-rsl__title {
    margin-bottom: 10px;
    font-size: 50px;
}
.about-rsl__content:not(:last-child) {
    margin: 0 0 60px 0;
}
.about-rsl__caption {
    margin-bottom: 8px;
}
.about-rsl__block {
    margin-bottom: 60px;
}
.about-rsl__block p:not(:last-child) {
    margin: 0 0 0 0;
}
.about-rsl__block--first {
    margin-bottom: 40px;
}
.about-rsl__label {
    margin-bottom: 8px;
    font-size: 24px;
    text-transform: uppercase;
}
.about-rsl__list {
    margin-bottom: 40px;
}
.about-rsl__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.about-rsl__item:not(:last-child) {
    margin: 0 0 8px 0;
}
.about-rsl__item::before {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9px;
    flex: 0 0 9px;
    height: 9px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
    -webkit-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    transform: translate(0, 5px);
    background-color: var(--color-gray);
}
.difference-rsl {
    position: relative;
}
.difference-rsl__title {
    margin-bottom: 10px;
}
.difference-rsl__title--adv {
    margin-bottom: 50px;
}
.difference-rsl__subtitle {
    margin-bottom: 50px;
}
.difference-rsl__subtitle br {
    display: none;
}
.difference-rsl__content {
    position: relative;
    max-width: 810px;
    margin: 0 auto;
}
.difference-rsl__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}
.difference-rsl__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 38px;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.difference-rsl__arrow svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.difference-rsl__arrow--left {
    left: -70px;
}
.difference-rsl__arrow--right {
    right: -70px;
}
.difference-rsl__bullets {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.difference-rsl__bullets span:not(:last-child) {
    margin: 0 40px 0 0;
}
.rsl-questions__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    padding: 25px 28px 25px 36px;
    border: 1px solid #dbdbdd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}
.rsl-questions__item:not(:last-child) {
    margin-bottom: 24px;
}
.rsl-questions__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.rsl-questions__label._active {
    opacity: 1;
}
.rsl-questions__label::after {
    content: '+';
    margin-left: 20px;
    font-size: 36px;
    line-height: 120%;
}
.rsl-questions__body {
    padding-top: 16px;
    font-size: 16px;
    line-height: 121.4285714286%;
}
.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 147px;
}
.page__breadcrumbs {
    text-transform: uppercase;
    padding-top: 60px;
    margin-bottom: 24px;
}
.page__description {
    margin-bottom: 112px;
}
.page__definition {
    margin-bottom: 90px;
}
.page__procedure {
    margin-bottom: 105px;
}
.page__prices {
    margin-bottom: 90px;
}
.page__about {
    margin-bottom: 90px;
}
.page__areas {
    margin-bottom: 60px;
}
.page__bikini-price {
    margin-bottom: 90px;
}
.page__armpits {
    margin-bottom: 90px;
}
.page__epil-types {
    margin-bottom: 90px;
}
.page__contraindications {
    margin-bottom: 90px;
}
.page__indications {
    margin-bottom: 90px;
}
.page__lip {
    margin-bottom: 112px;
}
.page__mesotherapy {
    margin-bottom: 90px;
}
.page__questions {
    margin-bottom: 90px;
}
.page__read-more {
    padding: 90px 0 90px 0;
}
.page__cosmetology {
    margin-bottom: 90px;
}
.page__biorev {
    margin-bottom: 55px;
}
.page__staff {
    margin-bottom: 90px;
}
.page__discounts-cards {
    margin-bottom: 90px;
}
.page__rejuvenation {
    margin-bottom: 90px;
}
.page__akne {
    margin-bottom: 90px;
}
.page__difference-rsl {
    margin-bottom: 90px;
}
.page__rsl-questions {
    margin-bottom: 90px;
}
.biorev__title {
    margin: 0 0 0.1666666667em 0;
}
.biorev__suptitle {
    margin: 0 0 1.6666666667em 0;
}
.biorev__text {
    line-height: 122.2222222222%;
    letter-spacing: 0.05em;
    opacity: 0.7;
}
.biorev__text:not(:last-child) {
    margin: 0 0 3.3333333333em 0;
}
.biorev__text p:not(:last-child) {
    margin: 0 0 1.5555555556em 0;
}
.discounts-cards__container {
    overflow: hidden;
}
.discounts-cards__title {
    margin-bottom: 190px;
}
.discounts-cards__title_b {
    margin-bottom: 20px;
}
.discounts-cards__subtitle {
    margin-bottom: 190px;
    font-size: 48px;
    line-height: 100%;
}
.discounts-cards__slider {
    position: relative;
    padding: 20px 0;
}
.discounts-cards__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
}
.discounts-cards__content._swiper {
    overflow: visible;
}
.discounts-cards__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px 75px;
    border: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}
.discounts-cards__image {
    width: 100%;
    margin-top: -130px;
    padding: 0 0 76% 0;
}
.discounts-cards__label {
    margin-bottom: 17px;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
}
.discounts-cards__price {
    margin-bottom: 36px;
    font-size: 34px;
    line-height: 100%;
    font-weight: 800;
}
.discounts-cards__price_old {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 600;
    text-decoration: line-through;
}
.discounts-cards__price_new {
    margin-bottom: 34px;
    font-size: 34px;
    font-weight: 800;
}
.discounts-cards__btn a {
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    padding: 21px 20px 19px;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.05em;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    color: #fffcfd;
}
.discounts-cards__btn a br {
    display: none;
}
.discounts-cards__arrows {
    display: none;
}
.discounts-cards__arrow {
    position: absolute;
    width: 42px;
    height: 84px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 20%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
.discounts-cards__arrow_left {
    left: -15px;
    background: url('../img/icons/sprites/arrow-left-lip.svg') 0 0 / cover
        no-repeat;
}
.discounts-cards__arrow_right {
    right: -15px;
    background: url('../img/icons/sprites/arrow-right-lip.svg') 0 0 / cover
        no-repeat;
}
.rejuvenation__subtitle {
    margin-bottom: 15px;
    text-align: center;
}
.rejuvenation__title {
    max-width: 950px;
    margin: 0 auto 45px;
    text-align: center;
    line-height: 120%;
}
.rejuvenation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 54px 120px 46px;
    background: var(--accent-color-gradient);
    border: 1px solid var(--color-semi-dark-gray);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}
.rejuvenation__item {
    font-size: 24px;
    line-height: 120.8333333333%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-white);
    white-space: nowrap;
}
.rejuvenation__item:not(:last-child) {
    margin-right: 10px;
}
.rejuvenation__price-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 0 16px;
}
.rejuvenation__price-item:first-child {
    border-right: 2px solid #d8d8d8;
}
.rejuvenation__price {
    color: var(--accent-color);
    font-weight: 700;
    letter-spacing: 0.05em;
}
#social_iframe {
    width: auto !important;
}
.top-mention {
    margin: 0 0 40px 0;
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    text-decoration: underline;
    text-align: center;
}
._webp .map__map {
    background: url(../img/desktop/about-center/map.webp) 0 0 / cover no-repeat;
}
._webp .hero-certificate__decor {
    background: url(../img/desktop/gift/01.webp) 0 -100px / cover no-repeat;
}
.town-modal {
    position: fixed;
    z-index: 999;
    top: 65px;
    left: 40px;
    -webkit-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    transform: translateX(-500px);
    -webkit-transition: -webkit-transform 0.6s ease 0s;
    transition: -webkit-transform 0.6s ease 0s;
    -o-transition: transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}
.town-modal--single-town._active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.town-modal--single-town._change {
    -webkit-animation: twnChangeTooltipHide 0.4s ease-in forwards;
    animation: twnChangeTooltipHide 0.4s ease-in forwards;
}
.town-modal--all-towns {
    opacity: 0;
    visibility: hidden;
}
.town-modal--all-towns._change {
    visibility: visible;
    -webkit-animation: twnChangeTooltipShow 0.4s ease-in forwards;
    animation: twnChangeTooltipShow 0.4s ease-in forwards;
}
.town-modal--all-towns .town-choose__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
}
.town-modal--all-towns .town-choose__label {
    text-align: center;
    line-height: 120%;
    font-weight: 700;
}
.town-choose {
    padding: 35px;
    background-color: var(--color-white);
    border: 1px solid var(--color-gray);
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.town-choose__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.05em;
    white-space: nowrap;
}
.town-choose__label--add {
    display: block;
    white-space: normal;
    line-height: 1.2;
}
.town-choose__label:not(.town-choose__label--add) span:first-child {
    margin-right: 20px;
}
.town-choose__label span._icon-geo-header {
    margin-right: 12px;
}
.town-choose__town {
    font-weight: 700;
}
.town-choose__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.town-choose__btn {
    min-width: 120px;
    padding: 20px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #343434c7;
    white-space: nowrap;
    -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, background 0.3s ease 0s;
    transition: color 0.3s ease 0s, background 0.3s ease 0s;
}
.town-choose__btn._btn_accent {
    color: var(--color-white);
    background: -o-linear-gradient(309.66deg, #e6026b -12.76%, #790c3b 117.7%);
    background: linear-gradient(140.34deg, #e6026b -12.76%, #790c3b 117.7%);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.town-choose__btn:not(:last-child) {
    margin-right: 15px;
}
@-webkit-keyframes twnChangeTooltipHide {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    50% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
}
@keyframes twnChangeTooltipHide {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    50% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
}
@-webkit-keyframes twnChangeTooltipShow {
    0% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        opacity: 0;
    }
    50% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}
@keyframes twnChangeTooltipShow {
    0% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        opacity: 0;
    }
    50% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}
.prices__content_lip._flex-start {
    align-items: flex-start;
}
.product__features-list._def {
    padding: 20px 0;
    background: none;
}
.definition__items._def .definition__item:last-child::after {
    display: none;
}
._under {
    position: relative;
}
._under:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: black;
    bottom: 0;
    transition: all 0.3s;
}
._under:hover:before {
    opacity: 0;
}

.politics-title._title{
    font-size: 30px;
}
.politics-h2{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    cursor: pointer;
    user-select: none;
    line-height: 110%;
}
.politics-more ul{
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}
.politics-more ul li{
    position: relative;
    padding-left: 20px;
}
.politics-more ul li:before{
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #343434;
    left: 0;
    top: 50%;
}
.politics-more{
    display: none;
}
.politics-more.active{
    display: block;
}
.politics-h2 svg{
    transition: all 0.3s;
}
.politics-h2.active svg{
    transform: rotate(180deg);
}
.politics-more a{
    color: black;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: all 0.3s;
}
.politics-more a:hover{
    text-decoration-color: transparent;
}

@media (min-width: 479.98px) {
    .new-clients__popular-items .old {
        margin-left: 25px;
    }
    .about-rsl__content:last-child {
        padding-top: 20px;
    }
}
@media (min-width: 767.98px) {
    .about__text_plastika {
        max-width: 90%;
    }
    .item-staff._active {
        background-color: var(--accent-color);
        color: var(--color-white);
    }
}
@media (min-width: 991.98px) {
    .quantity__button:hover::before,
    .quantity__button:hover::after {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .top-header__discount-card:hover {
        color: var(--accent-color);
    }
    .top-header__gift-card:hover {
        color: var(--accent-color);
    }
    .menu__list > li {
        position: relative;
    }
    .menu__list > li:hover .menu__sublist {
        visibility: visible;
        opacity: 1;
        z-index: 3;
    }
    .menu__list > li:hover:hover > a {
        color: var(--accent-color);
    }
    .menu__list > li:hover:hover > a span {
        -webkit-transform: translate(0, -140%);
        -ms-transform: translate(0, -140%);
        transform: translate(0, -140%);
    }
    .menu__list > li:hover:hover > a span svg {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .menu__list > li:hover:hover > a #test {
        stroke: url(#paint0_linear);
    }
    .menu__list > li:not(:last-child) {
        margin: 0 30px 0 0;
    }
    .menu__list > li:nth-child(2) {
        margin-right: 50px;
    }
    .menu__sublink:hover {
        color: var(--accent-color);
    }
    .footer__link:hover {
        color: #000;
    }
    .footer__link:hover::after {
        width: 100%;
    }
    .breadcrumbs__links_prev:hover::before {
        width: 100%;
    }
    .difference-rsl__slider._swiper {
        overflow: visible;
    }
    .difference-rsl__slide {
        opacity: 0.3;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }
    .difference-rsl__slide.swiper-slide-active {
        opacity: 1;
    }
    .rsl-questions__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .rsl-questions__item:nth-child(odd) {
        margin-right: 30px;
    }
    .rsl-questions__item:last-child {
        margin-right: 0;
    }
}
@media (min-width: 992px) {
    .select__option:hover {
        background: #d9d9d9;
    }
    .checkbox a:hover {
        text-decoration: none;
    }
}
@media (min-width: 1000px) {
    .prices__content .swiper-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 1100px) {
    .prices__row--rsl {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
    .prices__block--rsl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (min-width: 1150px) {
    .read-more__link {
        max-height: 120px;
    }
}
@media (max-width: 1775px) {
    ._title {
        font-size: calc(28px + 32 * ((100vw - 320px) / 1455));
    }
    .popup_discount-card__title {
        font-size: calc(20px + 20 * ((100vw - 320px) / 1455));
    }
    .bottom-header__logo ._icon-logo {
        font-size: calc(44px + 28 * ((100vw - 320px) / 1455));
    }
    .description__title {
        font-size: calc(36px + 24 * ((100vw - 320px) / 1455));
    }
    .procedure__title {
        font-size: calc(35px + 25 * ((100vw - 320px) / 1455));
    }
    .attention-procedure__title {
        font-size: calc(34px + 26 * ((100vw - 320px) / 1455));
    }
    .about__title_rejuvenation {
        font-size: calc(28px + 26 * ((100vw - 320px) / 1455));
    }
    .prices__title {
        font-size: calc(36px + 24 * ((100vw - 320px) / 1455));
    }
    .new-clients__cifres {
        font-size: calc(100px + 160 * ((100vw - 320px) / 1455));
    }
    .new-clients__description {
        font-size: calc(18px + 26 * ((100vw - 320px) / 1455));
    }
    .hero-certificate__breadcrumbs {
        margin-bottom: calc(20px + 145 * ((100vw - 320px) / 1455));
    }
    .hero-certificate__title {
        font-size: calc(60px + 60 * ((100vw - 320px) / 1455));
    }
    .delivery__label {
        font-size: calc(36px + 40 * ((100vw - 320px) / 1455));
    }
    .page__breadcrumbs {
        padding-top: calc(17px + 43 * ((100vw - 320px) / 1455));
    }
    .page__description {
        margin-bottom: calc(74px + 38 * ((100vw - 320px) / 1455));
    }
    .page__definition {
        margin-bottom: calc(58px + 32 * ((100vw - 320px) / 1455));
    }
    .page__procedure {
        margin-bottom: calc(58px + 47 * ((100vw - 320px) / 1455));
    }
    .discounts-cards__subtitle {
        font-size: calc(20px + 28 * ((100vw - 320px) / 1455));
    }
}
@media (max-width: 1730px) {
    .bikini-price__name_extra {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .bikini-price__name_extra .bikini-price__main {
        margin: 0 0 5px 0;
    }
}
@media (max-width: 1720px) {
    .equipment__goods {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 90%;
        margin-left: auto;
        padding-left: 0;
    }
    .equipment__product_show-desktop {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
    }
    .product:first-child {
        margin-bottom: 80px;
    }
    .product__body {
        padding-left: 50px;
    }
    .product__body_01 {
        margin-left: -150px;
    }
    .product__body_02 {
        margin-left: -45px;
    }
    .product__image {
        position: relative;
    }
    .product__image_01 {
        left: -115px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 400px;
        flex: 0 1 400px;
        width: auto;
    }
    .product__image_02 {
        left: -80px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 281px;
        flex: 0 1 281px;
        width: auto;
    }
    .product__features-list {
        max-width: 100%;
    }
    .spoller-product__body_show-desktop {
        padding: 50px 30px;
    }
    .spoller-product__body_show-desktop p {
        max-width: 100%;
    }
}
@media (max-width: 1700px) {
    .for-who__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 400px;
        flex: 0 1 400px;
    }
}
@media (max-width: 1550px) {
    .areas__body {
        margin-top: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 977px;
        flex: 0 1 977px;
    }
    .item-staff__name {
        font-size: 24px;
    }
    .rejuvenation__list {
        padding: 54px 30px 46px;
    }
}
@media (max-width: 1500px) {
    .footer__logo {
        margin-right: 80px;
    }
    .read-more__content_inject {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .read-more__link_inject:not(:last-child) {
        margin-bottom: 30px;
    }
    .read-more__link_inject:last-child {
        margin-bottom: 30px;
    }
    .akne__slider {
        width: 90%;
        margin: 0 auto 80px;
    }
    .akne__arrows {
        display: block;
    }
    .akne__arrows .total-price__arrow {
        top: 43px;
    }
    .akne__arrows .total-price__arrow_right {
        right: -55px;
    }
    .akne__arrows .total-price__arrow_left {
        left: -55px;
    }
    .akne__dotts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .about-rsl__title {
        font-size: 40px;
    }
    .discounts-cards__label {
        max-width: 200px;
        margin: 0 auto 17px;
    }
}
@media (max-width: 1480px) {
    .discounts-cards__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 95%;
    }
    .discounts-cards__btn a {
        font-size: 23px;
    }
    .discounts-cards__btn a br {
        display: inline;
    }
}
@media (max-width: 1450px) {
    .contacts__item:first-child {
        padding-left: 22px;
    }
    .contacts__text_address {
        font-size: 17px;
    }
}
@media (max-width: 1440px) {
    .popup_discount-card .popup__body {
        padding-top: 200px;
    }
    .popup_discount-card__image {
        top: -70.5px;
    }
    .product__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 69%;
        flex: 0 1 69%;
    }
    .lip iframe {
        min-height: 260px;
    }
    .lip__arrow {
        top: 47%;
    }
    .about-certificate__item_2 {
        padding-left: 60px;
    }
    .about-certificate__item_3 {
        padding-left: 40px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
    }
    .delivery__content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 20px;
    }
    .staff__arrow {
        top: 635px;
    }
}
@media (max-width: 1420px) {
    .areas__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 410px;
        flex: 0 1 410px;
        margin-top: -150px;
    }
    .areas__images {
        max-width: 410px;
        margin: 0 auto;
        width: 77.6%;
    }
    .areas__image:not(:last-child) {
        padding-left: 20px;
        margin-right: 0;
    }
    .areas__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .areas__side {
        display: inline;
        position: absolute;
        top: 15%;
        left: 0;
        color: #e6026b;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0.05em;
        line-height: 120.8333333333%;
        text-transform: uppercase;
    }
}
@media (max-width: 1400px) {
    .footer__content {
        padding: 20px;
    }
    .footer__decor {
        display: none;
    }
    .new-clients__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 45.9523809524%;
        flex: 0 1 45.9523809524%;
    }
    .new-clients__discount {
        padding: 30px;
    }
    .hero-certificate__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
    }
    ._no-webp ._no-webp .hero-certificate__decor {
        background: url('../img/desktop/gift/01.png') -85px -100px / cover
            no-repeat;
    }
    .hero-certificate__subtitile {
        font-size: 30px;
    }
    ._webp .hero-certificate__decor {
        background: url(../img/desktop/gift/01.webp) -85px -100px / cover
            no-repeat;
    }
}
@media (max-width: 1375px) {
    .top-header__address {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 20px;
    }
}
@media (max-width: 1365px) {
    .top-header__town {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .bottom-header__logo--adverst {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom-header__logo--adverst ._icon-logo {
        margin: 0 0 20px 0;
    }
    .bottom-header__logo-text--adverst {
        text-align: center;
    }
}
@media (max-width: 1350px) {
    .definition__item {
        padding: 35px;
    }
    .delivery__content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (max-width: 1325px) {
    .bottom-footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .bottom-footer__container p:not(:last-child) {
        margin: 0 0 28px 0;
    }
}
@media (max-width: 1325px) and (max-width: 479.98px) {
    .bottom-footer__container p {
        max-width: 263px;
        text-align: center;
    }
}
@media (max-width: 1300px) {
    .footer__nav {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .bikini-price__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bikini-price__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 90%;
    }
    .bikini-price__item:first-child {
        margin: 0 0 30px 0;
    }
    .new-clients {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .new-clients__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%;
        margin-right: 0;
    }
    .total-price__list {
        width: 90%;
        margin: 0 auto;
    }
    .total-price__arrows {
        display: block;
    }
    .our-services__arrows {
        display: block;
    }
    .rejuvenation__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
}
@media (max-width: 1299px) {
    .our-services__dots {
        display: block;
    }
}
@media (max-width: 1270px) {
    .procedure__label {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-bottom: 20px;
    }
}
@media (max-width: 1255px) {
    .rejuvenation__item {
        margin-bottom: 20px;
    }
}
@media (max-width: 1250px) {
    .description__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .description__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        padding-top: 0;
    }
    .description__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin: 0 0 60px 0;
    }
    .description__suptitle {
        text-align: center;
    }
    .description__title {
        text-align: center;
    }
    .definition__items {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .definition__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
    }
    .definition__item:last-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 80px;
    }
    .definition__item:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 80px;
    }
    .definition__item:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .about__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin: 0 0 40px 0;
    }
    .about__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .about__body_peeling {
        padding-top: 0;
    }
    .about__body {
        padding-top: 0;
    }
}
@media (max-width: 1250px) and (max-width: 767.98px) {
    .definition__item:last-child {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 0;
    }
    .definition__item:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (max-width: 1250px) and (max-width: 479.98px) {
    .definition__item:nth-child(2) {
        padding: 45px 23px 20px;
    }
}
@media (max-width: 1230px) {
    .read-more__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .read-more__link_cosmetology:not(:last-child) {
        margin: 0 0 30px 0;
    }
    .read-more__link {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: 750px;
        width: 85.3333333333%;
    }
}
@media (max-width: 1200px) {
    .product__features-list._line {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        background: none;
        padding: 0;
    }
    .areas__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .areas__info {
        margin: 0 0 0 auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .areas__text_with-padding {
        padding-left: 0;
    }
    .areas__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-top: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .areas__controls {
        margin-bottom: 40px;
    }
    .prices__content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .prices__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 80%;
        max-width: 750px;
    }
    .prices__column:first-child {
        margin: 0 0 50px 0;
    }
    .epil-types__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .epil-types__item:first-child {
        margin: 0 0 50px 0;
    }
    .new-clients__popular-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .new-clients__popular-items span {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
    }
    .cosmetologic-price__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cosmetologic-price__block {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%;
    }
    .cosmetologic-price__block:not(:last-child) {
        margin: 0 0 80px 0;
    }
    .hero-certificate__content {
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
    .about-certificate__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 33px 20px;
    }
    .about-certificate__item {
        text-align: center;
    }
    .about-certificate__item:not(:last-child) {
        margin: 0 0 30px 0;
    }
    .about-certificate__item_1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding: 0 30px;
    }
    .about-certificate__item_2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        border-right: none;
        padding: 0 30px;
    }
    .about-certificate__item_3 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 35px 0 0 0;
        border-top: 2px solid var(--color-white);
    }
    .about-certificate__text {
        max-width: 100%;
    }
    .staff__arrow {
        top: 730px;
    }
    .discounts-cards__arrows {
        display: block;
    }
}
@media (max-width: 1200px) and (max-width: 991.98px) {
    .new-clients__popular-items span {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}
@media (max-width: 1200px) and (max-width: 479.98px) {
    .cosmetologic-price__block:not(:last-child) {
        margin-bottom: 60px;
    }
}
@media (max-width: 1150px) {
    .top-header__contacts {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .top-header__phone {
        margin-bottom: 5px;
    }
    .read-more__link:first-child {
        margin: 0 0 30px 0;
    }
    .read-more__link_laser-cosmetology:not(:last-child) {
        margin: 0 0 30px 0;
    }
    .read-more__link_inject:not(:last-child) {
        margin: 0 0 30px 0;
    }
}
@media (max-width: 1100px) {
    .footer__bottom {
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .prices__content_lip {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 30px;
        overflow: hidden;
    }
    .prices__row_empty {
        display: none;
    }
    .prices__block {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%;
    }
    .prices__block:first-child .prices__row:last-child {
        border-bottom: 2px solid #d8d8d8;
    }
    .prices__block .prices__row:first-child {
        border-radius: 0;
    }
    .prices__block .prices__row:last-child {
        border-radius: 0;
    }
    .prices__rsl-desktop {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 30px;
        overflow: hidden;
    }
    .price-page__items {
        width: 95%;
        margin: 0 auto 40px;
    }
    .price-page__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .price-page__arrows {
        display: block;
    }
    .cosmetologic-price__content {
        border-radius: 0;
    }
    .cosmetologic-price__block {
        border-radius: 0 0 30px 30px;
        overflow: hidden;
    }
    .hero-certificate__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .hero-certificate__content {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    ._no-webp ._no-webp .hero-certificate__decor {
        background: url('../img/desktop/gift/01.png') 0 -100px / cover no-repeat;
    }
    .hero-certificate__decor {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 500px;
        flex: 0 1 500px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        max-width: 700px;
        margin-bottom: 20px;
    }
    .hero-certificate__breadcrumbs {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-bottom: 30px;
    }
    .hero-certificate__title {
        text-align: center;
    }
    .hero-certificate__subtitile {
        text-align: center;
    }
    .hero-certificate__btn {
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .akne__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .akne__image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-bottom: 50px;
    }
    .akne__info {
        margin-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    ._webp .hero-certificate__decor {
        background: url(../img/desktop/gift/01.webp) 0 -100px / cover no-repeat;
    }
}
@media (max-width: 1050px) {
    .bottom-header__logo-text {
        display: none;
    }
    .bottom-header__logo-text--adverst {
        display: block;
        width: 267px;
    }
}
@media (max-width: 1024px) {
    .lip__arrow {
        top: 45%;
    }
}
@media (max-width: 991.98px) {
    .select__title {
        font-size: 18px;
    }
    .select__options {
        font-size: 18px;
    }
    .header__address-mob {
        width: 100%;
        background: var(--accent-color-gradient);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 25px 8px 26px;
        color: #fff;
    }
    .header__address-mob span {
        margin-right: 10px;
        font-size: 14px;
    }
    .header__address-mob p {
        font-size: 12px;
        letter-spacing: 0.6px;
    }
    .header__address-mob--adverst {
        display: none;
    }
    .top-header {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        width: 100%;
        background-color: #e0e0e0;
    }
    .top-header__address {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-right: 0;
        width: 100%;
        padding: 21px 0 19px 61px;
        border-top: 2px solid #3434342c;
    }
    .top-header__town {
        font-size: 18px;
        letter-spacing: 0.9px;
        font-weight: 700;
    }
    .top-header__town ._icon-geo-header {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: 15px;
        font-size: 40px;
    }
    .top-header__street {
        font-size: 14px;
        letter-spacing: 0.7px;
    }
    .top-header__cards {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-right: 0;
        font-size: 20px;
        background-color: #e0e0e0;
    }
    .top-header__cards a {
        padding: 21px 0 19px;
        border-top: 2px solid #3434342c;
    }
    .top-header__discount-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 0;
        width: 100%;
    }
    .top-header__gift-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .top-header__contacts {
        position: relative;
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 21px 0 27px 61px;
        border-top: 2px solid #3434342c;
    }
    .top-header__contacts ._icon-phone-header {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: 15px;
        font-size: 32px;
    }
    .top-header__phone {
        margin-right: 0;
    }
    .bottom-header {
        padding: 14px 0 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .bottom-header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        z-index: 5;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .bottom-header__logo ._icon-logo {
        margin-right: 0;
    }
    .bottom-header__menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .bottom-header__phone-mob {
        display: block;
    }
    .menu__body {
        opacity: 0;
        visibility: hidden;
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 80px;
        background-color: white;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }
    .menu__body._active {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }
    .menu__body._active::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        z-index: 3;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .menu__body._active .header__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .menu__body--adv {
        padding-top: 120px;
    }
    .menu__body--adv._active::before {
        height: 120px;
    }
    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .menu__list > li {
        border-top: 2px solid #3434342c;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .menu__sublist {
        width: 100%;
        position: static;
        display: none;
    }
    .menu__link {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .menu__link._active {
        color: var(--accent-color);
    }
    .menu__link._active span {
        -webkit-transform: translate(0, -140%);
        -ms-transform: translate(0, -140%);
        transform: translate(0, -140%);
    }
    .menu__link._active span svg {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .menu__link._active #test {
        stroke: url(#paint0_linear);
    }
    .menu__link._active + .menu__sublist {
        visibility: visible;
        opacity: 1;
        z-index: 6;
    }
    .menu__link {
        padding: 21px 0 19px;
    }
    .menu__link_add span {
        top: 50%;
        right: 110px;
    }
    .icon-menu {
        display: block;
        position: absolute;
        top: 26px;
        left: 16px;
        width: 32px;
        height: 24px;
        cursor: pointer;
        z-index: 5;
    }
    .icon-menu span {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: calc(50% - 1px);
        left: 0;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #343434;
        border-radius: 10px;
    }
    .icon-menu span:first-child {
        top: 0;
    }
    .icon-menu span:last-child {
        top: auto;
        bottom: 0;
    }
    .icon-menu._active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    .icon-menu._active span:first-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(50% - 1px);
    }
    .icon-menu._active span:last-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: calc(50% - 1px);
    }
    .definition__title {
        font-size: 24px;
    }
    .procedure__items {
        display: block;
        padding: 0;
        width: 450px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .procedure__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 128px 15px 15px;
    }
    .procedure__item:before {
        top: 30px;
        left: 30px;
    }
    .procedure__item:not(:last-child) {
        border-right: none;
    }
    .procedure__item_3::before {
        left: 30px;
    }
    .procedure__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .equipment__title {
        margin-bottom: 120px;
        text-align: center;
    }
    .equipment__goods {
        width: 100%;
    }
    .product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product:first-child {
        margin-bottom: 128px;
    }
    .product__body {
        margin-left: 0;
        padding: 235px 0 0 0;
    }
    .product__image {
        position: absolute;
        top: -105px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 300px;
    }
    .product__image img {
        position: relative;
        z-index: 3;
    }
    .product__image::after {
        content: '';
        position: absolute;
        z-index: 2;
        bottom: 1px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: var(--accent-color-gradient);
    }
    .product__image_01 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .product__suptitle {
        text-align: center;
    }
    .product__label {
        text-align: center;
    }
    .product__description {
        margin-bottom: 20px;
        text-align: center;
    }
    .product__features-list {
        padding: 22px 23px 16px;
        background-color: var(--color-lightgray);
        border-radius: 0 0 30px 30px;
    }
    .spoller-product {
        display: block;
    }
    .spoller-product__body_show-desktop {
        padding: 30px 0 0 0;
        background-color: transparent;
    }
    .contacts__arrow {
        top: 25%;
    }
    .contacts__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 17px 39px 30px;
    }
    .contacts__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        padding: 0;
        width: 400px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts__item:first-child {
        padding-left: 0;
    }
    .contacts__item:not(:last-child) {
        border-right: none;
        margin-bottom: 30px;
    }
    .contacts__phone {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .contacts__socials {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .indications__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .indications__list {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .indications__list:first-child {
        margin: 0;
    }
    .indications__item:last-child {
        margin: 0 0 1.9444444444em 0;
    }
    .indications__item_last._x-item {
        margin-bottom: 0;
    }
    .areas__title {
        text-align: center;
    }
    .areas__suptitle {
        text-align: center;
    }
    .armpits__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
    .armpits__list_main {
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .armpits__list_add {
        margin-bottom: 20px;
        padding-top: 20px;
    }
    .armpits__wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .armpits__spoller {
        display: block;
        margin-top: 40px;
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0.05em;
    }
    .armpits__spoller._active {
        display: none;
    }
    .prices__name_botulinum {
        text-align: center;
    }
    .prices__cifres {
        width: 100%;
    }
    .prices__cifres_lip {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .prices__time {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding: 18px 0 11px;
        white-space: nowrap;
    }
    .prices__cost {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding: 15px 0 11px;
    }
    .prices__cost_botulinum {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .prices__controls {
        width: 40px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px;
    }
    .new-clients__discount {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        width: 100%;
        max-width: 600px;
    }
    .new-clients__cifres {
        margin-bottom: 0;
    }
    .new-clients__description {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .hero-certificate__subtitile {
        font-size: 24px;
    }
    .delivery__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 0;
    }
    .delivery__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%;
        max-width: 700px;
        margin: 0 auto 20px;
        padding: 0 0 65.2% 0;
    }
    .delivery__description {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        padding-top: 0;
        text-align: center;
    }
    .delivery__sublabel {
        margin-bottom: 20px;
    }
    .delivery__text {
        text-align: left;
    }
    .our-services__slider {
        max-width: 90%;
        margin: 0 auto;
    }
    .staff__slider {
        max-width: 85%;
    }
    .staff__arrow {
        top: 890px;
    }
    .staff__arrow_left {
        left: -12px;
    }
    .staff__arrow_right {
        right: -12px;
    }
    .difference-rsl__arrow--left {
        left: -30px;
    }
    .difference-rsl__arrow--right {
        right: -30px;
    }
    .page {
        padding-top: 113px;
    }
    .town-modal {
        top: 119px;
        left: 16px;
    }
}
@media (max-width: 991.98px) and (max-width: 479.98px) {
    .contacts__item {
        width: 100%;
    }
}
@media (max-width: 865px) {
    .prices__content {
        -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        border-radius: 30px;
        border: 1px solid #eee;
    }
    .prices__content--rsl {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        border: none;
    }
    .prices__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .prices__row:not(:last-child) {
        border-bottom: none;
    }
    .prices__row_rejuvenation {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .prices__row_rejuvenation:not(:last-child) {
        border-bottom: 2px solid #d8d8d8;
    }
    .prices__name {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: none;
        padding: 32px 0 10px;
        background-color: #fff;
    }
    .prices__name_botulinum {
        padding: 20px 10px 10px;
    }
    .prices__block .prices__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .prices__block .prices__row:not(:last-child) {
        border-bottom: 2px solid #d8d8d8;
    }
}
@media (max-width: 840px) {
    .price-page__arrow {
        top: 30px;
    }
    .price-page__arrow_left {
        left: -30px;
    }
    .price-page__arrow_right {
        right: -30px;
    }
    .total-price__arrow {
        top: 160px;
    }
    .total-price__arrow_left {
        left: -15px;
    }
    .total-price__arrow_right {
        right: -15px;
    }
}
@media (max-width: 800px) {
    ._under:before {
        display: none;
    }
    ._under {
        text-decoration: underline;
        text-underline-offset: 2px;
    }
    .prices__content-wrapper {
        display: none;
    }
    .mob-prices {
        display: block;
    }
    .mob-prices--rsl {
        display: none;
    }
    .bikini-price__desktop {
        display: none;
    }
    .new-clients__desktop-price {
        display: none;
    }
    .new-clients__mob-price {
        display: block;
    }
}
@media (max-width: 767.98px) {
    ._container {
        max-width: none;
        padding: 0 15px;
    }
    ._right-decor::before {
        width: calc(100% - 70px);
        height: 316px;
        top: 138px;
        left: 35px;
    }
    ._mob-hide {
        display: none;
    }
    .popup__close {
        top: 25px;
        right: 19px;
    }
    .popup_discount-card .popup__body {
        padding: 126px 30px 30px;
    }
    .popup_discount-card__image {
        width: 242px;
        left: 60px;
        top: -46.5px;
    }
    .footer__bottom {
        font-size: 14px;
        letter-spacing: 0.7px;
    }
    .description__suptitle {
        font-size: 18px;
        letter-spacing: 0.9px;
    }
    .description__title {
        letter-spacing: 1.8px;
    }
    .definition__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .definition__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 445px;
    }
    .definition__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 80px;
    }
    .definition__item:last-child::after {
        display: none;
    }
    .procedure__image {
        max-width: 317px;
    }
    .procedure_info {
        margin-bottom: 65px;
    }
    .contacts__slide img {
        height: 400px;
    }
    .contacts__arrow {
        top: 17%;
    }
    .contacts__text_address span {
        white-space: pre-wrap;
    }
    .breadcrumbs {
        font-size: 12px;
        letter-spacing: 0.6px;
    }
    .breadcrumbs__links_prev {
        margin-right: 19px;
    }
    .breadcrumbs__links_prev::after {
        width: 8px;
        height: 1px;
    }
    .read-more__title {
        text-align: center;
    }
    .qustions__item:not(:last-child) {
        margin-bottom: 40px;
    }
    .prices__title span {
        display: none;
    }
    .mesotherapy__content:not(.mesotherapy__content--botulin) {
        padding: 45px 24px 37px;
    }
    .lip__arrow {
        top: 43%;
    }
    .lip__dotts span:not(:last-child) {
        margin-right: 20px;
    }
    .price-page__items {
        width: 85%;
    }
    .price-page__arrow {
        right: -10px;
    }
    .price-page__arrow_left {
        left: -10px;
    }
    .hero-certificate__breadcrumbs {
        padding-top: 30px;
    }
    .our-services__arrow_left {
        left: -5px;
    }
    .our-services__arrow_right {
        right: -5px;
    }
    .staff__slider .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .item-staff {
        padding: 35px 0 0;
        overflow: hidden;
    }
    .item-staff__photo {
        padding: 0 30px;
    }
    .item-staff__label {
        padding: 0 30px;
    }
    .item-staff__name {
        max-width: 100%;
        margin-bottom: 20px;
        font-size: 30px;
    }
    .item-staff__spoller-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 22px 0;
        background-color: var(--color-lightgray);
    }
    .item-staff__spoller-label._active {
        border-radius: 0;
    }
    .item-staff__spoller-label._active::after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .item-staff__spoller-label::after {
        content: url('../img/icons/sprites/sprite.svg#arrow-menu');
        width: 18px;
        height: 10px;
        display: block;
        margin-left: 12px;
        -webkit-transition: -webkit-transform 0.3s ease 0s;
        transition: -webkit-transform 0.3s ease 0s;
        -o-transition: transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    }
    .block-staff__image {
        display: none;
    }
    .block-staff__description {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        padding: 20px 15px;
        background-color: var(--color-lightgray);
    }
    .akne__arrows .total-price__arrow_right {
        right: -5%;
    }
    .akne__arrows .total-price__arrow_left {
        left: -5%;
    }
    .akne__dotts {
        max-width: 100px;
    }
    .difference-rsl__content {
        width: 100%;
        max-width: 596px;
    }
    .page__breadcrumbs {
        margin-bottom: 40px;
        padding-top: 70px;
    }
}
@media (max-width: 670px) {
    .hero-certificate__breadcrumbs {
        padding-top: 80px;
    }
    .difference-rsl__arrow--left {
        left: 0;
    }
    .difference-rsl__arrow--right {
        right: 0;
    }
    .page {
        padding-top: 75px;
    }
}
@media (max-width: 660px) {
    .footer__logo {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-right: 0;
        margin-bottom: 40px;
        max-width: 100%;
    }
    .footer__logo span {
        margin-bottom: 0;
        margin-right: 30px;
        font-size: 60px;
    }
    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 34px 30px 40px;
    }
    .footer__bottom ._container {
        padding: 0;
    }
}
@media (max-width: 630px) {
    .town-choose {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 420px;
        padding: 25px;
        bottom: 0;
        left: 0;
        top: auto;
    }
    .town-choose__btns {
        display: block;
    }
    .town-choose__btn {
        padding: 15px 10px;
        font-size: 16px;
    }
    .town-choose__btn:not(:last-child) {
        margin: 0 0 10px 0;
    }
}
@media (max-width: 600px) {
    ._btn {
        width: 320px;
        padding: 22px 27px;
    }
    .footer__content {
        padding: 0;
    }
    .footer__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0;
    }
    .footer__column {
        padding-top: 42px;
        padding-bottom: 40px;
        padding-left: 40px;
        padding: 42px 0 40px 40px;
    }
    .footer__column:not(:last-child) {
        margin: 0;
        border-bottom: 2px solid #3434342f;
    }
    .equipment__title {
        margin-bottom: 101px;
    }
    .product__body {
        padding-top: 205px;
    }
    .product__image {
        top: -70px;
        width: 250px;
        min-width: 250px;
    }
    .about-certificate__content {
        padding: 33px 0 48px;
    }
    .about-certificate__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .about-certificate__item_1 {
        border-right: none;
    }
    .about-certificate__item_2 {
        padding-top: 35px;
        border-top: 2px solid var(--color-white);
    }
    .staff__arrow {
        top: 1100px;
    }
}
@media (max-width: 550px) {
    .prices__content_mob {
        display: block;
    }
    .prices__content_desktop {
        display: none;
    }
    .prices__name-lip {
        font-size: 14px;
        line-height: 120%;
        font-weight: 400;
        padding: 18px 12px;
    }
    .prices__name_botulinum p {
        max-width: 254px;
        margin: 0 auto;
    }
}
@media (max-width: 479.98px) {
    body {
        font-size: 14px;
    }
    ._btn {
        width: 100%;
        max-width: 320px;
    }
    ._title {
        margin-bottom: 30px;
        text-align: center;
    }
    .politics-title._title{
        font-size: 20px;
        text-align: left;
    }
    ._suptitle {
        font-size: 18px;
        text-align: center;
    }
    ._right-decor::before {
        height: 150px;
    }
    ._x-item {
        padding-left: 45px;
    }
    ._x-item::before {
        width: 18px;
        height: 18px;
    }
    ._checkmark {
        padding-left: 42px;
    }
    ._checkmark::before {
        width: 23px;
        height: 21px;
    }
    ._only-mob {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .video {
        height: 100%;
    }
    .popup_discount-card__title {
        font-size: 36px;
        margin-bottom: 23px;
    }
    .popup_discount-card__text {
        margin-bottom: 24px;
        font-size: 14px;
    }
    .popup_discount-card__text p:not(:last-child) {
        margin-bottom: 10px;
    }
    .popup_discount-card__btn {
        width: 287px;
        font-size: 20px;
        height: 76px;
        margin-bottom: 0;
    }
    .popup_discount-card__btn br {
        display: inline;
    }
    .bottom-header__logo-text--adverst {
        font-size: 10px;
    }
    .footer__label {
        margin-bottom: 36px;
    }
    .description__image {
        margin-bottom: 40px;
    }
    .description_item:not(:last-child) {
        margin-bottom: 22px;
    }
    .definition__items {
        margin-bottom: 30px;
    }
    .definition__item {
        padding: 45px 35px 41px;
        width: 100%;
    }
    .definition__item_chemical {
        width: 100%;
    }
    .definition__title {
        font-size: 22px;
        letter-spacing: 1.1px;
    }
    .procedure__title {
        text-align: center;
        letter-spacing: 1.8px;
    }
    .procedure__subtitle_2 {
        margin-bottom: 28px;
    }
    .procedure__items {
        width: 100%;
    }
    .procedure_info {
        margin-bottom: 57px;
        font-size: 13px;
        letter-spacing: 0.65px;
    }
    .procedure__attention {
        padding: 40px 41px 42px 37px;
    }
    .attention-procedure__title {
        text-align: center;
        letter-spacing: 1.8px;
    }
    .page__equipment {
        margin-bottom: 60px;
    }
    .page__map {
        margin-bottom: 60px;
    }
    .page__contacts-page {
        margin-bottom: 40px;
    }
    .equipment__title {
        margin-bottom: 87px;
    }
    .product__body {
        padding-top: 154px;
    }
    .product__image {
        width: 188px;
        min-width: 188px;
    }
    .product__suptitle {
        font-size: 20px;
    }
    .product__label {
        margin-bottom: 9px;
        font-size: 24px;
    }
    .product__description p:not(:last-child) {
        margin-bottom: 9px;
    }
    .product__feature {
        font-size: 14px;
        margin-bottom: 35px;
    }
    ._no-webp ._no-webp .map__map {
        background: url('../img/desktop/about-center/map.jpeg') -510px 0 / cover
            no-repeat;
    }
    .map__map {
        height: 400px;
    }
    .contacts__content {
        max-width: 340px;
        margin: 0 auto;
    }
    .contacts__slide {
        max-height: 293px;
    }
    .contacts__slide.swiper-slide-active img {
        border-radius: 30px;
    }
    .contacts__slide img {
        border-radius: 30px;
        width: 100%;
        height: 293px;
    }
    .contacts__arrow svg {
        width: 20px;
        height: 38px;
    }
    .contacts__label {
        margin-bottom: 16px;
        font-size: 24px;
        letter-spacing: 1.2px;
    }
    .contacts__text {
        font-size: 18px;
        letter-spacing: 0.9px;
    }
    .contacts__text > span {
        margin-right: 12px;
        font-size: 26px;
    }
    .contacts__subtext {
        font-weight: 300;
        letter-spacing: 0.7px;
    }
    .breadcrumbs__links_current span {
        display: none;
    }
    .about__title_biorev {
        font-size: 26px;
    }
    .about__title_laser-cosmetology {
        margin-bottom: 30px;
    }
    .indications__body {
        padding: 45px 22px 27px;
    }
    .indications__body_care::before {
        top: 54px;
    }
    .indications__title {
        font-size: 22px;
    }
    .indications__subtitle {
        font-size: 16px;
    }
    .areas__title {
        max-width: 200px;
        margin: 0 auto 14px;
    }
    .areas__suptitle {
        margin-bottom: 0;
    }
    .read-more__link {
        font-size: 24px;
        padding: 33px 10px;
    }
    .questions__content {
        padding: 39px 35px 42px;
    }
    .questions__content::before {
        top: 54px;
    }
    .qustions__item:not(:last-child) {
        margin-bottom: 30px;
    }
    .prices__suptitle {
        margin-bottom: 10px;
        font-size: 18px;
        letter-spacing: 0.9px;
        text-align: center;
    }
    .prices__title {
        margin-bottom: 30px;
        text-align: center;
    }
    .prices__content--attention::after {
        font-size: 20px;
        text-align: center;
    }
    .prices__name {
        font-size: 16px;
        letter-spacing: 0.8px;
    }
    .prices__time {
        font-size: 18px;
        letter-spacing: 0.9px;
    }
    .prices__cost {
        font-size: 24px;
        letter-spacing: 1.2px;
    }
    .prices__cost span {
        display: none;
    }
    .prices__cost_lip {
        font-size: 14px;
        letter-spacing: 0.05em;
    }
    .prices__epil-suptitle {
        max-width: 230px;
        margin: 0 auto 15px;
        line-height: 120%;
        text-align: center;
    }
    .prices__epil-title {
        text-align: center;
    }
    .prices__epil-title span {
        display: none;
    }
    .prices__rsl-desktop {
        display: none;
    }
    .prices__rsl-descr {
        display: none;
    }
    .mob-prices--rsl {
        display: block;
    }
    .mob-prices__label_peeling {
        max-width: 300px;
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .mob-prices__label_massage {
        max-width: 100%;
    }
    .bikini-price__suptitle {
        max-width: 230px;
        margin: 0 auto 15px;
        line-height: 130%;
        text-align: center;
    }
    .bikini-price__title {
        text-align: center;
    }
    .bikini-price__title span {
        display: none;
    }
    .epil-types__item {
        padding: 33px 30px 25px;
    }
    .epil-types__item:first-child {
        padding-bottom: 40px;
    }
    .epil-types__label {
        max-width: 200px;
        font-size: 24px;
    }
    .epil-types__list li::before {
        top: 2px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .mesotherapy__title--rsl {
        margin-bottom: 24px;
    }
    .mesotherapy__text--rsl:not(:last-child) {
        margin-bottom: 30px;
    }
    .mesotherapy__text--rsl h2 {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .mesotherapy__text--rsl p:not(:last-child) {
        margin: 0;
    }
    .mesotherapy__item {
        padding-left: 41px;
    }
    .lip iframe {
        min-height: 200px;
    }
    .lip__slider {
        max-width: 261px;
        margin: 0 auto 20px;
    }
    .lip__arrow {
        top: 46%;
    }
    .lip__arrow.arrow_left {
        left: -69px;
    }
    .lip__arrow.arrow_right {
        right: -69px;
    }
    .lip__dotts span:not(:last-child) {
        margin-right: 10px;
    }
    .price-page__items {
        margin: 0 auto 20px;
        width: 75.1%;
    }
    .price-page__item {
        padding: 19px 30px;
        height: 90px;
        font-size: 24px;
    }
    .price-page__item._active {
        background-color: var(--color-white);
        color: var(--accent-color);
        border-color: var(--color-semi-dark-gray);
    }
    .price-page__attention {
        margin-bottom: 60px;
    }
    .price-page__total-price {
        margin-bottom: 76px;
    }
    .price-page__arrow {
        top: 16px;
    }
    .price-page__arrow_left {
        left: -2%;
    }
    .price-page__arrow_right {
        right: -2%;
    }
    .price-page__injection {
        margin-bottom: 60px;
    }
    .price-page__pigment-remove {
        margin-bottom: 60px;
        border-radius: 30px;
        overflow: hidden;
    }
    .epil-price__new-clients {
        margin-bottom: 60px;
    }
    .new-clients__content {
        font-size: 14px;
    }
    .new-clients__subtitle {
        margin-bottom: 10px;
    }
    .new-clients__title {
        margin-bottom: 35px;
    }
    .new-clients__suptitle {
        margin-bottom: 30px;
    }
    .new-clients__label {
        margin-bottom: 15px;
    }
    .new-clients__popular-list {
        max-width: 210px;
    }
    .new-clients__popular-items:not(:last-child) {
        margin-bottom: 10px;
    }
    .new-clients__discount {
        padding: 31px 30px 28px 26px;
    }
    .attention__text p:not(:last-child) {
        margin-bottom: 15px;
    }
    .attention__btn {
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    .attention__btn br {
        display: inline;
    }
    .total-price__title {
        margin-bottom: 10px;
    }
    .total-price__title span {
        display: none;
    }
    .total-price__subtitle {
        margin-bottom: 20px;
    }
    .total-price__list {
        margin: 0 auto 20px;
        width: 75.1%;
    }
    .total-price__item {
        height: 90px;
        padding: 19px 30px;
        font-size: 24px;
    }
    .total-price__arrow {
        top: 86px;
    }
    .total-price__arrow_left {
        left: -2%;
    }
    .total-price__arrow_right {
        right: -2%;
    }
    .cosmetologic-price__section:not(:last-child) {
        margin-bottom: 60px;
    }
    .cosmetologic-price__title span {
        font-size: 24px;
    }
    .estetic-price__section {
        margin-bottom: 60px;
    }
    .page__hero-certificate {
        margin-bottom: 60px;
    }
    .page__for-who {
        margin-bottom: 60px;
    }
    .page__about-certificate {
        margin-bottom: 60px;
    }
    .page__delivery {
        margin-bottom: 60px;
    }
    .page__our-services {
        margin-bottom: 40px;
    }
    .hero-certificate__container._container {
        padding: 0;
    }
    .hero-certificate__content {
        padding: 0 15px;
    }
    ._no-webp ._no-webp .hero-certificate__decor {
        background: url('../img/mobile/2x/gift/01@2x.png') -40px -28px / cover
            no-repeat;
    }
    .hero-certificate__decor {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 390px;
        flex: 0 1 390px;
    }
    .hero-certificate__breadcrumbs {
        padding: 55px 15px 0;
    }
    .hero-certificate__subtitile {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .hero-certificate__text {
        max-width: 380px;
        margin-bottom: 40px;
        font-size: 18px;
        text-align: center;
    }
    .hero-certificate__btn {
        max-width: 345px;
        padding: 1em 4em;
    }
    .about-certificate__item_3 {
        padding: 35px 35px 0 35px;
    }
    .about-certificate__text {
        font-size: 36px;
    }
    .delivery__image {
        padding: 0 0 81% 0;
    }
    .delivery__text {
        margin-bottom: 38px;
        font-size: 14px;
    }
    .our-services__title {
        margin-bottom: 10px;
    }
    .our-services__suptitle {
        margin-bottom: 20px;
    }
    .our-services__arrow {
        top: 78%;
    }
    .staff__slider {
        max-width: 320px;
    }
    .staff__slider {
        overflow: visible;
    }
    .staff__slider::before {
        content: '';
        z-index: -1;
        height: 140px;
        width: 83.7728194726%;
        position: absolute;
        top: -22px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background: var(--accent-color-gradient);
        border-radius: 30px;
    }
    .staff__description {
        margin-bottom: 80px;
        font-size: 14px;
    }
    .staff__arrow {
        top: 945px;
    }
    .staff__arrow svg {
        width: 29px;
        height: 47px;
    }
    .staff__arrow_left {
        left: 5px;
    }
    .staff__arrow_right {
        right: 5px;
    }
    .item-staff__name {
        padding: 0 10px;
    }
    .item-staff__name br {
        display: inline;
    }
    .block-staff__description {
        font-size: 14px;
    }
    .akne__suptitle {
        opacity: 0.7;
    }
    .akne__title {
        margin-bottom: 35px;
        text-align: center;
        font-size: 24px;
    }
    .akne__title span {
        display: none;
    }
    .akne__title_01 {
        opacity: 0.7;
        text-align: left;
    }
    .akne__slider {
        margin-bottom: 45px;
    }
    .akne__list-label {
        padding: 30px 10px;
    }
    .akne__list-label._active {
        background: var(--color-white);
        color: var(--accent-font-color);
    }
    .akne__price-label {
        padding: 18px 12px;
        font-size: 14px;
    }
    .akne__text {
        margin-bottom: 40px;
    }
    .akne__text p:not(:last-child) {
        margin-bottom: 15px;
    }
    .akne__cifres {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
    }
    .akne__name-lip {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .akne__row {
        font-size: 14px;
    }
    .akne__name {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 18px 0 18px 20px;
    }
    .akne__name span {
        display: none;
    }
    .akne__price {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 70px;
        flex: 0 1 70px;
    }
    .akne__arrows .total-price__arrow_right {
        right: -10%;
    }
    .akne__arrows .total-price__arrow_left {
        left: -10%;
    }
    .about-rsl__title {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .about-rsl__title i {
        display: none;
    }
    .about-rsl__title span {
        display: block;
        margin-bottom: 12px;
        font-size: 36px;
    }
    .about-rsl__suptititle {
        font-size: 16px;
    }
    .about-rsl__content:not(:last-child) {
        margin: 0 0 40px 0;
    }
    .about-rsl__block {
        margin-bottom: 20px;
    }
    .about-rsl__label {
        font-size: 18px;
    }
    .about-rsl__list {
        margin-bottom: 20px;
    }
    .about-rsl__item:not(:last-child) {
        margin: 0 0 3px 0;
    }
    .about-rsl__item::before {
        -webkit-transform: translate(0, 2px);
        -ms-transform: translate(0, 2px);
        transform: translate(0, 2px);
    }
    .about-rsl__image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .difference-rsl__title {
        margin-bottom: 10px;
    }
    .difference-rsl__title--adv {
        margin-bottom: 30px;
    }
    .difference-rsl__subtitle {
        margin-bottom: 30px;
    }
    .difference-rsl__subtitle br {
        display: inline;
    }
    .difference-rsl__arrow {
        width: 21px;
        height: 40px;
    }
    .difference-rsl__arrow--left {
        left: 8px;
    }
    .difference-rsl__arrow--right {
        right: 8px;
    }
    .difference-rsl__bullets span:not(:last-child) {
        margin: 0 16px 0 0;
    }
    .rsl-questions__item:not(:last-child) {
        margin-bottom: 15px;
    }
    .rsl-questions__label {
        font-size: 16px;
    }
    .rsl-questions__body {
        font-size: 14px;
    }
    .page__breadcrumbs {
        padding-top: 60px;
    }
    .page__prices {
        margin-bottom: 60px;
    }
    .page__about {
        margin-bottom: 60px;
    }
    .page__about_akne {
        margin-bottom: 25px;
    }
    .page__areas {
        margin-bottom: 60px;
    }
    .page__bikini-price {
        margin-bottom: 60px;
    }
    .page__armpits {
        margin-bottom: 60px;
    }
    .page__epil-types {
        margin-bottom: 60px;
    }
    .page__contraindications {
        margin-bottom: 60px;
    }
    .page__indications {
        margin-bottom: 60px;
    }
    .page__lip {
        margin-bottom: 81px;
    }
    .page__mesotherapy {
        margin-bottom: 60px;
    }
    .page__questions {
        margin-bottom: 60px;
        padding: 0 13px;
    }
    .page__read-more {
        padding: 60px 0 60px 0;
    }
    .page__cosmetology {
        margin-bottom: 60px;
    }
    .page__staff {
        margin-bottom: 60px;
    }
    .page__discounts-cards {
        margin-bottom: 60px;
    }
    .page__rejuvenation {
        margin-bottom: 60px;
    }
    .page__akne {
        margin-bottom: 60px;
    }
    .page__difference-rsl {
        margin-bottom: 60px;
    }
    .page__rsl-questions {
        margin-bottom: 60px;
    }
    .contraindications__title {
        font-size: 24px;
    }
    .discounts-cards__title {
        margin-bottom: 92px;
    }
    .discounts-cards__title_b {
        margin-bottom: 20px;
    }
    .discounts-cards__subtitle {
        margin-bottom: 92px;
    }
    .discounts-cards__content {
        padding: 0;
    }
    .discounts-cards__body {
        padding: 0 25px 30px;
    }
    .discounts-cards__image {
        margin-top: -50px;
    }
    .discounts-cards__label {
        margin-bottom: 14px;
        font-size: 18px;
    }
    .discounts-cards__price {
        margin-bottom: 26px;
    }
    .discounts-cards__btn {
        width: 100%;
    }
    .discounts-cards__btn a {
        padding: 18px 24px 22px 26px;
        font-size: 20px;
        font-weight: 700;
        text-transform: none;
    }
    .discounts-cards__btn a br {
        display: none;
    }
    .discounts-cards__arrow {
        width: 21px;
        height: 42px;
    }
    .discounts-cards__arrow_left {
        left: 5px;
    }
    .discounts-cards__arrow_right {
        right: 5px;
    }
    .rejuvenation__subtitle {
        margin-bottom: 8px;
    }
    .rejuvenation__title {
        margin-bottom: 30px;
    }
    .rejuvenation__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 45px 20px;
    }
    .rejuvenation__item {
        margin-bottom: 0;
    }
    .rejuvenation__item {
        font-size: 18px;
    }
    .rejuvenation__item:not(:last-child) {
        margin: 0 0 20px 0;
    }
    .rejuvenation__price-item {
        font-size: 14px;
    }
    .rejuvenation__name {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 20px;
    }
    .rejuvenation__price {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
    }
    #social_iframe {
        display: none !important;
    }
    .amo-button-holder.amo-horisontal {
        display: none !important;
    }
    .top-mention {
        font-size: 20px;
        max-width: 300px;
        margin: 0 auto 20px;
    }
    ._webp .map__map {
        background: url(../img/desktop/about-center/map.webp) -510px 0 / cover no-repeat;
    }
    ._webp .hero-certificate__decor {
        background: url(../img/mobile/2x/gift/01@2x.webp) -40px -28px / cover
            no-repeat;
    }
}
@media (max-width: 430px) {
    .staff__arrow {
        top: 1050px;
    }
}
@media (max-width: 375px) {
    .staff__arrow {
        top: 1090px;
    }
    .staff__arrow_left {
        left: 0;
    }
    .staff__arrow_right {
        right: 0;
    }
}
@media (max-width: 374px) {
    .header__address-mob p {
        font-size: 10px;
    }
}
@media (max-width: 360px) {
    .spoller-product > span {
        left: 75%;
    }
    .about__title_biorev {
        font-size: 24px;
    }
    .hero-certificate__btn {
        padding: 1em 2em;
    }
}
@media (max-width: 355px) {
    .staff__arrow {
        top: 1200px;
    }
}
@media (max-width: 350px) {
    .breadcrumbs__links {
        font-size: 10px;
    }
    .read-more__link {
        font-size: 22px;
    }
    .mob-prices__names {
        padding-left: 20px;
    }
    .hero-certificate__title {
        font-size: 48px;
    }
}
@media (max-width: 340px) {
    .contraindications__title {
        font-size: 22px;
    }
}
@media (max-width: 330px) {
    .definition__title {
        font-size: 18px;
    }
}
@media (max-width: 325px) {
    .mob-prices__label_peeling {
        padding-left: 10px;
    }
}
@media (min-width: 991.98px) and (max-width: 1230px) {
    .menu__list--adverst > li:not(:last-child) {
        margin: 0 15px 0 0;
    }
}
@media (min-width: 991.98px) and (max-width: 1230px) and (max-width: 991.98px) {
    .menu__list--adverst > li:not(:last-child) {
        margin: 0;
    }
}
@media (min-width: 991.98px) and (max-width: 1150px) {
    .menu__list--adverst > li:first-child {
        display: none;
    }
}
@media (min-width: 991.98px) and (max-width: 991.98px) {
    .menu__list > li:not(:last-child) {
        margin: 0;
    }
}
@media (min-width: 1250px) and (max-width: 1350px) {
    .about__image_laser-cosmetology img {
        -o-object-position: -170px;
        object-position: -170px;
    }
}
@media (any-hover: hover) {
    ._btn:hover {
        color: var(--accent-color);
        border-color: var(--color-gray);
    }
    ._btn_white-accent:hover {
        color: #000;
    }
    ._btn_accent:hover {
        background-color: var(--color-light-gray);
    }
    ._btn-green:hover {
        background-color: #03721e;
        color: var(--color-white);
    }
    .popup__close:hover {
        opacity: 1;
    }
    .popup_discount-card__btn:hover {
        -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
        -webkit-transform: translate(0, -3px);
        -ms-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }
    .top-header__cards a:hover::after {
        width: 100%;
    }
    .contacts__arrow.arrow_left:hover {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }
    .contacts__arrow.arrow_right:hover {
        -webkit-transform: rotate(-180deg) scale(1.3);
        -ms-transform: rotate(-180deg) scale(1.3);
        transform: rotate(-180deg) scale(1.3);
    }
    .read-more__link:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }
    .lip__arrow:hover {
        -webkit-transform: translate(0, -50%) scale(1.3);
        -ms-transform: translate(0, -50%) scale(1.3);
        transform: translate(0, -50%) scale(1.3);
    }
    .price-btn__box a:hover,
    .price-page__item:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }
    .total-price__item:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }
    .our-services__arrow:hover {
        -webkit-transform: scale(1.2) translate(0, -50%);
        -ms-transform: scale(1.2) translate(0, -50%);
        transform: scale(1.2) translate(0, -50%);
    }
    .staff__slider {
        padding: 20px;
    }
    .staff__arrow:hover svg {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .item-staff:hover {
        -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        -webkit-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }
    .akne__list-label:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }
    .difference-rsl__arrow svg:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .town-choose__btn._btn_accent:hover {
        color: var(--color-white);
    }
}
._webp ._no-webp .map__map {
    background: url(../img/desktop/about-center/map.webp) 0 0 / cover no-repeat;
}
._webp ._no-webp .hero-certificate__decor {
    background: url(../img/desktop/gift/01.webp) 0 -100px / cover no-repeat;
}
@media (max-width: 1400px) {
    ._webp ._no-webp .hero-certificate__decor {
        background: url(../img/desktop/gift/01.webp) -85px -100px / cover
            no-repeat;
    }
}
@media (max-width: 1100px) {
    ._webp ._no-webp .hero-certificate__decor {
        background: url(../img/desktop/gift/01.webp) 0 -100px / cover no-repeat;
    }
}
@media (max-width: 479.98px) {
    ._webp ._no-webp .map__map {
        background: url(../img/desktop/about-center/map.webp) -510px 0 / cover no-repeat;
    }
}
@media (max-width: 479.98px) {
    ._webp ._no-webp .hero-certificate__decor {
        background: url(../img/mobile/2x/gift/01@2x.webp) -40px -28px / cover
            no-repeat;
    }
}

.price-new .bikini-price__old {
    text-decoration: none;
}
.bikini-price__header {
    background-color: var(--accent-color);
    color: var(--color-white);
}
.bikini-price__header>div {
    color: var(--color-white);
    font-weight: 700;
}
.bikini-price__header .bikini-price__old {
    opacity: 1;
    text-transform: none;
}
.price-new .bikini-price__body {
    overflow: hidden;
}
.price-new .prices__cards{
    display: none;
}
.prices__content--two .prices__time{
    display: none;
}
.prices__content--two .prices__cost{
    flex: auto;
}
.prices__block--full{
    width: 100%;
    flex: auto;
}
.prices__block--single{
    border-radius: 30px;
    overflow: hidden;
}
.prices__row--header .prices__name-lip{
    font-weight: 700;
}
.prices__row--full .prices__name-lip{
    flex: auto;
    border-right: none;
}
.prices__add span{
    font-size: 12px;
    display: block;
    padding-top: 5px;
}
.prices__ml{
    padding-left: 5px;
}
.about__content--start{
    align-items: flex-start;
}
.vedomost{
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}
.vedomost-container{
    padding: 50px 0;
}
.prices__bold{
    color: var(--accent-color);
    font-weight: 700;
}
.areas__info--full {
    flex: auto;
    margin-right: 0;
}
.orhivideo__video{
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}
.orhivideo__video video{
    margin: 0;
    padding: 0;
    display: block;
    height: 100% !important;
    object-fit: cover;
    width: 100%;
}
.orhivideo{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
}
.volume{
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #d40361af;
    cursor: pointer;
    transition: all 0.3s;
}
.volume svg{
    display: block;
    transition: all 0.3s;
    width: 30px;
    height: 30px;
    animation: pulse 0.5s infinite alternate;
}
@keyframes pulse{
    0%{
        transform: scale(0.9);
    }
    100%{
        transform: scale(1);
    }
}
.volume svg line,
.volume svg path{
    stroke: white;
}
.volume svg:last-child{
    opacity: 0;
    display: none;
}
.volume.active svg{
    display: none;
}
.volume.active svg:last-child{
    opacity: 1;
    display: block;
}
.volume.active{
    opacity: 0.3;
}
.volume.active:hover{
    opacity: 1;
}
.subscribe-social{
    display: flex;
    align-items: center;
    gap: 8px;
}
.subscribe{
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    padding: 35px 35px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.subscribe-social a{
    border-radius: 60px;
    background: linear-gradient(140deg, #E6026B -12.76%, #790C3B 117.7%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}
.subscribe-top{
    display: flex;
    justify-content: space-between;
}
.subscribe-title{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.subscribe-title__info{
    border-radius: 60px;
    background: linear-gradient(180deg, #00589A 0%, #072F6F 100%);
    padding: 8px 16px;
    color: #FFF;
    font-family: Muller;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.9px;
    transform: rotate(-4deg);
}
.subscribe-top__title{
    color: #343434;
    font-family: Muller;
    font-size: 30px;
    letter-spacing: 1.5px;    
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}
.subscribe-top__title span:first-child{
    font-size: 60px;
    letter-spacing: 3px;
}
.subscribe-tag{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    max-width: 290px;
    justify-content: flex-end;
}
.subscribe-tag span{
    color: #343434;
    font-family: Muller;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    border-radius: 60px;
    border: 1px solid #E6026B;
    padding: 8px 16px;
}
.subscribe-bottom{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}
.subscribe-bottom__title{
    color: #343434;
    font-family: Muller;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.subscribe-alone{
    padding: 0 0 50px;
    max-width: 860px;
    margin: 0 auto;
}
.for-mob-pad{
    padding-bottom: 30px;
}
.video-subscribe{
    grid-template-columns: 1fr 56.5%;
    gap: 32px;
}
.video-subscribe .subscribe{
    height: 100%;
    justify-content: space-between;
}
.video-subscribe .orhivideo__video{
    max-height: 350px;
}
.subscribe-price{
    display: flex;
    justify-content: flex-end;
    flex: auto;
}
.subscribe-price a{
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.3s ease 0s;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 0.05em;
    color: var(--accent-color);
    text-decoration: underline;
    text-underline-offset: 5px;
}
.subscribe-price a:hover{
    color: var(--font-color-primary);
}
.price-btn__box{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
}
.price-btn__box a{
    height: 120px;
    padding: 20px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.05em;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    border: 1px solid var(--color-semi-dark-gray);
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.3s;
}
.price-btn{
    padding-bottom: 90px;
}
.equipment-price{
    position: absolute;
    left: 100px;
    bottom: 165px;
    background: #ab0751d9;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    grid-gap: 10px;
}
.equipment-price__title{
    font-size: 16px;
}
.equipment-price__value{
    font-weight: 700;
}

@media all and (max-width: 1250px){
    .video-subscribe .orhivideo-content{
        display: block;
    }
    .video-subscribe .orhivideo__video{
        border-radius: 30px;
        margin: 0;
    }
    .video-subscribe{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .volume {
        width: 40px;
        height: 40px;
    }
    .volume svg {
        width: 20px;
        height: 20px;
    }
    .price-btn__box{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media all and (max-width: 991.98px){
    .equipment-price{
        position: relative;
        left: 0;
        bottom: 0;
        margin: 0 auto;
        width: 100%;
        border-radius: 0;
        height: auto;
        padding: 10px 0;
        grid-gap: 10px;
        flex-direction: row;
        flex-wrap: wrap;
        background: var(--accent-color-gradient);
    }
}

@media all and (max-width: 800px){
    .price-btn__box{
        display: flex;
        flex-direction: column;
    }
    .price-btn__box a{
        font-size: 24px;
    }
    .subscribe-price{
        justify-content: center;
    }
    .subscribe-top{
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
    .subscribe-tag span:first-child{
        flex: 1;
        text-align: center;
    }
    .subscribe-bottom{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .subscribe-bottom__title br{
        display: none;
    }
    .subscribe-bottom__title{
        font-size: 16px;
        max-width: 280px;
    }
    .subscribe-title__info{
        font-size: 16px;
        transform: rotate(-4deg) translateX(-5px);
    }
    .video-subscribe .subscribe{
        padding: 35px 20px;
    }
    .subscribe{
        gap: 50px;
    }
    .price-new .mob-prices{
        display: none;
    }
    .price-new .bikini-price__desktop{
        display: block;
    }
    .price-new .bikini-price__item{
        width: 100%;
    }
    .price-new .bikini-price__items{
        flex-direction: column-reverse;
    }
    .price-new .bikini-price__item:first-child {
        margin: 0;
    }
    .price-new .bikini-price__item:last-child {
        margin: 0 0 30px 0;
    }
    .price-new .bikini-price__body{
        font-size: 14px;
    }
    .price-new .bikini-price__row{
        display: grid;
        grid-template-columns: 1fr 102px 102px;
        align-items: stretch;
    }
    .price-new .bikini-price__row>div{
        padding: 15px 15px;
    }
    .price-new  .bikini-price__header .bikini-price__new,
    .price-new  .bikini-price__header .bikini-price__old{
        text-align: center;
    }
    .price-new .bikini-price__add,
    .price-new .bikini-price__main{
        white-space: normal;
    }
    .price-new .bikini-price__name{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .price-new .bikini-price__old{
        opacity: 1;
    }
}

@media all and (max-width: 479.98px){
    .price-btn{
        padding-bottom: 60px;
    }
    .contacts__socials{
        justify-content: space-between;
        gap: 5px;
    }
    .contacts__socials a{
        width: 45px;
        height: 45px;
        margin-right: 0;
    }
    .contacts__socials a img{
        transform: scale(0.8);
    }
}