:root {
	--swiper-wrapper-transition-timing-function: 1s;
}
body {
	position: relative;
}
#layer__popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 150px;
	z-index: 99999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.6666666667);
}
#layer__popup .popup__wrapper {
	position: relative;
}
#layer__popup .popup__wrapper .swiper-wrapper {
	max-width: 1800px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#layer__popup .popup__wrapper .hd_pops_close {
	position: absolute;
	top: 0;
	left: 100%;
	translate: 10px 0;
	border: 0;
	background: none;
	font-size: 40px;
	width: 1em;
	height: 1em;
	overflow: hidden;
	color: rgba(0, 0, 0, 0);
}
#layer__popup .popup__wrapper .hd_pops_close::before,
#layer__popup .popup__wrapper .hd_pops_close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 1em;
	height: 2px;
	background: #fff;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
#layer__popup .popup__wrapper .hd_pops_close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#layer__popup .popup__wrapper .hd_pops_close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#layer__popup .popup__wrapper .hd_pops_close:hover::before,
#layer__popup .popup__wrapper .hd_pops_close:hover::after {
	background: var(--theme-color);
}
#layer__popup .popup__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#layer__popup .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	border-radius: 2em;
	overflow: hidden;
}
#layer__popup .swiper-slide p {
	padding: 1em 2em;
	line-height: 1.5;
	word-break: keep-all;
	color: #fff;
	text-align: center;
	background: #000;
}
#layer__popup .swiper-slide + .swiper-slide {
	margin-left: 2dvh;
}
#layer__popup .popup__footer {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#layer__popup .popup__footer button,
#layer__popup .popup__footer a {
	width: 49.5%;
	border: 0;
	border: 1px solid var(--theme-color);
	background: var(--theme-color);
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 3em;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 0.5em;
}
#layer__popup .popup__footer button:hover,
#layer__popup .popup__footer a:hover {
	color: var(--theme-color);
	background: #fff;
}
@media screen and (max-width: 1600px) {
	#layer__popup .swiper-slide img {
		width: 25vw;
		height: auto;
	}
}
@media screen and (max-width: 1280px) {
	#layer__popup .popup__wrapper .hd_pops_close {
		font-size: 34px;
		left: unset;
		right: 5px;
		top: -34px;
	}
}
@media screen and (max-width: 1024px) {
	#layer__popup {
		position: fixed;
		top: 50%;
		left: 50%;
		translate: -50% -50%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 0;
	}
	#layer__popup .swiper {
		width: 60dvw;
		overflow: hidden;
	}
	#layer__popup .swiper .swiper-slide {
		width: 40dvw;
	}
	#layer__popup .swiper .swiper-slide img {
		width: 100%;
	}
	#layer__popup .swiper .swiper-slide + .swiper-slide {
		margin-left: 0;
	}
	#layer__popup .popup__wrapper .swiper-wrapper {
		max-width: auto;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
	#layer__popup .swiper-pagination {
		position: absolute;
		bottom: 9.5em;
		left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 1px;
		font-size: 14px;
	}
	#layer__popup .swiper-pagination-bullet-active {
		background: var(--theme-color);
	}
}
@media (orientation: landscape) {
	#layer__popup {
		position: absolute;
		top: 0;
		left: 50%;
		translate: -50% 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-top: 160px;
	}
}
@media (max-width: 640px) {
	#layer__popup .swiper {
		width: 80vw;
	}
} /*# sourceMappingURL=style.min.css.map */
