@charset "UTF-8";
:root {
  --font-family: "Montserrat", sans-serif;
  --content-width: 1470px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  position: relative;
  height: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
}

.page__body {
  background-color: hsl(210, 14%, 97%);
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

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

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

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

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

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

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.header {
  padding-bottom: 80px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: top center;
}
.header__logo {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100px;
  height: 50px;
}
.header .nav-link {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
}
.header .nav-link:focus {
  color: #003B77 !important;
}
@media (any-hover: hover) {
  .header .nav-link:hover {
    color: #003B77 !important;
  }
}

@media (max-width: 1024px) {
  .header {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .header {
    padding-bottom: 40px;
  }
}
/* =========================================== */
/* ОСНОВНЫЕ СТИЛИ HERO (БЕЗ ИЗМЕНЕНИЙ) */
/* =========================================== */
.hero__container {
  background-image: url("../img/bg-3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.hero__inner {
  position: relative;
}
.hero__title {
  margin: 0;
  z-index: 3;
  position: absolute;
  top: -440px;
  font-family: Montserrat;
  font-size: 150px;
  font-weight: 800;
  line-height: 154px;
  text-align: left;
  color: #003B77;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top -10px;
}
.hero__subtitle {
  margin: 0;
  max-width: 497px;
  z-index: 3;
  position: absolute;
  top: -50px;
  left: 50px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
}
.hero__text-decor {
  margin: 0;
  max-width: 700px;
  color: #25D366;
  font-size: 60px;
  font-weight: 800;
  line-height: 64px;
  text-align: left;
  z-index: 3;
  position: absolute;
  top: -200px;
  left: 50px;
}
.hero__text {
  margin: 0;
  text-transform: uppercase;
}
.hero__link {
  display: block;
  padding: 5px 10px;
  border-radius: 10px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #25D366;
  justify-content: center;
  gap: 10px;
  z-index: 3;
  position: absolute;
  top: 100px;
  left: 50px;
  color: #ffffff;
}
.hero__icon {
  width: 20px;
  height: 20px;
}
.hero .whatsapp-button {
  position: fixed;
  right: 13px;
  bottom: 20px;
  z-index: 9999;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  font-size: 35px;
  line-height: 53px;
  text-align: center;
  color: #fff;
  background: #25D366;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero .whatsapp-button a {
  color: #fff;
}
.hero .whatsapp-button::before,
.hero .whatsapp-button::after {
  content: " ";
  position: absolute;
  inset: -20px;
  display: block;
  border: 50%;
  border: 1px solid #25D366;
  border-radius: 50%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: animate 1.5s linear infinite;
  animation: animate 1.5s linear infinite;
}
.hero .whatsapp-button::after {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/* =========================================== */
/* НОВОГОДНИЕ УКРАШЕНИЯ (ДОБАВЛЕНЫ ПОВЕРХ) */
/* =========================================== */
/* Контейнер для новогодних эффектов */
.new-year-magic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; /* Ниже контента (z-index: 3), но выше фона */
  pointer-events: none; /* Не мешает кликам */
  overflow: hidden;
}

/* Снежинки */
.snowflake {
  position: absolute;
  font-size: 24px;
  -webkit-animation: snowFall linear infinite;
  animation: snowFall linear infinite;
  opacity: 0.7;
  -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
}

.snowflake:nth-child(1) {
  left: 10%;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  font-size: 20px;
}

.snowflake:nth-child(2) {
  left: 30%;
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  font-size: 26px;
}

.snowflake:nth-child(3) {
  left: 50%;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  font-size: 18px;
}

.snowflake:nth-child(4) {
  left: 70%;
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  font-size: 24px;
}

.snowflake:nth-child(5) {
  left: 90%;
  -webkit-animation-duration: 25s;
  animation-duration: 25s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  font-size: 22px;
}

@-webkit-keyframes snowFall {
  0% {
    -webkit-transform: translateY(-100px) translateX(0) rotate(0deg);
    transform: translateY(-100px) translateX(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(800px) translateX(50px) rotate(360deg);
    transform: translateY(800px) translateX(50px) rotate(360deg);
    opacity: 0;
  }
}

@keyframes snowFall {
  0% {
    -webkit-transform: translateY(-100px) translateX(0) rotate(0deg);
    transform: translateY(-100px) translateX(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(800px) translateX(50px) rotate(360deg);
    transform: translateY(800px) translateX(50px) rotate(360deg);
    opacity: 0;
  }
}
/* Новогодние иконки */
.holiday-icon {
  position: absolute;
  font-size: 40px;
  -webkit-animation: floatIcon 8s ease-in-out infinite;
  animation: floatIcon 8s ease-in-out infinite;
  -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 0, 0.7));
  filter: drop-shadow(0 0 10px rgba(255, 255, 0, 0.7));
  z-index: 2;
}

.icon-gift {
  top: 25%;
  left: 8%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  color: #ff0000;
  font-size: 36px;
}

.icon-tree {
  top: 65%;
  right: 10%;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  color: #00ff00;
  font-size: 48px;
}

.icon-santa {
  top: 35%;
  left: 88%;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  color: #ffffff;
  font-size: 42px;
}

.icon-star {
  top: 75%;
  left: 12%;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  color: gold;
  font-size: 38px;
  -webkit-animation: twinkleStar 3s ease-in-out infinite;
  animation: twinkleStar 3s ease-in-out infinite;
}

@-webkit-keyframes floatIcon {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg) scale(1);
    transform: translateY(0) rotate(0deg) scale(1);
  }
  33% {
    -webkit-transform: translateY(-20px) rotate(120deg) scale(1.1);
    transform: translateY(-20px) rotate(120deg) scale(1.1);
  }
  66% {
    -webkit-transform: translateY(-10px) rotate(240deg) scale(0.9);
    transform: translateY(-10px) rotate(240deg) scale(0.9);
  }
}

@keyframes floatIcon {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg) scale(1);
    transform: translateY(0) rotate(0deg) scale(1);
  }
  33% {
    -webkit-transform: translateY(-20px) rotate(120deg) scale(1.1);
    transform: translateY(-20px) rotate(120deg) scale(1.1);
  }
  66% {
    -webkit-transform: translateY(-10px) rotate(240deg) scale(0.9);
    transform: translateY(-10px) rotate(240deg) scale(0.9);
  }
}
@-webkit-keyframes twinkleStar {
  0%, 100% {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes twinkleStar {
  0%, 100% {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
/* Новогодний баннер */
.holiday-banner {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4; /* Выше украшений, но ниже контента */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 20px;
  border-radius: 12px;
  border: 2px solid gold;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  -webkit-animation: bannerPulse 3s ease-in-out infinite;
  animation: bannerPulse 3s ease-in-out infinite;
  pointer-events: auto; /* Разрешаем клики */
}

.banner-text {
  color: white;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.8);
  white-space: nowrap;
}

.banner-subtext {
  color: #25D366;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 0 6px rgba(37, 211, 102, 0.8);
  white-space: nowrap;
}

@-webkit-keyframes bannerPulse {
  0%, 100% {
    -webkit-box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
    -webkit-transform: translateX(-50%) scale(1.03);
    transform: translateX(-50%) scale(1.03);
  }
}

@keyframes bannerPulse {
  0%, 100% {
    -webkit-box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
    -webkit-transform: translateX(-50%) scale(1.03);
    transform: translateX(-50%) scale(1.03);
  }
}
/* Новогодний градиент для кнопки WhatsApp (дополнение к существующему) */
.whatsapp-button {
  /* Сохраняем все оригинальные стили и добавляем новогодний градиент */
  background: linear-gradient(135deg, #25D366 0%, #FFD700 50%, #25D366 100%);
  background-size: 200% 200%;
  -webkit-animation: whatsappHoliday 3s linear infinite;
  animation: whatsappHoliday 3s linear infinite;
  -webkit-box-shadow: 0 0 20px rgba(255, 215, 0, 0.5), 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.5), 0 5px 15px rgba(0, 0, 0, 0.3);
}

@-webkit-keyframes whatsappHoliday {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes whatsappHoliday {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* =========================================== */
/* МЕДИА-ЗАПРОСЫ (АДАПТАЦИЯ) */
/* =========================================== */
@media (max-width: 1400px) {
  /* Основные стили */
  .hero__title {
    top: -420px;
    font-size: 100px;
    line-height: 104px;
  }
  /* Новогодние украшения */
  .holiday-icon {
    font-size: 32px;
  }
  .icon-tree {
    font-size: 40px;
  }
  .snowflake {
    font-size: 20px;
  }
  .holiday-banner {
    padding: 8px 16px;
  }
  .banner-text {
    font-size: 14px;
  }
  .banner-subtext {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  /* Основные стили */
  .hero__title {
    top: -410px;
    font-size: 80px;
    line-height: 84px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top -3px;
  }
  /* Новогодние украшения */
  .holiday-icon {
    font-size: 28px;
  }
  .icon-tree {
    font-size: 36px;
  }
  .icon-santa {
    left: 85%;
  }
  .snowflake {
    font-size: 18px;
  }
  .holiday-banner {
    top: 35px;
    padding: 6px 14px;
  }
  .banner-text {
    font-size: 12px;
  }
  .banner-subtext {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  /* Основные стили */
  .hero__title {
    top: -400px;
    font-size: 70px;
    line-height: 74px;
  }
  /* Новогодние украшения */
  .holiday-icon {
    font-size: 24px;
  }
  .icon-tree {
    font-size: 30px;
  }
  .icon-gift {
    left: 5%;
  }
  .icon-santa {
    left: 90%;
    font-size: 28px;
  }
  .snowflake {
    font-size: 16px;
  }
  .holiday-banner {
    top: 30px;
    padding: 5px 12px;
    gap: 4px;
    max-width: 90%;
  }
  .banner-text {
    font-size: 11px;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
  }
  .banner-subtext {
    font-size: 10px;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
  }
  .whatsapp-button {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 48px;
  }
}
@media (max-width: 480px) {
  /* Основные стили */
  .hero__title {
    top: -380px;
    font-size: 40px;
    line-height: 44px;
  }
  .hero__text-decor {
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    text-align: left;
    top: -220px;
    left: 10px;
  }
  .hero__subtitle {
    max-width: 360px;
    top: -70px;
    left: 10px;
    line-height: 22px;
  }
  .hero__link {
    top: 80px;
    left: 10px;
  }
  /* Новогодние украшения */
  .holiday-icon {
    font-size: 20px;
  }
  .icon-tree {
    font-size: 26px;
    right: 5%;
  }
  .icon-gift {
    left: 3%;
    font-size: 22px;
  }
  .icon-santa {
    display: none; /* Скрываем на очень маленьких экранах */
  }
  .icon-star {
    left: 8%;
    font-size: 24px;
  }
  .snowflake {
    font-size: 14px;
  }
  .holiday-banner {
    top: 25px;
    padding: 4px 8px;
    border-width: 1px;
    max-width: 95%;
  }
  .banner-text {
    font-size: 9px;
    line-height: 1.1;
  }
  .banner-subtext {
    font-size: 8px;
    line-height: 1.1;
  }
  .whatsapp-button {
    width: 45px;
    height: 45px;
    font-size: 25px;
    line-height: 43px;
    right: 10px;
    bottom: 15px;
  }
  .whatsapp-button::before,
  .whatsapp-button::after {
    inset: -15px;
  }
  /* Упрощаем анимации для мобильных */
  @-webkit-keyframes snowFall {
    100% {
      -webkit-transform: translateY(600px) translateX(30px) rotate(360deg);
      transform: translateY(600px) translateX(30px) rotate(360deg);
    }
  }
  @keyframes snowFall {
    100% {
      -webkit-transform: translateY(600px) translateX(30px) rotate(360deg);
      transform: translateY(600px) translateX(30px) rotate(360deg);
    }
  }
}
.achievements {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.achievements__new-year-decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.achievements__snowflakes {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="10" cy="10" r="2" fill="%23ffffff" opacity="0.7"/></svg>');
  -webkit-animation: snowflakes-fall 15s linear infinite;
  animation: snowflakes-fall 15s linear infinite;
}
.achievements__garland {
  position: absolute;
  top: 20px;
  width: 100%;
  height: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#ff0000), color-stop(25%, #00ff00), color-stop(50%, #ffff00), color-stop(75%, #00ffff), to(#ff0000));
  background: linear-gradient(90deg, #ff0000 0%, #00ff00 25%, #ffff00 50%, #00ffff 75%, #ff0000 100%);
  opacity: 0.3;
  border-radius: 4px;
  -webkit-animation: garland-glow 3s ease-in-out infinite;
  animation: garland-glow 3s ease-in-out infinite;
}
.achievements__title {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: Montserrat;
  font-size: 52px;
  font-weight: 400;
  line-height: 72.8px;
  text-align: center;
  margin: 50px 0px;
  color: #003B77;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
.achievements__new-year-icon {
  font-size: 40px;
  -webkit-animation: new-year-pulse 2s ease-in-out infinite;
  animation: new-year-pulse 2s ease-in-out infinite;
  display: inline-block;
}
.achievements__counter {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.achievements__count-box {
  position: relative;
  max-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.achievements__count-box--new-year:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.achievements__count-box--new-year:hover::before {
  content: "❄️";
  position: absolute;
  top: -15px;
  font-size: 20px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.achievements__counter-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.achievements__counter-value {
  color: #003B77;
  display: block;
  margin: 0;
  padding: 5px;
  font-size: 50px;
  position: relative;
}
.achievements__counter-value::after {
  content: "тыс.";
}
.achievements__counter-value::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(45deg, rgba(255, 0, 0, 0.1), rgba(0, 255, 0, 0.1), rgba(255, 255, 0, 0.1));
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.achievements__counter-value:hover::before {
  opacity: 1;
}
.achievements__new-year-badge {
  font-size: 24px;
  -webkit-animation: bounce 1s ease-in-out infinite alternate;
  animation: bounce 1s ease-in-out infinite alternate;
  display: inline-block;
}
.achievements__count-text {
  margin: 0;
  color: #111827;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 30.8px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #D1D5DB;
  position: relative;
}
.achievements__count-text::after {
  content: "✨";
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
}
.achievements__new-year-message {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 40px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(0, 59, 119, 0.1) 0%, rgba(255, 0, 0, 0.1) 100%);
  border-radius: 12px;
  border-left: 4px solid #ff0000;
  border-right: 4px solid #00ff00;
}
.achievements__new-year-message p {
  margin: 0;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  color: #003B77;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

@-webkit-keyframes snowflakes-fall {
  0% {
    -webkit-transform: translateY(-100px) rotate(0deg);
    transform: translateY(-100px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(100vh) rotate(360deg);
    transform: translateY(100vh) rotate(360deg);
  }
}

@keyframes snowflakes-fall {
  0% {
    -webkit-transform: translateY(-100px) rotate(0deg);
    transform: translateY(-100px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(100vh) rotate(360deg);
    transform: translateY(100vh) rotate(360deg);
  }
}
@-webkit-keyframes garland-glow {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
}
@keyframes garland-glow {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
}
@-webkit-keyframes new-year-pulse {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes new-year-pulse {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .achievements {
    background-size: 50%;
  }
  .achievements__title {
    margin: 30px 0px;
    font-size: 36px;
    font-weight: 400;
    line-height: 50.4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .achievements__title .achievements__new-year-icon {
    font-size: 30px;
  }
  .achievements__counter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .achievements__counter-value {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 500;
    line-height: 50.4px;
    text-align: left;
  }
  .achievements__new-year-message {
    margin: 20px;
    padding: 15px;
  }
  .achievements__new-year-message p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }
  .achievements__garland {
    height: 20px;
    top: 10px;
  }
}
.ems-section {
  background: #ffffff;
  -webkit-box-shadow: 0 15px 40px rgba(0, 59, 119, 0.15);
  box-shadow: 0 15px 40px rgba(0, 59, 119, 0.15);
  overflow: hidden;
  position: relative;
}

.ems-header {
  background: #003B77;
  color: #ffffff;
  padding: 30px;
  text-align: center;
}

.ems-header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.ems-header p {
  font-size: 1.2rem;
  opacity: 0.9;
}

.ems-content {
  padding: 40px;
}

.info-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.info-card {
  background: #f8faff;
  border-radius: 15px;
  padding: 25px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 59, 119, 0.1);
  box-shadow: 0 5px 15px rgba(0, 59, 119, 0.1);
}

.info-card h3 {
  color: #003B77;
  margin-bottom: 15px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.info-card h3 i {
  color: #25D366;
}

.info-card ol {
  padding-left: 20px;
}

.info-card li {
  margin-bottom: 10px;
}

.cities-section {
  margin-top: 40px;
}

.cities-section h2 {
  text-align: center;
  margin-bottom: 25px;
  color: #003B77;
  font-size: 1.8rem;
}

.cities-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.city-card {
  background: #e6f0ff;
  color: #003B77;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.city-card:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #003B77;
  color: #ffffff;
}

.priority-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background: #ff3b30;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 30px;
  font-weight: 600;
  margin: 20px 0;
}

.contact-info {
  background: #003B77;
  color: #ffffff;
  padding: 30px;
  border-radius: 15px;
  margin-top: 40px;
  text-align: center;
}

.contact-info h2 {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-item i {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #25D366;
}

.email-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.email-link:hover {
  color: #25D366;
  text-decoration: underline;
}

.paypal-info {
  background: #f5f9ff;
  padding: 20px;
  border-radius: 15px;
  margin-top: 30px;
  text-align: center;
  border-left: 5px solid #25D366;
}

.paypal-info p {
  font-weight: 600;
  color: #003B77;
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 768px) {
  .ems-header h1 {
    font-size: 2rem;
  }
  .ems-content {
    padding: 25px;
  }
  .info-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cities-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
  .contact-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.about {
  padding-bottom: 100px;
}
.about__title {
  margin: 0;
  color: #003B77;
  font-family: Montserrat;
  font-size: 52px;
  font-weight: 400;
  line-height: 72.8px;
  text-align: left;
}
.about__inner {
  padding: 20px 50px;
}
.about__subtitle {
  margin: 0;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  text-align: left;
  margin-bottom: 20px;
  color: #111827;
}

@media (max-width: 1024px) {
  .about {
    padding-bottom: 50px;
  }
  .about__inner {
    padding: 0 10px;
  }
  .about__title {
    font-size: 36px;
    line-height: 50.4px;
    margin-bottom: 30px;
  }
  .about__subtitle {
    font-size: 18px;
    line-height: 25.2px;
  }
}
.services {
  padding: 100px 0px;
  min-height: 899px;
  background-image: url("../img/bg-services.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.services__container {
  position: relative;
}
.services__decor {
  margin: 0;
  position: absolute;
  top: -190px;
  font-family: Montserrat;
  font-size: 150px;
  font-weight: 800;
  line-height: 154px;
  text-align: left;
  color: #003B77;
}
.services__title {
  margin: 0;
  color: #fff;
  font-family: Montserrat;
  font-size: 52px;
  font-weight: 400;
  line-height: 72.8px;
  text-align: left;
}
.services__subtitle {
  margin: 0;
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  text-align: left;
  margin-bottom: 10px;
}
.services__subtitle-bottom {
  margin-bottom: 50px;
}
.services__list {
  padding: 20px;
}
.services__item {
  margin-bottom: 10px;
}
.services__descr {
  margin: 0;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 26.4px;
  text-align: left;
}

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

.swiper-slide {
  width: 472px;
  height: 502px;
  gap: 0px;
  border-radius: 4px;
}

.swiper-inner {
  padding: 50px 0px 20px 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 472px;
  height: 260px;
  background: #003B77;
  border-radius: 4px;
}

.swiper-text {
  position: absolute;
  top: 10px;
  left: 30px;
  margin: 0;
  max-width: 400px;
  padding: 10px 0px;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 26.4px;
  text-align: left;
  color: #fff;
}

.swiper-img {
  width: 412px;
  height: 220px;
  border-radius: 4px;
}

.swiper-scrollbar-drag {
  background: #99FF99;
}

@media (max-width: 1400px) {
  .services__decor {
    font-size: 100px;
    line-height: 104px;
    top: -170px;
  }
}
@media (max-width: 1024px) {
  .services {
    padding: 50px 0px;
    min-height: 700px;
  }
  .services__decor {
    top: -100px;
    font-size: 80px;
    line-height: 84px;
  }
  .services__title {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 400;
    line-height: 50.4px;
    text-align: left;
    margin-bottom: 10px;
  }
  .services__subtitle {
    font-size: 18px;
    line-height: 25.2px;
    text-align: left;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .services__decor {
    top: -90px;
    font-size: 70px;
    line-height: 74px;
  }
}
@media (max-width: 576px) {
  .services {
    padding-bottom: 20px;
  }
  .services__decor {
    top: -78px;
    font-size: 40px;
    line-height: 44px;
  }
  .swiper {
    height: 350px;
  }
  .swiper-slide {
    width: 400px;
    height: 430px;
    gap: 0px;
    border-radius: 4px;
  }
  .swiper-inner {
    padding: 50px 0px 20px 0px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 400px;
    height: 240px;
  }
  .swiper-text {
    top: 5px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
  }
}
.advantages {
  padding: 50px 0px;
}
.advantages__title {
  margin: 0;
  color: #09325B;
  font-family: Montserrat;
  font-size: 52px;
  font-weight: 400;
  line-height: 72.8px;
  text-align: left;
  margin-bottom: 50px;
}
.advantages__inner {
  margin: 0 auto;
  max-width: 964px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  counter-reset: namber 0;
}
.advantages__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 472px;
  height: 472px;
  border-radius: 4px;
  background: linear-gradient(0deg, #09325B, #09325B), linear-gradient(135deg, #09325B 0%, rgba(69, 99, 233, 0.3) 100%);
  counter-increment: namber 1;
}
.advantages__item:nth-child(2) {
  margin-top: 20px;
}
.advantages__item:nth-child(4) {
  margin-top: 20px;
}
.advantages__item::before {
  position: absolute;
  left: 20px;
  bottom: 20px;
  content: counter(namber);
  font-family: Montserrat;
  font-size: 80px;
  font-weight: 400;
  line-height: 112px;
  text-align: left;
  color: #fff;
}
.advantages__text {
  margin: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0;
  max-width: 300px;
  color: #fff;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 500;
  line-height: 30.8px;
  text-align: left;
}
.advantages__squaer {
  position: absolute;
  top: 95px;
  right: 95px;
}
.advantages__img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .advantages__title {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 400;
    line-height: 50.4px;
    text-align: left;
  }
  .advantages__inner {
    padding: 0;
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }
  .advantages__item {
    margin-bottom: 20px;
  }
  .advantages__item:nth-child(2) {
    margin-top: 0;
  }
  .advantages__item:nth-child(4) {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .advantages__item {
    height: 390px;
  }
  .advantages__item::before {
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 400;
    line-height: 70px;
    text-align: left;
  }
  .advantages__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
  }
  .advantages__squaer {
    top: 65px;
    right: 55px;
  }
}
.partners__title {
  margin: 0;
  color: #003B77;
  font-family: Montserrat;
  font-size: 52px;
  font-weight: 400;
  line-height: 72.8px;
  text-align: left;
}
.partners__subtitle {
  padding: 50px 0px;
  margin: 0 auto;
  max-width: 1087px;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  text-align: left;
  color: #111827;
}
.partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.partners__img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 150px;
  height: 100px;
}

@media (max-width: 1024px) {
  .partners__title {
    font-size: 36px;
    font-weight: 400;
    line-height: 50.4px;
    text-align: left;
  }
  .partners__subtitle {
    padding: 20px 0px 0px 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .partners__list {
    margin-top: 20px;
    gap: 5px;
  }
  .partners__img {
    width: 100px;
    height: 50px;
  }
}
.questions {
  padding: 50px 0px;
}
.questions__title {
  margin: 0;
  font-family: Montserrat;
  font-size: 52px;
  font-weight: 400;
  line-height: 72.8px;
  text-align: left;
  color: #003B77;
  margin-bottom: 50px;
}
.questions .accordion {
  margin: 0 auto;
  max-width: 1087px;
}
.questions .accordion__control {
  text-align: left;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  color: #242424;
}
.questions .accordion__content {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0px 10px;
  will-change: max-height;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.questions .accordion__inner {
  padding: 0px 15px;
}
.questions .accordion__box {
  background-color: #F3F3F3;
  height: 89px;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 10px 20px;
}
.questions .accordion__title {
  margin: 0;
  color: #111827;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
  text-align: left;
}
.questions .accordion__descr {
  margin: 0;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #111827;
}
.questions .accordion__link {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  font-size: 16px;
  width: 150px;
  height: 40px;
  background-color: var(--gold-color);
  color: var(--light-color);
}
.questions .accordion__icon-box {
  margin-top: 5px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--brown-color);
  min-width: 30px;
  height: 30px;
  margin-left: 10px;
}
.questions .accordion__icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 100%;
  display: inline-block;
  fill: #003B77;
  width: 25px;
  height: 25px;
  background-image: url("../img/svg/cloze.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  padding-left: 15px;
}
.questions .accordion__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.questions .open .accordion__control {
  border-bottom: none;
}
.questions .open .accordion__icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.questions .open .accordion__content {
  opacity: 1;
  padding-bottom: 18px;
}

@media (max-width: 1024px) {
  .questions {
    padding: 10px 0;
  }
  .questions__title {
    font-size: 36px;
    font-weight: 400;
    line-height: 50.4px;
    text-align: left;
  }
  .accordion__title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
  }
}
.footer {
  padding: 0px 0px 100px 0px;
  background-image: url("../img/bg-footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer__container {
  background-image: url("../img/map2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.footer__title {
  margin: 0;
  color: #fff;
  font-family: Montserrat;
  font-size: 52px;
  font-weight: 400;
  line-height: 72.8px;
  text-align: left;
  margin-bottom: 50px;
}
.footer__subtitle {
  margin: 0;
  max-width: 690px;
  color: #fff;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 400;
  line-height: 50.4px;
  text-align: left;
  margin-bottom: 20px;
}
.footer__subtitle span {
  color: #99FF99;
}
.footer__map {
  margin-top: 30px;
  border-radius: 4px;
}
.footer__text {
  margin: 0;
  color: #99FF99;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
}
.footer__email {
  max-width: 350px;
  display: block;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  text-align: left;
  color: #D1D5DB;
  margin-bottom: 20px;
  border-bottom: 1px solid #D1D5DB;
  padding-bottom: 10px;
}

@media (max-width: 1024px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
  .footer__map {
    max-width: 100%;
  }
  .footer__title {
    font-size: 36px;
    font-weight: 400;
    line-height: 50.4px;
    text-align: left;
  }
  .footer__subtitle {
    font-size: 22px;
    font-weight: 400;
    line-height: 30.8px;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .footer__map {
    height: 350px;
  }
  .footer__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
  }
  .footer__email {
    font-size: 24px;
    font-weight: 400;
    line-height: 33.6px;
    text-align: left;
  }
}
/*# sourceMappingURL=main.css.map */