@charset "UTF-8";
@font-face {
    font-family: Manrope;
    font-display: swap;
    src: url(../fonts/Manrope-SemiBold.woff2) format("woff2"), url(../fonts/Manrope-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: Manrope;
    font-display: swap;
    src: url(../fonts/Manrope-Regular.woff2) format("woff2"), url(../fonts/Manrope-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Manrope;
    font-display: swap;
    src: url(../fonts/Manrope-Bold.woff2) format("woff2"), url(../fonts/Manrope-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
* {
    padding: 0;
    margin: 0;
    border: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body,
html {
    height: 100%;
    min-width: 360px;
}
body {
    color: #0d3657;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
    font-family: Montserrat, sans-serif;
    font-size: inherit;
    line-height: 1;
}
button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
}
a {
    color: inherit;
}
a:link,
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;
}
address {
    font-style: normal;
}
.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.wrapper main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.wrapper > * {
    min-width: 0;
}
[class*="__container"] {
    max-width: 90rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 1.125rem;
}
.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;
    border-radius: 2.5rem;
    background-color: #fff;
    font-weight: 600;
    font-size: 1.125rem;
    color: #2188d9;
    min-height: 3.875rem;
    padding: 0.8125rem 1.875rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.btn_tg {
    gap: 0.25rem;
}
.btn_tg::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.1875rem;
    flex: 0 0 2.1875rem;
    width: 2.1875rem;
    height: 1.875rem;
    background: url(../img/icons/socials/tg.svg) 50%/100% no-repeat;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="date"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input {
    border-radius: 1.25rem !important;
    width: 100%;
    display: block;
    padding: 0 1.5rem;
    height: 4rem;
    background-color: #fff;
    font-weight: 500;
}
.input::-webkit-input-placeholder {
    font-weight: 500;
    opacity: 1;
}
.input::-moz-placeholder {
    font-weight: 500;
    opacity: 1;
}
.input:-ms-input-placeholder {
    font-weight: 500;
    opacity: 1;
}
.input::-ms-input-placeholder {
    font-weight: 500;
    opacity: 1;
}
.input::placeholder {
    font-weight: 500;
    opacity: 1;
}
textarea.input {
    resize: none;
    padding: 0 0;
}
.checkbox {
    cursor: pointer;
    position: relative;
}
.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}
.checkbox__input:focus + .checkbox__text::before {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
}
.checkbox__input:checked + .checkbox__text::after {
    opacity: 1;
}
.checkbox__text {
    font-weight: 500;
    line-height: 1.25;
    font-size: 0.8125rem;
    display: inline-block;
    position: relative;
    padding-left: 2.25rem;
}
.checkbox__text::after,
.checkbox__text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.8125rem;
    width: 1.625rem;
    height: 1.625rem;
}
.checkbox__text::before {
    border-radius: 0.5rem;
    background: #fff;
}
.offices-choice .checkbox__text::before {
    border: 0.0625rem solid #0d3657;
}
.checkbox__text::after {
    background: url(../img/icons/check.svg) 50%/100% no-repeat;
    border-radius: 0.5rem;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.checkbox__text a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.subscr .checkbox__text {
    font-size: 0.6875rem;
}
.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 2.5rem;
    line-height: 0.75;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.rating.rating_sending {
    opacity: 0.2;
}
.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
    cursor: pointer;
}
.rating__body {
    position: relative;
    width: 5.625rem;
    height: 1.125rem;
}
.rating__body::before {
    content: "";
    background: url(../img/icons/star-gray.svg);
    height: 100%;
    display: block;
}
.rating__active {
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.rating__active::before {
    content: "";
    position: absolute;
    background: url(../img/icons/star-active.svg);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.rating__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.rating__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    height: 100%;
    opacity: 0;
}
.rating__value {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    padding-left: 0.9375rem;
}
.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.breadcrumbs__list li:not(:last-child) {
    position: relative;
    padding-right: 0.875rem;
    margin-right: 0.625rem;
}
.breadcrumbs__list li:not(:last-child)::after {
    content: "";
    position: absolute;
    background: #698398;
    border-radius: 50%;
    width: 0.25rem;
    height: 0.25rem;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.breadcrumbs__link {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.45;
    color: #698398;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.breadcrumbs__item {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.45;
    color: #698398;
}
.swiper {
    overflow: hidden;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.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;
}
.swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.title {
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1.25;
}
.title:not(:last-child) {
    margin-bottom: 4.375rem;
}
.swiper-pagination-bullets{
    margin: 0 auto;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.9375rem;
    pointer-events: none;
    margin: 0 auto;
}
.pagination .swiper-pagination-bullet {
    pointer-events: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.75rem;
    flex: 0 0 0.75rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    cursor: pointer;
    background: #f4f7f9;
    display: none;
    transition: none;
}
.pagination .swiper-pagination-bullet-active {
   transition: all .2s ease-in;
}
.pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
    display: block;
}
.pagination .swiper-pagination-bullet:hover {
    background: #2188d9;
}
.pagination .swiper-pagination-bullet-active {
    background: #2188d9;
}

.video {
    border-radius: 2.5rem;
    overflow: hidden;
    background: #d9d9d9;
    position: relative;
    padding-bottom: 75.7575757576%;
}
.video video,
.video__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.video__play {
    position: absolute;
    width: 4.75rem;
    height: 4.75rem;
    top: 50%;
    z-index: 2;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.video__play svg {
    width: 34.2105263158%;
    height: auto;
}
.video__play svg path {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
    fill: #2188d9;
}
.expert-slide .video__play,
.man-video .video__play {
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.6);
}
.expert-slide .video__play,
.man-video .video__play,
.tv .video__play {
    width: 6.1875rem;
    height: 6.1875rem;
}
.slider-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}
.slider-btns__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4rem;
    flex: 0 0 4rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
    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;
    background-color: #fff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.slider-btns__btn-gray{
    background-color: #f4f7f9;
}
.slider-btns__btn svg path {
    stroke: #2188d9;
}
.slider-btns__btn:hover {
    background-color: #2188d9;
}
.slider-btns__btn:hover svg path {
    stroke: #fff;
}
.slider-btns__btn.swiper-button-disabled {
    background-color: rgba(255, 255, 255, 0.8);
    pointer-events: none;
}
.prod-reviews .slider-btns__btn.swiper-button-disabled {
    background: #0d3657;
    opacity: 0.5;
}
.prod-reviews .slider-btns__btn {
    background: #0d3657;
}
.prod-reviews .slider-btns__btn svg path {
    stroke: #fff;
}
.prod-reviews .slider-btns__btn:hover {
    background-color: #2188d9;
}
.slider-btns__btn_next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.head-info {
    background: -webkit-gradient(linear, left bottom, left top, from(#2188d9), to(#2188d9)), -webkit-gradient(linear, left top, right top, from(#3caaea), color-stop(46%, #3dc1cb), to(#2188d9));
    background: linear-gradient(0deg, #2188d9, #2188d9), linear-gradient(90deg, #3caaea 0, #3dc1cb 46%, #2188d9 100%);
    padding: 0.8125rem 0;
    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-weight: 500;
    font-size: 0.875rem;
    color: #fff;
    position: relative;
}
.head-info__close {
    font-family: Manrope, sans-serif;
    font-size: 0.8125rem;
    padding: 0.375rem;
    font-weight: 500;
    position: absolute;
    top: 50%;
    line-height: 1;
    right: 1%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.circle-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.375rem;
    flex: 0 0 4.375rem;
    width: 4.375rem;
    height: 4.375rem;
    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;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    background-color: #fff;
}
.circle-link svg path {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
    fill: #2188d9;
}
.head-page {
    padding: 1.875rem 0 1.5625rem;
}
.head-page__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}
.head-page__back {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    width: 2.5rem;
    border-radius: 0.625rem;
    min-height: 1.25rem;
    background: #f4f7f9;
    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;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.head-page__back svg path {
    fill: #698398;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
}
.method-page {
    padding: 1.5625rem 0 3.125rem;
}
.method-page__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
}
.method-page__right {
    min-width: 0;
}
.method-aside {
    border-radius: 1.875rem;
    -webkit-box-shadow: 0 0.25rem 2.5rem 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.25rem 2.5rem 0 rgba(0, 0, 0, 0.08);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21.125rem;
    flex: 0 0 21.125rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 2.5rem 1.875rem;
}
.method-aside__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.method-aside__item_reviews span {
    font-weight: 600;
    font-size: 0.75rem;
    color: #fff;
    background: #ff6e00;
    border-radius: 1.25rem;
    padding: 0.5625rem 0.75rem;
}
.method-aside__item a {
    border-radius: 2.5rem;
    padding: 0.625rem 1.875rem;
    font-weight: 500;
    font-size: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    width: 100%;
    min-height: 3.25rem;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.method-aside__item a::after {
    content: "";
    margin-left: auto;
    opacity: 0.4;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.4375rem;
    flex: 0 0 0.4375rem;
    width: 0.4375rem;
    height: 0.75rem;
    background: url(../img/icons/menu-link-arrow.svg) 50%/100% no-repeat;
}
.method-aside__item a.current-link {
    background: #f4f7f9;
}
.method-aside__item a.current-link::after {
    opacity: 1;
}
.method-aside__item:not(:last-child) {
    margin-bottom: 0.25rem;
}
.tabs-nav {
    background: #f4f7f9;
    border-radius: 3.75rem;
    padding: 0.625rem 0.875rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}
.tabs-nav__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.9375rem;
    flex: 0 0 0.9375rem;
    width: 0.9375rem;
    height: 0.9375rem;
    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;
}
.tabs-nav__btn.swiper-button-disabled {
    display: none;
}
.tabs-nav__btn svg path {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
    fill: #0d3657;
}
.tabs-nav__btn_next {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.tabs-nav__slider {
    padding: 0.625rem 0.875rem;
    margin: -0.625rem -0.875rem;
}
.tabs-nav__title {
    font-weight: 500;
    font-size: 0.9375rem;
    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;
    white-space: nowrap;
    text-align: center;
    padding: 0.625rem 2.4375rem;
    min-height: 3.125rem;
    border-radius: 2.25rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.tabs-nav__title._tab-active {
    -webkit-box-shadow: 0 0.0625rem 2.5rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.0625rem 2.5rem 0 rgba(0, 0, 0, 0.1);
    background: #fff;
}
.tabs-nav__title:not(:last-child) {
    margin-right: 0.625rem;
}
.header {
    padding: 2.5rem 0 1.25rem;
    position: sticky;
    top: -1.25rem;
    left: 0;
    background-color: #fff;
    z-index: 4;
}
.header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8125rem;
}
.header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6.0625rem;
    flex: 0 0 6.0625rem;
    width: 6.0625rem;
}
.header__logo img {
    width: 100%;
    height: auto;
}
.header__menu-wrapper {
    padding-right: 3rem;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
.header__catalog-btn {
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.875rem;
    line-height: 1.45;
    padding: 1.5rem;
    border-radius: 3.125rem;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.header__catalog-btn svg path {
    fill: currentColor;
}
.header__shop-link {
    font-weight: 600;
    font-size: 0.8125rem;
    color: #fff;
    text-align: center;
    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: 0.9375rem;
    border-radius: 2.6875rem;
    background: #2188d9;
    color: #fff;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.menu__back {
    border-radius: 2.1875rem;
    background: #f4f7f9 url(../img/icons/back-menu-arrow.svg) 50% no-repeat;
    min-height: 2rem;
    min-width: 3.75rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: none;
}
.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.25rem 1.6875rem;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.menu__item_has-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.4375rem;
}
.menu__item_has-sub.show-sub::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.menu__link {
    font-weight: 600;
    font-size: 0.9375rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.sub-menu {
    position: absolute;
    z-index: 2;
    top: calc(100% - 0.625rem);
    left: 0;
}
.sub-menu__list {
    border-radius: 1.25rem;
    padding: 1.5rem 1.25rem;
    background: #fff;
}
.sub-menu__item_mob {
    display: none;
}
.touch .sub-menu__item_mob {
    display: block;
}
.sub-menu__item_reviews span {
    font-weight: 600;
    font-size: 0.75rem;
    color: #fff;
    background: #ff6e00;
    border-radius: 0.75rem;
    padding: 0.25rem 0.375rem;
}
.sub-menu__item a {
    font-weight: 500;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.header-consult {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-consult__left {
    text-align: right;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.header-consult__phone {
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.3;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.header-consult__descr {
    font-family: Manrope, sans-serif;
    font-weight: 600;
    font-size: 0.625rem;
    line-height: 1.5;
    color: #707070;
}
.header-consult__whatsapp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    overflow: hidden;
    background: url(../img/icons/socials/whats.svg) 50%/100% no-repeat;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.icon-menu {
    display: none;
}
.footer {
    padding-bottom: 6.25rem;
}
.footer__wrapper {
    padding: 3.125rem;
}
.footer-expert {
    background: #4da0e1;
    border-radius: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 3.25rem 2.9375rem 3.25rem 3.75rem;
    margin-bottom: 3.75rem;
}
.no-webp .footer-expert::before {
    background: url(../img/footer/footer-expert-decor.png) 50%/100% no-repeat;
}
.footer-expert::before {
    content: "";
    position: absolute;
    right: 23%;
    bottom: 0;
    width: 30.5625rem;
    mix-blend-mode: darken;
}
.footer-expert__mob-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-expert__left {
    position: relative;
}
.footer-expert__label {
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1.25;
    color: #fff;
}
.footer-expert__label:not(:last-child) {
    margin-bottom: 3.75rem;
}
.footer-expert__btn {
    padding: 0.75rem 1.4375rem;
}
.footer-expert__decor {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.1%;
    flex: 0 0 45.1%;
    position: relative;
}
.footer-expert__decor img {
    width: 100%;
    height: auto;
}
.footer-qr {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    border-radius: 1.25rem;
    background-color: #fff;
    overflow: hidden;
}
.footer-qr__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42.206235012%;
    flex: 0 0 42.206235012%;
}
.footer-qr__image img {
    width: 100%;
    height: auto;
}
.footer-qr__right {
    color: #000;
    font-weight: 600;
    padding-right: 1.875rem;
}
.footer-qr__cap {
    font-size: 1.25rem;
}
.footer-qr__cap:not(:last-child) {
    margin-bottom: 0.5rem;
}
.footer-qr__descr {
    line-height: 1.25;
}
.footer-main {
    display: -ms-grid;
    display: grid;
    gap: 10.4375rem;
    margin-bottom: 5.25rem;
}
.footer-main__logo {
    width: 7.75rem;
}
.footer-main__logo img {
    width: 100%;
    height: auto;
}
.footer-main__phone-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.8125rem;
    padding: 0.9375rem 1.1875rem 0.9375rem 1.6875rem;
}
.footer-main__phone {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.45;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    flex: none;
}
.footer-main__whats {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.0625rem;
    flex: 0 0 2.0625rem;
    width: 2.0625rem;
    height: 2.0625rem;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.footer-main__whats img {
    width: 100%;
    height: auto;
}
.footer-main__address {
    font-weight: 500;
    line-height: 1.45;
}
.footer-main__address span {
    font-size: 0.8125rem;
    color: #d3e7f7;
}
.footer-main__address address {
    font-size: 0.9375rem;
    color: #fff;
}
.footer-main__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}
.footer-main__shop {
    border-radius: 3.25rem;
    padding: 0.75rem 1.5rem;
    background-color: #fff;
    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;
    font-weight: 600;
    font-size: 0.875rem;
    color: #2188d9;
    gap: 0.5rem;
    min-height: 3.9375rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.footer-main__shop::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25rem;
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.0625rem;
    background: url(../img/icons/footer-shop.svg) 50%/100% no-repeat;
}
.footer-main__vk {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.9375rem;
    flex: 0 0 3.9375rem;
    width: 3.9375rem;
    height: 3.9375rem;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.footer-main__vk img {
    width: 100%;
    height: auto;
}
.footer-main__cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 9.75rem;
    -moz-column-gap: 9.75rem;
    column-gap: 9.75rem;
}
.footer-col__label {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.333;
    color: #fff;
}
.footer-col__label:not(:last-child) {
    margin-bottom: 1.5rem;
}
.footer-col__item a {
    font-weight: 500;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.footer-col__item:not(:last-child) {
    margin-bottom: 0.625rem;
}
.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.5rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.45;
}
.footer-bottom__copy {
    font-size: 0.8125rem;
}
a.footer-bottom__policy {
    font-size: 0.6875rem;
    line-height: 1.45;
}
.hero {
    padding: 0 0 2.1875rem;
}
.hero_product-page {
    padding: 1.25rem 0 1.5625rem;
}
.hero__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24.75rem;
    grid-template-columns: 1fr 24.75rem;
    gap: 1.25rem;
}
.left-hero {
    min-width: 0;
}
.left-hero__wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}
.slide-left-hero {
    border-radius: 2.5rem;
    overflow: hidden;
    position: relative;
    min-height: 38.75rem;
    padding: 3.125rem 2.75rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1.25rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 1.875rem;
}
.slide-left-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}
.slide-left-hero__content {
    color: #fff;
}
.slide-left-hero__label {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.1;
    letter-spacing: 0.02em;
}
.slide-left-hero__label:not(:last-child) {
    margin-bottom: 1rem;
}
.slide-left-hero__descr {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2;
}
.right-hero__image {
    position: relative;
    border-radius: 2.5rem;
    overflow: hidden;
    background: #d9d9d9;
    position: relative;
    padding-bottom: 75.7575757576%;
}
.right-hero__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero-descr {
    border-radius: 2.5rem;
    background: #f4f7f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.875rem;
    padding: 1.875rem 1.25rem;
    min-height: 18.75rem;
}
.hero-descr__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.4375rem;
    flex: 0 0 8.4375rem;
    width: 8.4375rem;
}
.hero-descr__image img {
    width: 100%;
    height: auto;
}
.hero-descr__right {
    font-weight: 600;
    line-height: 1.25;
}
.hero-descr__cap {
    font-size: 0.9375rem;
    color: #2188d9;
}
.hero-descr__num {
    font-size: 2.25rem;
}
.hero-descr__num:not(:last-child) {
    margin-bottom: 0.625rem;
}
.hero-descr__descr {
    font-size: 0.875rem;
    font-weight: 500;
}
.about-main {
    padding: 2.1875rem 0;
}
.about-main_product-page {
    padding: 1.5625rem 0;
}
.about-main__title {
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1.25;
}
.about-main__title:not(:last-child) {
    margin-bottom: 0.5rem;
}
.about-main__title_m-b:not(:last-child) {
    margin-bottom: 3.125rem;
}
.about-main__label {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.45;
}
.about-main__label:not(:last-child) {
    margin-bottom: 3.125rem;
}
.about-main__wrapper:not(:last-child) {
    margin-bottom: 1.875rem;
}
.slide-about-main {
    background: #f4f7f9;
    border-radius: 2.5rem;
    overflow: hidden;
    font-weight: 500;
    position: relative;
    margin-right: 1.25rem;
    padding: 3.75rem 3.125rem 3.125rem 20.4%;
}
.slide-about-main__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-position: left;
    object-position: left;
    -o-object-fit: cover;
    object-fit: cover;
}
.slide-about-main__label {
    font-weight: 600;
    font-size: 1.5rem;
    position: relative;
    line-height: 1.2083333333;
}
.slide-about-main__label:not(:last-child) {
    margin-bottom: 0.875rem;
}
.slide-about-main__descr {
    font-size: 0.9375rem;
    position: relative;
    line-height: 1.2;
}
.slide-about-main__descr:not(:last-child) {
    margin-bottom: 0.875rem;
}
.slide-about-main__text {
    font-size: 0.8125rem;
    line-height: 1.2307692308;
    color: rgba(13, 54, 87, 0.6);
    position: relative;
}
.therapy {
    padding: 2.1875rem 0;
}
.therapy__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.therapy__top:not(:last-child) {
    margin-bottom: 2.875rem;
}
.therapy__descr {
    border: 0.0625rem solid rgba(255, 255, 255, 0.4);
    border-radius: 31.25rem;
    padding: 0.4375rem 0.75rem;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1.35;
    text-transform: uppercase;
}
.therapy__descr:not(:last-child) {
    margin-bottom: 1rem;
}
.therapy__title {
    font-weight: 700;
    font-size: 4rem;
}
.therapy__label {
    font-weight: 500;
    line-height: 1.25;
    max-width: 28.125rem;
    font-size: 1rem;
}
.therapy__wrapper {
    gap: 1.25rem;
}
.slide-therapy {
    background: #f4f7f9;
    border-radius: 1.25rem;
    overflow: hidden;
    padding: 2.5rem;
    position: relative;
}
.slide-therapy_main {
    padding-left: 61.9%;
}
.slide-therapy__decor-main {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 89.7183098592%;
    pointer-events: none;
}
.slide-therapy__decor-main img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.slide-therapy__cap {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.45;
}
.slide-therapy_main .slide-therapy__cap {
    line-height: 1;
}
.slide-therapy__cap:not(:last-child) {
    margin-bottom: 0.5rem;
}
.slide-therapy__descr {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.2;
}
.slide-therapy__decor {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    width: 3.25rem;
    height: 3.25rem;
}
.slide-therapy__decor img {
    width: 100%;
    height: auto;
}
.choice {
    padding: 2.1875rem 0;
}
.choice_page {
    padding: 1.5625rem 0 4.375rem;
}
.choice__title {
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1.25;
}
.choice__title:not(:last-child) {
    margin-bottom: 0.5rem;
}
.choice__descr {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.45;
}
.choice__descr:not(:last-child) {
    margin-bottom: 3.125rem;
}
.choice__cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 1.25rem;
}
.choice-item {
    position: relative;
    min-height: 23.75rem;
    border-radius: 2.5rem;
    overflow: hidden;
    padding: 2.5rem 3.6875rem 2.5rem 3.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0.75rem;
}
.choice-item:nth-child(1),
.choice-item:nth-child(2) {
    padding: 2.5rem 3.25rem;
}
.choice-item__bg {
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.choice-item__content_w {
    color: #fff;
}
#iframe-container p{
    height: 100%;
}
.choice-item__cap {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.2083333333;
}
.choice-item__cap:not(:last-child) {
    margin-bottom: 0.625rem;
}
.choice-item__descr {
    font-weight: 500;
    line-height: 1.25;
}
.choice-item__link {
    margin-left: auto;
}
.procedure {
    padding: 2.1875rem 0;
}
.procedure__wrapper {
    background: -webkit-gradient(linear, left top, right top, from(#0081ce), to(#0066a2));
    background: linear-gradient(90deg, #0081ce 0, #0066a2 100%);
    border-radius: 2.5rem;
    overflow: hidden;
    min-height: 27.75rem;
    padding: 1.8125rem 1.8125rem 5.5rem 4.875rem;
    position: relative;
}
.no-webp .procedure__wrapper::before {
    background: url(../img/main/procedure/bg.png) 50% / cover no-repeat;
}
.procedure__wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.procedure__content {
    color: #fff;
    position: relative;
    z-index: 2;
}
.procedure__label {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.25;
    text-transform: uppercase;
}
.procedure__label:not(:last-child) {
    margin-bottom: 1.625rem;
}
.procedure__text {
    font-weight: 500;
    line-height: 1.45;
}
.procedure__text:not(:last-child) {
    margin-bottom: 3.125rem;
}
.procedure__btn {
    font-size: 1rem;
    color: #0d3657;
    min-height: 4rem;
}
.no-webp .procedure__decor {
    background: url(../img/main/procedure/human.png) center bottom/100% no-repeat;
}
.procedure__decor {
    position: absolute;
    right: 12.4375rem;
    bottom: -7.52%;
    height: 32.9375rem;
    width: 23.25rem;
}
.descr-procedure {
    line-height: 1.25;
    position: relative;
    font-weight: 600;
    border-radius: 1.5625rem;
    background-color: #fff;
    padding: 1.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.875rem;
    flex: 0 0 11.875rem;
}
.descr-procedure__cap {
    font-size: 0.9375rem;
    color: #2188d9;
}
.descr-procedure__num {
    font-size: 2.25rem;
}
.descr-procedure__text {
    font-size: 0.8125rem;
}
.history {
    padding: 2.1875rem 0;
}
.history_about-page {
    padding: 1.5625rem 0;
}
.history__top {
    padding: 1.875rem 1.25rem 3.125rem;
    border-radius: 1.875rem 1.875rem 0 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#e9f3fb));
    background: linear-gradient(360deg, #fff 0, #e9f3fb 100%);
}
.history__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
}
.history__row:not(:last-child) {
    margin-bottom: 1.25rem;
}
.history__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17.25rem;
    flex: 0 0 17.25rem;
    border-radius: 2.5rem;
    overflow: hidden;
    min-height: 23.75rem;
}
.history__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.history-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #f4f7f9;
    padding: 4.5rem 2.5rem 2.5rem;
    border-radius: 1.875rem;
    min-height: 23.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.history-col_blue {
    color: #fff;
    background: #3ca8e7;
}
.history-col__cap {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.2083333333;
}
.history-col__cap:not(:last-child) {
    margin-bottom: 0.625rem;
}
.history-col__text {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
.history-col__text p {
    font-weight: 500;
    line-height: 1.25;
}
.history-col__text p:not(:last-child) {
    margin-bottom: 1rem;
}
.history-col__text:not(:last-child) {
    margin-bottom: 1rem;
}
.history-col__link {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.history__slider {
    margin-top: -1.625rem;
    position: relative;
}
.history__pagination {
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
}
.history__pagination .swiper-pagination-bullet-active {
    background: #3aa4e3;
}
.no-webp .slide-history {
    background: url(../img/main/history/slide-bg.png) 50% / cover no-repeat;
}
.slide-history {
    margin-right: 1.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-radius: 1.875rem;
    padding: 2.5rem 0.75rem 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.no-webp .slide-history_2 {
    background-image: url(../img/main/history/slide-bg-2.png);
}
.no-webp .slide-history_3 {
    background-image: url(../img/main/history/slide-bg-3.png);
}
.no-webp .slide-history_4 {
    background-image: url(../img/main/history/slide-bg-4.png);
}
.slide-history__decor {
    position: absolute;
    top: 0;
    right: 0;
    width: 8.5rem;
}
.slide-history__decor img {
    width: 100%;
    height: auto;
}
.slide-history__title {
    font-weight: 600;
    font-size: 1.75rem;
    padding-left: 1.5rem;
    color: #fff;
    margin-right: 35%;
}
.slide-history__title:not(:last-child) {
    margin-bottom: 1.125rem;
}
.slide-history_1 .slide-history__title {
    font-size: 1.5rem;
}
.slide-history_1 .slide-history__title span {
    font-size: 3.125rem;
    line-height: 0.9;
}
.slide-history__body {
    border-radius: 1.25rem;
    background-color: #fff;
    padding: 3.75rem 1.5rem 1.5rem;
    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-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
.slide-history_1 .slide-history__body {
    padding: 1.5rem;
}
.slide-history__content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
.slide-history__content:not(:last-child) {
    margin-bottom: 1.5rem;
}
.slide-history__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
}
.slide-history__row:not(:last-child) {
    margin-bottom: 1.5rem;
}
.slide-history__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.4375rem;
    flex: 0 0 11.4375rem;
    width: 11.4375rem;
    height: 11.4375rem;
    border-radius: 50%;
}
.slide-history__icon img {
    width: 100%;
    height: auto;
}
.slide-history__post {
    display: inline-block;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.25;
}
.slide-history__post:not(:last-child) {
    margin-bottom: 0.5rem;
}
.slide-history__name {
    font-weight: 600;
    line-height: 1.25;
}
.slide-history__label {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.25;
}
.slide-history__label:not(:last-child) {
    margin-bottom: 1.5rem;
}
.slide-history__descr {
    font-weight: 500;
    font-size: 0.875rem;
    color: rgba(13, 54, 87, 0.6);
    line-height: 1.2142857143;
}
.slide-history__btn {
    background: #0d3657;
    color: #fff;
    min-width: 10.9375rem;
    min-height: 4rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.blog-main {
    padding: 2.1875rem 0 0;
}
.blog-main_product-page {
    padding: 1.5625rem 0 3.125rem;
}
.blog-main__body {
    border-radius: 3.75rem 3.75rem 0 0;
    padding: 2.5rem 2.5rem 5rem;
    background: #e9f3fb;
}
.blog-main_product-page .blog-main__body {
    padding: 2.5rem;
    border-radius: 3.75rem;
}
.blog-main__slider {
    margin: -0.75rem;
    padding: 0.75rem;
}
.blog-main__wrapper:not(:last-child) {
    margin-bottom: 3rem;
}
.blog-main__pagination .swiper-pagination-bullet {
    background-color: #fff;
}
.blog-main__pagination .swiper-pagination-bullet:hover {
    background: #3aa4e3;
}
.blog-main__pagination .swiper-pagination-bullet-active {
    background: #3aa4e3;
}
.blog-main-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}
.blog-main-top:not(:last-child) {
    margin-bottom: 2.75rem;
}
.blog-main-top__title {
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1.25;
}
.blog-main-top__btn {
    margin-left: auto;
    min-height: 4rem;
    white-space: nowrap;
}
.post-main {
    margin-right: 1rem;
    border-radius: 1.25rem;
    overflow: hidden;
    -webkit-box-shadow: 0 0.0625rem 0 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.0625rem 0 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    min-width: calc(25% - 3rem);
}
.post-main__image {
    display: block;
    padding-bottom: 70.5084745763%;
    position: relative;
}
.post-main__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.post-main__image:not(:last-child) {
    margin-bottom: 1.5rem;
}
.post-main__cap a {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.4;
}
.post-main__cap:not(:last-child) {
    margin-bottom: 0.75rem;
}
.post-main__descr {
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: rgba(13, 54, 87, 0.5);
}
.experts {
    padding: 0 0 2.1875rem;
}
.no-webp .experts__body {
    background: url(../img/main/experts/bg.png) 50% / cover no-repeat;
}
.experts__body {
    border-radius: 2.5rem;
    overflow: hidden;
    padding: 2.5rem 2.5rem 3.375rem;
}
.experts__wrapper:not(:last-child) {
    margin-bottom: 3rem;
}
.experts__pagination .swiper-pagination-bullet {
    background-color: #fff;
}
.experts__pagination .swiper-pagination-bullet:hover {
    background: #0d3657;
}
.experts__pagination .swiper-pagination-bullet-active {
    background: #0d3657;
}
.experts-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}
.experts-top:not(:last-child) {
    margin-bottom: 3.125rem;
}
.experts-top__title {
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1.25;
    color: #fff;
}
.experts-top__btn {
    margin-left: auto;
    min-height: 4rem;
    white-space: nowrap;
}
.slide-experts {
    border-radius: 2.5rem;
    background-color: #fff;
    padding: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.625rem;
    margin-right: 1.25rem;
}
.slide-experts__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10.0625rem;
    flex: 0 0 10.0625rem;
    width: 10.0625rem;
    height: 10.0625rem;
    border-radius: 50%;
    overflow: hidden;
}
.slide-experts__icon img {
    width: 100%;
    height: auto;
}
.slide-experts__text {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.2;
}
.slide-experts__text:not(:last-child) {
    margin-bottom: 1.5rem;
}
.slide-experts__cap {
    font-weight: 600;
    line-height: 1.45;
    line-height: 1.4375;
    color: #000;
}
.slide-experts__cap:not(:last-child) {
    margin-bottom: 0.75rem;
}
.slide-experts__descr {
    font-size: 0.8125rem;
    color: #7c7c7c;
    line-height: 1.2307692308;
}
.slide-experts__descr:not(:last-child) {
    margin-bottom: 1.5rem;
}
.slide-experts__btn {
    background: #0d3657;
    color: #fff;
    gap: 0.75rem;
    font-size: 1rem;
    padding: 1.25rem 2.5rem;
}
.slide-experts__btn::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    background: url(../img/icons/video-btn.svg) 50%/100% no-repeat;
}
.tv {
    padding: 2.1875rem 0;
}
.tv_product-page {
    padding: 1.5625rem 0;
}
.tv__wrapper:not(:last-child) {
    margin-bottom: 3rem;
}
.slide-tv {
    border-radius: 1.875rem;
    padding-bottom: 0;
    position: relative;
    aspect-ratio: 345/353;
    margin-right: 1.25rem;
    min-width: calc(25% - 3.75rem);
}
.slide-tv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 118, 202, 0)), color-stop(65.66%, rgba(25, 118, 202, 0.7)), to(#1976ca));
    background: linear-gradient(180deg, rgba(25, 118, 202, 0) 0, rgba(25, 118, 202, 0.7) 65.66%, #1976ca 100%);
}
.slide-tv.video-active::after {
    display: none;
}
.slide-tv__content {
    position: absolute;
    z-index: 2;
    bottom: 2.25rem;
    left: 1.75rem;
    color: #fff;
    font-weight: 600;
    line-height: 1.45;
}
.video-active .slide-tv__content {
    display: none;
}
.slide-tv__cap {
    font-size: 0.8125rem;
    opacity: 0.7;
}
.slide-tv__descr {
    font-size: 1.25rem;
}
.cities {
    padding: 2.1875rem 0 0;
}
.cities__wrapper {
    border-radius: 2.5rem 2.5rem 0 0;
    padding: 2.5rem;
    background: #e5f1fa;
}
.cities__head:not(:last-child) {
    margin-bottom: 3rem;
}
.cities__title {
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1.25;
}
.cities__title:not(:last-child) {
    margin-bottom: 0.75rem;
}
.cities__descr {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.45;
}
.cities__map {
    height: 36.75rem;
}
.actions-cities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.25rem;
}
.actions-cities:not(:last-child) {
    margin-bottom: 3rem;
}
.partners {
    padding: 0 0 2.1875rem;
}
.partners__body {
    border-radius: 0 0 2.5rem 2.5rem;
    background: #3ca8e7;
    padding: 3.125rem 2.5rem 2.5rem;
}
.partners__title:not(:last-child) {
    margin-bottom: 3.75rem;
}
.partners__wrapper:not(:last-child) {
    margin-bottom: 3rem;
}
.partners__slide {
    background-color: #fff;
    border-radius: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 6rem;
    min-width: calc(16.66% - 2.5rem);
    margin-right: 0.5rem;
}
.partners__slide img {
    width: 8.375rem;
    height: auto;
}
.partners__pagination .swiper-pagination-bullet {
    background-color: #fff;
}
.partners__pagination .swiper-pagination-bullet:hover {
    background: #2188d9;
}
.partners__pagination .swiper-pagination-bullet-active {
    background: #2188d9;
}
.subscr-wrapper {
    padding: 2.1875rem 0 4.375rem;
    padding: 1.5625rem 0 3.125rem;
}
.subscr-wrapper__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.75rem;
}
.tg-channel__wrapper {
    border-radius: 1.875rem;
    background: linear-gradient(200.68deg, #3ca8e7 1.69%, #1f7cce 97.27%);
    overflow: hidden;
    min-height: 14rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.25rem 4.75rem;
    position: relative;
}
.no-webp .tg-channel__wrapper::before {
    background: url(../img/main/tg-bg.png) 50% / cover no-repeat;
}
.tg-channel__wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tg-channel__text {
    font-weight: 600;
    color: #fff;
    position: relative;
    line-height: 1.25;
}
.tg-channel__text span {
    font-weight: 700;
    font-size: 2rem;
}
.no-webp .tg-channel__decor {
    background: url(../img/main/tg-decor.png) 50%/100% no-repeat;
}
.tg-channel__decor {
    position: absolute;
    top: -3.5625rem;
    right: -3.0625rem;
    width: 11.3125rem;
    height: 11.3125rem;
}
.no-webp .subscr {
    background: #e9f3fb url(../img/main/subscr-bg.png) 50% / cover no-repeat;
}
.subscr {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    border-radius: 1.875rem;
    overflow: hidden;
    padding: 2.5rem;
    position: relative;
}
.no-webp .subscr::before {
    background: url(../img/main/subscr-decor.png) 50%/100% no-repeat;
}
.subscr::before {
    content: "";
    position: absolute;
    top: 0;
    right: 20.17%;
    width: 13.3125rem;
}
.subscr__cap {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2;
}
.subscr__cap:not(:last-child) {
    margin-bottom: 1.25rem;
}
.subscr__form {
    display: -ms-grid;
    display: grid;
    gap: 0.625rem;
    position: relative;
}
.subscr__btn {
    background: #0d3657;
    color: #fff;
    min-height: 4rem;
}
.learn-hero {
    padding: 1.5625rem 0;
}
.learn-hero__body {
    background: #e9f3fb;
    border-radius: 2.5rem;
    overflow: hidden;
    min-height: 28.3125rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.learn-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.learn-hero__content {
    position: relative;
    margin-right: 15.3%;
}
.learn-hero__title:not(:last-child) {
    margin-bottom: 0.875rem;
}
.learn-hero__descr {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.45;
    color: rgba(13, 54, 87, 0.6);
}
.learn-about {
    padding: 1.5625rem 0;
}
.learn-about__title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.25;
    max-width: 66.25rem;
}
.learn-about__title:not(:last-child) {
    margin-bottom: 3.125rem;
}
.learn-about__wrapper {
    border-radius: 1.875rem;
    padding: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
}
.learn-about__wrapper_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.learn-about__left {
    padding: 2.5rem;
}
.learn-about__cap {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.3;
}
.learn-about__cap:not(:last-child) {
    margin-bottom: 1.25rem;
}
.learn-about__text {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.45;
    color: #698398;
}
.learn-about__text p:not(:last-child) {
    margin-bottom: 1.25rem;
}
.learn-about__video {
    border-radius: 0.9375rem;
    background-color: #fff;
    padding-bottom: 50.477326969%;
    height: 100%;
}
.advantages {
    padding: 1.5625rem 0;
}
.advantages__title:not(:last-child) {
    margin-bottom: 3.125rem;
}
.advantages__cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.625rem;
}
.advantage {
    border-radius: 1.25rem;
    background: #f4f7f9;
    padding: 2.5rem 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.875rem;
}
.advantage__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.375rem;
    flex: 0 0 3.375rem;
    width: 3.375rem;
    height: 3.375rem;
}
.advantage__icon img {
    width: 100%;
    height: auto;
}
.advantage__cap {
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.45;
}
.advantage__cap:not(:last-child) {
    margin-bottom: 0.5rem;
}
.advantage__descr {
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #698398;
}
.programs {
    padding: 1.5625rem 0;
}
.programs__body {
    background: #f4f7f9;
    border-radius: 1.875rem;
    padding: 4.375rem 9rem 2.5rem 9rem;
}
.programs__wrapper {
    counter-reset: item;
}
.programs__pagination .swiper-pagination-bullet-active {
    background: #0d3657;
}
.top-programs {
    position: relative;
}
.top-programs:not(:last-child) {
    margin-bottom: 4.125rem;
}
.top-programs__title:not(:last-child) {
    margin-bottom: 1.25rem;
}
.top-programs__descr {
    font-weight: 500;
    font-size: 0.75rem;
    color: #698398;
    line-height: 1.25;
}
.program {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    counter-increment: item;
}
.program:last-child .program__num .arrow span {
    display: none;
}
.program__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
}
.program__num .arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1rem;
    flex: 0 0 1rem;
    width: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.program__num .arrow::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1rem;
    flex: 0 0 1rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 0.0625rem solid #8197a8;
}
.program__num .arrow span {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    background: #8197a8;
    position: relative;
    border-radius: 0 0 0.125rem 0.125rem;
}
.program__num .arrow span::after,
.program__num .arrow span::before {
    content: "";
    position: absolute;
    bottom: -0.0625rem;
    border-radius: 0.125rem;
    width: 0.375rem;
    height: 0.0625rem;
    background: #8197a8;
}
.program__num .arrow span::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}
.program__num .arrow span::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}
.program__num::after {
    content: "0" counter(item) ".";
    font-size: 2.25rem;
    line-height: 1.25;
}
.program__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem;
}
.program__top:not(:last-child) {
    margin-bottom: 1.375rem;
}
.program__cap {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.25;
}
.program__time {
    font-weight: 600;
    font-size: 0.8125rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
    padding: 0.375rem 0.5rem;
    background: #ff6e00;
    border-radius: 1.25rem;
    white-space: nowrap;
}
.program__time::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25rem;
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../img/icons/time.svg) 50%/100% no-repeat;
}
.program__text p {
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #698398;
}
.program__text p:not(:last-child) {
    margin-bottom: 1.25rem;
}
.students {
    padding: 1.5625rem 0;
}
.students__head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}
.students__head:not(:last-child) {
    margin-bottom: 3.125rem;
}
.students__title:not(:last-child) {
    margin-bottom: 1.25rem;
}
.students__subtitle {
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #698398;
}
.students__slider {
    padding: 1.25rem 1rem;
}
.students__wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}
.students__pagination .swiper-pagination-bullet {
    background-color: #fff;
}
.students__pagination .swiper-pagination-bullet-active {
    background: #2188d9;
}
.students__slide {
    margin-right: 1rem;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
    background: #fff;
    aspect-ratio: 338/404;
    min-width: calc(25% - 2.375rem);
    min-height: 25.25rem;
}
.students__slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.recom {
    padding: 1.5625rem 0 3.125rem;
}
.recom__head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.recom__head:not(:last-child) {
    margin-bottom: 3.125rem;
}
.recom__title:not(:last-child) {
    margin-bottom: 1.25rem;
}
.recom__subtitle {
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #698398;
}
.recom__slider {
    padding: 1.25rem 1rem;
}
.recom__wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}
.recom__pagination .swiper-pagination-bullet {
    background-color: #fff;
}
.recom__pagination .swiper-pagination-bullet-active {
    background: #2188d9;
}
.slide-recom {
    margin-right: 1rem;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0 0.0625rem 0.75rem 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.0625rem 0.75rem 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    min-width: calc(25% - 2.375rem);
}
.slide-recom__image {
    background: #d9d9d9;
    position: relative;
    padding-bottom: 103.2679738562%;
}
.slide-recom__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.slide-recom__image:not(:last-child) {
    margin-bottom: 1.5rem;
}
.slide-recom__name {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.45;
}
.slide-recom__name:not(:last-child) {
    margin-bottom: 0.75rem;
}
.slide-recom__text {
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: rgba(13, 54, 87, 0.5);
}
.author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
}
.author__image {
    border-radius: 1.875rem;
    overflow: hidden;
    background: #d9d9d9;
    width: 100%;
    padding-bottom: 152.2184300341%;
    position: relative;
}
.author__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.author__image:not(:last-child) {
    margin-bottom: 1.25rem;
}
.author__name {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.3;
}
.author__name:not(:last-child) {
    margin-bottom: 0.5rem;
}
.author__post {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.45;
}
.author__cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 0.625rem;
}
.author-col {
    background: #fff;
    border-radius: 1.25rem;
    padding: 1.5625rem;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.45;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.5rem;
}
.author-col_b {
    background: #abdbf2;
}
.author-col::after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.25rem;
    flex: 0 0 3.25rem;
    width: 3.25rem;
    height: 3.25rem;
    background: url(../img/author/decor.svg) 50%/100% no-repeat;
}
.docs__cols {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20.875rem, 1fr));
    gap: 1rem;
}
.docs__cols:not(:last-child) {
    margin-bottom: 2.5rem;
}
.docs__bottom {
    text-align: center;
}
.docs__btn {
    color: #fff;
    background: #0d3657;
    min-height: 4rem;
}
.doc {
    border-radius: 1.25rem;
    padding: 1.875rem;
    -webkit-box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.08);
}
.doc__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.875rem;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.45;
}
.no-webp .doc__label::before {
    background: url(../img/icons/pdf.png) 50%/100% no-repeat;
}
.doc__label::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.75rem;
    flex: 0 0 3.75rem;
    width: 3.75rem;
    height: 3.9375rem;
}
.doc__label:not(:last-child) {
    margin-bottom: 1.875rem;
}
.doc__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.125rem;
}
.doc__btn {
    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;
    gap: 0.625rem;
    font-weight: 500;
    font-size: 0.875rem;
    padding: 0.75rem 1.1875rem;
    background: #f4f7f9;
    border-radius: 2.5rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.doc__btn::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.8125rem;
    flex: 0 0 1.8125rem;
    width: 1.8125rem;
    height: 1.8125rem;
    background: url(../img/icons/download-btn-decor.svg) 50%/100% no-repeat;
}
.doc__descr {
    font-size: 0.75rem;
    line-height: 1.5;
}
.doc__num {
    font-weight: 600;
}
.doc__num:not(:last-child) {
    margin-bottom: 0.25rem;
}
.doc__date {
    font-weight: 500;
}
.history-years {
    background: #f4f7f9;
    border-radius: 3.75rem;
    padding: 0.625rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}
.history-years:not(:last-child) {
    margin-bottom: 2.5rem;
}
.history-years__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.9375rem;
    flex: 0 0 0.9375rem;
    width: 0.9375rem;
    height: 0.9375rem;
    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;
}
.history-years__btn svg path {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
    fill: #0d3657;
}
.history-years__btn_next {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.history-years__slide {
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    font-size: 1.5rem;
    padding: 0.625rem;
    border-radius: 2.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3.125rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6.25rem;
    flex: 0 0 6.25rem;
    width: 6.25rem;
    position: relative;
}
.history-years__slide:not(:last-child) {
    margin-right: 4.0625rem;
}
.history-years__slide.swiper-slide-thumb-active {
    background: #2188d9;
    color: #fff;
}
.slide-history-p {
    margin-right: 1.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.slide-history-p__slider:not(:last-child) {
    margin-bottom: 2.5rem;
}
.slide-history-p__wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}
.slide-history-p__slide {
    min-height: 27.875rem;
    margin-right: 1.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-radius: 1.875rem;
    overflow: hidden;
}
.slide-history-p__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.slide-history-p__text:not(:last-child) {
    margin-bottom: 2.5rem;
}
.slide-history-p__label {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.3;
}
.slide-history-p__label:not(:last-child) {
    margin-bottom: 1.25rem;
}
.slide-history-p__descr {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.45;
}
.prod__slider:not(:last-child) {
    margin-bottom: 2.5rem;
}
.prod__wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}
.prod__slide {
    min-height: 27.875rem;
    border-radius: 1.875rem;
    overflow: hidden;
}
.prod__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.prod__text:not(:last-child) {
    margin-bottom: 2.5rem;
}
.prod__label {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.3;
}
.prod__label:not(:last-child) {
    margin-bottom: 1.25rem;
}
.prod__descr {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.45;
}
.prod__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
}
.prod__left {
    background: #f4f7f9;
    border-radius: 1.875rem;
    padding: 2.5rem;
}
.prod__image {
    border-radius: 1.875rem;
    position: relative;
    overflow: hidden;
    padding-bottom: 97.1119133574%;
}
.prod__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.top-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.top-reviews:not(:last-child) {
    margin-bottom: 1.625rem;
}
.reviews-filter {
    background: #f4f7f9;
    border-radius: 3.75rem;
    overflow: hidden;
    padding: 0.625rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    min-height: 0;
}
.reviews-filter:not(:last-child) {
    margin-bottom: 1.75rem;
}
.reviews-filter__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.9375rem;
    flex: 0 0 0.9375rem;
    width: 0.9375rem;
    height: 0.9375rem;
    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;
}
.reviews-filter__btn svg path {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
    fill: #0d3657;
}
.reviews-filter__btn_next {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.reviews-filter__slider {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 0.625rem 1.5rem;
    margin: -0.625rem -1.5rem;
}
.reviews-filter__filter-btn {
    font-weight: 500;
    text-align: center;
    font-size: 0.9375rem;
    padding: 0.25rem 2.125rem;
    border-radius: 2.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3.125rem;
    position: relative;
}
.reviews-filter__filter-btn span {
    font-weight: 600;
    font-size: 0.75rem;
    color: #fff;
    border-radius: 1.3125rem;
    background: #ff6e00;
    padding: 0.5625rem 0.75rem;
}
.reviews-filter__filter-btn.filter-btn-current {
    background-color: #fff;
    -webkit-box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 0, 0, 0.1);
}
.reviews-filter__filter-btn:not(:last-child) {
    margin-right: 0.5rem;
}
.reviews__cols {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20.25rem, 1fr));
    gap: 1rem;
}
.reviews__cols:not(:last-child) {
    margin-bottom: 1.625rem;
}
.reviews__btn-wrapper {
    text-align: center;
}
.reviews__btn {
    background: #0d3657;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    display: flex !important;
}
.review {
    background: #f4f7f9;
    border-radius: 1.25rem;
    padding: 2.5rem 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.review__cap {
    font-weight: 600;
    line-height: 1.25;
}
.review__cap:not(:last-child) {
    margin-bottom: 1.25rem;
}
.review__rating:not(:last-child) {
    margin-bottom: 1.25rem;
}
.review__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    font-weight: 500;
}
.review__head:not(:last-child) {
    margin-bottom: 1.25rem;
}
.review__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.25rem;
    flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    overflow: hidden;
}
.review__icon img {
    width: 100%;
    height: auto;
}
.review__name {
    line-height: 1.45;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
.review__date {
    font-size: 0.6875rem;
    color: rgba(13, 54, 87, 0.5);
}
.review__text {
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.6;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    color: #698398;
}
.review__text:not(:last-child) {
    margin-bottom: 1.25rem;
}
.review__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5625rem;
}
.review__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5.625rem;
    flex: 0 0 5.625rem;
    width: 5.625rem;
    height: 5.625rem;
    background-color: #fff;
    border-radius: 0.625rem;
    overflow: hidden;
}
.review__image img {
    width: 100%;
    height: 100%;
}
.reviews-sel {
    position: relative;
}
.reviews-sel__btn {
    border-radius: 3.75rem;
    -webkit-box-shadow: 0 0.0625rem 0.625rem 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0.0625rem 0.625rem 0 rgba(0, 0, 0, 0.06);
    padding: 0.625rem 1.875rem 0.625rem 1.5rem;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 500;
    width: 18.0625rem;
    overflow: hidden;
    position: relative;
    min-height: 3.375rem;
    text-align: left;
}
.reviews-sel_city .reviews-sel__btn {
    border-radius: 1.25rem;
    width: 23.25rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0.0625rem solid #d7eaff;
    background-color: #fff;
}
.reviews-sel__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5rem;
    margin-top: -0.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.75rem;
    flex: 0 0 0.75rem;
    width: 0.75rem;
    height: 0.5rem;
    background: url(../img/icons/sel-arrow-dark.svg) 50%/100% no-repeat;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.show-reviews-sel .reviews-sel__btn::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.reviews-sel__descr {
    font-size: 0.625rem;
    color: #8197a8;
}
.reviews-sel__cap {
    font-size: 0.9375rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.reviews-sel__sub {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 1.875rem;
    -webkit-box-shadow: 0 0.0625rem 0.625rem 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0.0625rem 0.625rem 0 rgba(0, 0, 0, 0.06);
    padding: 0.5rem 0;
    max-height: 15rem;
    overflow: auto;
    scrollbar-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    top: 100%;
}
.reviews-sel_city .reviews-sel__sub {
    border-radius: 0.9375rem;
}
.show-reviews-sel .reviews-sel__sub {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: calc(100% + 0.25rem);
}
.reviews-sel__sub::-webkit-scrollbar {
    display: none;
}
.reviews-sel__sub button {
    text-align: left;
    font-weight: 500;
    font-size: 0.9375rem;
    padding: 0.5rem 1.5rem;
    line-height: 1.3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    background: 0 0;
}
.reviews-sel__sub button.active-reviews-sel {
    background: #ced1d3;
}
.reviews-sel__sub button:not(:last-child) {
    border-bottom: 0.0625rem solid rgba(33, 136, 217, 0.3);
}
.manuals__navigation:not(:last-child) {
    margin-bottom: 1.625rem;
}
.articles__cols {
    display: -ms-grid;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(23.25rem, 1fr));
}
.articles__cols:not(:last-child) {
    margin-bottom: 2.5rem;
}
.articles__btn-wrapper {
    text-align: center;
}
.articles__btn {
    background: #0d3657;
    color: #fff;
    min-height: 4rem;
}
.article {
    border-radius: 1.25rem;
    -webkit-box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 1rem 1rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.article__image {
    border-radius: 0.9375rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 65.8227848101%;
}
.article__image img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.article__image:not(:last-child) {
    margin-bottom: 1.5rem;
}
.article__tag {
    position: absolute;
    z-index: 2;
    top: 0.625rem;
    right: 0.5625rem;
    border-radius: 2.5rem;
    padding: 0.625rem 0.875rem;
    background: #ff6e00;
    color: #fff;
    font-weight: 600;
    font-size: 0.75rem;
}
.article__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.5rem;
}
.article__date {
    font-weight: 500;
    display: inline-block;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: rgba(13, 54, 87, 0.5);
}
.article__date:not(:last-child) {
    margin-bottom: 0.75rem;
}
.article__label a {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.45;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.article__label:not(:last-child) {
    margin-bottom: 0.75rem;
}
.article__text {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: rgba(13, 54, 87, 0.5);
}
.article__text:not(:last-child) {
    margin-bottom: 1.5rem;
}
.article__btn {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    font-weight: 500;
    font-size: 0.875rem;
    padding: 0.75rem 1.1875rem;
    border-radius: 2.5rem;
    background: #f4f7f9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.article__btn::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.8125rem;
    flex: 0 0 1.8125rem;
    width: 1.8125rem;
    height: 1.8125rem;
    background: url(../img/icons/btn-more-arrow.svg) 50%/100% no-repeat;
}
.man-videos__cols {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(29.375rem, 1fr));
    gap: 1rem;
}
.man-videos__cols:not(:last-child) {
    margin-bottom: 1.625rem;
}
.man-videos__btn-wrapper {
    text-align: center;
}
.man-videos__btn {
    background: #0d3657;
    color: #fff;
    min-height: 4rem;
}
.man-video {
    border-radius: 1.25rem;
    -webkit-box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.08);
    padding: 1rem 1rem 1.5rem;
}
.man-video__video {
    border-radius: 0.9375rem;
    padding-bottom: 46.0294117647%;
}
.man-video__video:not(:last-child) {
    margin-bottom: 1.5rem;
}
.man-video__cap {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.45;
}
.news {
    padding: 1.5625rem 0 3.125rem;
}
.news__popular {
    border-radius: 1.875rem;
    padding: 1.25rem;
    background: #f4f7f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}
.news__popular:not(:last-child) {
    margin-bottom: 1.625rem;
}
.news-tabs__navigation:not(:last-child) {
    margin-bottom: 1.625rem;
}
.post {
    padding: 1.25rem 0 1.5625rem;
}
.post__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.625rem;
}
.left-post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19.875rem;
    flex: 0 0 19.875rem;
    background: #f4f7f9;
    border-radius: 1.875rem;
    padding: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.625rem;
}
.left-post__image {
    border-radius: 0.9375rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 110.071942446%;
}
.left-post__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.left-post__descr {
    padding: 0 1.5625rem;
    font-weight: 500;
}
.left-post__name {
    font-size: 0.9375rem;
    line-height: 1.45;
}
.left-post__name:not(:last-child) {
    margin-bottom: 0.625rem;
}
.left-post__post {
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #698398;
}
.left-post__pdf {
    border-radius: 1.25rem;
    padding: 1.25rem 1.875rem;
    -webkit-box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
    background-color: #fff;
}
.no-webp .left-post__icon {
    background: url(../img/icons/pdf.png) 50%/100% no-repeat;
}
.left-post__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.75rem;
    flex: 0 0 2.75rem;
    width: 2.75rem;
    height: 2.875rem;
}
.left-post__link {
    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;
    gap: 0.9375rem;
    font-weight: 500;
    font-size: 0.875rem;
    padding: 0.75rem 1.1875rem;
    background: #f4f7f9;
    border-radius: 2.5rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.left-post__link::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.8125rem;
    flex: 0 0 1.8125rem;
    width: 1.8125rem;
    height: 1.8125rem;
    background: url(../img/icons/download-btn-decor.svg) 50%/100% no-repeat;
}
.post-content {
    -webkit-box-shadow: 0 0.25rem 2.5rem 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.25rem 2.5rem 0 rgba(0, 0, 0, 0.08);
    border-radius: 1.25rem;
    padding: 1.5625rem 1.5625rem 2.1875rem;
    background: #fff;
}
.post-content__cap {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.3;
}
.post-content__cap:not(:last-child) {
    margin-bottom: 1.25rem;
}
.post-content__item:not(:last-child) {
    margin-bottom: 1.25rem;
}
.post-content__item a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.6;
}
.right-post p {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.45;
}
.right-post h6 {
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #698398;
}
.right-post p:not(:last-child) {
    margin-bottom: 1.875rem;
}
.right-post h6:not(:last-child) {
    margin-bottom: 1.875rem;
}
.right-post h3 {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.25;
}
.right-post h3:not(:last-child) {
    margin-bottom: 1.875rem;
}
.right-post__top {
    border-radius: 1.875rem;
    padding: 1.25rem;
    background: #f4f7f9;
}
.right-post__top:not(:last-child) {
    margin-bottom: 1.625rem;
}
.right-post__top p {
    padding: 1.25rem;
}
.right-post__top p:not(:last-child) {
    margin-bottom: 1.25rem;
}
.right-post__image {
    border-radius: 0.9375rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 46.4015151515%;
}
.right-post__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.right-post__text:not(:last-child) {
    margin-bottom: 1.875rem;
}
.post-docs {
    -webkit-box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.08);
    padding: 1.875rem;
    border-radius: 1.25rem;
}
.post-docs:not(:last-child) {
    margin-bottom: 1.875rem;
}
.post-docs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 0.8125rem;
}
.no-webp .post-docs__item::before {
    background: url(../img/icons/pdf.png) 50%/100% no-repeat;
}
.post-docs__item::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.125rem;
    flex: 0 0 2.125rem;
    width: 2.125rem;
    height: 2.25rem;
}
.post-docs__item:not(:last-child) {
    margin-bottom: 0.625rem;
}
.post-docs__cap {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
.post-docs__cap a {
    font-size: 0.9375rem;
    line-height: 1.45;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.post-docs__date {
    line-height: 1.6;
    color: #698398;
}
.other-posts {
    padding: 1.5625rem 0 3.125rem;
}
.other-posts__slider {
    background: #f4f7f9;
    border-radius: 1.875rem;
    padding: 1.25rem;
}
.other-posts__wrapper {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.other-posts__pagination .swiper-pagination-bullet {
    background-color: #fff;
}
.other-posts__pagination .swiper-pagination-bullet-active {
    background-color: #2188d9;
}
.use {
    padding: 1.5625rem 0;
}
.use__title:not(:last-child) {
    margin-bottom: 3.125rem;
}
.use__cols {
    display: -ms-grid;
    display: grid;
    gap: 0.625rem;
    grid-template-columns: repeat(auto-fit, minmax(14.375rem, 1fr));
}
.col-use {
    border-radius: 1.25rem;
    padding: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    min-height: 8rem;
    background: #f4f7f9;
}
.col-use__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.375rem;
    flex: 0 0 3.375rem;
    width: 3.375rem;
    height: 3.375rem;
}
.col-use__icon img {
    width: 100%;
    height: auto;
}
.col-use__descr {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.2142857143;
}
.contr {
    padding: 1.5625rem 0;
}
.contr__title:not(:last-child) {
    margin-bottom: 3.125rem;
}
.contr__body {
    position: relative;
}
.no-webp .contr__body::before {
    background: url(../img/about/contr-decor.png) 50%/100% no-repeat;
}
.contr__body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 13.875rem;
    height: 11.875rem;
}
.contr__descr {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.45;
    padding-left: 12.75rem;
    position: relative;
}
.contr__descr:not(:last-child) {
    margin-bottom: 1.75rem;
}
.contr__cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 35.78% 1fr;
    grid-template-columns: 35.78% 1fr;
    gap: 1rem;
    position: relative;
}
.contr-col {
    padding: 1.875rem;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    font-weight: 500;
}
.contr-col ol {
    list-style-type: none;
    counter-reset: item;
}
.contr-col ol:not(:last-child) {
    margin-bottom: 0.75rem;
}
.contr-col ol li {
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #698398;
}
.contr-col ol li::before {
    counter-increment: item;
    content: counter(item) ". ";
}
.contr-col p {
    font-size: 0.8125rem;
    line-height: 1.6;
}
.contr-col p span {
    color: #698398;
}
.contr-col p:not(:last-child) {
    margin-bottom: 0.75rem;
}
.contr-col__cap {
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.45;
}
.contr-col__cap:not(:last-child) {
    margin-bottom: 0.75rem;
}
.results {
    padding: 1.5625rem 0;
}
.results__body-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.results__title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.3;
}
.results__title:not(:last-child) {
    margin-bottom: 3.125rem;
}
.results__slider:not(:last-child) {
    margin-bottom: 3.125rem;
}
.result {
    border-radius: 1.25rem;
    padding: 1rem 1rem 1.5rem;
    -webkit-box-shadow: 0 0.0625rem 0.625rem 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.0625rem 0.625rem 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    margin-right: 1rem;
}
.result__images {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem;
}
.result__images:not(:last-child) {
    margin-bottom: 1.5625rem;
}
.result__image {
    position: relative;
    border-radius: 0.9375rem;
    overflow: hidden;
    padding-bottom: 134.307692%;
}
.result__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.result__tag {
    font-weight: 600;
    font-size: 0.75rem;
    color: #fff;
    border-radius: 2.5rem;
    background: #ff6e00;
    padding: 0.625rem 1.125rem;
    position: absolute;
    z-index: 2;
    top: 0.6875rem;
}
.result__label {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.45;
}
.result__label:not(:last-child) {
    margin-bottom: 0.75rem;
}
.result__descr {
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: rgba(13, 54, 87, 0.5);
}
.about-experts {
    padding: 1.5625rem 0 3.125rem;
}
.about-experts__title:not(:last-child) {
    margin-bottom: 3.125rem;
}
.about-experts__slider {
    margin: -0.625rem;
    padding: 0.625rem;
}
.about-experts__wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}
.expert-slide {
    border-radius: 1.25rem;
    padding: 1rem 1rem 1.5rem;
    margin-right: 1rem;
    -webkit-box-shadow: 0 0.0625rem 0.5rem 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.0625rem 0.5rem 0 rgba(0, 0, 0, 0.08);
    font-weight: 500;
    min-width: calc(25% - 3.75rem);
}
.expert-slide__video {
    border-radius: 0.9375rem;
    padding-bottom: 65.8227848101%;
}
.expert-slide__video:not(:last-child) {
    margin-bottom: 1.5rem;
}
.expert-slide__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: rgba(13, 54, 87, 0.5);
}
.expert-slide__descr:not(:last-child) {
    margin-bottom: 0.75rem;
}
.expert-slide__label {
    font-size: 0.9375rem;
    line-height: 1.45;
}
.expert-slide__label:not(:last-child) {
    margin-bottom: 0.75rem;
}
.expert-slide__text {
    font-size: 0.8125rem;
    line-height: 1.6;
    color: rgba(13, 54, 87, 0.5);
}
.product-nav {
    padding: 1.5625rem 0;
}
.product-nav__body {
    background: #f4f7f9;
    border-radius: 3.75rem;
    padding: 0.625rem 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}
.product-nav__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.9375rem;
    flex: 0 0 0.9375rem;
    width: 0.9375rem;
    height: 0.9375rem;
    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;
}
.product-nav__btn.swiper-button-disabled {
    display: none;
}
.product-nav__btn svg path {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
    fill: #0d3657;
}
.product-nav__btn_next {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.product-nav__slider {
    padding: 0.625rem 0.875rem;
    margin: -0.625rem -0.875rem;
}
.product-nav__link {
    font-weight: 500;
    font-size: 0.9375rem;
    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;
    white-space: nowrap;
    text-align: center;
    padding: 0.625rem 1.5rem;
    min-height: 3.125rem;
    border-radius: 2.25rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-nav__link_active {
    -webkit-box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 0, 0, 0.1);
    background: #fff;
}
.product-nav__link:not(:last-child) {
    margin-right: 0.5rem;
}
.product-mat {
    padding: 1.5625rem 0;
}
.product-mat__title:not(:last-child) {
    margin-bottom: 0.5rem;
}
.product-mat__descr {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.45;
    max-width: 51.25rem;
}
.product-mat__descr:not(:last-child) {
    margin-bottom: 3.125rem;
}
.product-mat__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}
.product-mat__image img {
    width: 100%;
    height: auto;
}
.product-mat-col {
    padding: 1.4375rem 1.25rem;
    background: #fff;
    border-radius: 0.9375rem;
}
.no-webp .product-mat-col:first-child {
    background: url(../img/prod-mat/product-mat-decor.png) top left/cover no-repeat;
}
.product-mat-col:first-child {
    padding-left: 8.125rem;
}
.product-mat-col__cap {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.25;
}
.product-mat-col__cap:not(:last-child) {
    margin-bottom: 0.25rem;
}
.product-mat-col__descr {
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.2307692308;
    color: rgba(13, 54, 87, 0.5);
}
.kit {
    padding: 1.5625rem 0;
}
.kit__body {
    background: #f4f7f9;
    border-radius: 2.5rem;
    padding: 3.0625rem 1.875rem 2.125rem 5.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.kit__title:not(:last-child) {
    margin-bottom: 1.875rem;
}
.kit__descr {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.25;
    color: #698398;
}
.kit__descr:not(:last-child) {
    margin-bottom: 4.625rem;
}
.kit__image {
    mix-blend-mode: multiply;
}
.kit__image img {
    width: 100%;
    height: auto;
}
.kit__list {
    list-style-type: none;
    counter-reset: item;
}
.kit__item {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.125rem;
}
.kit__item::before {
    counter-increment: item;
    content: counter(item);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #fff;
    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;
    text-align: center;
    font-size: 1rem;
}
.kit__item:not(:last-child) {
    margin-bottom: 0.75rem;
}
.kit-property {
    background-color: #fff;
    -webkit-box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.09);
    border-radius: 1.25rem;
    padding: 1.875rem;
    background: #fff;
}
.kit-property__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.25rem;
    font-weight: 500;
    font-size: 0.8125rem;
    color: #698398;
    line-height: 1.2307692308;
}
.kit-property__item:not(:last-child) {
    margin-bottom: 0.5rem;
}
.kit-property__cap {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.25rem;
}
.kit-property__cap::after {
    content: "";
    border-bottom: 0.0625rem dashed;
    position: relative;
    top: -0.125rem;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
.files-sect {
    padding: 1.5625rem 0;
}
.files-sect__title:not(:last-child) {
    margin-bottom: 3.75rem;
}
.files-sect__slider {
    padding: 0.625rem;
    margin: -0.625rem;
}
.files-sect__wrapper:not(:last-child) {
    margin-bottom: 3rem;
}
.files-sect__doc {
    min-width: calc(25% - 2.375rem);
    margin-right: 1rem;
    -webkit-box-shadow: 0 0.0625rem 0.5rem 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.0625rem 0.5rem 0 rgba(0, 0, 0, 0.08);
}
.prod-reviews {
    padding: 1.5625rem 0;
}
.prod-reviews__wrapper:not(:last-child) {
    margin-bottom: 3rem;
}
.prod-reviews__review {
    margin-right: 1rem;
    min-width: calc(25% - 3rem);
}
.reviews-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}
.reviews-top:not(:last-child) {
    margin-bottom: 3.125rem;
}
.reviews-top__title {
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1.25;
}
.reviews-top__btn {
    margin-left: auto;
    min-height: 4rem;
    white-space: nowrap;
    background: #0d3657;
    color: #fff;
}
.contacts {
    padding: 1.25rem 0 3.125rem;
}
.contacts__map {
    border-radius: 0.9375rem;
    min-height: 42.9375rem;
    overflow: hidden;
    background: #f4f7f9;
}
.contacts-info {
    -webkit-box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.08);
    border-radius: 1.25rem;
    padding: 2.25rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.contacts-info__label {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2;
}
.contacts-info__label:not(:last-child) {
    margin-bottom: 1.25rem;
}
.contacts-info__address {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.2142857143;
}
.contacts-info__address:not(:last-child) {
    margin-bottom: 1.25rem;
}
.contacts-info__descr {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.25;
    color: #8197a8;
}
.contacts-info__descr:not(:last-child) {
    margin-bottom: 0.25rem;
}
.contacts-info__mail {
    font-weight: 500;
    font-size: 0.875rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.contacts-info__mail:not(:last-child) {
    margin-bottom: 1.875rem;
}
.contacts-info__shop {
    border-radius: 2.6875rem;
    padding: 0.8125rem 1.25rem;
    background: #2188d9;
    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;
    font-weight: 600;
    font-size: 0.8125rem;
    color: #fff;
    gap: 0.875rem;
    min-height: 3.125rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.contacts-info__shop::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../img/icons/contacts-shop.svg) 50%/100% no-repeat;
}
.contacts-metro {
    font-weight: 500;
}
.contacts-metro:not(:last-child) {
    margin-bottom: 1.25rem;
}
.contacts-metro__name {
    font-size: 0.875rem;
    line-height: 1.2142857143;
}
.contacts-metro__descr {
    font-size: 0.75rem;
    color: #8197a8;
    line-height: 1.25;
}
.contacts-worktime {
    font-weight: 500;
}
.contacts-worktime:not(:last-child) {
    margin-bottom: 1.25rem;
}
.contacts-worktime__cap {
    font-size: 0.875rem;
    line-height: 1.2142857143;
}
.contacts-worktime__cap:not(:last-child) {
    margin-bottom: 0.25rem;
}
.contacts-worktime__descr {
    font-size: 0.75rem;
    line-height: 1.25;
    color: #8197a8;
}
.contacts-consult {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 16.25rem;
    padding: 0.875rem 1.125rem;
    background: #f4f7f9;
    border-radius: 3.75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}
.contacts-consult:not(:last-child) {
    margin-bottom: 1.25rem;
}
.contacts-consult__left {
    text-align: right;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.contacts-consult__phone {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.1;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.contacts-consult__descr {
    font-family: Manrope, sans-serif;
    font-weight: 600;
    font-size: 0.625rem;
    line-height: 1.5;
    color: #707070;
}
.contacts-consult__whatsapp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    overflow: hidden;
    background: url(../img/icons/socials/whats.svg) 50%/100% no-repeat;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.offices-choice {
    padding: 1.5625rem 0 1.25rem;
}
.offices-choice__map {
    height: 32.1875rem;
    border-radius: 0.9375rem;
    overflow: hidden;
    background: #f4f7f9;
}
.actions-offices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
}
.actions-offices:not(:last-child) {
    margin-bottom: 1.25rem;
}
.offices {
    padding: 1.25rem 0 3.125rem;
}
.offices__body {
    display: -ms-grid;
    display: grid;
    gap: 1.25rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.offices__body:not(:last-child) {
    margin-bottom: 3.125rem;
}
.offices__btn-wrapper {
    text-align: center;
}
.offices__btn {
    background: #0d3657;
    color: #fff;
}
.office {
    border-radius: 1.25rem;
    padding: 1rem 1rem 2rem;
    -webkit-box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 1rem 2rem 2.25rem;
    min-width: 0;
}
.office__images {
    position: relative;
    margin: 0 -1.25rem;
}
.office__images:not(:last-child) {
    margin-bottom: 1.875rem;
}
.office__logo {
    border-radius: 0.3125rem;
    padding: 0.625rem;
    position: absolute;
    top: 0.625rem;
    background-color: #fff;
    left: 0.625rem;
    z-index: 2;
    max-width: 10.0625rem;
}
.office__logo img {
    max-width: 100%;
    height: auto;
}
.office__tag {
    font-weight: 600;
    font-size: 0.75rem;
    color: #fff;
    padding: 0.5rem 0.875rem;
    background: #ff6e00;
    display: inline-block;
    border-radius: 2.5rem;
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    z-index: 2;
}
.office__slider:not(:last-child) {
    margin-bottom: 0.625rem;
}
.office__slide {
    margin-right: 1.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-radius: 0.625rem;
    overflow: hidden;
    min-height: 19.4375rem;
}
.office__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.office__cap {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.3;
}
.office__cap:not(:last-child) {
    margin-bottom: 1.25rem;
}
.office__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2.5rem;
}
.office__descr {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.45;
    color: #8197a8;
}
.office__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    font-weight: 500;
    font-size: 0.875rem;
    padding: 0.75rem 1.1875rem;
    border-radius: 2.5rem;
    background: #f4f7f9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.office__btn::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.8125rem;
    flex: 0 0 1.8125rem;
    width: 1.8125rem;
    height: 1.8125rem;
    background: url(../img/icons/btn-more-arrow.svg) 50%/100% no-repeat;
}
.buy {
    padding: 0 0 3.125rem;
}
.buy-col {
    -webkit-box-shadow: 0 0.25rem 2.5rem 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.25rem 2.5rem 0 rgba(0, 0, 0, 0.08);
    border-radius: 1.875rem;
    padding: 1.25rem;
    background: #fff;
}
.buy-col:not(:last-child) {
    margin-bottom: 1.25rem;
}
.buy-col__map {
    background: #f4f7f9;
    height: 41.875rem;
    border-radius: 0.9375rem;
    overflow: hidden;
}
.buy-info__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75rem;
}
.buy-info__top:not(:last-child) {
    margin-bottom: 1.875rem;
}
.buy-info__logo {
    width: 12.625rem;
}
.buy-info__logo img {
    width: auto;
    height: auto;
    max-height: 60px;
}
.buy-info__btn {
    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;
    gap: 0.625rem;
    font-weight: 500;
    font-size: 0.875rem;
    padding: 0.75rem 1.1875rem;
    border-radius: 2.5rem;
    background: #2188d9;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: #fff;
}
.buy-info__btn::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.8125rem;
    flex: 0 0 1.8125rem;
    opacity: 0.65;
    width: 1.8125rem;
    height: 1.8125rem;
    background: url(../img/icons/btn-more-arrow.svg) 50%/100% no-repeat;
}
.buy-info__label {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.3;
}
.buy-info__label:not(:last-child) {
    margin-bottom: 0.5rem;
}
.buy-info__metro {
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.6;
}
.buy-info__metro:not(:last-child) {
    margin-bottom: 1.25rem;
}
.buy-info__descr {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.45;
    color: #8197a8;
}
.buy-info__descr:not(:last-child) {
    margin-bottom: 1.875rem;
}
.buy-info__cap {
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.45;
}
.buy-info__cap:not(:last-child) {
    margin-bottom: 0.75rem;
}
.buy-info__list:not(:last-child) {
    margin-bottom: 1.875rem;
}
.buy-info__item {
    font-weight: 500;
    line-height: 1.45;
    color: #8197a8;
}
.buy-info__item::before {
    content: "✓ ";
}
.no-webp .buy-contacts {
    background: #f4f7f9 url(../img/buy/decor.png) 50% / cover no-repeat;
}
.buy-contacts {
    border-radius: 0.875rem;
    padding: 1.25rem 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.buy-contacts__link {
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.6;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.buy-metro {
    font-weight: 500;
    line-height: 1.6;
    font-size: 0.8125rem;
}
.buy-metro:not(:last-child) {
    margin-bottom: 0.75rem;
}
.buy-metro__descr {
    color: #698398;
}
.policy-page-h1 {
font-weight: 600;
font-size: 2.25rem;
line-height: 1.25;
margin-bottom:24px;
}
@media (min-width: 29.99875em) {
    .footer-expert::before {
        height: 14.5rem;
    }
    .reviews-sel {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .result__image_before .result__tag {
        right: auto;
        left: 0.6875rem;
    }
    .result__tag {
        right: 0.6875rem;
    }
    .buy-info__top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .buy-info__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.625rem;
        flex: 0 0 12.625rem;
    }
}
@media (min-width: 47.99875em) {
    .footer-expert {
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer-qr {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.8199513382%;
        flex: 0 0 33.8199513382%;
    }
    a.footer-bottom__policy {
        text-align: right;
    }
    .slide-left-hero__btn {
        margin-left: auto;
    }
    .slide-about-main {
        min-height: 17.5rem;
    }
    .slide-therapy_main {
        background: #abdbf2;
    }
    .procedure__btn {
        min-width: 18.375rem;
    }
    .slide-experts__btn_mob {
        display: none;
    }
    .actions-cities {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .subscr::before {
        height: 14rem;
    }
    .subscr__form {
        -ms-grid-columns: 1fr 11.75rem;
        grid-template-columns: 1fr 11.75rem;
    }
    .subscr__checkbox {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
    .learn-hero__body {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .learn-hero__content {
        padding-top: 6.5rem;
        max-width: 28.75rem;
    }
    .actions-offices {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (min-width: 61.99875em) {
    .method-page__right {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    .method-aside {
        position: sticky;
        top: 8.125rem;
        left: 0;
    }
    .header__menu-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 2rem;
        background: #f4f7f9;
        border-radius: 2.5rem;
    }
    .header__catalog-btn {
        background: #2188d9;
        font-family: Manrope, sans-serif;
        font-size: 0.9375rem;
    }
    .header__shop-link {
        min-height: 4.25rem;
        min-width: 10.3125rem;
    }
    .menu {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    .menu__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .menu__item {
        position: relative;
    }
    .menu__item_has-sub::after {
        content: "";
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0.75rem;
        flex: 0 0 0.75rem;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        width: 0.75rem;
        height: 0.5rem;
        background: url(../img/icons/sub-menu-arrow.svg) 50%/100% no-repeat;
    }
    .menu__link {
        font-family: Manrope, sans-serif;
    }
    .sub-menu {
        padding-top: 1.875rem;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .show-sub .sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        top: 100%;
    }
    .sub-menu__list {
        -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
        min-width: 12.5rem;
    }
    .sub-menu__item:not(:last-child) {
        margin-bottom: 0.75rem;
    }
    .sub-menu__item a {
        font-family: Manrope, sans-serif;
    }
    .footer__wrapper {
        background: #2188d9;
        border-radius: 2.5rem;
    }
    .footer-expert__decor_mob {
        display: none;
    }
    .footer-expert__decor {
        margin-bottom: -3.25rem;
        margin-left: -5.375rem;
    }
    .footer-main {
        -ms-grid-columns: 18.0625rem 1fr;
        grid-template-columns: 18.0625rem 1fr;
    }
    .footer-main__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footer-main__logo:not(:last-child) {
        margin-bottom: 3rem;
    }
    .footer-main__phone-wrapper {
        width: 100%;
        border-radius: 2.5rem;
        background: #126fb8;
    }
    .footer-main__phone-wrapper:not(:last-child) {
        margin-bottom: 1.625rem;
    }
    .footer-main__address {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0.1875rem;
    }
    .footer-main__address:not(:last-child) {
        margin-bottom: 1.625rem;
    }
    .footer-main__vk_mob {
        display: none;
    }
    .footer-col_mob {
        display: none;
    }
    .footer-col:first-child {
        -ms-grid-row-span: 2;
        grid-row: span 2;
    }
    .slide-left-hero__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25rem;
        flex: 0 0 31.25rem;
    }
    .hero-descr__image_mob {
        display: none;
    }
    .about-main__title_mob {
        display: none;
    }
    .about-main__label_mob {
        display: none;
    }
    .slide-about-main {
        min-width: calc(50% - 1.25rem);
    }
    .therapy__top {
        gap: 1.25rem;
    }
    .therapy__descr {
        display: none;
    }
    .therapy__wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: calc(50% - 0.625rem) 1fr 1fr;
        grid-template-columns: calc(50% - 0.625rem) 1fr 1fr;
    }
    .choice__title_mob {
        display: none;
    }
    .choice-item {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
    .choice-item_big {
        -ms-grid-column-span: 3;
        grid-column: span 3;
    }
    .procedure__wrapper {
        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;
    }
    .procedure__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22.375rem;
        flex: 0 0 22.375rem;
    }
    .history_mob {
        display: none;
    }
    .blog-main-top__title_mob {
        display: none;
    }
    .blog-main-top__btn_mob {
        display: none;
    }
    .post-main {
        padding: 1rem 1rem 1.5rem;
    }
    .post-main__image {
        padding-bottom: 56%;
        border-radius: 0.9375rem;
        overflow: hidden;
    }
    .experts {
        margin-top: -2.5rem;
    }
    .experts-top__btn_mob {
        display: none;
    }
    .cities__map {
        border-radius: 2.5rem;
        overflow: hidden;
    }
    .partners__title {
        color: #fff;
    }
    .tg-channel {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    }
    .tg-channel_mob {
        display: none;
    }
    .learn-about__wrapper {
        background: #f4f7f9;
    }
    .programs__slider {
        overflow: visible;
    }
    .programs__wrapper {
        display: block;
    }
    .program:not(:last-child) {
        margin-bottom: 2rem;
    }
    .program__num {
        padding-top: 1.25rem;
    }
    .program__num .arrow {
        padding-top: 0.9375rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .program__num .arrow span {
        width: 0.0625rem;
    }
    .program__num .arrow span::after {
        left: 50%;
    }
    .program__num .arrow span::before {
        right: 50%;
    }
    .program__content {
        border-radius: 1.25rem;
        padding: 1.875rem;
        -webkit-box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.08);
        background: #fff;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    .students__slider {
        background: #f4f7f9;
        border-radius: 1.875rem;
    }
    .recom__slider {
        background: #f4f7f9;
        border-radius: 1.875rem;
    }
    .slide-recom {
        padding: 1rem;
    }
    .slide-recom__image {
        border-radius: 0.9375rem;
        overflow: hidden;
    }
    .author {
        background: #f4f7f9;
        padding: 1.25rem;
        border-radius: 1.875rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .author__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28.6692759295%;
        flex: 0 0 28.6692759295%;
    }
    .history-years__slide:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        left: calc(100% + 0.5rem);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 3.0625rem;
        flex: 0 0 3.0625rem;
        width: 3.0625rem;
        margin-top: -0.25rem;
        height: 0.5rem;
        background: url(../img/icons/year-arrow.svg) 50%/100% no-repeat;
    }
    .top-reviews {
        -webkit-box-shadow: 0 0.25rem 2.5rem 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 0.25rem 2.5rem 0 rgba(0, 0, 0, 0.08);
        border-radius: 1.875rem;
        padding: 1.25rem;
    }
    .post__container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .left-post__link {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    .right-post__content {
        padding: 2.5rem;
    }
    .other-posts__slider {
        overflow: visible;
    }
    .other-posts__wrapper {
        display: -ms-grid;
        display: grid;
        gap: 1rem;
    }
    .use__title_mob {
        display: none;
    }
    .contr__body {
        border-radius: 1.875rem;
        overflow: hidden;
        background: #f4f7f9;
        padding: 1.25rem;
    }
    .results__slider {
        border-radius: 1.875rem;
        background: #f4f7f9;
        padding: 1.25rem 1rem;
    }
    .result {
        min-width: calc(50% - 1rem);
    }
    .product-mat__body {
        border-radius: 2.5rem;
        background: #e9f3fb;
        padding: 2.0625rem;
    }
    .kit__body {
        position: relative;
    }
    .kit__left {
        padding-bottom: 5.0625rem;
    }
    .kit__image {
        width: 58.4%;
    }
    .kit__image {
        position: absolute;
        top: 7.8%;
        right: 0.625rem;
        pointer-events: none;
    }
    .kit-property {
        -ms-flex-item-align: end;
        align-self: flex-end;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 21.9375rem;
        flex: 0 0 21.9375rem;
    }
    .contacts__wrapper {
        -webkit-box-shadow: 0 0.25rem 2.5rem 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 0.25rem 2.5rem 0 rgba(0, 0, 0, 0.08);
        border-radius: 1.875rem;
        padding: 1.25rem;
        background: #fff;
        position: relative;
    }
    .contacts-info {
        max-width: 21rem;
        position: absolute;
        top: 2.8125rem;
        right: 2.8125rem;
        bottom: 2.8125rem;
        z-index: 2;
    }
    .offices-choice__wrapper {
        border-radius: 1.875rem;
        padding: 1.25rem;
        -webkit-box-shadow: 0 0.25rem 2.5rem 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 0.25rem 2.5rem 0 rgba(0, 0, 0, 0.08);
    }
    .offices__body {
        border-radius: 1.875rem;
        background: #f4f7f9;
        padding: 1.25rem;
    }
    .buy-col {
        position: relative;
    }
    .buy-info {
        background-color: #fff;
        -webkit-box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.08);
        padding: 1.875rem;
        border-radius: 1.25rem;
        max-width: 34.3125rem;
        z-index: 2;
        position: absolute;
        top: 2.1875rem;
        bottom: 2.1875rem;
        left: 2.1875rem;
    }
}
@media (min-width: 85em) {
    .header__body {
        margin-left: 2.375rem;
    }
    .header__menu-wrapper {
        margin-right: 0.4375rem;
    }
    .header-consult {
        min-width: 13.875rem;
        padding: 0.9375rem 0.8125rem 0.9375rem 1.375rem;
        background: #f4f7f9;
        border-radius: 2.5rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.5rem;
        margin-left: auto;
    }
    .footer-expert__label {
        white-space: nowrap;
    }
    .footer-expert__decor {
        margin-top: -5.5625rem;
    }
    .footer-main {
        padding-right: 6.25rem;
    }
    .right-hero__slider:not(:last-child) {
        margin-bottom: 1.25rem;
    }
    .choice-item:nth-child(2) {
        gap: 1.5rem;
    }
    .choice-item:nth-child(3) {
        gap: 2.125rem;
    }
    .choice-item:nth-child(5) {
        gap: 0.125rem;
    }
    .choice-item:nth-child(8) {
        gap: 2.125rem;
    }
    .procedure__content {
        padding-top: 3.625rem;
    }
    .slide-experts {
        min-width: calc(50% - 1.25rem);
    }
    .slide-tv {
        min-height: 22.0625rem;
    }
    .learn-about__wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .learn-about__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        align-self: stretch;
    }
    .top-programs {
        margin-left: 7.5rem;
    }
    .no-webp .top-programs::before {
        background: url(../img/learning/programs/pen.png) 50%/100% no-repeat;
    }
    .top-programs::before {
        content: "";
        position: absolute;
        top: -1.8125rem;
        right: calc(100% + 2.25rem);
        width: 9.5625rem;
        height: 9.5625rem;
        mix-blend-mode: multiply;
    }
    .author-col {
        -ms-grid-column-span: 3;
        grid-column: span 3;
    }
    .author-col_span-1 {
        -ms-grid-column-span: 6;
        grid-column: span 6;
    }
    .author-col_span-3 {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
    .prod__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 26.0828625235%;
        flex: 0 0 26.0828625235%;
    }
    .news__article:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    }
    .news__article:first-child .article__image {
        padding-bottom: 53.4375%;
    }
    .news__article:first-child .article__btn {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .post-docs__item {
        gap: 1.25rem;
    }
    .product-mat__image {
        margin: -3.125rem 1.875rem 0;
        pointer-events: none;
    }
}
@media (max-width: 85em) {
    .method-page__container {
        gap: 1.25rem;
    }
    .method-aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 19rem;
        flex: 0 0 19rem;
        padding: 2rem 1rem;
    }
    .header {
        top: 0;
    }
    .header {
        padding: 1.25rem 0;
    }
    .header__body {
        gap: 0.9375rem;
    }
    .header__menu-wrapper {
        padding-right: 1.5rem;
    }
    .header__shop-link {
        display: none;
    }
    .menu__list {
        gap: 1rem;
    }
    .header-consult__left {
        display: none;
    }
    .footer__wrapper {
        padding: 2rem 1.25rem;
    }
    .footer-expert {
        overflow: hidden;
        position: relative;
        padding: 2rem;
        gap: 0.75rem;
    }
    .footer-expert__mob-wrapper {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }
    .footer-expert__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footer-expert__label {
        font-size: 2.125rem;
    }
    .footer-expert__btn {
        margin-top: auto;
        position: relative;
        z-index: 2;
    }
    .footer-expert__decor {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
    }
    .footer-main {
        gap: 4.375rem;
    }
    .footer-main__cols {
        gap: 4.375rem;
    }
    .hero__container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 3.125rem;
    }
    .right-hero {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }
    .about-main__slider {
        margin: 0 -0.9375rem;
        padding: 0 0.9375rem;
    }
    .slide-about-main {
        padding: 3.125rem 1.875rem 3.125rem 20.4%;
    }
    .therapy__wrapper {
        gap: 0.75rem;
    }
    .slide-therapy {
        padding: 2rem 1.5rem;
    }
    .slide-therapy_main {
        padding-left: 61.9%;
    }
    .slide-therapy__decor-main {
        width: 70%;
    }
    .slide-therapy__decor {
        right: 1rem;
        width: 2.875rem;
        height: 2.875rem;
    }
    .choice__cols {
        gap: 1rem;
    }
    .choice-item {
        padding: 2.5rem 2rem;
        min-height: 20rem;
    }
    .choice-item:nth-child(1),
    .choice-item:nth-child(2) {
        padding: 2.5rem 2rem;
    }
    .choice-item__cap {
        font-size: 1.375rem;
    }
    .procedure__wrapper {
        padding: 1.8125rem 1.8125rem 5.5rem;
    }
    .procedure__decor {
        width: 20.875rem;
    }
    .history__row {
        gap: 1rem;
    }
    .history-col {
        padding: 3.75rem 1.5rem 2rem;
    }
    .post-main {
        min-width: calc(33.333% - 2rem);
    }
    .slide-experts {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .tv__slider {
        margin: 0 -0.9375rem;
        padding: 0 0.9375rem;
    }
    .slide-tv {
        min-width: calc(33.333% - 2.5rem);
    }
    .partners__body {
        padding: 2.5rem 2rem;
    }
    .partners__slide {
        min-width: calc(20% - 2rem);
    }
    .subscr-wrapper__container {
        gap: 1rem;
    }
    .tg-channel__wrapper {
        padding: 1.25rem 1.75rem;
    }
    .subscr {
        padding: 2.5rem 2rem;
    }
    .learn-hero__content {
        margin-right: 10%;
    }
    .learn-about__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 1.625rem 2rem;
    }
    .learn-about__left {
        padding: 0 1.25rem 1.25rem;
    }
    .programs__body {
        padding: 4.375rem 5rem 2.5rem;
    }
    .students__slide {
        min-width: calc(33.333% - 2.5rem);
        margin-right: 1.25rem;
    }
    .slide-recom {
        min-width: calc(33.333% - 2.5rem);
        margin-right: 1.25rem;
    }
    .author__cols {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .prod__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .prod__right {
        max-width: 20.25rem;
    }
    .prod__image {
        padding-bottom: 83.024691358%;
    }
    .article__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .news__popular {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .post-docs__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 3.375rem;
    }
    .post-docs__item::before {
        position: absolute;
        top: 0;
        left: 0;
    }
    .post-docs__item:not(:last-child) {
        margin-bottom: 1.25rem;
    }
    .post-docs__cap:not(:last-child) {
        margin-bottom: 0.5rem;
    }
    .other-posts__wrapper {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .expert-slide {
        min-width: calc(33.333% - 2.5rem);
    }
    .kit__body {
        padding: 3.125rem 1.875rem;
    }
    .files-sect__slider {
        padding: 1.125rem;
        margin: -1.125rem;
    }
    .files-sect__doc {
        min-width: calc(33.333% - 2.5rem);
        margin-right: 1.25rem;
    }
    .prod-reviews__slider {
        margin: 0 -1.125rem;
        padding: 0 1.125rem;
    }
    .prod-reviews__review {
        min-width: calc(33.333% - 2.5rem);
        margin-right: 1.25rem;
    }
}
@media (max-width: 61.99875em) {
    .breadcrumbs__link {
        font-size: 0.875rem;
    }
    .breadcrumbs__item {
        font-size: 0.875rem;
    }
    .title {
        font-size: 2rem;
    }
    .title:not(:last-child) {
        margin-bottom: 3.125rem;
    }
    .video {
        border-radius: 1.875rem;
    }
    .video__play {
        width: 4.1875rem;
        height: 4.1875rem;
    }
    .expert-slide .video__play,
    .man-video .video__play,
    .tv .video__play {
        width: 4.1875rem;
        height: 4.1875rem;
    }
    .slider-btns {
        display: none;
    }
    .head-info {
        display: none;
    }
    .head-page__back {
        display: none;
    }
    .method-page__container {
        gap: 0;
    }
    .method-aside {
        display: none;
    }
    .tabs-nav {
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }
    .tabs-nav__btn {
        position: absolute;
        top: 50%;
        background: 0 0;
        z-index: 2;
        left: 1.125rem;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .tabs-nav__btn::before {
        content: "";
        position: absolute;
        background: -webkit-gradient(linear, left top, right top, from(rgba(244, 247, 249, 0)), to(#f4f7f9));
        background: linear-gradient(90deg, rgba(244, 247, 249, 0) 0, #f4f7f9 100%);
        top: 50%;
        z-index: -1;
        margin-top: -1.6875rem;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
        pointer-events: none;
        left: -1.125rem;
        height: 3.375rem;
        width: 3.125rem;
    }
    .tabs-nav__btn_next {
        -webkit-transform: scaleX(-1) translate(0, -50%);
        -ms-transform: scaleX(-1) translate(0, -50%);
        transform: scaleX(-1) translate(0, -50%);
        left: auto;
        right: 1.125rem;
    }
    .tabs-nav__title {
        padding: 0.625rem 1.875rem;
    }
    .tabs-nav__title:not(:last-child) {
        margin-right: 0.25rem;
    }
    .header__body {
        gap: 0.625rem;
    }
    .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 5.4375rem;
        flex: 0 0 5.4375rem;
        width: 5.4375rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: auto;
    }
    .header__menu-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding-right: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .header__catalog-btn {
        gap: 0.5rem;
        font-weight: 500;
        color: #009ae2;
        border-radius: 2.5rem;
        border: 0.0625rem solid rgba(0, 154, 226, 0.2);
        padding: 0.625rem 1.375rem;
        line-height: 1.25;
    }
    .header__shop-link {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .menu__body {
        position: fixed;
        top: 5rem;
        right: -100%;
        width: 100%;
        overflow: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        bottom: 0;
        background-color: #fff;
        z-index: 3;
        gap: 1.25rem;
        padding: 0.625rem 1.25rem 1.125rem;
        -webkit-transition: right 0.3s;
        transition: right 0.3s;
    }
    .menu-open .menu__body {
        right: 0;
    }
    .sub-menu-active .menu__back {
        display: block;
    }
    .menu__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative;
        gap: 0.25rem;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 1.875rem;
        padding: 2.5rem 1.25rem;
        -webkit-box-shadow: 0 0.25rem 2.5rem 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 0.25rem 2.5rem 0 rgba(0, 0, 0, 0.08);
        background: #fff;
    }
    .menu__link {
        border-radius: 2.5rem;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: flex;
        font-size: 1.125rem;
        font-weight: 500;
        padding: 0.9375rem 1.875rem;
    }
    .menu__link::after {
        content: "";
        opacity: 0.4;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0.4375rem;
        flex: 0 0 0.4375rem;
        width: 0.4375rem;
        height: 0.75rem;
        background: url(../img/icons/menu-link-arrow.svg) 50%/100% no-repeat;
    }
    .sub-menu {
        top: 0;
        display: none;
        width: 100%;
        height: 100%;
    }
    .show-sub .sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .sub-menu__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative;
        gap: 0.25rem;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 1.875rem;
        padding: 2.5rem 1.25rem;
    }
    .sub-menu__item_reviews span {
        border-radius: 1.25rem;
        padding: 0.625rem 0.75rem;
    }
    .sub-menu__item a {
        border-radius: 2.5rem;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.625rem;
        display: flex;
        font-size: 1.125rem;
        font-weight: 500;
        padding: 0.9375rem 1.875rem;
    }
    .sub-menu__item a::after {
        margin-left: auto;
        content: "";
        opacity: 0.4;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0.4375rem;
        flex: 0 0 0.4375rem;
        width: 0.4375rem;
        height: 0.75rem;
        background: url(../img/icons/menu-link-arrow.svg) 50%/100% no-repeat;
    }
    .header-consult {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 1.25rem;
    }
    .icon-menu {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        display: block;
        position: relative;
        width: 1.875rem;
        height: 1.875rem;
        cursor: pointer;
        z-index: 5;
    }
    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        content: "";
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        position: absolute;
        height: 0.125rem;
        background: #009ae2;
        width: 1.25rem;
    }
    .icon-menu::before {
        top: 0.4375rem;
    }
    .icon-menu::after {
        bottom: 0.4375rem;
    }
    .icon-menu span {
        top: calc(50% - 0.0625rem);
    }
    .menu-open .icon-menu span {
        width: 0;
    }
    .menu-open .icon-menu::before {
        top: calc(50% - 0.0625rem);
        -webkit-transform: translate(-50%, 0) rotate(-45deg);
        -ms-transform: translate(-50%, 0) rotate(-45deg);
        transform: translate(-50%, 0) rotate(-45deg);
    }
    .menu-open .icon-menu::after {
        bottom: calc(50% - 0.0625rem);
        -webkit-transform: translate(-50%, 0) rotate(45deg);
        -ms-transform: translate(-50%, 0) rotate(45deg);
        transform: translate(-50%, 0) rotate(45deg);
    }
    .footer {
        padding-bottom: 4rem;
    }
    .footer__wrapper {
        padding: 0;
    }
    .footer__mob-wrapper {
        border-radius: 1.875rem;
        background: #2188d9;
        padding: 1.875rem 1.5rem 1rem;
    }
    .footer-expert {
        gap: 1.5rem;
        border-radius: 1.875rem;
        min-height: 26.875rem;
        margin-bottom: 2.5rem;
    }
    .footer-expert__label {
        font-size: 2rem;
    }
    .footer-expert__btn {
        background: #0d3657;
        color: #fff;
    }
    .footer-expert__decor_pc {
        display: none;
    }
    .footer-expert__decor {
        margin-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.25rem;
        flex: 0 0 20.25rem;
        width: 20.25rem;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .footer-qr {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
        flex: 0 0 52%;
    }
    .footer-qr__cap {
        font-size: 1.125rem;
    }
    .footer-qr__descr {
        font-size: 0.875rem;
    }
    .footer-main {
        margin-bottom: 3.375rem;
    }
    .footer-main__left {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 6.875rem 1fr;
        grid-template-columns: 6.875rem 1fr;
        gap: 0.75rem 1.5rem;
    }
    .footer-main__logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 6.875rem;
        flex: 0 0 6.875rem;
        width: 6.875rem;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .footer-main__phone-wrapper {
        -ms-grid-column-span: 2;
        grid-column: span 2;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding: 0.5rem 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        gap: 0.75rem;
    }
    .footer-main__phone {
        margin-right: 1.25rem;
    }
    .footer-main__address {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .footer-main__address span {
        display: inline;
        color: #fff;
    }
    .footer-main__address address {
        display: inline;
        font-size: 0.8125rem;
    }
    .footer-main__btns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -ms-grid-column-span: 2;
        grid-column: span 2;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .footer-main__shop {
        font-size: 1.125rem;
        padding: 0.75rem 2rem;
    }
    .footer-main__vk_pc {
        display: none;
    }
    .footer-main__vk {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2.0625rem;
        flex: 0 0 2.0625rem;
        width: 2.0625rem;
        height: 2.0625rem;
    }
    .footer-main__cols {
        gap: 1.75rem;
    }
    .footer-col__label {
        font-size: 1.375rem;
    }
    .footer-col__label:not(:last-child) {
        margin-bottom: 1.25rem;
    }
    .footer-col__item a {
        font-size: 0.9375rem;
    }
    .footer-bottom {
        border-radius: 1.25rem;
        padding: 2rem;
        background-color: #fff;
        margin: 0 -0.75rem;
        color: #0d3657;
    }
    a.footer-bottom__policy {
        color: #6e869a;
    }
    .slide-left-hero {
        min-height: 37.5rem;
        padding: 2rem;
    }
    .slide-left-hero__label {
        font-size: 3.25rem;
    }
    .slide-left-hero__descr {
        font-size: 1.125rem;
    }
    .right-hero__image {
        border-radius: 1.875rem;
    }
    .hero-descr {
        border-radius: 1.875rem;
    }
    .hero-descr__image_pc {
        display: none;
    }
    .about-main__body {
        background: #3ba5e3;
        border-radius: 1.875rem;
        padding: 1.75rem 0.5rem;
        position: relative;
    }
    .about-main__title {
        padding: 0 1.625rem;
        font-size: 2rem;
        color: #fff;
    }
    .about-main__title_pc {
        display: none;
    }
    .about-main__label {
        padding: 0 1.625rem;
        color: #fff;
    }
    .about-main__label:not(:last-child) {
        margin-bottom: 2.625rem;
    }
    .about-main__slider {
        margin: 0 -0.5rem;
        padding: 0 0.5rem;
    }
    .about-main__pagination .swiper-pagination-bullet-active {
        background: #0d3657;
    }
    .slide-about-main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        border-radius: 2.1875rem;
        padding: 3.75rem 3.125rem 3.125rem 40%;
    }
    .slide-about-main__label {
        font-size: 1.375rem;
    }
    .therapy__body {
        background: #3ba5e3;
        border-radius: 1.875rem;
        padding: 1.75rem 0.75rem 1.5rem;
        position: relative;
    }
    .no-webp .therapy__human {
        background: url(../img/main/therapy/human.png) 50% 0/100% no-repeat;
    }
    .therapy__human {
        position: absolute;
        top: -1.875rem;
        width: 12.875rem;
        height: 31.75rem;
        right: 0;
    }
    .therapy__top {
        padding: 0 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #fff;
        max-width: 62%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .therapy__top:not(:last-child) {
        margin-bottom: 7.875rem;
    }
    .therapy__title {
        font-size: 3rem;
    }
    .therapy__title:not(:last-child) {
        margin-bottom: 1rem;
    }
    .therapy__slider {
        margin: 0 -0.75rem;
        padding: 0 0.75rem;
    }
    .therapy__wrapper {
        gap: 0;
    }
    .therapy__wrapper:not(:last-child) {
        margin-bottom: 1.25rem;
    }
    .therapy__pagination .swiper-pagination-bullet-active {
        background: #0d3657;
    }
    .slide-therapy {
        margin-right: 0.5rem;
        min-width: 66%;
    }
    .slide-therapy_main {
        padding-left: 40%;
    }
    .slide-therapy__decor-main {
        width: 70%;
    }
    .slide-therapy_main .slide-therapy__cap span {
        font-weight: 600;
        font-size: 1rem;
    }
    .slide-therapy_main .slide-therapy__cap {
        font-weight: 700;
    }
    .choice__title_pc {
        display: none;
    }
    .choice__title {
        font-weight: 700;
        line-height: 0.7;
        font-size: 2.125rem;
    }
    .choice__title span {
        font-weight: 600;
        font-size: 1.25rem;
    }
    .choice__title:not(:last-child) {
        margin-bottom: 0.75rem;
    }
    .choice__descr {
        font-size: 0.875rem;
    }
    .choice__descr:not(:last-child) {
        margin-bottom: 2.5rem;
    }
    .choice__cols {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .choice-item {
        padding: 2rem 1.625rem;
    }
    .choice-item:nth-child(1),
    .choice-item:nth-child(2) {
        padding: 2rem 1.625rem;
    }
    .choice-item__cap {
        font-size: 1.25rem;
    }
    .choice-item__descr {
        font-size: 0.875rem;
    }
    .procedure__wrapper {
        padding: 3.125rem 1.75rem;
    }
    .no-webp .procedure__wrapper::before {
        background-image: url(../img/main/procedure/bg-mob.png);
    }
    .procedure__label:not(:last-child) {
        margin-bottom: 1.25rem;
    }
    .procedure__text {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin-right: 28%;
    }
    .procedure__text:not(:last-child) {
        margin-bottom: 11rem;
    }
    .procedure__btn {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        color: #fff;
        background: #0d3657;
    }
    .procedure__decor {
        right: -6.125rem;
        width: 20.125rem;
        bottom: -3.75rem;
        height: 28.375rem;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    .descr-procedure {
        display: none;
    }
    .history_pc {
        display: none;
    }
    .blog-main {
        padding: 1.5625rem 0;
    }
    .blog-main_product-page {
        padding: 1.5625rem 0 3.125rem;
    }
    .blog-main__body {
        border-radius: 2.5rem;
        padding: 2rem 1.5rem;
    }
    .blog-main_product-page .blog-main__body {
        border-radius: 2.5rem;
        padding: 2rem 1.5rem;
    }
    .blog-main__wrapper:not(:last-child) {
        margin-bottom: 2.25rem;
    }
    .blog-main-top {
        padding-left: 1rem;
    }
    .blog-main-top:not(:last-child) {
        margin-bottom: 2.125rem;
    }
    .blog-main-top__title {
        font-size: 2rem;
    }
    .blog-main-top__title_pc {
        display: none;
    }
    .blog-main-top__btn {
        padding: 0.75rem 1.5rem;
        min-height: 2.5625rem;
        font-size: 1rem;
        background: #2188d9;
        color: #fff;
    }
    .blog-main-top__btn_pc {
        display: none;
    }
    .post-main {
        min-width: calc(50% - 1rem);
    }
    .post-main__image:not(:last-child) {
        margin-bottom: 2rem;
    }
    .post-main__bottom {
        padding: 1rem 2rem 1.125rem;
    }
    .post-main__cap:not(:last-child) {
        margin-bottom: 1.25rem;
    }
    .experts {
        padding: 2.1875rem 0;
    }
    .experts__body {
        padding: 2rem 1.5rem;
    }
    .experts__wrapper:not(:last-child) {
        margin-bottom: 2.25rem;
    }
    .experts-top {
        padding-left: 1rem;
    }
    .experts-top:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .experts-top__title {
        font-size: 2rem;
    }
    .experts-top__btn {
        padding: 0.75rem 1.5rem;
        min-height: 2.5625rem;
        font-size: 1rem;
        background: 0 0;
        color: #fff;
        border: 0.0625rem solid rgba(255, 255, 255, 0.5);
    }
    .experts-top__btn_pc {
        display: none;
    }
    .slide-experts {
        padding: 2.25rem 1.5rem;
        gap: 1.25rem;
        border-radius: 1.875rem;
    }
    .slide-experts__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.75rem;
        flex: 0 0 8.75rem;
        width: 8.75rem;
        height: 8.75rem;
    }
    .slide-experts__text:not(:last-child) {
        margin-bottom: 1.125rem;
    }
    .slide-experts__cap {
        font-size: 1.125rem;
    }
    .tv__body {
        background: #e9f3fb;
        border-radius: 1.875rem;
        padding: 1.875rem 0.75rem 1.5rem;
    }
    .tv__title {
        margin: 0 1rem;
    }
    .tv__slider {
        margin: 0 -0.75rem;
        padding: 0 0.75rem;
    }
    .tv__wrapper:not(:last-child) {
        margin-bottom: 2.25rem;
    }
    .slide-tv {
        min-width: calc(50% - 1.25rem);
    }
    .slide-tv {
        border-radius: 1.25rem;
    }
    .cities {
        padding: 2.1875rem 0;
    }
    .cities__wrapper {
        border-radius: 2.5rem;
        padding: 2rem 1.5rem 0;
        overflow: hidden;
    }
    .cities__head {
        padding-left: 1.375rem;
    }
    .cities__head:not(:last-child) {
        margin-bottom: 2.5rem;
    }
    .cities__title {
        font-size: 2rem;
    }
    .cities__descr {
        font-size: 0.8125rem;
    }
    .cities__map {
        height: 27.8125rem;
        margin: 0 -1.5rem;
        position: relative;
    }
    .cities__map::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(229, 241, 250, 0)), color-stop(90.5%, #e5f1fa));
        background: linear-gradient(360deg, rgba(229, 241, 250, 0) 0, #e5f1fa 90.5%);
        height: 10.5625rem;
        pointer-events: none;
    }
    .actions-cities {
        gap: 1.5rem;
    }
    .actions-cities:not(:last-child) {
        margin-bottom: 2rem;
    }
    .partners {
        padding: 2.1875rem 0;
    }
    .partners__body {
        background: #e5f1fa;
        padding: 2.5rem 1.5rem;
        border-radius: 1.875rem;
    }
    .partners__title:not(:last-child) {
        margin-bottom: 3.125rem;
    }
    .partners__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .partners__wrapper:not(:last-child) {
        margin-bottom: 2.5rem;
    }
    .partners__slide {
        margin-right: 0.75rem;
        min-width: 18%;
    }
    .subscr-wrapper__container {
        gap: 0;
    }
    .tg-channel {
        padding: 2.1875rem 0;
    }
    .tg-channel_pc {
        display: none;
    }
    .tg-channel__wrapper {
        padding: 1.25rem 3.5rem;
    }
    .tg-channel__text {
        font-size: 0.9375rem;
    }
    .tg-channel__text span {
        font-size: 1.875rem;
    }
    .tg-channel__decor {
        top: -1.25rem;
        right: -0.875rem;
        width: 9.0625rem;
        height: 9.0625rem;
    }
    .subscr {
        padding: 2rem 1.5rem;
    }
    .subscr__cap {
        padding-left: 1.375rem;
    }
    .subscr__cap:not(:last-child) {
        margin-bottom: 1.625rem;
    }
    .learn-hero__bg {
        -o-object-position: 40% center;
        object-position: 40% center;
    }
    .learn-hero__content {
        margin-right: 1%;
    }
    .learn-hero__title:not(:last-child) {
        margin-bottom: 0.875rem;
    }
    .learn-hero__descr {
        font-size: 0.875rem;
    }
    .learn-about__title:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .learn-about__wrapper {
        -webkit-box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.08);
        gap: 1.5rem;
    }
    .learn-about__left {
        padding: 0;
    }
    .learn-about__cap {
        font-size: 1.125rem;
    }
    .learn-about__cap:not(:last-child) {
        margin-bottom: 1rem;
    }
    .learn-about__text {
        font-size: 0.875rem;
    }
    .learn-about__video {
        border-radius: 1.875rem;
    }
    .advantages__body {
        padding: 2rem 1.25rem 1.25rem;
        background: #e9f3fb;
        border-radius: 1.875rem;
    }
    .advantages__title {
        padding: 0 1.25rem;
    }
    .advantages__title:not(:last-child) {
        margin-bottom: 2.25rem;
    }
    .advantages__cols {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .advantage {
        background: #fff;
        padding: 2rem 1.25rem;
    }
    .programs__body {
        background: #2188d9;
        padding: 1.875rem 1.25rem;
    }
    .programs__slider {
        margin: 0 -1.25rem;
        padding: 0 1.25rem;
    }
    .programs__wrapper:not(:last-child) {
        margin-bottom: 1.25rem;
    }
    .top-programs {
        padding: 0 1.25rem;
    }
    .top-programs:not(:last-child) {
        margin-bottom: 2rem;
    }
    .top-programs__title {
        color: #fff;
    }
    .top-programs__title:not(:last-child) {
        margin-bottom: 1.25rem;
    }
    .top-programs__descr {
        color: #fff;
        line-height: 1.6;
    }
    .program {
        border-radius: 1.25rem;
        padding: 1.875rem;
        background: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 1.25rem;
        gap: 0.875rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .program__num .arrow {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .program__num .arrow span {
        height: 0.0625rem;
        border-radius: 0 0.125rem 0.125rem 0;
    }
    .program__num .arrow span::after,
    .program__num .arrow span::before {
        bottom: 50%;
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0, 50%);
        right: 0;
    }
    .program__num .arrow span::after {
        -webkit-transform: rotate(45deg) translate(0, 50%);
        -ms-transform: rotate(45deg) translate(0, 50%);
        transform: rotate(45deg) translate(0, 50%);
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    .program__num .arrow span::before {
        -webkit-transform: rotate(-45deg) translate(0, 50%);
        -ms-transform: rotate(-45deg) translate(0, 50%);
        transform: rotate(-45deg) translate(0, 50%);
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    .program__num::after {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .program__top {
        gap: 0.875rem;
    }
    .students__body {
        border-radius: 1.875rem;
        background: #f4f7f9;
        padding: 1.875rem 0.625rem 1.25rem;
    }
    .students__head {
        padding: 0 1.25rem;
    }
    .students__head:not(:last-child) {
        margin-bottom: 2.375rem;
    }
    .students__title:not(:last-child) {
        margin-bottom: 1.25rem;
    }
    .students__slider {
        padding: 0.75rem 0.625rem 0;
        margin: -0.75rem -0.625rem 0;
    }
    .students__wrapper:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .students__slide {
        min-width: calc(50% - 1.25rem);
    }
    .recom__body {
        border-radius: 1.875rem;
        background: #f4f7f9;
        padding: 1.875rem 0.625rem 1.25rem;
    }
    .recom__head {
        padding: 0 1.25rem;
    }
    .recom__head:not(:last-child) {
        margin-bottom: 2.375rem;
    }
    .recom__title:not(:last-child) {
        margin-bottom: 1.25rem;
    }
    .recom__slider {
        padding: 0.75rem 0.625rem 0;
        margin: -0.75rem -0.625rem 0;
    }
    .recom__wrapper:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .slide-recom {
        overflow: hidden;
        min-width: calc(50% - 1.25rem);
    }
    .slide-recom__image:not(:last-child) {
        margin-bottom: 2rem;
    }
    .slide-recom__bottom {
        padding: 0 1.125rem 2rem;
    }
    .slide-recom__name:not(:last-child) {
        margin-bottom: 1rem;
    }
    .author {
        gap: 1.875rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .author__left {
        max-width: 18.3125rem;
    }
    .author__image {
        padding-bottom: 137.6543209877%;
    }
    .author__image:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .author-col {
        background: #f4f7f9;
    }
    .docs__cols {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .docs__cols:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .history-years {
        padding: 0.625rem 1.125rem;
        position: relative;
    }
    .history-years:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .history-years__btn {
        position: absolute;
        top: 50%;
        background: 0 0;
        z-index: 2;
        left: 1.125rem;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .history-years__btn::before {
        content: "";
        position: absolute;
        background: -webkit-gradient(linear, left top, right top, from(rgba(244, 247, 249, 0)), to(#f4f7f9));
        background: linear-gradient(90deg, rgba(244, 247, 249, 0) 0, #f4f7f9 100%);
        top: 50%;
        z-index: -1;
        margin-top: -1.6875rem;
        right: 0;
        height: 3.375rem;
        width: 3.125rem;
    }
    .history-years__btn.swiper-button-disabled {
        display: none;
    }
    .history-years__btn_prev::before {
        right: auto;
        left: 0;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    .history-years__btn_next {
        -webkit-transform: scaleX(-1) translate(0, -50%);
        -ms-transform: scaleX(-1) translate(0, -50%);
        transform: scaleX(-1) translate(0, -50%);
        left: auto;
        right: 1.125rem;
    }
    .history-years__slide {
        font-size: 1.25rem;
        width: 5.75rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 5.75rem;
        flex: 0 0 5.75rem;
    }
    .history-years__slide:not(:last-child) {
        margin-right: 0.25rem;
    }
    .history-p__slider {
        margin: 0 -1.25rem;
        padding: 0 1.25rem;
    }
    .slide-history-p__slider:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .slide-history-p__text {
        background: #f4f7f9;
        border-radius: 1.875rem;
        padding: 2rem 1.625rem;
    }
    .slide-history-p__text:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .prod__slider:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .prod__text {
        background: #f4f7f9;
        border-radius: 1.875rem;
        padding: 2rem 1.625rem;
    }
    .prod__text:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .prod__row {
        gap: 1.875rem;
    }
    .prod__left {
        padding: 2rem 1.625rem;
    }
    .top-reviews:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .reviews-filter {
        padding: 0.625rem 1.125rem;
        position: relative;
    }
    .reviews-filter:not(:last-child) {
        margin-bottom: 1rem;
    }
    .reviews-filter__btn {
        position: absolute;
        top: 50%;
        background: 0 0;
        z-index: 2;
        left: 1.125rem;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .reviews-filter__btn::before {
        content: "";
        position: absolute;
        background: -webkit-gradient(linear, left top, right top, from(rgba(244, 247, 249, 0)), to(#f4f7f9));
        background: linear-gradient(90deg, rgba(244, 247, 249, 0) 0, #f4f7f9 100%);
        top: 50%;
        z-index: -1;
        margin-top: -1.6875rem;
        right: 0;
        height: 3.375rem;
        width: 3.125rem;
    }
    .reviews-filter__btn.swiper-button-disabled {
        display: none;
    }
    .reviews-filter__btn_prev::before {
        right: auto;
        left: 0;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    .reviews-filter__btn_next {
        -webkit-transform: scaleX(-1) translate(0, -50%);
        -ms-transform: scaleX(-1) translate(0, -50%);
        transform: scaleX(-1) translate(0, -50%);
        left: auto;
        right: 1.125rem;
    }
    .reviews-filter__slider {
        padding: 0.625rem 1.125rem;
        margin: -0.625rem -1.125rem;
    }
    .reviews__cols:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .manuals__navigation:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .articles__cols:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .man-videos__cols {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .man-videos__cols:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .man-video__video {
        border-radius: 0.9375rem;
    }
    .news__popular {
        display: none;
    }
    .news-tabs__navigation:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .post__container {
        gap: 1.875rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .left-post__image {
        padding-bottom: 107.7464788732%;
    }
    .right-post__top:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .right-post__text {
        border-radius: 1.875rem;
        padding: 1.875rem 1.25rem;
        background: #f4f7f9;
    }
    .other-posts__wrapper:not(:last-child) {
        margin-bottom: 1rem;
    }
    .other-posts__article {
        margin-right: 1.25rem;
        min-width: calc(50% - 1.25rem);
    }
    .use__wrapper {
        border-radius: 1.875rem;
        padding: 0.625rem;
        background: #f4f7f9;
    }
    .use__title {
        padding: 0 1.25rem;
    }
    .use__title:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .use__title_pc {
        display: none;
    }
    .col-use {
        background-color: #fff;
    }
    .contr__wrapper {
        border-radius: 1.875rem;
        padding: 1.875rem 0.625rem 1.25rem;
        background: #f4f7f9;
    }
    .contr__title {
        padding: 0 1.25rem;
    }
    .contr__title:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .contr__body::before {
        top: 11%;
    }
    .contr__descr {
        padding: 0 1.25rem;
        font-size: 0.875rem;
    }
    .contr__descr:not(:last-child) {
        margin-bottom: 5.4375rem;
    }
    .contr__cols {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .results__body {
        border-radius: 1.875rem;
        background: #e9f3fb;
        padding: 1.875rem 1.25rem 1.25rem;
    }
    .results__title {
        padding: 0 0.625rem;
    }
    .results__title:not(:last-child) {
        margin-bottom: 2.5rem;
    }
    .results__slider {
        margin: -1.25rem;
        padding: 1.25rem;
    }
    .results__slider:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .results__pagination .swiper-pagination-bullet {
        background: #fff;
    }
    .results__pagination .swiper-pagination-bullet-active {
        background: #3aa4e3;
    }
    .result {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 1.25rem;
    }
    .about-experts__body {
        border-radius: 1.875rem;
        padding: 1.25rem 0.625rem;
        background: #e9f3fb;
    }
    .about-experts__title {
        padding: 0 1rem;
    }
    .about-experts__title:not(:last-child) {
        margin-bottom: 2.25rem;
    }
    .about-experts__wrapper:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .about-experts__pagination .swiper-pagination-bullet {
        background-color: #fff;
    }
    .about-experts__pagination .swiper-pagination-bullet-active {
        background: #3aa4e3;
    }
    .expert-slide {
        background-color: #fff;
        min-width: calc(50% - 1.25rem);
    }
    .expert-slide__video {
        border-radius: 0.9375rem;
    }
    .product-nav__body {
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }
    .product-nav__btn {
        position: absolute;
        top: 50%;
        background: 0 0;
        z-index: 2;
        left: 1.125rem;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .product-nav__btn::before {
        content: "";
        position: absolute;
        background: -webkit-gradient(linear, left top, right top, from(rgba(244, 247, 249, 0)), to(#f4f7f9));
        background: linear-gradient(90deg, rgba(244, 247, 249, 0) 0, #f4f7f9 100%);
        top: 50%;
        z-index: -1;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
        margin-top: -1.6875rem;
        left: -1.125rem;
        height: 3.375rem;
        width: 3.125rem;
    }
    .product-nav__btn_next {
        -webkit-transform: scaleX(-1) translate(0, -50%);
        -ms-transform: scaleX(-1) translate(0, -50%);
        transform: scaleX(-1) translate(0, -50%);
        left: auto;
        right: 1.125rem;
    }
    .product-nav__link {
        padding: 0.625rem 1.875rem;
    }
    .product-nav__link:not(:last-child) {
        margin-right: 0.125rem;
    }
    .product-mat__wrapper {
        border-radius: 1.875rem;
        background: #e9f3fb;
        padding: 1.875rem 1.25rem 1.25rem;
    }
    .product-mat__title:not(:last-child) {
        margin-bottom: 0.5rem;
    }
    .product-mat__descr:not(:last-child) {
        margin-bottom: 1.25rem;
    }
    .product-mat-col {
        padding: 1.125rem 1.25rem;
    }
    .product-mat-col__cap {
        font-size: 1.25rem;
    }
    .kit__body {
        padding: 2.5rem 1.5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.875rem;
    }
    .kit__title:not(:last-child) {
        margin-bottom: 1.25rem;
    }
    .kit__descr:not(:last-child) {
        margin-bottom: 1.25rem;
    }
    .files-sect__title {
        display: none;
    }
    .files-sect__wrapper:not(:last-child) {
        margin-bottom: 2rem;
    }
    .files-sect__doc {
        min-width: calc(50% - 1.25rem);
    }
    .prod-reviews__wrapper:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .prod-reviews__review {
        min-width: calc(50% - 1.25rem);
    }
    .reviews-top {
        display: none;
    }
    .contacts__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
    }
    .contacts__map {
        min-height: 32.5rem;
    }
    .contacts-consult {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .actions-offices {
        gap: 1.5rem;
    }
    .actions-offices:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .offices__body {
        gap: 1.875rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .offices__body:not(:last-child) {
        margin-bottom: 2.5rem;
    }
    .office__logo {
        max-width: 9.0625rem;
    }
    .office__bottom {
        gap: 1.25rem;
    }
    .buy-col__map {
        height: 23.375rem;
    }
    .buy-info:not(:last-child) {
        margin-bottom: 1.875rem;
    }
}
@media (max-width: 61.99875em) and (max-width: 29.99875em) {
    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        width: 0.875rem;
    }
    .icon-menu::before {
        top: 0.5625rem;
    }
    .icon-menu::after {
        bottom: 0.5625rem;
    }
}
@media (max-width: 61.99875em) and (max-width: 47.99875em) {
    .icon-menu {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}
@media (max-width: 47.99875em) {
.policy-page-h1 {

font-size: 1.25rem;

}
    .breadcrumbs__link {
        font-size: 0.8125rem;
    }
    .breadcrumbs__item {
        font-size: 0.8125rem;
    }
    .title {
        font-size: 1.625rem;
    }
    .title:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .video {
        padding-bottom: 67.9012345679%;
    }
    .video__play {
        width: 3.6875rem;
        height: 3.6875rem;
    }
    .expert-slide .video__play,
    .man-video .video__play,
    .tv .video__play {
        width: 3.6875rem;
        height: 3.6875rem;
    }
    .head-page {
        padding: 0 0 1.25rem;
    }
    .head-page__body {
        border-radius: 1.25rem;
        background: #f4f7f9;
        padding: 1rem 1.25rem;
    }
    .method-page {
        padding: 0.625rem 0 1.875rem;
    }
    .tabs-nav__btn {
        left: 0.875rem;
    }
    .tabs-nav__btn::before {
        left: -0.875rem;
    }
    .tabs-nav__btn_next {
        left: auto;
        right: 0.875rem;
    }
    .tabs-nav__title {
        padding: 0.625rem 1.3125rem;
    }
    .header {
        padding: 0.9375rem 0;
    }
    .header__shop-link {
        display: none;
    }
    .menu__body {
        top: 4.0625rem;
    }
    .footer {
        padding-bottom: 2.75rem;
    }
    .footer-expert {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2.5rem;
        padding: 2rem 1.25rem 0;
    }
    .footer-expert::before {
        bottom: 23%;
    }
    .footer-expert__mob-wrapper {
        position: relative;
    }
    .footer-expert__label {
        font-size: 1.75rem;
        padding-left: 1rem;
    }
    .footer-expert__label:not(:last-child) {
        margin-bottom: 14.5rem;
    }
    .footer-expert__decor_pc {
        display: block;
    }
    .footer-expert__decor_mob {
        display: none;
    }
    .footer-expert__decor {
        bottom: -2.5rem;
        left: auto;
        width: 23.125rem;
        right: -10%;
    }
    .footer-qr {
        margin: 0 -1.25rem;
        background: #ebebeb;
        border-radius: 0 0 1.25rem 1.25rem;
    }
    .footer-qr__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10rem;
        flex: 0 0 10rem;
        width: 10rem;
    }
    .footer-qr__cap {
        font-size: 1rem;
    }
    .footer-qr__descr {
        font-size: 0.75rem;
    }
    .footer-main {
        margin-bottom: 2.625rem;
        gap: 2.75rem;
    }
    .footer-main__left {
        -ms-grid-columns: 5.625rem 1fr;
        grid-template-columns: 5.625rem 1fr;
    }
    .footer-main__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 5.625rem;
        flex: 0 0 5.625rem;
        width: 5.625rem;
    }
    .footer-main__phone-wrapper {
        gap: 0.3125rem;
    }
    .footer-col__label {
        font-size: 1.25rem;
    }
    .footer-col__label:not(:last-child) {
        margin-bottom: 1rem;
    }
    .footer-col__item a {
        font-size: 0.875rem;
    }
    .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }
    .footer-bottom::after {
        content: "";
        position: absolute;
        top: 2rem;
        right: 2rem;
        width: 6.25rem;
        height: 2.125rem;
        background: url(../img/footer/copy-decor.svg) 50%/100% no-repeat;
    }
    .hero {
        padding: 0 0 1.5625rem;
    }
    .hero_product-page {
        padding: 0.625rem 0 0.9375rem;
    }
    .slide-left-hero {
        min-height: 35rem;
        padding: 1.5rem 1.6875rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .slide-left-hero__label {
        font-size: 2.625rem;
    }
    .slide-left-hero__descr {
        font-size: 1rem;
    }
    .right-hero {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 3.125rem;
    }
    .right-hero__image {
        padding-bottom: 67.9012345679%;
    }
    .about-main {
        padding: 1.5625rem 0;
    }
    .about-main_product-page {
        padding: 0.9375rem 0;
    }
    .about-main__title {
        font-size: 1.625rem;
    }
    .about-main__title:not(:last-child) {
        margin-bottom: 0.75rem;
    }
    .about-main__title_m-b:not(:last-child) {
        margin-bottom: 0.75rem;
    }
    .about-main__label {
        font-size: 0.875rem;
    }
    .about-main__label:not(:last-child) {
        margin-bottom: 2rem;
    }
    .about-main__wrapper:not(:last-child) {
        margin-bottom: 1.25rem;
    }
    .slide-about-main {
        min-width: 65%;
        border-radius: 1.5625rem;
        padding: 2rem 1.625rem 54.6%;
        margin-right: 0.5rem;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    .slide-about-main__bg {
        -o-object-position: bottom;
        object-position: bottom;
    }
    .slide-about-main__label {
        font-size: 1.25rem;
    }
    .slide-about-main__label:not(:last-child) {
        margin-bottom: 0.75rem;
    }
    .slide-about-main__descr {
        font-size: 0.875rem;
    }
    .slide-about-main__descr:not(:last-child) {
        margin-bottom: 0.75rem;
    }
    .therapy {
        padding: 1.5625rem 0;
    }
    .therapy__human {
        right: 0.75rem;
        width: 10.75rem;
        height: 26.4375rem;
    }
    .therapy__top:not(:last-child) {
        margin-bottom: 5.25rem;
    }
    .therapy__title {
        font-size: 2.5rem;
    }
    .therapy__label {
        font-size: 0.875rem;
    }
    .no-webp .slide-therapy_main {
        background: url(../img/main/therapy/01-bg.png) right bottom/cover no-repeat;
    }
    .slide-therapy_main {
        padding-left: 28%;
    }
    .slide-therapy__decor-main {
        width: 37.5%;
    }
    .slide-therapy__descr {
        font-size: 0.8125rem;
    }
    .choice {
        padding: 1.5625rem 0;
    }
    .choice_page {
        padding: 0.625rem 0 1.875rem;
    }
    .choice__title {
        font-size: 2rem;
    }
    .choice__title span {
        font-size: 1rem;
    }
    .choice__descr {
        font-size: 0.8125rem;
    }
    .choice__descr:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .choice__cols {
        gap: 1.875rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .choice-item {
        padding: 1.5rem 1.25rem;
    }
    .choice-item:nth-child(1),
    .choice-item:nth-child(2) {
        padding: 1.5rem 1.25rem;
    }
    .choice-item__cap {
        font-size: 1.125rem;
    }
    .choice-item__descr {
        font-size: 0.75rem;
    }
    .procedure {
        padding: 1.5625rem 0;
    }
    .procedure__wrapper {
        border-radius: 1.875rem;
    }
    .procedure__label:not(:last-child) {
        margin-bottom: 0.75rem;
    }
    .procedure__text {
        font-size: 0.875rem;
    }
    .procedure__text:not(:last-child) {
        margin-bottom: 13.5rem;
    }
    .history {
        padding: 1.5625rem 0;
    }
    .history_about-page {
        padding: 0.625rem 0 0.9375rem;
    }
    .slide-history__decor {
        width: 10.625rem;
    }
    .slide-history__title {
        line-height: 1.2;
        font-size: 1.5rem;
        min-height: 5.4375rem;
    }
    .slide-history_1 .slide-history__title {
        font-size: 1.25rem;
        margin-bottom: -3.125rem;
    }
    .slide-history_1 .slide-history__title span {
        display: block;
        font-size: 10.625rem;
    }
    .slide-history__row {
        gap: 0.9375rem;
    }
    .slide-history__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.1875rem;
        flex: 0 0 8.1875rem;
        width: 8.1875rem;
        height: 8.1875rem;
    }
    .slide-history__label {
        font-size: 1rem;
    }
    .blog-main_product-page {
        padding: 0.9375rem 0 1.875rem;
    }
    .blog-main__body {
        padding: 1.875rem 0.75rem 1.25rem;
        border-radius: 1.875rem;
    }
    .blog-main_product-page .blog-main__body {
        padding: 1.875rem 0.75rem 1.25rem;
        border-radius: 1.875rem;
    }
    .blog-main__wrapper:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .blog-main-top:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .blog-main-top__title {
        font-size: 1.625rem;
    }
    .blog-main-top__btn {
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }
    .post-main {
        min-width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .experts {
        padding: 1.5625rem 0;
    }
    .experts__body {
        padding: 1.125rem 0.75rem;
        border-radius: 1.875rem;
    }
    .experts__slider {
        margin: -4.375rem -0.75rem 0;
        padding: 4.375rem 0.75rem 0;
    }
    .experts__wrapper:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .experts-top:not(:last-child) {
        margin-bottom: 5.875rem;
    }
    .experts-top__title {
        font-size: 1.625rem;
    }
    .experts-top__btn {
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }
    .slide-experts {
        margin-right: 0.5rem;
        gap: 2.5rem;
        padding: 0 1.125rem 2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 96%;
        border-radius: 1.25rem;
    }
    .slide-experts__icon {
        margin-top: -4.375rem;
    }
    .slide-experts__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .slide-experts__text:not(:last-child) {
        margin-bottom: 0.75rem;
    }
    .slide-experts__cap {
        font-size: 1.25rem;
    }
    .slide-experts__descr {
        font-weight: 500;
        font-size: 0.75rem;
    }
    .slide-experts__btn {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .slide-experts__btn_pc {
        display: none;
    }
    .tv {
        padding: 1.5625rem 0;
    }
    .tv_product-page {
        padding: 0.9375rem 0;
    }
    .tv__wrapper:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .slide-tv {
        min-width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .slide-tv {
        padding-bottom: 0;
        aspect-ratio: 300/259;
    }
    .slide-tv__content {
        bottom: 2rem;
        left: 1.375rem;
    }
    .slide-tv__descr {
        font-size: 1.125rem;
    }
    .cities {
        padding: 1.5625rem 0;
    }
    .cities__wrapper {
        border-radius: 1.875rem;
        padding: 2rem 1.125rem 0;
    }
    .cities__head:not(:last-child) {
        margin-bottom: 2rem;
    }
    .cities__title {
        font-size: 1.625rem;
    }
    .cities__descr {
        font-size: 0.75rem;
    }
    .cities__map {
        height: 19.875rem;
        margin: 0 -1.125rem;
    }
    .actions-cities {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .actions-cities:not(:last-child) {
        font-size: 1.5rem;
    }
    .partners {
        padding: 1.5625rem 0;
    }
    .partners__body {
        padding: 2rem 1.125rem;
    }
    .partners__title:not(:last-child) {
        margin-bottom: 2rem;
    }
    .partners__wrapper:not(:last-child) {
        margin-bottom: 2rem;
    }
    .partners__slide {
        min-height: 5.375rem;
    }
    .partners__slide img {
        width: 7.5rem;
    }
    .tg-channel {
        padding: 1.5625rem 0;
    }
    .tg-channel__wrapper {
        min-height: 8.5rem;
    }
    .tg-channel__text {
        font-size: 0.8125rem;
    }
    .tg-channel__text span {
        font-size: 1.75rem;
    }
    .tg-channel__decor {
        top: -0.6875rem;
        right: -0.5rem;
        width: 6.6875rem;
        height: 6.6875rem;
    }
    .subscr::before {
        right: -3%;
        top: 7%;
        width: 41.3580246914%;
        aspect-ratio: 213/224;
    }
    .subscr {
        padding: 2rem 1.125rem;
    }
    .subscr__cap:not(:last-child) {
        margin-bottom: 2rem;
    }
    .subscr__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.5rem;
    }
    .subscr__input {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .subscr__btn {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        min-width: 11.75rem;
    }
    .subscr__checkbox {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .learn-hero {
        padding: 0.625rem 0 0.9375rem;
    }
    .learn-hero__body {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        border-radius: 1.875rem;
        min-height: 36.1875rem;
        padding: 2.5rem 1.5rem;
    }
    .learn-hero__bg {
        width: 22.25rem;
        height: 23.125rem;
        -o-object-position: left bottom;
        object-position: left bottom;
    }
    .learn-hero__content {
        margin-right: 0;
    }
    .learn-hero__title:not(:last-child) {
        margin-bottom: 0.875rem;
    }
    .learn-hero__descr {
        font-size: 0.8125rem;
    }
    .learn-about {
        padding: 0.9375rem 0;
    }
    .learn-about__title {
        font-size: 1.375rem;
    }
    .learn-about__title:not(:last-child) {
        margin-bottom: 1.25rem;
    }
    .learn-about__wrapper {
        border-radius: 1.25rem;
        padding: 1.5rem 1.25rem;
    }
    .learn-about__cap {
        font-size: 0.9375rem;
    }
    .learn-about__cap:not(:last-child) {
        margin-bottom: 0.75rem;
    }
    .learn-about__text {
        font-size: 0.8125rem;
    }
    .learn-about__video {
        padding-bottom: 71.2328767123%;
    }
    .advantages {
        padding: 0.9375rem 0;
    }
    .advantages__body {
        padding: 1.875rem 0.625rem 0.625rem;
    }
    .advantages__title:not(:last-child) {
        margin-bottom: 1.25rem;
    }
    .advantages__cols {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .advantage {
        padding: 1.5rem 1rem;
    }
    .programs {
        padding: 0.9375rem 0;
    }
    .programs__body {
        padding: 1.875rem 0.625rem 1.25rem;
    }
    .programs__slider {
        margin: 0 -0.625rem;
        padding: 0 0.625rem;
    }
    .top-programs:not(:last-child) {
        margin-bottom: 1.25rem;
    }
    .top-programs__title:not(:last-child) {
        margin-bottom: 0.625rem;
    }
    .top-programs__descr {
        opacity: 0.8;
        font-size: 0.8125rem;
    }
    .program {
        padding: 1.25rem;
    }
    .program__top {
        -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;
    }
    .program__top:not(:last-child) {
        margin-bottom: 0.875rem;
    }
    .students {
        padding: 0.9375rem 0;
    }
    .students__head:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .students__title:not(:last-child) {
        margin-bottom: 0.625rem;
    }
    .students__slide {
        min-width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .recom {
        padding: 0.9375rem 0 1.875rem;
    }
    .recom__head:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .recom__title:not(:last-child) {
        margin-bottom: 0.625rem;
    }
    .slide-recom {
        min-width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .slide-recom__name:not(:last-child) {
        margin-bottom: 1.25rem;
    }
    .author__image:not(:last-child) {
        margin-bottom: 2.5rem;
    }
    .docs__cols {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .doc {
        padding: 1.875rem 1.25rem;
    }
    .history-years {
        padding: 0.625rem 0.875rem;
    }
    .history-years__btn {
        left: 0.875rem;
    }
    .history-years__btn_next {
        left: auto;
        right: 0.875rem;
    }
    .history-years__slide {
        font-size: 1.0625rem;
        width: 4.875rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 4.875rem;
        flex: 0 0 4.875rem;
    }
    .slide-history-p__text {
        padding: 1.875rem 1.25rem;
    }
    .prod__text {
        padding: 1.875rem 1.25rem;
    }
    .prod__row {
        gap: 1.25rem;
    }
    .prod__left {
        padding: 1.875rem 1.25rem;
    }
    .reviews-filter {
        padding: 0.625rem 0.875rem;
    }
    .reviews-filter__btn {
        left: 0.875rem;
    }
    .reviews-filter__btn_next {
        left: auto;
        right: 0.875rem;
    }
    .reviews-filter__slider {
        padding: 0.625rem 0.875rem;
        margin: -0.625rem -0.875rem;
    }
    .review__name {
        font-size: 0.9375rem;
    }
    .man-video__video {
        padding-bottom: 46.0294117647%;
    }
    .news {
        padding: 0.625rem 0 1.875rem;
    }
    .post {
        padding: 0.625rem 0 0.9375rem;
    }
    .right-post h3 {
        font-size: 1.375rem;
    }
    .right-post__top {
        padding: 0.625rem;
    }
    .right-post__image {
        padding-bottom: 161.1842105263%;
    }
    .post-docs {
        padding: 1.25rem;
    }
    .other-posts {
        padding: 0.9375rem 0 1.875rem;
    }
    .other-posts__article {
        min-width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .use {
        padding: 0.9375rem 0;
    }
    .use__title:not(:last-child) {
        margin-bottom: 1.25rem;
    }
    .contr {
        padding: 0.9375rem 0;
    }
    .contr__title:not(:last-child) {
        margin-bottom: 0.625rem;
    }
    .contr__descr {
        font-size: 0.8125rem;
    }
    .contr-col {
        padding: 1.25rem;
    }
    .results {
        padding: 0.9375rem 0;
    }
    .results__body {
        padding: 1.25rem 0.625rem;
    }
    .results__title:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .results__slider {
        padding: 0.625rem;
        margin: -0.625rem;
    }
    .results__slider:not(:last-child) {
        margin-bottom: 1.25rem;
    }
    .about-experts {
        padding: 0.9375rem 0 1.875rem;
    }
    .about-experts__title:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .expert-slide {
        min-width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0.625rem;
    }
    .expert-slide__video {
        padding-bottom: 76.4705882353%;
    }
    .product-nav {
        padding: 0.9375rem 0;
    }
    .product-nav__btn {
        left: 0.875rem;
    }
    .product-nav__btn::before {
        left: -0.875rem;
    }
    .product-nav__btn_next {
        left: auto;
        right: 0.875rem;
    }
    .product-nav__link {
        padding: 0.625rem 1.3125rem;
    }
    .product-mat {
        padding: 0.9375rem 0;
    }
    .product-mat__title:not(:last-child) {
        margin-bottom: 0.5rem;
    }
    .product-mat__descr {
        font-size: 0.875rem;
    }
    .product-mat__descr:not(:last-child) {
        margin-bottom: 0.625rem;
    }
    .product-mat__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 1.25rem;
    }
    .product-mat__cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-mat-col {
        padding: 1rem 1.25rem;
    }
    .product-mat-col:first-child {
        padding-left: 27%;
    }
    .product-mat-col__cap {
        font-size: 1.125rem;
    }
    .kit {
        padding: 0.9375rem 0;
    }
    .kit__body {
        border-radius: 1.875rem;
        overflow: hidden;
    }
    .kit__title:not(:last-child) {
        margin-bottom: 0.625rem;
    }
    .kit__descr {
        font-size: 0.8125rem;
    }
    .kit__image {
        margin-left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 115%;
    }
    .kit__item {
        gap: 0.75rem;
        font-size: 0.8125rem;
    }
    .kit__item:not(:last-child) {
        margin-bottom: 0.625rem;
    }
    .kit-property {
        padding: 1.875rem;
    }
    .files-sect {
        padding: 0.9375rem 0;
    }
    .files-sect__slider {
        position: relative;
    }
    .files-sect__wrapper:not(:last-child) {
        margin-bottom: 0;
    }
    .files-sect__doc {
        min-width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 1.875rem 1.25rem 5rem;
    }
    .files-sect__pagination {
        position: absolute;
        right: 0;
        bottom: 3rem;
        left: 0;
    }
    .prod-reviews {
        padding: 0.9375rem 0;
    }
    .prod-reviews__slider {
        position: relative;
    }
    .prod-reviews__wrapper:not(:last-child) {
        margin-bottom: 0;
    }
    .prod-reviews__review {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 2.5rem 1.875rem 5rem;
    }
    .prod-reviews__pagination {
        position: absolute;
        bottom: 1.875rem;
        left: 0;
        right: 0;
    }
    .prod-reviews__pagination .swiper-pagination-bullet {
        background-color: #fff;
    }
    .prod-reviews__pagination .swiper-pagination-bullet-active {
        background: #2188d9;
    }
    .contacts {
        padding: 0.625rem 0 1.875rem;
    }
    .contacts__map {
        min-height: 27.0625rem;
    }
    .contacts-consult {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }
    .offices-choice {
        padding: 0.625rem 0 0.9375rem;
    }
    .offices-choice__map {
        height: 34.25rem;
    }
    .actions-offices {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .offices {
        padding: 0.9375rem 0 1.875rem;
    }
    .offices__body:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .office__logo {
        max-width: 7.5625rem;
    }
    .office__bottom {
        -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;
    }
    .buy {
        padding: 0.9375rem 0 1.875rem;
    }
    .buy-col__map {
        height: 19.5rem;
    }
    .buy-contacts {
        padding: 1.25rem;
    }
}
@media (max-width: 29.99875em) {
    .breadcrumbs__link {
        font-size: 0.75rem;
    }
    .breadcrumbs__item {
        font-size: 0.75rem;
    }
    .title {
        font-size: 1.25rem;
    }
    .head-page__title {
        font-size: 1.375rem;
    }
    .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 4.6875rem;
        flex: 0 0 4.6875rem;
        width: 4.6875rem;
    }
    .header__catalog-btn {
        padding: 0.3125rem 0.75rem;
    }
    .header-consult__whatsapp {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2.0625rem;
        flex: 0 0 2.0625rem;
        width: 2.0625rem;
        height: 2.0625rem;
    }
    .footer {
        padding-bottom: 1.5rem;
    }
    .footer-expert {
        background: linear-gradient(199.67deg, #54b5f2 5.3%, #45a3fb 82.77%);
    }
    .no-webp .footer-expert::before {
        background-image: url(../img/footer/footer-expert-decor-mob.png);
    }
    .footer-expert::before {
        width: 100%;
        mix-blend-mode: multiply;
        right: 0;
        bottom: 30%;
        aspect-ratio: 324/224;
    }
    .footer-expert__label {
        font-size: 1.5rem;
    }
    .footer-expert__btn {
        padding: 0.75rem;
        width: 100%;
    }
    .footer-expert__decor_pc {
        display: none;
    }
    .footer-expert__decor_mob {
        display: block;
    }
    .footer-expert__decor {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        right: auto;
        width: 20.25rem;
        bottom: -2.5rem;
        left: -1.25rem;
    }
    .footer-qr {
        padding: 0.625rem;
    }
    .footer-qr__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 6.375rem;
        flex: 0 0 6.375rem;
        width: 6.375rem;
    }
    .footer-main {
        margin-bottom: 2rem;
        gap: 1.75rem;
    }
    .footer-main__left {
        -ms-grid-columns: 4.375rem 1fr;
        grid-template-columns: 4.375rem 1fr;
    }
    .footer-main__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 4.375rem;
        flex: 0 0 4.375rem;
        width: 4.375rem;
    }
    .footer-main__phone {
        margin-right: auto;
    }
    .footer-main__shop {
        width: 100%;
    }
    .footer-main__cols {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .footer-col__item a {
        font-size: 0.8125rem;
    }
    .footer-bottom::after {
        width: 3.125rem;
        height: 1.0625rem;
    }
    .slide-left-hero__label {
        font-size: 2.25rem;
    }
    .hero-descr {
        min-height: 10.4375rem;
        gap: 1.125rem;
    }
    .about-main__title {
        font-size: 1.375rem;
    }
    .slide-about-main {
        min-width: 90%;
    }
    .therapy__title {
        font-size: 2rem;
    }
    .slide-therapy {
        min-width: 94%;
    }
    .slide-therapy_main {
        padding-left: 37%;
    }
    .slide-therapy__descr {
        font-size: 0.6875rem;
    }
    .choice-item__cap {
        font-size: 1rem;
    }
    .procedure__btn {
        width: 100%;
        padding: 0.8125rem;
    }
    .slide-history_1 .slide-history__title {
        margin-bottom: -1.5rem;
    }
    .slide-history_1 .slide-history__title span {
        font-size: 6.75rem;
    }
    .slide-history__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 6.3125rem;
        flex: 0 0 6.3125rem;
        width: 6.3125rem;
        height: 6.3125rem;
    }
    .slide-history__btn {
        padding: 0.8125rem 1.25rem;
    }
    .blog-main-top__title {
        font-size: 1.25rem;
    }
    .no-webp .experts__body {
        background-image: url(../img/main/experts/bg-mob.png);
    }
    .experts__slider {
        margin: -4rem -0.75rem 0;
        padding: 4rem 0.75rem 0;
    }
    .experts-top:not(:last-child) {
        margin-bottom: 5.5rem;
    }
    .experts-top__title {
        font-size: 1.25rem;
    }
    .slide-experts__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 7.875rem;
        flex: 0 0 7.875rem;
        width: 7.875rem;
        height: 7.875rem;
        margin-top: -4rem;
    }
    .slide-tv__content {
        bottom: 1.5rem;
        left: 1rem;
    }
    .cities__title {
        font-size: 1.25rem;
    }
    .cities__descr {
        font-size: 0.6875rem;
    }
    .cities__map::after {
        height: 7.5625rem;
    }
    .actions-cities:not(:last-child) {
        margin-bottom: 1rem;
    }
    .partners__slide {
        min-height: 3.75rem;
    }
    .partners__slide img {
        width: 5.8125rem;
    }
    .subscr::before {
        top: 15%;
    }
    .learn-hero__body {
        padding: 1.875rem 1.25rem;
    }
    .learn-hero__bg {
        width: 20.25rem;
        height: 21rem;
    }
    .learn-about__title {
        font-size: 1.25rem;
    }
    .learn-about__wrapper {
        padding: 1rem 1rem 1.5rem;
    }
    .advantage {
        padding: 1.25rem 0.75rem;
    }
    .author__left {
        max-width: none;
    }
    .history-years__slide {
        font-size: 0.9375rem;
    }
    .prod__right {
        max-width: none;
    }
    .reviews-sel__btn {
        width: 100%;
    }
    .reviews-sel_city .reviews-sel__btn {
        width: 100%;
    }
    .left-post__link {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    .right-post h3 {
        font-size: 1.25rem;
    }
    .col-use {
        min-height: 6.25rem;
    }
    .contr__body::before {
        top: 16%;
    }
    .result__images {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .result__image {
        padding-bottom: 110.2941176471%;
    }
    .result__tag {
        top: 1.125rem;
        left: 0.6875rem;
    }
    .product-mat__descr {
        font-size: 0.8125rem;
    }
    .product-mat-col__cap {
        font-size: 1rem;
    }
    .kit__body {
        padding: 2rem 1.25rem 0.625rem;
    }
    .kit__image {
        width: 180%;
    }
    .contacts__map {
        min-height: 22.5625rem;
    }
    .contacts-consult__whatsapp {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2.0625rem;
        flex: 0 0 2.0625rem;
        width: 2.0625rem;
        height: 2.0625rem;
    }
    .buy-col__map {
        height: 17.75rem;
    }
    .buy-info__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .buy-info__logo {
        width: 100%;
    }
}
@media (any-hover: hover) {
    .btn:hover {
        color: #fff;
        background: #2188d9;
    }
    .breadcrumbs__link:hover {
        color: #2188d9;
    }
    .video__play:hover {
        background: #2188d9;
    }
    .video__play:hover svg path {
        fill: #fff;
    }
    .head-info__close:hover {
        opacity: 0.8;
    }
    .circle-link:hover {
        background: #0d3657;
    }
    .circle-link:hover svg path {
        fill: #fff;
    }
    .head-page__back:hover {
        background: #0d3657;
    }
    .head-page__back:hover svg path {
        fill: #fff;
    }
    .method-aside__item a:hover {
        background: #f4f7f9;
    }
    .method-aside__item a:hover::after {
        opacity: 1;
    }
    .tabs-nav__btn:hover svg path {
        fill: #2188d9;
    }
    .tabs-nav__title:hover {
        -webkit-box-shadow: 0 0.0625rem 2.5rem 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0.0625rem 2.5rem 0 rgba(0, 0, 0, 0.1);
        background: #fff;
    }
    .header__catalog-btn:hover {
        background: #0d3657;
    }
    .header__shop-link:hover {
        background: #0d3657;
    }
    .menu__item:hover::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .menu__item:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        top: 100%;
    }
    .menu__link:hover {
        color: #2188d9;
    }
    .sub-menu__item a:hover {
        color: #2188d9;
    }
    .header-consult__phone:hover {
        color: #2188d9;
    }
    .header-consult__whatsapp:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .footer-main__phone:hover {
        opacity: 0.8;
    }
    .footer-main__whats:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .footer-main__shop:hover {
        opacity: 0.7;
    }
    .footer-main__vk:hover {
        opacity: 0.7;
    }
    .footer-col__item a:hover {
        color: #fff;
    }
    a.footer-bottom__policy:hover {
        text-decoration: underline;
    }
    .procedure__btn:hover {
        background: #0d3657;
    }
    .doc__btn:hover {
        background: #2188d9;
        color: #fff;
    }
    .history-years__btn:hover svg path {
        fill: #2188d9;
    }
    .history-years__slide:hover {
        background: #2188d9;
        color: #fff;
    }
    .reviews-filter__btn:hover svg path {
        fill: #2188d9;
    }
    .reviews-filter__filter-btn:hover {
        background-color: #fff;
        -webkit-box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 0, 0, 0.1);
    }
    .reviews-sel__sub button:hover {
        background: #ced1d3;
    }
    .article__image:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .article__label a:hover {
        color: #2188d9;
    }
    .article__btn:hover {
        background: #2188d9;
        color: #fff;
    }
    .left-post__link:hover {
        background: #2188d9;
        color: #fff;
    }
    .post-content__item a:hover {
        color: #2188d9;
    }
    .post-docs__cap a:hover {
        color: #2188d9;
    }
    .product-nav__btn:hover svg path {
        fill: #2188d9;
    }
    .product-nav__link:hover {
        -webkit-box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 0, 0, 0.1);
        background: #fff;
    }
    .contacts-info__mail:hover {
        color: #2188d9;
    }
    .contacts-info__shop:hover {
        opacity: 0.7;
    }
    .contacts-consult__phone:hover {
        color: #2188d9;
    }
    .contacts-consult__whatsapp:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .office__btn:hover {
        background: #2188d9;
        color: #fff;
    }
    .buy-info__btn:hover {
        opacity: 0.8;
    }
    .buy-contacts__link:hover {
        color: #2188d9;
    }
}
.webp .footer-expert::before {
    background: url(../img/footer/footer-expert-decor.webp) 50%/100% no-repeat;
}
.webp .procedure__wrapper::before {
    background: url(../img/main/procedure/bg.webp) 50% / cover no-repeat;
}
.webp .procedure__decor {
    background: url(../img/main/procedure/human.webp) center bottom/100% no-repeat;
}
.webp .slide-history {
    background: url(../img/main/history/slide-bg.webp) 50% / cover no-repeat;
}
.webp .slide-history_2 {
    background-image: url(../img/main/history/slide-bg-2.webp);
}
.webp .slide-history_3 {
    background-image: url(../img/main/history/slide-bg-3.webp);
}
.webp .slide-history_4 {
    background-image: url(../img/main/history/slide-bg-4.webp);
}
.webp .experts__body {
    background: url(../img/main/experts/bg.webp) 50% / cover no-repeat;
}
.webp .tg-channel__wrapper::before {
    background: url(../img/main/tg-bg.webp) 50% / cover no-repeat;
}
.webp .tg-channel__decor {
    background: url(../img/main/tg-decor.webp) 50%/100% no-repeat;
}
.webp .subscr {
    background: #e9f3fb url(../img/main/subscr-bg.webp) 50% / cover no-repeat;
}
.webp .subscr::before {
    background: url(../img/main/subscr-decor.webp) 50%/100% no-repeat;
}
.webp .doc__label::before {
    background: url(../img/icons/pdf.webp) 50%/100% no-repeat;
}
.webp .left-post__icon {
    background: url(../img/icons/pdf.webp) 50%/100% no-repeat;
}
.webp .post-docs__item::before {
    background: url(../img/icons/pdf.webp) 50%/100% no-repeat;
}
.webp .contr__body::before {
    background: url(../img/about/contr-decor.webp) 50%/100% no-repeat;
}
.webp .product-mat-col:first-child {
    background: url(../img/prod-mat/product-mat-decor.webp) top left/cover no-repeat;
}
.webp .buy-contacts {
    background: #f4f7f9 url(../img/buy/decor.webp) 50% / cover no-repeat;
}
@media (min-width: 89.99875em) {
    .webp .top-programs::before {
        background: url(../img/learning/programs/pen.webp) 50%/100% no-repeat;
    }
}
@media (max-width: 61.99875em) {
    .webp .therapy__human {
        background: url(../img/main/therapy/human.webp) 50% 0/100% no-repeat;
    }
}
@media (max-width: 61.99875em) {
    .webp .procedure__wrapper::before {
        background-image: url(../img/main/procedure/bg-mob.webp);
    }
}
@media (max-width: 47.99875em) {
    .webp .slide-therapy_main {
        background: url(../img/main/therapy/01-bg.webp) right bottom/cover no-repeat;
    }
}
@media (max-width: 29.99875em) {
    .webp .footer-expert::before {
        background-image: url(../img/footer/footer-expert-decor-mob.webp);
    }
}
@media (max-width: 29.99875em) {
    .webp .experts__body {
        background-image: url(../img/main/experts/bg-mob.webp);
    }
}



.swiper-button-lock{
    display: none !important;
}
.swiper-pagination-lock{
    display: none !important;
}
.grecaptcha-badge { 
    visibility: hidden !important;
    opacity: 0 !important;
}
.hero-buy-select-wrap{
    position: relative;
}
.hero-select-wrapper{
    position: static !important;
}
.hero-select{
    position: static !important;
}
.hero-buy-button-1{
    display: none !important;
}
.hero-buy-button-mat{
    display: flex !important;
}
.learning-modal-btn{
    font-weight: 600;
    font-size: 0.8125rem;
    color: #fff;
    text-align: center;
    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: 0.9375rem;
    border-radius: 2.6875rem;
    background: #2188d9;
    color: #fff;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    background: #007cba;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.scroll-to-top:hover {
    background: #005a87;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.fancybox__container{
    z-index: 10000000000 !important;
}

.efekt-item-2 img{
    max-width: 220px;
}