.image-gallery {
	/*     display: grid;
	grid-auto-rows: 10px;
	grid-gap: 10px;
	grid-template-columns: repeat(3,minmax(0,1fr)); */
}

.image-gallery__item {
	line-height: 0;
}

.subscription-block__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: 300ms;
}
.subscription-block__image--zoom {
	transition-duration: 300ms;
	transform: translate3d(0px, 0px, 0px) scale(3);
}
.subscription-block__image--zoom_standard {
	transition-duration: 300ms;
	transform: unset;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
	height: 100%;
}

.image-gallery__slider-wrapper {
	background-color: #000000cc;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 12;
}

.upper-commands-wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 15px 20px;
	display: flex;
	flex-direction: row-reverse;
	padding-left: 1em;
	padding-right: 2.6em;
	top: 0;
	align-items: center;
	z-index: 10;
}
.upper-commands-wrapper--timing {
	transition: all .3s ease 5s;
	opacity: 0;	
}
.image-gallery__slider-wrapper:hover .upper-commands-wrapper--timing {
	opacity: 1;
	transition: all 0s ease 0s;
}
.upper-commands-wrapper--bg {
	background-color: #00000080;
}
.upper-commands-wrapper * {
	color: #ffffff;
}
.modal-commands__closure {
	color: #ffffff;
	font-size: 20px;
	cursor: pointer;
	position: absolute;
	right: 0.75em;
	margin-top: 13px;
	padding: 0.25em;
	z-index: 12;
	line-height: 1;
	display: flex;
	cursor: pointer;
}

.js-slider__counter {
	font-size: 15px;
}

.upper-commands__counter {
	margin-right: auto;
}

.upper-commands__share {
	position: relative;
	z-index: 999;
}

.upper-commands__share-text {
	margin: 0;
}

.upper-commands__inner {
	margin: 0;
	padding: 0.25em;
	margin: 0 0.35em;
	cursor: pointer;
	position: relative;
	z-index: 11;
}
.modal-commands__closure, .upper-commands__inner svg {fill: #ffffff;}

.upper-commands__share-buttons {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 4px 15px rgba(0,0,0,.3);
	list-style: none;
	min-width: 200px;
	padding: 14px 20px;
	position: absolute;
	right: 0;
	transition: all .25s .1s;
	top: 2em;
	z-index: 11;
}

.upper-commands__share-buttons:before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: .5em;
	border: .45em solid transparent;
	border-bottom-color: #fff;
	transform: translateY(-100%) scaleX(.7);
}

.upper-commands__share-buttons-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #00000080;
}

.upper-commands__share:hover .upper-commands__share-buttons {}

.upper-commands__share-button>a {
	color: #0c0d0e;
	font-size: 12px;
	line-height: 2.5;
	height: 100%;
	width: 100%;
	display: block;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.upper-commands__share-button a:hover,
.upper-commands__share-button a:active,
.upper-commands__share-button a:focus {
	color: #7a7a7a;
}

.upper-commands__share-button>a svg {
	margin-right: 0.75em;
}
.twitter svg {fill: #1da1f2;}
.pinterest svg {fill: #bd081c;}
.download svg {fill: #9da5ae;}

.swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 70px;
	box-sizing: border-box;
	height: 100%;
	margin: auto;
}
@media (max-width: 767px) {
	.upper-commands-wrapper {
		opacity: 1;
	}

	.swiper-slide {
		padding: 70px 0;
	}
	.swiper-button-next,
	.swiper-button-prev {
		background-color:rgba(0,0,0,.5);
	}
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-slide__title {
	bottom: 0;
	color: #fff;
	position: fixed;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
	color: #eeeeeee6;
}