.zagrod-yellow-block {
	background: #1BE8CA;
	padding: 95px 0
}

@media only screen and (max-width: 1296px) {
	.zagrod-yellow-block {
		padding: 48px 0
	}
}

@media only screen and (max-width: 768px) {
	.zagrod-yellow-block {
		padding: 24px 0
	}
}

.zagrod-yellow-block__content {
	max-width: 782px;
	width: 100%
}

.zagrod-yellow-block__content h2 {
	margin-bottom: 24px;
	color: #000
}

.zagrod-yellow-block__content p,
.zagrod-yellow-block__content li {
	font: 400 16px/120% "Open Sans", sans-serif;
	color: #000
}

@media only screen and (max-width: 1296px) {

	.zagrod-yellow-block__content p,
	.zagrod-yellow-block__content li {
		font-size: 14px
	}
}

@media only screen and (max-width: 768px) {

	.zagrod-yellow-block__content p,
	.zagrod-yellow-block__content li {
		font-size: 12px
	}
}

.zagrod-yellow-block__content p {
	margin-bottom: 20px
}

.zagrod-yellow-block__content ul {
	list-style: initial;
	padding-left: 15px
}

.zagrod-yellow-block button {
	padding: 10px;
	background: #f7f6f9;
	font: 400 20px/120% "Open Sans", sans-serif;
	color: #000;
	margin-left: auto;
	display: block
}

@media only screen and (max-width: 1296px) {
	.zagrod-yellow-block button {
		font-size: 18px
	}
}

@media only screen and (max-width: 768px) {
	.zagrod-yellow-block button {
		font-size: 16px
	}
}

.zagrod-yellow-block__other {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	margin-top: 50px
}

@media only screen and (max-width: 1296px) {
	.zagrod-yellow-block__other {
		margin-top: 25px
	}
}

@media only screen and (max-width: 768px) {
	.zagrod-yellow-block__other {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.zagrod-yellow-block__other img {
	min-width: 140px;
	max-width: 140px;
	width: 100%
}

@media only screen and (max-width: 1296px) {
	.zagrod-yellow-block__other img {
		min-width: 80px;
		max-width: 80px
	}
}

.zagrod-yellow-block__other p:last-of-type {
	max-width: 693px;
	width: 100%;
	font: 400 16px/120% "Open Sans", sans-serif;
	color: #000
}

.game-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #1BE8CA;
	z-index: 20;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.game-popup .close {
	position: absolute;
	top: 28px;
	right: 28px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0)
}

.game-popup>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

.game-popup>div .zagrod__game {
	width: 100%
}

.game-popup>div iframe {
	width: 100%;
	aspect-ratio: 16/9;
	border-radius: 65px
}

@media only screen and (max-width: 1296px) {
	.game-popup>div iframe {
		border-radius: 20px
	}
}

.game-popup>p {
	text-align: center;
	margin: 6px 0 16px 0;
	font: 700 12px/120% "Open Sans", sans-serif;
	color: #000
}

.game-popup .bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.game-popup .bottom h2 {
	font: 700 40px/120% "Open Sans", sans-serif;
	color: #02231D
}

@media only screen and (max-width: 1296px) {
	.game-popup .bottom h2 {
		font-size: 30px
	}
}

@media only screen and (max-width: 768px) {
	.game-popup .bottom h2 {
		font-size: 20px
	}
}

.game-popup .bottom .stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.game-popup .bottom .stars svg {
	max-width: 59px;
	width: 100%;
	height: auto
}