@charset "UTF-8";/* Generated by vite-plugin-svg-spritemap */
.welcome-txt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  max-height: 30svh;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  background: linear-gradient(to bottom, #f5f5f5, #ffffff);
  overflow-y: hidden;
  transition: all 0.3s;
}
.welcome-txt._action {
  height: auto;
  max-height: max-content;
  padding: 0.5rem 0.5rem 3.25rem 0.5rem;
}
.welcome-txt__title-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 0 0 0;
  gap: 1.25rem;
}
.welcome-txt__img {
  width: 2.5rem;
  height: 2.5rem;
}
.welcome-txt__title {
  width: 100%;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: left;
  text-transform: uppercase;
  color: #6f6f6f;
}
.welcome-txt__text-block {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4em;
  text-align: left;
  width: 100%;
  color: #6f6f6f;
  margin-top: 0.75rem;
}
.welcome-txt p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4em;
  text-align: left;
  width: 100%;
  color: #6f6f6f;
  margin-top: 0.75rem;
}
/* Generated by vite-plugin-svg-spritemap */
/* зʼявляється в мобільних версіях, в десктопних ховається */
.show-text-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.75rem;
  font-size: 1.25rem;
  line-height: 1em;
  font-weight: 400;
  color: #6f6f6f;
  background: #f5f5f5;
  background: linear-gradient(0deg, rgb(245, 245, 245) 50%, rgba(245, 245, 245, 0.2) 100%);
}
.show-text-btn._down-arrow {
  animation: bounceArrow 1s infinite ease-in-out;
}
.show-text-btn._down-arrow::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  width: 2.25rem;
  height: 0.1875rem;
  background: #6f6f6f;
  border-radius: 0.1875rem;
  transform: translateX(-90%) rotate(30deg);
  animation: bounceArrowDown 1s infinite ease-in-out;
}
.show-text-btn._down-arrow::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  width: 2.25rem;
  height: 0.1875rem;
  background: #6f6f6f;
  border-radius: 0.1875rem;
  transform: translateX(-10%) rotate(-30deg);
  animation: bounceArrowDown 1s infinite ease-in-out;
}
.show-text-btn._up-arrow::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  width: 2.25rem;
  height: 0.1875rem;
  background: #6f6f6f;
  border-radius: 0.1875rem;
  transform: translateX(-90%) rotate(-30deg);
  animation: bounceArrowDown 1s infinite ease-in-out;
}
.show-text-btn._up-arrow::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  width: 2.25rem;
  height: 0.1875rem;
  background: #6f6f6f;
  border-radius: 0.1875rem;
  transform: translateX(-10%) rotate(30deg);
  animation: bounceArrowDown 1s infinite ease-in-out;
}

/* Анімація "рух вниз-вгору" */
@keyframes bounceArrowDown {
  0%, 100% {
    top: 50%;
  }
  50% {
    top: 60%;
  }
}
/* Generated by vite-plugin-svg-spritemap */
.page-description {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.75rem;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f5f5f5;
  margin: 0;
}
.page-description._page-description_Bg {
  background: linear-gradient(to bottom, #ffffff, #f5f5f5);
}
.page-description__title {
  width: 100%;
  padding: 0 0.75rem;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
  color: #4170b4;
}
.page-description__txt-container {
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 5.5rem;
  column-count: 3; /* скільки колонок показувати */
  column-gap: 1.25rem; /* відстань між колонками */
}
.page-description__txt, .page-description__list {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.4em;
  text-align: left;
  color: #4170b4;
}
.page-description p,
.page-description a {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.4em;
  text-align: left;
  color: #4170b4;
}
.page-description a {
  color: #f7931e;
}
.page-description__list {
  padding-left: 1rem;
  column-gap: 2rem; /* Відстань між колонками */
}
.page-description__list._one-column {
  column-count: 1; /* Кількість колонок */
}
.page-description__list._two-column {
  column-count: 2; /* Кількість колонок */
}
.page-description__item {
  position: relative;
  margin-bottom: 0.5rem;
  break-inside: avoid; /* Щоб елемент не розривався між колонками */
  display: list-item;
}
.page-description__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  width: 0.5rem;
  height: 0.5rem;
  transform: translateY(50%);
  border-radius: 50%;
  background: #4170b4;
}
.page-description__limk {
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}/* Generated by vite-plugin-svg-spritemap */@media (min-width: 23.5rem){
  .welcome-txt {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
  .welcome-txt._action {
    padding: 0.75rem 0.75rem 3.25rem 0.75rem;
  }
}@media (min-width: 48rem){
  .welcome-txt {
    padding: 1.25rem 1.25rem 0.75rem 1.25rem;
  }
  .welcome-txt._action {
    padding: 1.25rem 1.25rem 3.25rem 1.25rem;
  }
  .welcome-txt__img {
    width: 2rem;
    height: 2rem;
  }
}@media (min-width: 64rem){
  .welcome-txt {
    height: auto;
    max-height: max-content;
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
    height: auto;
    margin-bottom: 0;
  }
  .welcome-txt._action {
    padding: 2.5rem 2.5rem 3.25rem 2.5rem;
  }
  .welcome-txt__title-block {
    padding: 0 0 0 2.5rem;
  }
  .welcome-txt__title {
    font-size: 1.6em;
    width: auto;
  }
  .welcome-txt__text-block {
    -webkit-line-clamp: unset;
    padding-left: 2.5rem;
    width: 100%;
  }
  .welcome-txt p {
    -webkit-line-clamp: unset;
    padding-left: 2.5rem;
    width: 100%;
  }
  .show-text-btn {
    display: none;
  }
  .page-description__title {
    padding: 0 5.5rem;
    font-size: 1.6em;
    width: auto;
  }
}@media (min-width: 26.625rem){
  .welcome-txt__title {
    font-size: 1.4em;
    width: auto;
  }
  .page-description__title {
    font-size: 1.4em;
    width: auto;
  }
}@media (max-width: 75rem){
  .page-description {
    column-count: 2; /* скільки колонок показувати */
    column-gap: 1rem; /* відстань між колонками */
  }
}@media (max-width: 63.9375rem){
  .page-description {
    height: 30svh;
  }
  .page-description._action {
    height: auto;
    overflow-y: hidden;
    padding-bottom: 3.25rem;
  }
  .page-description__txt-container {
    padding: 0.75rem 1.25rem 0.75rem 1.25rem;
  }
}@media (max-width: 48rem){
  .page-description__txt-container {
    column-count: 1; /* скільки колонок показувати */
  }
}