@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;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:active,
:focus {
    outline: 0;
}
a {
    color: inherit;
}
a:active,
a:focus {
    outline: 0;
}
aside,
footer,
header,
nav,
section {
    display: block;
}
body,
html {
    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%;
}
button,
input,
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;
}
._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;
}
.video-poster,
iframe {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border: none;
    border-radius: 15px;
}
.btn-reset {
    border: none;
    background: 0 0;
    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: 0;
}
.video:focus .video-play-shape,
.video:hover .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::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__town ._icon-geo-header {
    margin-right: 10px;
    font-size: 23px;
}
.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 #fff);
    filter: drop-shadow(0 0 20px #fff);
    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;
}
.hero__link-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    gap: 10px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 4px;
    color: #fff;
    background-color: #ca5687;
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}
.hero__link-more:hover {
    background-color: var(--accent-color);
}
.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;
}
.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;
}
.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 rgba(52, 52, 52, 0.0901960784);
    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 .no-webp ._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;
}
.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;
}
.hero__container {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
.hero__slider._swiper .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.hero__slide {
    position: relative;
    width: 100%;
    padding-bottom: 75px;
}
.hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hero__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero__content {
    position: relative;
    z-index: 3;
    padding: 90px 0 0 40px;
    color: #000;
}
.hero__content_reverse {
    color: #000;
}
.hero__logo {
    margin: 0 0 0.6666666667em 0;
    font-size: 84px;
}
.hero__title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 0 0.7931034483em 0;
    color: #f5f4f5;
    font-size: 58px;
    font-weight: 700;
    line-height: 106.8965517241%;
    text-transform: uppercase;
    background-color: #361b2a;
    border-radius: 15px;
    opacity: 0.7;
}
.hero__title_1 {
    padding: 30px 40px;
    background-image: -o-linear-gradient(
        136deg,
        #144194 0,
        #144194 53%,
        #771494 100%
    );
    background-image: linear-gradient(
        -46deg,
        #144194 0,
        #144194 53%,
        #771494 100%
    );
}
.hero__title_2 {
    padding: 27px 36px 29px 29px;
    background-image: -o-linear-gradient(
        136deg,
        #144194 0,
        #144194 53%,
        #771494 100%
    );
    background-image: linear-gradient(
        -46deg,
        #144194 0,
        #144194 53%,
        #771494 100%
    );
}
.hero__title_3 {
    padding: 18px 55px 11px 42px;
    background-image: -o-linear-gradient(
        136deg,
        #144194 0,
        #144194 53%,
        #771494 100%
    );
    background-image: linear-gradient(
        -46deg,
        #144194 0,
        #144194 53%,
        #771494 100%
    );
}
.hero__title--new {
    display: inline-block;
    margin: 0 0 24px 0;
    font-weight: 300;
    color: #000;
    text-transform: none;
    background-image: none;
    background-color: transparent;
    opacity: 1;
}
.hero__title--new span {
    color: var(--accent-color);
}
.hero__subtitle {
    margin: 0 0 1.1621621622em 0;
    color: #1e0f00;
    font-size: 37px;
    font-weight: 300;
    line-height: 120%;
    text-transform: uppercase;
}
.hero__subtitle_3 {
    max-width: 472px;
    font-size: 29px;
    line-height: 120%;
}
.hero__subtitle--new {
    line-height: 120%;
    font-weight: 700;
    text-transform: none;
}
.hero__subtitle--new i {
    color: var(--accent-color);
    font-style: normal;
}
.hero__descr {
    max-width: 600px;
    font-size: 28px;
    font-weight: 300;
    line-height: 120%;
    margin: 0 0 20px 0;
}
.hero__descr--light {
    font-weight: 300;
}
.hero__descr--large {
    max-width: 500px;
}
.hero__descr i {
    color: var(--accent-color);
    font-style: normal;
}
.hero__list {
    max-width: 625px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hero__list:first-of-type {
    margin: 0 0 20px 0;
}
.hero__list:last-of-type {
    margin: 0 0 55px 0;
}
.hero__item-list {
    position: relative;
    padding-left: 23px;
    color: #1e0f00;
    font-size: 25px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}
.hero__item-list:not(:last-child) {
    margin: 0 15px 0 0;
}
.hero__item-list::before {
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #361b2a;
    background-image: -o-linear-gradient(
        136deg,
        #144194 0,
        #144194 53%,
        #771494 100%
    );
    background-image: linear-gradient(
        -46deg,
        #144194 0,
        #144194 53%,
        #771494 100%
    );
    opacity: 0.9;
}
.hero__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: 282px;
    height: 82px;
    color: #fff;
    font-size: 31px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    border-radius: 15px;
    background-color: #361b2a;
    background-image: -o-linear-gradient(
        136deg,
        #144194 0,
        #144194 53%,
        #771494 100%
    );
    background-image: linear-gradient(
        -46deg,
        #144194 0,
        #144194 53%,
        #771494 100%
    );
    opacity: 0.7;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
.hero__btn_mob {
    display: none;
}
.hero__text {
    color: #1e0f00;
    font-size: 29px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 120%;
}
.hero__text:not(:last-of-type) {
    margin: 0 0 18px 0;
}
.hero__controls {
    position: absolute;
    right: 50%;
    bottom: 20px;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    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;
}
.hero__controls .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-gray);
    -webkit-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}
.hero__controls .swiper-pagination-bullet:not(:last-child) {
    margin: 0 20px 0 0;
}
.hero__controls .swiper-pagination-bullet-active {
    background: #fff;
}
.hero__arrows {
    position: absolute;
    bottom: 0;
    left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 120px;
}
.hero__arrow {
    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;
}
.hero__arrow svg {
    width: 58px;
    height: 58px;
}
.page__services {
    padding-top: 100px;
    padding-bottom: 90px;
}
.services__title {
    margin-bottom: 40px;
}
.services__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.services__items._swiper {
    overflow: visible;
}
.services__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 40px);
    flex: 0 1 calc(50% - 40px);
}
.services__item:nth-child(odd) {
    margin-right: 80px;
}
.services__item:not(:last-child) {
    margin-bottom: 40px;
}
.services__item:last-child {
    margin: 0;
}
.services__slider {
    position: relative;
}
.services__controls {
    display: none;
}
.services__pagination {
    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;
    width: 165px;
    margin: 0 auto;
}
.services__arrow.arrow_left {
    left: -5px;
}
.services__arrow.arrow_right {
    right: -5px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.item-services {
    position: relative;
    padding: 35px;
    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 #dbdbdb;
    background-color: var(--color-white);
}
.item-services__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45.5%;
    flex: 0 1 45.5%;
    max-height: 300px;
    margin: 0 28px 30px 0;
    padding: 0 0 41% 0;
}
.item-services__image img {
    border: 1px solid #e4e4e4;
}
.item-services__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50.2%;
    flex: 0 1 50.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.item-services__label {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 100%;
    color: var(--accent-font-color);
    font-weight: 700;
    letter-spacing: 0.05em;
}
.item-services__label span {
    font-size: 26px;
}
.item-services__description {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    line-height: 138.8888888889%;
}
.item-services__link {
    -ms-flex-item-align: end;
    align-self: flex-end;
    letter-spacing: 0.9px;
}
.item-services__link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
.item-services__link a span {
    margin-left: 10px;
    font-size: 13px;
}
.item-services__link a span::before {
    -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;
}
.adversting-difference__content {
    position: relative;
    max-width: 450px;
    margin: 0 auto;
}
.adversting-difference__slider._swiper {
    overflow: visible;
}
.adversting-difference__slide {
    opacity: 0.5;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: opacity 0.3s ease 0s, -webkit-filter 0.3s ease 0s;
    -o-transition: filter 0.3s ease 0s, opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, -webkit-filter 0.3s ease 0s;
    transition: filter 0.3s ease 0s, opacity 0.3s ease 0s;
    transition: filter 0.3s ease 0s, opacity 0.3s ease 0s,
        -webkit-filter 0.3s ease 0s;
}
.adversting-difference__slide.swiper-slide-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.adversting-difference__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}
.adversting-difference .swiper-button-disabled {
    opacity: 0.3;
}
.page__about-us {
    padding-bottom: 90px;
}
.about-us__suptitle {
    margin: 0 0 0.625em 0;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.about-us__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}
.about-us__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 2 58.8661037394%;
    flex: 0 2 58.8661037394%;
    padding-left: 8px;
    margin-right: 20px;
}
.about-us__slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-us__name {
    margin: 0 18px 0.171875em 0;
    white-space: nowrap;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 120.3125%;
    color: var(--accent-color);
}
.about-us__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 450px;
    flex: 0 1 450px;
    letter-spacing: 0.05em;
    line-height: 122.2222222222%;
    font-weight: 700;
}
.about-us__description {
    opacity: 0.7;
    line-height: 122.2222222222%;
    letter-spacing: 0.05em;
}
.about-us__description p:not(:last-child) {
    margin: 0 0 1.5555555556em 0;
}
.about-us__icons {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.7756332931%;
    flex: 0 1 33.7756332931%;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about-us__btn {
    max-width: 360px;
    margin: 0 auto;
}
.about-us__btn a {
    padding: 1em 5em;
}
.item-about-us {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 235px;
    flex: 0 1 235px;
    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;
}
.item-about-us__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: 21px;
    border-radius: 50%;
    border: 2px solid #d4d4d4;
}
.item-about-us__icon_03 {
    padding-left: 6px;
}
.item-about-us__icon_04 {
    padding-left: 8px;
}
.item-about-us__icon span {
    font-size: 75px;
}
.item-about-us__label {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.05em;
}
.item-about-us__description {
    max-width: 183px;
    margin: 0 auto;
    text-align: center;
    color: rgba(0, 0, 0, 0.55);
    letter-spacing: 0.05em;
    line-height: 133.3333333333%;
}
.item-about-us__description_last {
    max-width: 100px;
}
.page__what-is {
    padding-top: 160px;
}
.what-is__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.no-webp .no-webp .no-webp ._no-webp ._no-webp .what-is__title {
    background: url(../img/desktop/home-page/what-is.png) top left/contain
        no-repeat;
}
.what-is__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 52.0833333333%;
    flex: 0 1 52.0833333333%;
    margin-right: 40px;
}
.what-is__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 44.0476190476%;
    flex: 0 1 44.0476190476%;
}
.what-is__head-text {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 700;
    line-height: 116.6666666667%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.what-is__head-text p:first-child {
    margin: 0 0 1.0416666667em 0;
}
.what-is__head-text p:last-child {
    font-size: 18px;
    line-height: normal;
}
.what-is__head-text br {
    display: none;
}
.what-is__simple-text {
    margin: 0 0 2.7777777778em 0;
    letter-spacing: 0.05em;
    line-height: 122.2222222222%;
}
.what-is__label {
    margin-bottom: 15px;
    color: var(--accent-color);
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 125%;
}
.what-is__label span {
    font-size: 18px;
    line-height: 122.2222222222%;
    letter-spacing: 0.05em;
    text-transform: none;
}
.what-is__list {
    margin-bottom: 40px;
    line-height: 150%;
    letter-spacing: 0.05em;
}
.what-is__dott {
    display: none;
}
.what-is__slash {
    padding: 0 20px;
}
.what-is__slash_2 {
    display: none;
}
.what-is__description {
    margin: 0 0 2.7777777778em 0;
    line-height: 122.2222222222%;
    letter-spacing: 0.05em;
}
.what-is__description p:not(:last-child) {
    margin: 0 0 1.6666666667em 0;
}
.what-is__description span {
    margin-top: 23px;
    display: block;
}
.what-is__btn {
    margin-bottom: 104px;
}
.page__certificates {
    padding-bottom: 90px;
}
.certificates__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.certificates__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48.8095238095%;
    flex: 0 1 48.8095238095%;
    width: 48.8095238095%;
}
.certificate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.certificate:not(:last-child) {
    margin: 0 40px 0 0;
}
.certificate__title {
    position: relative;
    z-index: -1;
    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: 75.36%;
    margin: 0 auto;
    padding: 30px 15px 48px;
    font-size: 24px;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 0.1em;
    opacity: 0.5;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    background-color: var(--color-darkgray);
    -webkit-transform: translate(0, 26px);
    -ms-transform: translate(0, 26px);
    transform: translate(0, 26px);
}
.certificate__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 48px 32px 75px 58px;
    color: var(--color-white);
    background: var(--accent-color-gradient);
    border-radius: 30px;
}
.certificate__body_discount {
    padding: 119px 72px 75px 63px;
}
.certificate__image {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 0 48.4% 0;
}
.certificate__suplable {
    margin-bottom: 17px;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 100%;
    font-weight: 300;
    text-transform: uppercase;
}
.certificate__label {
    margin-bottom: 17px;
    font-size: 60px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 700;
}
.certificate__label_discount {
    font-size: 44px;
    letter-spacing: 0.05em;
}
.certificate__sublabel {
    margin-bottom: 14px;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.certificate__description {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 0 2.5em 0;
    line-height: 122.2222222222%;
    letter-spacing: 0.05em;
}
.certificate__description_discount {
    margin-bottom: 73px;
}
.certificate__description_discount p:first-child {
    margin-bottom: 23px;
}
.certificate__btn {
    color: var(--accent-color);
}
.certificate__discount {
    margin: 0 0 0.3576923077em 0;
    font-size: 260px;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.page__reviews {
    margin-bottom: 90px;
}
.reviews__content {
    position: relative;
}
.reviews__wrapper {
    position: relative;
}
.reviews__bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 172px;
    margin: 0 auto;
    cursor: pointer;
}
.reviews__arrows {
    position: absolute;
    top: -51px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 95px;
}
.reviews__arrow {
    font-size: 29px;
    cursor: pointer;
}
.reviews__arrow::before {
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
.reviews__arrow-right {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    position: absolute;
    top: -1px;
    right: 0;
}
.reviews__slider {
    margin-bottom: 40px;
    border-radius: 30px;
}
.reviews__slide {
    padding: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: -webkit-grabbing;
    cursor: grabbing;
    -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;
    background-color: #fff;
}
.reviews__slide::before {
    display: none;
}
.reviews__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45.6164383562%;
    flex: 0 1 45.6164383562%;
    margin-right: 28px;
}
.reviews__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}
.reviews__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50.4109589041%;
    flex: 0 1 50.4109589041%;
    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: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.reviews__blockquote {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 116.6666666667%;
    letter-spacing: 0.05em;
    color: var(--accent-font-color2);
    font-weight: 700;
}
.reviews__body {
    margin-bottom: 28px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 118.75%;
}
.reviews__body p:not(:last-child) {
    margin: 0 0 20px 0;
}
.reviews__autor {
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 100%;
    text-align: right;
}
.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__item {
    -webkit-tap-highlight-color: transparent;
}
.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;
    -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,
        -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;
}
.adv-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.adv-hero__image {
    margin: -42px -92px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 58.75%;
    flex: 0 1 58.75%;
    padding: 0 0 53.2% 0;
}
.adv-hero__text {
    margin: 0 20px 0 0;
    padding: 300px 15px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.adv-hero__title {
    margin-bottom: 5px;
    font-size: 100px;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
}
.adv-hero__title span {
    color: #ac0752;
}
.adv-hero__subtitle {
    margin-bottom: 15px;
    font-size: 64px;
    line-height: 100%;
    font-weight: 200;
    text-transform: uppercase;
}
.adv-hero__descr {
    max-width: 555px;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 140%;
    font-weight: 200;
}
.adv-hero__descr br {
    display: none;
}
.adv-hero__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.adv-hero__btn {
    width: 360px;
    height: 60px;
    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: 30px;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    text-align: center;
    background-color: #009411;
    -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: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}
.adv-hero__inst {
    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: 60px;
    height: 60px;
    background-color: #dcdcdc;
    border-radius: 50%;
}
.adv-hero__inst img {
    -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.adv-benefits__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 54.2857142857%;
    flex: 0 1 54.2857142857%;
}
.adv-benefits__items {
    margin-bottom: 32px;
}
.adv-benefits__items--second {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}
.adv-benefits__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 29.0570175439%;
    flex: 0 1 29.0570175439%;
}
.adv-benefits__item--first {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48.1359649123%;
    flex: 0 1 48.1359649123%;
    margin-right: 70px;
}
.adv-benefits__item--second {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 34.7587719298%;
    flex: 0 1 34.7587719298%;
}
.item-adv-benefits {
    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-bottom: 20px;
}
.item-adv-benefits--large {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 0;
}
.item-adv-benefits--large .item-adv-benefits__icon {
    margin: 0 30px 0 0;
}
.item-adv-benefits--large .item-adv-benefits__descr {
    text-align: left;
}
.item-adv-benefits__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 141px;
    flex: 0 0 141px;
    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;
    font-size: 75px;
    border-radius: 50%;
    border: 2px solid #d5d5d5;
}
.item-adv-benefits__label {
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 100%;
    font-weight: 700;
}
.item-adv-benefits__descr {
    font-size: 18px;
    line-height: 133.3333333333%;
    color: rgba(0, 0, 0, 0.55);
    text-align: center;
}
.item-adv-benefits__descr span {
    white-space: nowrap;
}
.discount-adv-benefits {
    padding: 100px;
    -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 0 0 30px;
}
.discount-adv-benefits__label {
    margin-bottom: 10px;
    font-size: 120px;
    line-height: 100%;
    color: #ac0752;
    font-weight: 700;
    text-transform: uppercase;
}
.discount-adv-benefits__caption {
    margin-bottom: 20px;
    color: #ac0752;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 80px;
    line-height: 100%;
}
.discount-adv-benefits__descr {
    max-width: 536px;
    margin-bottom: 60px;
    font-size: 30px;
    line-height: 100%;
    font-weight: 300;
    text-transform: uppercase;
}
.discount-adv-benefits__btn {
    max-width: 360px;
}
.adv-scheme__circle {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    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: 667px;
    height: 667px;
    margin-right: 185px;
    font-weight: 700;
}
.no-webp .no-webp .no-webp ._no-webp ._no-webp .adv-scheme__circle::after {
    background: url(../img/desktop/advertising/circle-2.png) 0 0 / cover
        no-repeat;
}
.adv-scheme__circle::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(155.13deg);
    -ms-transform: rotate(155.13deg);
    transform: rotate(155.13deg);
}
.adv-scheme__slogan {
    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;
    font-size: 40px;
    line-height: 100%;
    color: var(--accent-color);
    text-transform: uppercase;
}
.adv-scheme__slogan span {
    margin-top: 10px;
    font-size: 70px;
}
.adv-scheme__item {
    position: absolute;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 100%;
    color: var(--accent-color);
}
.adv-scheme__item::before {
    content: '';
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: var(--accent-color);
}
.adv-scheme__item--01 {
    top: 42.67px;
    right: -41px;
}
.adv-scheme__item--02 {
    top: 26.3%;
    right: 33%;
}
.adv-scheme__item--03 {
    top: 42.3%;
    right: -22.5%;
}
.adv-scheme__item--04 {
    top: 65.3%;
    right: -26.5%;
}
.adv-scheme__item--05 {
    top: 83.3%;
    right: 8%;
}
.adv-scheme__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 37.5757575758%;
    flex: 0 1 37.5757575758%;
}
.adv-scheme__suptitle {
    margin-bottom: 30px;
}
.adv-scheme__title {
    margin-bottom: 30px;
    line-height: 110%;
}
.adv-scheme__descr {
    margin-bottom: 27px;
    font-size: 20px;
    line-height: 140%;
    font-weight: 200;
}
.adv-scheme__btn {
    width: 100%;
    max-width: 585px;
    padding: 20px;
    text-align: center;
}
.adv-price__title {
    text-align: center;
}
.adv-price__content {
    position: relative;
    max-width: 95%;
    margin: 0 auto;
}
.adv-price__items {
    margin: 0 -20px;
    padding: 20px;
}
.adv-price__items .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.adv-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-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 10px;
    border: 1px solid #eee;
    -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;
}
.adv-price__label {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.adv-price__icon {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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: 105px;
    margin-bottom: 20px;
}
.adv-price__caption {
    margin-bottom: 16px;
    text-align: center;
    font-size: 20px;
    line-height: 100%;
}
.adv-price__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px 30px;
    padding: 0 10px;
    background-color: #ebebeb;
}
.adv-price__price {
    -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;
    font-size: 24px;
    line-height: 100%;
    padding: 15px 0 11px;
}
.adv-price__price--old {
    font-weight: 300;
    text-decoration: line-through;
    border-right: 2px solid #d8d8d8;
    opacity: 0.5;
}
.adv-price__price--new {
    font-weight: 700;
    color: var(--accent-color);
}
.adv-price__btn a {
    max-width: 100%;
    width: 240px;
    margin: 0 auto;
    padding: 20px;
}
.adv-price__arrows {
    display: none;
}
.adv-price__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.adv-price__arrow.staff__arrow_left {
    left: -60px;
}
.adv-price__arrow.staff__arrow_right {
    right: -60px;
}
.adv-price__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;
}
.adv-price__bullets {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.adv-price__bullets span:not(:last-child) {
    margin: 0 10px 0 0;
}
.adv-staff__title {
    text-align: center;
}
.adv-staff__content {
    position: relative;
}
.adv-staff__slider {
    margin-bottom: 15px;
    padding: 20px;
}
.adv-staff__item {
    position: relative;
    background-color: #fff;
}
.adv-staff__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;
}
.adv-staff__arrow {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.adv-staff__bullets {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.adv-staff__bullets span:not(:last-child) {
    margin: 0 10px 0 0;
}
.adv-new-clients__top {
    margin: 0 auto 65px;
}
.top-new-clients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top-new-clients__title {
    margin-bottom: 5px;
    line-height: 120%;
}
.top-new-clients__subtitle {
    line-height: 120%;
    font-weight: 300;
    font-size: 40px;
}
.top-new-clients__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 590px;
    flex: 0 1 590px;
}
.top-new-clients__slogan {
    margin-bottom: 50px;
    font-size: 70px;
    line-height: 100%;
    font-weight: 700;
    color: var(--accent-color);
}
.top-new-clients__slogan span {
    font-size: 120px;
    line-height: 100%;
}
.top-new-clients__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: 100%;
    padding: 21px 20px 19px;
    font-size: 20px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    background-color: #009411;
    -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: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}
.bottom-new-clients {
    padding: 85px 75px;
    color: #fff;
    background: -o-linear-gradient(309.66deg, #e6026b -12.76%, #790c3b 117.7%);
    background: linear-gradient(140.34deg, #e6026b -12.76%, #790c3b 117.7%);
    border-radius: 30px;
}
.bottom-new-clients__suplable {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 100%;
    font-weight: 300;
    text-transform: uppercase;
}
.bottom-new-clients__title {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 74px;
    font-weight: 700;
}
.bottom-new-clients__subtitle {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 100%;
}
.bottom-new-clients__btn {
    color: var(--accent-color);
}
.inner-video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 32%;
    border-radius: 15px;
}
.inner-video embed,
.inner-video iframe,
.inner-video object,
.inner-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.adv-video {
    margin-bottom: 85px;
}
.adv-video__body {
    max-width: 800px;
    margin: 0 auto;
}
.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;
}
.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 147px;
}
.page--adv {
    padding-top: 0;
    letter-spacing: 0.05em;
}
.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__adv-hero {
    margin-bottom: 50px;
}
.page__adv-benefits {
    margin-bottom: 143px;
    padding-top: 40px;
}
.page__adv-scheme {
    margin-bottom: 67px;
    padding-top: 40px;
}
.page__adv-price {
    margin-bottom: 80px;
    padding-top: 40px;
}
.page__adv-equipment {
    margin-bottom: 50px;
    padding-top: 40px;
}
.page__adv-staff {
    margin-bottom: 65px;
    padding-top: 40px;
}
.page__adv-new-clients {
    padding-top: 40px;
    margin-bottom: 90px;
}
.page__difference-adversting {
    margin-bottom: 80px;
    padding-top: 40px;
}
.page__difference-adversting .difference-rsl__content {
    max-width: 600px;
}
#social_iframe {
    width: auto !important;
}
.call-us {
    padding: 100px 15px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.call-us__body {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    margin: 0 auto;
}
.call-us__item {
    padding: 22px 27px;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    -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;
    letter-spacing: 0.05em;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.call-us__item--tg {
    background-color: #08c;
}
.call-us__item--vk {
    background-color: #07f;
}
.call-us__item--wa {
    background-color: #43d854;
}
.call-us__item--phone {
    background-color: #b20754;
}
._only-mobile {
    display: none;
}
._webp .map__map {
    background: url(../img/desktop/about-center/map.webp) 0 0 / cover no-repeat;
}
._webp .what-is__title {
    background: url(../img/desktop/home-page/what-is.webp) top left/contain
        no-repeat;
}
._webp .adv-scheme__circle::after {
    background: url(../img/desktop/advertising/circle-2.webp) 0 0 / 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: rgba(52, 52, 52, 0.7803921569);
    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(0);
        transform: rotateX(0);
    }
    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(0);
        transform: rotateX(0);
    }
    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(0);
        transform: rotateX(0);
    }
}
@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(0);
        transform: rotateX(0);
    }
}
._webp ._no-webp .map__map {
    background: url(../img/desktop/about-center/map.webp) 0 0 / cover no-repeat;
}
._webp ._no-webp .what-is__title {
    background: url(../img/desktop/home-page/what-is.webp) top left/contain
        no-repeat;
}
._webp ._no-webp .adv-scheme__circle::after {
    background: url(../img/desktop/advertising/circle-2.webp) 0 0 / cover
        no-repeat;
}
.webp ._no-webp ._no-webp .map__map {
    background: url(../img/desktop/about-center/map.webp) 0 0 / cover no-repeat;
}
.webp ._no-webp ._no-webp .what-is__title {
    background: url(../img/desktop/home-page/what-is.webp) top left/contain
        no-repeat;
}
.webp ._no-webp ._no-webp .adv-scheme__circle::after {
    background: url(../img/desktop/advertising/circle-2.webp) 0 0 / cover
        no-repeat;
}
.webp .no-webp ._no-webp ._no-webp .map__map {
    background: url(../img/desktop/about-center/map.webp) 0 0 / cover no-repeat;
}
.webp .no-webp ._no-webp ._no-webp .what-is__title {
    background: url(../img/desktop/home-page/what-is.webp) top left/contain
        no-repeat;
}
.webp .no-webp ._no-webp ._no-webp .adv-scheme__circle::after {
    background: url(../img/desktop/advertising/circle-2.webp) 0 0 / cover
        no-repeat;
}
.bottom-header__social{
    display: none;
}


@media (min-width: 700px) {
    .adv-benefits__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 767.98px) {
    .item-staff._active {
        background-color: var(--accent-color);
        color: var(--color-white);
    }
    .call-us__body {
        max-width: 1200px;
    }
}
@media (min-width: 991.98px) {
    .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%;
    }
    .top-new-clients {
        max-width: 1470px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .top-new-clients__body {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 42.8571428571%;
        flex: 1 1 42.8571428571%;
        margin-right: 20px;
    }
    .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;
    }
}
@media (min-width: 1160px) {
    .adv-scheme__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .adv-scheme__body {
        padding-top: 84px;
    }
}
@media (min-width: 1250px) {
    .adv-benefits__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .adv-benefits__discount {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 46.5476190476%;
        flex: 0 1 46.5476190476%;
        -webkit-transform: translateX(14%);
        -ms-transform: translateX(14%);
        transform: translateX(14%);
    }
    .hero__wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 57%;
        flex: 0 1 57%;
    }
    .hero__content_reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 80px;
    }
}
@media (max-width: 1787px) {
    .adv-hero__image {
        margin: 0 -92px 0 0;
    }
}
@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);
    }
    .hero__title {
        font-size: calc(24px + 34 * (100vw - 320px) / 1455);
    }
    .hero__subtitle {
        font-size: calc(16px + 21 * (100vw - 320px) / 1455);
    }
    .about-us__name {
        font-size: calc(32px + 32 * (100vw - 320px) / 1455);
    }
    .page__what-is {
        padding-top: calc(84px + 76 * (100vw - 320px) / 1455);
    }
    .certificate__label {
        font-size: calc(34px + 26 * (100vw - 320px) / 1455);
    }
    .certificate__sublabel {
        font-size: calc(14px + 22 * (100vw - 320px) / 1455);
    }
    .certificate__discount {
        font-size: calc(90px + 170 * (100vw - 320px) / 1455);
    }
    .adv-hero__title {
        font-size: calc(44px + 56 * (100vw - 320px) / 1455);
    }
    .adv-hero__subtitle {
        font-size: calc(28px + 36 * (100vw - 320px) / 1455);
    }
    .top-new-clients__subtitle {
        font-size: calc(16px + 24 * (100vw - 320px) / 1455);
    }
    .top-new-clients__slogan {
        font-size: calc(24px + 46 * (100vw - 320px) / 1455);
    }
    .bottom-new-clients__title {
        font-size: calc(28px + 46 * (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);
    }
}
@media (max-width: 1740px) {
    .what-is__slash_2 {
        display: inline;
    }
}
@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) {
    .hero__image img {
        -o-object-position: right top;
        object-position: right top;
    }
    .hero__image--new img {
        -o-object-position: center top;
        object-position: center top;
    }
    .what-is__slash_3 {
        opacity: 0;
    }
}
@media (max-width: 1550px) {
    .about-us__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 2 976px;
        flex: 0 2 976px;
        padding-left: 0;
    }
    .about-us__icons {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 540px;
        flex: 0 1 540px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0;
    }
    .no-webp .no-webp .no-webp ._no-webp ._no-webp .what-is__title {
        background: url(../img/desktop/home-page/what-is.png) center 90px /
            contain no-repeat;
    }
    .item-staff__name {
        font-size: 24px;
    }
    .adv-scheme__circle {
        margin-left: -150px;
    }
    ._webp .what-is__title {
        background: url(../img/desktop/home-page/what-is.webp) center 90px /
            contain no-repeat;
    }
    ._webp ._no-webp .what-is__title {
        background: url(../img/desktop/home-page/what-is.webp) center 90px /
            contain no-repeat;
    }
    .webp ._no-webp ._no-webp .what-is__title {
        background: url(../img/desktop/home-page/what-is.webp) center 90px /
            contain no-repeat;
    }
    .webp .no-webp ._no-webp ._no-webp .what-is__title {
        background: url(../img/desktop/home-page/what-is.webp) center 90px /
            contain no-repeat;
    }
}
@media (max-width: 1540px) {
    .certificate__image {
        margin-bottom: 76px;
    }
    .certificate__label {
        font-size: 42px;
    }
    .certificate__label_discount {
        font-size: 32px;
    }
    .certificate__sublabel {
        font-size: 28px;
    }
    .certificate__description_discount {
        margin-bottom: 70px;
    }
    .certificate__discount {
        font-size: 191px;
        margin-bottom: 130px;
    }
}
@media (max-width: 1500px) {
    .footer__logo {
        margin-right: 80px;
    }
    .hero__image img {
        -o-object-position: 85% top;
        object-position: 85% top;
    }
    .hero__image_default img {
        -o-object-position: right top;
        object-position: right top;
    }
    .hero__image--new img {
        -o-object-position: 28% top;
        object-position: 28% top;
    }
    .hero__title_1 {
        max-width: 780px;
    }
    .adv-hero__text {
        padding-top: 200px;
    }
}
@media (max-width: 1460px) {
    .adv-benefits__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 57.1428571429%;
        flex: 0 1 57.1428571429%;
    }
}
@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%;
    }
    .staff__arrow {
        top: 635px;
    }
    .adv-benefits__item--first {
        margin-right: 30px;
    }
    .discount-adv-benefits {
        padding: 60px;
    }
    .discount-adv-benefits__label {
        font-size: 80px;
    }
    .discount-adv-benefits__caption {
        font-size: 50px;
    }
    .discount-adv-benefits__descr {
        font-size: 28px;
        line-height: 120%;
    }
    .adv-staff__arrow {
        top: 50%;
    }
}
@media (max-width: 1400px) {
    .footer__content {
        padding: 20px;
    }
    .footer__decor {
        display: none;
    }
}
@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: 1370px) {
    .top-new-clients__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 40.1360544218%;
        flex: 0 1 40.1360544218%;
    }
}
@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;
    }
    .certificate__title {
        font-size: 20px;
    }
    .certificate__description_discount {
        margin: 0 0 2.5em 0;
    }
    .reviews__body {
        font-size: 24px;
    }
}
@media (max-width: 1340px) {
    .adv-scheme__circle {
        margin-left: -250px;
    }
}
@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;
    }
    .about-us__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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about-us__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin: 0 0 55px 0;
    }
    .about-us__icons {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    .what-is__suptitle {
        text-align: center;
    }
    .what-is__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;
    }
    .no-webp .no-webp .no-webp ._no-webp ._no-webp .what-is__title {
        background: url(../img/desktop/home-page/what-is.png) top left/contain
            no-repeat;
    }
    .what-is__title {
        max-width: 100%;
        text-align: center;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: 750px;
        flex-basis: 750px;
        margin: 0;
    }
    .what-is__text {
        margin-top: -60px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .certificates__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;
    }
    .certificates__card {
        width: 80%;
        max-width: 750px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .certificate:not(:last-child) {
        margin: 0 0 50px 0;
    }
    .certificate__label {
        font-size: 60px;
    }
    .certificate__sublabel {
        font-size: 36px;
    }
    .certificate__discount {
        font-size: 260px;
        margin: 0 0 0.3576923077em 0;
    }
    ._webp .what-is__title {
        background: url(../img/desktop/home-page/what-is.webp) top left/contain
            no-repeat;
    }
    ._webp ._no-webp .what-is__title {
        background: url(../img/desktop/home-page/what-is.webp) top left/contain
            no-repeat;
    }
    .webp ._no-webp ._no-webp .what-is__title {
        background: url(../img/desktop/home-page/what-is.webp) top left/contain
            no-repeat;
    }
    .webp .no-webp ._no-webp ._no-webp .what-is__title {
        background: url(../img/desktop/home-page/what-is.webp) top left/contain
            no-repeat;
    }
}
@media (max-width: 1300px) and (max-width: 1775px) {
    .what-is__title {
        -ms-flex-preferred-size: calc(600px + 150 * (100vw - 320px) / 1455);
        flex-basis: calc(600px + 150 * (100vw - 320px) / 1455);
    }
    .certificate__label {
        font-size: calc(34px + 26 * (100vw - 320px) / 1455);
    }
    .certificate__sublabel {
        font-size: calc(14px + 22 * (100vw - 320px) / 1455);
    }
    .certificate__discount {
        font-size: calc(90px + 170 * (100vw - 320px) / 1455);
    }
}
@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: 1260px) {
    .hero__title_1 {
        max-width: none;
    }
    .hero__content_reverse {
        padding-top: 60px;
    }
}
@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;
    }
    .adv-benefits__body {
        margin-bottom: 50px;
    }
    .adv-benefits__discount {
        width: 100%;
        max-width: 700px;
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .discount-adv-benefits__descr {
        text-align: center;
    }
}
@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: 1200px) {
    .what-is__dott {
        display: inline;
    }
    .what-is__slash {
        display: none;
    }
    .staff__arrow {
        top: 730px;
    }
    .adv-staff__arrow {
        top: 50%;
    }
    .inner-video {
        padding-bottom: 48%;
    }
}
@media (max-width: 1170px) {
    .services__items {
        display: block;
    }
    .services__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .services__item:nth-child(odd) {
        margin-right: 0;
    }
    .item-services__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 300px;
        padding: 23%;
    }
    .item-services__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}
@media (max-width: 1160px) {
    .adv-scheme__circle {
        margin: 0 auto 60px;
    }
    .adv-scheme__item--01 {
        top: 0;
        right: 33%;
    }
    .adv-scheme__item--02 {
        top: 68%;
        right: 28%;
    }
    .adv-scheme__item--03 {
        top: 18%;
        right: 35.5%;
    }
    .adv-scheme__item--04 {
        top: 81.4%;
        right: 35.5%;
    }
    .adv-scheme__item--05 {
        top: 94%;
        right: 39.5%;
    }
}
@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;
    }
    .hero__slide {
        min-height: 1500px;
    }
    .hero__image img {
        -o-object-position: right bottom;
        object-position: right bottom;
    }
    .hero__descr {
        font-size: 23px;
    }
}
@media (max-width: 1100px) {
    .footer__bottom {
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 1050px) {
    .bottom-header__logo-text {
        display: none;
    }
    .bottom-header__logo-text--adverst {
        display: block;
        width: 267px;
    }
    .item-about-us {
        margin-bottom: 45px;
    }
}
@media (max-width: 991.98px) {
    .bottom-header__social{
        position: absolute;
        right: 70px;
        top: 20px;
        display: block;
    }
    .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::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-white.svg) center/18px
            10px no-repeat;
    }
    .hero__logo {
        font-size: 60px;
    }
    .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 rgba(52, 52, 52, 0.1725490196);
    }
    .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 rgba(52, 52, 52, 0.1725490196);
    }
    .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 rgba(52, 52, 52, 0.1725490196);
    }
    .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: transparent;
    }
    .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: #fff;
        -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 rgba(52, 52, 52, 0.1725490196);
        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;
    }
    .hero__slide {
        min-height: 1300px;
    }
    .page__services {
        padding-top: 80px;
    }
    .staff__slider {
        max-width: 85%;
    }
    .staff__arrow {
        top: 890px;
    }
    .staff__arrow_left {
        left: -12px;
    }
    .staff__arrow_right {
        right: -12px;
    }
    .adv-hero__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;
    }
    .adv-hero__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        max-width: 700px;
        margin: 0 auto 40px;
        padding: 0 0 70% 0;
        min-height: 600px;
    }
    .adv-hero__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        padding-top: 0;
        margin: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .adv-staff__arrow {
        top: 50%;
    }
    .top-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;
    }
    .top-new-clients {
        margin-bottom: 90px;
    }
    .top-new-clients__body {
        margin-bottom: 40px;
    }
    .top-new-clients__title {
        text-align: center;
    }
    .top-new-clients__subtitle {
        text-align: center;
    }
    .top-new-clients__slogan {
        text-align: center;
        margin-bottom: 25px;
    }
    .top-new-clients__slogan br {
        display: none;
    }
    .top-new-clients__slogan span {
        display: block;
    }
    .difference-rsl__arrow--left {
        left: -30px;
    }
    .difference-rsl__arrow--right {
        right: -30px;
    }
    .page {
        padding-top: 113px;
    }
    .page--adv {
        padding-top: 0;
    }
    .page__adv-staff {
        margin-bottom: 25px;
    }
    .town-modal {
        top: 119px;
        left: 16px;
    }
}
@media (max-width: 991.98px) and (max-width: 479.98px) {
    .contacts__item {
        width: 100%;
    }
}
@media (max-width: 812px) {
    .about-us__suptitle {
        text-align: center;
    }
    .about-us__slogan {
        -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: 24px;
    }
    .about-us__name {
        margin-right: 0;
    }
    .about-us__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
    }
}
@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;
    }
    .hero__slide {
        min-height: 1200px;
    }
    .page__services {
        padding-bottom: 0;
    }
    .services__suptitle {
        text-align: center;
    }
    .services__title {
        margin-bottom: 49px;
        text-align: center;
    }
    .services__items {
        margin-bottom: 20px;
    }
    .services__slider {
        max-width: 90%;
        margin: 0 auto;
    }
    .services__controls {
        display: block;
        margin-bottom: 60px;
    }
    .services__arrow {
        position: absolute;
        top: 55.5%;
        width: 24px;
        height: 48px;
    }
    .services__arrow svg {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .item-services {
        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-services__image {
        margin-right: 0;
    }
    .item-services__link {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .item-services__link a {
        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;
        margin-right: 0;
        padding: 20px 65px;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        -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: 1px solid var(--font-color-primary);
    }
    .item-services__link a span {
        display: none;
    }
    .what-is__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 500px;
        flex: 0 1 500px;
    }
    .what-is__head-text {
        margin-bottom: 19px;
    }
    .certificates__card {
        width: 100%;
    }
    .certificate__image {
        margin-bottom: 35px;
    }
    .certificate__suplable {
        font-size: 16px;
    }
    .reviews__slider {
        padding-top: 30px;
    }
    .reviews__slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .reviews__slide::before {
        display: block;
        z-index: -1;
    }
    .reviews__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%;
        margin: 0 0 35px 0;
    }
    .reviews__image::before {
        display: none;
    }
    .reviews__blockquote {
        font-size: 18px;
        text-align: center;
    }
    .reviews__body {
        font-size: 14px;
    }
    .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);
    }
    .adv-staff__item {
        overflow: visible;
    }
    .inner-video {
        padding-bottom: 55%;
    }
    .difference-rsl__content {
        width: 100%;
        max-width: 596px;
    }
    .page__breadcrumbs {
        margin-bottom: 40px;
        padding-top: 70px;
    }
    .call-us__body {
        max-width: 400px;
        gap: 20px;
    }
    .hero__content_reverse {
        padding-top: 70px;
    }
}
@media (max-width: 767.98px) and (max-width: 479.98px) {
    .services__arrow {
        top: 314px;
    }
}
@media (max-width: 700px) {
    .adv-benefits__item--first {
        margin-right: 0;
    }
    .item-adv-benefits:not(:last-child) {
        margin: 0 0 32px 0;
    }
    .item-adv-benefits--large {
        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;
        padding-bottom: 20px;
    }
    .item-adv-benefits--large .item-adv-benefits__icon {
        margin: 0 0 30px 0;
    }
    .item-adv-benefits--large .item-adv-benefits__descr {
        text-align: center;
    }
    .item-adv-benefits__label {
        text-align: center;
    }
    .adv-scheme__content {
        margin: 0 -70px;
    }
    .adv-scheme__body {
        padding: 0 70px;
    }
}
@media (max-width: 700px) and (max-width: 479.98px) {
    .item-adv-benefits:not(:last-child) {
        margin: 0 0 15px 0;
    }
}
@media (max-width: 670px) {
    .difference-rsl__arrow--left {
        left: 0;
    }
    .difference-rsl__arrow--right {
        right: 0;
    }
    .page {
        padding-top: 75px;
    }
    .page--adv {
        padding-top: 0;
    }
}
@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) {
    .hero__slide {
        min-height: 900px;
    }
    .hero__content {
        padding-left: 25px;
        padding-top: 75px;
    }
    .hero__content--pt {
        padding-top: 95px;
    }
    .hero__title {
        font-size: 29px;
    }
    .hero__title_1 {
        max-width: 274px;
        padding: 13px 17px 15px;
    }
    .hero__title_2 {
        max-width: 296px;
        margin-bottom: 20px;
        padding: 13px;
        font-size: 21px;
        line-height: 110%;
    }
    .hero__title_3 {
        max-width: 280px;
        margin-bottom: 30px;
        font-size: 38px;
        padding: 24px 10px;
    }
    .hero__subtitle_3 {
        max-width: 300px;
        margin-bottom: 41px;
    }
    .hero__list:first-of-type {
        margin-bottom: 5px;
    }
    .hero__list:last-of-type {
        margin-bottom: 65px;
    }
    .hero__list {
        -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;
    }
    .hero__item-list:not(:last-child) {
        margin: 0 0 5px 0;
    }
    .hero__item-list::before {
        width: 7px;
        height: 7px;
    }
    .hero__item-list {
        padding-left: 14px;
        font-size: 13px;
        line-height: 13.45px;
    }
    .hero__btn_desktop {
        display: none;
    }
    .hero__btn_mob {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 170px;
        height: 33px;
        border-radius: 17px;
        background-color: #009411;
        background-image: none;
        font-size: 11px;
        font-weight: 300;
    }
    .hero__text:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .hero__text {
        font-size: 17px;
    }
    .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;
    }
    ._only-desktop {
        display: none;
    }
    ._only-mobile {
        display: inline-block;
    }
    .hero__descr {
        max-width: 200px;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .hero__btn_new {
        position: relative;
        text-transform: none;
        text-align: center;
        font-weight: 700;
        height: 45px;
        font-size: 15px;
        line-height: 120%;
        border-radius: 6px;
        opacity: 1;
        background-color: #4cca63;
    }
    .hero__btn_new::after {
        content: '';
        display: block;
        position: absolute;
        top: -12px;
        right: -12px;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        overflow: hidden;
        background: url(../img/icons/wa2.svg) center/cover no-repeat;
    }
    .hero__descr--large {
        max-width: none;
    }
    ._only-desktop {
        display: none;
    }
    ._only-mobile {
        display: inline-block;
    }
    .hero__descr {
        max-width: 200px;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 30px;
    }
}
@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 rgba(52, 52, 52, 0.1843137255);
    }
    .equipment__title {
        margin-bottom: 101px;
    }
    .product__body {
        padding-top: 205px;
    }
    .product__image {
        top: -70px;
        width: 250px;
        min-width: 250px;
    }
    .hero__controls {
        position: static;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 10px;
        width: 170px;
        margin: 0 auto;
    }
    .staff__arrow {
        top: 1100px;
    }
    .adv-scheme__btn {
        width: 100%;
    }
    .adv-staff__arrow {
        top: 50%;
    }
}
@media (max-width: 550px) {
    .item-about-us:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 520px) {
    .about-us__icons {
        -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;
    }
}
@media (max-width: 479.98px) {
    body {
        font-size: 14px;
    }
    ._btn {
        width: 100%;
        max-width: 320px;
    }
    ._title {
        margin-bottom: 30px;
        text-align: center;
    }
    ._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__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 .no-webp ._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: 320px;
        margin: 0 auto;
    }
    .contacts__slide {
        max-height: 293px;
    }
    .contacts__slide.swiper-slide-active img {
        border-radius: 30px;
    }
    .contacts__slide img {
        border-radius: 30px;
        width: 320px;
        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;
    }
    .breadcrumbs__folder {
        display: none;
    }
    .breadcrumbs__dots {
        color: var(--color-gray);
        display: inline;
    }
    .hero__slide {
        min-height: 700px;
    }
    .hero__arrows {
        width: 100px;
        left: 16px;
    }
    .hero__arrow svg {
        display: none;
    }
    .hero__arrow_left {
        width: 30px;
        height: 47px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        background: url(../img/icons/sprites/hero-arrow-left.svg) 0 0 / cover
            no-repeat;
    }
    .hero__arrow_right {
        width: 30px;
        height: 47px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        background: url(../img/icons/sprites/hero-arrow-right.svg) 0 0 / cover
            no-repeat;
    }
    .page__services {
        padding-top: 60px;
    }
    .services__items {
        max-width: 320px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .services__slider {
        max-width: 320px;
    }
    .item-services__image {
        width: 250px;
        margin-bottom: 35px;
        padding: 49.5%;
    }
    .item-services__image img {
        border-radius: 30px;
    }
    .item-services__label {
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 50px;
        margin-bottom: 18px;
        font-size: 24px;
        text-align: center;
    }
    .item-services__label span {
        font-size: 18px;
    }
    .item-services__description {
        font-size: 16px;
        margin-bottom: 27px;
    }
    .page__about-us {
        padding-bottom: 80px;
    }
    .about-us__suptitle {
        font-size: 18px;
    }
    .about-us__btn {
        max-width: 320px;
    }
    .about-us__btn a {
        padding: 1em 2em;
    }
    .what-is__container {
        padding: 0;
    }
    .no-webp .no-webp .no-webp ._no-webp ._no-webp .what-is__title {
        background: url(../img/mobile/home-page/what-is.png) center/100%
            no-repeat;
    }
    .what-is__title {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 600px;
        flex: 0 1 600px;
        font-size: 24px;
    }
    .what-is__title span {
        display: block;
        padding: 0 15px;
    }
    .what-is__text {
        padding: 0 15px;
    }
    .what-is__head-text {
        font-size: 16px;
    }
    .what-is__head-text p:last-child {
        font-size: 10px;
    }
    .what-is__head-text br {
        display: inline;
    }
    .what-is__simple-text {
        margin-bottom: 20px;
    }
    .what-is__label span {
        display: block;
        margin-bottom: 10px;
    }
    .what-is__label {
        margin-bottom: 14px;
        font-size: 18px;
    }
    .what-is__list {
        margin-bottom: 24px;
    }
    .what-is__description {
        color: #717171;
    }
    .what-is__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;
        margin-bottom: 60px;
    }
    .page__certificates {
        padding-bottom: 60px;
    }
    .certificate:not(:last-child) {
        margin-bottom: 24px;
    }
    .certificate__title {
        padding: 20px 5px 33px;
        font-size: 14px;
    }
    .certificate__body {
        padding: 42px 25px 40px;
    }
    .certificate__body_discount {
        padding: 68px 41px 40px;
    }
    .certificate__image {
        margin-bottom: 24px;
    }
    .certificate__label_discount {
        margin-bottom: 24px;
    }
    .certificate__btn {
        width: 100%;
        margin: 0 auto;
    }
    .page__reviews {
        margin-bottom: 60px;
    }
    .reviews__content {
        position: static;
        padding: 0 13px;
    }
    .reviews__arrows {
        position: static;
    }
    .reviews__arrow {
        position: absolute;
        top: 330px;
    }
    .reviews__arrow-right {
        right: -18px;
    }
    .reviews__arrow-left {
        position: absolute;
        left: -18px;
    }
    .reviews__slider {
        margin-bottom: 20px;
    }
    .reviews__slide {
        padding-bottom: 30px;
    }
    .reviews__image {
        width: 250px;
        margin: 0 auto 35px;
    }
    .reviews__image img {
        border-radius: 0;
    }
    .reviews__blockquote {
        height: 40px;
        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-bottom: 17px;
    }
    .reviews__body p:not(:last-child) {
        margin-bottom: 23px;
    }
    .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;
    }
    .adv-hero__content {
        padding-top: 36px;
        margin: 0 -15px;
    }
    .adv-hero__image {
        padding: 0;
        min-height: 460px;
    }
    .adv-hero__title {
        text-align: center;
    }
    .adv-hero__subtitle {
        text-align: center;
    }
    .adv-hero__descr {
        text-align: center;
    }
    .adv-hero__descr {
        max-width: 300px;
        margin: 0 auto 20px;
        text-align: center;
        font-size: 16px;
    }
    .adv-hero__descr br {
        display: inline;
    }
    .adv-hero__btn {
        width: 100%;
        margin-right: 0;
    }
    .adv-benefits__body {
        margin-bottom: 13px;
    }
    .adv-benefits__items {
        margin-bottom: 15px;
    }
    .discount-adv-benefits {
        padding: 48px 42px;
    }
    .discount-adv-benefits__label {
        margin-bottom: 5px;
        font-size: 110px;
    }
    .discount-adv-benefits__caption {
        margin-bottom: 12px;
        font-size: 45px;
        text-transform: none;
    }
    .discount-adv-benefits__descr {
        margin-bottom: 24px;
        font-size: 14px;
    }
    .discount-adv-benefits__btn {
        width: 250px;
    }
    .adv-scheme__content {
        margin: 0 -146px;
    }
    .adv-scheme__item--01 {
        top: -0.5%;
    }
    .adv-scheme__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 146px;
    }
    .adv-scheme__suptitle {
        margin-bottom: 15px;
    }
    .adv-scheme__title {
        margin-bottom: 15px;
    }
    .adv-scheme__descr {
        font-size: 16px;
        text-align: center;
    }
    .adv-scheme__btn {
        max-width: 345px;
        margin: 0 auto;
        padding: 21px 40px 18px;
    }
    .adv-price__arrow svg {
        width: 29px;
        height: 47px;
    }
    .adv-price__bullets {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 15px;
    }
    .adv-staff__slider::before {
        content: '';
        display: none;
    }
    .adv-staff__arrow {
        display: none;
    }
    .adv-staff__bullets {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: -15px;
    }
    .adv-new-clients__top {
        margin-bottom: 90px;
    }
    .top-new-clients__body {
        margin-bottom: 15px;
    }
    .top-new-clients__title {
        margin-bottom: 5px;
        font-size: 24px;
    }
    .top-new-clients__slogan span {
        font-size: 64px;
    }
    .top-new-clients__btn {
        width: 320px;
        font-size: 17px;
    }
    .bottom-new-clients {
        padding: 48px 25px 42px;
    }
    .bottom-new-clients__suplable {
        font-size: 16px;
    }
    .bottom-new-clients__subtitle {
        font-size: 16px;
        line-height: 118.75%;
    }
    .adv-video {
        margin-bottom: 35px;
    }
    .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;
    }
    .page__breadcrumbs {
        padding-top: 60px;
    }
    .page__prices {
        margin-bottom: 60px;
    }
    .page__adv-hero {
        margin-bottom: 30px;
    }
    .page__adv-benefits {
        margin-bottom: 20px;
    }
    .page__adv-scheme {
        margin-bottom: 20px;
    }
    .page__adv-price {
        margin-bottom: 35px;
    }
    .page__adv-equipment {
        margin-bottom: 20px;
    }
    .page__adv-staff {
        margin-bottom: 0;
    }
    .page__difference-adversting {
        margin-bottom: 35px;
    }
    #social_iframe {
        display: none !important;
    }
    .amo-button-holder.amo-horisontal {
        display: none !important;
    }
    .call-us__body {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }
    .call-us__item {
        max-width: 320px;
    }
    .hero__slide--new {
        min-height: 610px;
    }
    .hero__logo {
        font-size: 38px;
    }
    .hero__title--new {
        margin: 0 0 15px 0;
        font-size: 18px;
        font-weight: 400;
    }
    .hero__subtitle--new {
        font-size: 15px;
    }
    .hero__descr--light {
        font-weight: 300;
    }
    .hero__descr--light b {
        font-weight: 400;
    }
    .hero__title--small {
        font-size: 16px;
    }
    .hero__subtitle--big {
        font-size: 19px;
    }
    ._webp .map__map {
        background: url(../img/desktop/about-center/map.webp) -510px 0 / cover no-repeat;
    }
    ._webp .what-is__title {
        background: url(../img/mobile/home-page/what-is.webp) center/100%
            no-repeat;
    }
    ._webp ._no-webp .map__map {
        background: url(../img/desktop/about-center/map.webp) -510px 0 / cover no-repeat;
    }
    ._webp ._no-webp .what-is__title {
        background: url(../img/mobile/home-page/what-is.webp) center/100%
            no-repeat;
    }
    .webp ._no-webp ._no-webp .map__map {
        background: url(../img/desktop/about-center/map.webp) -510px 0 / cover no-repeat;
    }
    .webp ._no-webp ._no-webp .what-is__title {
        background: url(../img/mobile/home-page/what-is.webp) center/100%
            no-repeat;
    }
    .webp .no-webp ._no-webp ._no-webp .map__map {
        background: url(../img/desktop/about-center/map.webp) -510px 0 / cover no-repeat;
    }
    .webp .no-webp ._no-webp ._no-webp .what-is__title {
        background: url(../img/mobile/home-page/what-is.webp) center/100%
            no-repeat;
    }
    .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);
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 479.98px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 479.98px),
    only screen and (min-device-pixel-ratio: 2) and (max-width: 479.98px),
    only screen and (min-resolution: 192dpi) and (max-width: 479.98px),
    only screen and (min-resolution: 2dppx) and (max-width: 479.98px) {
    .no-webp .no-webp .no-webp ._no-webp ._no-webp .what-is__title {
        background: url(../img/mobile/2x/home-page/what-is@2x.png) center/100%
            no-repeat;
    }
    ._webp .what-is__title {
        background: url(../img/mobile/2x/home-page/what-is@2x.webp) center/100%
            no-repeat;
    }
    ._webp ._no-webp .what-is__title {
        background: url(../img/mobile/2x/home-page/what-is@2x.webp) center/100%
            no-repeat;
    }
    .webp ._no-webp ._no-webp .what-is__title {
        background: url(../img/mobile/2x/home-page/what-is@2x.webp) center/100%
            no-repeat;
    }
    .webp .no-webp ._no-webp ._no-webp .what-is__title {
        background: url(../img/mobile/2x/home-page/what-is@2x.webp) center/100%
            no-repeat;
    }
}
@media (max-width: 479.98px) and (max-width: 479.98px) {
    .what-is__label p:first-child {
        margin-bottom: 17px;
    }
}
@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: 370px) {
    .certificate__title {
        font-size: 12px;
    }
}
@media (max-width: 360px) {
    .spoller-product > span {
        left: 75%;
    }
    .reviews__slide {
        padding: 15px;
    }
    .reviews__image {
        width: 100%;
    }
}
@media (max-width: 355px) {
    .staff__arrow {
        top: 1200px;
    }
}
@media (max-width: 350px) {
    .breadcrumbs__links {
        font-size: 10px;
    }
    .adv-hero__btn {
        width: 225px;
        height: 45px;
        font-size: 16px;
    }
    .discount-adv-benefits {
        padding: 30px;
    }
    .discount-adv-benefits__label {
        font-size: 90px;
    }
    .discount-adv-benefits__btn {
        width: 200px;
    }
    .top-new-clients__btn {
        width: 300px;
        font-size: 15px;
    }
}
@media (max-width: 330px) {
    .definition__title {
        font-size: 18px;
    }
}
@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: 767.98px) and (max-width: 1500px) {
    .adv-price__arrows {
        display: block;
    }
}
@media (min-width: 1300px) and (max-width: 1920px) {
    .top-new-clients__title {
        font-size: 60px;
    }
    .top-new-clients__subtitle {
        font-size: 40px;
    }
}
@media (min-width: 479.98px) and (max-width: 991.98px) {
    .top-new-clients__title br {
        display: none;
    }
    .top-new-clients__subtitle br {
        display: none;
    }
}
@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);
    }
    .hero__btn:hover {
        color: #a1a0a0;
    }
    .hero__arrow:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .item-services__link a:hover {
        color: #000;
    }
    .item-services__link a:hover span::before {
        -webkit-transform: translate(10px, 0);
        -ms-transform: translate(10px, 0);
        transform: translate(10px, 0);
    }
    .reviews__arrow:hover::before {
        color: var(--accent-font-color);
    }
    .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);
    }
    .adv-hero__btn:hover {
        background-color: #03721e;
    }
    .adv-staff__item:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .top-new-clients__btn:hover {
        background-color: #03721e;
    }
    .difference-rsl__arrow svg:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .call-us__item:hover {
        opacity: 0.9;
    }
    .town-choose__btn._btn_accent:hover {
        color: var(--color-white);
    }
}
.webp .no-webp .no-webp ._no-webp ._no-webp .map__map {
    background: url(../img/desktop/about-center/map.webp) 0 0 / cover no-repeat;
}
.webp .no-webp .no-webp ._no-webp ._no-webp .what-is__title {
    background: url(../img/desktop/home-page/what-is.webp) top left/contain
        no-repeat;
}
.webp .no-webp .no-webp ._no-webp ._no-webp .adv-scheme__circle::after {
    background: url(../img/desktop/advertising/circle-2.webp) 0 0 / cover
        no-repeat;
}
@media (max-width: 1550px) {
    .webp .no-webp .no-webp ._no-webp ._no-webp .what-is__title {
        background: url(../img/desktop/home-page/what-is.webp) center 90px /
            contain no-repeat;
    }
}
@media (max-width: 1300px) {
    .webp .no-webp .no-webp ._no-webp ._no-webp .what-is__title {
        background: url(../img/desktop/home-page/what-is.webp) top left/contain
            no-repeat;
    }
}
@media (max-width: 479.98px) {
    .webp .no-webp .no-webp ._no-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 .no-webp ._no-webp ._no-webp .what-is__title {
        background: url(../img/mobile/home-page/what-is.webp) center/100%
            no-repeat;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 479.98px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 479.98px),
    only screen and (min-device-pixel-ratio: 2) and (max-width: 479.98px),
    only screen and (min-resolution: 192dpi) and (max-width: 479.98px),
    only screen and (min-resolution: 2dppx) and (max-width: 479.98px) {
    .webp .no-webp .no-webp ._no-webp ._no-webp .what-is__title {
        background: url(../img/mobile/2x/home-page/what-is@2x.webp) center/100%
            no-repeat;
    }
}