#app {
  overflow: visible;
}

header {
  position: relative;
  z-index: 10;
}

.contacts a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #113b78;
  font-size: 1rem;
}

.user-actions-header a {
  font-family: Verdana, sans-serif;
}

.burger-menu-overlay[hidden] {
  display: none !important;
}

.burger-menu-overlay.is-open {
  display: flex;
}

.step1-burger-menu-panel .burger-submenu {
  display: block;
}

.step1-burger-menu-panel .burger-submenu .burger-menu-item {
  font-size: 1rem;
  text-transform: none;
}

.step1-link-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
}

.step1-home-slider .swiper-slide img {
  min-height: 540px;
}

.step1-home-about-copy[data-v-3c924145] {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.step1-home-about-copy[data-v-3c924145] p,
.step1-home-about-copy[data-v-3c924145] li {
  color: #4a5565;
  font-size: 1.05rem;
  line-height: 1.7;
}

.step1-home-about-copy[data-v-3c924145] ul {
  padding-left: 22px;
}

.step1-advantage-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 44px;
  border-radius: 14px;
  color: #fff;
  font-family: Verdana, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
}

.step1-advantage-icon--blue {
  background: linear-gradient(135deg, #2b7fff, #00b8db);
}

.step1-advantage-icon--violet {
  background: linear-gradient(135deg, #ad46ff, #f6339a);
}

.step1-advantage-icon--green {
  background: linear-gradient(135deg, #00c950, #00bc7d);
}

.step1-advantage-icon--red {
  background: linear-gradient(135deg, #ff6900, #fb2c36);
}

.step1-advantage-icon--indigo {
  background: linear-gradient(135deg, #615fff, #2b7fff);
}

.step1-advantage-icon--cyan {
  background: linear-gradient(135deg, #00bba7, #00b8db);
}

.step1-home-events-block {
  max-width: 960px;
  margin: 0 auto;
}

.step1-home-events-block .event .sub-info[data-v-3c924145] p[data-v-3c924145] {
  gap: 0;
}

.step1-home-social a[data-v-3c924145] {
  justify-content: space-between;
}

.step1-home-social a[data-v-3c924145] span[data-v-3c924145] {
  color: #000;
}

.pagination[data-v-4ddf0d89] button[data-v-4ddf0d89] {
  background: none;
  border: 0;
  cursor: pointer;
}

.pagination[data-v-4ddf0d89] button[disabled][data-v-4ddf0d89] {
  cursor: default;
  opacity: 0.35;
}

.step1-pagination-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  color: #113b78;
  font-size: 1.25rem;
}

main.legacy-page[data-v-7f0a15a6] {
  max-width: 1280px;
}

.step1-legacy-top {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.step1-legacy-top img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
}

.step1-desktop-content {
  display: block;
}

.step1-mobile-content {
  display: none;
}

.step1-downloads {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.step1-download {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.step1-download__icon {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #007db6, #113b78);
}

.step1-download__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.step1-download__meta a {
  color: #113b78;
  font-weight: 600;
}

.legacy-page__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.legacy-page__gallery a {
  display: block;
  overflow: hidden;
  border-radius: 18px;
}

.legacy-page__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.legacy-page__html[data-v-7f0a15a6] h2,
.legacy-page__html[data-v-7f0a15a6] h3,
.legacy-page__html[data-v-7f0a15a6] h4 {
  line-height: 1.25;
}

.legacy-page__html[data-v-7f0a15a6] ul,
.legacy-page__html[data-v-7f0a15a6] ol {
  padding-left: 22px;
}

.legacy-page__html[data-v-7f0a15a6] a {
  color: #113b78;
}

.legacy-page__html[data-v-7f0a15a6] iframe {
  max-width: 100%;
}

@media (max-width: 1023px) {
  .step1-home-slider .swiper-slide img {
    min-height: 360px;
  }

  .step1-legacy-top {
    grid-template-columns: 1fr;
  }

  .step1-desktop-content {
    display: none;
  }

  .step1-mobile-content {
    display: block;
  }
}

@media (max-width: 767px) {
  .step1-home-slider .swiper-slide img {
    min-height: 240px;
  }

  .step1-downloads,
  .legacy-page__gallery {
    grid-template-columns: 1fr;
  }
}
