@charset "UTF-8";
/* _reset.css - Сучасний CSS Reset для веб-проектів */

/* === БАЗОВЕ СКИДАННЯ === */

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

/* === HTML та BODY === */

html {
  font-size: 100%;
  /* 16px базовий розмір */
  line-height: 1.15;
  /* Покращена читабельність */
  -webkit-text-size-adjust: 100%;
  /* Запобігає автоматичному масштабуванню на iOS */
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /* Плавна прокрутка */
}

/* === ЗАГОЛОВКИ === */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
}

/* === ПАРАГРАФИ === */

p {
  margin: 0;
}

/* === СПИСКИ === */

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
}

/* === ПОСИЛАННЯ === */

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

a:hover,
a:focus {
  outline: 0;
}

/* Видаляємо підкреслення з усіх посилань */

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

/* === ЗОБРАЖЕННЯ ТА МЕДІА === */

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

img {
  border-style: none;
  vertical-align: middle;
}

/* Запобігання переповненню зображень */

img,
embed,
iframe,
object,
video {
  max-width: 100%;
}

/* === ФОРМИ === */

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}

button:disabled {
  cursor: not-allowed;
}

/* Видаляємо стилі з checkbox та radio */

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin-right: 0.5rem;
}

/* Покращуємо зовнішній вигляд інпутів */

input,
textarea,
select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Видаляємо стрілку з select в IE */

select::-ms-expand {
  display: none;
}

/* Покращуємо зовнішній вигляд textarea */

textarea {
  resize: vertical;
  overflow: auto;
}

/* === ТАБЛИЦІ === */

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  text-align: left;
  vertical-align: top;
  padding: 0;
}

th {
  font-weight: 600;
}

/* === HR === */

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid #e1e1e1;
  margin: 1rem 0;
}

/* === ЦИТАТИ === */

blockquote,
q {
  quotes: none;
  margin: 0;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

/* === АБРЕВІАТУРИ === */

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* === ВИДІЛЕННЯ ТЕКСТУ === */

b,
strong {
  font-weight: bolder;
}

/* === КОД === */

code,
kbd,
samp,
pre {
  font-family: "Monaco", "Consolas", "Courier New", monospace;
  font-size: 0.9em;
}

pre {
  overflow: auto;
  white-space: pre;
}

/* === МАЛЕНЬКИЙ ТЕКСТ === */

small {
  font-size: 0.8em;
}

/* === SUBSCRIPT та SUPERSCRIPT === */

sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* === ДЕТАЛІ === */

details {
  display: block;
}

summary {
  display: list-item;
  cursor: pointer;
}

/* === ПРИХОВАНІ ЕЛЕМЕНТИ === */

[hidden],
template {
  display: none !important;
}

/* === ДОСТУПНІСТЬ === */

/* Покращуємо фокус для клавіатурної навігації */

:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

/* Видаляємо outline для миші, але залишаємо для клавіатури */

:focus:not(:focus-visible) {
  outline: none;
}

/* Покращуємо контрастність для користувачів з порушеннями зору */

@media (prefers-contrast: more) {
  * {
    border-color: currentColor !important;
  }
}

/* Зменшуємо анімації для користувачів з вестибулярними розладами */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* === УТИЛІТАРНІ КЛАСИ === */

/* Клас для приховування елементів від екранних читачів */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Клас для повного скидання всіх стилів */

.unstyled {
  all: unset;
  display: revert;
}

/* === WEBKIT СКРОЛБАР === */

/* Стилізація скролбара для Webkit браузерів */

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* === SELECTION === */

/* Кастомні кольори виділення тексту */

::selection {
  background-color: #4a90e2;
  color: white;
}

::-moz-selection {
  background-color: #4a90e2;
  color: white;
}

/* UZSans Font Family */
@font-face {
  font-family: "UZSans";
  src:
    url("../fonts/UZ/WOFF2/UZSans-Bold.woff2") format("woff2"),
    url("../fonts/UZ/WOFF/UZSans-Bold.woff") format("woff"),
    url("../fonts/UZ/TTF/UZSans-Bold.ttf") format("truetype"),
    url("../fonts/UZ/OTF/UZSans-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UZSans";
  src:
    url("../fonts/UZ/WOFF2/UZSans-SemiBold.woff2") format("woff2"),
    url("../fonts/UZ/WOFF/UZSans-SemiBold.woff") format("woff"),
    url("../fonts/UZ/TTF/UZSans-SemiBold.ttf") format("truetype"),
    url("../fonts/UZ/OTF/UZSans-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UZSans";
  src:
    url("../fonts/UZ/WOFF2/UZSans-Medium.woff2") format("woff2"),
    url("../fonts/UZ/WOFF/UZSans-Medium.woff") format("woff"),
    url("../fonts/UZ/TTF/UZSans-Medium.ttf") format("truetype"),
    url("../fonts/UZ/OTF/UZSans-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UZSans";
  src:
    url("../fonts/UZ/WOFF2/UZSans-Regular.woff2") format("woff2"),
    url("../fonts/UZ/WOFF/UZSans-Regular.woff") format("woff"),
    url("../fonts/UZ/TTF/UZSans-Regular.ttf") format("truetype"),
    url("../fonts/UZ/OTF/UZSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*===== FONTS =====*/

:root {
  /* Typography */
  --font-family-base:
    "UZSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;

  /* Desktop Typography */
  --font-d-display-1: 700 56px/64px "UZSans", sans-serif;
  --font-d-title-1: 700 48px/56px "UZSans", sans-serif;
  --font-d-title-2: 600 40px/40px "UZSans", sans-serif;
  --font-d-title-3: 600 32px/40px "UZSans", sans-serif;
  --font-d-title-4: 600 24px/28px "UZSans", sans-serif;
  --font-d-body-semibold: 600 16px/22px "UZSans", sans-serif;
  --font-d-body-2-semibold: 600 18px/24px "UZSans", sans-serif;
  --font-d-body-2: 400 18px/24px "UZSans", sans-serif;
  --font-d-label-1: 600 16px/20px "UZSans", sans-serif;
  --font-d-label-2: 500 16px/20px "UZSans", sans-serif;
  --font-d-label-3: 400 16px/20px "UZSans", sans-serif;
  --font-d-caption: 400 14px/16px "UZSans", sans-serif;

  /* Mobile Typography */
  --font-m-display-1: 700 48px/56px "UZSans", sans-serif;
  --font-m-label-1: 600 16px/20px "UZSans", sans-serif;
  --font-m-title-1: 600 32px/40px "UZSans", sans-serif;
  --font-m-title-2: 600 24px/32px "UZSans", sans-serif;
  --font-m-title-3: 600 18px/24px "UZSans", sans-serif;
  --font-m-title-4: 600 24px/28px "UZSans", sans-serif;
  --font-m-body-1: 400 16px/24px "UZSans", sans-serif;
  --font-m-body-2: 500 16px/1.2 "UZSans", sans-serif;
  --font-m-body-3: 400 16px/22px "UZSans", sans-serif;

  /* Letter spacing */
  --ls-tight: -0.01em;
  --ls-normal: 0;

  /* Colors */
  /* Blue */
  --color-blue-100: #e1e8ff;
  --color-blue-200: #99a7de;
  --color-blue-400: #2e469e;
  --color-blue-500: #213786;

  /* White */
  --color-white-100: #ffffff;
  --color-white-100-60: rgba(255, 255, 255, 0.6);
  --color-white-100-16: rgba(255, 255, 255, 0.16);

  /* Gray */
  --color-gray-800: #2c2a29;
  --color-gray-700: #6e7173;
  --color-gray-400: #d4d5d6;
  --color-gray-600: #8d9092;
  --color-gray-300: #e8e8e9;
  --color-gray-200: #f7f6f8;

  /* Orange */
  --color-orange-500: #ef9010;
  /* Gradients */
  --gradient-blue: linear-gradient(140.47deg, #182e7d 8.84%, #2a47ae 87.81%);
  --gradient-orange: linear-gradient(140.47deg, #d58110 8.84%, #eaa242 93.54%);
  --gradient-green: linear-gradient(140.47deg, #148943 8.84%, #1cb258 87.81%);
  --gradient-purple: linear-gradient(140.47deg, #42185c 8.84%, #632888 93.54%);
  --gradient-blue-alt: linear-gradient(180deg, #223471 23.5%, #2f4592 82.8%);

  /* Border radius */
  --rounded-sm: 8px;
  --rounded-md: 12px;
  --rounded-mdx: 16px;
  --rounded-lg: 20px;
  --rounded-xl: 24px;
  --rounded-full: 100px;
}

body {
  font-family: var(--font-family-base);
  font-size: 16px;
  color: var(--color-gray-800, #000);
  background-color: var(--color-white-100, #fff);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

main {
  padding-top: 64px;
}

/* === Global === */

.container {
  max-width: 767px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Tablet styles */

@media screen and (min-width: 768px) {
  .container {
    max-width: 1023px;
    padding: 0 24px;
  }
}

/* Desktop styles */

@media screen and (min-width: 1024px) {
  .container {
    max-width: 1240px;
    padding: 0 40px;
  }
}

/* Large desktop styles - for screens wider than 1240px */

@media screen and (min-width: 1280px) {
  .container {
    padding: 0;
  }
}

.btn {
  display: inline-block;
  width: 100%;
  padding: 16px 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  border-radius: var(--rounded-md);
  transition: background-color 0.3s ease;
}

.btn-blue {
  color: var(--color-white-100);
  background-color: var(--color-blue-500);
}

.btn-blue:hover {
  background-color: var(--color-blue-400);
}

.btn-white {
  color: var(--color-blue-500);
  background-color: var(--color-white-100);
}

.btn-white:hover {
  background-color: var(--color-gray-300);
}

.btn-outline {
  color: var(--color-blue-500);
  border: 1px solid var(--color-blue-500);
}

.btn-outline:hover {
  background-color: var(--color-gray-300);
}

@media screen and (min-width: 480px) {
  .btn {
    width: auto;
  }
}

/* === Global === */

/* Header */
.header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--color-gray-200);
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.header.header--scrolled {
  background-color: var(--color-white-100);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

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

.header__logo {
  width: 162px;
  height: 42px;
  transition: opacity 0.3s ease;
  color: var(--color-blue-500);
}

.header__nav {
  display: none;

  @media screen and (min-width: 1024px) {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.header__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font: var(--font-d-body-2-semibold);
  color: var(--color-blue-500);
  transition: color 0.3s ease;
}

.header__nav-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 0;
  cursor: pointer;
  transition: all 0.45s ease;
}

.header__nav-item:hover {
  color: var(--color-blue-400);
}

.header__button-wrapper {
  display: none;

  @media screen and (min-width: 1024px) {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.header__hamburger {
  width: 40px;
  height: 40px;
  stroke: var(--color-blue-500);
  color: var(--color-blue-500);

  @media screen and (min-width: 1024px) {
    display: none;
  }
}

.header__lang {
  font: var(--font-d-body-2-semibold);
  color: var(--color-blue-500);
  transition: color 0.3s ease;
}

.header__lang:hover {
  color: var(--color-blue-400);
}

.header__lang > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.header__lang-icon {
  width: 24px;
  height: 24px;
}

/* Header */

/* Mobile menu */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: max-content;
  padding: 0 24px 24px;
  font: var(--font-d-body-2-semibold);
  color: var(--color-gray-800);
  background-color: var(--color-white-100);
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease;
  z-index: 12;
  overflow-y: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

/* hide scrollbar */
.mobile-menu::-webkit-scrollbar {
  display: none;
}

.mobile-menu.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mobile-menu > .header__lang {
  position: absolute;
  top: 20px;
  left: 16px;
  cursor: pointer;
}

.mobile-menu__close {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.mobile-menu__nav {
  margin-top: 96px;
  margin-bottom: 40px;
}

.mobile-menu__nav-item:hover {
  color: var(--color-blue-500);
}

.mobile-menu__nav-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid var(--color-gray-300);
}

.mobile-menu__nav-item:first-child .mobile-menu__nav-link {
  border-top: 1px solid var(--color-gray-300);
}

.mobile-menu__nav-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu__nav-chevron {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.mobile-menu > a {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 500px) {
  .mobile-menu {
    left: auto;
    right: 0;
    width: 345px;
    border-bottom-left-radius: 20px;
    transform: translateX(100%);
    box-shadow:
      -8px 0 24px -8px rgba(0, 0, 0, 0.18),
      -1px 0 4px rgba(0, 0, 0, 0.08);
  }

  .mobile-menu.is-visible {
    transform: translateX(0);
  }
}

/* Mobile menu */

/* Footer */
.footer {
  padding-top: 36px;
  color: var(--color-gray-800);
  border-top: 1px solid var(--color-gray-300);
}

.footer__logo-lg {
  width: 162px;
  height: 60px;
}

.footer__logo-m {
  width: 45px;
  height: 16px;
}

.footer__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  grid-template-areas: "contacts contacts" "navigation socials";
  align-items: start;
  justify-items: start;
  padding-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--color-gray-400);
  border-bottom: 1px solid var(--color-gray-400);
}

.footer__links-item:nth-child(1) {
  grid-area: contacts;
}

.footer__links-item:nth-child(2) {
  grid-area: navigation;
}

.footer__links-item:nth-child(3) {
  grid-area: socials;
}

.footer__links-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 12px;
}

.footer__links-item:last-child {
  margin-left: auto;
}

.footer__links-item:first-child {
  margin-right: auto;
}

.footer__links-title {
  font: var(--font-d-body-semibold);
  letter-spacing: var(--ls-tight);
  color: var(--color-gray-700);
}

.footer__icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.footer__links-text {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  font-size: 16px;
}

.footer__links-text--blue {
  color: var(--color-blue-500);
}

.footer__info {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  padding: 16px 0;
  font: var(--font-d-caption);
  letter-spacing: var(--ls-tight);
}

.footer__info-links :first-child {
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .footer__links {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "contacts navigation socials";
    justify-items: center;
  }

  .footer__info {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "links logo copyright";
    align-items: center;
  }

  .footer__info-links {
    grid-area: links;
  }

  .footer__copyright {
    grid-area: copyright;
    text-align: right;
  }

  .footer__logo-m {
    grid-area: logo;
    margin: 0;
    justify-self: center;
  }
}

@media screen and (min-width: 1024px) {
  .footer__info {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "links logo copyright";
    align-items: center;
  }

  .footer__info-links {
    grid-area: links;
  }

  .footer__copyright {
    grid-area: copyright;
  }

  .footer__logo-m {
    grid-area: logo;
  }
}

/* Footer */

.main-hero {
  padding: 24px 0 56px 0;
  background-color: var(--color-gray-200);
}

.main-hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.main-hero__grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 133px 203px;
  gap: 8px;
}

.main-hero__img:last-child {
  grid-column: 1 / span 2;
}

.main-hero__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: var(--rounded-md);
  overflow: hidden;
}

.main-hero__text-wrapper {
  color: var(--color-blue-500);
}

.main-hero__title {
  font: var(--font-m-title-1);
}

.main-hero__description {
  font: var(--font-m-label-1);
  margin-top: 12px;
}

.main-hero__text-wrapper > a {
  margin-top: 32px;
}

/* Main hero responsive styles */

@media (min-width: 768px) {
  .main-hero__inner {
    flex-direction: row;
    align-items: center;
  }

  .main-hero__grid {
    order: 2;
  }

  .main-hero__text-wrapper {
    max-width: 300px;
    order: 1;
  }
}

@media (min-width: 1024px) {
  .main-hero__grid {
    max-width: 798px;
  }
}

@media (min-width: 1280px) {
  .main-hero__inner {
    gap: 40px;
    justify-content: space-between;
  }

  .main-hero__grid {
    gap: 16px;
    grid-template-rows: 153px 365px;
  }

  .main-hero__text-wrapper {
    max-width: 400px;
    order: 1;
  }

  .main-hero__title {
    font: var(--font-d-display-1);
    text-wrap: balance;
  }

  .main-hero__description {
    font: var(--font-d-body-2-semibold);
  }
}

/*Mission section styles */

.mission {
  padding: 40px 0 56px;
  scroll-margin-top: 44px;
}

.mission__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.mission__image-thumb {
  max-width: 100%;
  height: 528px;
  overflow-x: auto;
  overflow-y: hidden;
  flex-shrink: 0;
}

.mission__image-thumb::-webkit-scrollbar-track {
  background: transparent;
}

.mission__image-thumb::-webkit-scrollbar-thumb {
  background: var(--color-blue-200);
  cursor: grab;
}

.mission__image-thumb::-webkit-scrollbar-thumb:hover {
  background: #99a7deff;
}

.mission__image {
  width: 771px;
  min-width: 771px;
  height: 496px;
  display: block;
}

.mission__card {
  height: 496px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--rounded-lg);
  background: linear-gradient(180deg, #223471 23.5%, #2f4592 82.8%);
  box-shadow: 0px 1px 3px 0px rgba(44, 42, 41, 0.07);
  color: var(--color-white-100);
}

.mission__card-title {
  margin-bottom: 16px;
  font: var(--font-m-title-1);
  letter-spacing: var(--ls-tight);
}

.mission__card-text {
  font: var(--font-m-body-2);
}

.mission__card-services {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mission__card-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  font: var(--font-d-label-2);
  letter-spacing: var(--ls-tight);
  border: 1px solid var(--color-blue-200);
  border-radius: var(--rounded-sm);
  background: linear-gradient(140.47deg, #182e7d 8.84%, #2a47ae 87.81%);
}

.mission__card-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.mission__card-item-text {
  font: var(--font-d-label-1);
  letter-spacing: var(--ls-tight);
}

/*Mission section responsive styles */

@media screen and (min-width: 768px) {
  .mission__inner {
    flex-direction: row;
  }

  .mission__image-thumb {
    max-width: 50%;
  }

  .mission__card {
    max-width: 449px;
  }
}

@media screen and (min-width: 1024px) {
  .mission__image-thumb {
    max-width: 60%;
  }
}

@media screen and (min-width: 1280px) {
  .mission__image-thumb {
    max-width: 100%;
  }

  .mission__card {
    min-width: 449px;
    padding: 40px;
  }
}

/* Equipment section styles */

.equipment {
  padding-bottom: 56px;
}

.equipment__inner {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 20px;
}

.equipment__title {
  margin-bottom: 16px;
  color: var(--color-blue-500);
  font: var(--font-m-title-1);
  letter-spacing: var(--ls-tight);
}

.equipment__description {
  font: var(--font-m-body-2);
}

.equipment__cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.equipment__cards-item {
  width: 100%;
  min-height: 172px;
  padding: 20px;
  border: 1px solid var(--color-gray-300);
  border-radius: var(--rounded-lg);
  box-shadow: 0px 1px 3px 0px rgba(44, 42, 41, 0.07);
}

.equipment__cards-icon-wrap {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: var(--rounded-md);
}

.equipment__cards-item:first-child .equipment__cards-icon-wrap {
  background: linear-gradient(140.47deg, #42185c 8.84%, #632888 93.54%);
}

.equipment__cards-item:nth-child(2) .equipment__cards-icon-wrap {
  background: linear-gradient(140.47deg, #d58110 8.84%, #eaa242 93.54%);
}

.equipment__cards-item:nth-child(3) .equipment__cards-icon-wrap {
  background: linear-gradient(140.47deg, #148943 8.84%, #1cb258 87.81%);
}

.equipment__cards-item:last-child .equipment__cards-icon-wrap {
  background: linear-gradient(140.47deg, #182e7d 8.84%, #2a47ae 87.81%);
}

.equipment__cards-icon {
  width: 40px;
  height: 40px;
  color: var(--color-white-100);
}

.equipment__cards-title {
  margin-bottom: 4px;
  color: var(--color-gray-800);
  font: var(--font-d-label-1);
  letter-spacing: var(--ls-tight);
}

.equipment__cards-item-text {
  color: var(--color-gray-700);
  font: var(--font-d-label-3);
}

.equipment__image-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.equipment__image {
  width: 100%;
  height: 172px;
  object-fit: cover;
  border-radius: var(--rounded-lg);
  overflow: hidden;
}

/* Equipment section responsive styles */

@media screen and (min-width: 480px) {
  .equipment__inner {
    align-items: center;
  }

  .equipment__text-block {
    max-width: 480px;
    text-align: center;
  }

  .equipment__image-block {
    gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  .equipment__cards-item {
    max-width: 48%;
    min-height: auto;
  }

  .equipment__image {
    max-width: 48%;
    height: 174px;
  }
}

@media screen and (min-width: 1280px) {
  .equipment__inner {
    gap: 40px;
  }

  .equipment__text-block {
    max-width: 620px;
  }

  .equipment__title {
    font: var(--font-d-title-2);
    letter-spacing: var(--ls-normal);
  }

  .equipment__description {
    font: var(--font-d-body-2);
  }

  .equipment__cards-item {
    max-width: 295px;
  }

  .equipment__image-block {
    gap: 24px;
  }

  .equipment__image {
    max-width: 50%;
    height: 319px;
    width: calc(50% - 12px);
  }
}

.survey {
  padding: 56px 0;
  background: linear-gradient(180deg, #223471 23.5%, #2f4592 82.8%);
}

.survey__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.survey__img {
  max-height: 273px;
  width: 100%;
  object-fit: cover;
  border-radius: var(--rounded-lg);
}

.survey__text-block {
  color: var(--color-white-100);
}

.survey__title {
  margin-bottom: 16px;
  font: var(--font-m-title-1);
  letter-spacing: var(--ls-tight);
}

.survey__description {
  margin-bottom: 8px;
  font: var(--font-d-label-2);
}

.survey__text-block > a {
  margin-top: 16px;
}

/* Survey section responsive styles */

@media screen and (min-width: 480px) {
  .survey__text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 480px;
  }
}

@media screen and (min-width: 768px) {
  .survey__inner {
    flex-direction: row;
  }

  .survey__img {
    order: 2;
    flex: 1;
  }

  .survey__text-block {
    display: block;
    text-align: start;
    max-width: 565px;
    order: 1;
    flex: 1;
  }
}

@media screen and (min-width: 1024px) {
  .survey__inner {
    flex-direction: row;
  }

  .survey__img {
    max-height: 400px;
  }
}

@media screen and (min-width: 1280px) {
  .survey {
    padding: 56px 0;
  }

  .survey__inner {
    gap: 58px;
  }

  .survey__title {
    font: var(--font-d-title-2);
    letter-spacing: var(--ls-normal);
  }

  .survey__description {
    font: var(--font-d-body-2-semibold);
  }
}

.news {
  padding: 40px 0 60px;
  background-color: var(--color-gray-200);
  scroll-margin-top: 44px;
}

.news__title {
  margin-bottom: 20px;
  color: var(--color-blue-500);
  font: var(--font-m-title-1);
  letter-spacing: var(--ls-tight);
}

.news__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

.news__item {
  display: flex;
  width: 100%;
  min-height: 404px;
  padding: 16px 16px 24px;
  background-color: var(--color-white-100);
  border: 1px solid var(--color-gray-300);
  border-radius: var(--rounded-lg);
  box-shadow: 0px 1px 3px 0px rgba(44, 42, 41, 0.07);
}

.news__link {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  position: relative;
  border-top-right-radius: var(--rounded-xl);
  border-top-left-radius: var(--rounded-xl);
  overflow: hidden;
}

.news__item-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 4px 16px;
  color: var(--color-white-100);
  font: var(--font-d-caption);
  letter-spacing: var(--ls-tight);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--rounded-full);
  z-index: 2;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(4px);
}

.news__image-block {
  position: relative;
}

.news__item-name {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: var(--color-white-100);
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: var(--ls-tight);
}

.news__image {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
}

.news__image-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(20, 24, 128, 0) 41.35%, rgba(20, 24, 128, 0.8) 88.94%);
}

.news__text {
  padding: 0 8px;
  margin-top: 12px;
  color: var(--color-gray-800);
  font: var(--font-m-body-3);
}

/* News section responsive styles */

@media (min-width: 480px) {
  .news__title {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .news__item {
    max-width: calc(50% - 20px);
  }
}

@media (min-width: 1024px) {
  .news__title {
    text-align: start;
    font: var(--font-d-title-2);
    letter-spacing: var(--ls-normal);
  }

  .news__list {
    justify-content: start;
  }

  .news__item {
    max-width: calc(33% - 12px);
  }
}

@media (min-width: 1280px) {
  .news__list {
    gap: 24px;
  }
}

/* Services hero section styles */

.services-hero {
  height: 584px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  text-align: center;
  color: var(--color-white-100);
}

.services-hero__title {
  margin-bottom: 8px;
  font: var(--font-m-title-1);
  letter-spacing: var(--ls-tight);
}

.services-hero__description {
  font: var(--font-m-body-2);
}

/* Services hero responsive style */
@media screen and (min-width: 768px) {
  .services-hero {
    height: 400px;
  }
}

@media screen and (min-width: 1280px) {
  .services-hero__title {
    font: var(--font-d-title-1);
    letter-spacing: var(--ls-normal);
  }

  .services-hero__description {
    font: var(--font-d-body-2-semibold);
  }
}

.terms {
  padding: 40px 0;
  background-color: var(--color-gray-200);
}

.terms__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.terms__card {
  padding: 24px 32px;
  text-align: start;
  background-color: var(--color-white-100);
  border: 1px solid var(--color-gray-300);
  border-radius: var(--rounded-lg);
  box-shadow: 0px 1px 3px 0px rgba(44, 42, 41, 0.07);
}

.terms__card--btns {
  min-height: 412px;
  height: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.terms__card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  color: var(--color-orange-500);
}

.terms__card-title {
  margin-bottom: 8px;
  color: var(--color-gray-800);
  font: var(--font-d-title-4);
}

.terms__card.terms__card--btns .terms__card-title {
  padding: 20px;
  color: var(--color-white-100);
  background: var(--gradient-blue);
  border-top-left-radius: var(--rounded-lg);
  border-top-right-radius: var(--rounded-lg);
  flex-shrink: 0;
}

.terms__card-title--blue {
  color: var(--color-blue-500);
}

.terms__card-wrap {
  min-height: 336px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  flex: 1;
}

.terms__card-text {
  margin-top: 10px;
  color: var(--color-gray-700);
  font: var(--font-m-body-2);
}

.terms__card-save {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.terms__card-title-wrap {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
}

.terms__btn-wrapper {
  width: 100%;
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-top: 1px solid var(--color-gray-300);
  flex-shrink: 0;
}

.terms__btn {
  width: 100%;
  padding: 16px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.terms__btn-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* Terms section responsive styles */

@media screen and (min-width: 800px) {
  .terms__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .terms__card {
    max-width: 100%;
    height: 282px;
  }

  .terms__card--btns {
    grid-column: span 2/-1;
    min-height: 300px;
    height: auto;
  }

  .terms__card-wrap {
    min-height: 224px;
    height: auto;
  }

  .terms__btn-wrapper {
    flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .terms__card {
    height: 250px;
  }

  .terms__card-wrap {
    min-height: 182px;
    height: auto;
  }

  .terms__card-text {
    margin-top: 0;
  }
}

@media screen and (min-width: 1280px) {
  .terms__inner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
  }

  .terms {
    padding: 56px 0;
  }

  .terms__card {
    height: 300px;
  }

  .terms__card-title-wrap {
    padding: 24px 32px;
  }

  .terms__card-text {
    font: var(--font-d-label-2);
  }

  .terms__card:nth-child(1),
  .terms__card:nth-child(2),
  .terms__card:nth-child(3) {
    grid-column: span 2;
  }

  .terms__card:nth-child(4) {
    grid-column: span 3;
  }

  .terms__card--btns {
    grid-column: span 3;
    min-height: 260px;
  }
}

/* Documents section styles */
.documents {
  padding: 40px 0;
}

.documents__title {
  margin-bottom: 24px;
  color: var(--color-blue-500);
  font: var(--font-m-title-1);
  letter-spacing: var(--ls-tight);
}

.documents__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.documents__item {
  width: 100%;
  padding: 16px 22px;
  border: 1px solid var(--color-gray-300);
  border-radius: var(--rounded-lg);
  box-shadow: 0px 1px 3px 0px rgba(44, 42, 41, 0.07);
}

.documents__item-title {
  margin-bottom: 8px;
  color: var(--color-gray-800);
  font: var(--font-m-title-2);
}

.documents__item-text {
  color: var(--color-gray-700);
  font: var(--font-m-body-2);
}

/* Documents section responsive styles */
@media screen and (min-width: 800px) {
  .documents__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .documents__item {
    height: -webkit-fill-available;
    grid-column: span 2;
  }

  .documents__item:last-child {
    grid-column: 2 / span 2;
  }
}

@media screen and (min-width: 1280px) {
  .documents {
    padding: 56px 0;
  }

  .documents__title {
    font: var(--font-d-title-2);
    letter-spacing: var(--ls-normal);
    text-align: start;
  }

  .documents__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .documents__item {
    padding: 24px 22px;
    grid-column: span 1;
  }

  .documents__item:last-child {
    grid-column: span 1;
  }

  .documents__item-title {
    margin-bottom: 12px;
    font: var(--font-d-title-4);
  }

  .documents__item-text {
    font: var(--font-d-body-2);
  }
}

/* Description section styles */
.description {
  padding: 40px 0;
  background-color: var(--color-gray-200);
}

.description__inner {
  max-width: 573px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 20px;
}

.description__title {
  margin-bottom: 16px;
  color: var(--color-blue-500);
  font: var(--font-m-title-1);
  letter-spacing: var(--ls-tight);
}

.description__text {
  font: var(--font-m-body-2);
}

.description__btn-top {
  display: none;
  margin-top: 32px;
}

.description__cards-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.description__cards-item {
  width: 100%;
  padding: 20px;
  border: 1px solid var(--color-gray-300);
  border-radius: var(--rounded-lg);
  background-color: var(--color-white-100);
  box-shadow: 0px 1px 3px 0px rgba(44, 42, 41, 0.07);
}

.description__cards-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.description__cards-icon {
  width: 40px;
  height: 40px;
  color: var(--color-orange-500);
}

.description__cards-title {
  font: var(--font-m-title-4);
}

.description__cards-text {
  font: var(--font-m-body-1);
  color: var(--color-gray-700);
}

@media screen and (min-width: 480px) {
  .description__text {
    max-width: 580px;
  }
}

@media screen and (min-width: 768px) {
  .description__btn-bottom {
    display: none;
  }

  .description__btn-top {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .description__inner {
    max-width: 100%;
    flex-direction: row;
    align-items: start;
  }

  .description__btn-top {
    max-width: 232px;
  }

  .description__text-block {
    flex: 1;
    max-width: 611px;
    text-align: start;
  }

  .description__cards-list {
    flex: 1;
  }

  .description__cards-item {
    min-height: 132px;
    max-width: 573px;
  }

  .description__btn-bottom {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .description {
    padding: 56px 0;
  }
}

.obligations {
  padding: 40px 0;
}

.obligations__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.obligations__title {
  margin-bottom: 16px;
  color: var(--color-blue-500);
  font: var(--font-m-title-1);
  letter-spacing: var(--ls-tight);
}

.obligations__description {
  color: var(--color-gray-800);
  font: var(--font-m-body-2);
}

.obligations__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

.obligations__item {
  padding: 20px;
  border: 1px solid var(--color-gray-300);
  border-radius: var(--rounded-lg);
  box-shadow: 0px 1px 3px 0px rgba(44, 42, 41, 0.07);
}

.obligations__item-title {
  margin-bottom: 12px;
  color: var(--color-blue-500);
  font: var(--font-d-title-4);
}

.obligations__item-subtitle {
  margin-bottom: 8px;
  color: var(--color-gray-800);
  font: var(--font-m-body-2);
}

.obligations__item-list {
  padding: 0;
  margin: 0;
  counter-reset: item;
  list-style: none;
}

.obligations__item-list-unit {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  color: var(--color-gray-700);
  font: var(--font-m-body-2);
  counter-increment: item;
}

.obligations__item-list-unit::before {
  content: counter(item) ".";
  position: absolute;
  left: 4px;
  font-weight: 500;
  color: var(--color-gray-700);
}

.obligations__item-blue {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 40px 24px;
  color: var(--color-white-100);
  border-radius: var(--rounded-lg);
  background: linear-gradient(180deg, #223471 23.5%, #2f4592 82.8%);
  box-shadow: 0px 1px 3px 0px rgba(44, 42, 41, 0.07);
}

.obligations__item-blue-title {
  margin-bottom: 16px;
  font: var(--font-m-title-1);
  letter-spacing: var(--ls-tight);
}

.obligations__item-blue-text {
  margin-bottom: 8px;
  font: var(--font-d-body-2-semibold);
}

.obligations__item-blue-link {
  display: flex;
  align-items: center;
  gap: 4px;
  font: var(--font-m-title-2);
}

.obligations__item-blue-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

/* Obligations section responsive styles */

@media screen and (min-width: 768px) {
  .obligations__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1280px) {
  .obligations {
    padding: 56px 0;
  }

  .obligations__inner {
    align-items: start;
  }

  .obligations__text-block {
    max-width: 100%;
    text-align: start;
  }

  .obligations__title {
    font: var(--font-d-title-2);
    letter-spacing: var(--ls-normal);
    text-align: start;
  }

  .obligations__description {
    font: var(--font-d-body-2);
    max-width: 553px;
  }

  .obligations__list {
    gap: 24px;
  }

  .obligations__item {
    padding: 24px;
  }

  .obligations__item-title {
    font: var(--font-d-title-4);
  }

  .obligations__item-subtitle {
    font: var(--font-d-body-2);
  }

  .obligations__item-list-unit {
    font: var(--font-d-body-2);
  }

  .obligations__item-blue {
    padding: 40px;
  }

  .obligations__item-blue-title {
    font: var(--font-d-title-3);
    letter-spacing: var(--ls-normal);
  }

  .obligations__item-blue-text {
    font: var(--font-d-body-2-semibold);
  }

  .obligations__item-blue-link {
    font: var(--font-d-title-2);
  }
}

.info {
  padding: 24px 0 40px;
  background-color: var(--color-gray-200);
}

.info__title {
  margin-bottom: 16px;
  color: var(--color-blue-500);
  font: var(--font-m-title-1);
  letter-spacing: var(--ls-tight);
}

.info__content {
  border: 1px solid var(--color-gray-300);
  border-radius: var(--rounded-mdx);
  box-shadow: 0px 1px 3px 0px rgba(44, 42, 41, 0.07);
  background: var(--color-white-100);
  overflow: hidden;
}

.info__contacts {
  padding: 20px 20px 24px;
}

.info__name {
  margin-bottom: 16px;
  color: var(--color-blue-500);
  font: var(--font-m-title-2);
  align-items: center;
  text-wrap-style: balance;
}

.info__contacts-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 16px;
}

.info__contacts-item {
  text-align: start;
  font: var(--font-d-label-2);
}

.info__contacts-item-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 4px;
}

.info__contacts-item-icon {
  height: 24px;
  width: 24px;
  flex-shrink: 0;
  color: var(--color-blue-500);
}

.info__contacts-item-link {
  color: var(--color-gray-800);
}

.info__contacts-item-title {
  color: var(--color-gray-700);
}

.info__map {
  width: 100%;
  height: 400px;
}

/* Info section responsive styles */

@media (min-width: 768px) {
  .info__content {
    display: flex;
    justify-content: center;
  }

  .info__contacts {
    flex: 1;
  }

  .info__map {
    flex: 1;
    min-height: 400px;
  }
}

@media (min-width: 1024px) {
  .info__contacts {
    padding: 40px 0 40px 40px;
  }

  .info__map {
    flex: 1.5;
    min-height: 426px;
  }
}

@media (min-width: 1280px) {
  .info__title {
    margin-bottom: 24px;
    font: var(--font-d-title-1);
    letter-spacing: var(--ls-normal);
  }

  .info__name {
    margin-bottom: 24px;
    font: var(--font-d-title-3);
  }

  .info__map {
    flex: 1.5;
    min-height: 450px;
  }
}

.questions {
  padding: 56px 0;
  background: linear-gradient(180deg, #223471 23.5%, #2f4592 82.8%);
  box-shadow: 0px 1px 3px 0px rgba(44, 42, 41, 0.07);
}

.questions__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.questions__img {
  width: 100%;
  height: 273px;
  object-fit: cover;
  border-radius: var(--rounded-lg);
  overflow: hidden;
}

.questions__content {
  color: var(--color-white-100);
}

.questions__title {
  margin-bottom: 16px;
  font: var(--font-m-title-1);
  letter-spacing: var(--ls-tight);
}

.questions__description {
  margin-bottom: 8px;
  font: var(--font-d-body-2-semibold);
}

.questions__link {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 4px;
  font: var(--font-m-title-2);
}

.questions__icon {
  height: 32px;
  width: 32px;
}

/* Questions section responsive styles */

@media (min-width: 768px) {
  .questions__inner {
    flex-direction: row;
  }

  .questions__img {
    order: 2;
    max-width: 60%;
  }

  .questions__content {
    order: 1;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .questions__img {
    height: 100%;
  }
}

@media (min-width: 1280px) {
  .questions__img {
    flex: 1.1;
  }

  .questions__content {
    flex: 1;
  }

  .questions__title {
    font: var(--font-d-title-3);
    letter-spacing: var(--ls-normal);
  }

  .questions__description {
    max-width: 553px;
  }

  .questions__link {
    font: var(--font-d-title-2);
  }
}
