@charset "UTF-8";
/* Inter — єдина гарнітура макета (Figma «vkz-ui-kit», розділ 2).
   Варіативний файл із повним діапазоном ваг 100–900: у макеті є
   Extra Bold (800) для H1 і Black (900) для логотипа. */
/* Inter — cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-normal-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* Inter — cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-normal-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* Inter — latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-normal-latin.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;
}
/* Inter italic — cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-italic-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* Inter italic — cyrillic */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-italic-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* Inter italic — latin */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-italic-latin.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;
}
/* Lora — гарнітура заголовків документних сторінок (макет «Untitled», node 15:227:
   H1/H2/H3 і бічний зміст). Змінний файл 400–700: у макеті є Semi Bold (600)
   для пунктів змісту й Bold (700) для заголовків. Курсиву немає навмисно —
   заголовки його не використовують, а це ще три файли. */
/* Lora — cyrillic-ext */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/lora-normal-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* Lora — cyrillic */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/lora-normal-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* Lora — latin */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/lora-normal-latin.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;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

:root {
  --app-height: 100%;
  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 20px;
  --navy: #1b3a57;
  --navy-dark: #162535;
  --accent: #2e6e8e;
  --green: #52b788;
  --text: #1f2933;
  --text-muted: #4a5568;
  --text-subtle: #9aa5b1;
  --text-inverse: #ffffff;
  --bg: #ffffff;
  --bg-alt: #f7f8f9;
  --blue-soft: #e1f1f7;
  --green-soft: #e8f5e9;
  --border: #e4e7eb;
  --black: #000000;
  --white: #ffffff;
  --error: #e53e3e;
  --success: #52b788;
  --warning: #f39c12;
}

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

html {
  font-size: 10px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  background-color: var(--bg);
  color: var(--text);
}

body {
  font-family: Inter, system-ui, -apple-system, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
body.menu-open, body.scroll-disable {
  overflow: hidden;
}

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

.main {
  flex: 1;
}

section {
  padding: 4rem 0;
}
@media (min-width: 992px) {
  section {
    padding: 6.4rem 0;
  }
}

:root {
  --container-pad: max(1.6rem, calc((100vw - 128rem) / 2));
}
@media (min-width: 768px) and (max-width: 1344px) {
  :root {
    --container-pad: 3.2rem;
  }
}

.container,
[class*=__container] {
  width: 100%;
  margin: 0 auto;
  padding-inline: var(--container-pad);
}

.container-narrow {
  max-width: 82rem;
  margin-inline: auto;
}

.tac {
  text-align: center;
}

.hidden {
  display: none !important;
}

.bg-alt {
  background-color: var(--bg-alt);
}

.bg-dark {
  background-color: var(--navy);
  color: var(--white);
}

.skip-link {
  position: absolute;
  left: -999.9rem;
  top: 0;
  z-index: 999;
  padding: 1.2rem 1.6rem;
  background: var(--navy);
  color: var(--white);
  border-radius: 0 0 var(--radius) 0;
}
.skip-link:focus {
  left: 0;
  color: var(--white);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

h1, .h1 {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--navy);
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 3.8rem;
  }
}

h2, .h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--navy);
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2.8rem;
  }
}

h3, .h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 2rem;
  }
}

h4, .h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text);
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 1.8rem;
  }
}

h5, .h5,
h6, .h6 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text);
}
@media (min-width: 768px) {
  h5, .h5,
  h6, .h6 {
    font-size: 1.6rem;
  }
}

p, li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text-muted);
}
@media (min-width: 768px) {
  p, li {
    font-size: 1.5rem;
  }
}

.lead {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text-muted);
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.6rem;
  }
}

.text-sm {
  font-size: 1.3rem;
  line-height: 1.55;
}

.caption {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--text-subtle);
}

.eyebrow {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover, a:focus-visible {
  color: var(--navy);
}

strong, b {
  font-weight: 700;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  background-color: var(--border);
  margin: 3.2rem 0;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 2px;
}

.bttn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.4rem 2.8rem;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  border-radius: var(--radius);
  background: linear-gradient(90deg, #52b788 0%, #2e6e8e 100%);
  color: var(--white);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
.bttn:hover, .bttn:focus-visible {
  background: var(--accent);
  color: var(--white);
}
.bttn:disabled, .bttn[aria-disabled=true] {
  opacity: 0.4;
  pointer-events: none;
}

.bttn--outline {
  padding: calc(1.4rem - 2px) calc(2.8rem - 2px);
  border: 2px solid var(--navy);
  background: transparent;
  color: var(--navy);
}
.bttn--outline:hover, .bttn--outline:focus-visible {
  background: var(--bg-alt);
  color: var(--navy);
}

.bttn--light {
  padding: calc(1.4rem - 2px) calc(2.8rem - 2px);
  border: 2px solid var(--white);
  background: transparent;
  color: var(--white);
}
.bttn--light:hover, .bttn--light:focus-visible {
  background: var(--white);
  border-color: var(--white);
  color: var(--navy);
}

.bttn--ghost {
  padding: 0.4rem 0;
  gap: 0.8rem;
  background: transparent;
  color: var(--accent);
  font-size: 1.3rem;
}
.bttn--ghost::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
  background: url("../img/arrow-right.svg") center/contain no-repeat;
  transition: transform 0.2s ease;
}
.bttn--ghost:hover, .bttn--ghost:focus-visible {
  background: transparent;
  color: var(--navy);
}
.bttn--ghost:hover::after, .bttn--ghost:focus-visible::after {
  transform: translateX(3px);
}

.bttn--sm {
  padding: 1rem 2rem;
  border: 1.5px solid var(--navy);
  border-radius: var(--radius);
  background: transparent;
  color: var(--navy);
  font-size: 1.4rem;
}
.bttn--sm:hover, .bttn--sm:focus-visible {
  background: var(--navy);
  color: var(--white);
}

.bttn--lg {
  font-size: 1.6rem;
}

.bttn--block {
  display: flex;
  width: 100%;
}

label,
.form__label {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
textarea,
select {
  width: 100%;
  padding: 1.2rem;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--text);
  background-color: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: var(--text-subtle);
}
input:not([type=checkbox]):not([type=radio]):not([type=submit])::placeholder,
textarea::placeholder,
select::placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: var(--text-subtle);
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):hover,
textarea:hover,
select:hover {
  border-color: var(--text-subtle);
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus, input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible {
  outline: none;
  padding: calc(1.2rem - 1px);
  background-color: var(--white);
  border: 2px solid var(--accent);
}

textarea {
  min-height: 10rem;
  resize: vertical;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 4rem;
  background-image: url("../img/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-size: 1.4rem;
  cursor: pointer;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .wpcf7-form-control.wpcf7-not-valid {
  padding: calc(1.2rem - 0.5px);
  background-color: var(--white);
  border: 1.5px solid var(--error);
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.4;
  color: var(--error);
}
.wpcf7 .wpcf7-response-output {
  margin: 1.6rem 0 0;
  padding: 1.2rem 1.6rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.wpcf7 .wpcf7-spinner {
  margin: 0 0.8rem;
}
.wpcf7 input[type=submit],
.wpcf7 .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.4rem 2.8rem;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  border-radius: var(--radius);
  background: linear-gradient(90deg, #52b788 0%, #2e6e8e 100%);
  color: var(--white);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
.wpcf7 input[type=submit]:hover, .wpcf7 input[type=submit]:focus-visible,
.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit:focus-visible {
  background: var(--accent);
  color: var(--white);
}
.wpcf7 input[type=submit]:disabled, .wpcf7 input[type=submit][aria-disabled=true],
.wpcf7 .wpcf7-submit:disabled,
.wpcf7 .wpcf7-submit[aria-disabled=true] {
  opacity: 0.4;
  pointer-events: none;
}
.wpcf7 input[type=submit],
.wpcf7 .wpcf7-submit {
  width: 100%;
}
@media (min-width: 576px) {
  .wpcf7 input[type=submit],
  .wpcf7 .wpcf7-submit {
    width: auto;
  }
}

.form-grid {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-grid .form-grid__full {
  grid-column: 1/-1;
}

.wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 1.2rem;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
input[type=checkbox] + span,
input[type=checkbox] + .wpcf7-list-item-label,
input[type=radio] + span,
input[type=radio] + .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 2.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text);
  cursor: pointer;
}
input[type=checkbox] + span::before,
input[type=checkbox] + .wpcf7-list-item-label::before,
input[type=radio] + span::before,
input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  background-color: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-xs);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
input[type=checkbox]:hover + span::before, input[type=checkbox]:hover + .wpcf7-list-item-label::before,
input[type=radio]:hover + span::before,
input[type=radio]:hover + .wpcf7-list-item-label::before {
  border-color: var(--accent);
}
input[type=checkbox]:focus-visible + span::before, input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before,
input[type=radio]:focus-visible + span::before,
input[type=radio]:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

input[type=checkbox]:checked + span::before,
input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: var(--green);
  border-color: var(--green);
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.2rem;
}

input[type=radio] + span::before,
input[type=radio] + .wpcf7-list-item-label::before {
  border-radius: 50%;
}
input[type=radio]:checked + span::before,
input[type=radio]:checked + .wpcf7-list-item-label::before {
  border-color: var(--accent);
  background-image: radial-gradient(circle, #2e6e8e 0 0.5rem, transparent 0.5rem);
}

.form-consent {
  margin-top: 0.8rem;
}
.form-consent a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wysiwyg {
  max-width: 82rem;
}
.wysiwyg > * + * {
  margin-top: 2rem;
}
.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  margin-top: 4rem;
  margin-bottom: -0.4rem;
}
.wysiwyg p, .wysiwyg li {
  color: var(--text);
}
.wysiwyg ul, .wysiwyg ol {
  padding-left: 2.2rem;
}
.wysiwyg ul li + li, .wysiwyg ol li + li {
  margin-top: 0.8rem;
}
.wysiwyg ul {
  list-style: none;
  padding-left: 0;
}
.wysiwyg ul > li {
  position: relative;
  padding-left: 2.6rem;
}
.wysiwyg ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: var(--green);
}
.wysiwyg ol {
  padding-left: 2rem;
}
.wysiwyg a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wysiwyg a:hover {
  color: var(--accent);
}
.wysiwyg img {
  border-radius: var(--radius);
}
.wysiwyg figure {
  margin: 2.8rem 0;
}
.wysiwyg figcaption {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: var(--text-muted);
}
.wysiwyg blockquote {
  padding: 2rem 2.4rem;
  border-left: 3px solid var(--green);
  background-color: var(--green-soft);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.wysiwyg blockquote p {
  font-size: 1.8rem;
  font-style: italic;
}
.wysiwyg table {
  width: 100%;
  border-collapse: collapse;
}
.wysiwyg table th, .wysiwyg table td {
  padding: 1.2rem 1.4rem;
  border: 1px solid var(--border);
  text-align: left;
  font-size: 1.5rem;
}
.wysiwyg table th {
  background-color: var(--bg-alt);
  font-weight: 600;
}
.wysiwyg .table-scroll {
  overflow-x: auto;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 0.6rem 1.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--accent);
  background-color: var(--green-soft);
  border-radius: var(--radius-pill);
}
@media (min-width: 992px) {
  .section-tag {
    font-size: 1.3rem;
  }
}

.section-head {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  max-width: 80rem;
  margin-bottom: 3.2rem;
}
@media (min-width: 992px) {
  .section-head {
    margin-bottom: 5.6rem;
  }
}
@media (min-width: 992px) {
  .section-head--center {
    align-items: center;
    margin-inline: auto;
    text-align: center;
  }
  .section-head--center .section-tag {
    align-self: center;
  }
}

.section-head__title {
  margin: 0;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text);
}
@media (min-width: 992px) {
  .section-head__title {
    font-size: 3.8rem;
    line-height: 1.2;
  }
}

.section-head__lead {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--text-muted);
}
@media (min-width: 992px) {
  .section-head__lead {
    font-size: 1.6rem;
  }
}

.about-legal .section-head__title,
.cta-banner .section-head__title {
  color: var(--white);
}
.about-legal .section-head__lead,
.cta-banner .section-head__lead {
  color: #e2e8f0;
}

.breadcrumbs {
  margin-bottom: 2.4rem;
}
.breadcrumbs .container {
  padding-inline: 0;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem;
  list-style: none;
  background-color: var(--bg-alt);
  border-radius: var(--radius-sm);
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.3;
  color: var(--text-subtle);
}
.breadcrumbs__item:not(:last-child)::after {
  content: ">";
  color: var(--text-subtle);
}

.breadcrumbs__link {
  font-size: inherit;
  font-weight: 400;
  color: var(--text-subtle);
}
.breadcrumbs__link:hover {
  color: var(--accent);
}

.breadcrumbs__current {
  font-size: inherit;
  font-weight: 600;
  color: var(--navy);
}

.breadcrumbs--plain .breadcrumbs__list {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumbs--plain .breadcrumbs__current {
  display: block;
  max-width: 40rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page-hero--image .breadcrumbs .breadcrumbs__list {
  background-color: rgba(255, 255, 255, 0.12);
}
.page-hero--image .breadcrumbs .breadcrumbs__item,
.page-hero--image .breadcrumbs .breadcrumbs__link {
  color: rgba(255, 255, 255, 0.75);
}
.page-hero--image .breadcrumbs .breadcrumbs__current {
  color: var(--white);
}
.page-hero--image .breadcrumbs .breadcrumbs__link:hover {
  color: var(--white);
}

.page-hero {
  position: relative;
  padding: 2.4rem 0 4rem;
  background-color: var(--white);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
@media (min-width: 992px) {
  .page-hero {
    padding: 2.4rem 0 4.8rem;
  }
}

.page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(27, 58, 87, 0.92) 0%, rgba(27, 58, 87, 0.62) 100%);
}

.page-hero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-hero__inner {
  position: relative;
  z-index: 1;
}

.page-hero__title {
  margin: 0;
  max-width: 90rem;
}

.page-hero__lead {
  margin-top: 1.4rem;
  max-width: 76rem;
}

.page-hero--image {
  border-bottom: 0;
}
.page-hero--image .page-hero__title {
  color: var(--white);
}
.page-hero--image .page-hero__lead {
  color: rgba(255, 255, 255, 0.85);
}

.page-content {
  padding: 4rem 0;
}
@media (min-width: 992px) {
  .page-content {
    padding: 5.6rem 0;
  }
}

.page-content__inner {
  display: flex;
  flex-direction: column;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  list-style: none;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 1.2rem 2.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--text-muted);
  border: 1px solid var(--border);
  border-radius: 3rem;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.tag:hover, .tag:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}

.tag--active,
.tag[aria-current=page] {
  background-color: var(--navy);
  border-color: var(--navy);
  color: var(--white);
  font-weight: 700;
}
.tag--active:hover, .tag--active:focus-visible,
.tag[aria-current=page]:hover,
.tag[aria-current=page]:focus-visible {
  background-color: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  background-color: var(--green-soft);
  border-radius: var(--radius-pill);
  color: var(--accent);
}

.badge--info {
  background-color: var(--blue-soft);
  border-radius: var(--radius-xs);
  color: var(--navy);
}

.news-grid {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background-color: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
@media (min-width: 576px) {
  .news-card {
    box-shadow: 0 12px 24px rgba(27, 58, 87, 0.04);
  }
}
@media (hover: hover) {
  .news-card:hover {
    border-color: var(--green);
    box-shadow: 0 16px 40px rgba(27, 58, 87, 0.1);
    transform: translateY(-2px);
  }
  .news-card:hover .news-card__img {
    transform: scale(1.04);
  }
  .news-card:hover .news-card__more::after {
    transform: translateX(3px);
  }
}

.news-card__link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.news-card__media {
  position: relative;
  height: 16rem;
}
@media (min-width: 992px) {
  .news-card__media {
    height: 22rem;
  }
}
.news-card__media {
  overflow: hidden;
  background-color: var(--bg-alt);
}

.news-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.news-card__img--empty {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/image.svg") center/2.4rem no-repeat, var(--bg-alt);
}

.news-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1.2rem;
  padding: 1.6rem;
}
@media (min-width: 992px) {
  .news-card__body {
    gap: 1.6rem;
    padding: 2.4rem;
  }
}

.news-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.news-card__date {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--text-subtle);
}
@media (min-width: 992px) {
  .news-card__date {
    font-size: 1.3rem;
  }
}
.news-card__date::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
  background: url("../img/calendar.svg") center/contain no-repeat;
}
@media (min-width: 992px) {
  .news-card__date::before {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.news-card__badge {
  flex-shrink: 0;
  padding: 0.4rem 1.2rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--accent);
  background-color: var(--blue-soft);
  border-radius: var(--radius-xs);
}

.news-card__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.news-card__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text);
}
@media (min-width: 992px) {
  .news-card__title {
    font-size: 1.8rem;
  }
}

.news-card__excerpt {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text-muted);
}
@media (min-width: 992px) {
  .news-card__excerpt {
    font-size: 1.4rem;
  }
}

.news-card__more {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: auto;
  padding-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--accent);
}
.news-card__more::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
  background: url("../img/arrow-right.svg") center/contain no-repeat;
  transition: transform 0.2s ease;
}
@media (min-width: 992px) {
  .news-card__more::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.news-teaser {
  background-color: var(--bg-alt);
}

.news-teaser__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.6rem;
}
.news-teaser__head .section-head {
  margin-bottom: 2.8rem;
}

.news-teaser__all {
  margin-bottom: 2.8rem;
}
@media (max-width: 576px) {
  .news-teaser__all {
    width: 100%;
  }
}

.pagination {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .pagination {
    margin-top: 5.6rem;
  }
}

.pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  list-style: none;
}

.pagination__item .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  height: 4rem;
  padding: 0 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--text-muted);
  background-color: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.pagination__item .page-numbers:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.pagination__item .page-numbers.current {
  background-color: var(--navy);
  border-color: var(--navy);
  color: var(--white);
  font-weight: 700;
}
.pagination__item .page-numbers.dots {
  border-color: transparent;
  pointer-events: none;
}
.pagination__item .page-numbers.prev,
.pagination__item .page-numbers.next {
  font-size: 0;
  padding: 0;
}
.pagination__item .page-numbers.prev::before,
.pagination__item .page-numbers.next::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: center/contain no-repeat;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.pagination__item .page-numbers.prev:hover, .pagination__item .page-numbers.prev:focus-visible,
.pagination__item .page-numbers.next:hover,
.pagination__item .page-numbers.next:focus-visible {
  background-color: var(--blue-soft);
}
.pagination__item .page-numbers.prev:hover::before, .pagination__item .page-numbers.prev:focus-visible::before,
.pagination__item .page-numbers.next:hover::before,
.pagination__item .page-numbers.next:focus-visible::before {
  opacity: 1;
}
.pagination__item .page-numbers.prev::before {
  background-image: url("../img/chevron-left.svg");
}
.pagination__item .page-numbers.next::before {
  background-image: url("../img/chevron-right.svg");
}

.hero {
  position: relative;
  padding: 0;
  overflow: hidden;
  background-color: var(--navy);
}

.hero__slides {
  position: relative;
  display: grid;
}

.hero__slide {
  position: relative;
  grid-area: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 49.6rem;
  padding: 6rem 0 11rem;
}
.hero:not(.hero--slider) .hero__slide {
  padding-bottom: 6rem;
}
@media (min-width: 992px) {
  .hero__slide {
    min-height: 64rem;
    padding: 12rem 0 12rem;
  }
}
.hero__slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.hero__slide.is-active {
  opacity: 1;
  visibility: visible;
}
.hero:not(.hero--slider) .hero__slide {
  opacity: 1;
  visibility: visible;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(11, 26, 36, 0.4);
}
@media (min-width: 992px) {
  .hero__bg::after {
    background-color: rgba(11, 26, 36, 0.3);
  }
}

.hero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.hero__title {
  max-width: 76rem;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--white);
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 4.4rem;
  }
}
@media (min-width: 992px) {
  .hero__title {
    font-size: 5.6rem;
    line-height: 1.15;
  }
}

.hero__lead {
  max-width: 76rem;
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--bg-alt);
}
@media (min-width: 992px) {
  .hero__lead {
    margin-top: 2.4rem;
    font-size: 2rem;
  }
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 2.4rem;
  padding-top: 0;
  flex-direction: column;
  align-items: stretch;
  gap: 1.2rem;
  width: 100%;
  max-width: 76rem;
}
@media (min-width: 768px) {
  .hero__actions {
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
    width: auto;
    padding-top: 1.2rem;
  }
}

.hero__dots-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6rem;
  z-index: 2;
}
@media (min-width: 992px) {
  .hero__dots-wrap {
    bottom: 8rem;
  }
}

.hero__dots {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
}
@media (min-width: 992px) {
  .hero__dots {
    gap: 0.8rem;
  }
}

.hero__dot {
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  border: 0;
  border-radius: 0.3rem;
}
@media (min-width: 992px) {
  .hero__dot {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.hero__dot {
  background-color: var(--white);
  opacity: 0.5;
  cursor: pointer;
  transition: width 0.3s ease, background-color 0.2s ease, opacity 0.2s ease;
}
.hero__dot.is-active {
  width: 2.4rem;
  background-color: var(--green);
  opacity: 1;
}
@media (min-width: 992px) {
  .hero__dot.is-active {
    width: 3.2rem;
  }
}
.hero__dot:hover:not(.is-active) {
  opacity: 0.8;
}

.task-card {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  height: 100%;
  padding: 2.4rem;
  background-color: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 12px rgba(27, 58, 87, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
@media (min-width: 992px) {
  .task-card {
    gap: 2rem;
    padding: 3.2rem;
  }
}
.task-card:hover {
  border-color: var(--green);
  box-shadow: 0 16px 40px rgba(27, 58, 87, 0.1);
  transform: translateY(-2px);
}

.task-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.task-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  background-color: var(--green-soft);
  border-radius: 50%;
}
.task-card__icon img {
  width: 1.8rem;
  height: 1.8rem;
}
@media (min-width: 992px) {
  .task-card__icon {
    width: 4.8rem;
    height: 4.8rem;
  }
  .task-card__icon img {
    width: 2.2rem;
    height: 2.2rem;
  }
}

.task-card__num {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
  color: var(--accent);
  opacity: 0.3;
}
@media (min-width: 992px) {
  .task-card__num {
    font-size: 3.2rem;
  }
}

.task-card__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.task-card__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text);
}
@media (min-width: 992px) {
  .task-card__title {
    font-size: 1.8rem;
  }
}

.task-card__text {
  font-size: 1.3rem;
  line-height: 1.6;
  color: var(--text-muted);
}
@media (min-width: 992px) {
  .task-card__text {
    font-size: 1.4rem;
  }
}

.task-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  height: 100%;
  padding: 2.4rem;
  text-align: center;
  background: linear-gradient(90deg, #1b3a57 0%, #2e6e8e 100%);
  border-radius: var(--radius-md);
}
@media (min-width: 992px) {
  .task-cta {
    padding: 3.2rem;
  }
}
.task-cta .bttn {
  width: 100%;
}
@media (min-width: 768px) {
  .task-cta .bttn {
    width: auto;
  }
}

.task-cta__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--white);
}
@media (min-width: 992px) {
  .task-cta__text {
    font-size: 1.8rem;
  }
}

.leader-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  height: 100%;
  padding: 1.2rem;
  text-align: center;
  background-color: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 12px rgba(27, 58, 87, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
@media (min-width: 992px) {
  .leader-card {
    gap: 1.6rem;
    padding: 2.4rem;
  }
}
.leader-card:hover {
  border-color: var(--green);
  box-shadow: 0 16px 40px rgba(27, 58, 87, 0.1);
  transform: translateY(-2px);
}

.leader-card__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.4rem;
  height: 7.4rem;
  flex-shrink: 0;
  overflow: hidden;
  border: 2px solid var(--green);
  border-radius: 50%;
  background-color: var(--green-soft);
}
@media (min-width: 992px) {
  .leader-card__avatar {
    width: 14rem;
    height: 14rem;
  }
}

.leader-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.leader-card__initials {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
  color: var(--accent);
}
@media (min-width: 992px) {
  .leader-card__initials {
    font-size: 4.8rem;
  }
}

.leader-card__info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media (min-width: 992px) {
  .leader-card__info {
    gap: 0.6rem;
  }
}

.leader-card__name {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--text);
}
@media (min-width: 992px) {
  .leader-card__name {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.leader-card__position {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--accent);
}
@media (min-width: 992px) {
  .leader-card__position {
    font-size: 1.4rem;
  }
}

.glass-card {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  height: 100%;
  padding: 2.4rem;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  backdrop-filter: blur(8px);
}
@media (min-width: 992px) {
  .glass-card {
    gap: 2.4rem;
    padding: 4rem;
    border-radius: var(--radius-lg);
    backdrop-filter: blur(12px);
  }
}

.glass-card--accent {
  background-color: rgba(255, 255, 255, 0.09);
}
@media (min-width: 992px) {
  .glass-card--accent {
    gap: 2.8rem;
  }
}

.glass-card__row {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
@media (min-width: 992px) {
  .glass-card__row {
    gap: 0.8rem;
  }
}
.glass-card__row + .glass-card__row {
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 992px) {
  .glass-card__row + .glass-card__row {
    padding-top: 2.4rem;
  }
}

.glass-card__label {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--green);
}
@media (min-width: 992px) {
  .glass-card__label {
    font-size: 1.4rem;
  }
}

.glass-card__name {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--white);
}
@media (min-width: 992px) {
  .glass-card__name {
    font-size: 2.2rem;
  }
}

.glass-card__name--en {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .glass-card__name--en {
    font-size: 2rem;
  }
}

.glass-card__legal {
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 1.3rem;
  line-height: 1.5;
  color: #e2e8f0;
}
@media (min-width: 992px) {
  .glass-card__legal {
    padding-top: 2.4rem;
    font-size: 1.4rem;
  }
}

.glass-card__quote {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--white);
}
@media (min-width: 992px) {
  .glass-card__quote {
    font-size: 2.4rem;
    line-height: 1.35;
  }
}

.glass-card__points {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  list-style: none;
}
@media (min-width: 992px) {
  .glass-card__points {
    gap: 1.6rem;
  }
}

.glass-card__point {
  position: relative;
  padding-left: 2.4rem;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #e2e8f0;
}
@media (min-width: 992px) {
  .glass-card__point {
    padding-left: 3.2rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.glass-card__point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../img/check-circle.svg") center/0.8rem no-repeat, var(--green);
  border-radius: 50%;
}
@media (min-width: 992px) {
  .glass-card__point::before {
    width: 2rem;
    height: 2rem;
    background-size: 1rem;
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--white);
  border-bottom: 1px solid var(--border);
}

.header__top {
  background-color: var(--navy);
  color: var(--white);
}

.header__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  min-height: 3.5rem;
}
@media (min-width: 768px) {
  .header__top-inner {
    min-height: 4.2rem;
  }
}

.header__top-list {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  list-style: none;
}

.header__top-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--white);
}
@media (min-width: 768px) {
  .header__top-item {
    gap: 0.8rem;
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .header__top-item--pin {
    display: none;
  }
}
.header__top-item::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
  background: center/contain no-repeat;
}
.header__top-item--pin::before {
  background-image: url("../img/topbar-pin.svg");
}
.header__top-item--phone::before {
  background-image: url("../img/topbar-phone.svg");
}
.header__top-item--mail::before {
  background-image: url("../img/topbar-mail.svg");
}
.header__top-item a {
  font-size: inherit;
  color: var(--white);
}
.header__top-item a:hover {
  color: var(--green);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  min-height: 6.4rem;
}
@media (min-width: 992px) {
  .header__inner {
    min-height: 8.8rem;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-shrink: 0;
}

.header__logo-mark {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .header__logo-mark {
    width: 4.8rem;
    height: 4.8rem;
  }
}

.header__logo-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.header__logo-name {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--navy);
}
@media (min-width: 992px) {
  .header__logo-name {
    font-size: 1.6rem;
  }
}

.header__logo-sub {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .header__logo-sub {
    font-size: 1.1rem;
  }
}
.header__logo-sub {
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--accent);
}

@media (min-width: 992px) {
  .header__nav {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .header__nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(88vw, 34rem);
    z-index: 110;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 8rem 2.4rem 3.2rem;
    overflow-y: auto;
    background-color: var(--white);
    box-shadow: 0 16px 40px rgba(27, 58, 87, 0.1);
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .header.is-open .header__nav {
    transform: translateX(0);
  }
}

.header__menu {
  list-style: none;
}
@media (min-width: 992px) {
  .header__menu {
    display: flex;
    align-items: center;
    gap: 3.2rem;
  }
}

.header__item {
  position: relative;
}
@media (max-width: 991px) {
  .header__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid var(--border);
  }
}

.header__link {
  position: relative;
  display: block;
  padding: 2.4rem 0;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text-muted);
  cursor: pointer;
  transition: color 0.2s ease;
}
.header__link:hover {
  color: var(--accent);
}
@media (max-width: 991px) {
  .header__link {
    flex: 1;
    padding: 1.6rem 0;
  }
}
.header__item.is-current > .header__link {
  font-weight: 700;
  color: var(--navy);
}
.header__item.is-current > .header__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 1.6rem;
  height: 2px;
  border-radius: 1px;
  background-color: var(--green);
}
@media (max-width: 991px) {
  .header__item.is-current > .header__link::after {
    bottom: 1.2rem;
  }
}

.header__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 992px) {
  .header__toggle {
    width: 2rem;
    height: 2rem;
  }
}

.header__caret {
  width: 0.7rem;
  height: 0.7rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  color: var(--text-muted);
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform 0.2s ease;
}
.header__item.is-open .header__caret {
  transform: rotate(225deg) translate(-2px, -2px);
}

.header__submenu {
  list-style: none;
}
@media (min-width: 992px) {
  .header__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 22rem;
    padding: 0.8rem;
    background-color: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: 0 16px 40px rgba(27, 58, 87, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }
  .header__item:hover .header__submenu, .header__item.is-open .header__submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .header__submenu {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .header__item.is-open .header__submenu {
    max-height: 60rem;
  }
}

.header__sublink {
  display: block;
  padding: 0.8rem 1.2rem;
  font-size: 1.3rem;
  color: var(--text-muted);
  border-radius: var(--radius-xs);
}
.header__sublink:hover {
  background-color: var(--bg-alt);
  color: var(--accent);
}
@media (max-width: 991px) {
  .header__sublink {
    padding-left: 1.6rem;
    border-left: 2px solid var(--border);
    border-radius: 0;
  }
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-left: 1.6rem;
}

@media (max-width: 991px) {
  .header__cta {
    display: none;
  }
}

.header__nav-footer {
  margin-top: auto;
  padding-top: 2.4rem;
}
@media (min-width: 992px) {
  .header__nav-footer {
    display: none;
  }
}

.header__cta--mobile {
  display: flex;
  width: 100%;
}

.header__burger {
  position: relative;
  z-index: 120;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.8rem;
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 992px) {
  .header__burger {
    display: none;
  }
}
.header__burger span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--navy);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.header.is-open .header__burger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header.is-open .header__burger span:nth-child(2) {
  opacity: 0;
}
.header.is-open .header__burger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 105;
  background-color: rgba(27, 58, 87, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
@media (min-width: 992px) {
  .header::after {
    display: none;
  }
}

.header.is-open::after {
  opacity: 1;
  visibility: visible;
}

.footer {
  padding: 4.8rem 0 3.2rem;
  background-color: var(--navy-dark);
  color: #9aa5b1;
}
@media (min-width: 992px) {
  .footer {
    padding: 8rem 0 4rem;
  }
}
.footer p, .footer li {
  color: inherit;
}
.footer p, .footer li, .footer address, .footer span {
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .footer p, .footer li, .footer address, .footer span {
    font-size: 1.4rem;
  }
}
.footer a {
  color: inherit;
}
.footer a:hover {
  color: var(--white);
}

.footer__columns {
  display: grid;
  gap: 3.2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .footer__columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
@media (min-width: 992px) {
  .footer__columns {
    grid-template-columns: repeat(3, 1fr);
    gap: 4.8rem;
  }
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer__col-title {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .footer__col-title {
    font-size: 1.6rem;
  }
}
.footer__col-title {
  font-weight: 700;
  line-height: 1.3;
  color: var(--white);
}

.footer__logo {
  display: inline-flex;
  align-self: flex-start;
  padding: 1.2rem 1.4rem;
  background-color: var(--white);
  border-radius: var(--radius);
  transition: opacity 0.2s ease;
}
.footer__logo:hover {
  opacity: 0.88;
}

.footer__logo-img {
  display: block;
  width: auto;
  height: 4.8rem;
}
@media (min-width: 992px) {
  .footer__logo-img {
    height: 5.6rem;
  }
}

.footer__about {
  line-height: 1.6;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  list-style: none;
}

.footer__contact {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .footer__contact {
    gap: 1.2rem;
    font-size: 1.4rem;
  }
}
.footer__contact::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
  margin-top: 0.2rem;
  background: center/contain no-repeat;
}
@media (min-width: 992px) {
  .footer__contact::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.footer__contact--pin::before {
  background-image: url("../img/footer-pin.svg");
}
.footer__contact--phone::before {
  background-image: url("../img/footer-phone.svg");
}
.footer__contact--mail::before {
  background-image: url("../img/footer-mail.svg");
}
.footer__contact--clock::before {
  background-image: url("../img/clock.svg");
}
.footer__contact address {
  font-style: normal;
  line-height: inherit;
}

.footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
}
@media (min-width: 992px) {
  .footer__socials {
    gap: 1.2rem;
  }
}

.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  background-color: var(--navy-dark);
  border: 1.5px solid var(--accent);
  border-radius: 50%;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.footer__social:hover {
  background-color: var(--accent);
  border-color: var(--accent);
}
.footer__social img {
  width: 1.6rem;
  height: 1.6rem;
}
@media (min-width: 992px) {
  .footer__social {
    width: 4rem;
    height: 4rem;
  }
  .footer__social img {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.footer__socials-note {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .footer__socials-note {
    font-size: 1.3rem;
  }
}

.footer__divider {
  margin: 4rem 0;
  height: 1px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 992px) {
  .footer__divider {
    margin: 6rem 0;
  }
}

.footer__bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}

.footer__copy {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .footer__copy {
    font-size: 1.3rem;
  }
}

.footer__legal {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (min-width: 768px) {
  .footer__legal {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.4rem;
    margin-left: auto;
  }
}

.footer__legal-link {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .footer__legal-link {
    font-size: 1.3rem;
  }
}

.footer__top-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  flex-shrink: 0;
  border: 1.5px solid var(--accent);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.footer__top-btn:hover {
  background-color: var(--accent);
}
.footer__top-btn img {
  width: 1.6rem;
  height: 1.6rem;
}
@media (max-width: 768px) {
  .footer__top-btn {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .footer__top-btn {
    width: 4rem;
    height: 4rem;
  }
}

.fslightbox-source {
  border-radius: 0.4rem;
  background: #fbfbfe;
}
@media (min-width: 992px) {
  .fslightbox-source {
    border-radius: 1.2rem;
  }
}
.fslightbox-slide-btn {
  background: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 0 12px rgba(60, 63, 74, 0.1);
  border-radius: 50%;
}
@media (min-width: 992px) {
  .fslightbox-slide-btn {
    padding: 1.5rem !important;
  }
}
.fslightbox-open {
  overflow: visible !important;
  height: auto !important;
}
.fslightbox-open body {
  overflow: hidden;
  height: 100vh;
}