/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

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

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 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;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

* {
  -webkit-tap-highlight-color: transparent;
}

button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Winsel";
  src: url("../fonts/Winsel-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/Caveat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  color: #061B31;
  display: flex;
  flex-direction: column;
}
body main {
  flex: 1;
}
body.menu-is-open {
  overflow: hidden;
}
body.menu-is-open .menu {
  transform: translateY(0);
  pointer-events: auto;
  opacity: 1;
}
body.menu-is-open .header__burger .icon-burger {
  display: none;
}
body.menu-is-open .header__burger .icon-cross {
  display: block;
}
body.is-locked {
  overflow: hidden;
}

.container {
  max-width: 1312px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

svg {
  display: inline-block;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  fill: currentColor;
}

.controls {
  display: flex;
  column-gap: 1rem;
}

.title {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .title {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.title--light {
  color: #fff;
}
.title--centered {
  text-align: center;
}

.subtitle {
  font-size: 0.9625rem;
  line-height: 1.375rem;
  font-weight: 500;
}
.subtitle--light {
  color: #fff;
}
.subtitle--centered {
  text-align: center;
}

.tag {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 600;
  color: #fff;
  padding: 0.25em 0.5em;
  border-radius: 0.5em;
  display: inline-block;
}
.tag--blue {
  background-color: #0057FF;
}
.tag--red {
  background-color: #E65100;
}
.tag--green {
  background-color: #00897B;
}
.tag--gold {
  background-color: #C49000;
}
.tag--gray {
  background-color: #455A64;
}

.section--bg {
  background-color: #F3F5F8;
  padding: 4em 0;
}

.input {
  position: relative;
}
.input label {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #8399B9;
  font-size: 0.875rem;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.input label span {
  color: #D71F1F;
}
.input input {
  min-height: 3rem;
  padding: 0.8125rem 1rem;
  border-radius: 1rem;
  overflow: hidden;
  outline: none;
  border: none;
  font-size: 1rem;
  border: 1px solid #CED6E3;
}
.input input:focus + label, .input.is-filled label {
  opacity: 0;
  visibility: hidden;
}

.select {
  position: relative;
  max-height: 3rem;
  background-color: #fff;
}
.select__selected-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  border: 1px solid #CED6E3;
  padding: 0.8125rem 1rem;
  cursor: pointer;
}
.select__selected-wrap .icon {
  width: 1rem;
  height: 1rem;
  margin-left: 0.625rem;
  transition: rotate 0.3s ease;
}
.select__selected {
  color: #8399B9;
  font-size: 0.875rem;
}
.select__dropdown {
  transition: opacity 0.3s ease, transform 0.3s ease, top 0.3s ease;
  border: 1px solid #CED6E3;
  border-radius: 1rem;
  position: absolute;
  width: 100%;
  top: 100%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
}
.select__list {
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  max-height: 7.5rem;
  overflow-y: auto;
}
.select__option {
  padding: 0.4375rem 1rem;
  color: #8399B9;
  font-size: 0.875rem;
  transition: background-color 0.3s ease;
}
.select__option:hover {
  background-color: rgba(206, 214, 227, 0.231372549);
}
.select.is-open .select__dropdown {
  opacity: 1;
  pointer-events: none;
  top: calc(100% + 10px);
  pointer-events: inherit;
}
.select.is-open .icon {
  transform: rotate(180deg);
}

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

.btn-wrap--centered {
  display: flex;
  justify-content: center;
}

.btn {
  background: linear-gradient(98.36deg, #FAB000 43.79%, #DB9A00 69.18%, #AF7B00 92.7%);
  border-radius: 1000px;
  padding: 1.25rem 1.4375rem;
  font-size: 0.9625rem;
  line-height: 1rem;
  letter-spacing: 0.03rem;
  color: #000;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease, border 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
}
.btn:hover {
  filter: brightness(1.15) saturate(1.2);
  transform: scale(1.02);
  box-shadow: 0 10px 20px rgba(250, 176, 0, 0.3);
}
.btn:active {
  transform: scale(0.98);
  filter: brightness(0.9);
}
.btn--light {
  background: #fff;
}
.btn--bordered {
  border: 1px solid rgba(8, 51, 116, 0.2);
  color: #083374;
  font-weight: 700;
}
.btn--bordered:hover {
  border-color: #083374;
  box-shadow: none;
  transform: none;
}
.btn--whatsapp, .btn--telegram {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 1rem;
}
.btn--whatsapp svg, .btn--telegram svg {
  width: 1.875rem;
  height: 1.875rem;
  flex-shrink: 0;
}
.btn--whatsapp {
  background: #25D366;
}
.btn--telegram {
  background: linear-gradient(203.2deg, #37AEE2 21.67%, #1E96C8 70%);
}

.header {
  background-color: #083374;
  position: sticky;
  top: 0;
  z-index: 1001;
}
.header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 7.625rem;
  width: 100%;
  height: 2rem;
}
@media (min-width: 1024px) {
  .header .logo {
    max-width: 13.3125rem;
    width: 100%;
    height: 3.5rem;
  }
  .header .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
  }
}
.header__flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
}
@media (min-width: 1024px) {
  .header__flex-wrap {
    padding: 1.5rem 2.5rem;
  }
}
.header__burger {
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .header__burger {
    display: none;
  }
}
.header__burger .icon {
  width: 2rem;
  height: 2rem;
}
.header__burger .icon-cross {
  display: none;
}
.header__nav {
  display: none;
  flex: 1;
  padding: 0 0.625rem;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .header__nav {
    display: flex;
  }
}
.header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3.5rem;
  padding: 0.25rem 0.75rem;
}
.header__nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 0.9625rem;
  line-height: 1.5rem;
  font-weight: 500;
  padding: 0.75em 1em;
  display: inline-block;
  transition: color 0.2s ease;
}
.header__nav ul li a:hover {
  color: #FAB000;
}
.header__nav ul li.active a {
  color: #FAB000;
}
.header .controls .lang-switcher,
.header .controls .btn {
  display: none;
}
@media (min-width: 1200px) {
  .header .controls .lang-switcher,
  .header .controls .btn {
    display: flex;
  }
}

.lang-switcher {
  position: relative;
}
.lang-switcher__current {
  padding: 0.75rem 1rem;
  border-radius: 3.5rem;
  background-color: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
.lang-switcher__current, .lang-switcher__dropdown li a {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.9625rem;
  line-height: 1.5rem;
  letter-spacing: 0.03rem;
  font-weight: 500;
}
.lang-switcher__current img, .lang-switcher__dropdown img {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.lang-switcher__dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(100% + 5px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.2s ease;
  transform: translateY(-10px);
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.8125rem;
  background-color: rgba(0, 0, 0, 0.2);
}
.lang-switcher__dropdown li {
  margin-bottom: 0.625rem;
}
.lang-switcher__dropdown li:last-child {
  margin-bottom: 0;
}
.lang-switcher__dropdown li a {
  transition: color 0.2s ease;
}
.lang-switcher__dropdown li a:hover {
  color: #FAB000;
}
.lang-switcher.is-open .lang-switcher__dropdown {
  pointer-events: auto;
  transform: none;
  opacity: 1;
}

.menu .lang-switcher .lang-switcher__dropdown {
  top: auto;
  bottom: calc(100% + 5px);
  transform: translateY(10px);
}
.menu .lang-switcher.is-open .lang-switcher__dropdown {
  pointer-events: auto;
  transform: none;
  opacity: 1;
}

.menu {
  background-color: #083374;
  position: fixed;
  top: calc(var(--header-height, 68px) - 1px);
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-5px);
  transition: transform 0.2s ease, opacity 0.2s ease;
  height: auto;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 6.25rem;
}
.menu__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__nav ul li {
  margin-bottom: 2rem;
}
.menu__nav ul li:last-child {
  margin-bottom: 0;
}
.menu__nav ul li a {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.03rem;
  font-weight: 500;
  text-decoration: none;
}
.menu__nav ul li.active a {
  color: #FAB000;
}

.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.625rem;
}
.social li a {
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  background-color: #fff;
}

.callback {
  padding: 5rem 0;
}
@media (min-width: 1200px) {
  .callback {
    padding: 10rem 0;
  }
}

.callback-form {
  border-radius: 1.5rem;
  padding: 4rem 1rem;
  background-color: #083374;
}
@media (min-width: 1024px) {
  .callback-form {
    display: flex;
    gap: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .callback-form {
    padding: 4rem 7.5rem 4rem 5rem;
    gap: 9.375rem;
  }
}
.callback-form__top {
  flex-shrink: 0;
  margin-bottom: 3rem;
  flex-shrink: 1;
}
@media (min-width: 1024px) {
  .callback-form__top {
    margin-bottom: 0;
  }
}
.callback-form__top .title {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .callback-form__top .title {
    text-align: left;
    margin-bottom: 1.5rem;
  }
}
.callback-form__top .subtitle {
  margin: 0;
}
@media (min-width: 1024px) {
  .callback-form__top .subtitle {
    text-align: left;
  }
}
.callback-form .input-wrap {
  margin-top: 0.75rem;
  width: 100%;
}
.callback-form .input-wrap:first-child {
  margin-top: 0;
}
.callback-form .input-wrap .input {
  width: 100%;
}
.callback-form .input-wrap .input input {
  width: 100%;
}
.callback-form__add-info {
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .callback-form__add-info {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
.callback-form__add-info .btn {
  flex-shrink: 0;
}
.callback-form__add-info p {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: #8399BA;
  margin: 0;
  margin-top: 0.75rem;
}
@media (min-width: 1024px) {
  .callback-form__add-info p {
    margin-top: 0;
  }
}
.callback-form.loading form {
  pointer-events: none;
  opacity: 0.6;
}
.callback-form.loading .btn {
  pointer-events: none;
  position: relative;
  color: transparent;
}
.callback-form.loading .btn::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1002;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 1.5rem;
}
.popup::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.popup .title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .popup .title {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
  }
}
.popup__window {
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  max-width: 23.75rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: calc(100dvh - 48px);
}
@media (min-width: 1024px) {
  .popup__window {
    flex-direction: row;
    align-items: stretch;
    max-width: 61.25rem;
  }
}
.popup__content {
  padding: 1.5rem;
  background-color: #fff;
  flex: 1;
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .popup__content {
    padding: 6.25rem 5rem;
    display: flex;
    align-items: center;
  }
}
.popup__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  z-index: 1;
  color: #000;
}
.popup__bg {
  height: 12.5rem;
  position: relative;
}
@media (min-width: 1024px) {
  .popup__bg {
    height: auto;
    max-width: 22.4375rem;
    width: 100%;
  }
}
.popup__bg img {
  width: 100%;
  height: 100%;
  object-position: center;
}
.popup .input, .popup .select {
  margin-top: 1rem;
}
.popup .input input, .popup .select input {
  width: 100%;
}
.popup__add-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .popup__add-info {
    flex-direction: row;
    gap: 1.25rem;
  }
}
.popup__add-info p {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: #838D98;
  margin: 0;
}
.popup__add-info p a {
  color: #838D98;
}
.popup__messengers {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
.popup__messengers .btn {
  max-width: 15.3125rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .popup__bg-horizontal {
    display: none;
  }
}
.popup__bg-vertical {
  display: none;
}
@media (min-width: 1024px) {
  .popup__bg-vertical {
    display: block;
  }
}
.popup__list {
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  row-gap: 1.5rem;
  max-height: 19.5rem;
  width: calc(100% + 24px);
}
@media (min-width: 1024px) {
  .popup__list {
    row-gap: 1.5rem;
    column-gap: 1.875rem;
    flex-direction: row;
    width: calc(100% + 40px);
    max-height: 28rem;
  }
}
.popup__list-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .popup__list-item {
    width: calc(33.33% - 32px);
  }
}
.popup__list-item p, .popup__list-item a {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
}
.popup__list-item a {
  display: inline-flex;
  color: #073273;
}
.popup__list-item-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.popup__list-img {
  width: 5.5rem;
  height: 5.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #E7EBF2;
  border-radius: 1.5rem;
}
.popup__list-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
}
.popup__list-name {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin: 0;
}
.popup--with-bg .popup__close {
  color: #fff;
}
@media (min-width: 1024px) {
  .popup--with-bg .popup__close {
    color: #000;
  }
}
.popup--default .popup__list {
  padding-bottom: 1.5rem;
}
.popup--default .popup__content {
  padding: 1.5rem;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .popup--default .popup__content {
    padding: 2.5rem;
    padding-bottom: 0;
  }
}
.popup.is-open {
  opacity: 1;
  pointer-events: inherit;
}

.footer {
  color: #fff;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 500;
  background-color: #00122D;
}
.footer__logo {
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 8.5625rem;
  height: 2.25rem;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
.footer p {
  margin: 0;
}
.footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer a:hover {
  color: #FAB000;
}
.footer address {
  font-style: normal;
}
.footer__top {
  padding: 2.5rem 0 1rem;
}
.footer__bottom {
  text-align: center;
  border-top: 1px solid #192A42;
  padding: 1rem 0;
}
.footer__flex-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .footer__flex-wrap {
    flex-direction: row;
    column-gap: 2rem;
    row-gap: 0;
  }
}
.footer__flex-item {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media (min-width: 1024px) {
  .footer__flex-item {
    justify-content: space-between;
    width: calc(33.33% - 1.375rem);
  }
}
.footer__flex-item:first-child {
  width: 100%;
}
.footer__flex-item:nth-child(2) {
  margin-top: -2rem;
}
@media (min-width: 1024px) {
  .footer__flex-item:nth-child(2) {
    margin-top: 0;
  }
}
.footer__flex-item:last-child {
  margin-bottom: 0;
}
.footer__contacts-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__contacts-item .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}