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%;
}

.block__img img {
	display: block;
	width: 100%;
}

.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;
}


@media(max-width: 767px) {
	.hide__mob {
		display: none;
	}
}