.winLayerParent {
	overflow: hidden;
}

.winLayer {
	width: 100%;
	min-height: 100%;
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 199999991;
}

.winLayerCloser {
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: -40px;
	z-index: 2;
	background: rgba(0,0,0,0.5);
}

.winLayerCloser::before {
	width: 100%;
	height: 100%;
	position: absolute;
	content: '\f00d';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 30px;
	text-align: center;
	color: white;
	line-height: 140%; 
}

.winLayerLay {
	max-height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	overflow: auto;
}

.winLayerContent {
	position: relative;
	width: 100%;
	max-width: 1020px;
	min-height: 200px;
	padding: 30px;
	margin: 45px 0;
	background: #fff;
	display: none;
	border-radius: 0px;
	box-shadow:0 0 5px #666;
}

.winLayerFooter {
	width: 100%;
	height: 85px;
	background: transparent;
}


.winLayerContent {
	
}
.winLayerContent .logo {
	margin-top: 10px;
}

.winLayerContent .logo img {
	max-width: 100%;
	
}

.winLayerContent hr {
	border: 0px;
	border-top: 1px solid #818181;
}

.winLayerContent .btn label.pps.pps_select {
	min-width: 100px;
	width: auto;
	display: inline-block;
}

.winLayerContent h1 {
    margin: 0;
    padding: 0;
    color: #000;
    background: transparent;
    font-size: 34px;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

.winLayerContent h1:before {
	display: none;
}

.winLayerContent .param {
	font-size: 15px;
	margin-top: 10px;
	text-transform: uppercase;
}

@media screen and (max-width: 1070px) {
	.winLayerCloser {
		right: 0px;
		background: rgba(0,0,0,0.2);
	}
	.winLayerCloser:before {
		z-index: 20;
	}
	.winLayerCloser::before {
		color: #000;
	}
}