.footerGetRichDiv, .buyDomenPopap {
	position:  fixed;
	left:  calc(50% - 355px);
	top:  10%;
	z-index: 100002;
	background: #fff;
	padding:  25px 30px;
	display:  none;
}
.footerGetRichDiv.open, .buyDomenPopap.open {
	display:  block;
}
.curtain {
	width:  100%;
	height:  100%;
	position: fixed;
	left:  0;
	top: 0;
	z-index:  100001;
	background: rgba(0, 0, 0, .5);
}
.frgDivCls, .buyDomenPopapCls {
	position:  absolute;
	top:  0;
	right:  15px;
	font-size:  40px;
	font-weight:  600;
	transform: rotate(45deg);
	cursor: pointer;
}

