.popupBackground {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
	display:none;
	justify-content:center;
	align-items:center;
}

.popupBackground .swiper-slide{
	background-color: transparent;
}

.popupBox{
	position:relative;
	margin:0 10px;
	max-width:705px;
	width:96%;
	text-align: center;
}

@media (max-width:1600px)
{
	.popupBox{
		width:50%;
	}
}

@media (max-height:800px)
{
	.popupBox{
		width:40%;
	}
}

@media (max-width:850px)
{
	.popupBox{
		width:96%;
	}
}

.popupBox .splide__pagination {
	margin-bottom:0.4em!important;
}

.popupBox .splide__pagination__page{
	background:#498cc8!important;
}

.popupBox .splide__pagination__page.is-active{
	background:#377ab7!important;
}

.splide__slide {
	padding: 10px!important;;
}

.popupButtons {
	position:absolute;
	bottom:0;
	right:10px;
	top:100%;
	display:none;
	background-color: red;
}

.popupButtons button {
	padding:6px 10px;
	margin:6px 2px;
	border:none;
	border-radius:8px;
	background-color: rgb(0 0 0 / 47%);
	color:white;
	font-size:15px;
	cursor:pointer;
}
