body .toplayer-info {
	display: none;
}

body.show-toplayer .toplayer-info {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #1b2c86;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999999999;
	cursor: pointer;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: block;
	text-align: center;
}

body.show-toplayer .toplayer-info > div {
	background: #a49f86;
	color: #fff;
	width: 1160px;
	height: 100%;
	box-sizing: border-box;
	padding: 30px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: url(../images/index/swieta-2019.jpg) no-repeat 50% 0;
}

body.show-toplayer .toplayer-info > div .toplayer-close {
	display: block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 40px;
	color: #fff;
	background: #3093ef;
	position: absolute;
	top: 120px;
	right: 160px;
	font-family: Arial;
	font-weight: 400;
	transition: 0.3s all;
	border-radius: 50%;
}

body.show-toplayer .toplayer-info > div .toplayer-close:hover {
	background: #1b2c86;
	color: #fff;
}

@media screen and (max-width: 1170px) {
	body.show-toplayer .toplayer-info > div {
		width: 100%;
		height: 100%;
		background-size: 100% auto;
	}

	body.show-toplayer .toplayer-info > div .toplayer-close {
		top: 10px;
		right: 10px;
	}
}

@media screen and (max-width: 768px) {
	body.show-toplayer .toplayer-info > div {
		background-size: 150% auto;
	}
}

@media screen and (max-width: 600px) {
	body.show-toplayer .toplayer-info > div {
		background-size: 175% auto;
	}
}
