@charset "UTF-8";@font-face {font-family: Gilroy;font-display: swap;src: url("../assets/fonts/Gilroy-Regular.woff2") format("woff2");font-weight: 400;font-style: normal;}
@font-face {font-family: Gilroy;font-display: swap;src: url("../assets/fonts/Gilroy-Medium.woff2") format("woff2");font-weight: 500;font-style: normal;}
@font-face {font-family: Gilroy;font-display: swap;src: url("../assets/fonts/Gilroy-Light.woff2") format("woff2");font-weight: 300;font-style: normal;}
@font-face {font-family: Gilroy;font-display: swap;src: url("../assets/fonts/Gilroy-Bold.woff2") format("woff2");font-weight: 700;font-style: normal;}
@font-face { 
	font-family: "iconfont"; 
	font-display: swap;
	src: url("../assets/fonts/iconfont.woff2?a2943a996f92e9647ce4a1a2e93a6e38") format("woff2"); 
} 
[class*="--icon-"]::before{
	font-family: iconfont; 
}
	[class*="--icon-youtube"]::before { 
		content: "\f101"; 
	} 
	[class*="--icon-whatsapp"]::before { 
		content: "\f102"; 
	} 
	[class*="--icon-tiktok"]::before { 
		content: "\f103"; 
	} 
	[class*="--icon-prew"]::before { 
		content: "\f104"; 
	} 
	[class*="--icon-prev"]::before { 
		content: "\f105"; 
	} 
	[class*="--icon-play"]::before { 
		content: "\f106"; 
	} 
	[class*="--icon-play-solid"]::before { 
		content: "\f107"; 
	} 
	[class*="--icon-next"]::before { 
		content: "\f108"; 
	} 
	[class*="--icon-instagram"]::before { 
		content: "\f109"; 
	} 
	[class*="--icon-arrow-right"]::before { 
		content: "\f10a"; 
	} 
	[class*="--icon-arrow-left"]::before { 
		content: "\f10b"; 
	} 
	[class*="--icon-arr down"]::before { 
		content: "\f10c"; 
	} 
* {
	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;
}

/* Generated by vite-plugin-svg-spritemap */
.hero {
  height: 100vh;
  max-height: 662px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
}
.hero__container {
  width: 100%;
}
.hero__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.hero .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.hero .section-header__title {
  max-width: 690px;
  text-align: left;
  font-size: 50px;
}
@media (max-width: 522px) {
  .hero .section-header__title {
    font-size: 35px;
  }
}

/*
🧩 SLIDER SECTION 
*/
.offer {
  position: relative;
  padding: 80px 0;
}
.offer__container {
  position: relative;
  z-index: 2;
}
.offer__slider {
  position: relative;
  overflow: hidden;
}
.offer__wrapper {
  display: flex;
}
.offer__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.offer__slide img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.3s ease;
  object-fit: cover;
}
.offer__slide img:hover {
  transform: scale(1.03);
}
.offer__slide:nth-child(1) img {
  aspect-ratio: 200/243;
  margin-top: 40px;
}
@media (max-width: 450px) {
  .offer__slide:nth-child(1) img {
    margin-top: 20px;
  }
}
.offer__slide:nth-child(2) img {
  aspect-ratio: 310/377;
  margin-top: 70px;
}
@media (max-width: 450px) {
  .offer__slide:nth-child(2) img {
    margin-top: 35px;
  }
}
.offer__slide:nth-child(3) img {
  aspect-ratio: 310/364;
}
.offer__slide:nth-child(4) img {
  aspect-ratio: 200/243;
  margin-top: 40px;
}
@media (max-width: 450px) {
  .offer__slide:nth-child(4) img {
    margin-top: 20px;
  }
}
.offer__slide:nth-child(5) img {
  aspect-ratio: 200/243;
  margin-top: 100px;
}
@media (max-width: 450px) {
  .offer__slide:nth-child(5) img {
    margin-top: 50px;
  }
}
.offer__slide:nth-child(6) img {
  aspect-ratio: 310/377;
  margin-top: 70px;
}
@media (max-width: 450px) {
  .offer__slide:nth-child(6) img {
    margin-top: 35px;
  }
}
.offer__slide:nth-child(7) img {
  aspect-ratio: 310/364;
}
.offer__slide:nth-child(8) img {
  aspect-ratio: 200/243;
  margin-top: 40px;
}
@media (max-width: 450px) {
  .offer__slide:nth-child(8) img {
    margin-top: 20px;
  }
}
.offer__slide:nth-child(9) img {
  aspect-ratio: 200/243;
  margin-top: 100px;
}
@media (max-width: 450px) {
  .offer__slide:nth-child(9) img {
    margin-top: 50px;
  }
}
.offer__nav {
  position: absolute;
  top: 32px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 450px) {
  .offer__nav {
    top: auto;
    bottom: -45px;
    right: 50%;
    transform: translateX(50%);
  }
}
.offer__nav .offer__nav-btn {
  pointer-events: all;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "iconfont";
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.offer__nav .offer__nav-btn:hover {
  transform: scale(1.1);
}
.offer__nav .offer__nav-btn:active {
  transform: scale(0.95) rotate(-2deg);
}
.offer__nav .offer__nav-btn.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
  transform: none;
}
.offer__nav .offer__nav-btn.--icon-arrow-left::before {
  content: "\f10b";
}
.offer__nav .offer__nav-btn.--icon-arrow-right::before {
  content: "\f10a";
}
.offer__nav .offer__nav-btn {
  animation: fadeInNav 0.6s ease forwards;
}
@media (max-width: 1024px) {
  .offer__header {
    margin-bottom: 30px;
  }
  .offer .offer-button-prev,
  .offer .offer-button-next {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 768px) {
  .offer {
    padding: 50px 0;
  }
  .offer__nav .offer-button-prev,
  .offer__nav .offer-button-next {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 480px) {
  .offer {
    padding: 40px 0;
  }
  .offer .offer__title {
    font-size: 24px;
  }
  .offer .offer__subtitle {
    font-size: 15px;
  }
  .offer .offer-button-prev,
  .offer .offer-button-next {
    width: 38px;
    height: 38px;
  }
  .offer .offer-button-prev svg,
  .offer .offer-button-next svg {
    width: 18px;
    height: 18px;
  }
}

.why-choose .section-header {
  padding-block: 40px 40px;
}
@media (max-width: 450px) {
  .why-choose .section-header {
    padding-block: 60px 20px;
    margin-bottom: 0;
  }
}
.why-choose__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 50px;
}
@media (max-width: 450px) {
  .why-choose__items {
    grid-template-columns: 1fr;
  }
}
.why-choose__item {
  border-bottom: 1px solid #8b8b8b;
}
.why-choose__text {
  padding-bottom: 15px;
  color: #8b8b8b;
  line-height: 1.3;
}
.why-choose__number {
  font-size: 30px;
  font-weight: 500;
  display: flex;
  padding-bottom: 5px;
  padding-left: 5px;
}
.why-choose__number p {
  display: flex;
  position: relative;
}
.why-choose__number p::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: -5px;
  height: 2px;
  width: 40px;
  background-color: #fff;
  display: block;
}
.why-choose__title {
  font-size: 23px;
  padding-bottom: 15px;
  font-weight: 500;
}

/*
 SERVICES SECTION 
*/
.services {
  padding-block: 200px;
}
.services .hero__btn {
  padding-block: 15px;
  padding-inline: 22px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 5px;
  font-weight: 500;
  margin-top: 20px;
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .services {
    padding-block: 100px;
  }
}
@media (max-width: 768px) {
  .services {
    padding-block: 50px;
  }
}
.services .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 450px) {
  .services .section-header {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
}

/*
 ATMOSPHERE SECTION 
*/
.block-atmosphere {
  padding: 60px 0;
}
.block-atmosphere__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}
@media (max-width: 992px) {
  .block-atmosphere__inner {
    grid-template-columns: 1fr;
  }
}
.block-atmosphere__main {
  position: relative;
  overflow: hidden;
  aspect-ratio: 640/725;
  cursor: pointer;
}
.block-atmosphere__main img,
.block-atmosphere__main video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
}
.block-atmosphere__main .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.block-atmosphere__main .play-btn::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 18px solid #000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 5px;
  transition: transform 0.3s ease;
}
.block-atmosphere__main:hover img,
.block-atmosphere__main:hover video {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.block-atmosphere__main .play-btn {
  opacity: 0;
  animation: fadeInPlay 0.8s ease forwards 0.3s;
}
@keyframes fadeInPlay {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@media (max-width: 768px) {
  .block-atmosphere__main {
    aspect-ratio: 4/3;
  }
  .block-atmosphere__main .play-btn {
    width: 60px;
    height: 60px;
  }
  .block-atmosphere__main .play-btn::before {
    border-left-width: 14px;
    border-top-width: 8px;
    border-bottom-width: 8px;
  }
}
.block-atmosphere__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.block-atmosphere__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (max-width: 768px) {
  .block-atmosphere__gallery {
    grid-template-columns: 1fr;
  }
}
.block-atmosphere__gallery a {
  display: block;
  overflow: hidden;
  aspect-ratio: 310/346;
}
.block-atmosphere__gallery a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.block-atmosphere__gallery a:hover img {
  transform: scale(1.05);
}
.block-atmosphere__content {
  grid-column: 1/-1;
  text-align: right;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .block-atmosphere__content {
    text-align: center;
  }
}
.block-atmosphere__text {
  line-height: 1.3;
  max-width: 700px;
  color: #8b8b8b;
}
.block-atmosphere__btn {
  margin-bottom: 20px;
}
.block-atmosphere__btn .btn {
  padding-block: 15px;
  padding-inline: 22px;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.block-atmosphere__btn .btn:hover {
  background: #8b8b8b;
}

.contacts {
  padding-block: 0 100px;
}
@media (max-width: 605px) {
  .contacts {
    padding-block: 60px 90px;
  }
}
.contacts .section-header {
  max-width: 470px;
}
.contacts .section-header__title {
  margin-bottom: 60px;
}
.contacts__content {
  display: flex;
  justify-content: flex-end;
}

.service-intro .section-header {
  padding-block: 35px 60px;
}
@media (max-width: 768px) {
  .service-intro .section-header {
    padding-block: 25px 40px;
  }
}

.service-price {
  padding: 200px 0;
}
@media (max-width: 1024px) {
  .service-price {
    padding: 60px 0;
  }
}
.service-price .section-header {
  margin-bottom: 70px;
}
.service-price__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .service-price__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 530px) {
  .service-price__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }
}
.service-price .service-price-item {
  display: flex;
  flex-direction: column;
  max-width: 420px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.service-price .service-price-item__title {
  margin-bottom: 15px;
  max-width: 310px;
}
.service-price .service-price-item__title h3 {
  font-size: 23px;
  font-weight: 500;
}
@media (max-width: 800px) {
  .service-price .service-price-item__title h3 {
    font-size: 19px;
    max-width: 270px;
  }
}
.service-price .service-price-item__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 530px) {
  .service-price .service-price-item__body {
    gap: 10px;
  }
}
.service-price .service-price-item__text {
  max-width: 300px;
  line-height: 1.6;
  color: #8b8b8b;
}
@media (max-width: 800px) {
  .service-price .service-price-item__text {
    font-size: 15px;
    max-width: 260px;
  }
}
.service-price .service-price-item__text p:not(:last-child) {
  margin-bottom: 10px;
}
.service-price .service-price-item__value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.service-price .service-price-item__value .price-value p {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 800px) {
  .service-price .service-price-item__value .price-value p {
    font-size: 15px;
  }
}
.service-price .service-price-item__value .time-value p {
  font-size: 16px;
  color: #777;
}
@media (max-width: 768px) {
  .service-price .service-price-item__body {
    flex-direction: column;
    text-align: left;
  }
  .service-price .service-price-item__value {
    text-align: left;
    margin-top: 10px;
  }
}

.contacts-hero {
  padding: 80px 0;
  background: #000;
  color: #fff;
}
.contacts-hero__header {
  margin-bottom: 40px;
}
.contacts-hero__title {
  font-weight: 600;
  display: inline-block;
  padding-bottom: 10px;
}
.contacts-hero__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
.contacts-hero .list-contakt {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts-hero .list-contakt div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contacts-hero .list-contakt div img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.contacts-hero .list-contakt div a,
.contacts-hero .list-contakt div p {
  color: #fff;
  font-size: 18px;
  margin: 0;
  transition: color 0.3s ease;
}
.contacts-hero .list-contakt div a:hover,
.contacts-hero .list-contakt div p:hover {
  color: #8b8b8b;
}
.contacts-hero__form {
  max-width: 860px;
  width: 100%;
}
.contacts-hero__map iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 10px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .contacts-hero__content {
    flex-direction: column;
  }
  .contacts-hero .list-contakt div {
    justify-content: flex-start;
  }
}

.gallery-intro .section-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 768px) {
  .gallery-intro .section-header {
    flex-wrap: wrap;
  }
}
.gallery-intro .section-header .hero__btn {
  max-height: 48px;
}

.blog {
  padding-bottom: 70px;
}
.blog .section-header {
  max-width: 510px;
}

.breadcrumbs {
  margin-bottom: 20px;
}
.breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumbs span {
  color: #8b8b8b;
}

.blog-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-cats li a {
  padding: 6px 12px;
  border-radius: 20px;
  text-decoration: none;
  transition: 0.3s;
}
.blog-cats li a.active,
.blog-cats li a:hover {
  color: #fff;
}

.blog__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1200px) {
  .blog__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .blog__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.post-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 98px;
}
@media (max-width: 768px) {
  .post-card__body {
    min-height: 78px;
  }
}

.post-card__thumb img {
  width: 100%;
  height: auto;
  position: relative;
}

.post-card__title {
  font-size: 18px;
  color: #8b8b8b;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .post-card__title {
    font-size: 15px;
  }
}

.post-card__button {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 12px;
  color: #fff;
  border-radius: 6px;
  text-decoration: underline;
  transition: 0.3s;
  font-size: 23px;
}
@media (max-width: 768px) {
  .post-card__button {
    font-size: 18px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.pagination ul {
  display: flex;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination li a,
.pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.pagination li a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.pagination li.active span,
.pagination li .current {
  color: #fff;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}
.pagination li a.prev,
.pagination li a.next {
  font-size: 20px;
  line-height: 0;
}
@media (max-width: 600px) {
  .pagination ul {
    gap: 10px;
  }
  .pagination li a,
  .pagination li span {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
}

.single-post__thumb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .single-post__thumb {
    grid-template-columns: 1fr;
  }
}
.single-post__thumb img {
  width: 100%;
  display: block;
  aspect-ratio: 640/650;
  object-fit: cover;
  margin-bottom: 20px;
}
.single-post__title {
  font-size: 50px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .single-post__title {
    font-size: 30px;
  }
}
.single-post__text {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.single-post__meta {
  color: #777;
  font-size: 0.9rem;
}
.single-post__content {
  line-height: 1.7;
}
.single-post__content img {
  max-width: 100%;
  height: auto;
}
.single-post__content p + p {
  margin-top: 1rem;
}
.single-post__footer {
  margin-top: 3rem;
  padding-top: 2rem;
}
.single-post__nav {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.archive__list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}
.archive__list .post-card {
  grid-column: span 4;
}
@media (max-width: 1024px) {
  .archive__list .post-card {
    grid-column: span 6;
  }
}
@media (max-width: 640px) {
  .archive__list .post-card {
    grid-column: span 12;
  }
}

.taxonomy__list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}
.taxonomy__list .post-card {
  grid-column: span 4;
}
@media (max-width: 1024px) {
  .taxonomy__list .post-card {
    grid-column: span 6;
  }
}
@media (max-width: 640px) {
  .taxonomy__list .post-card {
    grid-column: span 12;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 50;
  transition: transform 0.3s ease, background 0.3s ease;
}
.header.--header-scroll {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
}
.header.--header-show {
  transform: translateY(0);
}
.header.--header-hide {
  transform: translateY(-100%);
}
.header__container {
  display: flex;
  gap: 30px;
  align-items: center;
}

.lang-switcher {
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-left: 40px;
}
@media (max-width: 47.99875em) {
  .lang-switcher {
    padding-block: 25px 20px;
    margin-left: 50px;
  }
}
.lang-switcher__current {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.lang-switcher__current svg {
  margin-top: 4px;
  width: 14px;
  height: 18px;
  transition: transform 0.3s;
}
.lang-switcher:hover svg {
  transform: rotate(180deg);
}
.lang-switcher__list {
  position: absolute;
  top: 100%;
  left: 0;
  background: #111;
  border-radius: 6px;
  padding: 8px 0;
  display: none;
  min-width: 60px;
  z-index: 10;
}
.lang-switcher__list li {
  list-style: none;
}
.lang-switcher__list li a {
  display: block;
  padding: 6px 12px;
  color: #fff;
  text-decoration: none;
}
.lang-switcher__list li a:hover {
  background: #222;
}
.lang-switcher:hover .lang-switcher__list {
  display: block;
}

html[data-fls-popup-open] .header {
  z-index: 11 !important;
}

.footer {
  color: #fff;
  padding: 40px 0;
}
.footer__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer__logo img {
  max-width: 180px;
  height: auto;
}
.footer__body {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap-reverse;
}
.footer__menu {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__menu ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.footer__menu li {
  margin-bottom: 10px;
}
.footer__menu a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
@media (max-width: 642px) {
  .footer__menu a {
    font-size: 15px;
  }
}
.footer__menu a:hover {
  color: #8b8b8b;
}
.footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
}
.footer__social a {
  color: #fff;
  transition: color 0.3s;
  font-weight: 100;
  font-size: 32px;
}
.footer__social a:hover {
  color: #8b8b8b;
}
.footer__copyrating {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
}
@media (max-width: 768px) {
  .footer__copyrating {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 10px;
  }
}

/* ===========================
   🎨 Універсальні стилі заголовків і підзаголовків
=========================== */
.section-header {
  margin-bottom: 2rem;
}
.section-header__title {
  font-weight: 500;
  line-height: 1.2;
  font-size: 30px;
  margin-bottom: 0.5em;
}
.section-header__title_page {
  text-transform: uppercase;
}
.section-header__subtitle {
  color: #8b8b8b;
  line-height: 1.3;
}
.section-header__subtitle_light {
  color: rgba(255, 255, 255, 0.85);
}
.section-header .hero__btn {
  padding-block: 15px;
  padding-inline: 22px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 5px;
  font-weight: 500;
}

.block-services__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .block-services__items {
    grid-template-columns: 1fr;
  }
}
.block-services__image img {
  width: 100%;
  height: auto;
  display: block;
}
.block-services__title h3 {
  margin-top: 15px;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 500;
}
.block-services__text {
  margin-top: 10px;
  color: #8b8b8b;
  font-weight: 500;
  line-height: 1.3;
}

.masonry {
  padding-bottom: 200px;
}

.masonry__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-flow: dense;
  gap: 10px;
  max-width: 1300px;
  margin: 0 auto;
}

/* --- Загальні стилі елемента --- */
.masonry__item {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  background-color: #111;
}
.masonry__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.masonry__item:hover img {
  transform: scale(1.04);
}
.masonry__item {
  /* Кнопка Play */
}
.masonry__item .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: background 0.3s ease;
}
.masonry__item .play-btn::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 18px solid #000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 5px;
}
.masonry__item:hover .play-btn {
  background: rgb(255, 255, 255);
}

/* --- Варіанти розмірів плиток --- */
.masonry__item--small {
  aspect-ratio: 1/1; /* квадрат */
}

.masonry__item--wide {
  grid-column: span 2;
  aspect-ratio: 3/2; /* горизонтальне */
}

.masonry__item--tall {
  grid-row: span 2;
  aspect-ratio: 2.3/3; /* вертикальне */
}

.masonry__item--large {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: 16/9; /* велике горизонтальне */
}

/* --- Адаптивність --- */
@media (max-width: 992px) {
  .masonry__items {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
  .masonry__item--wide,
  .masonry__item--large {
    grid-column: span 2;
  }
}
@media (max-width: 600px) {
  .masonry__items {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
  .masonry__item--wide,
  .masonry__item--tall,
  .masonry__item--large {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1/1;
  }
}
/* приховати стандартну кнопку lightGallery */
.lg-video-play-button {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* показуємо кнопку лише коли реально є відео */
.lg-current.lg-has-video .lg-video-play-button {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.fls-contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 860px;
  color: #fff;
}
.fls-contact-form .fls-form__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.fls-contact-form .fls-form__row--bottom {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.fls-contact-form .fls-form__row--bottom textarea {
  min-height: 80px;
  resize: none;
  max-width: 420px;
}
.fls-contact-form .fls-form__row--bottom select {
  appearance: none;
  width: 100%;
  padding: 12px 42px 12px 14px;
  font-size: 16px;
  color: #fff;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%23ffffff' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") no-repeat right 14px center/10px 6px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
  max-width: 420px;
}
.fls-contact-form .fls-form__row--bottom select:focus {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
}
.fls-contact-form .fls-form__row--bottom select option {
  background: #000;
  color: #fff;
  font-size: 16px;
}
.fls-contact-form input,
.fls-contact-form textarea {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 12px 14px;
  border-radius: 4px;
  font-size: 16px;
  outline: none;
  transition: border 0.3s ease, background-color 0.3s ease;
}
.fls-contact-form input:focus,
.fls-contact-form textarea:focus {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
}
.fls-contact-form input::placeholder,
.fls-contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.fls-contact-form button {
  background: #fff;
  color: #000;
  border: none;
  border-radius: 4px;
  padding: 12px 24px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}
.fls-contact-form button:hover {
  background: #eaeaea;
  transform: translateY(-1px);
}
.fls-contact-form .fls-form__actions {
  display: flex;
  justify-content: flex-end;
}
.fls-contact-form .fls-form__message {
  font-size: 14px;
  min-height: 18px;
}
@media (max-width: 768px) {
  .fls-contact-form .fls-form__row--bottom {
    grid-template-columns: 1fr;
  }
  .fls-contact-form .fls-form__actions {
    justify-content: center;
  }
}

.about-intro {
  padding-bottom: 200px;
}
@media (max-width: 1024px) {
  .about-intro {
    padding-bottom: 60px;
  }
}
.about-intro__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 673px) {
  .about-intro__container {
    grid-template-columns: 1fr;
  }
}
.about-intro {
  /* 🖼 Зображення */
}
.about-intro__image {
  position: relative;
  width: 100%;
  aspect-ratio: 640/725;
  overflow: hidden;
  background-color: #f4f4f4;
}
.about-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.about-intro__image:hover img {
  transform: scale(1.03);
}
@media (max-width: 1024px) {
  .about-intro__image {
    aspect-ratio: 640/640;
  }
}
@media (max-width: 673px) {
  .about-intro__image {
    max-width: 500px;
    margin: 0 auto 20px;
  }
}

.section-header {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .section-header__title {
    font-size: 32px;
  }
}

.approach {
  padding-block: 200px;
}
@media (max-width: 1024px) {
  .approach {
    padding-block: 60px 80px;
  }
}
.approach__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 670px) {
  .approach__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.approach .approach-item {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.approach .approach-item__title {
  font-size: 23px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .approach .approach-item__title {
    font-size: 19px;
  }
}

.about-team {
  padding-bottom: 200px;
}
.about-team .section-header {
  max-width: 220px;
  margin-bottom: -80px;
}
@media (max-width: 971px) {
  .about-team .section-header {
    margin-bottom: 0;
  }
}
.about-team .section-header__title {
  font-size: 30px;
}
.about-team__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: ". a b c" "d e f g";
  column-gap: 20px;
  row-gap: 30px;
}
@media (max-width: 971px) {
  .about-team__content {
    grid-template-areas: "a b c d" "e f g .";
  }
}
@media (max-width: 768px) {
  .about-team__content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "a b" "c d" "e f" "g .";
  }
}
.about-team .about-team-item:nth-child(1) {
  grid-area: a;
}
.about-team .about-team-item:nth-child(2) {
  grid-area: b;
}
.about-team .about-team-item:nth-child(3) {
  grid-area: c;
}
.about-team .about-team-item:nth-child(4) {
  grid-area: d;
}
.about-team .about-team-item:nth-child(5) {
  grid-area: e;
}
.about-team .about-team-item:nth-child(6) {
  grid-area: f;
}
.about-team .about-team-item:nth-child(7) {
  grid-area: g;
}
.about-team .about-team-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-team .about-team-item:hover {
  transform: translateY(-6px);
}
.about-team .about-team-item__image {
  position: relative;
  width: 100%;
  aspect-ratio: 340/377;
  overflow: hidden;
  border-radius: 12px;
  background-color: #f2f2f2;
}
.about-team .about-team-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.6s ease;
}
.about-team .about-team-item__image:hover img {
  transform: scale(1.05);
}
.about-team .about-team-item__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.4s ease;
}
.about-team .about-team-item__image:hover::after {
  background: rgba(0, 0, 0, 0.15);
}
.about-team .about-team-item__name {
  font-weight: 600;
  padding-block: 10px 5px;
  font-size: 17px;
}
@media (max-width: 972px) {
  .about-team .about-team-item__name {
    font-size: 15px;
  }
}
.about-team .about-team-item__descr {
  font-weight: 500;
  color: #8b8b8b;
  font-size: 15px;
  line-height: 1.4;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

[data-fls-popup-open] body::after {
  opacity: 1;
}

[data-fls-popup] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}
[data-fls-popup][data-fls-popup-active] {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

html:not(.popup-init) [data-fls-popup-body] {
  transition: none !important;
  transform: none !important;
}

[data-fls-popup-active] [data-fls-popup-body] {
  visibility: visible;
  transform: scale(1);
}

[data-fls-popup-wrapper] {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-fls-popup-body] {
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease 0s, visibility 0.3s ease 0s;
  background-color: #000000;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  border-radius: 20px;
}

[data-fls-popup-youtube-place] iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

body {
  min-width: 320px;
  color: #ffffff;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  background-color: #000000;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  padding-top: 68px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 1330px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* Generated by vite-plugin-svg-spritemap */
.menu {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
}
.menu__body {
  padding-block: 25px;
}
@media (max-width: 47.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100svh;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 80px 15px 30px 15px;
    transition: left 0.3s;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 70px;
    left: -100%;
    top: 0;
    transition: left 0.3s;
    z-index: 2;
  }
  [data-fls-menu-open] .menu__body {
    left: 0;
  }
  [data-fls-menu-open] .menu__body::before {
    left: 0;
  }
}
.menu__list {
  display: flex;
  align-items: center;
  column-gap: 30px;
  list-style: none;
}
@media (max-width: 47.99875em) {
  .menu__list {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
}
.menu__item {
  position: relative;
}
.menu__item--parent > .menu__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.menu__link {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
}
.menu__link:hover, .menu__link.menu__link--active {
  color: #8b8b8b;
}
@media (max-width: 47.99875em) {
  .menu__link {
    font-size: 1.25rem;
    width: 100%;
    padding: 10px 0;
  }
}
.menu__arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.menu__sub-list, .menu__sub-sub-list {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  border-radius: 8px;
  padding: 10px 0;
  list-style: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 50;
}
.menu__item--parent .menu__sub-list, .menu__item--parent .menu__sub-sub-list {
  top: 0;
  left: 100%;
  margin-left: 10px;
}
@media (min-width: 48.06125em) {
  .menu__item--parent:hover > .menu__sub-list, .menu__item--parent:hover > .menu__sub-sub-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (max-width: 47.99875em) {
  .menu__body {
    background: #000000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 3;
  }
  .menu__list, .menu__sub-list, .menu__sub-sub-list {
    position: static;
    width: 100%;
    background: transparent;
    box-shadow: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .menu__item--parent > .menu__sub-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .menu__item--parent.menu__item--open > .menu__sub-list {
    max-height: 1000px;
  }
  .menu__item--parent.menu__item--open > .menu__link .menu__arrow {
    transform: rotate(-135deg);
  }
  .menu__arrow {
    margin-left: auto;
    transform: rotate(45deg);
    cursor: pointer;
  }
}

/* ===========================
   Бургер іконка
=========================== */
.icon-menu {
  display: none;
}
@media (max-width: 47.99875em) {
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5;
  }
}
@media (max-width: 47.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 47.99875em) {
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: #f1ebeb;
  }
  .icon-menu::before {
    top: 0;
    width: 100%;
  }
  .icon-menu::after {
    bottom: 0;
    width: 100%;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  [data-fls-menu-open] .icon-menu span {
    width: 0;
  }
  [data-fls-menu-open] .icon-menu::before {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  [data-fls-menu-open] .icon-menu::after {
    bottom: calc(50% - 1px);
    transform: rotate(45deg);
  }
}

.menu__item[data-depth="0"] {
  font-weight: 400;
}

.menu__item[data-depth="1"] {
  padding-left: 20px;
}

.menu__item[data-depth="2"] {
  padding-left: 40px;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
[data-fls-header-scroll].--header-scroll {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
}

[data-fls-header-scroll-show].--header-scroll {
  transition: translate 0.3s;
  translate: 0px -100%;
}
[data-fls-header-scroll-show].--header-show {
  translate: 0 0;
}/* 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;
}

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

.swiper-button-lock {
  display: none !important;
}@font-face {
	font-family: "lg";
	src: url("../assets/fonts/lg.woff2?io9a6k") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.lg-icon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "lg" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lg-container {
	font-family:
		system-ui,
		-apple-system,
		"Segoe UI",
		Roboto,
		"Helvetica Neue",
		Arial,
		"Noto Sans",
		"Liberation Sans",
		sans-serif,
		"Apple Color Emoji",
		"Segoe UI Emoji",
		"Segoe UI Symbol",
		"Noto Color Emoji";
}

.lg-next,
.lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1084;
	outline: none;
	border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
	opacity: 0 !important;
	cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
	color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
	display: none;
}

.lg-next {
	right: 20px;
}
.lg-next:before {
	content: "\e095";
}

.lg-prev {
	left: 20px;
}
.lg-prev:after {
	content: "\e094";
}

@-webkit-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}
@-moz-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}
@-ms-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}
@keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}
@-webkit-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}
@-moz-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}
@-ms-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}
@keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}
.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end 0.3s;
	-o-animation: lg-right-end 0.3s;
	animation: lg-right-end 0.3s;
	position: relative;
}
.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end 0.3s;
	-o-animation: lg-left-end 0.3s;
	animation: lg-left-end 0.3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.lg-media-overlap .lg-toolbar {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
	will-change: color;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	background: none;
	border: none;
	box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
	font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
	color: #fff;
}
.lg-toolbar .lg-close:after {
	content: "\e070";
}
.lg-toolbar .lg-maximize {
	font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
	content: "\e90a";
}
.lg-toolbar .lg-download:after {
	content: "\e0f2";
}

.lg-sub-html {
	color: #eee;
	font-size: 16px;
	padding: 10px 40px;
	text-align: center;
	z-index: 1080;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-out 0s;
	-o-transition: opacity 0.2s ease-out 0s;
	transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}
.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}
.lg-sub-html a {
	color: inherit;
}
.lg-sub-html a:hover {
	text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.lg-error-msg {
	font-size: 14px;
	color: #999;
}

.lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	height: 47px;
	vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
	opacity: 0;
	-webkit-transition:
		-webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		color 0.08 linear;
	-moz-transition:
		-moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		color 0.08 linear;
	-o-transition:
		-o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		color 0.08 linear;
	transition:
		transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
		color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
	opacity: 0;
	-moz-transform: scale3d(0.5, 0.5, 0.5);
	-o-transform: scale3d(0.5, 0.5, 0.5);
	-ms-transform: scale3d(0.5, 0.5, 0.5);
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	will-change: transform, opacity;
	-webkit-transition:
		-webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-moz-transition:
		-moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition:
		-o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition:
		transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
	opacity: 1;
	-moz-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
	color: #fff;
	border-radius: 3px;
	outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
	border-radius: 8px;
	outline-offset: -5px;
}

.lg-group:after {
	content: "";
	display: table;
	clear: both;
}

.lg-container {
	display: none;
	outline: none;
}
.lg-container.lg-show {
	display: block;
}

.lg-on {
	scroll-behavior: unset;
}

.lg-overlay-open {
	overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
	opacity: 0;
	will-change: transform, opacity;
	-webkit-transition:
		-webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition:
		-moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition:
		-o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition:
		transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
	opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
	opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	text-align: left;
	opacity: 0.001;
	outline: none;
	will-change: auto;
	overflow: hidden;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}
.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
	opacity: 1;
}
.lg-outer.lg-visible {
	opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.lg-outer .lg-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.lg-outer .lg-inner {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: opacity 0s;
	-o-transition: opacity 0s;
	transition: opacity 0s;
	white-space: nowrap;
}
.lg-outer .lg-item {
	display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
	background: url("data:image/gif;base64,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") no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
	display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
	display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.lg-outer .lg-img-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	white-space: nowrap;
	font-size: 0;
}
.lg-outer .lg-item.lg-complete {
	background-image: none;
}
.lg-outer .lg-item.lg-current {
	z-index: 1060;
}
.lg-outer .lg-object {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
	display: none;
}
.lg-outer.lg-hide-download .lg-download {
	opacity: 0.75;
	pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
	opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
	opacity: 1;
	transition: opacity 0.2s ease-out 0.15s;
}
.lg-outer .lg-media-cont {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.lg-outer .lg-media-cont .lg-object {
	width: 100% !important;
	height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-media-cont {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	will-change: auto;
	-webkit-transition: opacity 333ms ease-in 0s;
	-o-transition: opacity 333ms ease-in 0s;
	transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
	opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
	opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
	-webkit-transition: opacity 0.1s ease 0s;
	-moz-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transition:
		-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.1s ease 0s;
	-moz-transition:
		-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.1s ease 0s;
	-o-transition:
		-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.1s ease 0s;
	transition:
		transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
		opacity 0.1s ease 0s;
}

.lg-container {
	display: none;
}
.lg-container.lg-show {
	display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
	position: absolute;
}
.lg-inline .lg-backdrop {
	z-index: 1;
}
.lg-inline .lg-outer {
	z-index: 2;
}
.lg-inline .lg-maximize:after {
	content: "\e909";
}

.lg-components {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	will-change: transform;
	-webkit-transition: -webkit-transform 0.35s ease-out 0s;
	-moz-transition: -moz-transform 0.35s ease-out 0s;
	-o-transition: -o-transform 0.35s ease-out 0s;
	transition: transform 0.35s ease-out 0s;
	z-index: 1080;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
