@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Jura:wght@300..700&display=swap");* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	scrollbar-gutter: stable;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
address {
	font-style: normal;
}


/* Generated by vite-plugin-svg-spritemap */
:root {
  --primary: #000;
}
body {
  min-width: 320px;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*=__container] {
  max-width: 1650px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
html {
  font-size: 16px;
}
@media (max-width: 2560px) {
  html {
    font-size: calc(12px + 5 * (100vw - 1920px) / 640);
  }
}
@media (max-width: 1920px) {
  html {
    font-size: 11px;
  }
}
@media (max-width: 767.98px) {
  html {
    font-size: 11px;
  }
}
.rounded-btn {
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(20px);
}
.rounded-btn img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
.rounded-btn {
  background-color: rgba(255, 255, 255, 0.1);
}
.rounded-btn:hover {
  background-color: rgba(174, 199, 167, 0.3);
}
.price-link {
  display: block;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Jura", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  transition: all 0.3s ease;
}
.price-link:hover {
  border-bottom: 1px solid #8ABB6A;
  color: #8ABB6A;
}/* Generated by vite-plugin-svg-spritemap */
.tabs__navigation {
  display: flex;
  justify-content: center;
  column-gap: 4rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 1920px) {
  .tabs__navigation {
    column-gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .tabs__navigation {
    column-gap: 1rem;
  }
}
.tabs__title {
  border-bottom: 1px solid #fff;
  padding: 1rem 3rem 0.5rem;
  font-family: "Jura", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.tabs__title svg {
  fill: #F4F6F4;
  transition: all 0.3s ease;
  width: 2rem;
  height: 2rem;
}
.tabs__title:hover {
  color: #AEC7A7;
  border-bottom: 1px solid #AEC7A7;
}
.tabs__title:hover svg {
  fill: #AEC7A7;
}
.tabs__title.--tab-active {
  border-bottom: 1px solid #8ABB6A;
  color: #8ABB6A;
  background-color: rgba(255, 255, 255, 0.1);
}
.tabs__title.--tab-active svg {
  fill: #8ABB6A;
}
@media (max-width: 1024px) {
  .tabs__title {
    font-size: 2rem;
    padding: 0.75rem 1.5rem 0.375rem;
  }
}
@media (max-width: 767.98px) {
  .tabs__title {
    font-size: 1.5rem;
    padding: 0.625rem 0.75rem 0.25rem;
    column-gap: 0.5rem;
  }
  .tabs__title svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.house {
  background: linear-gradient(0deg, #555D59 0%, #242924 100%);
  position: relative;
}
.house__wrapper {
  padding-top: 6.25rem;
  padding-bottom: 8.25rem;
  background: url(../assets/img/section_2/house-bg.png) center bottom/cover no-repeat;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .house__wrapper {
    padding-top: 3.125rem;
  }
}
.house__body {
  text-align: center;
}
.house__image {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.house__button {
  position: absolute;
  bottom: 2.125rem;
  left: 50%;
  transform: translateX(-50%);
}
.house__swipers {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .house__swipers {
    flex-direction: column;
    row-gap: 2.125rem;
  }
}
.house__price {
  padding: 3.125rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.floor-switcher {
  height: 6rem;
}
@media (min-width: 991.98px) {
  .floor-switcher {
    width: 6rem;
    height: 34rem;
    margin-top: 10.375rem;
  }
}
.floor-switcher .swiper-wrapper {
  width: 6rem;
}
@media (min-width: 991.98px) {
  .floor-switcher .swiper-wrapper {
    height: 34rem;
  }
}
.floor-switcher .swiper-slide {
  width: 6rem;
  height: 6rem;
  background-color: transparent;
  border-radius: 1.25rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 1 !important;
}
.floor-switcher .swiper-slide svg {
  fill: #AEC7A7;
  transition: all 0.3s ease;
  width: 4rem;
  height: 4rem;
}
.floor-switcher .swiper-slide:hover {
  background-color: rgba(174, 199, 167, 0.3);
}
.floor-switcher .swiper-slide-thumb-active {
  background-color: #8ABB6A;
}
.floor-switcher .swiper-slide-thumb-active svg {
  fill: #fff;
}
.floor-switcher .swiper-slide-thumb-active:hover {
  background-color: #8abb6a;
}

.floors {
  width: calc(100% - 96px);
}
@media (width <= 1920px) {
  .floors {
    max-width: 900px;
  }
}
.floors .swiper-slide {
  text-align: center;
}
.floors .swiper-slide img {
  display: block;
}
@media (width <= 767.98px) {
  .floors {
    width: 100%;
  }
}

@media (width <= 767.98px) {
  .house__button {
    display: none;
  }
}/* Generated by vite-plugin-svg-spritemap */
.contacts {
  background: linear-gradient(0deg, #242924 0%, #555D59 100%);
  position: relative;
}
.contacts__wrapper {
  background: url(../assets/img/section-3/contacts-bg.png) right top 1.0625rem/contain no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 6.25rem;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .contacts__wrapper {
    padding-top: 3.125rem;
  }
}
.contacts__content {
  position: relative;
  flex: 1;
}
.contacts__button {
  position: absolute;
  bottom: 2.125rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.contacts__info {
  flex: auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
  padding-bottom: 13.5rem;
  column-gap: 4rem;
}
@media (max-width: 1920px) {
  .contacts__info {
    padding-bottom: 9.5rem;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .contacts__info {
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
  }
}
.contacts__map {
  flex: 0 1 calc(50% - 2rem);
  border-radius: 1.25rem;
}
@media (max-width: 1920px) {
  .contacts__map {
    flex: 0 1 calc(33.3333333333% - 1rem);
  }
}
@media (max-width: 1650px) {
  .contacts__map {
    flex: 0 1 calc(41.6666666667% - 1rem);
  }
}
@media (max-width: 767.98px) {
  .contacts__map {
    flex: 1 1 100%;
    width: 100%;
    order: 2;
  }
}
.contacts__map img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 1.25rem;
}
.contacts__text {
  flex: 0 1 calc(50% - 2rem);
  padding: 3rem;
  border-radius: 1.25rem;
  background-color: rgba(36, 41, 36, 0.7);
  position: relative;
}
@media (max-width: 1920px) {
  .contacts__text {
    flex: 0 1 calc(33.3333333333% - 1rem);
    padding: 2rem;
  }
}
@media (max-width: 1650px) {
  .contacts__text {
    flex: 0 1 calc(41.6666666667% - 1rem);
  }
}
@media (max-width: 767.98px) {
  .contacts__text {
    flex: 1 1 100%;
    width: 100%;
    order: 1;
  }
}
.contacts__title {
  font-family: "Jura", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 3.75rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .contacts__title {
    font-size: 2rem;
  }
}
.contacts__title span {
  color: #AEC7A7;
}
.contacts__list li a {
  font-size: 1.5rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  display: block;
  transition: all 0.3s ease-in-out;
}
.contacts__list li a img {
  margin-right: 0.375rem;
}
.contacts__list li a:hover {
  color: #AEC7A7;
}
.contacts__img {
  position: absolute;
  top: -6.1875rem;
  right: -2.75rem;
}
@media (width <= 767.98px) {
  .contacts__img {
    display: none;
  }
}
.contacts__img img {
  width: 10.625rem;
  height: 10.625rem;
  object-fit: contain;
}
@media (width <= 767.98px) {
  .contacts__img img {
    width: 7.5rem;
    height: 7.5rem;
  }
}

@media (width <= 767.98px) {
  .contacts__button {
    display: none;
  }
}/* Generated by vite-plugin-svg-spritemap */
.swiper {
  overflow: hidden;
}

.swiper-initialized {
  touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
  transition-property: transform;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.hero__image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.hero__content {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 14.125rem;
  padding-bottom: 9.375rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero__container {
  width: 100%;
}
.hero__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 23.5rem);
}
.hero__title {
  font-family: "Jura", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 5rem;
  letter-spacing: -0.02em;
  width: 50%;
}
@media (max-width: 1920px) {
  .hero__title {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .hero__title {
    width: 100%;
  }
}
.hero__list {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  width: 66.6666666667%;
}
.hero__list li {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 400;
  padding: 1.5rem 1rem;
  border-radius: 3.75rem;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
}
.hero__icon {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  margin-right: 0.625em;
}
.hero__button {
  width: 10.625rem;
  height: 10.625rem;
  object-fit: contain;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 2.125rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  z-index: 5;
}
.hero__button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (width <= 767.98px) {
  .hero__button {
    width: 7.5rem;
    height: 7.5rem;
  }
}
.hero__arrow {
  position: absolute;
  top: auto;
  bottom: 1.6875rem;
  z-index: 5;
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.hero__arrow img {
  object-fit: contain;
}
.hero__arrow--prev {
  transform: rotate(-90deg);
  left: 4.25rem;
  right: auto;
}
.hero__arrow--next {
  transform: rotate(90deg);
  right: 4.25rem;
  left: auto;
}
@media (max-width: 1024px) {
  .hero__arrow {
    display: none;
  }
}
.hero .swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.hero__slider {
  height: 100vh;
  width: 100%;
  position: relative;
  background: #222;
}
.hero__slide {
  position: relative;
  height: 100%;
}
.hero__svg-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5;
}
.hero__svg-container svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.hero__svg-element {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.hero__svg-element image {
  object-fit: fill;
}
.hero__content {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.hero__container {
  pointer-events: auto;
}

.hero__container,
.hero__arrows,
.hero__button {
  pointer-events: auto;
}

.polygon-area {
  fill: #ffffff;
  fill-opacity: 0;
  stroke: #ffffff;
  stroke-opacity: 0;
  stroke-width: 2;
  cursor: pointer;
  transition: fill-opacity 0.3s ease, stroke-opacity 0.3s ease;
}
.polygon-area:hover {
  fill-opacity: 0.25;
  stroke-opacity: 0.6;
}

@media (max-width: 767.98px) {
  .hero__svg-container {
    pointer-events: none !important;
    z-index: 1;
  }
  .polygon-area {
    display: none !important;
    pointer-events: none !important;
  }
}
/* Generated by vite-plugin-svg-spritemap */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 7.875rem;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}
.header__contacts {
  font-family: "Jura", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  column-gap: 1.0625rem;
  height: 100%;
  padding: 0 1.5rem;
  background-color: #8ABB6A;
}
.header__contacts svg {
  stroke: #AEC7A7;
}
@media (width > 160em) {
  .header__contacts svg {
    width: 32px;
  }
}
@media (width > 20em) and (width <= 160em) {
  .header__contacts svg {
    width: clamp( 24px , 22.8571428571px  +  0.3571428571vw , 32px );
  }
}
@media (width <= 20em) {
  .header__contacts svg {
    width: 24px;
  }
}
.header__contacts:hover {
  background-color: #AEC7A7;
  color: #fff;
}
.header__contacts:hover svg {
  stroke: #ffffff;
}
@media (max-width: 480px) {
  .header__contacts .header__phone {
    display: none;
  }
}
.header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header__logo img {
  display: block;
  object-fit: contain;
}
@media (width > 160em) {
  .header__logo img {
    width: 150px;
  }
}
@media (width > 20em) and (width <= 160em) {
  .header__logo img {
    width: clamp( 100px , 92.8571428571px  +  2.2321428571vw , 150px );
  }
}
@media (width <= 20em) {
  .header__logo img {
    width: 100px;
  }
}
.header__price {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(7.875rem);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.header__actions {
  padding: 1.3125rem 1.5rem;
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}
@media (width <= 767.98px) {
  .header__actions {
    column-gap: 0.625rem;
  }
}
@media (width > 160em) {
  .header__button {
    width: 84px;
  }
}
@media (width > 20em) and (width <= 160em) {
  .header__button {
    width: clamp( 50px , 45.1428571429px  +  1.5178571429vw , 84px );
  }
}
@media (width <= 20em) {
  .header__button {
    width: 50px;
  }
}
@media (width > 160em) {
  .header__button {
    height: 84px;
  }
}
@media (width > 20em) and (width <= 160em) {
  .header__button {
    height: clamp( 50px , 45.1428571429px  +  1.5178571429vw , 84px );
  }
}
@media (width <= 20em) {
  .header__button {
    height: 50px;
  }
}
.header__button {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media (width > 160em) {
  .header__button img {
    width: 24px;
  }
}
@media (width > 20em) and (width <= 160em) {
  .header__button img {
    width: clamp( 18px , 17.1428571429px  +  0.2678571429vw , 24px );
  }
}
@media (width <= 20em) {
  .header__button img {
    width: 18px;
  }
}
@media (width > 160em) {
  .header__button img {
    height: 24px;
  }
}
@media (width > 20em) and (width <= 160em) {
  .header__button img {
    height: clamp( 18px , 17.1428571429px  +  0.2678571429vw , 24px );
  }
}
@media (width <= 20em) {
  .header__button img {
    height: 18px;
  }
}
.header__button img {
  object-fit: contain;
}
.header__button--location {
  background-color: rgba(255, 255, 255, 0.1);
}
.header__button--location:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.header__button--language {
  background-color: #8abb6a;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.header__button--language:hover {
  background-color: rgba(138, 187, 106, 0.4);
}

/* 1. Робимо батьківський блок відносно позиціонованим */
.header__contacts {
  position: relative;
  /* Це дозволяє дочірньому елементу .toast-notification 
     позиціонуватися абсолютно відносно .header__contacts. */
}
.header__contacts .header__phone {
  transition: color 0.3s ease-in-out;
  color: inherit;
}
.header__contacts.copied-success .header__phone {
  color: #95FF5C;
}
.header__contacts.copied-error .header__phone {
  color: #FFA85C;
}

/* 2. Стилі та позиціонування самої підказки */
.toast-notification {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  z-index: 1000;
  background-color: #322F35;
  color: #F5EFF7;
  border-radius: 0.25rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(1.875rem);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, visibility 0.4s;
}
@media (width > 160em) {
  .toast-notification {
    font-size: 12px;
  }
}
@media (width > 20em) and (width <= 160em) {
  .toast-notification {
    font-size: clamp( 10px , 9.7142857143px  +  0.0892857143vw , 12px );
  }
}
@media (width <= 20em) {
  .toast-notification {
    font-size: 10px;
  }
}
@media (width > 160em) {
  .toast-notification {
    padding-top: 4px;
  }
}
@media (width > 20em) and (width <= 160em) {
  .toast-notification {
    padding-top: clamp( 2px , 1.7142857143px  +  0.0892857143vw , 4px );
  }
}
@media (width <= 20em) {
  .toast-notification {
    padding-top: 2px;
  }
}
@media (width > 160em) {
  .toast-notification {
    padding-bottom: 4px;
  }
}
@media (width > 20em) and (width <= 160em) {
  .toast-notification {
    padding-bottom: clamp( 2px , 1.7142857143px  +  0.0892857143vw , 4px );
  }
}
@media (width <= 20em) {
  .toast-notification {
    padding-bottom: 2px;
  }
}
@media (width > 160em) {
  .toast-notification {
    padding-left: 8px;
  }
}
@media (width > 20em) and (width <= 160em) {
  .toast-notification {
    padding-left: clamp( 6px , 5.7142857143px  +  0.0892857143vw , 8px );
  }
}
@media (width <= 20em) {
  .toast-notification {
    padding-left: 6px;
  }
}
@media (width > 160em) {
  .toast-notification {
    padding-right: 8px;
  }
}
@media (width > 20em) and (width <= 160em) {
  .toast-notification {
    padding-right: clamp( 6px , 5.7142857143px  +  0.0892857143vw , 8px );
  }
}
@media (width <= 20em) {
  .toast-notification {
    padding-right: 6px;
  }
}
.toast-notification.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* 3. Клас, який додається для показу */
.toast-notification.show {
  opacity: 1;
  visibility: visible;
  /* КІНЦЕВЕ ПОЛОЖЕННЯ (положення bottom: 0px) */
  transform: translateX(-50%) translateY(0);
}/* Generated by vite-plugin-svg-spritemap */
.--fullpage-init body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

[data-fls-fullpage] {
  min-height: 100svh;
}
.--fullpage-init [data-fls-fullpage] {
  z-index: 1;
  touch-action: none;
  position: relative;
  overflow: hidden;
}

.--fullpage-switching [data-fls-fullpage-section] {
  touch-action: none;
}
.--fullpage-init [data-fls-fullpage-section] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.--fullpage-init .slider-mode [data-fls-fullpage-section], .--fullpage-init .cards-mode [data-fls-fullpage-section] {
  transition: transform 0.7s cubic-bezier(0.55, 0.085, 0, 0.99) 0s;
}
.--fullpage-init .fade-mode [data-fls-fullpage-section] {
  transition: opacity 0.5s ease-in-out 0s, visibility 0.5s ease-in-out 0s;
}

.--fullpage-bullets {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  right: 2.5rem;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 2;
  gap: 0.625rem;
}
@media (max-width: 1650) {
  .--fullpage-bullets {
    right: 1.25rem;
  }
}
@media (max-width: 479.98) {
  .--fullpage-bullets {
    top: auto;
    bottom: 1.25rem;
    transform: translate(50%, 0);
    flex-direction: row;
    right: 50%;
  }
}
.--fullpage-bullets .--fullpage-bullet {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 1.25rem;
  border-radius: 0.625rem;
  background-color: #100c46;
  box-shadow: 0rem 0rem 0.1875rem #6257fe, 0 0 1.875rem rgba(255, 255, 255, 0.8);
  border: 0.0625rem solid #fff;
  opacity: 0.6;
  transition: transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, background-color 0.4s ease-in-out 0s, box-shadow 0.4s ease-in-out 0s;
}
@media (any-hover: hover) {
  .--fullpage-bullets .--fullpage-bullet:hover {
    opacity: 1;
  }
}
.--fullpage-bullets .--fullpage-bullet-active {
  opacity: 1;
  background-color: #6257fe;
  transform: translate3D(-0.3125rem, -0.125rem, 0);
  box-shadow: 0.3125rem 0.125rem 0.1875rem #100c46, 0 0 1.875rem rgba(255, 255, 255, 0.8);
}/* Generated by vite-plugin-svg-spritemap */
.footer {
  padding-top: 2rem;
  padding-bottom: 3rem;
  border-top: 1px solid #D9D9D9;
}
@media (max-width: 1920px) {
  .footer {
    padding-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .footer {
    display: none;
  }
}
.footer__logo {
  display: block;
  max-width: 9.5rem;
}
.footer__logo svg {
  fill: #fff;
  transition: all 0.3s ease-in-out;
}
.footer__logo:hover svg {
  fill: #AEC7A7;
}
.footer__privacy {
  display: block;
  margin-top: 0.5rem;
  color: #F4F6F4;
  padding: 0 0.625rem;
  transition: all 0.3s ease-in-out;
}
.footer__privacy:hover {
  color: #AEC7A7;
}
.footer__copyright {
  margin-top: 1.5rem;
  padding: 0 0.625rem;
  color: #F4F6F4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1920px) {
  .footer__copyright {
    margin-top: 0;
  }
}
.footer__copyright span:last-child {
  flex: 0 1 26rem;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .footer__copyright span:last-child {
    flex: 1 1 auto;
  }
}
@media (max-width: 767.98px) {
  .footer__copyright {
    flex-direction: column;
    row-gap: 1rem;
    text-align: center;
  }
}
/* Generated by vite-plugin-svg-spritemap */
/* Головний блок */
.fls-preloader {
  pointer-events: none;
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s 0.3s;
}

/* Блок з елементами */
.fls-preloader__body {
  padding: 0.93rem;
  max-width: 31.25rem;
  display: flex;
  flex-direction: column;
}

/* Блок з лічильником */
.fls-preloader__counter {
  font-size: 10rem;
}

/* Прогресбар */
/* Лінія прогресбару */
.fls-preloader__line span {
  display: inline-block;
  transition: width 0.2s ease;
  height: 0.8rem;
  background-color: #7a956b;
}

[data-fls-preloader-loaded] .fls-preloader {
  opacity: 0;
  visibility: hidden;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */