* { box-sizing: border-box; }
.body { margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; overflow-x: hidden; background-color: #f3ebe2; color: #402a1c; font-family: "Manrope", sans-serif; font-size: 21px; letter-spacing: 0; }
.main-wrapper { min-height: 100vh; overflow-x: clip; }
.header { position: sticky; top: 0; z-index: 50; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ddcebd; background-color: rgba(243,235,226,.9); backdrop-filter: blur(18px); }
.header__container,.hero__container,.band__container,.section__container,.footer__container { width: calc(100% - 32px); max-width: 1840px; margin-right: auto; margin-left: auto; }
.header__container { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; column-gap: 12px; padding-top: 16px; padding-bottom: 16px; }
.brand { display: flex; min-width: 0; align-items: center; column-gap: 12px; border-width: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; background-color: transparent; color: #402a1c; cursor: pointer; }
.brand__mark { display: grid; width: 63px; height: 63px; flex-shrink: 0; place-items: center; border-radius: 15px; background-color: #402a1c; box-shadow: 0 9px 21px rgba(43,29,20,.18); transition-property: transform; transition-duration: 220ms; transition-timing-function: ease; }
.brand__symbol { width: 100%; height: 100%; }
.brand__symbol-frame { fill: none; stroke: #f3ebe2; stroke-width: 2.4; }
.brand__symbol-ribbon { fill: none; stroke: #c99a6b; stroke-width: 2.2; }
.brand__symbol-person { fill: none; stroke: #f3ebe2; stroke-linecap: round; stroke-width: 3.2; }
.brand__symbol-path { fill: none; stroke: #b0714a; stroke-linecap: round; stroke-width: 3; }
.brand__symbol-sun { fill: #b0714a; }
.brand[data-hovered] .brand__mark { transform: rotate(-4deg) scale(1.04); }
.brand__text { min-width: 0; text-align: left; }
.brand__name { display: block; overflow: hidden; font-family: "Sora",sans-serif; font-size: 18px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.brand__caption { display: block; overflow: hidden; color: #8a7462; font-size: 12px; font-weight: 800; line-height: 1.25; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.brand__motto { display: block; overflow: hidden; margin-top: 3px; color: #b0714a; font-size: 9px; font-style: normal; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.nav { display: flex; min-width: 0; align-items: center; justify-content: center; column-gap: 25px; }
.nav__link { border-width: 0; padding-top: 10px; padding-right: 0; padding-bottom: 10px; padding-left: 0; background-color: transparent; color: #402a1c; font-size: 15px; font-weight: 700; cursor: pointer; transition-property: color,transform; transition-duration: 180ms; transition-timing-function: ease; }
.nav__link[data-hovered] { color: #b0714a; transform: translateY(-2px); }
.header__actions { display: flex; flex-shrink: 0; align-items: center; column-gap: 8px; }
.header__phone { color: #402a1c; font-size: 14px; font-weight: 800; text-decoration-line: none; }
.header__menu-button { display: none; }
.mobile-nav { max-height: calc(100vh - 84px); overflow-y: auto; border-top-width: 1px; border-top-style: solid; border-top-color: #ddcebd; padding-top: 10px; padding-right: 20px; padding-bottom: 16px; padding-left: 20px; background-color: #f3ebe2; transform-origin: top right; animation-name: reveal-scale; animation-duration: 220ms; animation-timing-function: cubic-bezier(.2,.8,.2,1); }
.mobile-nav .nav__link { display: block; width: 100%; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ddcebd; padding-top: 15px; padding-bottom: 15px; text-align: left; }
.icon-button { width: 46px; height: 46px; border-width: 1px; border-style: solid; border-color: #b9a490; border-radius: 10px; background-color: transparent; color: #402a1c; font-size: 22px; cursor: pointer; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; column-gap: 9px; border-width: 1px; border-style: solid; border-radius: 9px; padding-top: 11px; padding-right: 25px; padding-bottom: 11px; padding-left: 25px; font-size: 15px; font-weight: 800; text-decoration-line: none; cursor: pointer; transition-property: color,background-color,border-color,transform,box-shadow; transition-duration: 180ms; transition-timing-function: ease; }
.button[data-hovered] { transform: translateY(-2px); }
.button--blue { border-color: #402a1c; background-color: #402a1c; color: #f3ebe2; }
.button--coral { border-color: #b0714a; border-radius: 999px; background-color: #b0714a; color: #ffffff; }
.button--outline { border-color: #b9a490; background-color: #f3ebe2; color: #402a1c; }
.button--small { min-height: 36px; padding-top: 6px; padding-right: 13px; padding-bottom: 6px; padding-left: 13px; font-size: 12px; }
.button__arrow { font-size: 19px; }
.hero { position: relative; overflow: hidden; padding-top: 101px; padding-bottom: 116px; background-color: #f3ebe2; background-image: radial-gradient(circle at 85% 15%,rgba(43,29,20,.14),transparent 32%),radial-gradient(circle at 10% 95%,rgba(176,113,74,.12),transparent 30%); }
.hero__container { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(504px,.85fr); align-items: center; column-gap: 68px; }
.hero__copy { position: relative; z-index: 2; min-width: 0; text-align: left; animation-name: reveal-up; animation-duration: 650ms; animation-timing-function: cubic-bezier(.2,.8,.2,1); }
.eyebrow { display: inline-flex; align-items: center; column-gap: 10px; margin-top: 0; margin-bottom: 24px; color: #8a7462; font-size: 14px; font-weight: 800; text-transform: uppercase; }
.eyebrow__dot { width: 9px; height: 9px; border-radius: 999px; background-color: #b0714a; }
.eyebrow--light { color: #c99a6b; }
.hero__title { max-width: 15ch; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; font-family: "Sora",sans-serif; font-size: clamp(47px,5vw,98px); font-weight: 800; line-height: 1.04; overflow-wrap: anywhere; }
.hero__accent { color: #b0714a; }
.hero__lead { max-width: 882px; margin-top: 29px; margin-right: 0; margin-bottom: 0; margin-left: 0; color: #6b584a; font-size: 22px; line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; justify-content: flex-start; column-gap: 16px; row-gap: 16px; margin-top: 36px; }
.hero__stats { display: grid; grid-template-columns: repeat(3,1fr); max-width: 882px; column-gap: 21px; margin-top: 44px; margin-right: 0; margin-left: 0; }
.hero__stat { display: flex; flex-direction: column; border-left-width: 1px; border-left-style: solid; border-left-color: #cbb9a6; padding-left: 21px; }
.hero__number { font-family: "Sora",sans-serif; font-size: 28px; }
.hero__label { color: #8a7462; font-size: 15px; }
.hero__visual { position: relative; min-height: 588px; animation-name: reveal-scale; animation-duration: 720ms; animation-delay: 100ms; animation-timing-function: cubic-bezier(.2,.8,.2,1); animation-iteration-count: 1; }
.hero__image { width: 100%; height: 100%; min-height: 588px; border-radius: 21px; object-fit: cover; box-shadow: 0 32px 84px rgba(43,29,20,.18); transform: skewX(-3deg); }
.hero__glass,.hero__note { position: absolute; border-width: 1px; border-style: solid; border-color: rgba(255,255,255,.75); border-radius: 17px; background-color: rgba(255,255,255,.78); box-shadow: 0 21px 53px rgba(43,29,20,.16); backdrop-filter: blur(18px); animation-name: none; }
.hero__glass { right: -8px; bottom: 38px; width: min(378px,82%); padding-top: 21px; padding-right: 21px; padding-bottom: 21px; padding-left: 21px; transform: skewX(-5deg); }
.hero__glass-label { display: block; color: #8a7462; font-size: 13px; text-transform: uppercase; }
.hero__glass-title { display: block; margin-top: 9px; font-family: "Sora",sans-serif; font-size: 21px; }
.hero__glass-pay { display: block; margin-top: 9px; color: #b0714a; font-weight: 800; }
.hero__note { top: 25px; left: -10px; display: flex; align-items: center; column-gap: 12px; padding-top: 14px; padding-right: 18px; padding-bottom: 14px; padding-left: 18px; }
.hero__note-icon { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background-color: #b0714a; color: #ffffff; }
.hero__note-title,.hero__note-text { display: block; }
.hero__note-text { color: #8a7462; }
.band { background-color: #402a1c; color: #f3ebe2; }
.band__container { display: grid; grid-template-columns: repeat(3,1fr); column-gap: 64px; row-gap: 42px; padding-top: 48px; padding-bottom: 48px; }
.band__item { animation-name: reveal-up; animation-duration: 520ms; animation-timing-function: cubic-bezier(.2,.8,.2,1); }
.band__number { color: #c99a6b; font-size: 29px; }
.band__title { margin-top: 8px; margin-bottom: 8px; font-family: "Sora",sans-serif; font-size: 21px; }
.band__text { margin-top: 0; margin-bottom: 0; color: #e3d4c2; font-size: 16px; line-height: 1.65; }
.section { padding-top: 105px; padding-bottom: 105px; }
.section--soft { background-color: #eeddc6; }
.section--contact { background-color: #402a1c; color: #f3ebe2; }
.section__title { margin-top: 0; margin-bottom: 42px; font-family: "Sora",sans-serif; font-size: clamp(39px,3.7vw,69px); line-height: 1.12; }
.section__title--light { color: #f3ebe2; }
.section__center { margin-top: 34px; text-align: center; }
.home-cards,.facts-grid,.review-grid { display: grid; grid-template-columns: repeat(3,1fr); column-gap: 21px; row-gap: 21px; }
.feature-grid { display: grid; grid-template-columns: repeat(2,1fr); column-gap: 21px; }
.feature-card { border-radius: 16px; padding-top: 38px; padding-right: 38px; padding-bottom: 38px; padding-left: 38px; background-color: #f3ebe2; }
.feature-card--dark { background-color: #402a1c; color: #f3ebe2; }
.feature-card__title { margin-top: 21px; margin-bottom: 10px; font-family: "Sora",sans-serif; font-size: 30px; }
.feature-card__text { min-height: 90px; font-size: 17px; line-height: 1.7; }
.fact-card { display: flex; flex-direction: column; align-items: center; padding-top: 27px; padding-right: 27px; padding-bottom: 27px; padding-left: 27px; text-align: center; transition-property: transform; transition-duration: 220ms; }
.fact-card__icon { display: grid; width: 42px; height: 42px; margin-bottom: 17px; place-items: center; border-radius: 50%; background-color: #c99a6b; color: #402a1c; font-size: 24px; }
.fact-card__text { margin-top: 9px; color: #8a7462; font-size: 16px; line-height: 1.6; }
.contact-split { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; column-gap: 50px; }
.contact-split__text { color: #e3d4c2; line-height: 1.7; }
.form { border-radius: 16px; padding-top: 32px; padding-right: 32px; padding-bottom: 32px; padding-left: 32px; background-color: #f3ebe2; color: #402a1c; box-shadow: 0 21px 63px rgba(0,0,0,.15); }
.form__title { margin-top: 0; margin-bottom: 8px; color: #2b1d14; font-family: "Playfair Display",Georgia,serif; font-size: 34px; }
.form__label { display: block; margin-top: 18px; font-size: 15px; font-weight: 800; }
.form__input,.catalog__input { display: block; width: 100%; margin-top: 7px; border-width: 1px; border-style: solid; border-color: #b9a490; border-radius: 12px; padding-top: 16px; padding-right: 16px; padding-bottom: 16px; padding-left: 16px; background-color: #ffffff; color: #402a1c; font-family: "Manrope",sans-serif; font-size: 16px; }
.form__textarea { min-height: 100px; resize: vertical; }
.form__consent { display: flex; align-items: flex-start; column-gap: 8px; margin-top: 15px; margin-bottom: 15px; font-size: 13px; }
.form__success { color: #402a1c; font-weight: 800; }
.page { width: 100%; min-height: 65vh; margin-right: auto; margin-left: auto; padding-top: 95px; padding-bottom: 74px; background-color: #eeddc6; background-image: radial-gradient(circle at 80% 15%,rgba(246,200,95,.25),transparent 30%); }
.page > * { width: calc(100% - 32px); max-width: 1840px; margin-right: auto; margin-left: auto; }
.page__title { max-width: 20ch; margin-top: 0; margin-bottom: 21px; font-family: "Sora",sans-serif; font-size: clamp(39px,3.7vw,69px); line-height: 1.12; text-align: center; overflow-wrap: anywhere; animation-name: reveal-up; animation-duration: 520ms; }
.page__lead { max-width: 966px; margin-top: 0; margin-bottom: 74px; color: #6b584a; font-size: 21px; line-height: 1.7; text-align: center; }
.catalog { max-width: 1840px; padding-top: 105px; background-color: #f3ebe2; }
.catalog__filters { display: grid; grid-template-columns: 2fr 1fr; column-gap: 17px; margin-bottom: 25px; border-radius: 16px; padding-top: 21px; padding-right: 21px; padding-bottom: 21px; padding-left: 21px; background-color: #ffffff; box-shadow: 0 15px 42px rgba(43,29,20,.08); }
.catalog__label { font-size: 14px; font-weight: 800; }
.catalog__list { display: grid; row-gap: 16px; }
.catalog__empty { text-align: center; }
.vacancy-card,.info-card,.review-card,.contacts__item { overflow: hidden; border-width: 1px; border-style: solid; border-color: #ddcebd; border-radius: 16px; background-color: rgba(255,255,255,.82); box-shadow: 0 17px 42px rgba(43,29,20,.07); transition-property: transform,box-shadow,border-color; transition-duration: 220ms; transition-timing-function: ease; }
.vacancy-card[data-hovered],.info-card[data-hovered],.review-card[data-hovered],.contacts__item[data-hovered],.fact-card[data-hovered] { border-color: #b0714a; transform: translateY(-6px); box-shadow: 0 23px 50px rgba(43,29,20,.12); }
.vacancy-card__summary { display: grid; width: 100%; grid-template-columns: minmax(0,1fr) auto; align-items: center; column-gap: 21px; border-width: 0; padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 25px; background-color: transparent; color: #402a1c; text-align: left; cursor: pointer; }
.vacancy-card__main { min-width: 0; }
.vacancy-card__meta { display: block; color: #b0714a; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.vacancy-card__title { display: block; margin-top: 10px; font-family: "Sora",sans-serif; font-size: 24px; }
.vacancy-card__text { display: block; min-height: 4.5em; margin-top: 10px; color: #6b584a; font-size: 16px; line-height: 1.6; }
.vacancy-card__pay { font-family: "Sora",sans-serif; font-size: 20px; font-weight: 800; text-align: right; }
.vacancy-card__schedule { display: block; margin-top: 8px; color: #8a7462; font-family: "Manrope",sans-serif; font-size: 13px; }
.vacancy-card__details { border-top-width: 1px; border-top-style: solid; border-top-color: #ddcebd; padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 25px; background-color: #eeddc6; animation-name: reveal-scale; animation-duration: 220ms; transform-origin: top; }
.vacancy-card__columns { display: grid; grid-template-columns: repeat(3,1fr); column-gap: 22px; }
.vacancy-card__subtitle { font-family: "Sora",sans-serif; }
.vacancy-card__copy { color: #6b584a; font-size: 15px; line-height: 1.65; }
.info-grid { display: grid; grid-template-columns: repeat(4,1fr); column-gap: 21px; row-gap: 21px; padding-top: 31px; padding-bottom: 31px; background-color: #f3ebe2; }
.info-card { padding-top: 28px; padding-right: 28px; padding-bottom: 28px; padding-left: 28px; }
.info-card__title { margin-top: 0; font-family: "Sora",sans-serif; font-size: 24px; }
.info-card__text { color: #6b584a; font-size: 16px; line-height: 1.7; }
.info-card__list { margin-top: 14px; margin-bottom: 0; padding-left: 21px; }
.info-card__item { color: #6b584a; font-size: 16px; line-height: 1.7; }
.review-card { margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 28px; padding-right: 28px; padding-bottom: 28px; padding-left: 28px; }
.review-card__text { margin-top: 0; font-size: 17px; line-height: 1.7; }
.review-card__author { display: block; margin-top: 21px; color: #b0714a; font-style: normal; font-weight: 800; }
.faq,.legal-page__body { max-width: 1134px; padding-top: 31px; padding-right: 31px; padding-bottom: 31px; padding-left: 31px; background-color: rgba(255,255,255,.82); }
.faq__item { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ddcebd; }
.faq__question { display: grid; width: 100%; grid-template-columns: minmax(0,1fr) auto; column-gap: 21px; border-width: 0; padding-top: 21px; padding-right: 0; padding-bottom: 21px; padding-left: 0; background-color: transparent; color: #402a1c; font-family: "Sora",sans-serif; font-size: 18px; font-weight: 800; text-align: left; cursor: pointer; }
.faq__plus { color: #b0714a; font-size: 27px; }
.faq__answer { margin-top: 0; padding-bottom: 21px; color: #6b584a; line-height: 1.75; animation-name: reveal-scale; animation-duration: 220ms; transform-origin: top; }
.contacts { display: grid; grid-template-columns: 1fr 1fr; column-gap: 21px; padding-top: 31px; padding-bottom: 31px; background-color: #f3ebe2; }
.contacts__items { display: grid; row-gap: 16px; }
.contacts__item { display: block; padding-top: 21px; padding-right: 21px; padding-bottom: 21px; padding-left: 21px; color: #402a1c; text-decoration-line: none; }
.contacts__label { display: block; font-size: 14px; }
.contacts__value { display: block; margin-top: 8px; overflow-wrap: anywhere; }
.contacts__map { width: 100%; min-height: 630px; border-width: 0; border-radius: 16px; }
.legal-page__body { border-radius: 16px; box-shadow: 0 21px 63px rgba(43,29,20,.08); }
.legal-page__heading { margin-top: 30px; font-family: "Sora",sans-serif; font-size: 23px; }
.legal-page__text { color: #6b584a; line-height: 1.8; }
.footer { background-color: #402a1c; color: #f3ebe2; }
.footer__container { display: grid; grid-template-columns: 1fr 1.5fr; column-gap: 40px; padding-top: 59px; padding-bottom: 38px; }
.footer__name { font-family: "Sora",sans-serif; font-size: 24px; }
.footer__text { color: #e3d4c2; font-size: 15px; }
.footer__links { display: flex; flex-wrap: wrap; column-gap: 18px; row-gap: 12px; }
.footer__link { border-width: 0; background-color: transparent; color: #f3ebe2; font-size: 14px; cursor: pointer; }
.footer__copy { grid-column: 1 / -1; margin-top: 38px; border-top-width: 1px; border-top-style: solid; border-top-color: #7a5b42; padding-top: 21px; color: #cbb9a6; font-size: 13px; }
.cookie { position: fixed; left: 16px; bottom: 16px; z-index: 60; width: min(546px,calc(100vw - 116px)); border-width: 1px; border-style: solid; border-color: #ddcebd; border-radius: 16px; padding-top: 19px; padding-right: 19px; padding-bottom: 19px; padding-left: 19px; background-color: #f3ebe2; box-shadow: 0 21px 63px rgba(0,0,0,.18); transform-origin: bottom left; animation-name: reveal-scale; animation-duration: 220ms; }
.cookie__title { font-family: "Sora",sans-serif; font-size: 15px; }
.cookie__text { margin-top: 6px; margin-bottom: 11px; color: #6b584a; font-size: 13px; line-height: 1.45; }
.cookie__actions { display: flex; column-gap: 8px; }
.chat { position: fixed; right: 16px; bottom: 16px; z-index: 70; }
.chat__trigger { width: 63px; height: 63px; border-width: 0; border-radius: 50%; background-color: #b0714a; color: #ffffff; font-size: 13px; font-weight: 800; cursor: pointer; animation-name: chat-pulse; animation-duration: 2.8s; animation-timing-function: ease-in-out; animation-iteration-count: infinite; }
.chat__panel { width: min(420px,calc(100vw - 32px)); overflow: hidden; border-width: 1px; border-style: solid; border-color: #ddcebd; border-radius: 16px; background-color: #f3ebe2; box-shadow: 0 21px 63px rgba(0,0,0,.22); transform-origin: bottom right; animation-name: reveal-scale; animation-duration: 220ms; }
.chat__header { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; column-gap: 13px; padding-top: 15px; padding-right: 15px; padding-bottom: 15px; padding-left: 15px; background-color: #402a1c; color: #f3ebe2; }
.chat__photo { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.chat__name,.chat__status { display: block; }
.chat__status { color: #e0cfbb; font-size: 12px; }
.chat__close { width: 38px; height: 38px; border-width: 0; background-color: transparent; color: #ffffff; font-size: 26px; cursor: pointer; }
.chat__body { padding-top: 17px; padding-right: 17px; padding-bottom: 17px; padding-left: 17px; }
.chat__message { border-radius: 13px; padding-top: 15px; padding-right: 15px; padding-bottom: 15px; padding-left: 15px; background-color: #eeddc6; font-size: 14px; line-height: 1.5; }
.chat__choice { margin-right: 5px; border-width: 1px; border-style: solid; border-color: #b9a490; border-radius: 999px; padding-top: 8px; padding-right: 13px; padding-bottom: 8px; padding-left: 13px; background-color: transparent; color: #402a1c; font-size: 13px; }
.chat__form { display: grid; grid-template-columns: minmax(0,1fr) auto; column-gap: 8px; margin-top: 15px; }
.chat__input { min-width: 0; border-width: 1px; border-style: solid; border-color: #b9a490; border-radius: 999px; padding-right: 15px; padding-left: 15px; }
.chat__send { width: 42px; height: 42px; border-width: 0; border-radius: 50%; background-color: #b0714a; color: #ffffff; }
[hidden] { display: none; }
[data-page][data-motion-visible="true"] { animation-name: reveal-up; animation-duration: 320ms; animation-timing-function: ease-out; }
@keyframes reveal-up { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: translateY(0); } }
@keyframes reveal-scale { from { opacity: 0; transform: scale(.97); } to { opacity: 1; transform: scale(1); } }
@keyframes chat-pulse { 0%,100% { box-shadow: 0 17px 42px rgba(43,29,20,.3); } 50% { box-shadow: 0 17px 50px rgba(176,113,74,.42); } }
@media (max-width:1100px) { .nav { display: none; } .header__menu-button { display: block; } .header__container { grid-template-columns: minmax(0,1fr) auto; } .hero__container { grid-template-columns: 1fr; row-gap: 68px; } .hero__copy { text-align: center; } .hero__title,.hero__lead,.hero__stats { margin-right: auto; margin-left: auto; } .hero__actions { justify-content: center; } .hero__title { font-size: 54px; } .info-grid,.expertise__grid,.preparation__grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width:740px) { .body { font-size: 18px; } .header__container,.hero__container,.band__container,.section__container,.footer__container { width: calc(100% - 24px); } .header__phone,.header__request { display: none; } .brand__mark { width: 52px; height: 52px; } .brand__caption { font-size: 10px; } .brand__motto { display: none; } .hero { padding-top: 54px; padding-bottom: 63px; } .hero__container { grid-template-columns: 1fr; row-gap: 42px; text-align: center; } .hero__copy { text-align: center; } .eyebrow { justify-content: center; } .hero__title { margin-right: auto; margin-left: auto; font-size: 42px; } .hero__lead { margin-right: auto; margin-left: auto; font-size: 18px; } .hero__actions { justify-content: center; } .hero__actions .button { width: 100%; } .hero__stats { grid-template-columns: 1fr; row-gap: 14px; margin-right: auto; margin-left: auto; } .hero__stat { border-left-width: 0; border-top-width: 1px; border-top-style: solid; border-top-color: #cbb9a6; padding-top: 12px; padding-left: 0; } .hero__visual { min-height: 414px; } .hero__image { min-height: 414px; } .hero__glass { right: 8px; width: calc(100% - 16px); text-align: left; } .hero__note { top: 12px; left: 2px; } .band__container { grid-template-columns: 1fr; row-gap: 28px; } .section { padding-top: 63px; padding-bottom: 63px; } .section__title { font-size: 35px; text-align: center; } .home-cards,.feature-grid,.facts-grid,.review-grid,.contact-split,.expertise__grid,.preparation__grid,.clarity__grid,.assurance__grid,.documents__grid { grid-template-columns: 1fr; row-gap: 16px; } .page { padding-top: 63px; } .page > * { width: calc(100% - 24px); } .page__title { font-size: 42px; } .page__lead { margin-bottom: 42px; font-size: 18px; } .catalog__filters,.vacancy-card__summary,.vacancy-card__columns,.contacts { grid-template-columns: 1fr; row-gap: 15px; } .vacancy-card__pay { text-align: left; } .info-grid { grid-template-columns: 1fr; } .footer__container { grid-template-columns: 1fr; row-gap: 20px; } .footer__copy { grid-column: 1; } .cookie { width: calc(100vw - 96px); } }
@media (prefers-reduced-motion:reduce) { * { scroll-behavior: auto; transition-duration: .01ms; animation-duration: .01ms; animation-iteration-count: 1; } }
.home-page { width: 100%; min-height: 0; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-bottom: 0; background-color: #f3ebe2; background-image: none; }
.home-page > * { width: 100%; max-width: none; margin-right: 0; margin-left: 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; column-gap: 21px; margin-bottom: 42px; }
.section-heading .section__title { margin-bottom: 0; }
.home-vacancy { border-width: 1px; border-style: solid; border-color: #ddcebd; border-radius: 16px; padding-top: 28px; padding-right: 28px; padding-bottom: 28px; padding-left: 28px; background-color: rgba(255,255,255,.82); box-shadow: 0 17px 42px rgba(43,29,20,.07); transition-property: transform,box-shadow,border-color; transition-duration: 220ms; transition-timing-function: ease; }
.home-vacancy[data-hovered] { border-color: #b0714a; transform: translateY(-6px); box-shadow: 0 23px 50px rgba(43,29,20,.12); }
.home-vacancy__top { display: flex; justify-content: space-between; column-gap: 21px; color: #8a7462; font-size: 13px; text-transform: uppercase; }
.home-vacancy__category { color: #b0714a; font-weight: 800; }
.home-vacancy__title { margin-top: 21px; margin-bottom: 10px; font-family: "Sora",sans-serif; font-size: 24px; }
.home-vacancy__text { min-height: 4.5em; color: #6b584a; font-size: 16px; line-height: 1.6; }
.home-vacancy__pay { display: block; margin-top: 21px; margin-bottom: 21px; font-family: "Sora",sans-serif; font-size: 22px; }
.hero__glass-location { display: block; margin-top: 8px; color: #6b584a; font-size: 14px; }
.feature-card__icon { color: #b0714a; font-size: 42px; }
.feature-card__list { padding-left: 24px; font-size: 16px; line-height: 1.7; }
.form__lead { margin-top: 0; color: #6b584a; font-size: 17px; }
.form__grid { display: grid; grid-template-columns: repeat(2,1fr); column-gap: 16px; }
.contact-split__link { color: #c99a6b; }
.section__lead { max-width: 900px; color: #6b584a; font-size: 17px; line-height: 1.7; }
.expertise__grid,.preparation__grid,.clarity__grid { display: grid; grid-template-columns: repeat(4,1fr); column-gap: 21px; row-gap: 21px; margin-top: 42px; }
.expertise__card,.preparation__grid article,.clarity__grid article { border-width: 1px; border-style: solid; border-color: #ddcebd; border-radius: 16px; padding-top: 29px; padding-right: 29px; padding-bottom: 29px; padding-left: 29px; background-color: rgba(255,255,255,.82); }
.expertise__card > strong,.clarity__grid article > strong { color: #b0714a; font-family: "Sora",sans-serif; }
.expertise__card h3,.preparation__grid h3,.clarity__grid h3 { font-family: "Sora",sans-serif; font-size: 22px; }
.expertise__card p,.expertise__card small,.preparation__grid p,.preparation__grid li,.clarity__grid p { color: #6b584a; font-size: 15px; line-height: 1.65; }
.expertise__card small { display: block; margin-top: 18px; border-top-width: 1px; border-top-style: solid; border-top-color: #ddcebd; padding-top: 16px; color: #b0714a; font-weight: 800; }
.assurance { background-color: #402a1c; color: #f3ebe2; }
.assurance__grid,.documents__grid { display: grid; grid-template-columns: .85fr 1.15fr; column-gap: 50px; align-items: start; }
.assurance__lead { color: #e3d4c2; line-height: 1.7; }
.assurance__list { display: grid; row-gap: 8px; }
.assurance__list article { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #7a5b42; padding-top: 17px; padding-bottom: 17px; }
.assurance__list p { margin-bottom: 0; color: #e3d4c2; font-size: 15px; line-height: 1.65; }
.preparation { background-color: #eeddc6; }
.preparation__grid article { border-top-width: 5px; border-top-style: solid; border-top-color: #b0714a; background-color: #f3ebe2; }
.clarity__grid { grid-template-columns: repeat(2,1fr); }
.clarity__grid article { border-left-width: 5px; border-left-style: solid; border-left-color: #b0714a; }
.documents { background-color: #eeddc6; }
.documents__links { display: grid; row-gap: 15px; }
.documents__links button { display: grid; width: 100%; border-width: 0; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ddcebd; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; background-color: #f3ebe2; color: #402a1c; font-family: "Sora",sans-serif; font-size: 17px; font-weight: 800; text-align: left; cursor: pointer; }
.documents__links span { margin-top: 6px; color: #8a7462; font-family: "Manrope",sans-serif; font-size: 13px; font-weight: 600; }
.brand--footer { color: #f3ebe2; }
.brand--footer .brand__caption { color: #e3d4c2; }
.footer__brand .brand__mark { box-shadow: none; }
@media (max-width:740px) { .section-heading { flex-direction: column; align-items: stretch; row-gap: 21px; } .section-heading .button { align-self: center; } .form__grid { grid-template-columns: 1fr; } }
/* Executive Swiss direction */
.body { background-color: #f3ebe2; color: #2b1d14; }
.header { border-bottom-width: 2px; border-bottom-color: #2b1d14; background-color: rgba(243,235,226,.96); backdrop-filter: blur(12px); }
.brand { color: #2b1d14; }
.brand__mark { width: 58px; height: 58px; border-radius: 0; background-color: transparent; box-shadow: none; }
.brand__symbol-field { fill: #2b1d14; }
.brand__symbol-f { fill: none; stroke: #f3ebe2; stroke-width: 4; }
.brand__symbol-s { fill: none; stroke: #b0714a; stroke-linecap: square; stroke-width: 4; }
.brand__symbol-index { fill: none; stroke: #c99a6b; stroke-width: 2; }
.brand[data-hovered] .brand__mark { transform: none; }
.brand__name { font-family: "Manrope",sans-serif; font-weight: 800; text-transform: uppercase; }
.brand__caption,.brand__motto { color: #8a7462; letter-spacing: .08em; }
.nav__link { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: transparent; color: #2b1d14; font-size: 13px; text-transform: uppercase; }
.nav__link[data-hovered] { border-bottom-color: #2b1d14; color: #2b1d14; transform: none; }
.header__phone { color: #2b1d14; }
.button { border-radius: 2px; }
.button--blue { border-color: #2b1d14; background-color: #2b1d14; color: #f3ebe2; }
.button--coral { border-color: #b0714a; border-radius: 2px; background-color: #b0714a; }
.button--outline { border-color: #8a7462; background-color: #f3ebe2; color: #2b1d14; }
.hero { background-color: #f3ebe2; background-image: none; }
.hero__title,.section__title,.page__title { color: #2b1d14; font-family: Georgia,"Times New Roman",serif; font-weight: 700; }
.hero__accent { color: #b0714a; }
.hero__image { border-radius: 0; box-shadow: 22px 22px 0 #ece0d3; transform: none; }
.hero__glass,.hero__note { border-radius: 0; box-shadow: none; }
.hero__glass { transform: none; }
.band,.assurance,.section--contact,.footer { background-color: #2b1d14; }
.band__number { color: #c99a6b; }
.section--soft,.preparation,.documents { background-color: #ece0d3; }
.feature-card,.form,.home-vacancy,.vacancy-card,.info-card,.review-card,.contacts__item,.legal-page__body,.expertise__card,.preparation__grid article,.clarity__grid article { border-radius: 0; box-shadow: none; }
.home-vacancy[data-hovered],.vacancy-card[data-hovered],.info-card[data-hovered],.review-card[data-hovered],.contacts__item[data-hovered],.fact-card[data-hovered] { border-color: #2b1d14; transform: translateY(-2px); box-shadow: none; }
.page { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #2b1d14; background-color: #f3ebe2; background-image: none; }
.page__eyebrow { margin-top: 0; color: #b0714a; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-align: center; }
.page__title { max-width: none; }
.catalog { background-color: #f3ebe2; }
.catalog__filters { grid-template-columns: 2fr 1fr 1fr; border-width: 1px; border-style: solid; border-color: #2b1d14; border-radius: 0; background-color: #f3ebe2; box-shadow: none; }
.catalog__input { border-radius: 0; background-color: #f3ebe2; color: #2b1d14; }
.vacancy-overview { display: grid; grid-template-columns: repeat(3,1fr); width: 100%; max-width: none; margin-bottom: 0; background-color: #2b1d14; color: #f3ebe2; }
.vacancy-overview__item { display: flex; min-height: 110px; align-items: center; justify-content: center; column-gap: 18px; border-right-width: 1px; border-right-style: solid; border-right-color: #6b584a; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; }
.vacancy-overview__item strong { font-family: Georgia,"Times New Roman",serif; font-size: 36px; }
.vacancy-overview__item span { max-width: 230px; color: #ddcebd; font-size: 14px; }
.vacancy-card { border-width: 0; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #2b1d14; background-color: transparent; }
.vacancy-card__summary { padding-top: 37px; padding-right: 26px; padding-bottom: 37px; padding-left: 26px; color: #2b1d14; }
.vacancy-card__meta { color: #8a7462; letter-spacing: .06em; }
.vacancy-card__title { font-family: "Manrope",sans-serif; font-size: 26px; }
.vacancy-card__details { padding-top: 42px; padding-right: 42px; padding-bottom: 42px; padding-left: 42px; background-color: #ece0d3; color: #2b1d14; animation-name: reveal-scale; animation-duration: 220ms; animation-fill-mode: both; }
.vacancy-card__subtitle { color: #2b1d14; }
.vacancy-card__copy { color: #6b584a; }
.footer { border-top-width: 4px; border-top-style: solid; border-top-color: #c99a6b; }
.cookie,.chat__panel { border-radius: 0; }
.chat__trigger,.chat__send { border-radius: 0; background-color: #b0714a; animation-name: none; }
.chat__header { background-color: #2b1d14; }
.chat__message { border-radius: 0; background-color: #ece0d3; }
.chat__choice,.chat__input { border-radius: 0; }
@media (max-width:740px) { .catalog__filters,.vacancy-overview { grid-template-columns: 1fr; } .vacancy-overview__item { min-height: 84px; border-right-width: 0; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #6b584a; } .vacancy-card__summary { padding-right: 16px; padding-left: 16px; } .vacancy-card__details { padding-top: 27px; padding-right: 21px; padding-bottom: 27px; padding-left: 21px; } .page__eyebrow { width: calc(100% - 24px); } }
.hero__title,.section__title,.page__title,.vacancy-overview__item strong { font-family: "Playfair Display",Georgia,serif; }

/* Shared spacing rhythm and universal burger navigation */
.header__container { grid-template-columns: minmax(0,1fr) auto; padding-top: 19px; padding-bottom: 19px; }
.nav { display: none; }
.header__menu-button { display: block; }
.header__menu-button { border-radius: 0; }
.header__menu-button[data-open] { border-color: #c99a6b; background-color: #c99a6b; color: #2b1d14; }
.mobile-nav { padding-top: 17px; padding-right: max(20px,calc((100vw - 1840px) / 2 + 20px)); padding-bottom: 26px; padding-left: max(20px,calc((100vw - 1840px) / 2 + 20px)); }
.mobile-nav .nav__link { padding-top: 21px; padding-bottom: 21px; font-size: 18px; text-transform: none; }
.section { padding-top: 116px; padding-bottom: 116px; }
.section-heading { column-gap: 26px; margin-bottom: 53px; }
.home-cards,.facts-grid,.review-grid,.info-grid,.expertise__grid,.preparation__grid,.clarity__grid { column-gap: 26px; row-gap: 26px; }
.home-vacancy,.info-card,.review-card { padding-top: 34px; padding-right: 34px; padding-bottom: 34px; padding-left: 34px; }
.feature-grid { column-gap: 26px; row-gap: 26px; }
.feature-card,.form,.faq,.legal-page__body { padding-top: 37px; padding-right: 37px; padding-bottom: 37px; padding-left: 37px; }
.page { padding-top: 110px; padding-bottom: 89px; }
.page__lead { margin-top: 26px; margin-bottom: 89px; }
.catalog { padding-top: 79px; }
.catalog__filters { column-gap: 21px; row-gap: 21px; padding-top: 29px; padding-right: 29px; padding-bottom: 29px; padding-left: 29px; }
.vacancy-card__summary { padding-top: 37px; padding-bottom: 37px; }
.footer__container { padding-top: 74px; padding-bottom: 53px; }
@media (max-width:740px) { .section { padding-top: 72px; padding-bottom: 72px; } .section-heading { margin-bottom: 36px; } .home-vacancy,.info-card,.review-card,.feature-card,.form,.faq,.legal-page__body { padding-top: 23px; padding-right: 23px; padding-bottom: 23px; padding-left: 23px; } .page { padding-top: 72px; padding-bottom: 59px; } .page__lead { margin-top: 23px; margin-bottom: 59px; } .catalog { padding-top: 54px; } .catalog__filters { padding-top: 23px; padding-right: 23px; padding-bottom: 23px; padding-left: 23px; } }
.vacancy-card__summary { grid-template-columns: 48px minmax(0,1fr) auto; }
.vacancy-card__index { align-self: start; color: #8a7462; font-family: "Playfair Display",Georgia,serif; font-size: 15px; }
.vacancy-card__text { display: block; min-height: 0; margin-top: 10px; color: #6b584a; font-size: 14px; }
.vacancy-card__salary { display: block; font-family: "Manrope",sans-serif; font-size: 22px; font-weight: 800; }
.vacancy-card__pay .vacancy-card__schedule { color: #8a7462; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.vacancy-card__description { margin-top: 0; margin-bottom: 24px; color: #6b584a; font-size: 15px; line-height: 1.65; }
.vacancy-card__list { margin-top: 12px; margin-bottom: 0; padding-left: 20px; }
.vacancy-card__item { color: #6b584a; font-size: 14px; line-height: 1.7; }
.vacancy-card__response { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; column-gap: 20px; row-gap: 16px; border-top-width: 1px; border-top-style: solid; border-top-color: #cdbda9; margin-top: 26px; padding-top: 22px; }
.vacancy-card__response .vacancy-card__copy { max-width: 640px; margin-top: 0; margin-bottom: 0; font-size: 14px; }
.catalog__results { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; column-gap: 16px; row-gap: 10px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #2b1d14; padding-top: 22px; padding-bottom: 14px; }
.catalog__count,.catalog__hint { margin-top: 0; margin-bottom: 0; color: #6b584a; font-size: 13px; }
.footer__container { grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr; column-gap: 34px; row-gap: 34px; }
.footer__column { min-width: 0; }
.footer__title { margin-top: 0; margin-bottom: 16px; color: #c99a6b; font-family: "Manrope",sans-serif; font-size: 14px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.footer__column .footer__link { display: block; margin-top: 10px; border-width: 0; background-color: transparent; color: #ece0d3; font-family: "Manrope",sans-serif; font-size: 13px; line-height: 1.5; text-align: left; text-decoration: none; cursor: pointer; }
.footer__note { display: block; margin-top: 10px; color: #c4ad96; font-size: 12px; line-height: 1.5; }
.nav__note { display: block; padding-top: 14px; color: #8a7462; font-size: 13px; }
.chat__choices { display: flex; flex-wrap: wrap; column-gap: 8px; row-gap: 8px; margin-top: 12px; }
.chat__message--user { border-left-width: 2px; border-left-style: solid; border-left-color: #2b1d14; padding-left: 12px; color: #2b1d14; }
@media (max-width:1100px) { .footer__container { grid-template-columns: 1fr 1fr; } }
@media (max-width:740px) { .vacancy-card__summary { grid-template-columns: 1fr; } .footer__container { grid-template-columns: 1fr; } .vacancy-card__response { flex-direction: column; align-items: flex-start; } }

.page__form { max-width: 1134px; margin-top: 31px; }

.info-grid,.review-grid,.feature-grid { column-gap: 31px; row-gap: 31px; }
.info-grid { grid-template-columns: repeat(3,1fr); padding-top: 42px; padding-bottom: 42px; }
.info-card { display: flex; flex-direction: column; border-left-width: 4px; border-left-style: solid; border-left-color: #b0714a; padding-top: 42px; padding-right: 40px; padding-bottom: 42px; padding-left: 40px; }
.info-card__icon { display: grid; width: 44px; height: 44px; place-items: center; background-color: #d8c2a6; color: #2b1d14; font-size: 20px; }
.info-card__title { margin-top: 23px; margin-bottom: 16px; font-size: 25px; line-height: 1.3; }
.info-card__text { margin-top: 0; margin-bottom: 0; }
.info-card__list { margin-top: 24px; margin-bottom: 0; border-top-width: 1px; border-top-style: solid; border-top-color: #ddcebd; padding-top: 24px; padding-left: 23px; }
.info-card__item { margin-bottom: 11px; }
.review-card { display: flex; flex-direction: column; justify-content: space-between; padding-top: 42px; padding-right: 40px; padding-bottom: 42px; padding-left: 40px; }
.review-card__text { font-size: 18px; }
.review-card__author { margin-top: 29px; border-top-width: 1px; border-top-style: solid; border-top-color: #ddcebd; padding-top: 19px; font-size: 15px; letter-spacing: .04em; text-transform: uppercase; }
.feature-card { display: flex; flex-direction: column; padding-top: 50px; padding-right: 46px; padding-bottom: 50px; padding-left: 46px; }
.feature-card__list { margin-top: 25px; margin-bottom: 34px; }
.feature-card__list li { margin-bottom: 9px; }
.feature-card .button { margin-top: auto; align-self: flex-start; }
@media (max-width:1100px) { .info-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width:740px) { .info-grid { grid-template-columns: 1fr; } .info-card,.review-card,.feature-card { padding-top: 26px; padding-right: 24px; padding-bottom: 26px; padding-left: 24px; } }

.chat__panel { width: min(462px,calc(100vw - 32px)); }
.chat__header { column-gap: 16px; padding-top: 20px; padding-right: 21px; padding-bottom: 20px; padding-left: 21px; }
.chat__photo { width: 55px; height: 55px; }
.chat__status { font-size: 13px; }
.chat__body { display: flex; max-height: 462px; flex-direction: column; row-gap: 13px; overflow-y: auto; padding-top: 21px; padding-right: 21px; padding-bottom: 21px; padding-left: 21px; }
.chat__message { margin-top: 0; margin-bottom: 0; border-left-width: 3px; border-left-style: solid; border-left-color: #d8c2a6; padding-top: 17px; padding-right: 19px; padding-bottom: 17px; padding-left: 19px; font-size: 15px; line-height: 1.6; }
.chat__message--user { max-width: 85%; align-self: flex-end; border-left-width: 0; border-right-width: 3px; border-right-style: solid; border-right-color: #b0714a; padding-left: 19px; background-color: #2b1d14; color: #f3ebe2; }
.chat__choices { margin-top: 4px; column-gap: 11px; row-gap: 11px; }
.chat__choice { margin-right: 0; padding-top: 12px; padding-right: 18px; padding-bottom: 12px; padding-left: 18px; font-size: 13px; cursor: pointer; transition-property: background-color,border-color,color; transition-duration: 180ms; transition-timing-function: ease; }
.chat__choice[data-hovered] { border-color: #2b1d14; background-color: #2b1d14; color: #f3ebe2; }
.chat__form { margin-top: 7px; border-top-width: 1px; border-top-style: solid; border-top-color: #ddcebd; padding-top: 18px; column-gap: 11px; }
.chat__input { padding-top: 14px; padding-bottom: 14px; font-size: 15px; }
.chat__send { width: 46px; height: 46px; cursor: pointer; }

.page__request { display: grid; width: 100%; max-width: none; grid-template-columns: 0.85fr 1.15fr; align-items: start; column-gap: 63px; row-gap: 42px; margin-top: 31px; }
.page__request-info { padding-top: 8px; }
.page__request-title { margin-top: 13px; margin-bottom: 17px; color: #2b1d14; font-family: "Playfair Display",Georgia,serif; font-size: 34px; line-height: 1.25; }
.page__request-text { max-width: 672px; margin-top: 0; margin-bottom: 0; color: #6b584a; font-size: 17px; line-height: 1.7; }
.page__request-contacts { display: grid; row-gap: 15px; margin-top: 34px; margin-bottom: 0; padding-left: 0; list-style-type: none; }
.page__request-contact { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ddcebd; padding-bottom: 15px; font-size: 17px; }
.page__request-link { color: #2b1d14; font-weight: 800; text-decoration-line: none; }
.page__request-hours { color: #6b584a; }
.page__request .form { border-width: 1px; border-style: solid; border-color: #ddcebd; box-shadow: none; }
@media (max-width:1100px) { .page__request { grid-template-columns: 1fr; } }

/* контакты и правовые страницы */
.icon { width: 24px; height: 24px; flex-shrink: 0; fill: none; stroke: #b0714a; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.contacts { display: grid; grid-template-columns: 1fr; column-gap: 21px; row-gap: 21px; padding-top: 0; padding-bottom: 0; background-color: transparent; }
.contacts__items { display: grid; row-gap: 16px; }
.contacts__item { display: flex; min-width: 0; align-items: center; column-gap: 17px; border-width: 1px; border-style: solid; border-color: #ddcebd; border-radius: 0; padding-top: 21px; padding-right: 21px; padding-bottom: 21px; padding-left: 21px; background-color: #ffffff; color: #2b1d14; text-decoration-line: none; }
.contacts__body { min-width: 0; }
.contacts__label { display: block; color: #6b584a; font-size: 14px; }
.contacts__value { display: block; font-size: 20px; overflow-wrap: anywhere; }
.contacts__note { display: block; margin-top: 5px; color: #6b584a; font-size: 13px; font-style: normal; line-height: 1.45; }
.contacts__tips { margin-top: 21px; border-left-width: 5px; border-left-style: solid; border-left-color: #b0714a; padding-top: 21px; padding-right: 25px; padding-bottom: 21px; padding-left: 25px; background-color: #f3ebe2; }
.contacts__tips-title { margin-top: 0; margin-bottom: 13px; color: #2b1d14; font-family: "Playfair Display",Georgia,serif; font-size: 21px; }
.contacts__tips-text { margin-top: 0; margin-bottom: 11px; color: #6b584a; font-size: 15px; line-height: 1.6; }
.contacts__map-frame { position: relative; overflow: hidden; margin-top: 21px; border-width: 1px; border-style: solid; border-color: #ddcebd; }
.contacts__map { display: block; width: 100%; height: 630px; min-height: 0; border-width: 0; border-radius: 0; }
.contacts__map-caption { position: absolute; left: 21px; bottom: 21px; display: grid; grid-template-columns: auto minmax(0,1fr); column-gap: 11px; row-gap: 4px; max-width: calc(100% - 42px); padding-top: 17px; padding-right: 17px; padding-bottom: 17px; padding-left: 17px; background-color: #2b1d14; color: #f3ebe2; }
.contacts__map-caption .icon { grid-row: 1 / 3; stroke: #d8c2a6; }
.contacts__map-name { font-size: 17px; }
.contacts__map-address { font-size: 14px; }
.legal-page__body { max-width: 1134px; border-radius: 0; padding-top: 37px; padding-right: 37px; padding-bottom: 37px; padding-left: 37px; background-color: #ffffff; box-shadow: none; }
.legal-page__date { margin-top: 0; color: #6b584a; font-size: 16px; }
.legal-page__section { padding-top: 17px; padding-bottom: 17px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ddcebd; }
.legal-page__heading { margin-top: 0; margin-bottom: 9px; color: #2b1d14; font-family: "Playfair Display",Georgia,serif; font-size: 22px; }
.legal-page__text { margin-top: 0; margin-bottom: 0; color: #6b584a; font-size: 16px; line-height: 1.75; }
.legal-page__list { display: grid; grid-template-columns: 1fr; row-gap: 7px; margin-top: 21px; margin-bottom: 0; }
.legal-page__term { margin-top: 13px; color: #6b584a; font-size: 16px; font-weight: 800; }
.legal-page__value { margin-left: 0; color: #2b1d14; font-size: 16px; font-weight: 700; overflow-wrap: anywhere; }
.legal-page__link { color: #2b1d14; }
@media (min-width:1024px) { .contacts { grid-template-columns: repeat(2,minmax(0,1fr)); } .legal-page__list { grid-template-columns: 252px minmax(0,1fr); column-gap: 31px; row-gap: 16px; } }

/* оформление страниц */
.page__intro { margin-bottom: 63px; padding-top: 74px; padding-right: 31px; padding-bottom: 63px; padding-left: 31px; background-image: radial-gradient(circle at 82% 14%, rgba(201,154,107,.45), rgba(243,235,226,0) 32%); background-color: #f3ebe2; }
.page__intro .page__title { margin-bottom: 17px; }
.page__intro .page__lead { margin-top: 0; margin-bottom: 0; margin-left: auto; margin-right: auto; }
.page__intro .eyebrow { display: block; margin-bottom: 17px; text-align: center; }
.info-card { transition-property: transform,border-color,background-color; transition-duration: 220ms; }
.info-card[data-hovered] { transform: translateY(-4px); border-color: #b0714a; background-color: #ffffff; }
.review-card { transition-property: transform,box-shadow; transition-duration: 220ms; }
.review-card[data-hovered] { transform: translateY(-4px); }

.stats-band { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); column-gap: 1px; row-gap: 1px; margin-bottom: 63px; border-width: 1px; border-style: solid; border-color: #ddcebd; background-color: #ddcebd; }
.stats-band__item { padding-top: 34px; padding-right: 29px; padding-bottom: 34px; padding-left: 29px; background-color: #ffffff; }
.stats-band__value { display: block; color: #2b1d14; font-family: "Playfair Display",Georgia,serif; font-size: 42px; line-height: 1; }
.stats-band__label { display: block; margin-top: 11px; color: #2b1d14; font-size: 16px; font-weight: 800; }
.stats-band__note { display: block; margin-top: 9px; color: #6b584a; font-size: 14px; font-style: normal; line-height: 1.5; }
.link-band { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); column-gap: 21px; row-gap: 21px; margin-top: 63px; }
.link-card { display: block; width: 100%; border-width: 1px; border-style: solid; border-color: #ddcebd; border-top-width: 4px; border-top-color: #b0714a; padding-top: 31px; padding-right: 29px; padding-bottom: 31px; padding-left: 29px; background-color: #ffffff; color: #2b1d14; font-family: "Manrope",sans-serif; text-align: left; cursor: pointer; transition-property: transform,background-color; transition-duration: 220ms; }
.link-card[data-hovered] { transform: translateY(-4px); background-color: #f3ebe2; }
.link-card__title { display: block; font-size: 20px; font-weight: 800; }
.link-card__text { display: block; margin-top: 11px; color: #6b584a; font-size: 15px; line-height: 1.6; }
@media (max-width:1100px) { .stats-band,.link-band { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width:740px) { .stats-band,.link-band { grid-template-columns: 1fr; } }

.page { padding-top: 0; }
.page__intro { margin-bottom: 48px; padding-top: 68px; padding-bottom: 56px; text-align: center; }
.page__intro .page__title { max-width: 28ch; margin-left: auto; margin-right: auto; }
.page__intro .page__lead { max-width: 832px; }
@media (max-width:740px) { .page__intro { margin-bottom: 36px; padding-top: 48px; padding-bottom: 40px; } }

.page__intro .page__title { max-width: 34ch; }
.cookie__title { font-family: "Playfair Display",Georgia,serif; font-style: italic; font-size: 19px; }
.chat__trigger .icon { width: 22px; height: 22px; }

.chat__trigger .icon { width: 22px; height: 22px; stroke: #ffffff; stroke-width: 2; }

/* Единые безопасные боковые поля для содержимого всех страниц */
.header__container,.hero__container,.band__container,.section__container,.footer__container,.page > * { width: calc(100% - 32px); max-width: 1840px; margin-right: auto; margin-left: auto; }
@media (max-width:740px) { .header__container,.hero__container,.band__container,.section__container,.footer__container,.page > * { width: calc(100% - 24px); } }

/* Компактное липкое меню с бургером на телефонах и планшетах */
.header__container { grid-template-columns: auto minmax(0,1fr) auto; column-gap: 21px; padding-top: 15px; padding-bottom: 15px; }
.nav { display: flex; min-width: 0; align-items: center; justify-content: center; column-gap: clamp(14px,1.4vw,29px); }
.nav__link { flex-shrink: 0; font-size: 12px; white-space: nowrap; }
.header__menu-button,.mobile-nav { display: none; }
@media (max-width:1100px) {
  .header__container { grid-template-columns: minmax(0,1fr) auto; row-gap: 0; }
  .nav { display: none; }
  .header__phone { display: none; }
  .header__request { display: none; }
  .header__menu-button { display: block; flex-shrink: 0; }
  .mobile-nav:not([hidden]) { display: block; }
}
@media (max-width:740px) {
  .header__container { grid-template-columns: minmax(0,1fr) auto; padding-top: 11px; padding-bottom: 11px; }
  .brand__mark { width: 49px; height: 49px; }
  .mobile-nav .nav__link { font-size: 14px; }
}
