body.noscroll {
	overflow-y: hidden;
}

.overlay {
	display: block;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #000;
	opacity: .5;
}

.win {
	display: block;
	width: 95%;
	max-width: 450px;
	background: #FFF;
	overflow: hidden;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1000;
	position: fixed;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.win__close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.win__box {
	display: flex;
	justify-content: space-between;
}

.win__link {
	/*margin-right: 10px;*/
	font-size: 22px;
	font-weight: bold;
}

.win__link:nth-last-of-type(1) {
	/*margin-right: 0px;*/
}

.win__h2 {
	text-align: center;
}

.block__img {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.block__img img {
	display: block;
	width: 100%;
}

.block__img-left, .block__img-right {
	width: 49%;
}

.block__img p {
	margin-bottom: 0;
}

.fal.fa-tv:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url('/img/gear.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.after_table_text {
	font-weight: bold;
	font-size: 17px;
}

.logo__img {
	width: 65px;
  	display: block;
}

.l-header .w-btn.hide__pk {
	display: none;
}

.show__pk {
	font-weight: bold;
}

@media(max-width: 899px) {
	.l-header .w-btn.hide__pk {
		display: block;
	}

	.show__pk {
		display: none;
	}

	.block__img {
		flex-direction: column;
	}

	.block__img-left {
		margin-bottom: 15px;
	}

	.block__img-left, .block__img-right {
		width: 100%;
	}
}

@media(max-width: 600px) {
	.logo__img {
  		width: 50px;
	}
}