/*popup*/
.mfp-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(9,9,9,0.94);
	overflow: hidden;
	z-index: 1042;
}
.mfp-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	/*
	position: absolute;
	*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
}
.mfp-container:before {
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	/*max-height: 85vh;*/
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	/*
	width: 100%;
	*/
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none!important;
}
.mfp-preloader {
	position: absolute;
	top: 50%;
	left: 8px;
	right: 8px;
	width: auto;
	color: #ccc;
	margin-top: -0.8em;
	text-align: center;
	z-index: 1044;
}
.mfp-preloader a {
	color: #ccc;
}
.mfp-preloader a:hover {
	color: #fff;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close,
button.mfp-arrow {
	display: block;
	padding: 0;
	cursor: pointer;
	font-size: 0!important;
	box-shadow: none;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	outline: none;
	overflow: visible;
	z-index: 1046;
	touch-action: manipulation;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	position: absolute;
	top: 20px;
	/*
	right: 20px;
	*/
	right: 0;
	width: 2.4vw;
	max-width: 36px;
	height: 2.4vw;
	max-height: 36px;
	padding: 0;
	color: #fff;
	font-size: 0;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	background-image: url("../images/_svg/iconCloseWhite.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 80%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mfp-close:hover {
	background-image: url("../images/_svg/iconCloseGreen.svg");
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
@media screen and (max-width: 1500px) {
	.mfp-close {
		top: 1.3vw;
		/*
		right: 1.3vw;
		*/
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.mfp-img-mobile .mfp-close,
	.mfp-close {
		top: 1vw;
		right: -1vw;
		width: 12vw;
		height: 12vw;
	}
	.mfp-figure .mfp-close {
		top: -5vw;
		right: 3.5vw;
	}
}
/*
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	right: -1vw;
	width: 100%;
	color: #fff;
	text-align: right;
	padding-right: 0;
}
*/
.mfp-counter {
	/*
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
	*/
	display: none;
}
.mfp-arrow {
	display: block;
	position: absolute;
	top: 25%;
	width: 2.666666vw;
	max-width: 40px;
	height: 50%;
	padding: 0;
	font-size: 0;
	line-height: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	opacity: 1;
	z-index: 2;
}
/*
.mfp-arrow:hover {
	opacity: 0.8;
}
*/
.mfp-arrow-left {
	left: 0;
	transform: rotate(180deg);
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow::before,
.mfp-arrow::after {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 2.666666vw;
	max-width: 40px;
	height: 4vw;
	max-height: 60px;
	background-color: transparent;
	background-image: url('../images/_svg/slideArrowGreen.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mfp-arrow-left:hover::after,
.mfp-arrow-right:hover::after {
	background-color: transparent;
	opacity: 0.75;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.mfp-arrow {
		width: 10vw;
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow::before,
	.mfp-arrow::after {
		width: 10vw;
		max-width: inherit;
		height: 15vw;
		max-height: inherit;
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	/*
	width: 100%;
	max-width: 900px;
	*/
	width: 90%;
	line-height: 0;
}
.mfp-iframe-holder .mfp-close {
	top: -45px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

/* Main image in popup */
img.mfp-img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	/*
	padding: 40px 0 40px;
	*/
	padding: 75px 0;
	line-height: 0;
	box-sizing: border-box;
}
@media screen and (max-width: 1500px) {
	img.mfp-img {
		padding: 5vw;
	}
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 40px;
	display: block;
	content: '';
	width: auto;
	height: auto;
	z-index: -1;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 120%;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: -36px;
	cursor: auto;
}
.mfp-title {
	text-align: center;
	color: #f3f3f3;
	word-wrap: break-word;
	/*
	line-height: 18px;
	padding-right: 36px;
	*/
}
.mfp-image-holder .mfp-content {
	/*
	max-width: 100%;
	width: 90%;
	max-width: 90vw;
	*/
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width: 1500px) {
	.mfp-figure small {
		font-size: 0.8vw;
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.mfp-figure small {
		font-size: 2vw;
	}
	.mfp-bottom-bar {
		margin-top: 0;
	}
}