.swiper {
  overflow: hidden;
}
#visiblieContent {
  overflow: visible;
}
.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;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0rem, 0, 0);
}
.swiper-button-lock {
  display: none !important;
}
.visitors__slider {
}
.visitors__wrapper {
  height: 32.8125rem;
  margin-bottom: 8.25rem;
}
.visitors__slide {
  max-height: 25.9375rem;
  max-width: 20.9375rem;
  aspect-ratio: 335 / 415;
  position: relative;
}
.visitors__slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visitors__swiper-scrollbar {
  margin: 0 auto;
  background-color: #ffffff69;
  max-width: 37.5rem;
  height: 0.125rem;
}
.visitors__swiper-scrollbar .swiper-scrollbar-drag {
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
}
.visitors__slide:nth-child(even) {
  transform: translateY(7.375rem);
}
.places__slider {
}
.places__wrapper {
  margin-bottom: 8.25rem;
}
.places__slide {
  max-width: 31.625rem;
  max-height: 39.375rem;
  aspect-ratio: 506 / 630;
  border: 1px solid #000;
}
.places__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  max-height: 50%;
  z-index: 2;
  padding: 1.5rem;
  background-color: #fff;
  overflow-x: visible;
  overflow-y: auto;
}
@media (max-width: 767.98px) {
  .places__info {
    padding: 12px 8px;
  }
}
.places__swiper-scrollbar {
  margin: 0 auto;
  background-color: #1c1c1c6c;
  max-width: 37.5rem;
  height: 0.125rem;
}
.places__swiper-scrollbar .swiper-scrollbar-drag {
  width: 100%;
  height: 0.125rem;
  background-color: #1c1c1c;
}
.feedback__slide {
  border: 0.0938rem solid #fff;
  background-color: #1c1c1c;
  max-width: 25rem;
}

.feedback__slide {
  padding: 2.75rem 1.5rem;
  border: 0.0938rem solid #fff;
  background-color: #1c1c1c;
  max-width: 25rem;
  filter: blur(2px);
}
.feedback__slide.swiper-slide-active {
  filter: none;
}
.feedback__info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.feedback__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
  flex: 1 1 auto;
  overflow: hidden;
}
.feedback__date {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  flex: 0 1 4.6875rem;
  white-space: nowrap;
  text-align: end;
}
.feedback__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: auto;
  height: 5.3125rem;
}
.feedback__content::-webkit-scrollbar {
  width: 0.5rem;
}
.feedback__content::-webkit-scrollbar-thumb {
  background-color: #545454;
  border-radius: 0.25rem;
}
.feedback__text {
  font-size: 1rem;
  line-height: 139.4%;
  letter-spacing: 0.01rem;
}
@media (max-width: 61.9988rem) {
  .visitors__wrapper {
    height: 26.875rem;
  }
  .visitors__slide {
    max-width: 17.8125rem;
    max-height: 22.0625rem;
    aspect-ratio: 285 / 353;
  }
  .visitors__slide:nth-child(even) {
    transform: translateY(4.0625rem);
  }
  .places__slide {
    max-width: 23.9375rem;
    height: 29.6875rem;
    aspect-ratio: 383 / 475;
  }
  .places__info {
    padding: 1rem;
  }
  .places__title {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
  .places__subtitle {
    font-size: 0.875rem;
  }
  .feedback__title {
    font-size: 1.125rem;
  }
  .feedback__text {
    font-size: 0.875rem;
  }
}
@media (max-width: 47.9988rem) {
  .visitors__wrapper {
    height: 21rem;
    margin-bottom: 0;
  }
  .visitors__slide {
    max-width: 14.6875rem;
    max-height: 18.1875rem;
    aspect-ratio: 235 / 291;
  }
  .visitors__slide:nth-child(even) {
    transform: translateY(0.9375rem);
  }
  .visitors__swiper-scrollbar,
  .places__swiper-scrollbar {
    display: none;
  }
  .places__wrapper {
    margin-bottom: 0;
  }
  .places__slide {
    max-width: 16.25rem;
    height: 20.3125rem;
    aspect-ratio: 260 / 325;
  }
  .places__info {
    padding: 0.75rem 0.5rem;
  }
  .places__title {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
  .places__subtitle {
    font-size: 0.75rem;
  }
  .feedback__slide {
    filter: none;
  }
  .feedback__content {
    height: 4.6875rem;
  }
  .feedback__title {
    font-size: 1rem;
  }
  .feedback__info {
    margin-bottom: 1rem;
  }
  .feedback__date {
    font-size: 0.75rem;
  }
  .feedback__text {
    font-size: 0.75rem;
  }
}
@media (max-width: 29.9988rem) {
  .visitors__wrapper {
    height: 15.125rem;
  }
  .visitors__slide {
    max-width: 11.5625rem;
    max-height: 14.3125rem;
    aspect-ratio: 185 / 229;
  }
}
.form input,
.form select {
    height: 48px;
    width: 100%;
    border: 1.5px solid #1C1C1C;
    padding: 12px 16px;
    margin-bottom: 0;
    color: #1C1C1C;
}

.form textarea {
    display: flex;
    height: 166px;
    width: 100%;
}

.form__btn {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}
.form__white{
	display: flex;
	justify-content: center;
	margin-top: 48px;
}
.form__white input{
	height: 48px;
   max-width: 296px;
   padding: 0 16px;
   margin-bottom: 0;
	color: #fff;
	background-color: #1C1C1C;
}

.form__btn input {
    background-color: #1C1C1C;
    display: inline-flex;
    justify-content: center;
    width: 296px;
    color: #1C1C1C;
    font-weight: 500;
    padding: 12px;
    font-size: 16px;
}

.form__btn .btn {
    color: #fff;
}

input[placeholder]:not([data-placeholder-nohiden])::placeholder {
    transition: opacity 0.3s;
    color: rgba(28, 28, 28, 0.63);
    font-size: 16px;
}

input:focus::placeholder {
    opacity: 0;
}
.popup {
	opacity: 0;
	transition: all 0.8s ease 0s;
}
.popup.open {
	opacity: 1;
	visibility: visible;
}
.popup.open .popup__content {
	transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
	opacity: 1;
}

.popup__body {
	transition: all 0.8s ease 0s;
}
.popup__content {
	transition: all 0.8s ease 0s;
	opacity: 0;
	transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
}
/*



*/
html {
  scroll-behavior: smooth;
}

body.lock {
  overflow: hidden;
}

.header-list li a {
  padding-bottom: 4px;
  position: relative;
  text-decoration: none; /* Забезпечте відсутність звичайного підкреслення для тексту */
}

.header-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease-in-out;
  background-color: #fff;
}

.header-list li a:not(._active):hover::after {
  transform: scaleX(1);
}

.header-list li a._active {
  position: relative;
}

.header-list li a._active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.test-video {
  position: relative;
  aspect-ratio: 16 / 9;
}

.about-item {
  display: flex;
  column-gap: 60px;
}

.about-item:not(:last-child) {
  margin-bottom: 60px;
}

.about-item--odd {
  flex-direction: row-reverse;
}

.about-item__image-wrapper--odd {
  position: relative;
  max-width: 645px;
  width: 100%;
  z-index: 2;
  align-self: flex-end;
}

.about-item__image-wrapper--odd span {
  position: absolute;
  bottom: 3.438395%; /* 24/698 */
  left: 3.72093%; /* 24/645 */
  width: 100%;
  height: 100%;
  border-radius: 0px 322.5px;
  border: 1px solid #c0c2bc;
  z-index: 3;
}

.about-item__image {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  border-radius: 0px 0px 263.5px 0px;
  z-index: 2;
}

.about-item__image--even {
  aspect-ratio: 878/527;
  border-radius: 0px 0px 263.5px 0px;
  flex: 0 0 60.972222%; /* 878/1440 */
}

.about-item__image--odd {
  aspect-ratio: 645/698;
  flex: 0 0 44.791667%; /* 645/1440 */
  border-radius: 0px 322.5px;
}

.about-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-item__content {
  flex: 1 1 auto;
  width: 100%;
  font-size: 24px;
  color: #000;
  position: relative;
}

.about-item__content span {
  position: absolute;
  top: 0;
  left: 0;
  width: 433px;
  height: 433px;
  z-index: 1;
}

.about-item__title {
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.about-item__title:not(:last-child) {
  margin-bottom: 60px;
}

.about-item__subtitle {
  color: #514d4d;
  font-weight: 500;
  line-height: 139.4%;
  letter-spacing: 0.24px;
  position: relative;
  z-index: 2;
}

.test-video video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
}

.language a.active {
  color: #292929;
}

.hover-container {
  display: inline-block;
  position: relative;
}

.hover-circle {
  position: absolute;
  content: "";
  width: 100%;
  height: 70px;
  border-radius: 50%;
  top: -16px;
  left: 0;
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
  z-index: 1;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0) 97.92%);
}

.hover-container:hover .hover-circle {
  transform: scale(1);
}

/* ГРАДІЄНТИ(КІЛЬЦЯ) */
.gradientAbout {
  background: radial-gradient(
    50% 50% at 50% 50%,
    #ffe6ce 0%,
    rgba(255, 230, 206, 0.69) 43.23%,
    rgba(255, 230, 206, 0) 100%
  );
}

.gradientLight {
  border-radius: 50%;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #ffe6ce 0%,
    rgba(255, 230, 206, 0.69) 43.23%,
    rgba(255, 230, 206, 0) 100%
  );
}

/* Кінець ГРАДІЄНТИ(КІЛЬЦЯ) */

.full {
  height: 100dvh;
}

#gallery_pagination .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #1c1c1c;
  padding: 0.5rem;
  margin-top: 1.5rem;
}

#gallery_pagination .pagination .page {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #29292980;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  transition: all 0.4s ease;
}

#gallery_pagination .pagination .page.current {
  background-color: #1c1c1c;
}

#gallery_pagination .pagination .page:hover {
  background-color: #1c1c1c;
}

#gallery_pagination .pagination .gap {
  display: none;
}

#gallery_pagination .pagination .next,
#gallery_pagination .pagination .prev {
  font-size: 0;
  position: relative;
  width: 16px;
  height: 16px;
}

#gallery_pagination .pagination .first,
#gallery_pagination .pagination .last {
  display: none;
}

#gallery_pagination .pagination .next a::after,
#gallery_pagination .pagination .next a::before {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background-color: #1c1c1c;
  transform-origin: center;
}

#gallery_pagination .pagination .next a::after {
  transform: rotate(45deg);
  top: 2px;
}

#gallery_pagination .pagination .next a::before {
  transform: rotate(-45deg);
  bottom: 2px;
}

#gallery_pagination .pagination .prev a::after,
#gallery_pagination .pagination .prev a::before {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background-color: #1c1c1c;
  transform-origin: center;
}

#gallery_pagination .pagination .prev a::after {
  transform: rotate(135deg);
  top: 2px;
}

#gallery_pagination .pagination .prev a::before {
  transform: rotate(-135deg);
  bottom: 2px;
}

.cards-tariff {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 2;
  column-gap: 3.75rem;
  row-gap: 1rem;
}
.cards-tariff__item {
}
.item-tariff {
  border: 2px solid #f5f5f2;
  background-color: #1c1c1c;
  padding: 2rem 3rem;
  display: flex;
  flex-direction: column;
}
.item-tariff__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}
.item-tariff__title:not(:last-child) {
  margin-bottom: clamp(1.5rem, 2.3vw, 2rem);
}
.item-tariff__list {
  display: flex;
  flex-direction: column;
  row-gap: clamp(0.5rem, 1.1vw, 1rem);
  flex: 1 1 100%;
}
.item-tariff__list:not(:last-child) {
  margin-bottom: 2rem;
}
.item-tariff__item {
  display: flex;
  align-items: center;
  column-gap: clamp(0.25rem, 1.1vw, 1rem);
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  align-self: flex-start;
  font-weight: 500;
  line-height: 1.2;
}
.item-tariff__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 0.5rem;
}
.item-tariff__total-text {
  font-size: clamp(1rem, 1.66vw, 1.5rem);
  font-weight: 600;
  line-height: 1.2;
}
.item-tariff__total-sum {
  font-size: clamp(1.5rem, 1.94vw, 1.75rem);
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}
.item-tariff__total:not(:last-child) {
  margin-bottom: 1rem;
}
.item-tariff__additionaly {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.item-tariff__additionaly p {
  display: flex;
  justify-content: space-between;
  column-gap: 1rem;
  font-size: 1rem;
  font-weight: 500;
}
.item-tariff__additionaly:not(:last-child) {
  margin-bottom: clamp(1.5rem, 4.1vw, 3.75rem);
}
.item-tariff__btn {
  display: flex;
}
.item-tariff__link {
  width: 100%;
  background-color: #f5f5f2;
  color: #1c1c1c;
  font-size: clamp(0.75rem, 1.1vw, 1rem);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  padding: 0.625rem 1rem;
}
#contactsPage {
  height: 100vh;
}

@media (max-width: 1085px) {
  .item-tariff__total {
    flex-direction: column;
    align-items: stretch;
    row-gap: 0.5rem;
  }
  .item-tariff__total-sum {
    align-self: flex-end;
  }
  .item-tariff__total-text {
    max-width: none;
  }
}
@media (max-width: 991.98px) {
  .gridGallery {
    column-gap: 24px;
    row-gap: 24px;
  }

  .about-item {
    flex-direction: column-reverse;
    row-gap: 24px;
  }

  .about-item:not(:last-child) {
    margin-bottom: 46px;
  }

  .about-item__content {
    font-size: 20px;
    flex: auto;
    padding-left: 9.142857%; /* 16/175 */
  }

  .about-item__title:not(:last-child) {
    margin-bottom: 38px;
  }

  .about-item__image--even {
    border-radius: 0px 0px 185px 0px;
  }

  .about-item__image-wrapper--odd span,
  .about-item__image--odd {
    border-radius: 0px 225px;
  }
  .cards-tariff {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .gridGallery {
    column-gap: 16px;
    row-gap: 16px;
  }

  .about-item:not(:last-child) {
    margin-bottom: 32px;
  }

  .about-item__content {
    font-size: 18px;
  }

  .about-item__title:not(:last-child) {
    margin-bottom: 16px;
  }

  .about-item__image--even {
    border-radius: 0px 0px 125px 0px;
  }

  .about-item__image-wrapper--odd span,
  .about-item__image--odd {
    border-radius: 0px 125px;
    margin-left: clamp(-12px, 6vw, -25px);
  }
  .about-item__image--odd {
    aspect-ratio: 275/297;
  }
  .cards-tariff {
    grid-template-columns: auto;
  }
}

@media (max-width: 479.98px) {
  .gridGallery {
    column-gap: 6.5px;
    row-gap: 6px;
  }

  .grid {
    column-gap: 6.5px;
    row-gap: 6px;
  }

  .about-item__content {
    font-size: 16px;
  }
  .about-item__image-wrapper--odd span,
  .about-item__image--odd {
    border-radius: 0px 125px;
    margin-left: 0;
  }
}
