@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/golos-text-cyrillic-400-normal.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/golos-text-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../fonts/golos-text-cyrillic-500-normal.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../fonts/golos-text-latin-500-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../fonts/golos-text-cyrillic-600-normal.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../fonts/golos-text-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --graphite: #202124;
  --red: #d92536;
  --red-dark: #bd1e2e;
  --paper: #fcfbf8;
  --muted: #707070;
  --line: #d7d5d0;
  --white: #ffffff;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--graphite);
  font-family: "Golos Text", Arial, sans-serif;
  font-synthesis: none;
}

body.iz-dialog-open {
  overflow: hidden;
}

[hidden] {
  display: none !important;
}

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

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1001;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--graphite);
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  transform: translateY(calc(-100% - 24px));
  transition: transform 160ms ease;
}

.skip-link:focus {
  outline: 3px solid var(--red);
  outline-offset: 3px;
  transform: translateY(0);
}

.nowrap {
  white-space: nowrap;
}

.service-fact-line {
  display: flex;
  margin-top: 28px;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0;
  row-gap: 8px;
}

.service-fact-line span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  color: #5f6062;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.service-fact-line span:not(:first-child)::before {
  width: 4px;
  height: 4px;
  margin: 0 12px;
  border-radius: 50%;
  flex: 0 0 4px;
  background: var(--red);
  content: "";
}

.container,
.iz-container {
  width: min(1352px, calc(100% - 88px));
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 20;
  background: var(--paper);
}

.header-inner {
  display: grid;
  min-height: 110px;
  align-items: center;
  grid-template-columns: 286px 1fr auto;
  gap: 38px;
}

.brand {
  display: inline-flex;
  width: 250px;
  flex-direction: column;
  align-items: flex-start;
}

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

.brand > span {
  display: block;
  width: 100%;
  margin-top: 4px;
  color: #737373;
  font-size: 9.8px;
  font-weight: 400;
  letter-spacing: 0.055em;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 2.6vw, 44px);
}

.desktop-nav > a,
.desktop-services-trigger {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.desktop-nav > a::after,
.desktop-services-trigger::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: var(--red);
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 180ms ease, transform 180ms ease;
}

.desktop-nav > a:hover::after,
.desktop-nav > a:focus-visible::after,
.desktop-nav > a[aria-current="page"]::after,
.desktop-nav > a[data-current-section="true"]::after,
.desktop-services-trigger:hover::after,
.desktop-services-trigger:focus-visible::after,
.desktop-services-trigger[aria-current="page"]::after,
.desktop-services-trigger[data-current-section="true"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.desktop-nav > a[aria-current="page"],
.desktop-nav > a[data-current-section="true"],
.desktop-services-trigger[aria-current="page"],
.desktop-services-trigger[data-current-section="true"] {
  color: var(--red);
  font-weight: 600;
}

.desktop-nav > a[aria-current="page"]::after,
.desktop-nav > a[data-current-section="true"]::after,
.desktop-services-trigger[aria-current="page"]::after,
.desktop-services-trigger[data-current-section="true"]::after {
  height: 2px;
}

.desktop-services-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.desktop-services-trigger {
  gap: 8px;
}

.desktop-services-chevron {
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.services-dropdown {
  position: absolute;
  z-index: 40;
  top: calc(100% - 1px);
  left: 50%;
  width: 350px;
  padding: 18px 20px 20px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 22px 54px rgba(32, 33, 36, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  visibility: hidden;
}

.desktop-services-menu:hover .services-dropdown,
.desktop-services-menu:focus-within .services-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.desktop-services-menu:hover .desktop-services-chevron,
.desktop-services-menu:focus-within .desktop-services-chevron {
  margin-top: 3px;
  transform: rotate(225deg);
}

.services-dropdown a::after {
  display: none;
}

.services-dropdown-all {
  display: flex;
  min-height: 43px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 1px 2px 14px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.services-dropdown-all span:last-child {
  color: var(--red);
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
}

.services-dropdown-list {
  display: grid;
  padding-top: 10px;
}

.services-dropdown-list a {
  position: relative;
  display: flex;
  min-height: 39px;
  align-items: center;
  color: #555659;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  white-space: normal;
  transition: color 160ms ease, transform 160ms ease;
}

.services-dropdown a[aria-current="page"] {
  color: var(--red);
  font-weight: 600;
}

.services-dropdown-list a[aria-current="page"]::before {
  position: absolute;
  left: -10px;
  width: 3px;
  height: 18px;
  background: var(--red);
  content: "";
}

.services-dropdown a:hover,
.services-dropdown a:focus-visible {
  color: var(--red);
}

.services-dropdown-list a:hover,
.services-dropdown-list a:focus-visible {
  transform: translateX(3px);
}

.desktop-header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.desktop-phone {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  transition: color 180ms ease;
}

.desktop-phone:hover,
.desktop-phone:focus-visible {
  color: var(--red);
}

.header-contact {
  display: inline-flex;
  min-width: 146px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--graphite);
  border-radius: 2px;
  background: var(--graphite);
  color: var(--white);
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.header-contact:hover {
  border-color: #050505;
  background: #050505;
  color: var(--white);
  transform: translateY(-1px);
}

.mobile-header-actions,
.mobile-menu {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 30px;
  border: 1px solid var(--red);
  border-radius: 2px;
  background: var(--red);
  color: var(--white);
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.iz-site-main {
  min-height: 42vh;
  outline: none;
}

.iz-content {
  padding: 76px 0 92px;
}

.iz-entry {
  max-width: 760px;
}

.iz-entry__title {
  margin: 0 0 26px;
  font-size: clamp(40px, 4.5vw, 62px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.iz-entry__title a:hover,
.iz-entry__title a:focus-visible {
  color: var(--red);
}

.iz-entry__content {
  color: #555659;
  font-size: 17px;
  line-height: 1.65;
}

.contact-section {
  scroll-margin-top: 20px;
  border-top: 1px solid #e5e3de;
  background: var(--paper);
}

.contact-inner {
  display: grid;
  min-height: 78svh;
  align-items: center;
  grid-template-columns: minmax(0, 1.16fr) minmax(380px, 0.84fr);
  gap: clamp(72px, 9vw, 140px);
  padding: clamp(72px, 9vh, 112px) 0;
}

.contact-copy { max-width: 740px; }

.contact-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(42px, 4.4vw, 64px);
  font-weight: 500;
  letter-spacing: -0.047em;
  line-height: 1.07;
  text-wrap: balance;
}

.contact-intro {
  max-width: 680px;
  margin: 0 0 20px;
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.58;
}

.contact-promise {
  max-width: 610px;
  margin: 0 0 34px;
  padding-left: 18px;
  border-left: 2px solid var(--red);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.contact-panel {
  padding: 34px 34px 32px;
  border: 1px solid #d8d6d0;
  background: var(--white);
}

.contact-panel-label {
  margin: 0 0 22px;
  color: var(--red);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.contact-channel {
  display: block;
  padding: 18px 0 20px;
  border-top: 1px solid #e5e3de;
  transition: color 180ms ease;
}

.contact-channel span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}

.contact-channel strong {
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 500;
  letter-spacing: -0.028em;
  line-height: 1.25;
}

.contact-channel:hover,
.contact-channel:focus-visible { color: var(--red); }

.contact-geography {
  margin: 2px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #e5e3de;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.contact-geography span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
}

.site-footer {
  border-top: 1px solid #deddd8;
  background: var(--white);
}

.footer-main {
  display: grid;
  padding: 62px 0 52px;
  grid-template-columns: minmax(280px, 1.25fr) repeat(3, minmax(150px, 0.75fr));
  gap: clamp(40px, 5vw, 84px);
}

.footer-brand img {
  display: block;
  width: 235px;
  height: auto;
  aspect-ratio: 1812 / 210;
}

.footer-brand > p {
  max-width: 330px;
  margin: 23px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-column > p {
  margin: 0 0 7px;
  color: var(--red);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.footer-column a,
.footer-column address {
  color: #595a5c;
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
  transition: color 180ms ease;
}

.footer-column a:hover {
  color: var(--red);
}

.footer-contacts {
  min-width: 210px;
}

.footer-bottom {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 0;
  border-top: 1px solid #e5e3de;
}

.footer-bottom p {
  margin: 0;
  color: #707174;
  font-size: 11px;
  line-height: 1.55;
}

.footer-legal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.footer-legal a,
.footer-cookie-settings {
  color: #707174;
  font-size: 11px;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: #bdbdbd;
  text-underline-offset: 3px;
  transition: color 180ms ease;
}

.footer-cookie-settings {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}

.footer-legal a:hover,
.footer-cookie-settings:hover,
.footer-cookie-settings:focus-visible {
  color: var(--red);
}

.request-overlay {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(19, 20, 22, 0.72);
  backdrop-filter: blur(2px);
}

.request-dialog {
  position: relative;
  width: min(640px, 100%);
  max-height: calc(100svh - 32px);
  padding: 34px 38px 36px;
  overflow-y: auto;
  border-top: 3px solid var(--red);
  background: var(--white);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  overscroll-behavior: contain;
}

.request-consent-dialog {
  width: min(600px, 100%);
}

.request-dialog-close {
  position: absolute;
  z-index: 1;
  top: 13px;
  right: 13px;
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--graphite);
  cursor: pointer;
}

.request-dialog-close svg {
  width: 25px;
  height: 25px;
}

.request-dialog-close:hover,
.request-dialog-close:focus-visible {
  color: var(--red);
}

.request-dialog-heading {
  padding-right: 42px;
}

.request-dialog-heading > p {
  margin: 0 0 9px;
  color: var(--red);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.request-dialog-heading h2 {
  margin: 0 0 13px;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.08;
  text-wrap: balance;
}

.request-dialog-heading > span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.request-direct-contacts {
  display: grid;
  margin: 22px 0 20px;
  border-top: 1px solid #deddd8;
  border-bottom: 1px solid #deddd8;
  grid-template-columns: 1fr 1fr;
}

.request-direct-contacts a {
  display: flex;
  min-height: 70px;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.request-direct-contacts a + a {
  padding-left: 20px;
  border-left: 1px solid #deddd8;
}

.request-direct-contacts small {
  color: var(--muted);
  font-size: 10px;
}

.request-direct-contacts strong {
  font-size: 15px;
  font-weight: 600;
}

.request-direct-contacts a:hover strong {
  color: var(--red);
}

.request-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 14px;
}

.request-fields label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.request-fields label > span {
  font-size: 11px;
  font-weight: 500;
}

.request-fields input,
.request-fields textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  color: var(--graphite);
  font: inherit;
  font-size: 13px;
  outline: none;
}

.request-fields input {
  height: 44px;
  padding: 0 13px;
}

.request-fields textarea {
  min-height: 72px;
  padding: 11px 13px;
  resize: vertical;
}

.request-fields input::placeholder,
.request-fields textarea::placeholder {
  color: #999a9b;
}

.request-fields input:focus,
.request-fields textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 1px var(--red);
}

.request-company-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.request-wide-field {
  grid-column: 1 / -1;
}

.request-consent-row {
  display: grid;
  margin-top: 15px;
  align-items: flex-start;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  color: #595a5c;
  font-size: 11px;
  line-height: 1.45;
}

.request-consent-row > input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--red);
}

.request-consent-row button {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #a5a5a5;
  background: transparent;
  color: var(--graphite);
  cursor: pointer;
  font: inherit;
  line-height: inherit;
}

.request-consent-row button:hover,
.request-consent-row button:focus-visible {
  border-color: var(--red);
  color: var(--red);
}

.request-submit {
  display: flex;
  width: 100%;
  min-height: 50px;
  margin-top: 17px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 0;
  background: var(--red);
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
}

.request-submit:hover,
.request-submit:focus-visible {
  background: var(--red-dark);
}

.request-submit:disabled {
  cursor: wait;
  opacity: 0.68;
}

.request-submit > span:last-child {
  font-size: 20px;
}

.request-form-status {
  margin: 11px 0 0;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.request-form-status-error {
  color: var(--red-dark);
}

.request-form-status-success {
  color: #287847;
  font-weight: 500;
}

.request-success {
  display: flex;
  min-height: 390px;
  padding: 32px 18px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.request-success[hidden] {
  display: none;
}

.request-success:focus {
  outline: none;
}

.request-success-mark {
  display: grid;
  width: 72px;
  height: 72px;
  margin-bottom: 25px;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
}

.request-success-mark svg {
  width: 36px;
  height: 36px;
}

.request-success-kicker {
  margin: 0 0 10px;
  color: var(--red);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.request-success h2 {
  max-width: 480px;
  margin: 0;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-wrap: balance;
}

.request-success > p:last-of-type {
  max-width: 420px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.request-success-close {
  min-width: 190px;
  min-height: 50px;
  margin-top: 30px;
  padding: 0 28px;
  border: 0;
  background: var(--red);
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
}

.request-success-close:hover,
.request-success-close:focus-visible {
  background: var(--red-dark);
}

.request-legal-text {
  margin-top: 22px;
  color: #595a5c;
  font-size: 13px;
  line-height: 1.58;
}

.request-legal-text p {
  margin: 0 0 13px;
}

.request-legal-text a {
  color: var(--graphite);
  text-decoration: underline;
  text-decoration-color: #a5a5a5;
  text-underline-offset: 3px;
}

.request-policy-link {
  padding-top: 13px;
  border-top: 1px solid #deddd8;
  color: var(--graphite);
  font-weight: 500;
}

.cookie-banner {
  position: fixed;
  z-index: 900;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  min-height: 68px;
  align-items: center;
  padding: 10px max(24px, calc((100vw - 1352px) / 2));
  border-top: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 -10px 34px rgba(32, 33, 36, 0.1);
  grid-template-columns: minmax(300px, 1fr) auto;
  gap: 22px;
}

.cookie-banner::before {
  position: absolute;
  top: -1px;
  left: max(24px, calc((100vw - 1352px) / 2));
  width: 74px;
  height: 2px;
  background: var(--red);
  content: "";
}

.cookie-banner p {
  margin: 0;
  color: #37383a;
  font-size: 13px;
  line-height: 1.45;
}

.cookie-banner p a {
  border-bottom: 1px solid currentColor;
  color: var(--graphite);
  font-weight: 500;
}

.cookie-banner p a:hover,
.cookie-banner p a:focus-visible {
  color: var(--red);
}

.cookie-actions {
  display: grid;
  grid-template-columns: 178px 178px;
  gap: 8px;
}

.cookie-actions button {
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid transparent;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 500;
}

.cookie-allow {
  background: var(--red);
}

.cookie-allow:hover,
.cookie-allow:focus-visible {
  background: var(--red-dark);
}

.cookie-necessary {
  background: var(--graphite);
}

.cookie-necessary:hover,
.cookie-necessary:focus-visible {
  background: #050505;
}

@media (max-width: 1160px) {
  .container,
  .iz-container {
    width: min(100% - 48px, 1080px);
  }

  .header-inner {
    grid-template-columns: 225px 1fr auto;
    gap: 22px;
  }

  .brand {
    width: 218px;
  }

  .brand > span {
    font-size: 8.55px;
  }

  .desktop-nav {
    gap: 20px;
  }

  .desktop-nav > a,
  .desktop-services-trigger,
  .header-contact {
    font-size: 14px;
  }

  .desktop-header-actions {
    gap: 14px;
  }

  .desktop-phone {
    font-size: 13px;
  }

  .header-contact {
    min-width: 120px;
  }

  .contact-inner {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
    gap: 58px;
  }

  .contact-panel {
    padding-right: 27px;
    padding-left: 27px;
  }

  .footer-main {
    grid-template-columns: minmax(250px, 1fr) repeat(3, minmax(140px, 0.65fr));
    gap: 34px;
  }
}

@media (max-width: 1020px) {
  .header-inner {
    display: flex;
    min-height: 88px;
  }

  .desktop-nav,
  .desktop-header-actions {
    display: none;
  }

  .brand {
    width: 222px;
  }

  .mobile-header-actions {
    display: flex;
    margin-left: auto;
    align-items: center;
    gap: 8px;
  }

  .mobile-call,
  .mobile-menu > summary {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 2px;
    background: var(--paper);
    color: var(--graphite);
  }

  .mobile-call svg,
  .mobile-menu-phone svg {
    width: 22px;
    height: 22px;
  }

  .mobile-call:hover,
  .mobile-call:focus-visible {
    color: var(--red);
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu > summary {
    cursor: pointer;
    list-style: none;
    flex-direction: column;
    gap: 5px;
  }

  .mobile-menu > summary::-webkit-details-marker,
  .mobile-services-menu > summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu > summary > span {
    width: 20px;
    height: 1.5px;
    background: var(--graphite);
  }

  .mobile-menu nav {
    position: absolute;
    top: 58px;
    right: 0;
    display: flex;
    width: min(320px, calc(100vw - 48px));
    max-height: calc(100svh - 112px);
    flex-direction: column;
    padding: 18px;
    overflow-y: auto;
    border: 1px solid var(--line);
    border-radius: 2px;
    background: var(--paper);
    box-shadow: 0 18px 40px rgba(32, 33, 36, 0.12);
    overscroll-behavior: contain;
  }

  .contact-inner {
    min-height: 0;
    grid-template-columns: 1fr 0.8fr;
    gap: 38px;
    padding: 84px 0;
  }

  .contact-copy h2 { font-size: clamp(38px, 5.2vw, 50px); }

  .contact-channel strong { font-size: 19px; }

  .mobile-menu nav > a:not(.mobile-menu-phone) {
    display: flex;
    min-height: 48px;
    align-items: center;
    border-bottom: 1px solid var(--line);
    font-weight: 500;
  }

  .mobile-menu nav > a[aria-current="page"],
  .mobile-menu nav > a[data-current-section="true"],
  .mobile-services-menu[data-current-section="true"] > summary {
    color: var(--red);
    font-weight: 600;
  }

  .mobile-services-menu {
    border-bottom: 1px solid var(--line);
  }

  .mobile-services-menu > summary {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 500;
    list-style: none;
  }

  .mobile-services-chevron {
    width: 8px;
    height: 8px;
    margin-right: 4px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg);
    transition: transform 160ms ease;
  }

  .mobile-services-menu[open] .mobile-services-chevron {
    transform: rotate(225deg);
  }

  .mobile-services-list {
    display: grid;
    padding: 4px 0 11px 14px;
    border-top: 1px solid #e8e6e1;
  }

  .mobile-services-list a {
    position: relative;
    display: flex;
    min-height: 42px;
    align-items: center;
    color: #5c5d60;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
  }

  .mobile-services-list a[aria-current="page"] {
    color: var(--red);
    font-weight: 700;
  }

  .mobile-services-list a[aria-current="page"]::before {
    position: absolute;
    left: -14px;
    width: 3px;
    height: 18px;
    background: var(--red);
    content: "";
  }

  .mobile-services-list .mobile-services-all {
    color: var(--red);
    font-weight: 600;
  }

  .mobile-menu .button {
    width: 100%;
    margin-top: 16px;
  }

  .mobile-menu-phone {
    display: flex;
    min-height: 68px;
    align-items: center;
    gap: 13px;
    margin-bottom: 7px;
    padding: 7px 0 14px;
    border-bottom: 1px solid var(--line);
  }

  .mobile-menu-phone svg {
    flex: 0 0 auto;
    color: var(--red);
  }

  .mobile-menu-phone > span {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .mobile-menu-phone small {
    color: var(--muted);
    font-size: 11px;
    font-weight: 400;
  }

  .mobile-menu-phone strong {
    color: var(--graphite);
    font-size: 16px;
    font-weight: 600;
  }

  .mobile-menu-contact {
    min-height: 50px;
  }
}

@media (max-width: 930px) {
  .footer-main {
    grid-template-columns: 1.2fr repeat(2, 0.8fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-brand > p {
    max-width: 430px;
  }
}

@media (max-width: 760px) {
  .request-overlay {
    padding: 8px 0;
  }

  .request-dialog {
    width: 100%;
    max-height: calc(100svh - 16px);
    padding: 23px 20px 18px;
    box-shadow: none;
  }

  .request-dialog-close {
    top: 6px;
    right: 8px;
  }

  .request-dialog-heading {
    padding-right: 38px;
  }

  .request-dialog-heading > p {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .request-dialog-heading h2 {
    margin-bottom: 8px;
    font-size: 27px;
  }

  .request-dialog-heading > span {
    font-size: 12px;
    line-height: 1.38;
  }

  .request-direct-contacts {
    margin: 13px 0 12px;
  }

  .request-direct-contacts a {
    min-height: 52px;
  }

  .request-direct-contacts a + a {
    padding-left: 13px;
  }

  .request-direct-contacts strong {
    font-size: 12px;
  }

  .request-fields {
    gap: 9px 10px;
  }

  .request-fields label {
    gap: 4px;
  }

  .request-fields label > span {
    font-size: 10px;
  }

  .request-fields input {
    height: 40px;
    padding: 0 10px;
  }

  .request-fields textarea {
    min-height: 54px;
    padding: 9px 10px;
    resize: none;
  }

  .request-fields input,
  .request-fields textarea {
    font-size: 12px;
  }

  .request-consent-row {
    margin-top: 10px;
    grid-template-columns: 17px 1fr;
    gap: 8px;
    font-size: 10px;
    line-height: 1.38;
  }

  .request-consent-row > input {
    width: 17px;
    height: 17px;
  }

  .request-submit {
    min-height: 46px;
    margin-top: 11px;
    font-size: 13px;
  }

  .request-legal-text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.46;
  }

  .request-legal-text p {
    margin-bottom: 9px;
  }

  .request-policy-link {
    padding-top: 9px;
  }

  .cookie-banner {
    display: block;
    min-height: 100px;
    padding: 10px 11px max(10px, env(safe-area-inset-bottom));
  }

  .cookie-banner::before {
    left: 11px;
    width: 58px;
  }

  .cookie-banner p {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 16px;
  }

  .cookie-actions {
    grid-template-columns: 1fr 1fr;
  }

  .cookie-actions button {
    min-width: 0;
    min-height: 40px;
    padding: 0 7px;
    font-size: 10.5px;
    white-space: nowrap;
  }
}

@media (max-width: 620px) {
  .container,
  .iz-container {
    width: calc(100% - 32px);
  }

  .service-fact-line {
    margin-top: 22px;
    row-gap: 5px;
  }

  .service-fact-line span {
    min-height: 21px;
    font-size: 12px;
    line-height: 1.3;
  }

  .service-fact-line span:not(:first-child)::before {
    margin: 0 7px;
  }

  .header-inner {
    min-height: 76px;
  }

  .brand {
    width: 200px;
  }

  .brand > span {
    margin-top: 3px;
    font-size: 8.1px;
    letter-spacing: 0.035em;
  }

  .mobile-menu > summary,
  .mobile-call {
    width: 44px;
    height: 44px;
  }

  .mobile-menu nav {
    width: calc(100vw - 32px);
  }

  .iz-content {
    padding: 56px 0 68px;
  }

  .iz-entry__title {
    font-size: clamp(36px, 11vw, 48px);
  }

  .contact-inner {
    display: block;
    padding: 76px 0 82px;
  }

  .contact-copy h2 {
    margin-bottom: 22px;
    font-size: clamp(38px, 11vw, 48px);
    line-height: 1.07;
  }

  .contact-intro {
    font-size: 16px;
    line-height: 1.52;
  }

  .contact-promise {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .contact-button { width: 100%; }

  .contact-panel {
    margin-top: 46px;
    padding: 28px 22px 26px;
  }

  .contact-channel strong { font-size: clamp(20px, 6vw, 25px); }

  .footer-main {
    padding: 50px 0 44px;
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-brand img {
    width: 220px;
  }

  .footer-column {
    gap: 0;
  }

  .footer-column > p {
    margin-bottom: 7px;
  }

  .footer-column a {
    display: flex;
    min-height: 44px;
    align-items: center;
  }

  .footer-column[aria-label="Услуги"] {
    grid-column: 1 / -1;
  }

  .footer-contacts {
    min-width: 0;
    grid-column: auto;
  }

  .footer-bottom {
    display: block;
    padding: 25px 0 28px;
  }

  .footer-legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    margin-top: 18px;
  }

  .footer-legal a,
  .footer-cookie-settings {
    display: flex;
    min-height: 44px;
    align-items: center;
    padding: 6px 0;
  }
}

@media (max-width: 350px) {
  .header-inner {
    gap: 8px;
  }

  .brand {
    width: 176px;
  }

  .brand > span {
    font-size: 7.05px;
  }

  .mobile-header-actions {
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
