.top-section{
	display: flex;
	position: relative;
	margin-bottom: 11vw;
}
.top-section.reverse{
	flex-direction: row-reverse;
}
.top-section .img{
	position: absolute;
	width: 58vw;
	max-height: 55vw;
	object-fit: contain;
	object-position: right;
	right: 0;
	top: -6vw;
	z-index: 5;
}
body .top-section .img.mt-1{
	max-height: unset;
}
body .top-section .img.mt-2{
	width: 37.5vw;
	top: 5vw;
	right: 5vw;
}
body .top-section .img.mt-3{
	width: 60vw;
	top: .2vw;
	left: 3.5vw;
}
.top-section.reverse .img{
	right: unset;
	left: 0;
	width: 55vw;
	max-height: 50vw;
	object-position: left;
}
.top-section .info{
	width: 49vw;
	padding-left: 6.25vw;
	color: #EFEFEF;
	position: relative;
}
.top-section .info .main-title{
	justify-content: flex-start;
}
.top-section .info .main-title h2{
	text-align: left;
	justify-content: flex-start;
	font-size: 3.3vw;
}
.top-section .info .main-title h2:before{
	content: unset;
}
.top-section .info h1{
	font-size: 2.5vw;
	text-transform: uppercase;
	line-height: 150%;
	margin: 0;
	margin-top: 9vw;
}
.top-section .info h1 img{
	width: 14vw;
	display: inline-block;
	margin-bottom: -.7vw;
}
.top-section .info h3{
	width: 11.5vw;
	font-size: 1.25vw;
	color: #fff;
	position: absolute;
	right: -10vw;
	top: 15.3vw;
	z-index: 8;
}
.top-section .info p{
	margin: 0;
	margin-top: 3.1vw;
	font-family: "roboto"; 
	font-size: 1.25vw;
	line-height: 150%;
	width: 90%;
}
.top-section .info .main-btn{
	margin-top: 3.1vw;
}
.we-have{
	width: 100%;
	margin-bottom: 12.3vw;
	position: relative;
}
.we-have .decoration{
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 3;
}
.we-have-head{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	z-index: 5;
	position: relative;
}
.we-have-head h2{
	font-size: 2.2vw;
	font-family: "montserrat-Bold"; 
	font-weight: 800;
	text-transform: capitalize;
	position: relative;
}
.we-have-head h2:nth-child(2){
	margin-right: 10vw;
	margin-left: 5vw;
	color: #24FF00;
}
.we-have-head h2:nth-child(3){
	margin-left: 10vw;
	margin-right: 5vw;
	color: #FF09C6;
}
.we-have-head h2:before{
	content: attr(value);
	position: absolute;
	font-size: 2.7vw;
	color: transparent;
	z-index: -1;
	top: -1vw;
}
.we-have-head h2:nth-child(2):before{
	right: -2vw;
	-webkit-text-stroke: .5px #24FF00;
}
.we-have-head h2:nth-child(3):before{
	left: -2vw;
	-webkit-text-stroke: .5px #FF09C6;
}
.we-have-head img{
	height: 13vw;	
}
.we-have-blocks{
	display: flex;
	justify-content: center;
	margin-top: 2vw;
	z-index: 5;
	position: relative;
}
.we-have-block{
	width: 25vw;
	padding: 3.1vw 2.7vw 3.1vw 1.56vw;
	border-radius: 1.3vw;
	border: 2px solid #11998E;
	box-shadow: 0px 0px 10px 0px #38EF7D;
	overflow: hidden;
	margin: 0 6vw;
	background: #fff;
	position: relative;
}
.we-have-block .img{
	position: absolute;
	bottom: 2.6vw;
	width: 70%;
	left: 15%;
}
.we-have-item{
	display: flex;
	align-items: flex-start;
	margin-bottom: 2.6vw;
}
.we-have-item:last-child{
	margin-bottom: 0;
}
.we-have-item img{
	width: 3.1vw;
	margin-right: 1.6vw;
}
.we-have-item p{
	margin: 0;
	line-height: 150%;
	color: #2E282A;
	font-size: 1vw;
	font-family: "roboto"; 
}
.game-gallery{
	position: relative;
}
.game-gallery .gallery,
.game-gallery .controls{
	z-index: 5;
	position: relative;
}
.game-gallery .decoration{
	width: 100%;
	position: absolute;
	top: 6vw;
	z-index: 3;
}
.order-section .decoration{
	width: 100%;
	position: absolute;
	top: 12vw;
	z-index: 1;
}
.good-place{
	margin-top: 2.1vw;
}
.good-place h2{
	width: 37vw;
	margin: 0 auto;
	font-family: "roboto-Regular"; 
	font-size: 1.7vw;
	line-height: 150%;
	text-transform: uppercase;
	text-align: center;
	color: #F6F6F6;
}
.good-place-items{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 3vw 19.5vw;
	color: #F6F6F6;
}
.good-place-items .good-place-item{
	width: 41%;
	font-family: "roboto"; 
	line-height: 150%;
	font-size: .9vw;
}
.good-place h3{
	font-size: 1vw;
	text-transform: uppercase;
	
}
.good-place-cards{
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	position: relative;
	margin-top: 2vw;
}
.good-place-card{
	width: 16vw;
	height: 20.2vw;
	background: #F6F6F6;
	box-shadow: 0px 0px 25px 0px #000000;
	border: 2px solid #11998E;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 0 1.3vw;
	padding-top: 3.4vw;
	margin: 2.4vw;
	border-radius: 1.3vw;
	position: relative;
	color: #2E282A;
}
.good-place-card-center{
	top: 3vw;
	width: 19.3vw;
}
.good-place-card img{
	height: 4.3vw;
}
.good-place-card h4{
	font-size: 1.7vw;
	margin: 0;	
	margin-top: 1.25vw;
	font-family: "roboto-Regular"; 
	text-transform: uppercase;
}
.good-place-card p{
	margin-top: .8vw;
	font-size: 1.1vw;
	line-height: 150%;
	font-family: "roboto"; 
	text-align: center;
}
.good-place-card-center p{
	padding: 0 1vw;
}
.price-section{
	position: relative;
}
.price-section .main-title{
	margin-top: 6.7vw;
}
.price-block{
	width: 65vw;
	margin: 0 auto;
	border: 2px solid #11998E;
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
	border-radius: 1.3vw;
	margin-top: 5.2vw;
	height: 24.5vw;
	padding: .8vw;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 5;
}
.price-block .price-item{
	width: 24%;
	padding: .8vw;
	position: relative;
}
.price-block .price-item h2{
	font-size: 1.9vw;
	font-family: "roboto-Bold"; 
	font-weight: 800;
	margin: 0;
	color: #2E282A;
}
.price-block .price-item h2 span{
	color: #C4C4C4;
	font-size: .9vw;
	font-family: "roboto"; 
}
.price-block .price-item h3{
	font-size: 1.5vw;
	margin: 0;
	margin-top: 1vw;
	color: #2E282A;
	font-family: "roboto-Bold"; 
	font-weight: 800;
}
.price-block .price-item>p{
	margin: .9vw 0;
	color: #C4C4C4;
	font-size: .9vw;
	line-height: 150%;
	font-family: "roboto"; 
}
.price-block .price-item .order{
	width: calc(100% - 1.6vw);
	height: 2.3vw;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1.3vw;
	position: absolute;
	bottom: .8vw;
	left: .8vw;
	background: rgba(22, 153, 0, .1);
	transition: .3s;
	color: #169900;
	text-decoration: none;
	font-size: .75vw;
}
.price-block .price-item .order:hover{
	background: rgba(22, 153, 0, .3);
}
.price-block .price-item.top{
	border-radius: 1.3vw;
	background: rgba(14, 102, 0, .8);
	border: 2px solid #3AEB56;
	bottom: 2.5vw;
	padding-top: 3.3vw;
	filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.4));
	position: relative;
	backdrop-filter: blur(50px);
}
.price-block .price-item.top h2{
	color: #fff;
}
.price-block .price-item.top h3{
	background: linear-gradient(90deg, #FDFC47 0%, #24FE41 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.price-block .price-item.top p{
	color: #FFFFFF;
}
.price-block .price-item.top .order{
	background: linear-gradient(268.2deg, #3AEB56 3.48%, #008916 97.8%);
	color: #fff;
}
.price-block .price-item.top .order:hover{
	transform: scale(1.05);
}
.price-block .price-item.top ul{
	color: #fff;
	font-size: .8vw;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: -.5vw;
}
.price-block .price-item.top .top-one{
	padding: .4vw .8vw;
	font-size: .5vw;
	background: #169900;
	display: flex;
	position: absolute;
	top: 1vw;
	right: 1vw;
	border-radius: 1.3vw;
}
.price-block .price-item.top .top-one p{
	margin: 0;
	background: linear-gradient(90deg, #FDFC47 0%, #24FE41 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.price-block .price-item.top ul li{
	display: flex;
	align-items: center;
	margin: .6vw 0;
}
.price-block .price-item.top ul li img{
	width: 1vw;
	margin-right: .5vw;
}
.price-block .price-item.top .pattern{
	position: absolute;
	width: 35%;
	right: 0;
	top: 1vw;
}
.price-section .decoration{
	width: 100%;
	position: absolute;
	top: 3vw;
	left: 0;
}
.order-section{
	height: 68vw;
	position: relative;
}
.order-section .main-title{
	margin-top: 4.6vw;
}	
.order-block{
	width: 53vw;
	min-height: 38vw;
	border-radius: 1.3vw;
	border: 2px solid #169900;
	background: #fff;
	margin: 3.1vw auto;
	position: relative;
	padding: 3.5vw;
	z-index: 5;
}
.order-block h2{
	text-align: center;
	font-size: 1.7vw;
	text-transform: uppercase;
	color: #2E282A;
	margin: 0;
}
.calendar-block{
	width: 56%;
	left: 22%;
    top: 3.3vw;
	position: absolute;
}
.calendar-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.calendar-head h3{
	font-size: 1.25vw;
	color: #2E282A;
}
.calendar-head .arrow{
	width: 1.9vw;
	cursor: pointer;
	transition: .3s;
}
.calendar-head .arrow.arrow-right{
	transform: rotate(180deg);
}
.calendar-head .arrow:hover{
	padding-right: .4vw;
	width: 2.3vw;
	margin-left: -.4vw;
}
.calendar-head .arrow.arrow-right:hover{
	margin-right: -.4vw;
	margin-left: 0;
}
.calendar-block .week{
	display: flex;
	align-items: center;
	width: 100%;
	margin-top:  1.7vw;
	margin-bottom: 1.5vw;
}
.calendar-block .week p{
	color: #0E6600;
	font-size: 1.25vw;
	text-align: center;
	width: 12.5%;
	margin: 0;
	margin-right: 1.5%;
	font-family: "montserrat-light"; 
}

.calendar-block .week p:nth-child(7){
	margin-right: 0;
}
.calendar-block .mounth{
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.calendar-block .mounth .day{
	min-width: 12%;
	max-width: 12%;
	height: 3.1vw;
	background: rgba(22, 153, 0, .1);
	margin-right: 2%;
	border-radius: .62vw;
	margin-top: .6vw;
	padding: .4vw;
	transition: .3s;
	cursor: pointer;
}
.calendar-block .mounth .day:hover{
	background: rgba(22, 153, 0, .2);
}
.calendar-block .mounth .day p{
	font-size: 1.5vw;
	line-height: .7;
	color: #1DCC00;
	font-weight: 800;
	margin: 0;
	margin-top: .2vw;
}
.calendar-block .mounth .day span{
	font-size: .5vw;
	line-height: .5;
	margin: 0;
	color: #0E6600;

}
.calendar-block .mounth .day.empty-day{
	opacity: 0;
}
.calendar-block .mounth .day:nth-child(7){
	margin-right: 0;
}
.calendar-block .mounth .day.today{
	background: #169900;
	display: flex;
	align-items: center;
	justify-content: center;
}
.calendar-block .mounth .day.today p{
	color: #fff;
}
.time-block{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 1.3vw;
	background: #fff;
	display: none;
	opacity: 0;
}
.time-block.active{
	display: block;
	opacity: 1;
}
.times{
	display: flex;
	flex-wrap: wrap;
	margin-top: 3vw;
}
.times .time{
	width: 18%;
	margin-right: 2%;
	height: 2.5vw;
	border-radius: 2vw;
	background: rgba(22, 153, 0, .1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #169900;
	font-size: 1vw;
	margin-top: .8vw;
	position: relative;
	font-family: "roboto"; 
	transition: .3s;
	cursor: pointer;
}
.times .time:hover{
	background: rgba(22, 153, 0, .4);
}
.times .time span{
	font-size: .6vw;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	line-height: .9;
	padding: .2vw .6vw;
	background: #169900;
	border: 2px solid #FFFFFF;
	color: #fff;
	display: none;
	border-radius: 2vw;
}
.times .time.active{
	border: 2px solid #169900;
}
.times .time.disactive{
	background: #EFEFEF;
	color: #CECECE;
}
.times .time.active span{
	display: block;
}
.times .time.current{
	background: #169900;
	color: #fff;
}
.time-block .back{
	position: absolute;
	top: 0;
	left: 0;
	width: 2vw;
	cursor: pointer;
	transition: .3s;
}
.time-block .back:hover{
	transform: scale(1.1);
}
.time-block form{
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-top: 2.1vw;
}
.time-block form .column{
	width: 20vw;
}
.time-block form label{
	font-size: 1vw;
	height: 1.5vw;
	font-family: "roboto"; 
	margin: 0;
	display: block;
	color: #169900;
	font-weight: 600;
}
.time-block form .count-people{
	display: flex;
	align-items: center;
	margin-top: 1.5vw;
	justify-content: space-between;
}
.time-block form .counter{
	display: flex;
	justify-content: center;
	width: 8.8vw;
	border: 1px solid #169900;
	border-radius: 5.5vw;
	height: 2.6vw;
	margin-bottom: 1.5vw;
	overflow: hidden;
}
.time-block form .counter p{
	width: 35%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	height: 100%;
	cursor: pointer;
	background: rgba(22, 153, 0, .1);
	transition: .3s;
}
.time-block form .counter p:hover{
	background: rgba(22, 153, 0, .4);
}
.time-block form .counter p img{
	width: 1.2vw;
}
.time-block form .counter input{
	width: 30%;
	border: none;
	border-left: 1px solid #169900;
	border-right: 1px solid #169900;
	height: 100%;
	color: #169900;
	font-family: "roboto"; 
	font-size: 1.2vw;
	text-align: center;
	outline: none;
	margin: 0;
	padding: 0;
}
.time-block form .counter input::-webkit-outer-spin-button,
.time-block form .counter input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.time-block form input{
	width: 100%;
	border: none;
	border-bottom: 2px solid #169900;
	height: 2.6vw;
	font-size:1.2vw ;
	font-family: "roboto"; 
	outline: none;
	padding-left: .5vw;
	margin-top: .3vw;
	margin-bottom: 2vw;
}
.time-block form input::-webkit-input-placeholder{
	color: #E0E0E0;
}
.time-block form textarea{
	min-width: 100%;
	max-width: 100%;
	min-height: 14.2vw;
	margin-top: .2vw;
	font-family: "roboto"; 
	font-size: 1vw;
	border-radius: 1vw;
	border: 2px solid #169900;
	padding: 1vw;
	outline: none;
	background: #fff;
	z-index: 8;
	position: relative;
}
.time-block form .column:nth-child(2) label{
	margin-left: .8vw;
}
.time-block-bottom-section{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1vw;
}
.time-block-bottom-section .promo{
	color: #169900;
	font-size: 1vw;
}
.time-block-bottom-section .main-btn{
	width: 25.5vw;
	height: 4.7vw;
}
.order-block .patern{
	position: absolute;
	width: 8vw;
    top: 3vw;
	right: 0;
	z-index: 5;
}
.rules-section{
	background: rgba(0, 0, 0, 0.6);
	padding: 6vw 0;
}
.rules{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 61vw;
	margin: 3vw auto;
}
.rules .rule{
	width: 46%;
	position: relative;
	color: #fff;
	margin-bottom: 2vw;
}
.rules .rule .title{
	height: 3.3vw;
}
.rules .rule h3{
	margin: 0;
	font-size: 1.2vw;
	margin-top: .4vw;
}	
.rules .rule p{
	margin: 0;
	font-size: 1vw;
	font-family: "roboto"; 
	margin-top: 1.2vw;
	line-height: 150%;
}
.rules .rule .img{
	height: 7.8vw;
	right: 0;
	top: 1vw;
	position: absolute;
}
.reviews-section{
	position: relative;
}
.reviews-section .decoration{
	width: 100%;
	position: absolute;
	top: 6vw;
	z-index: 3;
}
.reviews-section .main-title{
	margin-top: 6.7vw;
}


.reviews-controls{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 5;
	margin-top: 3vw;
}
.reviews-controls .arrow{
	width: 2.1vw;
	cursor: pointer;
}
.reviews-controls .arrow-right{
	transform: rotate(180deg);
}
.reviews-cont{
	display: flex;
	width: 87vw;
    overflow: hidden;
	margin: 0 auto;
	margin-top: 3.2vw;
	position: relative;
	z-index: 5;
}
.review.review-first{
	margin-left: -27.6vw;
	margin-right: 6vw;
	box-shadow: unset;
	opacity: 0;
}
.review.review-center{
	min-width: 40vw;
	max-width: 40vw;
}
.review.review-noactive{
	right: -3vw;
	box-shadow: unset;
	opacity: 0;
}
.review{
	min-width: 21.6vw;
	max-width: 21.6vw;
	border-radius: 1.3vw;
	background: rgba(13, 13, 13, 0.6);
	border: 2px solid #169900;
	padding: 2.5vw;
	margin: .5vw;
	transition: .5s;
	position: relative;
	right: 0;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.review .stars{
	display: flex;
	align-items: center;
	margin-top: 1.8vw;
}
.review .stars img{
	width: 1.5vw;
	margin-right: .3vw;
}
.review p{
	font-size: .9vw;
	line-height: 1.7;
	font-family: "roboto"; 
	margin: 0;
	margin-top: .7vw;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
	width: 100%;
	text-align: center;
	color: #CECECE;
}
.review .img{
	width: 7.3vw;
}
.review h3{
	font-size: 1.7vw;
	margin: 0;
	margin-top: 1.3vw;
}
.reviews-controls .dots{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 6vw;
}
.reviews-controls .dots span{
	background: #0E6600;
	width: .8vw;
	height: .8vw;
	border-radius: 100%;
	margin: 0 .5vw;
	cursor: pointer;
	transition: .3s;
}
.reviews-controls .dots span:hover{
	transform: scale(1.1);
}
.reviews-controls .dots span.active{
	background: linear-gradient(90deg, #FDFC47 0%, #24FE41 100%);
	box-shadow: 0px 0px 8px 1px #24FE41;
}
.faq-section{
	margin-top: 6vw;
	padding-bottom: 3vw;
	position: relative;
}
.faq-section:before{
	position: absolute;
	content: '';
	width: 1px;
	background: #fff;
	opacity: .3;
	height: calc(100% + 56.7vw);
    left: 3.1vw;
    top: -48.9vw;
}
.faq-section .thombus{
	position: absolute;
	top: calc(100% + 7.7vw);
	left: 2.64vw;
	width: 1vw;
}
.questions{
	width: 61vw;
	margin: 3.1vw auto;
}
.question{
	display: flex;
	align-items: flex-start;
	box-shadow: 0px 0px 25px 0px #00000066;
	background: #F4F4F4;
	border-radius: .8vw;
	padding: 1.3vw;
	margin-bottom: 2vw;
	cursor: pointer;
	z-index: 10;
	position: relative;
}
.question .info{
	margin-left: 1.2vw;
}
.question h2{
	margin: 0;
	font-size: 1.5vw;
	color: #2E282A;
}
.question p{
	margin: 0;
	color: #2E282A;
	font-size: 1vw;
	line-height: 150%;
	font-family: "roboto"; 
	transition: .3s;
	overflow: hidden;
}
.question .arrow{
	width: 2vw;
	transition: .3s;
	border-radius: 100%;
}
.question.active .arrow{
	transform: rotateX(180deg);
}
.question.active p{
	margin-top: .8vw;
}
.sertificat{
	background: #fff;
	border-radius: 1.2vw;
	margin: 3.2vw auto;
	width: 61vw;
	padding: 3.2vw;
	position: relative;
	overflow: hidden;
	margin-bottom: 6.3vw;
}
.sertificat h3{
	font-size: 1.7vw;
	margin: 0;
	margin-bottom: 1.5vw;
	position: relative;
	z-index: 5;
}
.sertificat-cont{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.sertificat-cont .benefits{
	width: 20vw;	
	position: relative;
	z-index: 5;
}
.sertificat-cont .benefits .benefit{
	display: flex;
	align-items: flex-start;
	margin-bottom: 2.8vw;
}
.sertificat-cont .benefits .benefit .img{
	max-width: 3.2vw;
	min-width: 3.2vw;
	margin-right: 1.6vw;
}
.sertificat-cont .benefits .benefit p{
	color: #2E282A;
	line-height: 1.5;
	font-size: 1vw;
	margin: 0;
	font-family: "roboto"; 
}
.sertificat .decor-1{
	position: absolute;
	width: 20vw;
	top: 0;
	right: 0;
	z-index: 1;
}
.sertificat .decor-2{
	position: absolute;
	width: 18vw;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.sertificat .cards{
	z-index: 5;
	position: relative;
	margin-right: 2vw;
}
.sertificat .card{
	filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.6));
	width: 22.3vw;
	height: 13vw;
	position: relative;
	padding: 1.3vw 2.1vw;
	color: #fff;
}
.sertificat .card h4{
	font-size: 1.3vw;
	margin: 0;
}
.sertificat .card p{
	margin: 0;
	margin-top: 1.3vw;
	font-size: .9vw;
	line-height: 1.5;
	font-family: "roboto"; 
}
.sertificat .card .litttle-logo{
	position: absolute;
	width: 8vw;
	bottom: 1.3vw;
	right: .8vw;
}
.sertificat .card .big-logo{
	width: 12.8vw;
}
.sertificat .card .img{
	position: absolute;
	width: 100%;
	border-radius: 1.2vw;
	z-index: -1;
	top: 0;
	left: 0;
}
.sertificat .card:nth-child(1){
	transform: rotate(-15deg);
}
.sertificat .card:nth-child(2){
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(12.4deg);
}
.sertificat .sertificat-it{
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: space-between;
}	
.sertificat .sertificat-it-item{
	display: flex;
	align-items: flex-start;
	width: 25.5vw;
}
.sertificat .sertificat-it-item .img{
	max-width: 2.8vw;
	min-width: 2.8vw;
	margin-right: 1.6vw;
}
.sertificat .sertificat-it-item p{
	color: #2E282A;
	line-height: 1.5;
	font-size: 1vw;
	margin: 0;
	font-family: "roboto"; 
}
.vr-hub-btn{
	margin: 0 auto;
	margin-top: 3vw;
	margin-bottom: 6vw;
	padding: 1vw 4.4vw;
	width: max-content;
}
.gift-card-section{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 61vw;
	margin: 3.2vw auto;
	color: #F6F6F6;
}
.gift-card-section .gift-card{
	position: relative;
	width: 29.7vw;
	padding: 2.1vw;
}
.gift-card-section .gift-card .img{
	position: absolute;
	width: 100%;
	z-index: -1;
	left: 0;
	top: 0;
}
.gift-card-section .gift-card h4{
	margin: 0;
	font-size: 1.7vw;
	color: #fff;
}
.gift-card-section .gift-card p{
	margin: 0;
	font-size: 1.2vw;
	font-family: "roboto"; 
	line-height: 1.5;
	width: 80%;
	margin-top: 2.1vw;
}
.gift-card-section .ways{
	width: 25vw;
}
.gift-card-section .way:nth-child(2){
	margin-top: 2.1vw;
}
.gift-card-section .ways h4{
	font-size: 1.2vw;
	line-height: 1.5;
	margin: 0;
}
.gift-card-section .ways p{
	margin: 0;
	font-size: 1vw;
	font-family: "roboto"; 
	line-height: 1.5;
	margin-top: .8vw;
}
.text-section{
	border-radius: 1.3vw;
	padding: 4.2vw 3.1vw;
	background: #fff;
	width: 61vw;
	margin: 0 auto;
	margin-top: 3.1vw;
	margin-bottom: 2.1vw;
	color: #2E282A;
	position: relative;
}
.text-section h3{
	margin: 0;
	margin-top: 2.1vw;
	font-size: 1.3vw;
}
.text-section h3:first-child{
	margin-top: 0;
}
.text-section p{
	font-size: 1vw;
	margin: 0;
	margin-top: 2.1vw;
	line-height: 1.5;
	font-family: "montserrat-light"; 
}
.text-section h2{
	text-transform: uppercase;
	line-height: 1.5;
	font-size: 2vw;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0;
	margin: 6vw 0;
	margin-bottom: 5vw;
}
.text-section h2:before{
	width: calc(100% - 6.2vw);
	left: 3.1vw;
	height: 1px;
	background: #E0E0E0;
	content: '';
	position: absolute;
	z-index: 3;
}
.text-section h2 span{
	z-index: 5;
	position: relative;
	background: #fff;
	padding: 0 1vw;
}
.text-tabs-cont{
	display: flex;
	justify-content: flex-end;
	width: 55vw;
	margin: 0 auto;
	margin-bottom: 6.3vw;
}
.text-tabs{
	display: flex;
}
.text-tabs .text-tab{
	width: 2.1vw;
	height: 2.1vw;
	border-radius: .4vw;
	margin: 0 .6vw;
	background: #0E6600;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #008916;
	cursor: pointer;
	color: #169900;
	font-size: 1.2vw;
	transition: .4s;
	font-family: "roboto-Regular"; 
}
.text-tabs .text-tab.active{
	border-color: #24FE41;
	color: #24FE41;
}
.text-tabs .text-tab.reverse img{
	transform: rotate(180deg);
}
.text-tabs .text-tab img{
	width: 1.2vw;
}
.text-tabs .text-tab:hover{
	opacity: .8;
}
.first-time-title{
	width: 60vw;
	text-align: center;
	margin: 0 auto;
}
.acquaintance{
	display: flex;
	justify-content: space-between;
	width: 61vw;
	margin: 3.7vw auto;
}
.acquaintance-item.gallery-item{
	margin: 0;
	transform: none;
}
.acquaintance-item.gallery-item .hovered{
	opacity: 0;
	transition: .4s;
}
.acquaintance-item.gallery-item a{
	padding: .5vw 0;
	transition-property: transform;
	margin-top: 1.3vw;
	margin-bottom: 1vw;
}
.acquaintance-item.gallery-item .time{
	position: absolute;
	top: 1vw;
	right: 1vw;
	z-index: 5;
	font-size: .8vw;
	padding: .4vw 1vw;
	border-radius: 20vw;
	background: rgba(22, 153, 0, 0.3);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border: 1px solid #24FE41;
}
.acquaintance-item.gallery-item .time span{
	background: linear-gradient(90deg, #FDFC47 0%, #24FE41 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.gemes-sliders{
	width: 61vw;
	margin: 3.2vw auto;
	display: flex;
	justify-content: space-between;
}
.gemes-slider-cont{
	width: 42%;
}
.gemes-slider-cont>h3,
.insta-slider-cont>h3{
	background: linear-gradient(90deg, #FDFC47 0%, #24FE41 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "roboto-bold"; 
	text-align: center;
	font-size: 1.3vw;
	margin: 0;
	margin-bottom: 2.2vw;
	text-transform: uppercase;
	width: 80%;
	margin-left: 10%;
}
.gemes-slider,
.insta-slider{
	display: flex;
	align-items: center;
	justify-content: center;
}
.gemes-slide,
.insta-slide{
	min-width: 15.6vw;
	max-width: 15.6vw;
	height: 17vw;
	border-radius: 1.3vw;
	transform: scale(.8);
	padding: 1.7vw;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin: 0 -4.5vw;
	z-index: 3;
	opacity: .8;
	transition: .5s;
	left: 0;
}
.gemes-slide.gemes-slide-center,
.insta-slide.insta-slide-center{
	transform: scale(1);
	z-index: 5;
	opacity: 1;
}
.gemes-slide h3{
	margin: 0;
	font-size: 1.3vw;
	background: linear-gradient(90deg, #FDFC47 0%, #24FE41 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.insta-slide h2{
	margin: 0;
	margin-bottom: 1vw;
	font-size: 1.7vw;
	background: linear-gradient(93.53deg, #008916 0%, #3AEB56 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "montserrat-Bold"; 
}
.gemes-slide p{
	color: #CECECE;
	font-size: .8vw;
	margin: .8vw 0;
	font-family: "roboto"; 
	line-height: 1.4;
	margin: 0;
	margin-top: .8vw;
	margin-bottom: 1.3vw;
	overflow: hidden;
	transition: .5s;
}
.gemes-slide a,
.insta-slide a{
	width: 100%;
	font-size: .8vw;
	padding: .6vw;
}
.gemes-slide .img,
.insta-slide .img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.insta-slide .play{
	margin: 0 auto;
	min-height: 0;
	max-height: 0;
	display: flex;
	transition: .3s;
	cursor: pointer;
}
.insta-slide.insta-slide-center .play{
	margin: 2vw auto;
	margin-top: 1vw;
	min-height: 4.8vw;
	max-height: 4.8vw;
}
.insta-slide .play:hover{
	transform: scale(1.1);
}
.insta-slide .grate{
	display: flex;
    align-items: center;
}
.insta-slide .grate img{
	width: 1.9vw;
    margin-right: 0.3vw;
}
@media (max-width: 500px) {
	.vr-hub-btn{
		padding: 4.5vw 19vw;
		margin: 12vw auto;
	}
	body .top-section .img.mt-3{
		top: 45vw;
	}
	.top-section .info{
		width: 100%;
	}
	.top-section .info .main-btn{
		margin-top: 10vw;
	}
	.top-section .info h1{
		font-size: 5.3vw;
		margin-bottom: 90vw;
	}
	.top-section .info h1 img{
		width: 25vw;
	}
	body .top-section .img{
		width: 90vw!important;
		max-height: unset!important;
		left: 5vw;
		top: 5vw;
	}
	body .top-section .img.mt-1{
		top: 30vw;
	}
	body .top-section .img.mt-2{
		top: 17vw;
	}	
	.top-section .info h3{
		top: 62vw;
		left: 14vw;
		width: 20vw;
		font-size: 1.8vw;
	}
	.top-section .info .main-title h2{
		font-size: 7.2vw;
		margin-top: 3vw;
	}
	.top-section .info p{
		margin-top: 6vw;
		font-size: 3.5vw;
	}
	.good-place h3{
		font-size: 3vw;
	}
	.questions{
		width: 80vw;
	}
	.question{
		padding: 2.5vw;
		margin-bottom: 4vw;
		border-radius: 1.5vw;
	}
	.question .arrow{
		width: 6vw;
	}
	.question h2{
		font-size: 3.5vw;
	}
	.question .info{
		margin-left: 2.5vw;
	}
	.question p{
		font-size: 3vw;
		margin-top: 1.5vw;
	}
	.faq-section:before{
		content: unset;
	}
	.faq-section .thombus{
		display: none;
	}
	.rules{
		width: 80vw;
	}
	.rules .rule{
		width: 100%;
		margin-bottom: 5vw;
	}
	.rules .rule .title{
		height: 12vw;
	}
	.rules .rule h3{
		font-size: 4.5vw;
	}
	.rules .rule p{
		margin-top: 2vw;
		font-size: 3.5vw;
	}
	.rules .rule .img{
		height: 20vw;
		top: 15vw;
		right: 5vw;
	}
	.good-place-cards{
		flex-direction: column;
	}
	.good-place-card{
		width: 70vw;
		height: unset;
		border-radius: 6vw;
		padding: 9vw 0;
		top: unset;
		margin: 4vw 0;
	}
	.good-place-card img{
		height: 20vw;
	}
	.good-place-card h4{
		font-size: 5vw;
		margin-top: 4vw;
	}
	.good-place-card p{
		margin-top: 2vw;
		font-size: 4vw;
		width: 90%;
	}
	.reviews-cont{
		width: 90vw;
	}
	.review.review-center,
	.review{
		min-width: 80vw;
		max-width: 80vw;
		margin: 0 5vw;
		border-radius: 2.5vw;
		padding: 4vw 3vw;
	}
	.review.review-first{
		margin-left: -85vw;
		margin-right: 5vw;
	}
	.review .img{
		width: 25vw;
	}
	.review h3{
		font-size: 4.5vw;
	}
	.review p{
		font-size: 3.5vw;
	}
	.review .stars img{
		width: 5.5vw;
		margin-right: 1.5vw;
	}
	.reviews-controls{
		margin-top: 7vw;
	}
	.reviews-controls .dots{
		margin: 0 10vw;
	}
	.reviews-controls .dots span{
		width: 2vw;
		height: 2vw;
		margin: 0 1vw;
	}
	.reviews-controls .arrow{
		width: 5vw;
	}
	.good-place h2{
		width: 80%;
		font-size: 5vw;
	}
	.good-place-items{
		padding: 2vw 7vw;
	}
	.good-place-items .good-place-item{
		width: 100%;
		font-size: 3.5vw;
	}
	.controls .dots{
		margin: 0 5vw;
	}
	.order-block{
		width: 90vw;
		min-height: 87vw;
		border-radius: 5.5vw;
	}
	.order-block h2{
		font-size: 5vw;
		width: 80%;
		margin: 0 auto;
	}
	.calendar-head h3{
		font-size: 4vw;
	}
	.calendar-block{
		padding-bottom: 8vw;
		width: 90%;
		left: 5%;
	}
	.calendar-head .arrow,
	.calendar-head .arrow:hover{
		width: 6vw;
		margin: 0! important;
		padding: 0;
	}
	.calendar-block .week p{
		font-size: 3.5vw;
	}
	.calendar-block .mounth .day{
		height: 8vw;
		margin-top: 2vw;
		padding: 1vw;
		border-radius: 1vw;
	}
	.calendar-block .mounth .day p{
		font-size: 3.5vw;
		margin-top: 1vw;
		height: 1.2vw;
	}
	.calendar-block .mounth .day span{
		font-size: 1.5vw;
		margin-bottom: 1vw;
	}
	.calendar-block .mounth .day.today p{
		margin: -1vw;
	}
	.times .time{
		width: 47.5%;
		margin-right: 5%;
		height: 9vw;
		border-radius: 5vw;
		margin-bottom: 3vw;
		font-size: 3.5vw;
	}
	.times .time span{
		font-size: 2.2vw;
		padding: .5vw 2vw;
		border-radius: 5vw;
		transform: translateY(-70%);
	}
	.times .time:nth-child(2n){
		margin: 0;
	}
	.order-section{
		height: unset;
		margin-bottom: 8vw;
	}
	.order-block .patern{
		width: 16vw;
	}
	.time-block .back{
		width: 6vw;
	}
	.time-block form{
		flex-direction: column;
	}
	.time-block-bottom-section .main-btn{
		width: 70%;
		height: 16vw;
	}
	.time-block form .column{
		width: 100%;
	}
	.time-block form label{
		font-size: 3.5vw;
		height: 5vw;
	}
	.time-block form .counter{
		width: 30vw;
		height: 10vw;
		border-radius: 20vw;
	}
	.time-block form .counter p img{
		width: 3vw;
	}
	.time-block form .counter input{
		font-size: 4vw;
	}
	.time-block form input{
		height: 9vw;
		font-size: 3.5vw;
		margin-bottom: 3vw;
	}
	.time-block form textarea{
		min-height: 50vw;
		font-size: 3.5vw;
	}
	.time-block-bottom-section{
		flex-direction: column;
		margin-top: 6vw;
	}
	.time-block-bottom-section .promo{
		font-size: 3vw;
		margin-bottom: 7vw;
	}
	.price-block{
		width: 90vw;
		flex-direction: column;
		height: unset;
		border-radius: 5.5vw;
	}
	.price-block .price-item.top{
		border-radius: 5.5vw;
		bottom: 0;
		width: 90%;
		margin-left: 5%;
	}
	.price-block .price-item{
		width: 100%;
		padding: 4vw;
		margin: 2vw 0;
	}
	.price-block .price-item h2{
		font-size: 7vw;
	}
	.price-block .price-item h2 span{
		font-size: 4vw;
	}
	.price-block .price-item h3{
		font-size: 5vw;
		margin-top: 2vw;
	}
	.price-block .price-item>p{
		font-size: 4vw;
		margin: 3vw 0;
	}
	.price-block .price-item .order{
		height: 12vw;
		position: relative;
		width: 100%;
		margin-left: 0;
		left: 0;
		bottom: 0;
		border-radius: 50vw;
		font-size: 4vw;
		margin-top: 8vw;
	}
	.price-block .price-item.top .top-one{
		position: relative;
		display: inline-block;
		font-size: 3vw;
		padding: 1.5vw 3vw;
		border-radius: 30vw;
		margin-bottom: 5vw;
	}
	.price-block .price-item.top ul{
		font-size: 3.5vw;
	}
	.price-block .price-item.top ul li img{
		width: 4vw;
		margin-right: 2vw;
	}
	.price-block .price-item.top ul li{
		margin: 3.5vw 0;
	}
	.price-block .price-item.top .pattern{
		width: 27%;
	}
	.we-have{
		margin-top: 10vw;
	}
	.we-have-blocks{
		flex-direction: column;
		align-items: center;
	}
	.we-have-block .img{
		display: none;
	}
	.we-have-head{
		flex-direction: column;
	}
	.we-have-head img{
		height: 30vw;
		margin-right: 40vw;
	}
	.we-have-head img:nth-child(4){
		position: absolute;
		top: 181vw;
	}
	.we-have-head h2:nth-child(3){
		top: 188vw;
		margin-left: 45vw;
	}
	.we-have-head h2{
		position: absolute;
		font-size: 7vw;
	}
	.we-have-head h2:before{
		font-size: 7vw;
		top: -7vw;
	}
	.we-have-head h2:nth-child(2):before{
		right: 5vw;
	}
	.we-have-head h2:nth-child(2){
		top: 10vw;
		margin-left: 50vw;
	}
	.we-have-block{
		width: 90vw;
		border-radius: 5.5vw;
		padding: 6vw 8vw;
	}
	.we-have-block:nth-child(1){
		margin-bottom: 45vw;
	}
	.we-have-item{
		margin-bottom: 6vw;
	}
	.we-have-item img{
		width: 10vw;
		margin-right: 3vw;
	}
	.we-have-item p{
		font-size: 4vw;
	}
	.we-have-block:nth-child(2) .we-have-item:nth-last-child(2){
		margin-bottom: 0;
	}
	.sertificat{
		width: 90vw;
		border-radius: 5.5vw;
		padding: 4.8vw;
		margin: 12vw auto;
	}
	.sertificat h3{
		font-size: 6.2vw;
		width: 88%;
		margin-bottom: 8.9vw;
	}
	.sertificat-cont,
	.sertificat .sertificat-it{
		flex-direction: column;
	}
	.sertificat-cont .benefits,
	.sertificat .sertificat-it-item{
		width: 100%;
	}
	.sertificat-cont .benefits .benefit,
	.sertificat .sertificat-it-item{
		margin-bottom: 7vw;
	}
	.sertificat .sertificat-it-item{
		align-items: center;
	}
	.sertificat .sertificat-it-item:last-child{
		margin-bottom: 3vw;
	}
	.sertificat-cont .benefits .benefit .img,
	.sertificat .sertificat-it-item .img{
		min-width: 8.9vw;
		max-width: 8.9vw;
		margin-right: 5.3vw;
	}
	.sertificat-cont .benefits .benefit p,
	.sertificat .sertificat-it-item p{
		font-size: 4vw;
	}
	.sertificat .cards{
		width: 100%;
		margin-right: 0;
		margin-left: 5vw;
		margin-bottom: 10vw;
	}
	.sertificat .card{
		width: 70vw;
		height: 41vw;
		padding: 7.3vw 5.3vw;
	}
	.sertificat .card .img{
		border-radius: 5.5vw;
	}
	.sertificat .card h4{
		font-size: 5.3vw;
	}
	.sertificat .card p{
		font-size: 3.5vw;
	}
	.sertificat .card:nth-child(2){
		margin-top: 5vw;
	}
	.sertificat .card .litttle-logo{
		width: 25vw;
		bottom: 4vw;
		right: 3vw;
	}
	.sertificat .card .big-logo{
		width: 40vw;
	}
	.sertificat .decor-1{
		width: 80%;
		right: -40%;
	}
	.sertificat .decor-2{
		width: 80%;
	}
	.gift-card-section{
		flex-direction: column;
		width: 90vw;
		margin: 8vw auto;
	}
	.gift-card-section .gift-card{
		width: 100%;
		height: 44vw;
		padding: 7vw;
	}
	.gift-card-section .gift-card h4{
		font-size: 5.3vw;
	}
	.gift-card-section .gift-card p{
		font-size: 4vw;
		width: 100%;
	}
	.gift-card-section .ways{
		width: 100%;
	}
	.gift-card-section .ways .way{
		margin-top: 8vw;
	}
	.gift-card-section .ways h4{
		font-size: 5.3vw;
	}
	.gift-card-section .ways p{
		font-size: 4vw;
		margin-top: 3.5vw;
	}
	.text-section{
		width: 90vw;
		border-radius: 5.3vw;
		padding: 8vw 5.3vw;
		margin-bottom: 11vw;
	}
	.text-section h3{
		font-size: 4vw;
	}
	.text-section p{
		font-size: 3.2vw;
	}
	.text-section h2{
		font-size: 6.2vw;
		margin: 12vw 0;
	}
	.text-section h2 span {
		padding: 0 3vw;
	}
	.text-tabs .text-tab{
		width: 9vw;
		height: 9vw;
		border-radius: 2vw;
		margin: 0 2.5vw;
		font-size: 5.3vw;
	}
	.text-tabs-cont{
		justify-content: center;
		margin-bottom: 18vw;
	}
	.text-tabs .text-tab img{
		width: 5.3vw;
	}
	.main-title h2{
		width: 120%;
	}
	.acquaintance{
		flex-direction: column;
		width: 70vw;
	}
	.acquaintance-item.gallery-item{
		margin: 5vw 0;
	}
	.acquaintance-item.gallery-item a{
		width: 100%;
		padding: 2vw 0;
		margin-top: 4vw;
	}
	.acquaintance-item.gallery-item .time{
		top: 4vw;
		right: 4vw;
		font-size: 3vw;
		padding: 1vw 2vw;
	}
	.gemes-sliders{
		width: 100%;
		overflow: hidden;
		flex-direction: column;
	}
	.gemes-slider-cont{
		width: 100%;
	}
	.gemes-slide, .insta-slide{
		min-width: 70vw;
		max-width: 70vw;
		border-radius: 5.5vw;
		height: 100vw;
		padding: 8vw;
	}
	.gemes-slide.gemes-slide-center, .insta-slide.insta-slide-center{
		margin: 0 -8vw;
	}
	.insta-slide .grate{
		margin-bottom: 4vw;
	}
	.insta-slide .grate img{
		width: 8vw;
		margin-right: 1vw;
	}
	.gemes-slide h3{
		font-size: 6vw;
		margin-bottom: 2vw;
	}
	.gemes-slide p{
		font-size: 3.5vw;
		margin: 4vw 0;
	}
	.gemes-slide a, .insta-slide a{
		font-size: 3.5vw;
		padding: 3vw 0;
		margin-top: 5vw;
	}
	.gemes-slider-cont>h3, .insta-slider-cont>h3{
		font-size: 6vw;
		margin: 5vw auto;
	}
}