.slider-thumbs-gallery-loop {
	box-sizing: border-box;
	position: relative;
	margin-bottom: 40px;
}
.slider-thumbs-gallery-loop__gallery-top {
	height: 512px;
	width: 100%;
	margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
	.slider-thumbs-gallery-loop__gallery-top {
		height: 256px;
   }
}
.slider-thumbs-gallery-loop__gallery-thumbs {
	height: 82px;
	width: 50%;
}
@media screen and (max-width: 600px) {
	.slider-thumbs-gallery-loop__gallery-thumbs {
		width: 80%;
   }
}
.slider-thumbs-gallery-loop__gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
}
.slider-thumbs-gallery-loop__gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.slider-thumbs-gallery-loop__image {
	display: block;
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.slider-thumbs-gallery-loop__cover-image {
	background-size: cover;
	background-position: center;
}
.slider-thumbs-gallery-loop__cover-image--bluer {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
	filter: blur(25px);
}
.slider-thumbs-gallery-loop__buttons {
	position: absolute;
	left: 50%;
	bottom: 40px;
	width: 65%;
	transform: translate(-50%, -50%);
	z-index: 10px;
}
@media screen and (max-width: 600px) {
	.slider-thumbs-gallery-loop__buttons {
		width: 100%;
   }
	.slider-thumbs-gallery-loop__buttons .swiper-button-next::after, .slider-thumbs-gallery-loop__buttons .swiper-button-prev::after {
		font-size: 20px;
   }
}
.slider-thumbs-gallery-loop__buttons .swiper-button-next {
	right: 0;
}
.slider-thumbs-gallery-loop__buttons .swiper-button-prev {
	left: 0;
}
.slider-thumbs-gallery-loop .swiper {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.fancybox-item.fancybox-close {
	top: 0;
}
@media screen and (max-width: 768px) {
	.fancybox-item.fancybox-close {
		width: 25px;
		height: 25px;
		background-position: 0 -12px;
		background-size: cover;
   }
}
.fancybox-nav.fancybox-prev {
	left: 0;
}
.fancybox-nav.fancybox-next {
	right: 0;
}
.fancybox-nav.fancybox-prev span, .fancybox-nav.fancybox-next span {
	background: none;
}
.fancybox-nav span {
	border-radius: 50%;
	background-color: white;
}
.fancybox-outer .fancybox-nav {
	top: 50%;
	height: auto;
}
.fancybox-outer .fancybox-nav span:before {
	padding-top: 5px;
	border-radius: 50%;
	font-size: 30px;
	line-height: 1;
	background-color: white;
}
@media screen and (max-width: 768px) {
	.fancybox-outer .fancybox-nav {
		width: 49px;
   }
}
.fancybox-skin {
	padding: 0 !important;
}
