.thumbs-gallery-wrapper{margin-bottom:25px}.thumb-gallery-slider .swiper-slide{text-align:center;font-size:18px;background:center #fff;display:flex;justify-content:center;align-items:center;background-size:cover}.thumb-gallery-slider .swiper-slide img{width:100%;height:100%}.thumb-gallery-slider.gallery-top{height:351px;width:100%;margin-bottom:20px;overflow-y:visible!important}.thumb-gallery-slider.gallery-top .swiper-slide{background:0 0}@media (min-width:768px){.gallery-top.swiper{max-width:1200px}.gallery-thumbs.swiper{max-width:292px}.thumb-gallery-slider.gallery-top{height:555px;margin-bottom:25px}}.thumb-gallery-slider.gallery-top figure{width:100%;height:100%;margin:0}.thumb-gallery-slider.gallery-top figcaption{top:101%;left:50%;transform:translateX(-50%);text-align:center;color:#727272;line-height:1.25}.thumb-gallery-slider.gallery-thumbs{box-sizing:border-box;height:89px}.thumb-gallery-slider.gallery-top .swiper-slide img{border-radius:17px}.thumb-gallery-slider.gallery-thumbs .swiper-slide{width:25%;height:100%;border:4.76px solid transparent;border-radius:4.76px;background:0 0}.thumb-gallery-slider.gallery-thumbs .swiper-slide-thumb-active{border:4px solid #FFD35B}.thumb-gallery-slider .swiper-slide img{display:block;object-fit:cover;border-radius:0}.gallery-top .swiper-button-prev{left:16px}.gallery-top .swiper-button-next{right:16px}.thumb-gallery-slider .swiper-button-next,.thumb-gallery-slider .swiper-button-prev{width:40px;height:69px}.thumb-gallery-slider .swiper-button-next:after,.thumb-gallery-slider .swiper-button-prev:after{width:40px;height:69px;font-size:0}.thumb-gallery-slider .swiper-button-next:after{background-image:url("data:image/svg+xml, %3Csvg width='40' height='69' viewBox='0 0 40 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.43488 1.4943C-0.501263 3.46326 -0.474663 6.62898 1.4943 8.56512L27.8688 34.5L1.4943 60.4349C-0.474663 62.371 -0.501263 65.5367 1.43488 67.5057C3.37103 69.4747 6.53674 69.5013 8.5057 67.5651L38.5057 38.0651C39.4616 37.1251 40 35.8407 40 34.5C40 33.1594 39.4616 31.8749 38.5057 30.9349L8.5057 1.43488C6.53674 -0.501262 3.37103 -0.474659 1.43488 1.4943Z' fill='white' fill-opacity='0.5'/%3E%3C/svg%3E%0A")}.thumb-gallery-slider .swiper-button-prev:after{background-image:url("data:image/svg+xml, %3Csvg width='40' height='69' viewBox='0 0 40 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.5651 1.4943C40.5013 3.46326 40.4747 6.62898 38.5057 8.56512L12.1312 34.5L38.5057 60.4349C40.4747 62.371 40.5013 65.5367 38.5651 67.5057C36.629 69.4747 33.4633 69.5013 31.4943 67.5651L1.4943 38.0651C0.538386 37.1251 0 35.8407 0 34.5C0 33.1594 0.538386 31.8749 1.4943 30.9349L31.4943 1.43488C33.4633 -0.501262 36.629 -0.474659 38.5651 1.4943Z' fill='white' fill-opacity='0.5'/%3E%3C/svg%3E%0A")}
.thumb-gallery-slider.gallery-top figure figcaption{
	color:#fff;
	top:auto;
	bottom:20px;
	z-index:2 !important;
	display:none;
}
.swiper figcaption{
	/* opacity:0;
	transition: opacity .2s ease; */
}
.swiper:hover figcaption{
	/* opacity:1; */
}
.swiper.gallery-top figure{
	--coverBg:linear-gradient(358deg, rgba(0, 0, 0, 0) 1.12%, rgba(0, 0, 0, 0) 90.14%);
}
.swiper.gallery-top figure:after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	border-radius:17px;
	background: var(--coverBg);
}
