*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	overflow: hidden; /* Скрываем scrollbars */
  }
h1{
	font-size: 40px;
    padding-left: 15px;
    /* padding-bottom: 15px; */
    padding-top: 0px;
    line-height: 0.7;
}
html{
	/*overflow: hidden;*/
	color: white;
}
.body{
	width: 100%;
	display: flex;
}
#background_wrap {
    z-index: -1; 
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    /* background-size: 100%; */
    background-image: url('pexels-laura-meinhardt-3678799.jpg');
    background-attachment: fixed;
}
.main{
	width: 100%;
    flex-grow: 1;
	/*background: rgb(255,255,255);
	background: linear-gradient(121deg, rgba(255,255,255,0.7875525210084033) 51%, rgba(0,0,0,0.7399334733893557) 100%);
	*/
	/* background-image: url('pexels-laura-meinhardt-3678799.jpg'); */
	width: 100%;
	background-attachment:fixed;
	display: flex;
    flex-direction: column;
}
.main-header{
	padding: 12px 40px;
}
.line{
	background-color: rgb(208, 210, 213);
	height: 2px;
	width: 100%;
											opacity: 0;
}

.disable{
	display: none;
}
.exit-svg{
	fill: white;
	width: 50px;
	height: 50px;

}
a.exit:hover{
	transform: scale(1.2);
	transition: 500ms;
}
.h-and-exit{
	display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
	height: 60px;
}





.line-block{
	width: 630px;
    display: flex;
    justify-content: flex-start;
    padding-top: 40px;
}
.fon{
	background-image: url('pexels-laura-meinhardt-3678799.jpg');
	width: 100%;
}
.kupol1{
	display: flex;
	height: 100vh;
}
.headinfo{
	width: 50%;
	background-color: rgb(0 0 0 / 84%);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	position: relative;
}
.exit{
	position: absolute;
	top: 40px;
	right: 40px;
}
h2{
	color: white;
	font-size: 5vmin;
								opacity: 0;
}
.klogo{
	width: 80px;
	position: relative;
	margin-bottom: 40px;
	display: flex;
    justify-content: center;
}
.kupollogo{
	width: 80px;
								opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.kupollogopl{
	width: 50px;
    padding-top: 18px;
								opacity: 0;
}
.headinfo-p{
	color: white;
    padding-top: 45px;
    font-size: 2vmin;
    width: 60%;
    text-align: center;
								opacity: 0;
}


.kupol2{
	display: flex;
	height: 100vh;
								opacity: 1;
}
.empty{
	width: 50%;
}
.desc{
	width: 50%;
    background-color: rgb(0 0 0 / 84%);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
	flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}
h3{
	font-size: 30px;
	padding-bottom: 70px;
}
.desc-whatisit{
	width: 50%;
    /* padding: 50px; */
	/* padding-bottom: 70px; */

}
.desc-howitworks{
	width: 50%;
    /* padding: 50px; */

}
.desc-more{
	width: 50%;
    /* padding: 40px; */
	/* padding-bottom: 70px; */

}
.desc-why{
	width: 50%;
    /* padding: 40px; */

}
.desc-p{
	font-size: 17px;
	padding-bottom: 20px;
}

.table-sec{
	width: 100%;
	background: linear-gradient(180deg, rgb(0 0 0 / 84%) 0%, rgb(0 0 0 / 84%) 100%);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
table{
	width: 100%;
    margin-top: 100px;
	font-size: 30px;
	/*background-color: #00000094;*/
    padding: 60px 0;
	padding-left: 50px;
}
.space{
	height: 30px;
}
.th{
	font-size: 50px;
}
.interface{
	width: 50%;
	/*background: linear-gradient(0deg, rgba(255,255,255,1) 33%, rgb(0 0 0 / 0%) 100%);
	*/
    background-color: rgb(0 0 0 / 84%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;

}
.interested{
	max-width: 50%;
	display: flex;
	flex-direction: column;

}
.interested2{
	padding-top: 100px;
	max-width: 50%;
	display: flex;
	flex-direction: column;

}
.int-p{
	font-size: 17px;
	padding-bottom: 50px;
}
.nationsec{
	width: 100%;
    background-color: rgb(0 0 0 / 84%);
    padding-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
	margin-bottom: -100%;
}
.h2m{
	width: 100%;
	text-align: center;
	padding-bottom: 100px;
}
.nac{
	max-width: 30%;
	padding: 0 5%;
}
.circle{
	border: 2px solid white;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 30px;
}
.alignc{
	text-align: center;
}
.flexc{
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nacp{
	font-size: 15px;
    padding-bottom: 40px;
	padding-left: 20px;
}
.footer{
	width: 100%;
    background-color: rgba(0, 0, 0, 0.662);
    padding: 50px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.numlist{
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
	position: relative;
	margin-left: 15px;
}
.microcircle{
	width: 5px;
    height: 5px;
    background-color: white;
    border-radius: 50px;
    margin-top: 8px;
    margin-right: 15px;
	position: absolute;
	left: -15px;
    top: 0px;
}















.open-block-left-anim{
	animation: open-block-left 1s ease;
	animation-fill-mode: forwards;
}
@keyframes open-block-left{
	from{
		margin-left: -50%;
	}
	to{
		margin-left: 0;
	}
}

.open-block-right-anim{
	animation: open-block-right 1s ease;
	animation-fill-mode: forwards;
}
@keyframes open-block-right{
	from{
		margin-right: -50%;
	}
	to{
		margin-right: 0;
	}
}

.open-block-bottom-anim{
	animation: open-block-bottom 2s ease;
	animation-fill-mode: forwards;
}
@keyframes open-block-bottom{
	from{
		margin-bottom: -100%;
	}
	to{
		margin-bottom: 0;
	}
}









@keyframes open-text{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
.open-text-anim{
	animation: open-text 100ms ease;
	animation-fill-mode: forwards;
	animation-delay: 500ms;
}
.open-text-anim2{
	animation: open-text 500ms ease;
	animation-fill-mode: forwards;
	animation-delay: 500ms;
}
.open-text-anim3{
	animation: open-text 1000ms ease;
	animation-fill-mode: forwards;
	animation-delay: 500ms;
}
.open-text-anim4{
	animation: open-text 1500ms ease;
	animation-fill-mode: forwards;
	animation-delay: 500ms;
}
.open-text-anim5{
	animation: open-text 2000ms ease;
	animation-fill-mode: forwards;
	animation-delay: 500ms;
}
.open-text-anim6{
	animation: open-text 2500ms ease;
	animation-fill-mode: forwards;
	animation-delay: 500ms;
}





/* .open-text-right-anim{
	animation: open-text-right 100ms ease;
	animation-fill-mode: forwards;
	animation-delay: 500ms;
}
.open-text-right-anim2{
	animation: open-text-right 500ms ease;
	animation-fill-mode: forwards;
	animation-delay: 500ms;
}
.open-text-right-anim3{
	animation: open-text-right 1000ms ease;
	animation-fill-mode: forwards;
	animation-delay: 500ms;
}
.open-text-right-anim4{
	animation: open-text-right 1500ms ease;
	animation-fill-mode: forwards;
	animation-delay: 500ms;
}


@keyframes open-text-right{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
} */









@keyframes open-exit{
	0%{
		transform: scale(1);;
	}
	50%{
		transform: scale(1.5);
	}
	100%{
		transform: scale(1);
	}
}

.open-exit-anim{
	animation: open-exit 2000ms ease;
	animation-fill-mode: forwards;
	animation-delay: 2500ms;
}

@keyframes rotate-exit{
	0%{
		transform: rotate(0deg); 
	}
	100%{
		transform: rotate(360deg);
	}
}
.rotate-exit-anim{
	animation: rotate-exit 2000ms ease;
	animation-fill-mode: forwards;
	animation-delay: 700ms;
}

















@media (max-width: 1360px) {
	body {
		overflow: auto; /* возвращаем scrollbars */
	}
	.kupol1{
		flex-direction: column;
		justify-content: flex-end;
	}
	.headinfo{
		width: 100%;
		height: 50vh;
	}
	.empty{
		width: 0;
	}
	.desc,.interface{
		width: 100%;
	}
	.desc-whatisit,.desc-howitworks,.desc-more,.desc-why,.interested,.interested2{
		max-width: 80%;
		width: 80%;
		padding: 0;
		padding-bottom: 100px;
	}
	h3{
		font-size: 40px;
	}
	.desc-p{
		font-size: 40px;
	}
	.int-p {
		font-size: 40px;
	}
	.interface{
		flex-wrap: nowrap;
	}
	.kupol2.kupol2nationsec{
		height: 300vh;
	}
	.nationsec {
		width: 100%;
		background-color: rgb(0 0 0 / 84%);
		padding-top: 100px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
		height: 100%;
	}
	.nac {
		max-width: 80%;
	}
	.nacp {
		font-size: 40px;
		padding-left: 40px;
	}
	.circle {
		width: 100px;
		height: 100px;
		font-size: 50px;
		margin-bottom: 70px;
	}
	.footer {
		width: 100%;
		background-color: rgba(0, 0, 0, 0.662);
		padding: 50px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		align-content: center;
	}
	.footp{
		font-size: 40px;
	}
	.headinfo-p{
		font-size: 50px;
	}
	.kupollogo{
		width: 115px;
	}
	h2{
		font-size: 100px;
	}
	.exit-svg {
		width: 70px;
		height: 70px;
	}
	.microcircle {
		width: 15px;
		height: 15px;
		background-color: white;
		border-radius: 50px;
		margin-top: 8px;
		margin-right: 15px;
		position: absolute;
		left: -25px;
		top: 8px;
	}
	.klogo {
		width: 116px;
		height: 102px;
		position: relative;
		margin-bottom: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.kupollogopl {
		width: 70px;
		height: 90px;
		padding-top: 18px;
		opacity: 0;
	}
	.h2m{
		padding-bottom: 0;
	}
}







/*
@media (max-width: 1000px) {
	.exit-svg.white{
		color: white;
		fill: white;
	}
	.h-and-exit {
		margin-left: 130px;
	}
	.line-block{
		margin-left: 18px;
	}
	h1 {
		font-size: 55px;
    	margin-left: 200px;
		z-index: 2;
	}
	.j.white{
		color:white;
	}
	.main-header{
		padding: 44px 40px;
	}
	.line-block{
		margin-left: 0;
		width: 100%;
		margin-top: 42px;
	}
	.exit-svg {
		fill: black;
		width: 80px;
		height: 80px;
		opacity: 0.4;
	}
}
*/






