/********** section id="gallery__page" *************/
#gallery__page {
	padding: 60px 0 80px 0;
}

#page {
	height: 100%;
}

#gallery__page a.button-border {
	width: 100%;
	max-width: 248px;
}

/* #gallery__page {
	padding: 88px 0 220px 0;
    height: calc(100vh - 586px);
} */

.swiper {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	padding: 0 !important;
}

.swiper-wrapper {
	height: 100% !important;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
}


.switches-pages span {
	font-family: Lato;
	font-weight: 500;
	font-size: 40px;
	line-height: 56px;
	color: #202020;
}

.gallery-img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.gallery-img .ico {
	position: absolute;
	top: 10px;
	left: 5px;
	z-index: 10;
}

@media (max-width: 700px) {
	#gallery__page {
		padding: 44px 0 50px 0;
		height: auto;
	}

	.swiper {
		width: 100%;
	}

	.gallery-img .ico {
		left: 25px;
	}
}

.fancybox-button--thumbs {
	display: none !important;
}

.slider__container {
	max-width: 1440px;
	margin: 0 auto;
}

.slider__container .switches-button {
	width: 90%;
	margin: 0 auto;
}