@charset "UTF-8";
.t-h1, .section__title {
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 6px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .t-h1, .section__title {
    font-size: 28px;
    letter-spacing: 2.8px;
  }
}

.t-h2, .map-group__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .t-h2, .map-group__title {
    font-size: 22px;
    letter-spacing: 1.32px;
  }
}

.t-h3, .catalog-card__title, .modal-faq__title, .faq__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .t-h3, .catalog-card__title, .modal-faq__title, .faq__title {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}

.t-body-1, .section__subtitle {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .t-body-1, .section__subtitle {
    font-size: 14px;
  }
}

.t-body-2, .map-addresses-search__input, .catalog-card__weight, .form__required-message {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .t-body-2, .map-addresses-search__input, .catalog-card__weight, .form__required-message {
    font-size: 14px;
    line-height: 100%;
  }
}

.t-body-3, .map-group__text, .map-address, .faq__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.t-body-4, .footer-info__text, .footer-bottom__text, .footer-bottom__link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.t-body-5, .product-card__title, .product-card__weight, .footer-nav__link {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.t-button, .faqs-more, .button {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .t-button, .faqs-more, .button {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

@font-face {
  font-family: "Geometria";
  src: url('/assets/Geometria-Regular-CTPhR6Q8.eot?#iefix') format('embedded-opentype'), url('/assets/Geometria-Regular-38B79V1A.ttf') format('truetype'), url('/assets/Geometria-Regular-C3nTg2EH.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url('/assets/Geometria-Medium-BNuXM8gl.eot?#iefix') format('embedded-opentype'), url('/assets/Geometria-Medium-BO6S5joW.ttf') format('truetype'), url('/assets/Geometria-Medium-CpOXNhAw.woff') format('woff');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url('/assets/Geometria-MediumItalic-BYdRvsDm.eot?#iefix') format('embedded-opentype'), url('/assets/Geometria-MediumItalic-Lf4_J3eu.ttf') format('truetype'), url('/assets/Geometria-MediumItalic-uJEEotzl.woff') format('woff');
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url('/assets/Geometria-BoldItalic-BlcEWlAa.eot?#iefix') format('embedded-opentype'), url('/assets/Geometria-BoldItalic-DEqO1uWC.ttf') format('truetype'), url('/assets/Geometria-BoldItalic-BNM65TcH.woff') format('woff');
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}
:root {
  --color-blue: #012169;
  --color-cyan: #3eb1c8;
  --color-gold: #d9b16b;
}

*:not(:is(path, use)) {
  font-family: "Geometria";
  color: var(--color-blue);
  scroll-behavior: smooth;
  outline: none;
}

.h-underline, .faqs-more span::before, .footer-nav__link::before, .social::before, .nav__link::before {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  width: 100%;
  display: block;
  height: 2px;
  background: #fff;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
  transform-origin: left;
}

span,
b,
strong {
  font: inherit;
  color: inherit;
}

symbol {
  color: inherit;
}

.global-wrapper {
  overflow: hidden;
  max-width: 100vw;
}

body.scroll-lock {
  overflow: hidden;
  max-height: 100dvh;
  max-width: 100dvw;
  position: fixed;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

.button {
  padding: 24px;
  color: white;
  background: var(--color-blue);
  border-radius: 6px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
@media screen and (pointer: fine) {
  .button:hover {
    background: #001442;
  }
}
.button:active {
  background: #001442;
}
.button:disabled {
  background: #dbdbdb;
}
@media screen and (max-width: 768px) {
  .button {
    padding: 20px;
  }
}

.logo {
  display: flex;
  max-width: 165px;
  width: 100%;
  height: auto;
}
.logo__img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .logo {
    max-width: 110px;
  }
}

.faq {
  width: 100%;
}
.faq__header {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  width: 100%;
  padding-bottom: 20px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq__icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  position: relative;
}
.faq__icon::before, .faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 2px;
  background: var(--color-blue);
  transition: 0.3s ease;
}
.faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease;
}
.faq__inner {
  overflow: hidden;
  height: 100%;
  transition: 0.3s ease;
}
.faq__row {
  display: flex;
  gap: 20px 40px;
  flex-wrap: wrap;
}
.faq__column {
  flex: 1 1 min(250px, 100%);
  display: flex;
  gap: 20px;
  flex-direction: column;
  gap: 24px;
}
.faq.active .faq__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq.active .faq__wrapper {
  grid-template-rows: 1fr;
}
.faq.active .faq__inner {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .faq__title {
    font-size: 20px;
  }
  .faq__column {
    gap: 10px;
  }
  .faq__row {
    gap: 10px;
  }
  .faq__text {
    font-size: 14px;
  }
  .faq.active .faq__inner {
    margin-top: 20px;
  }
}

.list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.list__item {
  font-size: 20px;
  font-weight: 500;
  list-style-position: inside;
  display: flex;
}
.list__item::before {
  content: "•";
  margin-right: 8px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .list__item {
    font-size: 16px;
  }
}

.section__title {
  color: #fff;
}
.section__title + * {
  margin-top: 24px;
}
.section__subtitle {
  color: var(--color-gold);
  max-width: 1040px;
}
.section__subtitle--full {
  max-width: 100%;
}
.section__header {
  padding-block: 168px 40px;
  background: var(--color-blue);
}
.section__header:not(.section__header--no-margin) + * {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .section__header {
    padding-top: 40px;
  }
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.nav__link-vk {
  background: var(--color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 4px;
}
.nav__link-vk svg {
  width: 32px;
  height: 32px;
}
.nav__link {
  padding: 10px 0px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}
.nav__link::before {
  bottom: 6px;
  background: var(--color-blue);
  top: unset;
}
@media screen and (pointer: fine) {
  .nav__link:hover::before {
    transform: scaleX(1);
  }
}
.nav--mobile {
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.nav--mobile .nav__link {
  padding: 0;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .nav--desktop {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .nav__link-vk {
    padding: 8px;
  }
  .nav__link-vk svg {
    width: 34px;
    height: 34px;
  }
}
@media screen and (min-width: 1650px) {
  .nav__link-vk {
    padding: 8px;
  }
  .nav__link-vk svg {
    width: 48px;
    height: 48px;
  }
}

.container {
  max-width: 1424px;
  margin: 0 auto;
  width: 100%;
  padding: 0px 12px;
}
.container--row {
  display: flex;
}
.container--lg {
  max-width: 1920px;
}

.social {
  position: relative;
}
.social__icon {
  width: 100%;
  max-width: 158px;
  aspect-ratio: 1/1;
  height: auto;
}
.social:not(.social--small)::before {
  top: calc(100% + 12px);
  background: var(--color-blue);
  height: 4px;
}
.social--small .social__icon {
  max-width: 36px;
}
@media screen and (pointer: fine) {
  .social:hover::before {
    transform: scaleX(1);
  }
}

.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100dvh;
  overflow: auto;
  background: #fff;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  pointer-events: none;
  transform: translateY(100px);
  padding-block: 80px;
}
.modal-wrapper.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .modal-wrapper {
    padding-block: 32px;
  }
}

.modal {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.modal__header {
  display: flex;
}
.modal__close {
  margin-left: auto;
  cursor: pointer;
  color: var(--color-blue);
}
.modal__close-icon {
  color: inherit;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .modal__close {
    color: #fff;
    background: var(--color-blue);
  }
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 24px;
  cursor: pointer;
  position: relative;
}
.checkbox__input {
  position: absolute;
  top: 44px;
  left: 16px;
  width: 1px;
  height: 1px;
}
.checkbox__icon {
  width: 30px;
  transition: 0.3s ease;
  height: 30px;
  opacity: 0;
}
.checkbox__box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  transition: 0.3s ease;
  border-radius: 2px;
  box-shadow: inset 0px 0px 0px 2px rgba(1, 33, 105, 0.5019607843);
}
.checkbox__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.checkbox__text a {
  text-decoration: underline;
  text-underline-position: under;
}
.checkbox__input:checked + .checkbox__box {
  background: var(--color-blue);
  box-shadow: none;
}
.checkbox__input:checked + .checkbox__box .checkbox__icon {
  opacity: 1;
}
@media screen and (pointer: fine) {
  .checkbox:hover .checkbox__box {
    box-shadow: inset 0px 0px 0px 2px #012169;
  }
}
@media screen and (max-width: 768px) {
  .checkbox__text {
    font-size: 10px;
  }
}

.form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.form__group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form__footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form__required-message {
  display: flex;
  gap: 10px;
}
.form__required-icon {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  .form {
    gap: 32px;
  }
  .form__group {
    gap: 15px;
  }
}

.input {
  color: var(--color-blue);
  resize: none;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.2px;
  border: 0;
}
.input__fake-placeholder {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.2px;
  display: none;
  gap: 8px;
  position: absolute;
  top: 0px;
  border: 1px solid transparent;
  left: 0px;
  padding: 20px;
  align-items: flex-start;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.input__fake-placeholder-icon {
  width: 8px;
  display: flex;
  align-items: flex-start;
  height: 8px;
}
.input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.input:placeholder-shown + .input__fake-placeholder {
  display: flex !important;
}
.input:has(+ .input__fake-placeholder)::placeholder {
  color: transparent;
}
.input__wrapper {
  padding: 20px;
  position: relative;
  cursor: text;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: 0.3s ease;
}
@media screen and (pointer: fine) {
  .input__wrapper:hover {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #f4f4f4;
  }
}
.input__wrapper:focus-within {
  border: 1px solid var(--color-blue);
  background: #fff;
}
.input--textarea {
  min-height: 190px;
}
@media screen and (max-width: 768px) {
  .input {
    font-size: 14px;
  }
  .input__fake-placeholder-icon {
    width: 5px;
    height: 5px;
  }
  .input__fake-placeholder {
    padding: 14px;
    font-size: 14px;
  }
  .input__wrapper {
    padding: 14px;
  }
}

.dropdown {
  position: relative;
  z-index: 4;
}
.dropdown__input {
  position: absolute;
  top: 0;
  left: 0;
}
.dropdown__header {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--color-white);
  transition: 0.3s ease;
}
@media screen and (pointer: fine) {
  .dropdown__header:hover {
    box-shadow: var(--shadow-light);
  }
}
.dropdown__value {
  transition: 0.3s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  flex: 1 1 0;
  justify-content: space-between;
}
.dropdown__list {
  background: #fff;
  top: calc(100% - 2px);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  min-width: 280px;
  width: 100%;
  left: 0;
  padding: 10px 14px 14px;
  transition: 0.3s ease;
  position: absolute;
  max-height: 514px;
  overflow: auto;
  gap: 18px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}
.dropdown__option {
  transition: background 0.3s ease;
  width: 100%;
  padding-right: 32px;
  gap: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4px;
}
@media screen and (pointer: fine) {
  .dropdown__option:hover {
    background: #f8f8fc;
  }
}
.dropdown__option.hidden {
  display: none;
}
.dropdown__chevron {
  width: 22px;
  transition: 0.3s ease;
  min-width: 22px;
  height: 22px;
}
.dropdown--secondary .dropdown__header {
  background: transparent;
  box-shadow: none;
}
@media screen and (pointer: fine) {
  .dropdown--secondary .dropdown__header:hover {
    background: var(--color-light-blue-450);
  }
}
.dropdown--third .dropdown__header {
  background: var(--color-light-blue-400);
  box-shadow: none;
}
@media screen and (pointer: fine) {
  .dropdown--third .dropdown__header:hover {
    background: var(--color-light-blue-450);
  }
}
.dropdown.active {
  z-index: 100;
  border-bottom: 0px;
}
.dropdown.active .dropdown__list {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.dropdown.active .dropdown__value {
  color: var(--color-indigo-krayola-400);
}
.dropdown.active .dropdown__chevron {
  transform: rotate(180deg);
}

.header {
  background: #fff;
  padding: 24px 0px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
}
.header__container {
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 12px 0px;
  }
}

.header-logo {
  max-width: 180px;
  width: 100%;
}
.header-logo__img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header-logo {
    max-width: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .header-logo {
    max-width: 200px;
  }
}
@media screen and (min-width: 1650px) {
  .header-logo {
    max-width: 350px;
  }
}

.header-mobile {
  background: #fff;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s ease;
  transform: translateY(100px);
  padding-top: 112px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  position: fixed;
}
.header-mobile__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-top: 1px solid rgba(1, 33, 105, 0.1);
  padding-block: 24px;
}
.header-mobile__info-link {
  color: var(--color-blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.header-mobile.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.header-burger {
  display: none;
  flex-direction: column;
  background: var(--color-blue);
  flex-direction: column;
  width: 72px;
  position: relative;
  margin-block: -12px;
  margin-right: -12px;
  height: 72px;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.header-burger span {
  background: white;
  width: 24px;
  height: 3px;
}
.header-burger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header-burger.active span:nth-child(2) {
  opacity: 0;
}
.header-burger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .header-burger {
    display: flex;
  }
}

.footer {
  background: var(--color-blue);
}
.footer__row {
  position: relative;
  display: flex;
  min-height: 394px;
  padding-left: 50%;
  justify-content: space-between;
}
.footer__content {
  flex: 1 1 0;
  flex-wrap: wrap;
  display: flex;
  gap: 40px 24px;
  padding: 40px 0px 40px 40px;
  justify-content: space-between;
}
.footer__socials {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .footer__row {
    flex-direction: column;
    padding: 0;
  }
  .footer__content {
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
    gap: 40px;
  }
  .footer__container {
    padding: 0;
  }
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}
.footer-nav__link {
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
@media screen and (pointer: fine) {
  .footer-nav__link:hover::before {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 768px) {
  .footer-nav {
    align-items: center;
  }
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 248px;
}
.footer-info__text {
  color: var(--color-gold);
}
@media screen and (max-width: 768px) {
  .footer-info {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 100%;
    padding: 24px 24px 0px;
  }
  .footer-info__text {
    text-align: center;
  }
}

.footer-logo {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-100%);
  width: 50vw;
  background: url("/assets/images/footer-bg.png") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    height: 196px;
    margin: 0px -12px;
    position: static;
    width: calc(100% + 24px);
    transform: none;
  }
  .footer-logo__img {
    height: 60px;
  }
}

.footer-bottom {
  padding: 22px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.footer-bottom__text {
  text-align: center;
  color: #fff;
}
.footer-bottom__link {
  text-align: center;
  color: #fff;
  transition: 0.3s ease;
  text-decoration: underline;
  text-underline-position: under;
}
@media screen and (pointer: fine) {
  .footer-bottom__link:hover {
    color: var(--color-gold);
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    padding: 40px 24px 24px;
  }
  .footer-bottom__link, .footer-bottom__text {
    width: 100%;
  }
  .footer-bottom__container {
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    padding: 0;
  }
}

.modal-faq__row {
  display: flex;
  gap: 40px 100px;
  flex-wrap: wrap;
}
.modal-faq__form {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 1 1 300px;
}
.modal-faq__faqs {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .modal-faq__title {
    font-size: 20px;
  }
  .modal-faq__row {
    gap: 40px 40px;
  }
  .modal-faq__faqs {
    gap: 32px;
  }
}

.hero {
  display: flex;
  max-height: 932px;
}
.hero__video {
  object-fit: cover;
  display: flex;
  width: 100%;
}

.faqs__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 64px 32px;
  flex-wrap: wrap;
}
.faqs__bg {
  width: 100%;
  height: 290px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .faqs__bg {
    height: 140px;
  }
}

.faqs-more {
  margin-left: auto;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 180px;
  width: 100%;
}
.faqs-more span {
  position: relative;
}
.faqs-more__icon {
  height: auto;
  aspect-ratio: 1/1;
  width: 24px;
}
@media screen and (pointer: fine) {
  .faqs-more:hover span::before {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 768px) {
  .faqs-more {
    width: auto;
    gap: 30px;
  }
  .faqs-more__icon {
    width: 14px;
  }
}

.catalog {
  padding-bottom: 120px;
}
.catalog__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .catalog__grid {
    gap: 20px;
  }
}

.catalog-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 min(610px, 100%);
}
.catalog-card__images {
  display: flex;
}
.catalog-card__img {
  display: flex;
  flex: 1 1 0;
  object-fit: cover;
}
.catalog-card__info {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.catalog-card__weights {
  display: flex;
  gap: 16px;
  flex: 0 1 1;
}
.catalog-card__title {
  flex: 1 1 0;
}
.catalog-card__weight {
  padding: 6px 0px 6px 16px;
  color: var(--color-gold);
  border-left: 1px solid var(--color-gold);
}
@media screen and (max-width: 768px) {
  .catalog-card__weight {
    padding: 4px 0px 4px 8px;
  }
  .catalog-card__weights {
    gap: 8px;
  }
  .catalog-card__info {
    gap: 20px;
  }
}

.map {
  padding-bottom: 184px;
  margin-top: 60px;
}
.map__header {
  padding-top: 40px;
}

.map-group {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex-wrap: wrap;
}
.map-group__text {
  opacity: 0.6;
}
.map-group__column {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 300px;
}
.map-group__row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 24px;
}
.map-group + .map-group {
  margin-top: 40px;
}
.map-group__socials {
  display: flex;
  justify-content: space-between;
  flex: 1 1 336px;
  gap: 16px;
  max-width: 832px;
}
.map-group--header {
  justify-content: space-between;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .map-group {
    gap: 16px;
  }
}

.map-products {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .map-products {
    display: none;
  }
}

.dropdown-map {
  display: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .dropdown-map {
    display: flex;
  }
}

.product-card {
  cursor: pointer;
}
.product-card__img-wrapper {
  position: relative;
}
.product-card__selected {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(1, 33, 105, 0.5019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease;
}
.product-card__check {
  width: 57px;
  aspect-ratio: 1/1;
  height: auto;
}
.product-card__info {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}
.product-card__title {
  text-transform: uppercase;
  letter-spacing: 0.84px;
  line-height: 130%;
}
.product-card__weight {
  padding: 5px 0px 5px 8px;
  border-left: 1px solid var(--color-gold);
  color: var(--color-gold);
}
.product-card.active .product-card__selected {
  opacity: 1;
}

.map-addresses {
  max-width: 544px;
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.map-addresses__list {
  padding: 12px 24px 12px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: auto;
  max-height: 652px;
}
.map-addresses__list::-webkit-scrollbar {
  width: 2px;
  background: rgba(0, 0, 0, 0.1019607843);
}
.map-addresses__list::-webkit-scrollbar-thumb {
  background: #012169;
}
@media screen and (max-width: 768px) {
  .map-addresses {
    display: none;
  }
}

.map-addresses-search {
  padding: 20px 0px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.map-addresses-search__icon {
  width: 24px;
  height: 24px;
}
.map-addresses-search__input {
  font-weight: 400;
  flex: 1 1 0;
  color: var(--color-blue);
}
.map-addresses-search__input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  .map-addresses-search {
    padding: 14px 0px;
  }
  .map-addresses-search__icon {
    width: 14px;
    height: 14px;
  }
}

.map-map {
  flex: 1 0 300px;
  min-height: 530px;
}

.map-address {
  line-height: 140%;
  color: rgba(1, 33, 105, 0.6);
  display: flex;
  justify-content: space-between;
  transition: 0.3s ease;
  align-items: center;
  gap: 10px;
}
.map-address__icon {
  width: 24px;
  height: auto;
  min-width: 24px;
  aspect-ratio: 1/1;
  transition: 0.3s ease;
}
.map-address.active {
  font-weight: 700;
  font-style: italic;
}
.map-address.hidden {
  display: none;
}
.map-address.hidden-by-group {
  display: none;
}
@media screen and (pointer: fine) {
  .map-address:hover {
    color: var(--color-blue);
  }
}

.dropdown-map-item {
  transition: 0.3s ease;
}
.dropdown-map-item__title {
  color: var(--color-blue);
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.78px;
  transition: 0.3s ease;
  text-transform: uppercase;
}
.dropdown-map-item__weight {
  padding: 6px 0px 6px 8px;
  color: var(--color-gold);
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  border-left: 1px solid var(--color-gold);
}
.dropdown-map-item:not(.dropdown__value) {
  opacity: 0.6;
}
.dropdown-map-item.active {
  opacity: 1;
}
.dropdown-map-item.active .dropdown-map-item__title {
  font-style: italic;
}

.map-point {
  min-width: 46px;
  min-width: max-content;
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 4px;
  position: relative;
  border: 4px solid var(--color-blue);
  background: #fff;
}
.map-point img {
  width: auto;
  width: 100%;
  height: 30px;
  min-height: 30px;
  object-fit: contain;
}
.map-point::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 12px;
  transform: translate(-4px, 4px);
  height: 12px;
  border: 6px solid;
  border-color: var(--color-blue) transparent transparent var(--color-blue);
}
.map-point--empty {
  width: 46px;
}

.map-cluster {
  width: 46px;
  height: 46px;
  background: #fff;
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: center;
  border: 4px solid var(--color-blue);
}

.map-balloon {
  background: white;
  position: absolute;
  max-width: 404px;
  width: max-content;
  padding: 24px;
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
  transform: translateX(18px);
}
.map-balloon__title {
  color: var(--color-gold);
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  white-space: nowrap;
}
.map-balloon__address {
  color: var(--color-blue);
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
}