

/* Start:/local/templates/katarina/html/style.css?1774870050280210*/
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    src: url(/local/templates/katarina/html/./fonts/Inter-Medium.woff2) format(woff2);
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url(/local/templates/katarina/html/./fonts/Inter-Regular.woff2) format(woff2);
}

@font-face {
    font-family: "Involve";
    font-style: normal;
    font-weight: 400;
    src: url(/local/templates/katarina/html/./fonts/Involve-Regular.woff2) format(woff2);
}

@font-face {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    src: url(/local/templates/katarina/html/./fonts/Involve-Medium.woff2) format(woff2);
}

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 500;
    src: url(/local/templates/katarina/html/./fonts/Oswald.woff2) format(woff2);
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    background-color: #fffafb;
    height: 100%;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    padding-top: 110px;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
ol {
    list-style: none;
}

/* hover-эффекты */

.quote__title--mobile {
    display: none;
}

.btn-dark:hover,
.reviews__cta:hover,
.specs__btn:hover,
.promo__more:hover,
.sb-card__btn:hover,
.btn--primary:hover,
.dir-card__btn:hover,
.e404__btn--dark:hover,
.vacancies-cards__btn:hover,
.doctors__btn:hover,
.promo-hero__btn:hover,
.cta-booking__btn:hover,
.trust__btn:hover {
    background: #7f91a9;
    color: #fff;
    transition: all 0.5s;
    cursor: pointer;
}

.quote__btn:hover,
.team__btn:hover,
.hb__cta:hover,
.btn--secondary:hover,
.e404__btn--light:hover,
.apply__btn:hover,
.result-course__btn--mobile:hover,
.result-course__btn:hover,
.service-card__btn:hover {
    background: #4a5161;
    color: #fff;
    transition: all 0.5s;
    cursor: pointer;
}

.container {
    max-width: 1720px;
    margin: 0 auto;
}

:root {
    --bg: #fbf6f2;
    --ink: #1b1b1b;
    --chip: #cdbfb4;
    --chip2: #5f8495;
    --line: #c9d7df;
    --panel: #fbf4ee;
    --dark: #3e4a59;
}

.picker-m {
    display: none;
}

.sitehdr {
    padding-top: 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 10px 18px;
}

.sitehdr__bar {
    background: #fffafb;
    border: 1px solid #b8c9d3;
    border-radius: 60px;
    padding: 5px 0;
    position: relative;
    z-index: 10000000;
}

.sitehdr__in {
    margin: 0 auto;
    padding: 0 35px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 14px;
}

.sitehdr__right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sitehdr__left {
    gap: 25px;
    display: flex;
    align-items: center;
}

.sitehdr__left {
    justify-content: flex-start;
    min-width: 0;
}

.sitehdr__right {
    justify-content: flex-end;
    min-width: 0;
}

.sitehdr__center {
    display: flex;
    justify-content: center;
}

.sitehdr__logo img {
    display: block;
    height: 80px;
    width: auto;
}

/* links */
.sitehdr__nav {
    display: flex;
    gap: 30px;
    align-items: center;
}

.sitehdr__nav a {
    text-decoration: none;
    color: #111;
    font: 400 14px/1.2 Inter,
    system-ui,
    Arial;
    white-space: nowrap;
}

/* chips/buttons */
.hchip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px;
    border-radius: 999px;
    border: none;
    background: #c2b2a5;
    font: 400 14px/1 Inter,
    system-ui,
    Arial;
    color: #111;
    cursor: pointer;
}

.hchip__burger {
    width: 16px;
    height: 12px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.hchip__burger i {
    display: block;
    height: 1px;
    background: #111;
    border-radius: 2px;
    opacity: 0.9;
}

.hbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    text-decoration: none;
    font: 400 14px/1 Inter,
    system-ui,
    Arial;
    color: #111;
}

.hbtn--dark {
    background: #4a5161;
    color: #fff;
    border-color: transparent;
}

.hbtn--dark:hover {
    background: #7f91a9;
    transition: all 0.5s;
}

.hbtn--phone {
    background: #c2b2a5;
    color: #111;
    border-color: transparent;
    cursor: pointer;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.hbtn--full {
    width: 100%;
}

.sitehdr__socials {
    display: flex;
    gap: 10px;
    align-items: center;
}

.ic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    font: 600 11px/1 Inter,
    system-ui,
    Arial;
    text-decoration: none;
    color: #111;
    cursor: pointer;
}

/* show/hide by breakpoint */
.hchip--menu {
    display: none;
    background: #d9cfc3;
}

.sitehdr__cta--tablet {
    display: none;
}

.sitehdr__cta--desk {
    display: inline-flex;
}

/* overlay */
.sitehdr__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(1px);
}

/* ====== panels common ====== */
.hpanel {
    position: fixed;
    left: 0;
    right: 0;
    top: 86px; /* will match header height visually */
    z-index: 60;
    pointer-events: none;
}

.hpanel.is-open {
    pointer-events: auto;
}

.hpanel__in {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 18px;
}

.hpanel__close {
    position: absolute;
    right: 11px;
    top: 11px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    border: none;
    background: transparent;
}

/* ====== services (beige) ====== */
.hpanel--services .hpanel__in--services,
.hpanel--about .hpanel__in--about {
    margin-top: 25px;
    position: relative;
    width: min(760px, calc(100% - 36px));
    margin-left: 18px;
    background: #fff7f0;
    border-radius: 10px;
    padding: 25px 60px 25px 25px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.hpanel--about .hpanel__in--about {
    width: min(283px, calc(100% - 36px));
}

.hpanel--about .hpanel__in--about a {
    font-family: "Inter";
}

.hpanel--about .hpanel__in--about ul {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.hpanel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 44px;
}

.hpanel__title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;

    color: #4a5161;
}

.hpanel__close.js-close-services {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 28px;
}

.svcgrid {
    display: grid;
    grid-template-columns: 320px 320px;
    gap: 40px;
    padding-top: 10px;
}

.svc__row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: 0;
    padding: 8px 0;
    cursor: pointer;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.svc__chev {
    width: 8px;
    height: 8px;
    border-right: 1.6px solid rgba(0, 0, 0, 0.55);
    border-bottom: 1.6px solid rgba(0, 0, 0, 0.55);
    transform: rotate(45deg);
    margin-left: 10px;
    flex: 0 0 auto;
}

.svc__row[aria-expanded="true"] .svc__chev {
    transform: rotate(-135deg);
}

.svc__sub {
    padding: 2px 0 10px 0;
}

.svc__sub a {
    display: block;
    padding: 3px 0;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.65);
    font: 400 12px/1.25 Inter,
    system-ui,
    Arial;
}

/* ====== white menu (tablet/mobile) ====== */
.hpanel--menu .hpanel__in--menu {
    top: 15px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #fffafb;
    border-radius: 10px;
    padding: 18px 18px 16px;
    display: flex;
    justify-content: space-between;
}

.hmenu__top {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-right: 52px;
}

.hchip--services-inmenu,
.hchip--about-inmenu {
    background: #6f8d9c;
    color: #fff;
    border-color: transparent;
}

.hchip--services-inmenu .hchip__burger i {
    background: #fff;
}

.hmenu__nav {
    display: flex;
    gap: 45px;
    align-items: center;
    padding: 14px 0 10px;
    flex-wrap: wrap;
}

.hmenu__nav a {
    text-decoration: none;
    color: #111;
    font: 400 14px/1.2 Inter,
    system-ui,
    Arial;
    cursor: pointer;
}

.hmenu__nav a:hover {
    font-weight: 500;
    transition: all 0.5s;
}

.hmenu__actions {
    display: none;
}

/* on tablet we don’t show, on mobile yes */
.hmenu__worktime {
    margin-top: 10px;
    font: 400 12px/1.35 Inter,
    system-ui,
    Arial;
    color: rgba(0, 0, 0, 0.65);
}

/* ====== responsive ====== */

.hb {
    --bg: #8ea0b4; /* синий фон слева */
    --ink: rgba(255, 255, 255, 0.92);
    --muted: rgba(255, 255, 255, 0.7);
    --card: #ffffff;
    --stroke: rgba(95, 132, 149, 0.65); /* тонкая синеватая обводка */
    --radius-lg: 22px;
    --radius-md: 16px;
    font-family: Inter,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
}

.hb__wrap {
    max-width: var(--wrap);
    margin: 0 auto;
    padding: 0 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: stretch;
}

/* LEFT PANEL */
.hb__left {
    background: #7f91a9;
    border-radius: var(--radius-lg);
    padding: 76px 10px 10px;
    color: var(--ink);
    position: relative;
    display: grid;
    grid-template-rows: auto auto auto 1fr;
    align-content: start;
}

.hb__title {
    margin: 0 0 14px;
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #fff7f0;
}

.hb__sub {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 18px;
}

.hb__cta {
    justify-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 999px;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 18px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
}

.hb__cards {
    margin-top: 6px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-content: end;
}

/* RIGHT PHOTO */
.hb__right {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    min-height: 520px;
}

.hb__photo {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

[data-aos=fade-down] {
    transform: translate3d(0, -100%, 0) !important;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    transform: translateZ(0) !important;
}

.hb__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* как в макете */
    display: block;
    border-radius: 20px;
    border: 1.5px solid #b8c9d3;
}

.hb-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    height: 100%;
}

.hb-card {
    background: #fffafb;
    border: 1px solid rgba(95, 132, 149, 0.55);
    border-radius: 14px;
    padding: 14px;
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    gap: 12px;
    align-items: center;
    color: rgba(0, 0, 0, 0.86);
}

.hb-card__tags span {
    position: relative;
    padding-left: 8px;
    padding-right: 6px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.6);
}

.hb-card__tags span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px; /* подгони по вертикали */
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #5f8495; /* голубой цвет по макету */
}

.hb-card__h {
    margin: 0 0 2px;
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #000000;
}

.hb-card__addr {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.7);
}

.hb-card__name {
    margin-top: 10px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.hb-card__tags {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.5);
    white-space: normal;
}

.hb-card__img {
    object-fit: cover;
    width: 146px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #f2f2f2;
    justify-self: end;
}

.hb-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ВЕРСИИ КОСМЕТОЛОГИИ */
.hb-card--cosm-overlay {
    display: none; /* по умолчанию скрыта (десктоп) */
}

.benefits {
    background: #fffafb;
    padding: 100px 0;
}

.benefits__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}

.benefits__pill {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #c2b2a5;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 11px;
    color: rgba(0, 0, 0, 0.8);
    align-self: flex-start;
    margin-bottom: 40px;
}

.benefits__left {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.benefits__title {
    margin: auto 0;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 110%;
    align-items: center;
    text-transform: uppercase;
    color: #3b3b3b;
}

/* circles row */
.benefits__circles {
    display: flex;
    align-items: center;
    gap: 0; /* круги почти касаются */
}

body {
    overflow-x: hidden;
}

@media all and (min-width: 576px) {
    .benefits__circles .circle:nth-child(1) {
        z-index: 4;
    }
    .benefits__circles .circle:nth-child(2) {
        position: relative;
        left: -20px;
        z-index: 3;
    }
    .benefits__circles .circle:nth-child(3) {
        position: relative;
        left: -40px;
        z-index: 2;
    }
    .benefits__circles .circle:nth-child(4) {
        position: relative;
        left: -60px;
        z-index: 1;
    }
}

.fbrand__img,
.about-history__image-wrap,
.stock__media {
    overflow: hidden;
}

.circle {
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 28px;
    box-sizing: border-box;
    
    /* transition: .3s; */
}

.circle--md {
    padding-top: 81px;
    padding-bottom: 66px;
    justify-content: space-between;
}

/* когда показываем */
.circle.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* размеры */
/* .circle--dark > div {
    transform: scale(75%);
    display: flex;
    flex-direction: column;
    align-items: center;
} */

.circle--xl {
    width: 420px;
    height: 420px;
    padding: 40px;
}

.circle--md {
    width: 300px;
    height: 300px;
}

/* цвета */
.circle--dark {
    background: #4a5161;
    color: #fff;
}

.circle--blue {
    background: #7f91a9;
    color: #fff;
}

.circle--light {
    background: #cbd1d9;
    border: 1px solid #acb1b9;
    color: #2a2a2a;
}

.circle--gray {
    background: #d2d2d2;
    color: #2a2a2a;
}

.circle__num {
    font-family: "Involve";
    font-style: normal;
    font-weight: 400;
    font-size: 120px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
}

.circle--xl .circle__text {
    height: 17%;
}

.circle__head {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;

    margin-bottom: 14px;
}

.circle__text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    max-width: 240px;
}

.circle--xl .circle__text {
    max-width: 280px;
}

@media(max-width: 998px) {
    .circle--xl .circle__text {
        height: 5%;
    }
}

/* логотип внутри большого круга (через псевдо/фон) */
.circle__logo {
    width: 72px;
    height: 72px;
    margin: 0 0 14px;
    background: url("/local/templates/katarina/html/./icons/logo-mark.svg") no-repeat center / contain;
}

.dirs {
    --bg: #fff7f0;
    --text: #2a2a2a;
    --muted: #6d6a66;
    --card: #ffffff;
    --active: #c2b2a5;
    --chip-border: rgba(0, 0, 0, 0.18);
    --btn-dark: #3f4650;
    --btn-light: #e9e3dd;
    --icon-border: rgba(63, 70, 80, 0.35);
    background-color: var(--bg);
    background-image: url(/local/templates/katarina/html/./img/direction-main.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    padding: 40px 40px 34px;
    position: relative;
    overflow: hidden;
}

.dirs__cards {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.dirs__slider {
    overflow: visible !important;
}

.dirs__inner {
    position: relative;
    z-index: 1;
}

.dirs__head {
    margin-bottom: 22px;
}

.dirs__pill {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #c2b2a5;
    margin-bottom: 14px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 11px;
    color: rgba(0, 0, 0, 0.8);
}

.dirs__title {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    text-transform: uppercase;
    color: #3b3b3b;
}

.dirs__sub {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #3b3b3b;
}

/* card */
.dir-card {
    width: 100%;
    height: 430px;
    perspective: 1000px;
}

.dir-card__flip {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.dir-card.is-flipped .dir-card__flip {
    transform: rotateY(180deg);
}

.dir-card__face {
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: var(--card);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    padding: 40px 30px 30px 25px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.dir-card:hover .dir-card__face {
    background: var(--active);
    transition: all 0.5s;
}

.dir-card__front {
    transform: rotateY(0deg);
}

.dir-card__back {
    transform: rotateY(180deg);
    background: #4a5161 !important;
}

.dir-card__decor {
    position: absolute;
    left: 3px;
    bottom: 3px;
    width: 70px;
    height: 70px;
}

.dir-card__decor img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.dir-card__name {
    margin: 0 0 14px;
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    align-items: center;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    min-height: 42px;
}

.dir-card__photo {
    width: 240px;
    height: 240px;
    margin: 6px auto 18px;
    border-radius: 999px;
    overflow: hidden;
    background: #ddd;
}

.dir-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* bottom controls */
.dir-card__bottom {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.dir-card__back .dir-card__bottom {
    justify-content: flex-end;
}

.dir-card__go {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #fff;
    background: var(--btn-dark);
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.dir-card__go span {
    font-size: 14px;
    line-height: 1;
}

.dir-card:hover .dir-card__go {
    background: #fff;
    color: #2a2a2a;
    transition: all 0.5s;
}

.dir-card__back .dir-card__icon {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.15);
    color: #2a2a2a;
}

.dir-card__icon {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid var(--icon-border);
    background: transparent;
    color: #2a2a2a;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* иконка справа снизу — фон белый при наведении на карточку */
.dir-card:hover .dir-card__icon {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.15);
}

/* back content */
.dir-card__back-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
    margin-top: 35px;
}

.dir-card__back-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #ffffff;
}

.dir-card__close {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid var(--icon-border);
    background: transparent;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}

.dir-card__back-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
}

.quote {
    background: #8597ad; /* синий */
    border-radius: 28px;
    min-height: 520px;
    padding: 80px 90px 70px;
    overflow: hidden;
    background-image: url(/local/templates/katarina/html/./img/make-main.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.picker {
    padding: 100px 0 80px;
}

.picker__inner {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    gap: 50px;
    align-items: start;
}

/* LEFT */
.picker__pill {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #c2b2a5;
    border-radius: 999px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 11px;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);

    margin-bottom: 18px;
}

.picker__title {
    margin: 0 0 18px;
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 110%;
    align-items: center;
    text-transform: uppercase;
    color: #3b3b3b;
}

.picker__tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #cfc7bf;
    border-radius: 999px;
    overflow: hidden;
    height: 40px;
    margin-bottom: 26px;
}

.picker__tab {
    border: 0;
    background: transparent;
    font: 400 14px/1 Inter,
    system-ui,
    Arial,
    sans-serif;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
}

.picker__tab.is-active {
    background: #c8bdb2;
    border-radius: 60px;
}

.picker__filters {
    display: grid;
    gap: 22px;
}

.fbox__head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.fbox__title {
    font: 500 20px/1.2 Inter,
    system-ui,
    Arial,
    sans-serif;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.85);
    text-transform: uppercase;
}

.fbox__chev {
    width: 18px;
    height: 18px;
    position: relative;
    opacity: 0.55;
}

.fbox__chev::before,
.fbox__chev::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    width: 10px;
    height: 1px;
    background: rgba(0, 0, 0, 0.7);
}

.fbox__chev::after {
    transform: rotate(90deg);
}

.fbox__head[aria-expanded="false"] .fbox__chev::after {
    display: none;
}

.fbox__body {
    padding-top: 14px;
}

.fbox__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.fbox__item {
    width: 100%;
    text-align: left;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    font: 400 14px/1.25 Inter,
    system-ui,
    Arial,
    sans-serif;
    color: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.fbox__item::after {
    content: "⌄";
    opacity: 0.45;
    transform: translateY(-1px);
    font-size: 14px;
}

/* checkbox list (методы) */
.check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font: 400 14px/1.25 Inter,
    system-ui,
    Arial,
    sans-serif;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 10px;
}

/* круглый checkbox */
.check input[type="checkbox"] {
    width: 16px;
    height: 16px;

    appearance: none;
    -webkit-appearance: none;

    border: 1.5px solid #696969;
    border-radius: 50%;
    background: transparent;
    flex: 0 0 16px;
    cursor: pointer;
    position: relative;
}

.check input[type="checkbox"]:checked {
    border-color: #696969;
    background: #696969;
}

.check input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* чтобы по клику на текст тоже было приятно */
.check span {
    cursor: pointer;
}

/* PRICE */
.price {
    margin-bottom: 30px;
}

.price__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-bottom: 12px;
}

.price__label {
    font: 400 13px/1.2 Inter,
    system-ui,
    Arial,
    sans-serif;
    color: rgba(0, 0, 0, 0.55);
    margin-bottom: 6px;
}

.price__val {
    font: 500 16px/1.2 Inter,
    system-ui,
    Arial,
    sans-serif;
    color: rgba(0, 0, 0, 0.85);
}

.price__range {
    position: relative;
    height: 20px;
}

.price__r {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    margin: 0;
    appearance: none;
    background: transparent;
    pointer-events: none;
}

.price__r::-webkit-slider-thumb {
    appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #5f8495;
    border: 0;
    pointer-events: auto;
    cursor: pointer;
}

.price__r::-webkit-slider-runnable-track {
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
}

.price__labels,
.price__values {
    display: flex;
    justify-content: space-between;
}

.price__labels {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.6);
}

.price__values {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.btn-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    background: #424b5a;
    color: #fff;
    text-decoration: none;
    font: 400 14px/1 Inter,
    system-ui,
    Arial,
    sans-serif;
}

.picker__all {
    width: 60%;
    margin-top: 12px;
}

.picker__footnotes {
    margin-top: 14px;
    font: 400 11px/1.35 Inter,
    system-ui,
    Arial,
    sans-serif;
    color: rgba(0, 0, 0, 0.55);
}

.picker__footnotes p {
    margin: 0 0 8px;
}

/* RIGHT */
.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 24px;
}

.chip {
    border: 1px solid #cfc7bf;
    background: transparent;
    border-radius: 999px;
    height: 30px;
    padding: 0 14px;
    font: 400 12px/1 Inter,
    system-ui,
    Arial,
    sans-serif;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
}

.chip.is-active {
    background: #c8bdb2;
}

.cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.pcard {
    display: grid;
    grid-template-rows: 150px auto;
    border: 1px solid rgba(95, 132, 149, 0.75);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    text-decoration: none;
    color: inherit;
}

.pcard__img {
    padding: 10px;
}

.pcard__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.pcard__body {
    padding: 8px 12px 12px;
}

.pcard__name {
    font: 500 12px/1.2 Inter,
    system-ui,
    Arial,
    sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 8px;
}

.pcard__price {
    font: 700 13px/1.2 Inter,
    system-ui,
    Arial,
    sans-serif;
    color: rgba(0, 0, 0, 0.85);
}

.quote__inner {
    position: relative;
}

/* правый паттерн (лучше заменить на ваш PNG/SVG из макета) */
.quote__inner::after {
    content: "";
    position: absolute;
    right: -80px;
    top: -40px;
    width: 820px;
    height: 620px;
    background: url("/local/templates/katarina/html/./img/pattern.png") no-repeat right top;
    background-size: contain;
    opacity: 0.55;
    pointer-events: none;
}

/* центр */
.quote__center {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
}

.quote__title {
    margin: 0 0 26px;
    font-family: "Involve";
    font-size: 60px;
    line-height: 125%;
    text-align: center;
    text-transform: uppercase;
    color: #fff7f0;
}

/* inline images inside title */
.quote__inline-avatar {
    border-radius: 999px;
    object-fit: cover;
}

.iw {
    position: relative;
    display: inline-block;
}

/* аватар рядом со словом */
.iw--avatar {
    padding-left: 130px; /* резерв под картинку */
}

.iw--avatar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 46%;
    transform: translateY(-50%);
    width: 115px;
    height: 62px;
    border-radius: 999px;
    background: url("/local/templates/katarina/html/./img/make-text-1.png") center/cover no-repeat;
}

/* знак/логотип между словами */
.iw--mark {
    padding-left: 75px;
}

.iw--mark::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 45%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    background: url(/local/templates/katarina/html/./img/make-text-2.png) center / contain no-repeat;
}

.quote__text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 34px;
}

.quote__text p {
    margin: 0 0 10px;
}

.quote__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    background: #ffffff;
    border-radius: 30px;
    padding: 16px 65px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
    border: none;
}

/* автор слева снизу */
.quote__author {
    position: absolute;
    bottom: 2px;
    z-index: 1;
    display: flex;
    align-items: self-end;
    gap: 18px;
}

.quote__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quote__name {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
}

.quote__role {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.7);
}

.reviews {
    background: #fff7f0;
    padding: 120px 0 70px;
}

.reviews__top {
    display: grid;
    grid-template-columns: 0.5fr 1fr 0.2fr;
    align-items: end;
    gap: 28px;
    margin-bottom: 34px;
}

.reviews__pill {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #c2b2a5;
    margin-bottom: 25px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 11px;
    color: rgba(0, 0, 0, 0.8);
}

.reviews__note {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.reviews__title {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 110%;
    text-transform: uppercase;
    color: #3b3b3b;
    margin: 0;
    text-align: center;
}

.reviews__nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

.reviews__arrow {
    width: 44px;
    height: 44px;
    color: #4a5161;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #ffffff;
    opacity: 0.8;
    border: 1px solid #5f8495;
    border-radius: 50px;
}

.reviews__arrow:hover {
    background: rgba(255, 255, 255, 0.55);
}

/* slider spacing (ты можешь убрать, если задашь в swiper options) */
.reviews__slider {
    padding: 6px 0;
    overflow: visible !important;
}

.reviews {
    overflow: hidden;
}

/* карточка отзыва */
.review-card {
    background: #fff;
    border: 1px solid rgba(74, 81, 97, 0.35);
    border-radius: 14px;
    padding: 16px;
    display: grid;
    gap: 18px;
    min-height: 210px;
    box-sizing: border-box;
}

.review-card:has(.review-card__media) {
    grid-template-columns: 0.7fr 1fr;
}

.review-card__media {
    border-radius: 12px;
    overflow: hidden;
    height: 180px;
}

.review-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.review-card__body {
    display: flex;
    flex-direction: column;
    padding: 2px 6px 4px 0;
}

.review-card__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.review-card__stars {
    color: #f3c21b;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1;
}

.review-card__date {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.7);
}

.review-card__service {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 15px;
}

.review-card__text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    /* max-width: 520px; */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review-card__more {
    margin-top: 5px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-decoration-line: underline;
    color: #5f8495;
}

.review-card__more:hover {
    color: #4a5161;
}

.review-card__name {
    margin-top: auto;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.7);
}

/* нижняя кнопка */
.reviews__bottom {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.reviews__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 58px;
    border-radius: 999px;
    background: #4a5161;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
}

.team {
    background: #fffafb;
    padding: 120px 0 0 0;
}

.team__inner {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
}

.team__pill {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #c2b2a5;
    margin-bottom: 25px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 11px;
    color: rgba(0, 0, 0, 0.8);
}

.team__title {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 110%;
    text-transform: uppercase;
    color: #3b3b3b;
}

.team__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.team__desc {
    margin-top: 20px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.team__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 50px;
    border-radius: 999px;
    background: #7f91a9;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
    width: 30%;
}

/* right grid */
.team__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

/* cards */
.team-card {
    border-radius: 8px;
    padding: 20px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.team-card--light {
    background: #f5ebec;
}

.team-card--accent {
    background: #cfd6df;
}

.team-card__text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #3b3b3b;
}

.team-card__num {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #7f91a9;
}

.team-num--accent .team-card__num {
    color: #4a5161 !important;
}

.specs {
    background: #fffafb;
    padding: 100px 0 70px;
}

.specs__top {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px;
}

/* Tabs */
.specs__tabs {
    display: flex;
    width: 420px;
    border: 1px solid #c2b2a5;
    border-radius: 999px;
    overflow: hidden;
}

.specs__tab {
    border-radius: 999px;
    flex: 1;
    padding: 8px 25px;
    border: none;
    background: transparent;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    cursor: pointer;
}

.specs__tab.is-active {
    background: #c2b2a5;
}

/* Arrows */
.specs__nav {
    position: absolute;
    right: 0;
    display: flex;
    gap: 10px;
}

.specs__arrow {
    width: 44px;
    height: 44px;
    color: #4a5161;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #ffffff;
    opacity: 0.8;
    border: 1px solid #5f8495;
    border-radius: 50px;
}

.specs__arrow:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* Slider */
.specs__slider {
    padding: 6px 0;
}

.spec-card {
    border: 1px solid #5f8495;
    border-radius: 10px;
    overflow: hidden;
    background: transparent;
}

.spec-card__photo {
    height: 340px;
    background: #ddd;
}

.spec-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.spec-card__body {
    padding: 16px 16px 18px;
    padding-right: 72px;
    position: relative;
}

.specs__inner .swiper-slide {
    height: auto;
}

.specs__inner .spec-card {
    height: 100%;
}

/* watermark logo like макет */
.spec-card__body::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 10px;
    width: 52px;
    height: 52px;
    opacity: 0.12;
    background: url("/local/templates/katarina/html/./img/mark.svg") no-repeat center/contain;
}

.spec-card__name {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 8px;
}

.spec-card__info {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.7);
}

.spec-card__decor {
    position: absolute;
    bottom: 5px;
    width: 70px;
    height: 70px;
    right: 3px;
}

.spec-card__decor img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Bottom button */
.specs__bottom {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.specs__btn {
    height: 54px;
    padding: 0 70px;
    border-radius: 999px;
    background: #4a5161;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
}

.specs .swiper-slide.is-hidden {
    display: none !important;
}

.photo-marquee {
    background: #fffafb;
    padding: 100px 0;
}

.photo-marquee__viewport {
    overflow: hidden;
    width: 100%;
    padding: 0 60px;
    box-sizing: border-box;
}

.photo-marquee__track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: marquee 70s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.photo-marquee__set {
    display: flex;
    align-items: flex-start; /* важно: чтобы уровни работали */
    gap: 15px;
    padding-right: 28px; /* шов между копиями */
    flex: 0 0 auto;
}

/* уровни (подбирай числа под макет) */
.ph-item {
    flex: 0 0 auto;
    display: flex;
}

.ph-item--high {
    align-self: center;
    margin-top: 0;
}

.ph-item--mid {
    align-self: center;
    margin-top: 70px;
}

.ph-item--low {
    align-self: center;
    margin-top: 90px;
}

/* "герой" (центральная большая) */
.ph-item--hero {
    align-self: center;
    margin-top: 0;
}

/* картинки */
.ph {
    object-fit: cover;
    display: block;
    border-radius: 14px;
    background: #ddd;
}

.ph--sm {
    width: 150px;
    height: 260px;
}

.ph--md {
    width: 230px;
    height: 300px;
}

.ph--xl {
    width: 420px;
    height: 520px;
}

/* базово: фон страницы в макете светлый */
.about-grid {
    background: #7f93ad; /* сине-серый фон блока */
    border-radius: 30px; /* подложка страницы */
    padding: 32px 0 80px;
}

.about-grid__panel {
    position: relative;
    min-height: 880px;
    padding: 78px 90px;
    /* overflow: hidden; */
}

/* большие надписи */
.about-grid__title {
    margin: 0;
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 119px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.about-grid__subtitle {
    margin: 260px 0 0;
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 119px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

/* логотип по центру */
.about-grid__logo {
    position: absolute;
    left: 50%;
    top: 355px;
    transform: translateX(-50%);
    width: 156px;
    height: 156px;
    opacity: 0.95;
}

.about-grid__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* карточки */
.about-grid__cards {
    position: absolute;
    inset: 0;
    pointer-events: none; /* чтобы большие заголовки не перекрывались кликами; убери если карточки кликабельные */
}

.about-card {
    position: absolute;
    width: 400px;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 18px 18px 16px;
    color: #2b2b2b;
    pointer-events: auto;
}

.about-card__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.about-card__title {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 35px;
    text-transform: uppercase;
    color: #3b3b3b;
}

.about-card__num {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #3b3b3b;

    white-space: nowrap;
}

.about-card__text {
    margin-top: 84px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.7);
}

/* разные уровни (desktop) */
.about-card--a {
    left: 50px;
    top: 70px;
    background: #fffbf5;
}

.about-card--b {
    right: 50px;
    top: 170px;
    background: #fffbf5;
}

.about-card--c {
    left: 160px;
    bottom: 20px;
    background: rgba(255, 251, 245, 0.8);
}

.about-card--d {
    right: 120px;
    bottom: 180px;
    background: rgba(255, 251, 245, 0.8);
}

@media all and (max-width: 1600px) {
    .about-card--a {
        left: 0px;
        top: 30px;
        background: #fffbf5;
    }

    .about-card--b {
        right: 0px;
        top: 100px;
        background: #fffbf5;
    }

    .about-card--c {
        left: 50px;
        bottom: 0px;
        background: rgba(255, 251, 245, 0.8);
    }

    .about-card--d {
        right: 50px;
        bottom: 100px;
        background: rgba(255, 251, 245, 0.8);
    }

    .about-grid__title {
        font-size: 80px;
    }

    .about-grid__subtitle {
        font-size: 80px;
    }

    .about-grid__logo {
        top: 280px;
    }
}

.header__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
}

.apply {
    border-radius: 10px;
    background: #d7cbc2;
    margin: 20px;
    background-image: url(/local/templates/katarina/html/./img/form-main.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.apply__actions {
    display: flex;
    flex-direction: column-reverse;
}

.apply__btn {
    order: 2;
}

.apply__agree {
    order: 1;
}

.apply__inner {
    padding: 36px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.apply-mb {
    display: none;
}

.apply__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 11px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 30px;
}

.apply__title {
    margin: 0 0 16px;
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 110%;
    text-transform: uppercase;
    color: #3b3b3b;
}

.apply__text {
    margin: 0 0 18px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    max-width: 520px;
}

.apply__mini {
    width: 92px;
    margin: 14px 0 18px;
}

.apply__mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.apply__form {
    max-width: 520px;
}

.apply__field {
    display: block;
    margin-bottom: 12px;
}

.apply__agree {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 16px 0 20px;
    cursor: pointer;
}

.apply__agree input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* квадрат */
.apply__check {
    flex: 0 0 15px;
    height: 15px;
    width: 15px;
    border: 2px solid #2a2a2a;
    background: transparent;
    position: relative;
    transition: 0.2s ease;
}

/* галочка */
.apply__check::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 1px;
    width: 6px;
    height: 7px;
    border: solid #2a2a2a;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: 0.2s ease;
}

/* состояние checked */
.apply__agree input:checked + .apply__check::after {
    opacity: 1;
}

.apply__agree-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 120%;
    color: #242424;
}

.apply__agree-text a {
    text-decoration: underline;
    color: inherit;
}

.apply__field input {
    width: 100%;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.4);
    padding: 17px 22px;
    outline: none;
    color: rgba(0, 0, 0, 0.75);
    font: 400 14px/1 "Inter",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
}

.apply__field input::placeholder {
    color: rgba(0, 0, 0, 0.55);
}

.apply__btn {
    width: 100%;
    padding: 18px 25px;
    border-radius: 999px;
    border: 0;
    background: #ffffff;
    color: rgba(0, 0, 0, 0.85);
    font: 500 15px/1 "Inter",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
    cursor: pointer;
}

.apply__media {
    border-radius: 10px;
    height: 100%;
}

.apply-desc {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.promo {
    background: #fffafb;
    padding: 70px 0 80px;
}

.promo__inner {
    position: relative;
}

.promo__top {
    display: grid;
    grid-template-columns: 0.5fr 1fr 0.1fr;
    align-items: end;
    gap: 24px;
    margin-bottom: 60px;
}

.promo__left {
    padding-top: 8px;
}

.promo__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid #c2b2a5;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    background: rgba(255, 255, 255, 0.08);
    margin-bottom: 30px;
}

.promo__note {
    margin: 0;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.8);
}

.promo__title {
    margin: 0;
    text-align: end;
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 110%;
    text-transform: uppercase;
    color: #3b3b3b;
}

.promo__nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 18px;
}

.promo__arrow {
    width: 44px;
    height: 44px;
    color: #4a5161;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #ffffff;
    opacity: 0.8;
    border: 1px solid #5f8495;
    border-radius: 50px;
}

/* slider area */
.promo__slider {
    padding: 0 0;
}

.promo-swiper {
    overflow: visible;
}

/* чтобы чуть выглядывало как в макете */
.promo .swiper-slide {
    width: auto;
}

/* card */
.promo-card {
    background: #fff;
    border: 1px solid rgba(95, 132, 149, 0.6);
    border-radius: 10px;
    overflow: hidden;
}

.promo-card__media {
    height: 350px;
    background: #eee;
}

.promo-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.promo-card__body {
    padding: 16px 16px 18px;
    height: 150px;
}

.promo-card__name {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;

    margin: 0 0 10px;
}

.promo-card__text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.7);
}

/* circle form slide */
.promo-circle {
    aspect-ratio: 1;
    border-radius: 999px;
    background: #7e92a7;
    display: grid;
    place-items: center;
}

.promo-circle__inner {
    text-align: center;
    color: #fff;
}

.promo-circle__title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
}

.promo-circle__sub {
    font: 400 14px/18px "Inter",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
    opacity: 0.9;
    margin-bottom: 18px;
}

.promo-circle__form {
    display: grid;
    gap: 10px;
    margin: 0;
}

.promo-circle__field input {
    width: 100%;
    height: 32px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: transparent;
    color: #fff;
    padding: 0 14px;
    outline: none;
    font: 400 12px/16px "Inter",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
}

.promo-circle__field input::placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.promo-circle__btn {
    height: 34px;
    border-radius: 999px;
    border: none;
    background: #fff;
    color: #111;
    cursor: pointer;
    font: 500 12px/16px "Inter",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
}

.promo__bottom {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.promo__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    width: 100%;
    border-radius: 999px;
    background: #4b5565;
    color: #fff;
    text-decoration: none;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.contacts {
    background: #fff;
}

.contacts__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    align-items: start;
}

.contacts__map {
    border-radius: 0;
    overflow: hidden;
}

.contacts__map iframe {
    display: block;
    width: 100%;
    height: 600px;
    border: 0;
}

/* карта-дубль для планшета/моб (по умолчанию скрыта) */
.contacts__map--after {
    display: none;
    margin-top: 28px;
}

.contacts__content {
    padding: 70px 0;
}

.contacts__title {
    margin: 0;
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: #3b3b3b;
}

.contacts__socials {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 14px 0 22px;
}

.contacts__soc {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid #4a5161;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    font: 500 14px/1 Inter,
    system-ui,
    Arial,
    sans-serif;
}

.contacts__branches {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

/* ===== Branch ===== */
.branch__label {
    text-align: center;
    margin: 0 0 10px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    text-transform: uppercase;
    color: #000000;
}

.branch__card {
    padding: 15px 10px;
    display: flex;
    gap: 30px;
    flex-direction: row;
    justify-content: space-between;
    background: #fffafb;
    border: 1px solid #5f8495;
    border-radius: 10px;
    min-height: 195px;
}

.branch__info {
    min-width: 0;
}

.branch__head {
    margin-bottom: 10px;
}

.branch__spec {
    font: 500 20px/1.1 Inter,
    system-ui,
    Arial,
    sans-serif;
    color: rgba(0, 0, 0, 0.85);
}

.branch__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.branch__addr-small {
    margin-top: 2px;
    font: 400 12px/1.2 Inter,
    system-ui,
    Arial,
    sans-serif;
    color: rgba(0, 0, 0, 0.55);
}

.branch__block-title {
    font: 500 14px/1.2 Inter,
    system-ui,
    Arial,
    sans-serif;
    color: rgba(0, 0, 0, 0.75);
    margin-top: 20px;
    margin-bottom: 6px;
}

.branch__tags {
    font: 400 11px/1.35 Inter,
    system-ui,
    Arial,
    sans-serif;
    color: rgba(0, 0, 0, 0.55);
}

.branch__media {
    border-radius: 10px;
    overflow: hidden;
    background: #f3f3f3;
}

.branch__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.branch__meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.branch__meta-title {
    font: 400 14px/1.25 Inter,
    system-ui,
    Arial,
    sans-serif;
    color: rgba(0, 0, 0);
    margin-bottom: 6px;
    line-height: 14px;
    display: block;
}

.branch__phone {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.branch__hours {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.6);
}

.branch__hours span {
    color: #000;
}


.fbrand {
    padding: 38px 0 10px;
}

.fbrand__top {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 24px;
    margin-bottom: 14px;
}

.fbrand__bigword {
    font-family: "Involve";
    font-style: normal;
    font-weight: 400;
    font-size: 180px;
    line-height: 110%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: rgba(127, 145, 169, 0.7);
}

.fbrand__logo {
    justify-self: end;
    text-align: center;
}

.fbrand__logo img {
    width: 270px;
    height: auto;
    display: block;
}

.fbrand__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 14px;
    align-items: stretch;
    margin-top: 30px;
}

.fbrand__img {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}

.fbrand__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.fbrand__img--round {
    border-top-right-radius: 40%;
    border-top-left-radius: 40%;
}

.fbrand__card {
    position: relative;
    border-radius: 10px;
    border-top-right-radius: 40%;
    padding: 35px;
    background: #f2ede7;
    min-height: 320px;
    overflow: hidden;
}

.fbrand__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.fbrand__card-title {
    margin-left: 30px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
}

.fbrand__links {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 18px;
    margin-left: 30px;
}

.fbrand__col a {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}

.fbrand__col a:hover {
    text-decoration: underline;
}

.fbrand__addr {
    width: 75%;
    margin-top: 10px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
}

.fbrand__addr > a:nth-child(1){
    display: block;
}

.fbrand__phone {
    position: relative;
    display: inline-block;
    margin-top: 12px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}

.fbrand__socials {
    position: relative;
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.fbrand__soc {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid #4a5161;
    display: grid;
    place-items: center;
    background: transparent;
}

.fbrand__marquee {
    margin-top: 18px;
    overflow: hidden;
    border-radius: 14px;
}

.fbrand__marquee-track {
    display: inline-flex;
    gap: 70px;
    white-space: nowrap;
    will-change: transform;
    animation: fbrand-marquee 55s linear infinite;
    font: 300 96px/1 Inter,
    system-ui,
    Arial,
    sans-serif;
    letter-spacing: 0.02em;
    color: #9fb0c1;
}

@keyframes fbrand-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .fbrand__marquee-track {
        animation: none;
    }
}

.fbrand__bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 12px;
    align-items: flex-end;
}

.fbrand__company {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.fbrand__muted {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.7);
}

.fbrand__muted--active {
    color: #111;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.fbrand__bottom-right {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.fbrand__line {
    height: 1px;
    background: rgba(0, 0, 0, 0.35);
    margin: 14px 0;
}

.fbrand__fineprint {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 30px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.8);
}

.fbrand__fineprint p {
    margin: 0;
}

.fbrand__note {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 400;
    font-size: 41px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: rgba(127, 145, 169, 0.6);
}

.apply__content {
    width: 100%;
}

.price__slider {
    margin-top: 10px;
}

.price__slider .noUi-target {
    border: 0;
    box-shadow: none;
    background: rgba(74, 81, 97, 0.22);
    border-radius: 999px;
    height: 2px !important;
}

.price__slider .noUi-connect {
    background: #5f8495 !important;
    height: 2px;
}

.price__slider .noUi-handle {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background: #5f8495 !important;
    box-shadow: none;
    border: none;
}

.noUi-horizontal .noUi-handle {
    right: -5px !important;
    top: -5px !important;
}

.noUi-target {
    background: #7d7d7d !important;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: initial;
    height: 2px !important;
}

.price__slider .noUi-handle:before,
.price__slider .noUi-handle:after {
    display: none;
}

.noUi-connects {
    height: 2px !important;
    transform: translateY(-1px);
}

[hidden] {
    display: none !important;
}

.overlay,
.panel {
    display: none;
}

.overlay.is-open {
    display: block !important;
}

.panel.is-open {
    display: grid !important;
}

.overlay {
    z-index: 9998;
}

.panel {
    z-index: 9999;
}

/* УСЛУГИ */

.hb__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff7f0;
    border: 1px solid #b8c9d3;
    border-radius: 20px;
    padding: 30px;
}

.breadcrumbs {
    position: absolute;
    position: absolute;
    top: 30px;
    left: 30px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 40px;
}

.breadcrumbs__link {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 10px;
}

.breadcrumbs__link:hover {
    color: rgba(0, 0, 0, 0.85);
}

.breadcrumbs__sep {
    color: rgba(0, 0, 0, 0.4);
}

.breadcrumbs__current {
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
    font-size: 10px;
}

.hb-services .breadcrumbs__sep {
    color: rgba(0, 0, 0, 0.4);
}

.hb-services .breadcrumbs__current {
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
}

.hb-services .hb__title {
    margin: 0 0 20px;
    color: #3b3b3b;
    max-width: 720px;
}

.hb-services .hb__sub {
    max-width: 500px;
    color: #3b3b3b;
    max-width: 400px;
}

.services-block {
    background: #fffafb;
    padding: 80px 0;
}

.sb-top {
    display: grid;
    grid-template-columns: 340px 1fr;
    grid-template-areas:
    "pill title"
    "right left";
    column-gap: 56px;
    row-gap: 18px;
    align-items: start;
}

.sb-pill {
    grid-area: pill;
    justify-self: start;
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid #c2b2a5;
    border-radius: 999px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 18px;
}

.sb-title {
    grid-area: title;
    margin: 0;
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 110%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #3b3b3b;
}

.sb-text--left {
    grid-area: left;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.sb-text--right {
    grid-area: right;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.sb-text--right a {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #4a5161;
    cursor: pointer;
}

/* ===== CHIPS (desktop: 2 строки как в макете) ===== */
.sb-chips {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    margin-left: auto;
}

.sb-chip-2 {
    display: flex;
    justify-content: end;
    gap: 5px;
}

.sb-dropdown__item {
    white-space: nowrap;
}

.sb-chip {
    border: 1px solid #c2b2a5;
    border-radius: 999px;
    padding: 6px 12px;
    background: transparent;
    cursor: pointer;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #000000;
}

.sb-chip.is-active {
    background: #c2b2a5;
}

.sb-dropdown {
    margin: 20px 0;
    display: none;
}

.sb-dropdown__btn {
    width: 70%;
    margin: 0 auto;
    list-style: none;
    border: 1px solid #c2b2a5;
    border-radius: 999px;
    padding: 10px 14px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    align-items: center;
    color: #000000;
}

.sb-dropdown__btn::-webkit-details-marker {
    display: none;
}

.sb-dropdown__panel {
    margin-top: 10px;
    border: 1px solid #c2b2a5;
    border-radius: 12px;
    padding: 10px;
    background: #fffafb;
}

.sb-dropdown__item .is-active {
    font-weight: 500;
}

.sb-dropdown__item {
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 8px;
    text-align: left;
    cursor: pointer;
}

.services-block__grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.sb-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    display: block;
}

.sb-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sb-card__name {
    margin-bottom: 20px;
    font-family: "Involve";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #222222;
}

.sb-card__btn {
    padding: 5px 15px;
    background: #4a5161;
    border-radius: 30px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
}

.sb-card__overlay {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(1px);
    border-radius: 10px;
    padding: 30px 15px;
    text-align: center;
}

.sb-card__sub {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 15px;
}

.sb-card.is-hidden {
    display: none;
}

.sb-chips-mb {
    display: none;
}

.sb-dropdown__chev {
    width: 8px;
    height: 8px;
    border-right: 1.6px solid rgba(0, 0, 0, 0.55);
    border-bottom: 1.6px solid rgba(0, 0, 0, 0.55);
    transform: rotate(45deg);
    margin-left: 10px;
    flex: 0 0 auto;
}

/* Специалисты  */

.team-hero {
    background: #fffafb;
    padding: 22px 0 34px;
}

/* breadcrumbs */
.crumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font: 400 12px/1.2 Inter,
    system-ui,
    Arial,
    sans-serif;
    color: rgba(0, 0, 0, 0.55);
    margin: 0 0 26px;
}

.crumbs__link {
    color: rgba(0, 0, 0, 0.55);
    text-decoration: none;
}

.crumbs__link:hover {
    text-decoration: underline;
}

.crumbs__sep {
    opacity: 0.7;
}

.crumbs__current {
    color: rgba(0, 0, 0, 0.8);
}

.team-hero__grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-areas:
    "title text"
    "photo photo";
    column-gap: 56px;
    row-gap: 26px;
    align-items: start;
}

.team-hero__title {
    grid-area: title;
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    color: #3b3b3b;
}

.team-hero__text {
    grid-area: text;
    margin: 0;
    max-width: 530px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.8);
}

.team-hero__photo {
    grid-area: photo;
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
}

.team-hero__photo img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.team-mini {
    display: none;
}

.choice {
    background: #fffafb;
    padding: 100px 0;
}

.choice__badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: #d6cbc5;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 18px;
}

.choice__title {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 110%;
    text-transform: uppercase;
    color: #3b3b3b;
    margin-bottom: 40px;
}

.choice__top {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.choice__controls {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: auto;
}

.choice__all {
    padding: 10px 18px;
    border: none;
    border-radius: 999px;
    background: #c2b2a5;
    cursor: pointer;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
}

.choice__search {
    flex: 0 0 260px;
    position: relative;
}

.choice__search input {
    width: 100%;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid #adadad;
    background: transparent;
    outline: none;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.8);
}

.choice__search::before {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url(/local/templates/katarina/html/./img/loop.png) no-repeat center/contain;
    pointer-events: none;
}

.choice__body {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 40px;
    align-items: start;
}

/* FILTER */
.choice__filter {
    background: rgba(255, 255, 255, 0);
}

.choice__group {
    padding: 22px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.choice__group-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.choice__group-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
}

.choice__toggle {
    border: none;
    width: 18px;
    height: 18px;
    background: transparent;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

.choice__toggle::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 1px solid rgba(0, 0, 0, 0.55);
    border-bottom: 1px solid rgba(0, 0, 0, 0.55);
    top: 5px;
    left: 5px;
    transform: rotate(-135deg);
    transition: transform 0.18s ease;
}

.choice__group-body {
    padding-top: 14px;
}

.choice__group:not(.is-open) .choice__group-body {
    display: none;
}

.choice__group:not(.is-open) .choice__toggle::before {
    transform: rotate(45deg);
}

/* кастом radio */
.choice__radio {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    cursor: pointer;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.choice__radio input {
    display: none;
}

.choice__radio span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.45);
    position: relative;
    flex-shrink: 0;
    background: transparent;
}

.choice__radio input:checked + span {
    border-color: #6f8f9b;
}

.choice__radio input:checked + span::after {
    content: "";
    width: 14px;
    height: 14px;
    background: #5f8495;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: -1px;
}

.choice__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
}

.btn {
    padding: 12px 18px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 14px;
    border: none;
}

.btn--primary {
    background: #4a5161;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
}

.btn--secondary {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.28);
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
}

.choice__note {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-top: 15px;
}

.choice__note a {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #4a5161;
}

/* GRID doctors */
.choice__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.doctor-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    overflow: hidden;
}

.doctor-card__image {
    background: #bfb9b8;
}

.doctor-card__image img {
    display: block;
    width: 100%;
    height: auto;
}

.doctor-card__info {
    padding: 14px 14px 16px;
}

.doctor-card__name {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 10px;
}

.doctor-card__position,
.doctor-card__exp {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.7);
}

/* Специалист-карточка */
.doctor {
    background: #fffafb;
    padding: 30px 0 80px;
}

.doctor__crumbs {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.55);
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 6px 0 22px;
    flex-wrap: wrap;
}

.doctor__crumbs a {
    color: rgba(0, 0, 0, 0.55);
    text-decoration: none;
}

.doctor__crumbs-current {
    color: rgba(0, 0, 0, 0.75);
    font-weight: 600;
}

/* GRID (десктоп: фото слева, контент справа) */
.doctor__grid {
    display: grid;
    grid-template-columns: 560px 1fr;
    gap: 56px;
    align-items: start;
}

.doctor__photo {
    border-radius: 26px;
    overflow: hidden;
    background: #bdb6b6;
}

.doctor__photo img {
    width: 100%;
    height: auto;
    display: block;
}

.doctor__name {
    margin: 0;
    font-size: 44px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.05;
}

.doctor__divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.25);
    margin: 18px 0 0;
}

/* Accordion */
.doctor__acc {
    margin-top: 0;
}

.doctor__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.doctor__head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    text-align: left;
}

.doctor__head-left {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.doctor__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #7aa1b3;
    display: inline-block;
    box-sizing: border-box;
}

.doctor__head-title {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #5f8495;
}

.doctor__head-title--blue {
    color: #5f8495;
}

/* Иконки справа */
.doctor__icon {
    width: 18px;
    height: 18px;
    position: relative;
    flex-shrink: 0;
}

/* default: стрелка вниз (как на макете у закрытых) */
.doctor__icon::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(0, 0, 0, 0.55);
    border-bottom: 2px solid rgba(0, 0, 0, 0.55);
    transform: rotate(45deg);
    transition: transform 0.18s ease;
}

.doctor__item.is-open .doctor__icon::before {
    transform: rotate(-135deg);
    top: 7px;
}

.doctor__body {
    padding: 0 0 18px;
    display: none;
}

.doctor__item.is-open .doctor__body {
    display: block;
}

.doctor__lead {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 35px;
    text-transform: uppercase;
    color: #3b3b3b;
}

.doctor__text {
    margin-top: 15px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.8);
    max-width: 720px;
}

.doctor__sub {
    margin: 18px 0 10px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.doctor__list {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.8);
    list-style: disc;
    padding-left: 20px;
}

.doctor__foot {
    margin-top: 15px;
    font-family: "Inter";
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.8);
}

.doctor__photo--right {
    display: none;
}

.doctor__photo--left {
    display: block;
}

.directions__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: end;
}

.dir-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 465px;
}

.dir-card__img {
    background: #ffffff;
}

.dir-card__img img {
    width: 100%;
    height: 290px; /* как на макете: высокий прямоугольник */
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.dir-card__body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.dir-card__title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.dir-card__text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.7);
}

.dir-card__btn {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: #4a5161;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
    width: 80%;
}

.directions {
    background: #d5c8bd;
    padding: 100px 0;
}

/* Медиа */

.news {
    background: #fffafb;
    padding: 20px 0 20px;
}

.news__crumbs {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.55);
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 6px 0 18px;
    flex-wrap: wrap;
}

.news__crumbs a {
    color: rgba(0, 0, 0, 0.55);
    text-decoration: none;
}

.news__crumbs-current {
    color: rgba(0, 0, 0, 0.75);
    font-weight: 600;
}

.news__hero {
    max-width: 740px;
    margin: 0 auto 26px;
    text-align: center;
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
}

.news__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 6px 0 10px;
}

.news__title {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    text-transform: uppercase;
    color: #616674;
}

.news__search {
    position: relative;
    width: 260px;
    flex-shrink: 0;
    top: 44px;
}

.news__search input {
    width: 100%;
    height: 30px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.22);
    background: transparent;
    padding: 0 34px 0 14px;
    outline: none;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.8);
}

.news__search::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a8a8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
    pointer-events: none;
    opacity: 0.9;
}

.news__tabs {
    display: flex;
    gap: 10px;
    margin: 10px 0 16px;
}

.news__tab {
    min-width: 130px;
    padding: 8px 20px;
    border-radius: 999px;
    border: 1px solid #c2b2a5;
    background: transparent;
    cursor: pointer;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}

.news__tab.is-active {
    background: #c2b2a5;
    border: none;
}

.news__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.news-card {
    background: #e7e8e9;
    border-radius: 10px;
    overflow: hidden;
}

/* единая “внутрянка” карточки с отступами как в макете */
.news-card__inner {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding: 14px; /* важно: общий padding */
    align-items: stretch;
    min-height: 190px;
}

/* фото именно ВНУТРИ серой карточки */
.news-card__img {
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.news-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* правая часть */
.news-card__body {
    padding: 6px 8px 6px 0; /* лёгкий внутренний отступ справа */
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.news-card__bottom {
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}

.news .team-hero__title {
    text-align: right;
}

.news .doctor__text {
    max-width: 350px;
}

.news .doctor__sub {
    margin: initial;
}

.articles .doctor__sub {
    margin: initial;
}

.news-card__text {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.35;
    max-width: 340px;
}

.news-card__more {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: rgba(0, 0, 0, 0.8);
}

.news-card__date {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.7);
}

.news__more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.news__more {
    min-width: 240px;
    height: 44px;
    border-radius: 999px;
    border: none;
    background: #434b5b;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
}

.video-grid {
    background: #fffafb;
    padding: 100px 0 100px;
}

.video-grid .team-hero__title {
    margin: 0 0 30px;
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    max-width: 900px;
}

.video-grid__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.video-tile {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    background: #d8d0cc;
    aspect-ratio: 10 / 7; /* визуально как в макете */
}

.video-tile__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* play button */
.video-tile__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.16);
    box-sizing: border-box;
}

.video-tile__play::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-42%, -50%);
    width: 0;
    height: 0;
    border-left: 14px solid rgba(255, 255, 255, 0.9);
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}

.video-grid__more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.video-grid__more {
    min-width: 320px;
    height: 52px;
    border-radius: 999px;
    border: none;
    background: #434b5b;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.articles {
    background: #fff7f0;
    padding: 100px 0 50px;
}

.articles__top {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 26px;
    align-items: end;
}

.articles__title {
    margin: 0;
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
}

.articles__lead {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.8);
    max-width: 430px;
}

.articles__head {
    margin-top: 10px;
    margin-bottom: 18px;
}

.articles__head-title {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 35px;
    text-transform: uppercase;
    color: #4a5161;
    margin-bottom: 20px;
}

.articles__tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.articles__tab {
    height: 26px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: transparent;
    cursor: pointer;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.65);
    white-space: nowrap;
}

.articles__tab.is-active {
    background: #cbbdb6;
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.7);
}

/* mobile select */
.articles__select {
    display: none;
}

.articles__select select {
    width: 100%;
    height: 32px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.22);
    background: transparent;
    padding: 0 12px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.75);
    outline: none;
}

.articles__section {
    margin-top: 24px;
}

.articles__section-title {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #3b3b3b;
    margin-bottom: 12px;
}

.articles__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

/* для секций где только 2 карточки */
.articles__grid--two {
    grid-template-columns: repeat(2, 1fr);
}

.articles__more-wrap {
    display: flex;
    justify-content: center;
    margin: 18px 0 0;
}

.articles__more {
    min-width: 240px;
    height: 44px;
    border-radius: 999px;
    border: none;
    background: #434b5b;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
}

.articles .news-card {
    background: #d5c8bd;
}

.articles__dd {
    display: none;
}

.reviews-page .hb__content {
    background: #7f91a9;
}

.reviews-page .breadcrumbs__link,
.breadcrumbs__current,
.breadcrumbs__sep {
    color: #fff;
}

.reviews-page {
    padding: 20px 0 20px;
}

.about-reviews {
    background: #fff7f0;
    padding: 100px 0;
}

.about-reviews__grid {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    align-items: center;
    column-gap: 70px;
    min-height: 250px;
}

/* логотип слева */
.about-reviews__brand {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-reviews__logo img {
    max-width: 320px;
    width: 100%;
    height: auto;
    display: block;
}

/* текст справа */
.about-reviews__text {
    max-width: 680px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* средний абзац чуть “воздушнее”, как на макете */
.about-reviews__mid {
    max-width: 520px;
    margin-left: 100px;
}

/* акцентная фраза */
.about-reviews__accent {
    margin-left: 150px;
    font-size: 16px;
    line-height: 1.25;
    color: rgba(0, 0, 0, 0.78);
    font-weight: 700;
    max-width: 470px;
}

.reviews-block {
    background: #fffafb;
    padding: 60px 0 70px;
}

.reviews-block__title {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 110%;
    text-transform: uppercase;
    color: #3b3b3b;
    margin: 0 0 30px;
}

.reviews-block__layout {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 56px;
    align-items: start;
}

.reviews-block__photo--small {
    margin-top: 100px;
}

/* LEFT */
.reviews-block__left {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.reviews-block__text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reviews-block__stars {
    color: #d2a11f;
    font-size: 12px;
}

.reviews-block__service {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.7);
}

.reviews-block__desc {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.reviews-block__more {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-decoration-line: underline;
    color: #7c6a5c;
}

.reviews-block__name {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.7);
}

.reviews-block__right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: start;
}

.reviews-block__img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.reviews-block__img img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.reviews-block__mini {
    display: none;
}

.reviews-services {
    padding: 28px 0;
    border-radius: 10px;
    background: #7f91a9;
    margin: 20px;
    background-image: url(/local/templates/katarina/html/./img/form-main.png);
    background-position: center;
    background-size: cover;
}

.reviews-services .apply__inner {
    gap: 80px;
}

.reviews-services .apply__btn {
    margin-top: 30px;
    width: 50%;
}

.reviews-services .apply__title {
    color: #fff;
}

.reviews-services .apply__text {
    color: #fff;
}

.document-main .hb__title,
.document-main .hb__sub {
    text-align: start;
}

.document-main .breadcrumbs__link {
    color: #fff;
}

.document-main .hb__content {
    background: #7f91a9;
    padding: 30px 30px 20px 30px;
    gap: 30px;
}

.docs-slider {
    background: #fffafb;
    padding: 100px 0;
}

.docs-slider__wrap {
    position: relative;
}

.docs-slider .reviews__nav {
    justify-content: space-between;
}

.docs-slider .docs-slider__next {
    position: absolute;
    bottom: 40%;
    z-index: 100000;
    right: -60px;
}

.docs-slider .docs-slider__prev {
    position: absolute;
    bottom: 40%;
    z-index: 100000;
    left: -60px;
}

.gift-hero {
    padding: 10px 18px;
    font-family: Arial, sans-serif;
    color: rgba(0, 0, 0, 0.72);
}

.reviews__title.cert-reviews__title {
    text-align: start;
}

.reviews__top.cert-reviews__top {
    grid-template-columns: 0.8fr 1fr 0.5fr;
}

.gift-hero__inner {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: url("/local/templates/katarina/html/./img/sert-main.png") center/cover no-repeat;
    padding: 30px;
    border: 1px solid #5f8495;
}

.gift-hero__art img {
    object-fit: contain;
    width: 100%;
}

.gift-hero .doctor__text {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.gift-hero .specs__bottom {
    justify-content: start;
}

.gift__wrap {
    display: grid;
    grid-template-columns: 0.45fr 1fr;
    gap: 50px;
    justify-content: space-between;
}

.gift-hero__title {
    margin: 0 0 14px;
    font-size: 46px;
    line-height: 1.02;
    letter-spacing: 0.02em;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.72);
    font-family: "Involve";
    font-style: normal;
}

.gift-hero__text p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.35;
    color: rgba(0, 0, 0, 0.62);
}

.gift-hero__list {
    margin: 14px 0 22px;
    padding-left: 18px;
    color: rgba(0, 0, 0, 0.62);
    font-size: 14px;
    line-height: 1.4;
}

.gift-hero__art {
    z-index: 1;
    display: flex;
    justify-content: center;
}

.gift-hero__inner::before {
    content: "";
    position: absolute;
    top: -36px;
    left: 42%;
    transform: translateX(-50%);
    width: 520px;
    height: 100%;
    background: url("/local/templates/katarina/html/./img/gift-branch.png") center/contain no-repeat;
    opacity: 0.9;
    pointer-events: none;
}

.gift-grid {
    background: #7f91a9;
    padding: 100px 0;
}

.gift-grid__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 18px 20px;
    align-items: start;
}

/* Позиции 1в1 как в макете */
.gift-grid__empty--tl {
    grid-column: 1;
    grid-row: 1;
}

/* пустая сверху слева */
.gift-grid__card--u {
    grid-column: 2;
    grid-row: 1;
}

.gift-grid__logo {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    justify-self: center;
}

.gift-grid__card--p {
    grid-column: 4;
    grid-row: 1;
}

.gift-grid__card--s {
    grid-column: 1;
    grid-row: 2;
}

.gift-grid__empty--bc {
    grid-column: 3;
    grid-row: 2;
}

/* пустая снизу под логотипом */
.gift-grid__card--f {
    grid-column: 3;
    grid-row: 2;
}

/* будет переопределено ниже */
.gift-grid__card--per {
    grid-column: 4;
    grid-row: 2;
}

.gift-grid__empty--bc {
    grid-column: 2;
    grid-row: 2;
}

/* пустая снизу в центре (как на скрине) */
.gift-grid__card--f {
    grid-column: 3;
    grid-row: 2;
}

/* удобный формат по центру-низ */
.gift-grid__card--per {
    grid-column: 4;
    grid-row: 2;
}

/* персонализация справа-низ */

.gift-grid__empty {
    border-radius: 10px;
    background: transparent; /* по макету это “пустое место” на синем фоне */
    min-height: 1px;
}

.gift-grid__logo img {
    width: 220px;
    height: auto;
    display: block;
    opacity: 0.92;
}

.gift-grid__card {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    min-height: 315px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gift-grid__h {
    margin: 0 0 8px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
}

.gift-grid__p {
    margin: 0 0 12px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.gift-grid__img {
    border-radius: 10px;
    overflow: hidden;
    height: 150px;
    background: #d8d0cc;
}

.gift-grid__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* низовые карточки чуть выше */
.gift-grid__card--s .gift-grid__img,
.gift-grid__card--f .gift-grid__img,
.gift-grid__card--per .gift-grid__img {
    height: 170px;
}

.cert-variant {
    padding: 100px 0;
}

.cert-variant__top {
    display: grid;
    grid-template-columns: 1fr 680px;
    gap: 44px;
    align-items: start;
    margin-bottom: 54px;
}

.cert-variant .team__desc {
    max-width: 500px;
}

.cert-variant__title {
    margin: 0 0 18px;
    font-size: 44px;
    line-height: 1.02;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.cert-variant__lead {
    margin: 0 0 22px;
    max-width: 420px;
    font-size: 13px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.58);
}

.cert-variant__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 270px;
    border-radius: 999px;
    background: #5f8495;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.cert-variant__right {
    justify-self: end;
    width: 680px;
    max-width: 100%;
    margin-top: 8px;
}

.cert-variant__right img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===== HOW ===== */
.cert-variant__how-title {
    margin: 0 0 10px;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
}

.cert-variant__how-sub {
    margin: 0 0 22px;
    max-width: 520px;
    font-size: 13px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.58);
}

.cert-variant__steps {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.cert-variant__step {
    background: #cbd1d9;
    border-radius: 10px;
    padding: 25px;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cert-variant__step-h {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    text-transform: uppercase;
    color: #4a5161;
}

.cert-variant .team__btn {
    margin-top: 40px;
    width: 50%;
}

.cert-variant__step-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.cert__how {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    max-width: 500px;
    margin-top: 10px;
}

.cert-faq {
    background: #7f91a9;
    padding: 100px 0;
}

.cert-faq__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
}

.cert-faq__col {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.cert-faq__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.cert-faq__head {
    width: 100%;
    background: transparent;
    border: 0;
    color: #fff;
    padding: 18px 46px 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    text-align: left;
    position: relative;
    min-height: 84px; /* подбери под макет: 76–92 */
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

.cert-faq__q {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
}

/* стрелка как в макете (тонкая) */
.cert-faq__icon {
    position: absolute;
    right: 0;
    top: 50%;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cert-faq__icon::before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(255, 255, 255, 0.9);
    border-bottom: 2px solid rgba(255, 255, 255, 0.9);
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    margin-top: -2px;
}

/* раскрытие */
.cert-faq__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
}

.cert-faq__a {
    padding: 0 46px 18px 0;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.8);
}

.cert-faq__item.is-open .cert-faq__body {
    max-height: 220px; /* достаточно для 1-2 строк, как на макете */
}

.cert-faq__item.is-open .cert-faq__icon::before {
    transform: rotate(-135deg); /* стрелка вверх */
    margin-top: 2px;
}

.cert-faq .apply__title {
    color: #fff;
    margin-bottom: 50px;
}

.cert-faq .benefits__pill {
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 30px;
}

.cert-spec {
    padding: 100px 0;
    background: #fff7f0;
    margin: initial;
}

.cert-spec .apply__title {
    font-size: 40px;
    line-height: 43px;
}

.cert-spec .apply__inner {
    padding: initial;
    gap: 50px;
    grid-template-columns: 0.8fr 1fr;
}

.cert-spec .apply__btn {
    width: 40%;
    background: #4a5161;
    color: #fff;
}

.cert-spec .apply__btn:hover {
    background: #7f91a9;
}

.cert-spec .apply__text {
    max-width: 350px;
}

.reviews__slider {
    overflow: hidden !important;
}

.buy-cert {
    background: #7f91a9;
    border-radius: 10px;
}

.buy-cert .apply__inner {
    padding: 100px 0;
}

.buy-cert .apply__title {
    color: #fff;
    text-align: center;
    font-weight: 400;
}

.buy-cert .apply__btn {
    width: 40%;
    margin: 0 auto;
}

.cert-places {
    padding: 100px 0;
    background: #fffafb;
}

.cert-places__grid {
    display: grid;
    gap: 10px;
    align-items: start;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas:
    "text text topA topB"
    "c    e    f    f"
    "d    e    f    f";
}

.cert-places__text {
    grid-area: text;
    padding-top: 6px;
}

.cert-places__title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
    margin: 0 0 26px;
    max-width: 720px;
}

.cert-places .apply__btn {
    width: 40%;
    background: #4a5161;
    color: #fff;
    margin-bottom: 25px;
}

/* карточки */
.cert-places__item {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background: #e9e9e9;
    width: 100%;
    height: 100%;
}

.cert-places__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* areas + пропорции */
.cert-places__item--top-a {
    grid-area: topA;
}

.cert-places__item--top-b {
    grid-area: topB;
}

.cert-places__item--c {
    grid-area: c;
}

.cert-places__item--d {
    grid-area: d;
}

.cert-places__item--e {
    grid-area: e;
}

.cert-places__item--f {
    grid-area: f;
}

.cert-places__grid > * {
    min-width: 0;
}

.cert-places__item {
    min-height: 0;
}

.cert-rules {
    background: #fffafb;
    padding: 100px 0;
}

.cert-rules__grid {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0;
}

.cert-rules__item {
    border-top: 1px solid rgba(20, 20, 20, 0.28);
    padding-top: 22px;
    padding-bottom: 26px;
}

/* .cert-rules__item:last-child {
  border-bottom: 1px solid rgba(20, 20, 20, 0.28);
} */

.cert-rules__head {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    cursor: default; /* на десктопе summary скрыт, см. ниже */
}

.cert-rules__head::-webkit-details-marker {
    display: none;
}

.cert-rules__title {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 110%;
    text-transform: uppercase;
    color: #3b3b3b;
}

.cert-rules__chev {
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(43, 43, 43, 0.75);
    border-bottom: 2px solid rgba(43, 43, 43, 0.75);
    transform: rotate(45deg);
    flex: 0 0 auto;
    margin-top: 2px;
}

.cert-rules__body {
    padding-top: 16px;
}

.cert-rules__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 56px;
    row-gap: 18px;
}

.cert-rules__cols--pay {
    align-items: start;
}

.cert-rules__col {
    min-width: 0;
}

.cert-rules__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.cert-rules__li {
    display: grid;
    grid-template-columns: 16px 1fr;
    column-gap: 12px;
    align-items: start;
}

.cert-rules__ico {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: 1px;
    background: url(/local/templates/katarina/html/./icons/cert-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.cert-rules__text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.8);
}

.cert-rules__ol {
    margin: 14px 0 0 48px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.8);
    list-style: decimal;
}

.cert-rules__bullets {
    margin: 12px 0 0 38px;
    padding: 0;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.8);
    list-style: disc;
}

.cert-rules__bullets ul {
    margin: 8px 0 0 18px;
    list-style: disc;
}

.cert-rules__pay-img {
    margin-top: 14px;
    max-width: 320px;
}

.cert-rules__pay-img img {
    width: 100%;
    height: auto;
    display: block;
}

.cert-text__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px; /* как в макете, подстрой */
    padding-top: 28px;
    margin-top: 28px;
    border-top: 1px solid rgba(0, 0, 0, 0.25); /* одна общая линия */
}

.cert-text__block {
    min-width: 0;
}

.cert-rules__bottom {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.cert-rules__item[open] .cert-rules__chev {
    transform: rotate(-135deg);
}

.cert-rules__head {
    cursor: default;
    pointer-events: none; /* чтобы не клиалось */
}

.cert-rules__chev {
    display: none;
}

.cert-rules__item:not([open]) > .cert-rules__body {
    display: block;
}

.job-main .hb__content {
    background-color: #7f91a9;
    padding: 15px 30px 20px 30px;
}

.job-main__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.vacancy-form__form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 6px;
}

.job-main .hb__title {
    text-align: start;
    margin-bottom: 20px;
}

.job-main .breadcrumbs__link {
    color: #fff;
}

.vacancy-form__input,
.vacancy-form__textarea {
    width: 100%;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: transparent;
    color: #fff;
    padding: 14px 20px;
    outline: none;
    font-size: 10px;
}

.vacancy-form__textarea {
    border-radius: 90px;
    padding-top: 18px;
    height: 65px;
}

.vacancy-form__input::placeholder,
.vacancy-form__textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.vacancy-form__submit {
    width: 100%;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #1a1a1a;
    padding: 16px 24px;
    font-size: 18px;
    cursor: pointer;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
}

.vacancies-cards__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.vacancies-cards__card {
    border: 1px solid #416a7d;
    border-radius: 10px;
    background: #fff;
    padding: 12px;
}

.vacancies-cards__media {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.vacancies-cards__media img {
    width: 100%;
    height: 253px;
    object-fit: cover;
    display: block;
}

.vacancies-cards__body {
    padding: 15px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: space-between;
}

.vacancies-cards__name {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #3b3b3b;
}

.vacancies-cards__desc {
    margin: 10px 0 10px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.8);
}

.vacancies-cards__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 65%;
    padding: 16px 20px;
    border-radius: 999px;
    background: #4a5161;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
}

.job-main .hb__right {
    min-height: initial;
}

.vacancy .hb__wrap {
    margin-top: 55px;
    margin-bottom: 10px;
}

.vacancy {
    position: relative;
}

.vacancy__info {
    position: absolute;
    top: -8%;
    right: 15%;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}

.vacancy__info-mb {
    display: none;
}

.contact-main .job-main__wrap {
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
}

.contact-main .hb__content {
    background: #fffafb;
}

.error__icon {
    margin: 0 auto;
}

.e404__title {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #3b3b3b;
}

.e404__text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}

.e404__actions {
    display: grid;
    gap: 10px;
    width: 100%;
    margin: 0 0 14px;
    justify-content: center;
}

.e404__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 999px;
    font-size: 14px;
    user-select: none;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.e404__btn--dark {
    background: #4a5161;
    color: #fff;
}

.e404__btn--accent {
    background: #5f8495;
    color: #fff;
}

.e404__btn--light {
    background: #cbd1d9;
    color: #3b3b3b;
}

.e404__hint {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}

.e404__contacts {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.e404__contacts-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(95, 132, 149, 0.9);
}

.e404__contacts-label {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.8);
}

.e404__contacts-link {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #5f8495;
}

.price .hb__content {
    background: #fffafb;
    align-items: start;
    padding: 70px 20px 40px 20px;
}

.price .breadcrumbs__current,
.price .breadcrumbs__sep {
    color: #000;
}

.job-main .hb__title,
.job-main .hb__sub {
    color: #fff;
    text-align: start;
}

.price__text .hb__title,
.price__text .hb__sub {
    color: #3b3b3b;
    text-align: start;
}

.price__text .hb__sub {
    max-width: 500px;
}

.price-save {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 999px;
    font-size: 14px;
    user-select: none;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #5f8495;
    border-radius: 30px;
}

.price-save.dark {
    background: #4a5161;
    border: initial;
    color: #fff;
    width: 200px;
}

.hb__right.price-right {
    min-height: 435px;
}

.price-btns {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.promo-hero {
    position: relative;
    overflow: hidden;
    min-height: 520px;

    background: url("/local/templates/katarina/html/./img/promo-price.jpg") top / cover no-repeat;
}

.promo-hero__overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: inherit;
    padding: 60px 20px;
}

.promo-hero__card {
    max-width: 560px;
    width: 100%;
    padding: 42px 48px;
    border-radius: 20px;

    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    text-align: center;
}

.promo-hero__title {
    margin: 0 0 18px;
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: #3b3b3b;
}

.promo-hero__text {
    margin: 0 0 26px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}

.price__certificate {
    width: 600px;
    margin: 0 auto;
    position: relative;
}

.swiper-pagination .price-pagin {
    bottom: -25px;
}

.promo-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    border-radius: 999px;
    background: #4a5161;
    font-weight: 400;
    font-family: "Inter";
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
}

.price-gift {
    background-color: #7f91a9;
    background-image: url(/local/templates/katarina/html/./img/form-main.png);
    background-position: center;
    background-size: cover;
}

.price-gift .apply__title,
.price-gift .apply__text {
    color: #fff;
}

.price-gift .apply__btn {
    width: 40%;
}

.price-gift .apply__inner {
    padding: 80px 0;
}

.swiper-pagination {
    bottom: -28px !important;
}

.swiper-pagination-bullet-active {
    background: #f2ede7 !important;
}

.swiper-pagination-bullet {
    background: #fffbf5 !important;
}

.price-cats {
    padding: 100px 0;
    background: #fffafb;
}

.price-cats__tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.price-cats__tab {
    border: 1px solid #c2b2a5;
    background: transparent;
    border-radius: 999px;
    padding: 8px 16px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    cursor: pointer;
    transition: background 0.2s ease,
    border-color 0.2s ease;
}

.price-cats__tab.is-active {
    background: #c2b2a5;
    border: none;
}

.price-cats__select-wrap {
    display: none; /* mobile only */
    margin: 0 0 14px;
    max-width: 420px;
}

.price-cats__select-label {
    display: none;
}

.price-cats__select {
    width: 100%;
    border: 0;
    background: #c2b2a5;
    color: #000;
    border-radius: 999px;
    padding: 10px 42px 10px 18px;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    position: relative;
}

.price-cats__select-wrap {
    position: relative;
}

.price-cats__select-wrap::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 1.4px solid #2f2f2f;
    border-bottom: 1.4px solid #2f2f2f;
    transform: translateY(-55%) rotate(45deg);
    pointer-events: none;
}

.price-cats__grid {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 28px;
    align-items: start;
}

.price-cats__media {
    width: 100%;
}

.price-cats__img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.price-cats__content {
    border-top: 1px solid rgba(70, 70, 70, 0.35);
    padding-top: 14px;
}

.price-cats__cat {
    border-bottom: 1px solid rgba(70, 70, 70, 0.35);
}

.price-cats__cat[open] > .price-cats__cat-head .price-cats__chev {
    transform: rotate(180deg);
}

.price-cats__cat-head {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0;
}

.price-cats__cat-head::-webkit-details-marker {
    display: none;
}

.price-cats__cat-name {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #5f8495;
}

.price-cats__chev {
    width: 18px;
    height: 18px;
    position: relative;
    flex: 0 0 auto;
    transition: transform 0.2s ease;
}

.price-cats__chev::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(60, 60, 60, 0.7);
    border-bottom: 2px solid rgba(60, 60, 60, 0.7);
    transform: rotate(45deg);
}

.price-cats__chev--small {
    transform-origin: center;
}

.price-cats__group[open] > .price-cats__group-head .price-cats__chev--small {
    transform: rotate(180deg);
}

.price-cats__cat-body {
    padding: 8px;
}

.price-cats__group {
    border-top: 1px solid rgba(70, 70, 70, 0.35);
    border-bottom: 1px solid rgba(70, 70, 70, 0.35);
}

.price-cats__group-head {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
}

.price-cats__group-head::-webkit-details-marker {
    display: none;
}

.price-cats__group-name {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
}

.price-cats__group-body {
    padding: 2px 0 10px;
}

.price-cats__rows {
    display: flex;
    flex-direction: column;
}

.price-cats__rows--sub .price-cats__row {
    border-bottom: 0;
    padding: 8px 0;
}

.price-cats__row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(70, 70, 70, 0.35);
}

.price-cats__row:last-child {
    border-bottom: 0;
}

.price-cats__row-name {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0);
}

.price-cats__row-price {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0);
    white-space: nowrap;
}

.price-cats__dd {
    display: none;
    margin-bottom: 16px;
}

.stock {
    padding: 40px 0 10px;
}

.stock__head {
    display: grid;
    grid-template-columns: 0.5fr 0.3fr;
    align-items: end;
    margin-bottom: 20px;
}

@media all and (max-width: 1640px) {
    .stock__head {
        grid-template-columns: 0.7fr 0.3fr;
    }
}

.stock__title {
    margin: 0;
    font-family: "Montserrat",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #3b3a38;
    line-height: 1.05;
    font-size: clamp(40px, 4.2vw, 72px);
    max-width: 980px;
}

.stock__text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.8);
}

.stock__media {
    border-radius: 22px;
    overflow: hidden;
    background: #d7d1d1;
}

.stock__img {
    display: block;
    width: 100%;
    height: clamp(260px, 36vw, 560px);
    object-fit: cover;
    object-position: center;
}

.stock .gift-hero__title {
    margin: initial;
}

.stock-uslugi {
    background: #7f91a9;
    background-image: url(/local/templates/katarina/html/./img/form-main.png);
    background-position: center;
    background-size: cover;
}

.stock-uslugi .apply__inner {
    padding: 0;
    gap: 40px;
}

.stock-uslugi .apply__title,
.stock-uslugi .apply__text {
    color: #fff;
    text-align: center;
    max-width: initial;
}

.stock-uslugi .apply__content {
    width: 560px;
    margin: 0 auto;
}

.stock-uslugi .apply__btn {
    width: 60%;
    margin: 0 auto;
}

.stock--promos {
    padding: 100px 0;
}

.stock-promos__title {
    margin: 0 0 26px;
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 53px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
}

/* ===== GRID (desktop) ===== */
.stock-promos__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.stock-empty {
    border-radius: 18px;
    background: transparent;
    min-height: 326px;
}

/* ===== CARD ===== */
.stock-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    min-height: 400px;
}

.stock-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.stock-card__fade {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.stock-card__badge {
    position: absolute;
    z-index: 1000;
    top: 14px;
    right: 14px;
    height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
    color: #ffffff;
    background: #6f8e9b;
}

.stock-card__badge--dark {
    background: #5e7783;
}

.stock-card__content {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 2;
}

/* 1) База: включаем псевдоэлемент-подложку */
.stock-card__desc,
.stock-card__note,
.stock-card__price {
    position: relative;
    z-index: 2; /* чтобы текст был поверх */
    display: inline-block; /* ширина = ширина контента */
    padding: 0 14px;
    border-radius: 14px;
}

/* 2) Подложка с размытием под каждым элементом */
.stock-card__desc::before,
.stock-card__note::before,
.stock-card__price::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 2);
    filter: blur(22px);
    z-index: -1;
}

/* 3) Чтобы подложка выглядела не прямоугольником, а “облаком” */
.stock-card__desc::before,
.stock-card__note::before {
    /* лёгкая растушёвка внутри */
    background: radial-gradient(
            120% 140% at 50% 50%,
            rgba(255, 255, 255, 1.5) 0%,
            rgba(255, 255, 255, 1.5) 55%,
            rgba(255, 255, 255, 1.5) 100%
    );
}

.stock-card__desc {
    font-size: 18px; /* пример */
    line-height: 1.25;
    color: #111;
}

.stock-card__note {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.3;
    color: rgba(17, 17, 17, 0.65);
}

.stock-card__price {
    padding: 8px 12px;
    border-radius: 12px;
}

.stock-card__price::before {
    width: 50%;
}

.stock-card__content--price {
    bottom: 16px;
}

.stock-card__desc {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    max-width: 92%;
}

.stock-card__price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 6px;
}

.stock-card__price-new {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.03em;
    color: #000000;
}

.stock-card__price-old {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: line-through;
    color: rgba(0, 0, 0, 0.8);
}

.stock-card__note {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.7);
}

.stock-promos__more {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.stock-promos__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 50px;
    border-radius: 999px;
    text-decoration: none;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    background: #4a5161;
    color: #ffffff;
    background: #485161;
}

.stock-promos__more--tablet,
.stock-promos__mob {
    display: none;
}

.stock-promos__mob .reviews__nav {
    display: none;
}

.stock-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.stock-popup.is-open {
    display: block;
}

.stock-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.stock-popup__dialog {
    position: relative;
    max-width: 1460px;
    margin: 26px auto;
    padding: 14px;
    height: calc(100vh - 52px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.stock-popup__close {
    position: absolute;
    top: 10px;
    right: 16px;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: rgba(40, 40, 40, 0.9);
    font-size: 28px;
    cursor: pointer;
    z-index: 3;
}

.stock-popup__grid {
    width: 100%;
    height: 100%;
    max-height: 620px;
    background: #fbf7f7;
    padding: 40px 15px 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    position: relative;
}

.stock-popup__panel {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.stock-popup__panel--left {
    background: #7f91a9;
    color: #fff;
    padding: 22px 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.stock-popup__left-top {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.stock-popup__logo {
    width: 150px;
    height: auto;
    opacity: 0.95;
}

.stock-popup__left-title {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 18px;
}

.stock-popup__left-cols {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 22px;
}

.stock-popup__left-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.8);
}

.stock-popup__left-sub {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.8);
}

.stock-popup__ul {
    margin: 0;
    padding-left: 18px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.8);
}

.stock-popup__ul li {
    margin: 6px 0;
}

.stock-popup__panel--right {
    background: #e0d1c5;
    color: #353b45;
    padding: 22px 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.stock-popup__right-top {
    font-family: "Inter";
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 10px;
}

.stock-popup__right-title {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #4a5161;
    margin: 0 0 18px;
}

.stock-popup__price-row {
    display: flex;
    align-items: baseline;
    justify-content: start;
    gap: 14px;
    margin: 0 0 14px;
}

.stock-popup__price-label {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.8);
}

.stock-popup__price {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.8);
}

.stock-popup__right-sub {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 8px;
}

.stock-popup__ul--dark {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.8);
}

.stock-popup__ul--dark b {
    font-weight: 700;
}

.stock-popup__ul--dark s {
    opacity: 0.8;
}

.stock-popup__right-foot {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    margin: 10px 0 16px;
}

.stock-popup__btn {
    margin: 0 auto;
    padding: 15px 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #3b3b3b;
    background: #ffffff;
    border: 1px solid #5f8495;
    z-index: 1000;
}

.stock-popup__btn:hover {
    color: #fff;
    background: #5f8495;
    transition: all 0.5s;
}

.stock-popup__mark {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 120px;
    height: 120px;
    background: url(/local/templates/katarina/html/./img/mark-popup.svg);
    background-size: cover;
}

.stock-popup__ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.stock-popup__ul li {
    position: relative;
    padding-left: 34px; /* место под иконку */
    margin: 10px 0;
}

.stock-popup__ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url("/local/templates/katarina/html/./icons/icon-min-popup.svg") center / contain no-repeat;
}

.contact-section {
    background: #7f91a9;
    position: relative;
}

.contact-section .breadcrumbs__link {
    color: #fff;
}

.contact-section__wrap {
    margin: 0 auto;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contact-section__panel {
    color: #fff;
    gap: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.contact-section__brand {
    margin-top: 0;
    margin-bottom: 100px;
}

.contact-section__logo {
    width: 170px;
}

.contact-section .hb__title {
    text-align: center;
}

.contact-section__link {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
}

.contact-section__social {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.contact-section__icon {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-section__bottom {
    padding-top: 40px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 110%;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.contact-section__cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
}

.contact-card__title {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #5f8495;
}

.contact-card__body {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 20px;
}

.contact-card__content {
    gap: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-card__question {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.contact-card__text {
    padding: 5px 0 5px 10px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.7);
}

.contact-card__hours {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 10px;
}

.contact-card__hours span {
    color: #000;
}

.contact-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.category__top .promo-hero__btn {
    margin-top: 10px;
}

.category .team-hero__text {
    max-width: 700px;
}

.category-mb {
    display: none;
}

.category {
    padding: 10px 0;
}

.doctors {
    background: #fff7f0;
    padding: 100px 0;
}

.doctors__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    align-items: stretch;
}

.doctors__card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 520px;
    background: #ddd;
}

.doctors__img.lfk__img {
    object-position: left;
}

.doctors__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.doctors__glass {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 210px;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 10px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.6);
}

.doctors__glass--dark {
    background: rgba(20, 22, 26, 0.55);
    color: #fff;
}

.doctors__glass--light {
    background: rgba(255, 255, 255, 0.65);
}

.doctors__glass--light2 {
    background: rgba(255, 255, 255, 0.6);
}

.doctors__card-title {
    font-family: "Involve";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #222222;
    text-align: center;
}

.doctors__glass--dark .doctors__card-title {
    color: rgba(255, 255, 255, 0.95);
}

.doctors__card-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}

.doctors__glass--dark .doctors__card-text {
    color: rgba(255, 255, 255, 0.82);
}

/* HERO (center top) */
.doctors__hero {
    border-radius: 12px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    text-align: center;
}

.doctors__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 20px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 11px;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 16px;
    border: 1px solid #c2b2a5;
    border-radius: 15px;
}

.doctors__hero-title {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: #3b3b3b;
    margin-bottom: 20px;
}

.doctors__hero-sub {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
}

.doctors__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    border-radius: 999px;
    background: #4a5161;
    font-weight: 400;
    font-family: "Inter";
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
}

.doctors__hero--b {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.doctors__logo {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    text-align: center;
}

.doctors__logo img {
    width: 200px;
    height: auto;
}

.doctor__text-grid {
    margin-bottom: 160px;
}

.trust {
    background: #fffafb;
    padding: 100px 0;
}

.trust__head {
    text-align: center;
    margin-bottom: 20px;
}

.trust__title {
    padding-top: 20px;
    margin: 0;
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: #3b3b3b;
}

.trust__grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 0.8fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
    align-items: stretch;

    grid-template-areas:
    "lt photo rt"
    "lb photo rb";
}

.trust-card--lt {
    grid-area: lt;
}

.trust-card--lb {
    grid-area: lb;
}

.trust-card--rt {
    grid-area: rt;
}

.trust-card--rb {
    grid-area: rb;
}

.trust-photo {
    grid-area: photo;
}

.trust-photo {
    min-height: 500px; /* как было */
}

.trust-card,
.trust-photo {
    border-radius: 10px;
    overflow: hidden;
}

.trust-card {
    background: #e7e8e9;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 14px;
    text-align: center;
    gap: 10px;
}

.trust-card__icon {
    color: rgba(40, 40, 40, 0.65);
    margin-bottom: 12px;
}

.trust-card__title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #5f8495;
    margin-bottom: 10px;
}

.trust-card__text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}

.trust-photo {
    grid-row: 1 / span 2;
    background: #d9d9d9;
    position: relative;
    min-height: 500px;
}

.trust-photo__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.purpose {
    background: #7f91a9;
    background-image: url(/local/templates/katarina/html/./img/purpose.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 30px;
}

.purpose .apply__inner {
    grid-template-columns: 1fr;
    padding: 100px 0;
}

.purpose .apply__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.purpose .apply__title,
.purpose .apply__text {
    color: #fff;
    text-align: center;
}

.purpose .apply__title {
    max-width: 1200px;
}

.service-card .hb__content {
    background: #b8c9d3;
    align-items: start;
}

.service-card .hb__title,
.service-card .hb__sub {
    text-align: start;
    color: rgba(0, 0, 0, 0.8);
}

.service-card .hb__sub {
    width: 100%;
}

.service-card .breadcrumbs__sep,
.service-card .breadcrumbs__current {
    color: rgba(0, 0, 0, 0.6);
}

.service-card__btn {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
    padding: 16px 25px;
    background: #ffffff;
    border-radius: 30px;
    border: none;
    margin-top: 15px;
}

.therapy {
    background: #fffafb;
    padding: 100px 0;
}

.therapy__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    align-items: stretch;
}

.therapy__tile {
    border-radius: 10px;
    overflow: hidden;
}

/* photos */
.therapy__tile--photo {
    position: relative;
    background: #ddd;
    min-height: 238px; /* desktop/tablet height like mock */
}

.therapy__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* text boxes */
.therapy-box {
    padding: 80px 45px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    min-height: 550px;
}

.therapy-box--light {
    background: #f0f0f0;
    color: #2a2a2a;
}

.therapy-box--blue {
    background: #79889c;
    color: #ffffff;
}

.therapy-box--grey {
    background: #cbd1d9;
    color: #2a2a2a;
}

.therapy-box__title {
    margin: 0 0 12px;
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: #3b3b3b;
}

.therapy-box__title--white {
    color: rgba(255, 255, 255, 0.95);
}

.therapy-box__text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0);
}

.therapy-box__text--muted {
    margin-top: 6px;
}

.therapy-box__text--white {
    color: rgba(255, 255, 255, 0.86);
}

.therapy-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.therapy-list li {
    position: relative;
    padding-left: 14px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.8);
}

.therapy-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: rgba(40, 40, 40, 0.75); /* default */
}

.therapy-list--dark li {
    color: #000;
}

.therapy-list--dark li::before {
    background: rgba(40, 40, 40, 0.72);
}

.therapy-list--white li {
    color: rgba(255, 255, 255, 0.88);
}

.therapy-list--white li::before {
    background: rgba(255, 255, 255, 0.88);
}

.therapy-box__note {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.9);
}

.therapy-box__note-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.therapy-box__note-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
}

.procedure {
    padding: 100px 0;
    background: #f2e9e0;
    position: relative;
    background-image: url(/local/templates/katarina/html/./img/form-main.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

.procedure__wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    position: relative;
    z-index: 1;
}

.procedure__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

/* LEFT */

.procedure__label {
    display: inline-block;
    padding: 4px 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.procedure__title {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 500;
    color: #3c3c3c;
}

.procedure__right {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.procedure-step__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 6px;
    margin-bottom: 10px;
}

.procedure-step__title {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    text-transform: uppercase;
    color: #4a5161;
}

.procedure-step__num {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    text-transform: uppercase;
    color: #5f8495;
}

.procedure-step__text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    max-width: 550px;
}

.trust__descr {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    max-width: 700px;
    margin: 0 auto;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}

.trust__btn {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
    padding: 16px 35px;
    background: #4a5161;
    border-radius: 30px;
    border: none;
    margin-top: 20px;
}

.result-course {
    padding: 0;
    background: #7f91a9;
    border-radius: 30px;
    padding: 100px 0;
}

.result-course__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    color: #fff;
    font-family: "Inter",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
}

.result-course__title {
    margin: 0 0 18px;
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 110%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #fff7f0;
}

.result-course__text {
    font-size: 18px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
    margin: 0 0 18px;
}

.result-course__text--bold {
    margin-top: 18px;
    font-weight: 600;
}

.result-course__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    border-radius: 999px;
    background: #ffffff;
    color: #1f1f1f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    width: 280px;
}

.result-course__btn--mobile {
    display: none;
}

.result-course__sub {
    font-size: 18px;
    line-height: 1.35;
    margin: 6px 0 14px;
    color: rgba(255, 255, 255, 0.92);
}

.result-course__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-bottom: 18px;
    max-width: 560px;
}

.result-course__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
}

.result-course__block {
    margin-top: 26px;
}

.result-course__block-title {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #fff7f0;
    margin: 0 0 10px;
}

.prevention {
    background: #fffafb;
    padding: 100px 0 20px;
}

.prevention__title {
    margin: 0 0 14px;
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: #3b3b3b;
}

.prevention__sub {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin-bottom: 35px;
}

.prevention__row {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr;
    gap: 14px;
}

.prevention-card {
    border: 1px solid rgba(95, 118, 133, 0.55);
    border-radius: 10px;
    padding: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    align-items: center;
    text-decoration: none;
    color: inherit;
    background: transparent;
    min-height: 150px;
}

.prevention-card__left {
    text-align: left;
    padding-left: 4px;
}

.prevention-card__name {
    font-family: "Involve";
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;
    color: #5f8495;
    margin-bottom: 10px;
}

.prevention-card__desc {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.7);
}

.prevention-card__img {
    border-radius: 10px;
    overflow: hidden;
    height: 210px;
}

.prevention-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.prevention__note {
    margin-top: 30px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}

.cta-booking__list {
    margin: 0 0 22px;
    padding-left: 18px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.cta-booking__list li {
    list-style: disc;
}

.cta-booking__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    border-radius: 999px;
    background: #ffffff;
    width: 260px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
}

.hb__sub.drug-main__text {
    width: 100%;
}

.drug-main__descr {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.8);
    max-width: 400px;
}

.drug-main__footer {
    width: 100%;
    margin-top: 30px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.drug-main__footer .service-card__btn {
    margin-top: initial;
}

.belotero {
    background: #fffafb;
    padding: 0 0 100px;
}

.belotero__grid {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    gap: 40px;
    align-items: start;
}

.belotero__title {
    margin: 0 0 18px;
    font-family: "Involve";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 110%;
    text-transform: uppercase;
    color: #3b3b3b;
}

.belotero__desc {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 20px;
}

.belotero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    border-radius: 999px;
    background: #3f4656;
    width: 270px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
}

.belotero__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.belotero__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    height: 100%;
}

.belotero-card {
    background: #cbd1d9;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: space-between;
}

.belotero-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.belotero-card__name {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    text-transform: uppercase;
    color: #4a5161;
}

.belotero-card__num {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #4a5161;
}

.belotero-card__text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.7);
}

.preloader {
    height: 100vh;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: #4c5567;
    display: none;
    /* flex */
    align-items: center;
    justify-content: center;
}

/* центр */
.preloader__inner {
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.preloader__logo img {
    width: 310px;
    height: 310px;
    margin-bottom: 24px;
}

.preloader__percent {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

.fbrand-wrap {
    padding: 15px 0 25px;
    overflow: hidden;
}

.mdd__btn {
    display: none;
}

.news-detail {
    padding: 40px 0;
    background: #fff;
}

.news-detail__wrap {
    max-width: 755px;
    margin: 0 auto;
}

.news-detail__breadcrumbs {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
}

.news-detail__breadcrumbs a {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.6);
}

.news-detail__breadcrumbs .sep {
    margin: 0 6px;
    color: #b0b0b0;
}

.news-detail__title {
    margin-top: 50px;
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #3b3b3b;
}

.news-detail__subtitle {
    margin-top: 25px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}

.news-detail__figure {
    margin-top: 50px;
}

.news-detail__image {
    max-height: 500px;
    object-fit: cover;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
    background: #f2f2f2;
}

.news-detail__content {
    margin-top: 40px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.8);
}

.news-detail__content p {
    margin: 0;
}

.news-detail__content p + p {
    margin-top: 20px;
}

.news-detail__section-title {
    margin-top: 50px;
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #3b3b3b;
    margin-bottom: 15px;
}

.news-detail__wrap * {
    font-family: "Involve";
}

.news-detail__day {
    margin-top: 40px;
}

.news-detail__day-title {
    margin-bottom: 20px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.news-detail__day-lead {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.8);
}

.news-detail__list {
    padding-left: 0;
    list-style: none;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.8);
}

.news-detail__list li {
    position: relative;
    padding-left: 16px;
}

.news-detail__list li + li {
    margin-top: 6px;
}

.news-detail__list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.55;
    color: #000;
}

.news-detail__day-lead.text-last {
    margin-top: 25px;
}

.reviews-popup {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease,
    visibility 0.25s ease;
}

.reviews-popup.is-open {
    opacity: 1;
    visibility: visible;
}

.reviews-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(151, 151, 151, 0.92);
}

.reviews-popup__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 611px;
    background: #fbfbfb;
    min-height: 533px;
    box-sizing: border-box;
}

.reviews-popup__body {
    padding: 50px 40px;
}

.reviews-popup__close {
    position: absolute;
    top: 22px;
    right: 24px;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.reviews-popup__close span {
    position: absolute;
    top: 13px;
    left: 3px;
    width: 22px;
    height: 1.5px;
    background: #111;
}

.reviews-popup__close span:first-child {
    transform: rotate(45deg);
}

.reviews-popup__close span:last-child {
    transform: rotate(-45deg);
}

.reviews-popup__title {
    margin: 0 0 39px;
    text-align: center;
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
    text-transform: uppercase;
    color: #3b3b3b;
}

.reviews-popup__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.reviews-popup__field {
    position: relative;
}

.reviews-popup__input,
.reviews-popup__textarea,
.select-review__toggle {
    width: 100%;
    border: 1.5px solid #1e1e1e;
    border-radius: 999px;
    background: transparent;
    box-sizing: border-box;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.7);
}

.reviews-popup__input {
    height: 48px;
    padding: 0 22px;
    font-size: 16px;
}

.reviews-popup__input::placeholder,
.reviews-popup__textarea::placeholder {
    color: #737373;
}

.select-review {
    position: relative;
}

.select-review__toggle {
    height: 48px;
    padding: 0 52px 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
}

.select-review__value {
    color: #737373;
    line-height: 1;
}

.select-review.is-selected .select-review__value {
    color: #222;
}

.select-review__arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    border-right: 2px solid #6d6d6d;
    border-bottom: 2px solid #6d6d6d;
    transform: rotate(45deg);
    transition: transform 0.2s ease,
    margin-top 0.2s ease;
}

.select-review.is-open .select-review__arrow {
    transform: rotate(-135deg);
    margin-top: -2px;
}

.select-review__dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    border: 1.5px solid #1e1e1e;
    border-radius: 24px;
    background: #fbfbfb;
    padding: 8px 0;
    display: none;
    z-index: 5;
    overflow: hidden;
}

.select-review.is-open .select-review__dropdown {
    display: block;
}

.select-review__option {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 10px 22px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    cursor: pointer;
}

.select-review__option:hover {
    background: rgba(85, 93, 115, 0.08);
}

.reviews-popup__field--textarea {
    position: relative;
}

.reviews-popup__textarea {
    height: 71px;
    min-height: 71px;
    max-height: 160px;
    resize: vertical;
    border-radius: 36px;
    padding: 18px 124px 18px 22px;
    font-size: 16px;
    line-height: 1.2;
}

.reviews-popup__rating {
    position: absolute;
    top: 17px;
    right: 22px;
}

.rating-review {
    direction: rtl;
    display: inline-flex;
    gap: 2px;
}

.rating-review__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.rating-review__star {
    font-size: 14px;
    line-height: 1;
    color: #7c7c7c;
    cursor: pointer;
    transition: color 0.2s ease;
}

.rating-review__star:hover,
.rating-review__star:hover ~ .rating-review__star,
.rating-review__input:checked ~ .rating-review__star {
    color: #414141;
}

.reviews-popup__upload {
    margin-top: -2px;
}

.upload-review__label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
}

.upload-review__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    transform: rotate(0deg);
}

.upload-review__input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.reviews-popup__submit {
    margin-top: 4px;
    width: 100%;
    height: 58px;
    border: 0;
    border-radius: 999px;
    background: #586176;
    color: #ffffff;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.reviews-popup__submit:hover {
    opacity: 0.92;
}

/* мобильная версия */
@media (max-width: 767px) {
    .reviews-popup {
        padding: 0;
        align-items: flex-end;
    }

    .reviews-popup__body {
        padding: 50px 20px 28px;
    }

    .reviews-popup__close {
        top: 18px;
        right: 18px;
    }

    .reviews-popup__title {
        margin-bottom: 28px;
        font-size: 28px;
    }

    .reviews-popup__form {
        gap: 10px;
    }

    .reviews-popup__input,
    .select-review__toggle {
        height: 46px;
        padding-left: 18px;
        padding-right: 46px;
        font-size: 15px;
    }

    .reviews-popup__textarea {
        height: 92px;
        min-height: 92px;
        border-radius: 28px;
        padding: 16px 18px 42px 18px;
        font-size: 15px;
    }

    .reviews-popup__rating {
        top: 64px;
        right: 18px;
    }

    .rating-review__star {
        font-size: 16px;
    }

    .upload-review__label {
        font-size: 15px;
    }

    .reviews-popup__submit {
        height: 54px;
        font-size: 17px;
    }
}

.about-history {
    padding: 40px 0;
    background: #fffafb;
}

.about-history__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
}

.about-history__breadcrumbs a {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}

.about-history__hero {
    display: grid;
    grid-template-columns: 1fr 1070px;
    align-items: start;
    margin-bottom: 22px;
}

.about-history__hero-empty {
    min-height: 1px;
}

.about-history__headline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}

.about-history__num {
    flex: 0 0 auto;
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-size: 142px;
    line-height: 120%;
    letter-spacing: -0.13em;
    text-transform: uppercase;
    color: #3b3b3b;
}

.about-history__num span {
    font-family: 'Involve';
    font-weight: 100;
}

.about-history__title {
    margin: 8px 0 0;
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
    color: #3b3b3b;
}

span.about-history__title {
    margin-right: 35px;
}

.about-history__image-mb {
    display: none;
}

.about-history__image {
    display: block;
    width: 100%;
    object-fit: cover;
}

.about-history__content {
    display: grid;
    grid-template-columns: 0.8fr 0.7fr;
    gap: 80px;
    align-items: start;
    margin-top: 80px;
}

.about-history__lead {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #3b3b3b;
}

.about-history__notes {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about-history__note {
    border-radius: 8px;
    padding: 20px 24px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.7);
}

.about-history__note p {
    margin: 0;
}

.about-history__note p + p {
    margin-top: 10px;
}

.about-history__note--dark {
    background: #4a5161;
}

.about-history__note--blue {
    background: #7f91a9;
}

.about-history__note--light {
    background: #cbd1d9;
    color: #4b4b4b;
}

.clinic-roadmap {
    padding: 100px 0;
    background: #fff7f0;
    color: #3f3f3f;
}

.clinic-roadmap__list {
    max-width: 100%;
}

.clinic-roadmap__item + .clinic-roadmap__item {
    margin-top: 56px;
}

.clinic-roadmap__head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 2px;
    border-bottom: 1px solid #8f8b88;
}

.clinic-roadmap__title {
    margin: 0;
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    text-transform: uppercase;
    color: #3b3b3b;
}

.clinic-roadmap__num {
    flex: 0 0 auto;
    margin-top: 3px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #243142;
}

.clinic-roadmap__body {
    display: grid;
    grid-template-columns: 0.4fr 0.5fr;
    column-gap: 56px;
    align-items: start;
    padding-top: 25px;
}

.clinic-roadmap__body--wide-year {
    grid-template-columns: 1fr 1fr;
    column-gap: 64px;
}

.clinic-roadmap__body--text-2 {
    grid-template-columns: 0.4fr 0.4fr;
    column-gap: 48px;
    padding-top: 14px;
}

.clinic-roadmap__year-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.clinic-roadmap__year {
    font-weight: 300;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 142px;
    line-height: 120%;
    letter-spacing: -0.09em;
    text-transform: uppercase;
    color: #3b3b3b;
}

.clinic-roadmap__item--left {
    padding-left: 160px;
}

.clinic-roadmap__year-note {
    margin-top: 10px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.8);
}

.clinic-roadmap__text,
.clinic-roadmap__text-col {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.8);
}

.clinic-roadmap__text p,
.clinic-roadmap__text-col p {
    margin: 0;
}

.clinic-roadmap__text p + p,
.clinic-roadmap__text-col p + p {
    margin-top: 12px;
}

.clinic-roadmap__text ul,
.clinic-roadmap__text-col ul {
    margin: 8px 0 10px 14px;
    padding: 0;
    list-style: disc;
}

.clinic-roadmap__text li,
.clinic-roadmap__text-col li {
    margin: 0;
}

.clinic-roadmap__item--last {
    padding-bottom: 6px;
}

.trust__sub {
    margin-top: 10px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}

.site-floating-ui {
    position: relative;
    z-index: 120;
}

/* круглая кнопка записи */
.site-floating-ui__book {
    position: fixed;
    right: 28px;
    bottom: 10px;
    z-index: 123;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    background: #c2b2a5;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;

    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;

    transition: transform 0.2s ease, opacity 0.2s ease;

    animation: bookPulse 2s infinite ease-in-out;
}

.site-floating-ui__book::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid rgb(74, 81, 97);

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    pointer-events: none;

    animation: ringPulse 2s infinite ease-in-out;
}

.site-floating-ui__book:hover {
    transform: scale(1.04);
}

@keyframes bookPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes ringPulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.08);
        opacity: 0.65;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

/* плашка cookies */
.bp-fillers {
    padding: 50px 0;
    background: #fffafb;
}

.bp-fillers .container {
    position: relative;
}

.bp-fillers__layout {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.bp-fillers__panel {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.bp-fillers__panel--info {
    min-height: 555px;
    padding: 42px 48px 220px;
    box-sizing: border-box;
    background: #79889c;
}

.bp-fillers__panel--photo {
    min-height: 555px;
    background: #2f8196;
}

.bp-fillers__panel--photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bp-fillers__title {
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
}

.bp-fillers__subtitle {
    margin-top: 24px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

.bp-fillers__cards {
    position: absolute;
    bottom: -1px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 9px;
    align-items: end;
    pointer-events: none;
}

.bp-fillers-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 390px;
    padding: 18px 18px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #ffffff;
    pointer-events: auto;
}

.bp-fillers-card--1 {
    grid-column: 1;
}

.bp-fillers-card--2 {
    grid-column: 2;
}

.bp-fillers-card--3 {
    grid-column: 3;
}

.bp-fillers-card__title {
    margin: 0 0 12px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
}

.bp-fillers-card__text {
    min-height: 92px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.bp-fillers-card__image {
    margin-top: 14px;
    overflow: hidden;
    border-radius: 8px;
}

.bp-fillers-card__image img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.bp-fillers-mobile {
    display: none;
}

.stock-uslugi .apply__media img {
    width: 100%;
    border-radius: 10px 300px 10px 10px;
    max-height: 612px;
    object-fit: cover;
    object-position: bottom right;
}

@media (max-width: 1720px) {
    .container {
        max-width: 1640px;
    }

    .bp-fillers__panel--info {
        min-height: 640px;
    }

    .bp-fillers-card {
        height: 390px;
    }
}

@media (max-width: 1640px) {
    .container {
        max-width: 1340px;
    }

    .fbrand__addr {
        width: 89%;
    }

    /* .reviews__title span {
        display: none;
    } */

    .benefits__circles {
        width: 100%;
        justify-content: center;
        gap: 0;
        flex-wrap: nowrap;
    }

    .circle {
        justify-content: center;
    }

    .circle--xl {
        width: 300px;
        height: 300px;
        padding: 34px;
    }

    .circle--md {
        width: 220px;
        height: 220px;
        padding: 22px;
    }

    .circle__num {
        font-size: 90px;
    }

    .circle__head {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .circle__text {
        font-size: 13px;
        line-height: 16px;
        max-width: 190px;
    }

    .circle--xl .circle__text {
        max-width: 210px;
    }

    .circle__logo {
        width: 62px;
        height: 62px;
        margin: 0 0 10px;
    }

    .sb-chips-mb {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        gap: 10px 5px;
        flex-wrap: wrap;
    }

    .sb-chips {
        display: none;
    }

    .hb__title {
        font-size: 36px;
    }

    .dir-card {
        min-height: 500px;
    }

    .gift__wrap {
        grid-template-columns: 0.6fr 1fr;
    }

    .gift-grid__card {
        min-height: 326px;
    }

    .fbrand__img--round {
        border-top-right-radius: 200px;
        border-top-left-radius: 200px;
    }

    .fbrand__card {
        border-top-right-radius: 200px;
    }

    .spec-card__info {
        max-width: 268px;
    }

    .sitehdr__nav {
        gap: 20px;
    }

    .articles__top {
        grid-template-columns: 0.9fr 1fr;
    }

    .fbrand__note {
        font-size: 34px;
    }

    .reviews__title {
        font-size: 35px;
    }

    .reviews__top {
        grid-template-columns: 0.5fr 1.5fr 0.1fr;
    }

    .reviews__note {
        font-size: 14px;
    }

    .reviews__arrow {
        width: 38px;
        height: 38px;
    }

    .reviews__arrow svg {
        transform: scale(0.8);
    }

    .clinic-roadmap__title {
        font-size: 40px;
        line-height: 43px;
    }

    .circle--xl {
        width: 316px;
        height: 316px;
        padding: 34px;
    }

    .circle--md {
        width: 254px;
        height: 254px;
        padding: 22px;
        padding-top: 50px;
    }

    .circle {
        justify-content: flex-end;
    }

    .circle__head {
        height: 50%;
        display: flex;
        align-items: center;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .circle__text {
        height: 50%;
        font-size: 12px;
    }
}

@media (max-width: 1440px) {
    .container {
        max-width: 1140px;
    }

    .hpanel--menu .hpanel__in--menu {
        padding: 15px 35px;
    }

    .hpanel__close.js-close-services {
        position: absolute;
        top: 10px;
        right: 13px;
    }

    .sitehdr__in {
        grid-template-columns: 1fr auto 1fr;
    }

    .hchip--services,
    .hchip--about {
        display: none;
    }

    .hchip--menu {
        display: inline-flex;
        background: #c2b2a5;
    }

    .sitehdr__nav {
        display: none;
    }

    /* links go into white menu */
    .sitehdr__cta--desk {
        display: none;
    }

    .sitehdr__cta--tablet {
        display: inline-flex;
    }

    .hpanel {
        top: 86px;
    }

    .hpanel--services .hpanel__in--services,
    .hpanel--about .hpanel__in--about {
        margin-left: auto;
        margin-right: auto;
        /* width: 100%; */
    }

    .hpanel.is-open {
        padding: 0 18px;
    }

    .quote__title {
        font-size: 44px;
        line-height: 60px;
    }

    .about-card__text {
        margin-top: 38px;
    }

    .about-card--a {
        left: 52px;
        top: 230px;
    }

    .about-card--c {
        left: 10px;
        bottom: 10px;
    }

    .about-card--b {
        right: 46px;
        top: 268px;
    }

    .about-card--d {
        right: 13px;
        bottom: 16px;
    }

    .contacts__inner {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contacts__inner > .contacts__map:not(.contacts__map--after) {
        display: none;
    }

    .contacts__map--after {
        display: block;
    }

    .contacts__content {
        padding: 80px 0;
    }

    .contacts__title {
        font-size: 44px;
        margin-top: 4px;
    }

    .contacts__branches {
        padding: 20px;
        grid-template-columns: 1fr 1fr; /* две карточки в ряд на планшете */
        gap: 14px;
    }

    .branch__card {
        grid-template-columns: 1fr 240px;
    }

    .contacts__map iframe {
        height: 420px; /* как в макете на планшете */
    }

    .fbrand__bigword {
        font-size: 110px;
    }

    .fbrand__grid {
        grid-template-columns: 0.4fr 1fr 1fr;
        grid-template-areas:
      "a card c"
      "b card c";
        gap: 10px;
    }

    .fbrand__img--a {
        grid-area: a;
    }

    .fbrand__img--b {
        grid-area: b;
    }

    .fbrand__note {
        font-size: 29px;
    }

    .fbrand__marquee-track {
        font-size: 66px;
    }

    .fbrand__card {
        grid-area: card;
        border-top-right-radius: 43%;
        padding: 50px;
    }

    .fbrand__info {
        margin-top: 50px;
        gap: 20px;
    }

    .fbrand__img--c {
        grid-area: c;
    }

    .fbrand__fineprint {
        grid-template-columns: 0.8fr;
        font-size: 14px;
    }

    .benefits__title {
        margin: 0;
        font-size: 34px;
        line-height: 115%;
    }

    /* круги — одна строка, как на макете */
    .benefits__circles {
        width: 100%;
        justify-content: center;
        gap: 0;
        flex-wrap: nowrap;
    }

    /* размеры под планшет */

    .circle__num {
        font-size: 80px;
    }

    .circle__head {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .circle__text {
        font-size: 13px;
        line-height: 16px;
        max-width: 190px;
    }

    .circle--xl .circle__text {
        max-width: 210px;
    }

    .circle__logo {
        width: 52px;
        height: 52px;
        margin: 6px 0 10px;
    }

    .choice__body {
        grid-template-columns: 380px 1fr;
        gap: 26px;
    }

    .choice__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .choice__all {
        padding: 10px 20px;
    }

    .choice__search {
        flex: 0 0 146px;
    }

    .document-main .hb__content {
        padding: 56px 20px 0;
    }

    .gift-hero__inner::before {
        display: none;
        content: none;
    }

    .gift__wrap {
        grid-template-columns: 0.8fr 1fr;
        gap: 25px;
    }

    .cert-variant .team__btn {
        width: 56%;
    }

    .cert-faq__head {
        padding: 30px 0;
    }

    .cert-spec .apply__inner {
        gap: 30px;
        grid-template-columns: 1fr 1fr;
    }

    .job-main__wrap {
        grid-template-columns: 1fr;
        padding: 60px 0 15px 0;
    }

    .contact-card__media img {
        height: 100%;
    }

    .category__top .promo-hero__btn {
        margin-top: 20px;
    }

    .service-card .hb__sub {
        width: 100%;
    }

    .drug-main__descr {
        max-width: 300px;
    }

    .hb__content.drug-main__content {
        padding: 80px 30px 30px;
    }

    .bp-fillers__cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .bp-fillers__panel--photo img {
        object-position: right;
    }
}

@media (max-width: 1200px) {
    .vacancies-cards__grid {
        grid-template-columns: 1fr;
    }

    .vacancies-cards__body {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: self-end;
    }

    .vacancies-cards__btn {
        width: 100%;
    }

    .vacancy .hb__title {
        text-align: center;
    }

    .vacancy .hb__sub {
        text-align: center;
    }

    .vacancy__info {
        top: -6%;
        right: 14%;
    }

    .container {
        max-width: 960px;
    }

    .articles__lead {
        font-size: 14px;
        line-height: 17px;
    }

    .cert-variant__step-h {
        font-size: 20px;
        line-height: 23px;
    }

    .reviews__top.cert-reviews__top {
        grid-template-columns: initial;
    }

    .hpanel--menu .hpanel__in--menu {
        top: 25px;
    }

    .reviews__title.cert-reviews__title {
        font-size: 36px;
        line-height: 39px;
    }

    .reviews__top.cert-reviews__top {
        align-items: end;
    }

    .hb__wrap {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 0 14px;
    }

    .hb__left {
        padding: 34px 28px 20px;
    }

    .hb-services .hb__title {
        font-size: 28px;
        line-height: 32px;
    }

    .hb__title {
        font-size: 36px;
    }

    .hb__right {
        min-height: 520px;
    }

    .hb__cards {
        grid-template-columns: 1fr;
    }

    .hb-card--cosm-desktop {
        display: none;
    }

    .hb-card--cosm-overlay {
        display: grid;
        position: absolute;
        left: 18px;
        right: 18px;
        bottom: 18px;
        z-index: 2;
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(2px);
    }

    .quote {
        min-height: 685px;
    }

    .quote__author {
        bottom: -110px;
    }

    .quote__title {
        font-size: 41px;
        line-height: 58px;
    }

    .iw--avatar {
        padding-left: 110px;
    }

    .iw--avatar::before {
        width: 100px;
        height: 45px;
    }

    .reviews {
        padding: 42px 0 54px;
    }

    .reviews__top {
        display: grid;
        grid-template-columns: 320px 1fr;
        grid-template-areas:
      "left title"
      ".    nav";
        gap: 18px 28px;
        align-items: start;
        margin-bottom: 22px;
    }

    .reviews__left {
        grid-area: left;
    }

    .reviews__title {
        grid-area: title;
        text-align: left;
        font-size: 44px;
        line-height: 1.05;
        margin: 0;
    }

    .reviews__nav {
        grid-area: nav;
        justify-content: flex-end;
        padding-top: 0;
    }

    .review-card {
        grid-template-columns: 240px 1fr;
        min-height: 210px;
    }

    .review-card__media {
        height: 180px;
    }

    .reviews__cta {
        height: 64px;
        padding: 0 72px;
        font-size: 16px;
    }

    .benefits {
        padding: 80px 0;
    }

    .benefits__inner {
        grid-template-columns: 1fr;
        gap: 28px;
        justify-items: center;
    }

    .benefits__left {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .benefits__pill {
        margin-bottom: 18px;
    }

    .circle {
        justify-content: flex-end;
    }

    .circle__head {
        height: 50%;
        display: flex;
        align-items: center;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .circle__text {
        height: 50%;
        font-size: 12px;
    }

    .team {
        padding: 46px 18px;
    }

    .team__inner {
        grid-template-columns: 1fr; /* левый блок сверху, карточки снизу */
        gap: 26px;
    }

    .team__left {
        text-align: left;
    }

    .team__pill {
        margin-bottom: 16px;
    }

    .team__title {
        font-size: 44px;
        line-height: 1.05;
        max-width: 720px;
        margin-bottom: 18px;
    }

    .team__desc {
        font-size: 16px;
        line-height: 1.35;
        max-width: 720px;
    }

    .team__btn {
        padding: 15px 56px;
        font-size: 16px;
        border-radius: 999px;
        margin-top: 30px;
    }

    /* карточки: 2 колонки */
    .team__grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .team-card {
        min-height: 180px;
        border-radius: 12px;
        padding: 18px;
    }

    .team-card__text {
        font-size: 16px;
        line-height: 1.25;
    }

    .team-card__num {
        font-size: 18px;
    }

    .photo-marquee {
        padding: 44px 0;
    }

    .photo-marquee__track {
        animation-duration: 40s;
    }

    .photo-marquee__set {
        gap: 18px;
        padding-right: 18px;
    }

    .ph--sm {
        width: 120px;
        height: 210px;
    }

    .ph--md {
        width: 180px;
        height: 240px;
    }

    .ph--xl {
        width: 300px;
        height: 380px;
    }

    .ph-item--mid {
        margin-top: 28px;
    }

    .ph-item--low {
        margin-top: 64px;
    }

    .photo-marquee__viewport {
        padding: 0 30px;
    }

    .about-grid__panel {
        padding: 62px 44px;
        min-height: 850px;
    }

    .about-grid__title,
    .about-grid__subtitle {
        font-size: 64px;
    }

    .about-grid__subtitle {
        margin-top: 400px;
    }

    .about-grid__logo {
        top: 275px;
        width: 250px;
        height: 250px;
    }

    .about-card--a {
        left: 44px;
        top: 200px;
    }

    .about-card--b {
        right: 4px;
        top: 260px;
    }

    .about-card--c {
        left: 44px;
        bottom: 5px;
    }

    .about-card--d {
        right: 6px;
        bottom: 75px;
    }

    .spec-card {
        min-height: 463px;
    }

    .promo__top {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas:
      "pill pill"
      "title title"
      "note nav";
        row-gap: 18px;
        column-gap: 20px;
        align-items: start;
    }

    .promo__left {
        display: contents;
    }

    .promo__pill {
        grid-area: pill;
        justify-self: start;
        margin: 0;
    }

    .promo__title {
        font-size: 36px;
        line-height: 40px;
        grid-area: title;
        margin: 0;
        text-align: left;
    }

    .promo__note {
        grid-area: note;
        margin: 0;
        max-width: 520px; /* при желании подгони под макет */
    }

    .promo__nav {
        grid-area: nav;
        justify-self: end;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .picker__inner {
        grid-template-columns: 0.2fr 1fr;
        gap: 34px;
    }

    .chips {
        gap: 5px;
    }

    .picker__title {
        font-size: 44px;
    }

    .cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .pcard {
        grid-template-rows: 170px auto;
    }

    .fbrand__card {
        padding: 25px;
    }

    .fbrand__info {
        margin-top: 30px;
        gap: 15px;
    }

    .fbrand__card {
        border-top-right-radius: 140px;
    }

    .fbrand__note {
        font-size: 23px;
    }

    .sb-top {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
      "pill pill"
      "title title"
      "left right";
        column-gap: 28px;
        row-gap: 16px;
    }

    .sb-title {
        text-align: center;
        font-size: 36px;
        display: initial;
        text-align: end;
    }

    .sb-chips {
        max-width: none;
        margin-left: 0;
        justify-content: flex-start;
    }

    .services-block__grid {
        grid-template-columns: 1fr 1fr;
    }

    .team-hero__grid {
        column-gap: 10px;
        row-gap: 18px;
        align-items: end;
    }

    .team-hero__title {
        font-size: 28px;
        line-height: 32px;
    }

    .team-hero__text {
        font-size: 14px;
        max-width: 360px;
        padding-top: 4px;
    }

    .team-hero__photo img {
        height: 360px;
    }

    .choice__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .choice__body {
        grid-template-columns: 0.7fr 1fr;
        gap: 26px;
    }

    .choice__title {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .doctor__grid {
        grid-template-columns: 1fr 360px;
        gap: 28px;
    }

    .doctor__name {
        font-size: 40px;
    }

    .doctor__grid {
        grid-template-columns: 1fr 0.5fr; /* контент в одну колонку */
        gap: 40px;
    }

    .doctor__photo--left {
        order: 2;
    }

    .doctor__main {
        order: 1;
    }

    .directions .reviews__title {
        font-size: 36px;
        line-height: 40px;
    }

    .news-card__inner {
        grid-template-columns: 1fr 1fr;
    }

    .news .doctor__text {
        font-size: 14px;
        line-height: 17px;
    }

    .video-grid .team-hero__title {
        font-size: 28px;
    }

    .document-main .hb__content {
        padding: 40px 20px 0;
        gap: 10px;
    }

    .document-main .hb__sub {
        font-size: 14px;
        line-height: 17px;
    }

    .docs-slider .docs-slider__prev,
    .docs-slider__next {
        position: initial;
        bottom: initial;
        z-index: initial;
        left: initial;
        right: initial;
    }

    .docs-slider .docs-slider__next {
        right: initial;
        position: initial;
        bottom: initial;
        z-index: initial;
    }

    .docs-slider .reviews__nav {
        justify-content: flex-end;
        margin-bottom: 30px;
    }

    .gift-hero__title {
        font-size: 36px;
        line-height: 40px;
    }

    .doctor__text,
    .doctor__list {
        font-size: 14px;
        line-height: 17px;
    }

    .gift-grid__grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 16px;
    }

    .gift-grid__empty {
        display: none;
    }

    .gift-grid__card--u {
        grid-column: 1;
        grid-row: 1;
    }

    .gift-grid__logo {
        grid-column: 2;
        grid-row: 1;
    }

    .gift-grid__card--p {
        grid-column: 3;
        grid-row: 1;
    }

    .gift-grid__card--s {
        grid-column: 1;
        grid-row: 2;
    }

    .gift-grid__card--f {
        grid-column: 2;
        grid-row: 2;
    }

    .gift-grid__card--per {
        grid-column: 3;
        grid-row: 2;
    }

    .gift-grid__logo img {
        width: 200px;
    }

    .gift-grid__img {
        height: 140px;
    }

    .gift-grid__card--s .gift-grid__img,
    .gift-grid__card--f .gift-grid__img,
    .gift-grid__card--per .gift-grid__img {
        height: 150px;
    }

    .cert-variant__top {
        grid-template-columns: 1fr 0.5fr;
        gap: 22px;
        margin-bottom: 40px;
    }

    .cert-variant .team__title {
        font-size: 36px;
    }

    .cert-variant .team__desc {
        font-size: 14px;
        line-height: 17px;
    }

    /* ключевой момент: сдвиг вправо, как на макете */
    .cert-variant__right {
        width: 380px;
        margin-top: 50px;
    }

    .cert-variant__how-title {
        font-size: 36px;
    }

    .cert-variant__steps {
        gap: 12px;
    }

    .cert-variant__step {
        min-height: 160px;
        padding: 16px;
    }

    .cert-faq__grid {
        gap: 10px;
    }

    .cert-faq__head {
        min-height: 105px;
    }

    .cert-spec .apply__inner {
        gap: 30px;
        grid-template-columns: 1fr 0.8fr;
    }

    .cert-spec .apply__title {
        font-size: 30px;
        line-height: 34px;
    }

    .cert-spec .apply__btn {
        width: 54%;
    }

    .buy-cert .apply__title {
        font-size: 30px;
    }

    .buy-cert .apply__btn {
        width: 50%;
    }

    .cert-places__item {
        min-height: 256px;
    }

    .cert-places__title {
        font-size: 16px;
        line-height: 19px;
    }

    .cert-rules__title {
        font-size: 20px;
        line-height: 22px;
    }
    .job-main__text.vacancy{
        margin: auto;
    }
    .job-main .hb__sub {
        font-size: 16px;
        line-height: 22px;
        padding: 0 20px;
        text-align: center;
        margin: initial;
    }

    .vacancy-form__form {
        gap: 10px;
    }

    .job-main .hb__title {
        text-align: center;
    }

    .vacancies-cards__media img {
        height: 260px;
    }

    .vacancy__info {
        top: -6%;
        right: 10%;
    }

    .e404__title {
        font-size: 14px;
        line-height: 17px;
    }

    .contact-main .hb__content {
        padding: 15px;
    }

    .price-btns {
        padding-top: 80px;
        flex-direction: column;
        margin: 0 auto;
    }

    .price__text .hb__title,
    .price__text .hb__sub {
        text-align: center;
    }

    .promo-hero__title {
        font-size: 36px;
    }

    .price-gift .apply__title,
    .price-gift .apply__text {
        text-align: center;
    }

    .price-gift .apply__btn {
        width: 100%;
    }

    .apply__title {
        font-size: 36px;
        line-height: 39px;
    }

    .stock-uslugi .apply__title {
        font-size: 36px;
        line-height: 39px;
    }

    .stock-promos__title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    .stock-promos__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        grid-template-areas:
      "a b c"
      "d e empty"
      ". f g";
    }

    .stock-promos__grid > :nth-child(1) {
        grid-area: a;
    }

    .stock-promos__grid > :nth-child(2) {
        grid-area: b;
    }

    .stock-promos__grid > :nth-child(3) {
        grid-area: c;
    }

    .stock-promos__grid > :nth-child(4) {
        grid-area: empty;
    }

    /* stock-empty */
    .stock-promos__grid > :nth-child(5) {
        grid-area: d;
    }

    .stock-promos__grid > :nth-child(6) {
        grid-area: e;
    }

    .stock-promos__grid > :nth-child(7) {
        grid-area: f;
    }

    .stock-promos__grid > :nth-child(8) {
        grid-area: g;
    }

    .stock-card,
    .stock-empty {
        min-height: 340px;
    }

    .stock-promos__more--desktop {
        display: none;
    }

    .stock-card__price-new {
        font-size: 16px;
        line-height: 16px;
    }

    .stock-promos__more--tablet {
        display: flex;
        grid-area: empty;
        margin-top: 0;
        justify-content: flex-start;
        align-self: end;
        justify-self: start;
    }

    .stock-empty {
        display: none;
    }

    .stock-promos__grid {
        position: relative;
    }

    .stock-promos__more--tablet {
        position: relative;
        z-index: 2;
        bottom: 46px;
        left: 65px;
    }

    .stock-popup__dialog {
        margin: 18px auto;
        height: calc(100vh - 36px);
    }

    .stock-popup__grid {
        max-height: 740px;
        grid-template-columns: 1fr 1fr;
        padding: 35px 15px 15px;
    }

    .stock-popup__left-title {
        font-size: 30px;
    }

    .stock-popup__right-title {
        font-size: 32px;
    }

    .stock-popup__left-cols {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .stock-popup__mark {
        height: 150px;
        width: 150px;
    }

    .stock-popup__left-text {
        text-align: center;
        margin-bottom: 15px;
    }

    .contact-section__wrap {
        grid-template-columns: 1fr;
    }

    .contact-section__title {
        font-size: 42px;
    }

    .contact-section__bottom {
        padding-top: 12px;
    }

    .contact-section__logo {
        display: none;
    }

    .doctors__hero-title {
        font-size: 36px;
    }

    .doctors__card-text {
        font-size: 12px;
        line-height: 15px;
    }

    .doctors__glass {
        min-height: 214px;
        justify-content: space-between;
    }

    .trust__grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }

    .trust-photo {
        min-height: 420px;
    }

    .trust-card__title {
        font-size: 32px;
        line-height: 35px;
    }

    .purpose .apply__title {
        font-size: 36px;
        line-height: 39px;
    }

    .service-card .hb__content {
        align-items: center;
    }

    .service-card .hb__title,
    .service-card .hb__sub {
        text-align: center;
    }

    .therapy__wrap {
        max-width: 860px;
        padding: 0 16px;
    }

    .therapy__grid {
        gap: 12px;
    }

    .therapy-box {
        padding: 50px 30px;
    }

    .therapy-box__title {
        font-size: 26px;
    }

    .therapy-box__note-text {
        font-size: 16px;
        line-height: 19px;
    }

    .procedure__grid {
        gap: 30px;
    }

    .procedure-step__title {
        font-size: 20px;
        line-height: 23px;
    }

    .procedure-step__text {
        font-size: 16px;
        line-height: 19px;
    }

    .procedure .team__title {
        font-size: 36px;
    }

    .trust__descr {
        display: none;
    }

    .result-course__grid {
        gap: 40px;
    }

    .result-course__title {
        font-size: 36px;
    }

    .result-course__text {
        font-size: 16px;
    }

    .result-course__btn {
        width: 280px;
        height: 56px;
    }

    .prevention-card {
        grid-template-columns: 1fr 1fr;
        min-height: 140px;
    }

    .prevention-card__name {
        font-size: 28px;
        line-height: 31px;
    }

    .prevention-card {
        padding: 15px;
        align-items: start;
    }

    .prevention__title {
        font-size: 36px;
        line-height: 39px;
    }

    .prevention__sub,
    .prevention__note {
        font-size: 16px;
        line-height: 19px;
    }

    .drug-main__footer {
        flex-direction: column-reverse;
        gap: 10px;
        margin-top: 12px;
    }

    .drug-main__descr {
        text-align: center;
    }

    .belotero__grid {
        grid-template-columns: 1fr;
        gap: 35px;
        text-align: center;
    }

    .belotero__left {
        align-items: center;
    }

    .belotero__title {
        font-size: 36px;
        margin-bottom: 14px;
        max-width: 550px;
    }

    .belotero-card__name {
        font-size: 20px;
        line-height: 23px;
    }

    .belotero-card__text {
        font-size: 12px;
        line-height: 15px;
    }

    .belotero__btn {
        margin-top: 6px;
    }

    .belotero__cards {
        grid-template-columns: 1fr 1fr;
        margin: 0 auto;
    }

    .belotero-card {
        text-align: left;
    }

    .preloader__logo img {
        width: 200px;
        height: 200px;
    }

    .preloader__percent {
        font-size: 36px;
    }

    .news-detail__title,
    .news-detail__section-title {
        font-size: 36px;
        line-height: 39px;
    }

    .news-detail__subtitle {
        font-size: 18px;
        line-height: 21px;
    }

    .news-detail__wrap {
        max-width: initial;
    }

    .news-detail__figure {
        width: 700px;
        margin: 0 auto;
        padding-top: 50px;
    }

    .about-history {
        padding: 20px 0 40px;
    }

    .about-history__breadcrumbs {
        margin-bottom: 8px;
        font-size: 10px;
    }

    .about-history__hero {
        grid-template-columns: 1fr;
        margin-bottom: 16px;
    }

    .about-history__headline {
        justify-content: flex-end;
        flex-direction: column;
        align-items: end;
        gap: 30px;
    }

    .about-history__num {
        font-size: 104px;
        line-height: 0.82;
    }

    .about-history__title {
        margin-top: 7px;
        font-size: 26px;
        line-height: 1.02;
    }

    .about-history__image-wrap {
        border-radius: 18px;
        margin-bottom: 54px;
    }

    .about-history__content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .about-history__lead {
        font-size: 18px;
        line-height: 1.08;
        max-width: 650px;
    }

    .about-history__notes {
        gap: 11px;
        width: 70%;
        margin: 0 0 0 auto;
    }

    .about-history__note {
        padding: 18px 24px;
        font-size: 15px;
        line-height: 1.18;
    }

    .clinic-roadmap__item + .clinic-roadmap__item {
        margin-top: 44px;
    }

    .clinic-roadmap__head {
        gap: 10px;
        padding-bottom: 2px;
    }

    .clinic-roadmap__title {
        font-size: 36px;
        line-height: 39px;
    }

    .clinic-roadmap__num {
        margin-top: 2px;
        font-size: 18px;
    }

    .clinic-roadmap__body {
        grid-template-columns: 180px minmax(0, 1fr);
        column-gap: 38px;
        padding-top: 10px;
    }

    .clinic-roadmap__body--wide-year {
        grid-template-columns: 140px minmax(0, 1fr);
        column-gap: 28px;
    }

    .clinic-roadmap__body--text-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 30px;
        padding-top: 10px;
    }

    .clinic-roadmap__year {
        font-size: 120px;
        line-height: 0.9;
    }

    .clinic-roadmap__year-note {
        margin-top: 8px;
        font-size: 8px;
    }

    .clinic-roadmap__text,
    .clinic-roadmap__text-col {
        font-size: 16px;
        line-height: 19px;
    }

    .clinic-roadmap__text p + p,
    .clinic-roadmap__text-col p + p {
        margin-top: 10px;
    }

    .clinic-roadmap__body {
        grid-template-columns: 0.5fr 0.5fr;
    }

    .bp-fillers__panel--info {
        min-height: 675px;
    }

    .bp-fillers__title {
        font-size: 30px;
        line-height: 33px;
    }

    .promo-circle {
        max-width: 402px;
        margin: 0 auto;
    }


    .vacancy__info {
        display: none;
    }



    .vacancy .hb__title {
        margin-bottom: 20px;
    }

    .stock__head {
        grid-template-columns: 1fr 1fr;
    }

    .gift-hero__title {
        max-width: 320px;
    }

    .stock-uslugi {
        height: 514px;
    }

    .stock-uslugi .container,
    .stock-uslugi .apply__inner {
        height: 100%;
    }

    .stock-uslugi .apply__media {
        width: 100%;
        overflow: hidden;
        border-radius: 10px 230px 10px 10px;
    }

    .stock-uslugi .apply__media img {
        object-fit: cover;
        height: 100%;
    }

    .stock-uslugi .apply__inner {
        grid-template-columns: 1fr 1.1fr;
    }

    .stock-uslugi .apply__content {
        width: 100%;
    }

    .stock-uslugi {
        padding: 5px 0;
    }

    .stock-uslugi .apply__text {
        max-width: 230px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {

    .container {
        max-width: 780px;
    }

    .articles__top {
        margin-bottom: 40px;
    }

    .hpanel--services .hpanel__in--services,
    .hpanel--about .hpanel__in--about {
        margin-top: 15px;
    }

    .sitehdr__left,
    .sitehdr__socials,
    .sitehdr__right {
        gap: 5px;
    }

    .sitehdr__in {
        padding: 0 16px;
    }

    .hbtn--phone,
    .hbtn,
    .hchip {
        font-size: 12px;
        padding: 10px;
    }

    .ic {
        width: 36px;
        height: 36px;
    }

    .about-card {
        width: 335px;
    }

    .about-card__title {
        font-size: 20px;
        line-height: 24px;
    }

    .about-card__text {
        font-size: 14px;
    }

    .about-card--a {
        left: 4px;
    }

    .about-card--b {
        top: 280px;
    }

    .about-card--c {
        left: 5px;
        bottom: 5px;
    }

    .apply__inner {
        grid-template-columns: 1fr;
    }

    .reviews__slider {
        overflow: visible !important;
    }

    .benefits {
        padding: 70px 0;
    }

    .benefits__left {
        align-items: center;
        text-align: center;
    }

    .benefits__pill {
        margin: 0 auto 30px;
    }

    .benefits__title {
        font-size: 28px;
        line-height: 115%;
    }

    /* круги — колонкой, с наложением */
    .benefits__circles {
        position: relative;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
        padding-top: 6px;
    }

    .circle--xl {
        width: 320px;
        height: 320px;
        padding: 34px;
        z-index: 4;
    }

    .circle--md {
        width: 300px;
        height: 300px;
        padding: 35px 0 0 0;
        margin-top: -80px; /* перекрытие как на макете */
        left: 0 !important;
        justify-content: center;
    }

    .circle__head,
    .circle__text {
        height: auto;
    }

    .circle__head {
        padding-bottom: 15px;
    }

    /* порядок/глубина перекрытия */
    .benefits__circles .circle:nth-child(2) {
        z-index: 3;
    }

    .benefits__circles .circle:nth-child(3) {
        z-index: 2;
    }

    .benefits__circles .circle:nth-child(4) {
        z-index: 1;
    }

    .circle__num {
        font-size: 80px;
    }

    .circle__head {
        font-size: 16px;
    }

    .circle__text {
        font-size: 12px;
        line-height: 15px;
        max-width: 210px;
    }

    .circle--xl .circle__text {
        max-width: 220px;
    }

    .hb-services .hb__wrap {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .hb-services .hb__content {
        padding: 36px;
    }

    .choice__body {
        grid-template-columns: 0.9fr 1fr;
        gap: 15px;
    }

    .btn--secondary,
    .btn--primary {
        font-size: 12px;
    }

    .news__grid {
        grid-template-columns: 1fr;
    }

    .hmenu__nav {
        gap: 30px;
        flex-wrap: nowrap;
    }

    .hmenu__top {
        padding-right: 10px;
    }

    .gift__wrap {
        grid-template-columns: 1fr;
    }

    .gift-hero .specs__bottom {
        justify-content: center;
    }

    .gift-hero__title {
        text-align: center;
    }

    .cert-variant__step-h {
        font-size: 20px;
        line-height: 24px;
    }

    .cert-variant .team__btn {
        width: 84%;
        margin-top: 10px;
    }

    .cert-faq__title {
        font-size: 30px;
    }

    .cert-faq__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .cert-faq__head {
        padding-right: 40px;
    }

    .cert-faq__a {
        padding-right: 40px;
    }

    .cert-faq__col {
        border-top: 0;
    }

    .cert-faq__grid {
        border-top: 1px solid rgba(255, 255, 255, 0.35);
        margin: 0 10px;
    }

    .cert-faq__item:first-child {
        border-top: 0;
    }

    .cert-places {
        padding: 80px 0;
        background: #fffafb;
    }

    .cert-places__grid {
        gap: 10px;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
      "text text"
      "c    e"
      "d    e"
      "f    f"
      "topA topB";
    }

    .cert-places__text {
        text-align: center;
    }

    .cert-places__title {
        font-size: 14px;
        max-width: 100%;
        margin-bottom: 18px;
    }

    .cert-places__btn {
        width: 100%;
        max-width: 320px;
        height: 54px;
        margin: 0 auto;
    }

    .cert-places__item {
        min-height: 0;
    }

    .vacancies-cards__media img {
        height: 145px;
    }

    .vacancy__info {
        top: -6%;
        right: 6%;
    }

    .price-cats__title {
        font-size: 40px;
    }

    .price-cats__grid {
        grid-template-columns: 0.4fr 1fr;
        gap: 22px;
    }

    .price-cats .picker__title {
        font-size: 36px;
    }

    .stock__head {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .stock .gift-hero__title {
        font-size: 36px;
        line-height: 39px;
        text-align: start;
    }

    .stock__text {
        font-size: 16px;
        margin-top: 6px;
        max-width: none;
    }

    .stock__img {
        height: 420px;
    }

    .stock-uslugi .apply__inner {
        padding: 80px 0 10px;
    }

    .stock-promos__more--tablet {
        bottom: 46px;
        left: 10px;
    }

    .stock-popup__grid {
        min-height: 700px;
    }

    .category .team-hero__grid {
        grid-template-columns: 0.7fr 1fr;
        align-items: start;
    }

    .doctors {
        padding: 100px 0;
    }

    .doctors__wrap {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .doctors__card {
        min-height: 400px;
        border-radius: 10px;
    }

    .doctors__btn {
        margin-bottom: 20px;
    }

    .doctors__hero {
        order: 1;
    }

    .doctors__card--a {
        order: 2;
    }

    .doctors__card--c {
        order: 3;
    }

    .doctors__card--d {
        order: 4;
    }

    .doctors__logo--g {
        order: 5;
    }

    .doctors__card--e {
        order: 6;
    }

    .doctors__card--f {
        order: 7;
    }

    .doctors__card--h {
        order: 8;
    }

    .doctors__card--i {
        order: 9;
    }

    .doctor__text-grid {
        margin-bottom: initial;
    }

    .trust-card__title {
        font-size: 24px;
        line-height: 27px;
    }

    .service-card .hb__content {
        padding: 80px 30px 30px 30px;
    }

    .prevention-card {
        grid-template-columns: 1fr;
    }

    .prevention-card__img {
        height: 100%;
    }

    .promo-circle__title {
        font-size: 34px;
        line-height: 36px;
    }

    .promo-circle {
        height: 324px;
        margin: 0 auto;
    }

    .promo__bottom {
        margin-top: 20px;
    }

    .news-detail__figure {
        width: 600px;
    }

}

@media (max-width: 768px) {
    .container {
        max-width: 580px;
    }

    body {
        padding-top: 90px !important;
    }

    .reviews__title.cert-reviews__title {
        text-align: center;
        font-size: 30px;
    }

    .doctor__photo--right {
        display: block;
        width: 320px; /* размер как на макете */
        margin-left: auto; /* прижать вправо */
        margin-top: 18px;
        border-radius: 22px;
        overflow: hidden;
        background: #bdb6b6;
    }

    .doctor__photo--left {
        display: none;
    }

    .doctor__photo--right img {
        width: 100%;
        height: auto;
        display: block;
    }

    .spec-card__info {
        max-width: 100%;
    }

    .breadcrumbs {
        font-size: 15px;
        line-height: 17px;
    }

    .sitehdr__in {
        padding: 5px 10px;
    }

    .sitehdr__in {
        grid-template-columns: 0.5fr 1fr 0.5fr;
    }

    .sitehdr__right .sitehdr__socials {
        gap: 8px;
    }

    .sitehdr__right .hbtn--phone {
        display: none;
    }

    /* like in макете */
    .sitehdr__cta--tablet {
        display: none;
    }

    /* on mobile online is inside menu */
    .sitehdr__logo img {
        height: 50px;
    }

    .hpanel__close.js-close-services {
        width: 23px;
        font-size: 20px;
    }

    .hpanel__close {
        right: 8px;
        top: 10px;
    }

    .hpanel {
        top: 75px;
    }

    .hpanel--menu .hpanel__in--menu {
        width: 100%;
        padding: 15px 20px;
        border-radius: 10px;
        flex-direction: column;
    }

    .hmenu__nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .hmenu__actions {
        width: 50%;
        display: grid;
        gap: 10px;
        margin-top: 14px;
    }

    .hmenu__worktime {
        display: flex;
        gap: 10px;
        margin-top: 12px;
    }

    .ic {
        width: 32px;
        height: 32px;
    }

    .hpanel--services .hpanel__in--services,
    .hpanel--about .hpanel__in--about {
        width: 100%;
        padding: 15px 20px;
        border-radius: 10px;
    }

    .hbtn--phone,
    .hbtn {
        font-size: 12px;
    }

    .svcgrid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .hb__wrap {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hb__left {
        padding: 34px 18px 18px;
    }

    .hb__title {
        font-size: 32px;
        line-height: 1.06;
    }

    .hb__cards {
        grid-template-columns: 1fr; /* две карточки в столбик */
        gap: 12px;
    }

    .hb-card--cosm-desktop {
        display: grid;
    }

    .hb-card--cosm-overlay {
        display: none;
    }

    .hb__right {
        min-height: 260px;
        border-radius: var(--radius-lg);
    }

    .hb-card {
        grid-template-columns: 1fr 120px;
    }

    .hb-card__img {
        width: 120px;
        height: 82px;
    }

    .quote {
        min-height: 785px;
        padding: 40px 20px;
        background-image: url(/local/templates/katarina/html/./img/make-mb.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .quote__author {
        bottom: -210px;
    }

    .picker__inner {
        grid-template-columns: 1fr;
    }

    .contacts__branches {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .fbrand__top {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        gap: 50px;
        margin-bottom: 20px;
    }

    .fbrand__logo {
        order: 0;
        margin: 0 auto;
    }

    .fbrand__bigword {
        order: 1;
        font-size: 64px;
        line-height: 0.95;
    }

    .fbrand__logo img {
        width: 190px;
    }

    .fbrand__grid {
        display: grid;
        gap: 5px;
        grid-template-columns: 1fr 0.9fr 0.9fr;
        grid-template-areas:
      "card card card"
      "c    b    a";
    }

    .fbrand__card {
        grid-area: card;
    }

    .fbrand__img--a {
        grid-area: a;
    }

    .fbrand__img--b {
        grid-area: b;
    }

    .fbrand__img--c {
        grid-area: c;
    }

    .fbrand__img--a,
    .fbrand__img--b,
    .fbrand__img--c {
        border-radius: 10px;
        overflow: hidden;
    }

    .fbrand__img--c.fbrand__img--round {
        border-radius: 18px;
    }

    .fbrand__img img {
        width: 100%;
        object-fit: cover;
        display: block;
        height: 320px;
    }

    .fbrand__img--c img {
        border-top-left-radius: 100px;
        border-top-right-radius: 100px;
    }

    .fbrand__marquee-track {
        font-size: 54px;
    }

    .fbrand__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .fbrand__bottom-right {
        justify-content: flex-start;
        gap: 18px;
    }

    .fbrand__note {
        font-size: 16px;
    }

    .picker {
        display: none;
    }

    .picker-m {
        display: block;
    }

    .picker-m__inner {
        padding: 80px 0;
        margin: 0 auto;
    }

    .picker-m__pill {
        width: 35%;
        margin: 0 auto 14px;
        padding: 6px 12px;
        border-radius: 999px;
        border: 1px solid #c2b2a5;
        font: 400 10px/1 Inter,
        system-ui,
        Arial;
        justify-content: center;
        display: flex;
        margin-bottom: 30px;
    }

    .picker-m__title {
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 34px;
        line-height: 110%;
        text-align: center;
        text-transform: uppercase;
        color: #3b3b3b;
    }

    .picker-m__drops {
        margin-top: 30px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        margin-bottom: 14px;
    }

    .mdrop {
        border: 0;
    }

    .mdrop__btn {
        list-style: none;
        cursor: pointer;
        user-select: none;

        display: flex;
        align-items: center;
        justify-content: space-between;

        padding: 8px 12px;
        border-radius: 999px;
        border: 1px solid #c2b2a5;
        font: 400 12px/1.1 Inter,
        system-ui,
        Arial;
        background: transparent;
    }

    .mdrop__btn::-webkit-details-marker {
        display: none;
    }

    .mdrop__chev {
        width: 7px;
        height: 7px;
        border-right: 1px solid rgba(0, 0, 0, 0.6);
        border-bottom: 1px solid rgba(0, 0, 0, 0.6);
        transform: rotate(45deg);
        transition: transform 0.2s ease;
    }

    details[open] .mdrop__chev {
        transform: rotate(-135deg);
    }

    .mdrop__panel {
        margin-top: 10px;
        border-radius: 0;
    }

    .zones {
        background: #fffafb;
        padding: 15px;
        border-radius: 0;
    }

    .zone {
        display: block;
        width: 100%;
        text-align: left;
        padding: 4px 0;
        background: transparent;
        border: 0;
        font: 400 12px/1.35 Inter,
        system-ui,
        Arial;
        opacity: 0.9;
    }

    .mcard-list {
        display: grid;
        gap: 14px;
    }

    .mcard {
        display: grid;
        grid-template-rows: 190px auto;
        border-radius: 12px;
        border: 1px solid rgba(95, 132, 149, 0.55);
        overflow: hidden;
        background: #fff;
        text-decoration: none;
        color: inherit;
    }

    .mcard__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .mcard__body {
        padding: 12px;
    }

    .mcard__name {
        font: 500 12px/1.2 Inter,
        system-ui,
        Arial;
    }

    .mcard__price {
        margin-top: 6px;
        font: 700 14px/1 Inter,
        system-ui,
        Arial;
    }

    .noUi-horizontal .noUi-handle {
        width: 10px !important;
        height: 10px !important;
        border-radius: 20px !important;
    }

    .noUi-handle:after,
    .noUi-handle:before {
        content: initial !important;
    }

    .price__labels {
        margin-bottom: 15px;
    }

    .noUi-handle {
        background: #5f8495 !important;
        box-shadow: none !important;
        border: none !important;
    }

    .picker-m__footnotes {
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 13px;
        color: rgba(0, 0, 0, 0.7);
    }

    .fbox__body {
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    }

    .fbox__footer {
        border-bottom: initial !important;
    }

    .fbox {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .picker-m__tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        border: 1px solid #7f91a9;
        border-radius: 999px;
        overflow: hidden;
        margin: 12px 0 18px;
    }

    .picker-m__tab {
        padding: 10px 12px;
        background: transparent;
        border: 0;
        font: 400 12px/1 Inter,
        system-ui,
        Arial;
    }

    .picker-m__tab.is-active {
        background: #7f91a9;
        border-radius: 50px;
        color: #fff;
    }

    /* кнопка */
    .picker-m__all {
        display: inline-flex;
        justify-content: center;
        width: 100%;
        margin-top: 14px;
    }

    .mdrop[data-drop="zones"] {
        position: relative;
    }

    .btn-mb {
        background: #c2b2a5;
        color: #111;
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        margin-top: 5px;
        height: 40px;
        display: flex;
        border-radius: 40px;
        align-items: center;
        justify-content: center;
    }

    .mdrop[data-drop="zones"] .mdrop__panel {
        display: block; /* важно */
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 4px);
        z-index: 50;
        background: #fffafb;
        border: 1px solid rgba(0, 0, 0, 0.12);
        padding: 14px 12px;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-6px);
        transition: opacity 0.18s ease,
        transform 0.18s ease;
    }

    .mdrop[data-drop="zones"] .mdrop__panel.is-overlay-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .panel__head {
        position: relative;
    }

    .panel__close {
        position: absolute;
        right: 16px;
    }

    .mwork {
        display: flex;
        gap: 10px;
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 7px;
        line-height: 9px;
        color: rgba(0, 0, 0, 0.8);
    }

    .services-block__chips,
    .sb-chips-mb {
        display: none;
    }

    .sb-dropdown {
        display: block;
    }

    .services-block__grid {
        margin-top: 20px;
        grid-template-columns: 1fr;
    }

    .hb-services,
    .reviews-page .hb__content {
        padding: 90px 10px 50px 10px;
    }

    .hb-services .hb__title {
        max-width: 500px;
    }

    .news-card__inner {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .news-card__img img {
        height: 200px;
    }

    .news-card__body {
        padding: 0;
    }

    .news {
        padding-bottom: initial;
    }

    .news__hero {
        font-size: 22px;
        max-width: 520px;
        margin-bottom: 18px;
    }

    .news__head {
        align-items: flex-start;
    }

    .news__search {
        width: 180px;
        top: initial;
    }

    .news__tabs {
        gap: 5px;
    }

    .news__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .news .team-hero__title {
        text-align: center;
        margin-bottom: 30px;
    }

    .video-grid__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .articles__top {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .reviews-block__layout {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .reviews-block__right {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .reviews-block__right {
        display: none;
    }

    .reviews-block__mini {
        display: block;
    }

    .reviews-block__img img {
        width: 70%;
    }

    .document-main .hb__content {
        padding: 80px 20px 0;
    }

    .docs-slider__slide img {
        width: 100%;
        object-fit: cover;
    }

    .doctor__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .gift-grid {
        padding: 50px 0 25px;
    }

    .gift-grid__container {
        width: 92%;
    }

    .gift-grid__grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 12px;
    }

    .gift-grid__empty {
        display: none;
    }

    .gift-grid__logo {
        grid-column: 1;
        grid-row: 1;
        justify-self: center;
        margin: 6px 0 35px;
    }

    .gift-grid__card--u {
        grid-column: 1;
        grid-row: 2;
    }

    .gift-grid__card--p {
        grid-column: 1;
        grid-row: 3;
    }

    .gift-grid__card--s {
        grid-column: 1;
        grid-row: 4;
    }

    .gift-grid__card--f {
        grid-column: 1;
        grid-row: 5;
    }

    .gift-grid__card--per {
        grid-column: 1;
        grid-row: 6;
    }

    .gift-grid__logo img {
        width: 210px;
    }

    .gift-grid__h {
        font-size: 20px;
        line-height: 24px;
    }

    .gift-grid__p {
        font-size: 14px;
    }

    .gift-grid__img,
    .gift-grid__card--s .gift-grid__img,
    .gift-grid__card--f .gift-grid__img,
    .gift-grid__card--per .gift-grid__img {
        height: 170px;
    }

    .gift-grid__card {
        min-height: auto;
        gap: 10px;
    }

    .cert-variant {
        padding: 40px 0;
    }

    .cert-variant__top {
        grid-template-columns: 1fr;
        gap: 14px;
        text-align: center;
        margin-bottom: 34px;
    }

    .cert-variant .team__title {
        font-size: 28px;
        line-height: 31px;
        text-align: center;
    }

    .cert-variant .team__desc {
        max-width: initial;
        margin: initial;
    }

    .cert-variant__lead {
        max-width: 320px;
        margin: 0 auto 16px;
        font-size: 12.5px;
    }

    .cert-variant__btn {
        width: 260px;
        margin: 0 auto;
    }

    .cert-variant__right {
        margin-bottom: 100px;
        width: 100%;
        margin-top: 10px;
        transform: none;
    }

    .cert__how {
        text-align: center;
        max-width: initial;
        margin-bottom: 10px;
    }

    .cert-variant__how-sub {
        text-align: center;
        max-width: 320px;
        margin: 0 auto 18px;
    }

    .cert-variant__steps {
        margin-top: 10px;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .cert-variant__step {
        min-height: 150px;
    }

    .cert-spec .apply__inner {
        grid-template-columns: 1fr;
    }

    .cert-spec .apply__media {
        order: 2;
    }

    .cert-spec .apply__content {
        order: 1;
    }

    .cert-spec .apply__mb {
        width: 100%;
    }

    .cert-spec .apply {
        padding: 100px 0;
    }

    .cert-spec .apply-mb {
        width: 100%;
    }

    .cert-rules__item {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .cert-rules__head {
        pointer-events: auto;
        cursor: pointer;
    }

    .cert-rules__title {
        font-size: 18px;
        line-height: 1.2;
    }

    .cert-rules__cols {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .cert-rules__body {
        padding-top: 12px;
    }

    .cert-rules__item[open] .cert-rules__chev {
        transform: rotate(-135deg);
    }

    .cert-rules__bottom {
        flex-direction: column;
        gap: initial;
    }

    .cert-rules__chev {
        display: block;
    }

    .vacancy .hb__title {
        font-size: 24px;
    }

    .vacancy .hb__content {
        padding: 85px 20px 40px 20px;
    }

    .vacancy .hb__wrap {
        margin-top: initial;
    }

    .vacancy__info {
        display: none;
    }

    .vacancy__info {
        display: none;
    }

    .vacancy__info-mb {
        display: block;
        font-family: "Inter";
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: rgba(0, 0, 0, 0.8);
    }

    .price-btns {
        padding-top: 40px;
    }

    .price__certificate {
        width: 500px;
    }

    .stock-uslugi .apply__content {
        width: initial;
    }

    .stock-promos__title {
        text-align: center;
        font-size: 26px;
        line-height: 1.25;
        margin-bottom: 25px;
    }

    .stock-promos__grid,
    .stock-promos__more--desktop,
    .stock-promos__more--tablet {
        display: none;
    }

    .stock-promos__mob {
        display: block;
    }

    .stock-promos__mob .reviews__nav {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        margin-bottom: 25px;
    }

    .stock-promos__navbtn {
        width: 54px;
        height: 54px;
        border-radius: 999px;
        border: 1px solid rgba(94, 119, 131, 0.6);
        background: transparent;
        color: #5e7783;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        line-height: 1;
        cursor: pointer;
    }

    .stock-swiper {
        overflow: visible;
    }

    .swiper-slide {
        width: 84%;
    }

    .stock-card {
        min-height: 420px;
        border-radius: 10px;
    }

    .stock-card__desc {
        font-size: 14px;
        max-width: 100%;
    }

    .stock-promos__more--mobile {
        margin-top: 18px;
    }

    .stock-promos__btn {
        height: 56px;
        width: 100%;
        max-width: 320px;
    }

    .stock-popup__dialog {
        margin: 0;
        height: 100vh;
        padding: 14px;
    }

    .stock-popup__close {
        top: 6px;
        right: 10px;
    }

    .stock-popup__grid {
        height: 100%;
        max-height: none;
        grid-template-columns: 1fr;
        padding: 25px 10px 10px;
        overflow: auto;
    }

    .stock-popup__panel--left {
        padding: 18px;
    }

    .stock-popup__panel--right {
        padding: 18px;
    }

    .stock-popup__left-title {
        font-size: 26px;
    }

    .stock-popup__right-title {
        font-size: 28px;
    }

    .stock-popup__btn {
        width: 100%;
        max-width: 320px;
        height: 48px;
    }

    .stock-popup__logo {
        width: 100px;
    }

    .contact-card__body {
        grid-template-columns: 1fr;
    }

    .contact-card__media img {
        height: 300px;
    }

    .category .team-hero__grid {
        margin-top: 40px;
        grid-template-columns: 1fr;
        grid-template-areas:
      "title"
      "text"
      "photo";
        row-gap: 14px;
    }

    .category-mb {
        display: block;
        align-items: center;
        justify-content: center;
        padding: 15px 25px;
        border-radius: 999px;
        background: #4a5161;
        font-weight: 400;
        font-family: "Inter";
        font-style: normal;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #ffffff;
        width: 70%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .category__top .promo-hero__btn {
        display: none;
    }

    .trust__grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
        gap: 10px;
        grid-template-areas:
      "lt rt"
      "photo photo"
      "lb rb";
    }

    .trust-card {
        min-height: 170px;
    }

    .trust-photo {
        min-height: 340px;
        grid-row: initial;
    }

    .trust-photo img {
        object-position: 70% 50%;
    }

    .trust-card__title {
        font-size: 16px;
        line-height: 19px;
    }

    .therapy {
        padding: 14px 0 18px;
    }

    .therapy__wrap {
        max-width: 420px;
        padding: 0 16px;
    }

    .therapy__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hb__content,
    .hb__photo img {
        border-radius: 10px;
    }

    .therapy-box {
        min-height: 0;
        padding: 35px 15px;
    }

    .therapy__tile--photo {
        min-height: 0;
        overflow: hidden;
    }

    .therapy__text--1 {
        order: 1;
    }

    .therapy__photo--1 {
        order: 2;
    }

    .therapy__text--2 {
        order: 3;
    }

    .therapy__photo--2 {
        order: 4;
    }

    .therapy__text--3 {
        order: 5;
    }

    .therapy__photo--3 {
        order: 6;
    }

    .therapy__text--4 {
        order: 7;
    }

    .therapy__photo--4 {
        order: 8;
    }

    .therapy__text--5 {
        order: 9;
    }

    .therapy__photo--5 {
        order: 10;
    }

    .therapy__photo--1 {
        aspect-ratio: 16 / 7;
    }

    .therapy__photo--2 {
        aspect-ratio: 16 / 7;
    }

    .therapy__photo--3 {
        aspect-ratio: 16 / 7;
    }

    .therapy__photo--4 {
        aspect-ratio: 16 / 7;
    }

    .therapy__photo--5 {
        aspect-ratio: 16 / 7;
    }

    .therapy__photo--1 .therapy__img,
    .therapy__photo--2 .therapy__img,
    .therapy__photo--3 .therapy__img,
    .therapy__photo--4 .therapy__img,
    .therapy__photo--5 .therapy__img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .therapy__photo--2 .therapy__img {
        object-position: 50% 55%;
    }

    .procedure__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .procedure__left {
        text-align: center;
    }

    .procedure__label {
        margin-bottom: 14px;
    }

    .procedure-step__num {
        font-size: 24px;
    }

    .procedure-step__text {
        font-size: 14px;
    }

    .result-course__grid {
        grid-template-columns: 1fr;
        gap: 18px;
        border-radius: 26px;
    }

    .result-course__title {
        text-align: center;
        font-size: 30px;
        margin-bottom: 14px;
    }

    .result-course__left .result-course__btn {
        display: none; /* кнопку переносим вниз */
    }

    .result-course__btn--mobile {
        display: inline-flex;
        justify-self: center;
        margin-top: 10px;
        width: 100%;
        max-width: 320px;
    }

    .result-course__tags {
        gap: 10px;
        margin-bottom: 14px;
    }

    .result-course__tag {
        height: 30px;
        padding: 0 14px;
        font-size: 12px;
    }

    .result-course__block-title {
        margin-top: 8px;
    }

    .prevention-card {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        align-items: start;
        padding: 10px 15px;
        gap: 10px;
    }

    .prevention-card__left {
        display: contents;
    }

    .prevention-card__name {
        grid-column: 1 / 2;
        grid-row: 1;
        margin-bottom: 0;
        font-size: 20px;
        line-height: 23px;
    }

    .prevention {
        padding: 100px 0 10px;
    }

    .prevention-card__img {
        grid-column: 2 / 3;
        grid-row: 1;
        height: 100px;
        border-radius: 10px;
    }

    .prevention__row {
        grid-template-columns: 1fr;
    }

    .prevention-card__desc {
        grid-column: 1 / -1;
        grid-row: 2;
        margin-top: 10px;
        font-size: 14px;
        line-height: 17px;
    }

    .cta-booking__list {
        display: inline-block;
        text-align: left;
        margin-bottom: 18px;
        font-size: 14px;
    }

    .cta-booking__btn {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }

    .apply__text.cta-booking__text {
        margin-bottom: 20px;
    }

    .belotero {
        padding: 100px 0;
    }

    .belotero__grid {
        gap: 30px;
    }

    .belotero__title {
        font-size: 30px;
        line-height: 1.1;
    }

    .belotero__desc {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .belotero__btn {
        width: 100%;
        max-width: 280px;
    }

    .belotero__cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .belotero-card {
        padding: 20px;
        min-height: auto;
        border-radius: 10px;
    }

    .belotero-card__name {
        font-size: 20px;
    }

    .belotero-card__num {
        font-size: 16px;
    }

    .clinic-roadmap {
        padding: 18px 0 28px;
    }

    .clinic-roadmap__item + .clinic-roadmap__item {
        margin-top: 34px;
    }

    .clinic-roadmap__head {
        gap: 8px;
        align-items: flex-start;
        padding-bottom: 3px;
    }

    .clinic-roadmap__title {
        font-size: 19px;
        line-height: 1.02;
    }

    .clinic-roadmap__num {
        margin-top: 1px;
        margin-left: auto;
        font-size: 11px;
    }

    .clinic-roadmap__body,
    .clinic-roadmap__body--wide-year,
    .clinic-roadmap__body--text-2 {
        display: block;
        padding-top: 8px;
    }

    .clinic-roadmap__year-wrap {
        margin-bottom: 12px;
    }

    .clinic-roadmap__year {
        font-size: 78px;
        line-height: 0.86;
    }

    .clinic-roadmap__year-note {
        margin-top: 8px;
        font-size: 9px;
    }

    .clinic-roadmap__text,
    .clinic-roadmap__text-col {
        font-size: 12px;
        line-height: 1.16;
        margin-top: 15px;
    }

    .clinic-roadmap__text-col + .clinic-roadmap__text-col {
        margin-top: 12px;
    }

    .clinic-roadmap__text p + p,
    .clinic-roadmap__text-col p + p {
        margin-top: 10px;
    }

    .clinic-roadmap__text ul,
    .clinic-roadmap__text-col ul {
        margin: 7px 0 9px 14px;
    }

    .clinic-roadmap__item--year {
        padding-left: 0;
    }

    .site-floating-ui__book {
        right: 18px;
        bottom: 18px;
        width: 112px;
        height: 112px;
        font-size: 18px;
    }

    .site-floating-ui__book::after {
        width: 120px;
        height: 120px;
    }

    .bp-fillers-mobile {
        display: block;
    }

    .bp-fillers {
        display: none;
    }

    .bp-fillers-mobile {
        display: block;
        padding: 11px 10px 12px;
        border-radius: 11px;
        background: #8795ab;
    }

    .bp-fillers-mobile__head {
        padding: 49px 14px 0;
    }

    .bp-fillers-mobile__title {
        text-align: center;
        color: #ffffff;
        font-family: "Involve";
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 27px;
        text-align: center;
        text-transform: uppercase;
    }

    .bp-fillers-mobile__subtitle {
        margin-top: 20px;
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        color: rgba(255, 255, 255, 0.8);
    }

    .bp-fillers-mobile__list {
        margin-top: 38px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .bp-fillers-card {
        height: auto;
        min-height: initial;
    }

    .bp-fillers-card__text {
        font-size: 12px;
        line-height: 15px;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }

    body {
        padding-top: 70px !important;
    }

    .dir-card__face {
        border-radius: 10px;
    }

    .branch__hours {
        font-size: 12px;
        line-height: 15px;
    }

    .breadcrumbs {
        gap: 5px;
    }

    .hpanel--services .hpanel__in--services,
    .hpanel--about .hpanel__in--about {
        margin-top: 25px;
    }

    .hpanel {
        top: 66px;
    }

    .ic {
        border: 1px solid #4a5161;
        width: 28px;
        height: 28px;
    }

    .ic svg path {
        fill: #4a5161;
    }

    .ic svg {
        width: 15px;
        height: 15px;
    }

    .dirs {
        background: url(/local/templates/katarina/html/./img/dirs-mb.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: -245px -180px;
        background-color: var(--bg);
    }

    .sitehdr {
        padding: 0 10px;
        margin-top: 10px;
    }

    .hb__title {
        font-size: 30px;
    }

    .hb__left {
        padding: 50px 10px 10px;
    }

    .hb__sub {
        font-size: 14px;
        line-height: 17px;
    }

    .hb-card__h {
        font-size: 16px;
    }

    .hb-card {
        padding: 10px;
        gap: 5px;
    }

    .hb-card__img {
        min-width: 130px;
        height: 104px;
    }

    .hb {
        padding: 20px 0 10px 0;
    }

    .main__title {
        font-size: 30px;
        line-height: 34px;
    }

    .main__sub {
        font-size: 16px;
        width: 50%;
    }

    .dirs {
        padding: 100px 16px 60px;
    }

    .dirs__pill {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        justify-self: center;
    }

    .dirs__title {
        font-size: 30px;
        text-align: center;
    }

    .mdrop__btn.beige {
        background: #f5ebe4 !important;
    }

    .dirs__sub {
        text-align: center;
        max-width: 180px;
        margin: 0 auto;
        margin-top: 12px;
    }

    .dirs__head {
        margin-bottom: 28px;
    }

    .fbrand__img img {
        height: 215px;
    }

    .fbrand__img--c img {
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
    }

    .quote {
        min-height: 855px;
        padding: 65px 20px;
    }

    .quote__title--desktop {
        display: none;
    }

    .quote__title--mobile {
        display: block;
        text-align: center;
        font-size: 32px;
        line-height: 42px;
        margin: 0 auto;
    }

    .quote__logo-top {
        display: block;
        margin: 0 auto 18px;
        width: 54px;
        height: 54px;
    }

    .quote__logo-top img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .quote__photo {
        display: inline-block;
        vertical-align: middle;
        margin: 0 6px;
    }

    .quote__photo-1 {
        display: inline-block;
        vertical-align: middle;
        margin: 0 6px;
    }

    .quote__author {
        gap: 1px;
    }

    .quote__text {
        margin-top: 40px;
    }

    .reviews {
        padding: 100px 0 60px;
    }

    .reviews__top {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas:
      "pill pill"
      "title title"
      "note note"
      ". nav";
        row-gap: 25px;
        align-items: start;
        margin-bottom: 16px;
    }

    .reviews__left {
        display: contents;
    }

    .reviews__pill {
        grid-area: pill;
        justify-self: center;
        margin: 0;
    }

    .reviews__title {
        grid-area: title;
        text-align: center;
        margin: 0;
        font-size: 30px;
        line-height: 34px;
        letter-spacing: 0.02em;
    }

    .reviews__note {
        grid-area: note;
        text-align: center;
        margin: 0;
        font-size: 14px;
        line-height: 16px;
    }

    .reviews__nav {
        grid-area: nav;
        justify-self: end;
        display: flex;
        gap: 10px;
    }

    .reviews__arrow {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: grid;
        place-items: center;
    }

    .reviews__arrow svg {
        display: block;
    }

    .review-card {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 14px;
        border-radius: 14px;
    }

    .review-card__media {
        height: 170px;
        border-radius: 12px;
        overflow: hidden;
    }

    .review-card__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .review-card__body {
        padding: 0;
    }

    /* кнопка снизу */
    .reviews__bottom {
        margin-top: 22px;
    }

    .reviews__cta,
    .team__btn {
        height: initial;
        width: 75%;
        margin: 0 auto;
        padding: 16px 16px;
        font-size: 14px;
    }

    .review-card__name {
        margin-top: 20px;
    }

    .review-card__text {
        font-size: 12px;
    }

    .apply__agree {
        gap: 5px;
    }

    .team {
        padding: 100px 0 0 0;
    }

    .team__inner {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    /* левый блок по центру как на макете */
    .team__left {
        text-align: center;
    }

    .team__pill {
        margin: 0 auto 30px;
    }

    .team__title {
        font-size: 30px;
        line-height: 1.02;
        margin: 0 auto 14px;
    }

    .team__desc {
        font-size: 14px;
        line-height: 1.35;
        margin: 0 auto 18px;
        max-width: 280px;
    }

    .team__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .team-card {
        min-height: 140px;
        border-radius: 12px;
        padding: 18px;
    }

    .team-card__text {
        font-size: 16px;
        line-height: 1.25;
    }

    .team-card__num {
        font-size: 18px;
    }

    .specs {
        padding-top: 100px;
    }

    .specs__top {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas:
      "tabs tabs"
      ". nav";
        row-gap: 14px;
        align-items: center;
        margin-bottom: 18px;
    }

    .specs__tabs {
        grid-area: tabs;
        width: 320px;
        margin: 0 auto;
    }

    .specs__tab {
        height: 32px;
        font-size: 14px;
    }

    .specs__nav {
        grid-area: nav;
        position: static;
        justify-content: flex-end;
        padding-right: 16px;
        gap: 10px;
    }

    .specs__arrow {
        width: 44px;
        height: 44px;
    }

    /* карточка */
    .spec-card {
        border-radius: 10px;
        min-height: 430px;
    }

    .spec-card__decor {
        bottom: 3px;
        width: 40px;
        height: 40px;
    }

    .spec-card__photo {
        height: 300px;
    }

    .spec-card__body {
        padding: 10px;
    }

    .spec-card__name {
        font-size: 14px;
        line-height: 1.15;
        margin-bottom: 10px;
    }

    .spec-card__info {
        font-size: 12px;
        line-height: 1.35;
    }

    .spec-card__body::after {
        width: 44px;
        height: 44px;
        right: 12px;
        bottom: 10px;
        opacity: 0.1;
    }

    .specs__bottom {
        margin-top: 22px;
    }

    .specs__btn {
        width: calc(100% - 32px);
        height: 54px;
        max-width: 520px;
        border-radius: 999px;
        font-size: 14px;
    }

    .photo-marquee {
        padding: 50px 0;
    }

    .photo-marquee__track {
        animation-duration: 70s;
    }

    .photo-marquee__set {
        gap: 14px;
        padding-right: 14px;
    }

    .ph--sm {
        display: none;
    }

    .ph--xl {
        width: 240px;
        height: 320px;
    }

    .ph--md {
        width: 140px;
        height: 210px;
    }

    .ph-item--mid {
        margin-top: 18px;
    }

    .ph-item--low {
        margin-top: 44px;
    }

    .photo-marquee__viewport {
        padding: 0 16px;
    }

    .about-grid {
        padding: 18px 0 48px;
    }
    .job-main .hb__sub {
        font-size: 14px;
        line-height: 17px;
        padding: 0;
    }
    .about-grid__panel {
        padding: 40px 0;
        border-radius: 20px;
        min-height: 1300px;
    }

    .about-card--b {
        top: 530px;
    }

    .about-card--d {
        bottom: 2px;
        right: inherit;
    }

    .about-card--c {
        left: initial;
        bottom: 245px;
    }

    .about-card {
        width: 315px;
    }

    .about-grid__title,
    .about-grid__subtitle {
        font-size: 44px;
        line-height: 0.95;
    }

    .about-grid__title {
        margin-top: 0;
    }

    .about-grid__subtitle {
        margin-top: 602px; /* место под карточки + логотип как на макете */
    }

    .about-grid__logo {
        position: absolute;
        top: 407px;
        width: 110px;
        height: 110px;
    }

    .about-card__text {
        margin-top: 35px;
        max-width: none;
    }

    .apply {
        margin: 10px;
        padding: initial;
        background-image: url(/local/templates/katarina/html/./img/form-mb.png);
    }

    .apply__inner {
        gap: 18px;
        padding: 50px 0 10px 0;
        border-radius: 14px;
        justify-items: center;
        text-align: center;
    }

    .apply__form {
        max-width: inherit;
    }

    .apply__pill {
        margin: 0 auto 30px;
        padding: 0 25px;
    }

    .apply__title {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .apply__text {
        margin: 0 auto 30px;
        max-width: 520px;
        font-size: 14px;
        line-height: 16px;
    }

    .apply__field input {
        height: 40px;
        font-size: 10px;
    }

    .apply__btn {
        height: initial;
        margin: 0 auto;
        padding: 16px 16px;
        font-size: 14px;
    }

    .apply__form {
        width: 100%;
        max-width: initial;
        margin: 0 auto;
    }

    .apply__mini img {
        border-radius: 5px;
    }

    .apply__media {
        width: 100%;
        border-radius: 10px;
        margin-top: 8px;
    }

    .apply-desc {
        display: none;
    }

    .apply-mb {
        display: flex;
        width: 100%;
    }

    .promo__title {
        text-align: center;
        font-size: 30px;
        line-height: 34px;
        grid-area: title;
        margin: 0;
        text-align: center;
    }

    .promo__top {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas:
      "pill pill"
      "title title"
      "note note"
      "nav nav";
        row-gap: 14px;
        column-gap: 12px;
        align-items: start;
        margin-bottom: 30px;
        position: relative;
    }

    .promo__left {
        display: contents;
    }

    .promo__pill {
        grid-area: pill;
        justify-self: center;
        margin-bottom: 30px;
    }

    .promo__note {
        grid-area: note;
        font-size: 14px;
        margin: 0 auto;
        text-align: center;
        max-width: 260px;
        padding-right: 16px;
    }

    .promo__nav {
        grid-area: nav;
        justify-self: center;
        display: flex;
        gap: 10px;
        align-items: center;
        padding-top: 0;
        position: static;
        margin-top: 10px;
    }

    .promo-circle__title {
        font-size: 36px;
    }

    .picker__inner {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .picker__pill {
        justify-self: center;
        margin-bottom: 14px;
    }

    .picker__title {
        text-align: center;
        font-size: 34px;
        margin-bottom: 25px;
    }

    .picker__tabs {
        margin-bottom: 18px;
        height: 32px;
    }

    .chips {
        justify-content: center;
        margin-bottom: 16px;
    }

    .cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .pcard {
        grid-template-rows: 190px auto;
    }

    .chips {
        gap: 5px;
    }

    .contacts__inner {
        padding-top: 80px;
    }

    .contacts__title {
        font-size: 30px;
    }

    .contacts__socials {
        margin: 15px 0 30px;
    }

    .branch__label {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .contacts__branches {
        padding: 0 10px;
        grid-template-columns: 1fr; /* филиалы в столбик */
        gap: 30px;
    }

    .branch__card {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .branch__meta {
        align-items: center;
    }

    .branch__tags {
        font-size: 10px;
    }

    .branch__media {
        border-radius: 10px;
        margin-top: 6px;
    }

    .branch__spec {
        font-size: 16px;
    }

    .branch__hours {
        white-space: normal;
    }

    .contacts__map iframe {
        height: 240px;
    }

    .fbrand__card {
        border-top-right-radius: 200px;
    }

    .fbrand__marquee-track {
        font-size: 30px;
    }

    .fbrand__company {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .fbrand__bottom {
        gap: 10px;
    }

    .fbrand__fineprint {
        grid-template-columns: 1fr;
        font-size: 12px;
    }

    .fbrand__note {
        font-size: 20px;
    }

    .apply__btn {
        order: 1;
    }

    .apply__agree {
        order: 2;
    }

    .apply__agree {
        margin: 12px 0 0;
    }

    .apply__agree-text {
        text-align: start;
        margin-bottom: 20px;
    }

    .hb-services .hb__content {
        padding: 55px 10px 20px 10px;
        border-radius: 15px;
    }

    .hb-services .hb__title {
        font-size: 24px;
    }

    .hb-services .hb__sub {
        font-size: 16px;
        line-height: 20px;
    }

    .sb-title {
        font-size: 28px;
        line-height: 32px;
    }

    .sb-top {
        grid-template-columns: 1fr;
        grid-template-areas:
      "pill"
      "title"
      "left"
      "right";
        row-gap: 16px;
    }

    .sb-dropdown__item {
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
    }

    .sb-pill {
        justify-self: center;
    }

    .sb-text--left,
    .sb-text--right {
        text-align: center;
    }

    .sb-dropdown__item .is-active {
        font-weight: 500;
    }

    .sb-card__name {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 12px;
    }

    .sb-card__overlay {
        padding: 20px 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .sb-card {
        height: 400px;
    }

    .breadcrumbs {
        font-size: 10px;
    }

    .breadcrumbs {
        top: 20px;
        left: 20px;
    }

    .crumbs {
        margin-bottom: 18px;
    }

    .team-hero__grid {
        margin-top: 40px;
        grid-template-columns: 1fr;
        grid-template-areas:
      "title"
      "text"
      "photo";
        row-gap: 14px;
    }

    .team-hero__title {
        font-size: 24px;
        line-height: 26px;
        text-align: center;
    }

    .team-hero__text {
        max-width: none;
        text-align: center;
        margin: 0 auto;
        line-height: 18px;
    }

    .team-hero__photo {
        display: none;
    }

    .team-mini {
        display: block;
        object-fit: cover;
        width: 100%;
        border-radius: 15px;
    }

    .choice {
        padding: 34px 0;
    }

    .choice .picker__pill {
        justify-content: center;
        display: flex;
    }

    .choice__title {
        font-size: 24px;
        line-height: 27px;
        margin-bottom: 12px;
        text-align: center;
    }

    .choice__controls {
        flex-direction: row;
        gap: 10px;
        margin-left: initial;
        width: 100%;
    }

    .choice__all {
        width: 100%;
        padding: 8px 20px;
    }

    .choice__search {
        flex: 1 1 500px;
    }

    .choice__body {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .choice__buttons {
        grid-template-columns: 1fr 1fr;
    }

    .choice__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .doctor-card__name {
        font-size: 13px;
    }

    .doctor-card__info {
        padding: 10px;
    }

    .doctor__grid {
        grid-template-columns: 1fr 180px;
        gap: 18px;
    }

    .doctor__photo {
        border-radius: 18px;
    }

    .doctor__name {
        font-size: 28px;
        line-height: 1.05;
    }

    .doctor__divider {
        grid-column: 1 / -1;
        margin-top: 12px;
    }

    .doctor__main {
        grid-column: 1 / -1;
    }

    .doctor__main {
        order: 3;
        margin-top: 40px;
    }

    .doctor__lead {
        font-size: 18px;
        line-height: 22px;
    }

    .doctor__text {
        font-size: 14px;
        line-height: 17px;
    }

    .doctor__sub {
        font-size: 16px;
        line-height: 19px;
    }

    .doctor__head-title {
        font-size: 16px;
    }

    .doctor__head {
        padding: 16px 0;
    }

    .doctor__photo--right {
        width: 180px; /* как на макете */
        margin-top: 12px;
        border-radius: 18px;
    }

    .doctor .team-hero__title {
        text-align: start;
    }

    .directions__top {
        flex-direction: column;
    }

    .directions .reviews__title {
        font-size: 30px;
        line-height: 34px;
    }

    .dir-card__img img {
        height: initial;
    }

    .dir-card {
        min-height: 415px;
        border-radius: 12px;
    }

    .dir-card__face {
        padding: 40px 20px 15px 20px;
    }

    .dir-card__name {
        font-size: 16px;
        line-height: 19px;
    }

    .dir-card__back-title {
        font-size: 22px;
        line-height: 25px;
    }

    .dir-card__photo {
        width: 220px;
        height: 220px;
    }

    .dir-card__btn {
        width: 100%;
    }

    .news .team-hero__title {
        font-size: 24px;
        line-height: 27px;
    }

    .news__title {
        font-size: 20px;
    }

    .news__tab {
        min-width: 110px;
        padding: 6px 10px;
    }

    .news__tabs {
        margin: 25px 0 10px;
    }

    .news__head {
        align-items: center;
    }

    .news .doctor__text {
        margin-top: initial;
    }

    .video-grid .team-hero__title {
        font-size: 24px;
    }

    .video-grid {
        padding: 100px 0 20px;
    }

    .video-tile__play {
        width: 50px;
        height: 50px;
    }

    .articles__tabs {
        display: none;
    }

    .articles__dd {
        display: block;
        margin-top: 8px;
    }

    .articles__dd {
        position: relative;
        max-width: 520px;
    }

    .articles__dd-btn {
        width: 100%;
        height: 34px;
        border-radius: 999px;
        border: 1px solid #c2b2a5;
        background: transparent;
        padding: 0 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.75);
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        text-align: center;
    }

    .articles__dd-label {
        margin: 0 auto;
    }

    .articles__dd-arrow {
        width: 7px;
        height: 7px;
        border-right: 2px solid rgba(0, 0, 0, 0.5);
        border-bottom: 2px solid rgba(0, 0, 0, 0.5);
        transform: rotate(45deg);
        margin-left: 10px;
    }

    .articles__dd.is-open .articles__dd-arrow {
        transform: rotate(-135deg);
    }

    .articles__dd-menu {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 8px);
        background: #fff;
        border-radius: 10px;
        border: 1px solid #c2b2a5;
        padding: 12px 0;
        z-index: 20;
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
    }

    .articles__dd.is-open .articles__dd-menu {
        display: block;
    }

    .articles__dd-item {
        width: 100%;
        background: transparent;
        border: 0;
        text-align: left;
        padding: 8px 16px;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.8);
        cursor: pointer;
    }

    .articles__dd-item.is-active {
        font-weight: 700;
    }

    .articles .team-hero__title {
        max-width: 300px;
        margin: 0 auto;
    }

    .articles__lead {
        text-align: center;
        max-width: 300px;
        margin: 0 auto;
        font-size: 14px;
    }

    .articles__head-title {
        font-size: 22px;
    }

    .articles .doctor__text {
        margin-top: initial;
    }

    .reviews-page {
        padding: 10px 0 20px;
    }

    .reviews-page .hb__wrap {
        gap: 10px;
    }

    .reviews-services {
        margin: 5px;
    }

    .about-reviews__grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .about-reviews__logo img {
        max-width: 200px;
    }

    .about-reviews__text {
        margin-top: 30px;
    }

    .about-reviews__accent {
        margin-left: initial;
        text-align: center;
        max-width: initial;
    }

    .about-reviews__text,
    .about-reviews__accent {
        font-size: 14px;
        line-height: 17px;
    }

    .reviews-block__title {
        font-size: 30px;
        text-align: center;
    }

    .reviews-block__desc {
        font-size: 12px;
        line-height: 15px;
    }

    .reviews-services .apply-mb {
        width: 100%;
    }

    .reviews-services .apply__inner {
        gap: 30px;
    }

    .reviews-services .apply__text {
        margin: initial;
    }

    .reviews-services .apply__btn {
        width: 75%;
        font-size: 12px;
    }

    .reviews-services .apply__title {
        font-size: 28px;
        line-height: 32px;
    }

    .document-main .hb__title,
    .hb__sub {
        text-align: center;
    }

    .document-main {
        padding-top: 10px;
    }

    .document-main .hb__title {
        font-size: 24px;
        line-height: 27px;
    }

    .document-main .hb__content {
        padding: 60px 20px 0;
    }

    .document-main .hb__photo img {
        object-fit: initial;
    }

    .docs-slider {
        padding: 50px 0 20px 0px;
    }

    .gift-hero__title {
        max-width: 300px;
        margin: 0 auto;
        font-size: 30px;
        line-height: 34px;
    }

    .doctor__text {
        text-align: center;
    }

    .doctor__list {
        text-align: left;
    }

    .crumbs {
        font-size: 10px;
    }

    .gift-hero__inner {
        background: url(/local/templates/katarina/html/./img/gift-mb.jpg) center / cover no-repeat;
    }

    .specs__btn {
        padding: 0 50px;
    }

    .gift-hero__inner {
        padding: 20px;
    }

    .cert-faq .apply__title {
        text-align: center;
        max-width: 283px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .cert-faq .benefits__pill {
        justify-self: center;
        align-items: center;
        display: flex;
        width: max-content;
    }

    .cert-faq__q {
        font-size: 16px;
    }

    .cert-faq__a {
        font-size: 12px;
        line-height: 15px;
    }

    .cert-faq__head {
        padding: 20px 0;
        min-height: 80px;
    }

    .cert-spec {
        padding: 100px 0 !important;
        background-image: initial !important;
    }

    .cert-spec .apply__title {
        font-size: 28px;
        line-height: 31px;
    }

    .buy-cert .apply__title {
        font-size: 28px;
        line-height: 32px;
    }

    .cert-places .apply__btn {
        width: 60%;
        background: #4a5161;
        color: #fff;
        margin-bottom: 35px;
    }

    .cert-rules {
        padding: 100px 0 20px 0;
    }

    .contacts__content {
        padding: 10px 0;
    }

    .job-main,
    .contact-main {
        padding-top: 10px;
    }

    .job-main .hb__title {
        font-size: 26px;
    }

    .job-main .hb__content {
        padding: 15px;
    }

    .vacancy .hb__content {
        padding: 75px 20px 40px 20px;
    }

    .vacancies-cards__card {
        padding: 8px;
    }

    .vacancies-cards__body {
        grid-template-columns: 1fr;
        padding: 10px 0 0 0;
    }

    .vacancies-cards__btn {
        width: 50%;
        font-size: 12px;
        padding: 10px 15px;
    }

    .vacancies-cards__name {
        font-size: 14px;
    }

    .vacancy .hb__wrap {
        gap: 14px;
    }

    .error__icon {
        width: 200px;
    }

    .contact-main .job-main__wrap {
        gap: 15px;
    }

    .e404__btn {
        padding: 12px 40px;
    }

    .contact-main .job-main__wrap {
        padding: 25px 0;
    }

    .promo-hero__title {
        font-size: 30px;
    }

    .promo-hero__text {
        font-size: 14px;
        line-height: 17px;
    }

    .promo-hero__card {
        padding: 30px;
    }

    .promo-hero {
        position: relative;
        overflow: hidden;
        min-height: 520px;
        background: url(/local/templates/katarina/html/./img/promo-price-mb.jpg) top / cover no-repeat;
    }

    .price__certificate {
        width: 320px;
    }

    .price-gift .apply__btn {
        width: 60%;
    }

    .price-gift {
        background-image: url(/local/templates/katarina/html/./img/form-mb.png);
    }

    .price-gift .apply__title {
        font-size: 30px;
    }

    .price-gift .apply__text {
        font-size: 16px;
        line-height: 19px;
    }

    .price-gift .apply__inner {
        padding: 100px 0;
    }

    .price-cats {
        padding: 80px 0;
    }

    .price-cats__tabs {
        display: none;
    }

    .price-cats__select-wrap {
        display: block;
    }

    .price-cats__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .price-cats__media {
        display: none;
    }

    .price-cats__content {
        padding-top: 10px;
    }

    .price-cats .picker__title {
        font-size: 30px;
    }

    .price-cats__tabs {
        display: none;
    }

    .price-cats__dd {
        display: block;
    }

    .price-cats .doctor__text {
        margin-top: initial;
        text-align: start;
    }

    .mdd {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }

    .mdd__btn {
        margin: 0 auto;
        width: 80%;
        height: 34px;
        border-radius: 999px;
        border: 1px solid #c2b2a5;
        background: #c2b2a5;
        padding: 10px 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.75);
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        text-align: center;
    }

    .mdd__label {
        margin: 0 auto;
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        color: #000000;
    }

    .mdd__arrow {
        width: 8px;
        height: 8px;
        border-right: 2px solid rgba(60, 60, 60, 0.65);
        border-bottom: 2px solid rgba(60, 60, 60, 0.65);
        transform: rotate(45deg);
        transition: transform 0.18s ease;
    }

    .mdd.is-open .mdd__arrow {
        transform: rotate(-135deg); /* стрелка вверх */
    }

    .mdd__menu {
        width: 80%;
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        justify-self: center;
        background: #fff;
        border: 1px solid rgba(142, 115, 107, 0.35);
        border-radius: 10px;
        padding: 12px 0;
        box-shadow: 0 18px 50px rgba(20, 10, 8, 0.12);
    }

    .mdd__item {
        width: 100%;
        padding: 14px 18px;
        background: transparent;
        border: 0;
        text-align: left;
        padding: 8px 16px;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.8);
        cursor: pointer;
    }

    .mdd__item:hover,
    .mdd__item:focus-visible {
        background: rgba(142, 115, 107, 0.08);
        outline: none;
    }

    .mdd__input {
        display: none;
    }

    .price .hb__content {
        margin-top: 10px;
    }

    .stock__head {
        grid-template-columns: 1fr;
        gap: 10px;
        text-align: center;
        margin-bottom: 16px;
    }

    .stock .gift-hero__title {
        text-align: center;
        font-size: 30px;
        margin: 0 auto;
    }

    .stock-popup__single-text br {
        display: none;
    }

    .stock-popup__single-text {
        max-width: 257px !important;
        margin: 0 auto;
    }

    .stock__text {
        font-size: 14px;
        margin: 0 auto;
        max-width: 320px;
    }

    .stock__media {
        border-radius: 20px;
    }

    .stock__img {
        height: 260px;
    }

    .stock-uslugi .apply__title {
        font-size: 28px;
        line-height: 31px;
    }

    .stock-promos__title {
        font-size: 20px;
        line-height: 24px;
    }

    .stock-popup__price-label,
    .stock-popup__price {
        font-size: 14px;
    }

    .contact-card__media img {
        height: 200px;
        border-radius: 10px;
    }

    .contact-card {
        padding: 10px;
        border-radius: 10px;
    }

    .contact-section .hb__title {
        font-size: 28px;
        line-height: 31px;
    }

    .contact-section__panel {
        padding: initial;
        gap: 12px;
    }

    .contact-section__link {
        font-size: 18px;
    }

    .contact-section__bottom {
        font-size: 20px;
        line-height: 23px;
    }

    .contact-section__social {
        margin-top: initial;
    }

    .contact-card__title {
        text-align: center;
        margin-top: 10px;
    }

    .contact-card__content {
        gap: 8px;
    }

    .category {
        margin-top: 10px;
    }

    .doctors__hero-title {
        font-size: 30px;
        line-height: 34px;
    }

    .doctors__hero-sub {
        margin-top: 10px;
        font-size: 14px;
    }

    .doctors__btn {
        font-size: 12px;
    }

    .trust-photo {
        min-height: 300px;
    }

    .doctors {
        padding: 100px 0 10px;
    }

    .trust__title {
        font-size: 30px;
        line-height: 33px;
    }

    .trust {
        padding: 100px 0 10px;
    }

    .purpose {
        background-size: cover;
    }

    .purpose .apply__title {
        font-size: 26px;
        line-height: 29px;
    }

    .purpose .apply__text {
        font-size: 16px;
        line-height: 19px;
    }

    .service-card {
        margin-top: 20px;
    }

    .therapy {
        padding: 100px 0 10px;
    }

    .therapy-box__title {
        font-size: 24px;
        line-height: 26px;
    }

    .therapy-list li {
        font-size: 14px;
        line-height: 17px;
    }

    .therapy-box__text,
    .therapy-list--dark li,
    .therapy-list--white li,
    .therapy-box__note-text {
        font-size: 14px;
        line-height: 17px;
    }

    .procedure .team__title {
        font-size: 30px;
        line-height: 33px;
    }

    .procedure {
        padding: 80px 0;
        background-position: 87px 83px;
    }

    .prevention__title {
        font-size: 28px;
        line-height: 31px;
    }

    .prevention__sub,
    .prevention__note {
        font-size: 14px;
        line-height: 19px;
    }

    .prevention__note {
        padding-top: 30px;
        max-width: 250px;
        margin: 0 auto;
    }

    .prevention__sub {
        max-width: 250px;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .service-card .hb__content {
        padding: 80px 20px 20px;
    }

    .preloader__logo img {
        width: 150px;
        height: 150px;
    }

    .preloader__percent {
        font-size: 30px;
    }

    .news-detail__figure {
        width: 100%;
    }

    .news-detail__image {
        border-radius: 10px;
    }

    .news-detail__title,
    .news-detail__section-title {
        font-size: 26px;
        line-height: 29px;
    }

    .news-detail__subtitle {
        font-size: 16px;
        line-height: 19px;
    }

    .news-detail__content,
    .news-detail__day-lead,
    .news-detail__list li {
        font-size: 14px;
        line-height: 17px;
    }

    .news-detail__day-title {
        font-size: 16px;
        line-height: 19px;
    }

    .news-detail {
        padding: 40px 0 0 0;
    }

    .about-history {
        padding: 30px 0;
    }

    .about-history__breadcrumbs {
        margin-bottom: 12px;
        font-size: 10px;
        gap: 5px;
    }

    .about-history__hero {
        margin-bottom: 14px;
    }

    .about-history__headline {
        margin-top: 20px;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 30px;
    }

    .about-history__num {
        font-size: 82px;
        line-height: 0.82;
    }

    .about-history__title {
        margin-top: 6px;
        font-size: 24px;
        line-height: 1.02;
    }

    span.about-history__title {
        margin-right: 20px;
    }

    .about-history__image-wrap {
        border-radius: 20px;
        margin-bottom: 46px;
    }

    .about-history__image-wrap::after {
        display: none;
    }

    .about-history__image {
        height: auto;
        aspect-ratio: 280 / 255;
        object-fit: cover;
    }

    .about-history__content {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .about-history__image-mb {
        display: block;
    }

    .about-history__image {
        display: none;
    }

    .about-history__lead {
        max-width: none;
        font-size: 20px;
        line-height: 1.06;
        text-align: center;
    }

    .about-history__notes {
        gap: 8px;
        width: 100%;
    }

    .about-history__note {
        border-radius: 8px;
        padding: 24px 16px;
        font-size: 15px;
        line-height: 1.15;
    }

    .about-history__note p + p {
        margin-top: 12px;
    }

    .site-floating-ui__book {
        bottom: 18px;
        z-index: 1000;
    }

    .team__grid {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .team-card {
        position: sticky;
        top: 100px;
        z-index: 1;
    }
    
    .vacancy ~ .contacts .contacts__inner {
        padding-top: 20px;
    }

    .stock-uslugi .apply__inner {
        grid-template-columns: 1fr;
    }

    .stock-uslugi .apply__media {
        height: 350px;
    }

    .stock-uslugi .apply__media img {
        border-radius: 5px 150px 5px 5px;
        height: 350px;
    }

    .stock-uslugi {
        height: auto;
    }
}

@media all and (max-width: 576px) {



    /* .services-block__grid .sb-card {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transform: translate(0, 100%);
        opacity: 0;
    }

    .services-block__grid .sb-card:nth-child(1) {
        transform: translate(0, 0);
        opacity: 1;
    } */

    .team-hero__title br {
        display: none;
    }

    .team-hero__title {
        max-width: 360px;
        margin: 0 auto;
    }

    .doctor__text {
        text-align: left;
    }

    .articles__lead br {
        display: none;
    }

    .articles__lead {
        max-width: 270px !important;
    }
    
    .articles__section:not(:last-child) {
        margin-bottom: 40px;
    }

    .reviews-popup__dialog {
        position: fixed;
        top: 50%;
        transform: translate(0, -50%);
    }

    .about-reviews__accent {
        max-width: 275px;
        margin: 0 auto;
    }

    .about-reviews__mid {
        margin-left: 115px;
    }

}

.reviews-popup__policy {
    font-family: "Inter";
    color: #505050;
    text-align: center;
    margin-top: 20px;
}

.reviews-popup__policy a {
    color: black;
    text-decoration: underline;
}

.news-detail__wrap * {
    font-family: "Inter";
}

.none {
    display: none !important;
}

.picker__more-btn {
    margin: 0 auto;
    max-width: 200px;
    display: flex;
    margin-top: 30px;
}

.quote__photo-1 img {
    max-width: 127px;
    border-radius: 35% 5px 5px 5px;
}

.articles__lead {
    max-width: 520px;
}

.reviews-page .hb__title {
    max-width: 480px;
}

.document-main .crumbs__sep {
    opacity: 1;
    font-weight: 700;
    font-size: 17px;
    position: relative;
    top: -1px;
}

.nalog {
    padding: 0 0 100px 0;
    font-family: "Inter";
    background: #fffafb;
}

.nalog__title {
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    font-family: "Involve";
    margin-bottom: 40px;
}

.nalog__items {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px 10px;
    flex-wrap: wrap;
    max-width: 1050px;
    margin: 0 auto;
}

.nalog-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nalog-item__link {
    width: 490px;
    height: 100px;
    display: flex;
    align-items: center;
    gap: 25px;
    background: #f5ebec;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
}

.nalog-item__title {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 16px;
    max-width: 490px;
}

@media all and (max-width: 1200px) {

    .nalog {
        padding-bottom: 25px;
    }

    .nalog__title {
        font-size: 26px;
    }

    .nalog-item__title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .nalog-item__link {
        width: 408px;
        height: 80px;
    }

    .document-main .hb__title {
        max-width: 260px;
        text-align: center;
        margin: 0 auto;
    }

}

@media all and (max-width: 576px) {

    .document-main .hb__title {
        max-width: 170px;
    }

    .nalog {
        padding-bottom: 22px;
        padding-top: 50px;
    }

    .nalog__items {
        gap: 30px;
    }

    .nalog-item {
        width: 100%;
    }

    .nalog-item__link {
        width: 100%;
        height: 83px;
        gap: 17px;
    }

    .nalog-item__title {
        max-width: 205px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .nalog__title {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .contact-card__title {
        margin: 0 auto;
        max-width: 250px;
    }

    .dirs__cards {
        gap: 0;
    }

    .about-grid {
        overflow-x: hidden;
    }

}

.hchip--about {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.hchip--about svg {
    width: 8px;
    height: 8px;
}

.hpanel--about .svcgrid {
    padding-top: 0;
}

.ic--mini svg,
.fbrand__soc--mini svg,
.contacts__soc--mini svg,
.contact-section__icon--mini svg {
    transform: scale(0.6);
}

.news-detail__content img {
    margin: 20px 0;
}

.spec-card__body {
    position: static;
}

.dirs__stub {
    display: none;
}

@media all and (max-width: 1200px) {

    .dirs__stub {
        display: block;
    }

    .dirs__cards {
        grid-template-columns: 1fr 1fr 1fr;
    }

}

@media all and (max-width: 576px) {
    
    .dirs__stub {
        display: none;
    }

    .dirs__cards {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

    .picker-m__drops:has(.mdrop.none) {
        grid-template-columns: 1fr;
    }

    .circle {
        justify-content: center;
    }

    .circle__logo {
        margin-bottom: 12px;
        margin-top: 0;
    }
    
    .circle__num {
        position: relative;
        left: -3px;
    }

    .ic--mini svg {
        transform: scale(0.85);
    }

    .reviews__slider .swiper-slide {
        height: auto;
    }

    .reviews__slider .review-card {
        height: 100%;
    }

    .reviews__title span {
        display: none;
    }

    body:has(.gift-hero) {
        padding-top: 80px !important;
    }

    body:has(.gift-hero) .reviews__title {
        padding-left: 0 !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

    body:has(.gift-hero) .reviews__title br {
        display: none;
    }

}

.news-detail__section-title span,
.news-detail__section-title,
.news-detail__content * {
    color: black !important;
}

.reviews .swiper-slide {
    height: auto;
}

.review-card {
    height: 100%;
}

.hub__sum {
    max-width: 660px;
}

.fbrand__img img,
.team-hero__photo img,
.about-history__image-wrap img,
.stock__img,
.hb__photo img {
    animation: openPhoto 1s;
}

@keyframes openPhoto {
    from {
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
    }
}

@media all and (min-width: 1640px) {

    .fbrand__logo {
        position: relative;
        right: 22%;
    }

    /*.fbrand__grid {*/
    /*    max-height: 420px;*/
    /*}*/

    .fbrand__card {
        min-height: auto;
    }

    .spec-card__photo {
        height: 450px;
    }

    .fbrand__bigword {
        position: relative;
        left: -10px;
    }

}

/* End */


/* Start:/local/templates/katarina/style.css?177487005013469*/
.trust-card {
    padding-top: 60px;
}
.prevention__note{
    font-weight: 400;
}
.breadcrumb_list_wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;      /* Firefox */
    -ms-overflow-style: none;   /* IE / Edge */
}

.breadcrumb_list_wrap::-webkit-scrollbar {
    display: none;              /* Chrome / Safari */
}
.doctor-card__image img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.doctor__text ul{
    padding-left: 20px;
    list-style-type: disc;
}
.doctor__text iframe{
    max-width: 100%;
    width: 100%;
}
br.mob{
    display: none;
}
.reviews__title.text-left {
    text-align: left;
    padding-left: 40px;
}
.apply__btn_small{
    padding: 10px 15px;
}
.apply__title{
    font-size: 36px;
}
.buy-cert .apply__btn{
    text-align: center;
}
.cert-rules__ico {
    width: 24px;
    height: 24px;
    margin-top: -2px;
}
.cert-rules__li {
    column-gap: 20px;
}

.sert_slide_tab{
    display: none;
}
.sert_slide_mob{
    display: none;
}/***************/


.purpose .apply__title.apply__title_about {
    max-width: 1186px;
    margin-bottom: 30px;
}
.apply__actions_wrap {
    diplay: flex;
    gap: 20px;
    flex-direction: row;
    width: 450px;
    margin-top: 30px;
}
.apply__btn_light {
    border: 1px solid #FFFFFF;
    background: transparent;
    color: #fff;
    text-align: center;
    display: inline-flex;
    justify-content: center;
}
.apply__btn_light{
    border: 1px solid #FFFFFF;
    background: transparent;
    color: #fff;
}
.bp-fillers-card__image img{
    height: 200px;
}
.wpb_wrapper h3 {
    margin: 30px 0;
}
.wpb_wrapper table td{
    padding: 5px;
}
.fbrand__muted_wrap{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 10px 0 ;
}
.choice__title_spec_wrap {
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center;
}
.info__title a{
    text-decoration: underline;
}
.sb-card__overlay{
    min-height: 165px;
}

.doctors__hero-sub ul, .stock-popup__single-text ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    /*align-items: center;*/
    text-align: left;
}

.doctors__hero-sub ul li, .stock-popup__single-text ul li {
    display: inline-flex;
    position: relative;
    padding-left: 14px;
    line-height: 1.5;
}

.doctors__hero-sub ul li::before, .stock-popup__single-text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 6px;
    height: 6px;
    background: #000;
    margin-top: 0;
    border-radius: 50%;
}
.cert-spec .apply__btn{
    text-align: center;
}
.fbrand__bottom-right {
    justify-content: flex-start;
    max-width: 1200px;
    gap: 15px;
}
.nalog__title.nalog_dop_title {
    margin-top: 15px;
}


.service-card .breadcrumb_list, .price .breadcrumb_list {
    position: absolute;
    top: 30px;
    left: 30px;
    max-width: max-content;
}
.service-card .hb__title, .price .hb__title{
    margin-top: 30px;
}

.service-card .hb__content, .price .hb__content {
    position: relative;
}
@media (max-width: 1640px) {
    .doctor-card__image img {
        height: 240px;
    }
    .team__title{
        font-size: 38px;
    }
    .price__certificate {
        width: 500px;
    }
    .price-gift .apply__inner{
        gap: 60px;
    }
    .hb-services .hb__title{
        margin-bottom: 30px;
    }
}
@media (max-width: 1440px) {
    .bp-fillers-card_re{
        display: none;
    }
}

@media (max-width: 1200px) {
    .doctor__text, .doctor__list, .doctor__text ul li {
        font-size: 14px;
        line-height: 17px;
    }
    .cert-variant__step-h {
        font-size: 16px;
        line-height: 20px;
    }
    .price__text .hb__sub {
        margin-top: 40px;
    }
    .price__certificate {
        width: 430px;
    }
    .price-gift .apply__inner {
        gap: 40px;
        grid-template-columns: 1fr 1fr;
    }
    .sert_slide_desk{
        display: none;
    }
    .sert_slide_tab{
        display: block;
    }
    .sert_slide_mob{
        display: none;
    }
    .clinic-roadmap__item + .clinic-roadmap__item {
        margin-top: 60px;
    }
    .price-gift .apply__actions{
        width: 100%;
        margin: auto;
        align-items: center;
    }
    .price-gift .apply__btn{
        max-width: 300px;
    }
}
@media (max-width: 993px) {
    .doctors_wrap_sec .doctors__hero{
        min-height: auto;
    }
    .service-card .hb__title, .price .hb__title{
         margin-top: 0;
    }
    .choice__title_spec_wrap {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        margin-bottom: 30px;
    }
    .choice__title_spec_wrap .choice__title{
        margin-bottom: 10px;
    }
    .doctor-card__image img {
        height: 200px;
    }
    .cert-places__text {
        text-align: center;
        margin-bottom: 20px;
    }
    .cert-places__title {
        margin-bottom: 26px;
    }

    .price__certificate img {
        width: 100%;
    }
    .apply__actions_wrap{
        width: 100%;
        flex-direction: column;
        gap: 10px;
        max-width: 300px;
    }
    .price-gift .apply__inner {
        gap: 40px;
        grid-template-columns: 1fr;
    }
    .price-gift .apply__text{
        margin: 30px auto;
    }

}
@media (max-width: 768px) {
    .gift-hero {
        padding: 10px 5px;
    }

    .doctor-card__image img {
        height: 150px;
    }
    br.mob{
        display: block;
    }
    br.desk{
        display: none;
    }
    .promo-hero{
        margin-top: 20px;
    }
    .apply__title {
        font-size: 26px;
    }
    .purpose .apply__title.apply__title_about {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .clinic-roadmap__text, .clinic-roadmap__text-col {
        font-size: 14px;
        line-height: 1.26;
        margin-top: 15px;
    }
}
@media (max-width: 576px) {
    .branch__meta {
        grid-template-columns: 2fr 1fr;
    }
    .therapy-box__text li {
        font-size: 14px;
        line-height: 17px;
    }
    .clinic-roadmap__year-note {
        margin-top: 8px;
        font-size: 14px;
    }
    .doctor-card__image img {
        height: 250px;
    }
    .doctor .team-hero__title{
        margin-bottom: -10px;
    }
    .doctor__photo--right {
        width: 200px;
    }
    .price__certificate {
        width: 320px;
    }
    .sert_slide_desk{
        display: none;
    }
    .sert_slide_tab{
        display: none;
    }
    .sert_slide_mob{
        display: block;
    }
    .about-history__image-mb{
        width: 100%;
    }
    .clinic-roadmap__item + .clinic-roadmap__item {
        margin-top: 50px;
    }
}


@media (max-width: 576px) {
    .services-block__grid {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .services-block__grid > .sb-card {
        position: sticky;
        top: 100px;
        z-index: 1;
    }
}
@media (max-width: 400px) {
    .doctor-card__image img {
        height: 200px;
    }
}

/***/
#scrollTopBtn {
    position: fixed;
    left: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    border: solid 2px #fff;
    border-radius: 50%;
    background: #4B5563;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

#scrollTopBtn:hover {
    background: #374151;
    transform: translateY(-3px);
}

#scrollTopBtn.show {
    opacity: 1;
    visibility: visible;
}

html {
    scroll-behavior: smooth;
}
@media (max-width: 1024px) {
    #scrollTopBtn{
        left: 20px;
    }
}
@media (max-width: 768px) {
    #scrollTopBtn{
        width: 50px;
        height: 50px;
        left: 15px;
    }
    #scrollTopBtn svg {
        width: 24px;
    }
}
.sb-card img {
    max-height: 250px;
}
@media (max-width: 1024px) {
    .sb-card img {
        max-height: 350px;
    }
}
@media (max-width: 768px) {
    .sb-card img {
        max-height: unset;
    }
}
/***************/
.beauty_today_section {
    background: #7F91A9;
    padding: 100px 0;
}
.beauty_today_title_wrap {
    text-align: center;
    margin-bottom: 56px;
}

.beauty_today_title {
    text-align: center;
    color: #fff;
}

.beauty_today_subtitle {
    text-align: center;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    max-width: 530px;
    margin: auto;
}
/* ─── COLUMNS ─────────────────────────────────────── */
.beauty_today_cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: center;
    max-width: 1320px;
    margin: auto;
}

/* ─── CARD ────────────────────────────────────────── */
.beauty_today_card {
    background: #FFFAFB;
    border-radius: 20px;
    padding: 20px;
    overflow: hidden;
    font-family: Inter;
    height: 100%;
    display: flex;
    flex-direction: column;

}

.beauty_today_card_address {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin-bottom: 6px;
    flex: 1;
}

.beauty_today_card_desc {
    font-size: 14px;
    color: #000000CC;
    text-align: center;
    margin-bottom: 24px;
}

.beauty_today_card_img {
    width: calc(100% + 0px);
    margin: 0 -0px;
    display: block;
    height: 220px;
    object-fit: cover;
    border-radius: 12px ;
}

/* placeholder image via gradient */
.beauty_today_card_img_placeholder {
    width: 100%;
    height: 220px;
    border-radius: 12px;
    background: linear-gradient(135deg, #d9e2ea 0%, #b5c5d3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    letter-spacing: 0.05em;
    overflow: hidden;
}

/* ─── CENTER YEAR BLOCK ───────────────────────────── */
.beauty_today_year_block {
    text-align: center;
    flex-shrink: 0;
}

.beauty_today_year {
    font-size: 130px;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 142px;
    leading-trim: NONE;
    line-height: 90%;
    letter-spacing: -9%;
    text-align: center;
    text-transform: uppercase;

}

.beauty_today_year_text {
    color: #fff;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
.trust-card.trust-card--rb {
    padding: 0;
    position: relative;
}
.trust-card_img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
article.trust-card.trust-card--fe {
    grid-column: 1 / -1;
}
.trust-card_img.mob{
    display: none;
}
/* ─── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 1024px) {
    .beauty_today_card{
        padding: 10px;
    }
    .beauty_today_cols{
        gap: 10px;
        grid-template-columns: 1fr 280px 1fr;
    }
}
@media (max-width: 900px) {
    .beauty_today_cols {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
    }
    .beauty_today_year_block {
        width: 100%;
        order: -1;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    body .site-cookie{
        z-index: 9900;
    }
    body .site-cookie .site-cookie__inner{
        width: 100%;
    }
    .trust-card_img.mob{
        display: block;
    }
    .trust-card_img.desk{
        display: none;
    }
    .beauty_today_year{
        font-size: 80px;
    }
    .beauty_today_card_address{
        text-align: left;
        font-size: 16px;
    }
    .beauty_today_card_desc {
        font-size: 12px;
        text-align: left;
    }
    .beauty_today_year_text{
        font-size: 14px;
    }
    .beauty_today_subtitle{
        font-size: 14px;
    }
    .trust-card__icon {
        width: 50px;
        height: 50px;
    }
    .trust-card__icon svg {
        width: 100%;
        height: 100%;
    }
    .trust-card__text{
        font-size: 12px;
    }
}
@media (max-width: 576px) {
    body .photo-marquee__set {
        padding-right: 0;
        gap: 0;
    }
    .ph-item img{
        margin-left: 14px;
    }
    section.price {
        margin-top: 10px;
    }
}

/* End */


/* Start:/local/templates/katarina/template_styles.css?17748700509979*/
.svc__row {
    text-align: left;
}

@media (max-width: 576px) {
    .hpanel--services .hpanel__in--services,
    .hpanel--about .hpanel__in--about {
        height: 75vh;
        overflow: auto;
    }
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.apply__msg {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.3;
    font-family: "Inter";
}

.apply__msg.is-success {
    color: #1a7f37
}

.apply__msg.is-error {
    color: red
}

.apply__field.is-error input {
    outline: 1px solid red;
    outline-offset: 1px
}

.apply__agree.is-error .apply__check {
    outline: 1px solid red;
    outline-offset: 1px
}

.promo-circle__msg {
    margin-top: 5px;
    font-size: 11px;
    font-family: "Inter";
    line-height: 1.1;
    max-width: 180px;
}

.promo-circle__msg.is-success {
    color: green;
}

.promo-circle__msg.is-error {
    color: red;
}

.promo-circle__field.is-error input {
    outline: 1px solid red;
    outline-offset: 1px
}

.review-card__text {
    -webkit-line-clamp: 100 !important;
}


.review-card__text.is-clamped {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5 !important;
    overflow: hidden;
}

.review-card__more {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    text-align: left;
    margin-bottom: 10px;
}

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

.stock-card {
    cursor: pointer;
}

.stock-popup__close {
    top: 0px !important;
}

@media (max-width: 768px) {
    .stock-popup__grid {
        padding-top: 45px;
    }
}

.check.is-hidden {
    display: none;
}

.picker__more {
    border: none;
    background: none;
    font: 400 14px / 1.25 Inter, system-ui, Arial, sans-serif;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

[data-filter="price"] {
    display: none !important;
}

.branch__media img {
    max-width: 168px;
}

.promo#promo {
    display: none !important;
}

.reviews-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 72px;
}

.reviews-pagination__item,
.reviews-pagination__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 2px;
    border: 1px solid transparent;
    background: transparent;
    font-size: 14px;
    line-height: 1;
    color: #2d2d2d;
    cursor: pointer;
    transition: .2s ease;
    font-family: "Inter";
}

.reviews-pagination__item.is-active {
    border-color: #2d2d2d;
    border-radius: 4px;
}

.reviews-pagination__arrow[disabled] {
    opacity: .35;
    cursor: default;
}

.reviews-pagination__dots {
    font-size: 18px;
    line-height: 1;
    color: #2d2d2d;
}

.reviews-pagination__arrow {
    font-size: 20px;
}

.preloader {
    display: flex;
}

.reviews-popup__error {
    margin-top: 6px;
    font-family: "Inter";
    color: #d33;
    font-size: 12px;
    line-height: 1.3;
}

.reviews-popup__file-list {
    margin-top: 8px;
    font-family: "Inter";
}

.reviews-popup__file-item {
    font-size: 13px;
    line-height: 1.4;
    font-family: "Inter";
}

.select-review__dropdown {
    overflow: scroll;
    height: 200px;
}

.reviews-popup__result {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.4;
    font-family: "Inter";
}

.reviews-popup__result--success {
    color: #1f7a3d;
}

.reviews-popup__result--error {
    color: #d33;
}

.hb__content {
    position: relative;
}

.breadcrumb_wrap {
    width: 100%;
    position: absolute;
    top: 30px;
    left: 30px;
}

@media (max-width: 768px) {
    .breadcrumb_wrap {
        width: 100%;
        position: absolute;
        top: 20px;
        left: 20px;
    }
}

.wpb_wrapper {
    margin: 60px auto;
    max-width: 1200px;
    font-family: Inter, system-ui, Arial;
}

.wpb_wrapper h2 {
    margin-bottom: 20px;
}

.wpb_wrapper p {
    margin-bottom: 10px;
}

.wpb_wrapper ul {
    margin-left: 15px;
    margin-bottom: 10px;
}

.wpb_wrapper li {
    list-style-type: disc;
}

.js-zones {
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
}

.stock-popup {
    position: fixed;
    inset: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
}

.stock-popup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.stock-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.stock-popup__dialog {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 80px auto;
    padding: 0 20px;
}

.stock-popup__dialog * {
    font-family: "Inter";
}

.stock-popup__dialog--single {
    display: flex;
    justify-content: center;
}

.stock-popup__single {
    position: relative;
    width: 100%;
    background: #d8ccc0;
    border: 8px solid #fff;
    border-radius: 20px;
    padding: 42px 48px 36px;
    text-align: center;
    box-sizing: border-box;
}

.stock-popup__close {
    position: absolute;
    top: 10px;
    right: 0px;
    border: 0;
    background: transparent;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    color: #3b3b43;
    padding: 0;
}

.stock-popup__single-logo-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
}

.stock-popup__single-logo {
    max-width: 116px;
}

.stock-popup__single-title {
    max-width: 520px;
    margin: 0 auto 50px;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 400;
    text-transform: uppercase;
    color: #3b3b43;
}

.stock-popup__single-text {
    max-width: 520px;
    margin: 0 auto 50px;
    font-size: 18px;
    line-height: 1.45;
    color: #3b3b43;
}

.stock-popup__single-note {
    max-width: 420px;
    margin: 0 auto 15px;
    font-size: 14px;
    line-height: 1.45;
    font-style: italic;
    color: #000;
}

.stock-popup__single-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 196px;
    min-height: 44px;
    padding: 15px 50px;
    border: 1px solid #9f8f84;
    border-radius: 999px;
    background: #fff;
    text-decoration: none;
    color: #3b3b43;
    font-size: 14px;
    line-height: 1.2;
    transition: .2s ease;
}

.stock-popup__single-btn:hover {
    opacity: .9;
}

.is-stock-popup-open,
.is-stock-popup-open body {
    overflow: hidden;
}

.stock-card[data-stock-open] {
    cursor: pointer;
}

@media (max-width: 767px) {
    .picker__more {
        margin-bottom: 10px;
    }

    .picker-m__drops {
        position: relative;
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }

    .picker-m__drops .mdrop__btn {
        width: 100%;
        max-width: none;
    }

    .picker-m__drops .mdrop[data-drop="cards"] {
        grid-column: 1 / -1;
        /*padding-top: 50px;*/
    }

    .picker-m__drops .mdrop[data-drop="cards"] > .mdrop__btn {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(50% - 6px);
        z-index: 1;
    }

    .picker-m__drops .mdrop[data-drop="cards"] > .mdrop__panel {
        width: 100%;
    }

    .picker-m .mcard-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }

    .picker-m .mcard {
        grid-template-rows: 190px minmax(50px, auto);
    }

    .picker-m .mcard__body {
        /*display: grid;*/
        /*grid-template-rows: minmax(2.4em, auto) auto;*/
        align-content: start;
        min-height: 65px;
    }

    .picker-m .mcard__name {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 29px;
    }

    .picker-m .mcard__price {
        margin-top: 0;
    }

    .stock-popup__dialog {
        margin: 40px auto;
        padding: 0 12px;
    }

    .stock-popup__single {
        padding: 34px 20px 28px;
    }

    .stock-popup__single-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .stock-popup__single-text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .stock-popup__single-note {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .stock-popup__close {
        top: 8px;
        font-size: 28px;
    }

    .zones {
        padding: 0px !important;
    }
}

[data-drop="cards"] .mdrop__btn {
    max-width: 175px;
    margin: 0 auto;
}


@media (max-width: 576px) {
    .branch__meta {
        grid-template-columns: 2fr 1fr;
    }

    .doctors__glass {
        min-height: unset;
    }
}

.result-course__text ul li, .procedure-step__text ul li, .result-course__text ul li {
    list-style-type: disc;
    margin-left: 15px;
}

.hb__photo img {
    min-height: 100%;
}

.fbrand__img img,
.team-hero__photo img,
.about-history__image-wrap img,
.stock__img,
.hb__photo img {
    animation: openPhoto 1s;
    -webkit-transform-origin-y: 0;
    /* object-fit: cover; */
}

.stock__img {
    height: 100%;
}

.stock__media {
    height: clamp(260px, 36vw, 560px);
    background: transparent;
}

.team-hero__photo {
    height: clamp(260px, 36vw, 600px);
    background: transparent;
}

.about-history__image-wrap {
    height: 450px;
    background: transparent;
}

@keyframes openPhoto {
    from {
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
    }
}

.pcard__name {
    height: 29px;
}

@media (max-width: 576px) {
    .stock__media {
        height: 260px;
    }

    .about-history__image-wrap {
        height: 290px;
    }

    .picker-m__all {
        display: none !important;
    }
    .branch__media img {
        max-width: 100%;
    }
}

.noUi-connect {
    background: #5f8495 !important;
}

.team-hero__photo, .team-mini {
    display: none !important;
}

.team-hero {
    padding-bottom: 0px !important;
}
/* End */
/* /local/templates/katarina/html/style.css?1774870050280210 */
/* /local/templates/katarina/style.css?177487005013469 */
/* /local/templates/katarina/template_styles.css?17748700509979 */
