.benefits-section,
.dark-section{
	background: #00000080;
	padding: 6.3vw;
	margin-bottom: 6.3vw;
}
.dark-section{
	margin: 6.3vw 0;
}
.dark-section .vr-hub-btn{
	margin-bottom: 0;
}
.benefits{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.benefits .benefit{
	width: 26vw;
	color: #F6F6F6;
	margin-top: 3vw;
}
.benefits .benefit .img{
	height: 4.7vw;
}
.benefits .benefit h3{
	margin: 0;
	margin-top: 1.3vw;
	font-size: 1.3vw;
}
.benefits .benefit p{
	margin: 0;
	margin-top: 1.3vw;
	line-height: 1.6;
	font-size: .9vw;
	font-family: "roboto"; 
}
.faq-section-without-line:before{
	content: unset;
}
.profitbles{
	border-radius: 1.3vw;
	padding: 3.3vw 2.1vw;
	background: #fff;
	width: 60vw;
	margin: 0 auto;
	margin-top: 3.2vw;
	display: flex;
	justify-content: space-between;
}
.profitble-col{
	width: 23vw;
}
.profitble-col .profitble{
	display: flex;
	align-items: flex-start;
	margin-bottom: 3.4vw;
}
.profitble-col .profitble:last-child{
	margin-bottom: 0;
}
.profitble img{
	width: 2.6vw;
}
.profitble p{
	font-size: .9vw;
	line-height: 150%;
	color: #2E282A;
	margin: 0;
	margin-left: 1.7vw;
}
.profitbles-2 .profitble-col{
	width: 26vw;
}
.profitbles-2 .profitble img{
	width: 1.9vw;
}
.profitbles-2 .profitble p{
	font-family: "roboto"; 
}
.text-center{
	text-align: center;
	height: unset;
}
.milistones-section{
	position: relative;
	width: 55vw;
	margin: 0 auto;
}
.milistones-section .green-line{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.milistones-section .milistones{
	padding: 2vw 6.66vw;
	padding-bottom: 0;
}
.milistones-section .milistones .milistone{
	margin-bottom: 6.85vw;
}
.milistones-section .milistones .milistone:last-child{
	margin-bottom: 0;
}
.milistones-section .milistones .milistone h3{
	margin: 0;
	letter-spacing: 0.02em;
	text-transform: capitalize;
	color: #FFFFFF;
	line-height: 130%;
	font-size: 1.2vw;
}
.milistones-section .milistones .milistone p{
	color: #F6F6F6;
	margin: 0;
	line-height: 150%;
	font-size: .95vw;
	margin-top: 1.8vw;
	font-family: "roboto";
}
.numbers-section{
	margin-top: 6.2vw;
}
.numbers{
	width: 61vw;
	margin: 0 auto;
	margin-top: 2.3vw;
	border-radius: 1.3vw;
	background: #fff;
	padding: 3.3vw;
	z-index: 10;
	position: relative;
}
.numbers .numbers-item{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #E0E0E0;
	padding: 1.7vw 0;
}
.numbers .numbers-item:nth-last-child(2){
	border-bottom: none;
}
.numbers .numbers-item p{
	font-size: 1.3vw;
	margin: 0;
	color: #2E282A;
	line-height: 150%;
	font-family: "roboto-regular";
	width: 19.4vw;
}
.numbers .numbers-item .income{
	width: 28vw;
}
.numbers .numbers-item h3{
	margin: 0;
	font-size: 1.7vw;
	color: #169900;
	line-height: 150%;
	letter-spacing: 0.03em;
}
.numbers .numbers-item span{
	color: #8F8F8F;
	line-height: 150%;
	font-size: .9vw;
	margin-top: .8vw;
	display: block;
	font-family: "roboto";
}
.numbers .main-btn{
	margin: 0 auto;
	margin-top: 3.3vw;
}
.vr-appearans{
	margin-top: 6.2vw;
}
.appearans-img{
	width: 87.5vw;
	margin: 2vw auto;
	display: block;
}
.appearans-img-mob{
	display: none;
}
.press-section .decoration{
	width: 100%;
	position: absolute;
	top: 6vw;
	z-index: 3;
}
.press-section .main-title{
	margin-top: 6.7vw;
}

.press-controls{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 5;
	margin-top: 3vw;
}
.press-controls .arrow{
	width: 2.1vw;
	cursor: pointer;
}
.press-controls .arrow-right{
	transform: rotate(180deg);
}
.press-cont{
	display: flex;
	width: 87vw;
    overflow: hidden;
	margin: 0 auto;
	margin-top: 3.2vw;
	position: relative;
	z-index: 5;
}
.press.press-first{
	margin-left: -27.6vw;
	margin-right: 6vw;
	box-shadow: unset;
	opacity: 0;
}
.press.press-center{
	min-width: 40vw;
	max-width: 40vw;
}
.press.press-center .side-img{
	width: 19vw;
	border-color: #169900;
}
.press.press-noactive{
	right: -3vw;
	box-shadow: unset;
	opacity: 0;
}
.press{
	min-width: 21.6vw;
	max-width: 21.6vw;
	border-radius: 1.3vw;
	background: rgba(13, 13, 13, 0.6);
	border: 2px solid #169900;
	margin: .5vw;
	transition: .5s;
	position: relative;
	right: 0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}
.press .side-img{
	width: 0;
	height: 100%;
	object-fit: cover;
	border-left: 2px solid transparent;
	transition: .5s;
}
.press .site-info{
	display: flex;
	align-items: center;
}
.press .site-info .img{
	width: 3.2vw;
}
.press .site-info .info{
	margin-left: 1.3vw;
}
.press .site-info a{
	color: #FFFFFF;
	font-size: 1.3vw;
	text-decoration: none;
	font-family: "montserrat-Bold"; 
	line-height: 150%;
}
.press .site-info p{
	color: #FFFFFF;
	font-family: "roboto"; 
	font-size: .7vw;
	margin: 0;
}
.press .press-info{
	width: 100%;
	padding: 2.5vw;
	transition: .3s;
}
.press .press-info>.img{
	width: 100%;
	margin-top: 1.3vw;
}
.press .press-info .text{
	font-size: 1vw;
	color: #FFFFFF;
	line-height: 150%;
	margin: 0;
	margin-top: 1.3vw;
}
.press-controls .dots{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 6vw;
}
.press-controls .dots span{
	background: #0E6600;
	width: .8vw;
	height: .8vw;
	border-radius: 100%;
	margin: 0 .5vw;
	cursor: pointer;
	transition: .3s;
}
.press-controls .dots span:hover{
	transform: scale(1.1);
}
.press-controls .dots span.active{
	background: linear-gradient(90deg, #FDFC47 0%, #24FE41 100%);
	box-shadow: 0px 0px 8px 1px #24FE41;
}
.green-line-mob{
	display: none;
}
@media(max-width: 500px){
	.benefits .benefit{
		width: 47%;
		margin-top: 7.3vw;
	}
	.benefits .benefit:last-child{
		width: 100%;
	}
	.benefits .benefit .img{
		height: 15.5vw;
	}
	.benefits .benefit h3{
		margin-top: 3.5vw;
		font-size: 4vw;
	}
	.benefits .benefit p{
		margin-top: 3.5vw;
		font-size: 3.1vw;
	}
	.benefits-section{
		padding-top: 17vw;
		padding-bottom: 17vw;
		margin: 20vw 0;
	}
	.dark-section{
		margin: 12vw 0;
	}
	.vr-hub-btn{
		padding: 4.5vw 6vw;
	}
	.profitbles{
		width: 90vw;
		flex-direction: column;
		padding: 8.5vw 4.8vw;
		border-radius: 5vw;
		margin: 11vw auto;
	}
	.profitble-col,
	.profitbles-2 .profitble-col{
		width: 100%;
	}
	.profitble-col .profitble{
		margin-bottom: 8.9vw;
	}
	.profitble img{
		width: 8.9vw;
	}
	.profitble p{
		font-size: 3.5vw;
		margin-left: 3.5vw;
	}
	.profitbles-2 .profitble img{
		width: 5.5vw;
	}
	.press.press-center,
	.press{
		min-width: 80vw;
		max-width: 80vw;
		margin: 0 5vw;
		border-radius: 4vw;
		padding: 4vw 3vw;
	}
	.press.press-first{
		margin-left: -85vw;
		margin-right: 5vw;
	}
	.presss-controls{
		margin-top: 7vw;
	}
	.presss-controls .dots{
		margin: 0 10vw;
	}
	.presss-controls .dots span{
		width: 2vw;
		height: 2vw;
		margin: 0 1vw;
	}
	.presss-controls .arrow{
		width: 5vw;
	}
	.press .side-img{
		display: none;
	}
	.press .press-info>.img{
		margin-top: 6vw;
	}
	.press .site-info .img{
		width: 10vw;
	}
	.press .site-info .info{
		margin-left: 4vw;
	}
	.press .site-info a{
		font-size: 3.5vw;
	}
	.press .site-info p{
		font-size: 3.5vw;
	}
	.press .press-info .text{
		font-size: 3.5vw;
		margin-top: 4vw;
	}
	.press-cont,
	.press-controls{
		margin-top: 6vw;
	}
	.press-controls .arrow{
		width: 5vw;
	}
	.press-controls .dots span{
		width: 2vw;
		height: 2vw;
		margin: 0 1vw;
	}
	.appearans-img{
		display: none;
	}
	.appearans-img-mob{
		width: 100%;
	}
	.numbers{
		width: 90vw;
		padding: 3vw 7.1vw;
		padding-bottom: 8.8vw;
		border-radius: 5vw;
		margin: 13vw auto;
		margin-bottom: 20vw;
	}
	.numbers .numbers-item{
		padding: 5.4vw 0;
		flex-direction: column;
	}
	.numbers .numbers-item p{
		width: 100%;
		font-size: 4vw;
	}
	.numbers .numbers-item .income{
		width: 100%;
		margin-top: 3.5vw;
	}
	.numbers .numbers-item h3{
		font-size: 7.1vw;
	}
	.numbers .numbers-item span{
		font-size: 3.5vw;
		margin-top: 2vw;
	}
	.milistones-section{
		width: 90vw;
		margin: 10vw auto;
	}
	.milistones-section .milistones{
		padding: 5vw 0;
		padding-left: 18vw;
		padding-right: 10vw;
	}
	.milistones-section .milistones .milistone{
		margin-bottom: 11.4vw;
	}
	.milistones-section .milistones .milistone h3{
		font-size: 4vw;
	}
	.milistones-section .milistones .milistone p{
		margin-top: 5.3vw;
		font-size: 3.45vw;
	}
	.green-line-mob{
		display: block;
	}
	.green-line-desk{
		display: none;
	}
}