@charset "UTF-8";
.sg,
.sgr__img-link,
.sgr {
	display: flex;
	flex-wrap: wrap;
}

.sg {
	background-color: #4f5357;
	color: #fff;
	padding: 0 20px 15px;
	position: relative;
	z-index: 1;
	margin: 0 0 30px;
}

.sg__h1 {
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin: 25px 0;
	display: block;
	flex: 0 0 100%;
}

.sg__h1-provider {
	color: #94be30;
	margin: 0 5px;
}

.sg__h1-rate {
	display: block;
	margin: 10px 0 0;
}

.sg__h1-rate:before {
	font-size: 22px;
	letter-spacing: 0.2em;
	margin: 0 0 0 15px;
	color: #ffc41d;
}

.sg__side {
	flex: 0 0 100%;
	order: 1;
}

.sg__meta {
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #5e6267;
	padding: 11px 0 9px;
}

.sg__meta:last-of-type {
	border-bottom: 1px solid #5e6267;
}

.sg__meta-name {
	opacity: 0.5;
	font-weight: 400;
	display: block;
	margin: 0 0 4px;
}

.sg__btn {
	background-color: #F15A36;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	border-radius: 5px;
	color: #fff !important;
	text-decoration: none !important;
	padding: 0 30px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 5;
	left: 50%;
	min-width: 150px;
}

.sg__btn:hover {
	background-color: #e43910;
}

.sg__center {
	position: relative;
	flex: 0 0 100%;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.7);
	z-index: 2;
	padding: 60% 0 0;
}

.sg__img {
	opacity: 0.5;
	width: 100%;
	position: absolute;
	top: 0;
	height: 100% !important;
}

.sg__content {
	margin: 0 !important;
}

.sgr__img-link:hover .sgr__title {
	text-decoration: underline;
}

.sg__game {
	border: none !important;
	outline: none !important;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	padding: 0;
}
.sg__game ~ .sg__img {
	display: none;
}
.sg__game ~ .sg__play {
	display: none;
}
.sg__game ~ .sg__resize-btn {
	display: block;
}

.sg__resize-btn {
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	width: 90px;
	line-height: 24px;
	right: 15px;
	bottom: 10px;
	z-index: 5;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	display: none;
}

.sg__resize-btn:before {
	content: 'Развернуть';
}

#sg__resize:not(:checked) ~ .sg__game {
	position: absolute;
}

#sg__resize:checked ~ .sg__game {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	background-color: #1e2329;
	padding: 40px 0 0;
}
#sg__resize:checked ~ .sg__game .sgf__room {
	display: flex;
}
#sg__resize:checked ~ .sg__resize-btn {
	position: fixed;
}
#sg__resize:checked ~ .sg__resize-btn:before {
	content: 'Свернуть';
}

.sg__fullscreen .content-wrapper {
	z-index: 201;
}

.sgr {
	margin: 15px 0 18px;
	padding: 15px 0 0;
	border-top: 1px solid #5e6267;
	position: relative;
	flex: 0 0 100%;
}

.sgr__img {
	width: 70px;
	height: 55px !important;
	border: 3px solid #fff;
	border-radius: 10px;
	object-fit: contain;
	object-position: center;
	background-color: #000;
}

.sgr__title {
	font-size: 24px;
	color: #fff;
	margin: -3px 0 0 15px;
	font-weight: bold;
}

.sgr__rate {
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 85px;
	top: 49px;
	font-weight: bold;
}

.sgr__rate:before {
	color: #ffc41d;
	font-weight: normal;
}

.sgr__ok {
	background-color: #94be30;
	flex: 0 0 100%;
	border-radius: 5px 5px 0 0;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 15px 0 0;
	position: relative;
}
.sgr__ok ~ .sgr__bonus {
	margin: -3px 0 0;
}

.sgr__bonus {
	border: 3px dashed #94be30;
	margin: 15px 0 0;
	padding: 18px 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.15em;
	text-align: center;
	flex: 0 0 100%;
	background-color: #3a3e42;
}

.sgr__promo {
	font-weight: 400;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
	margin: 5px 0 0;
}

.sgf__promo-btn,
.sgr__promo-btn {
	border: none !important;
	border-bottom: 1px dashed #94be30 !important;
	padding: 0;
	height: auto;
	line-height: 1em;
	outline: none !important;
	background: none transparent !important;
	box-shadow: none !important;
	color: #94be30;
	position: relative;
	font-weight: bold;
	font-size: 14px
}

.sgr__promo-btn {
	margin: 0 15px 0 0;
}

.sgr__promo-btn:after,
.sgr__promo-btn:before {
	content: '';
	width: 11px;
	height: 11px;
	border: 1px solid #94be30;
	display: block;
	position: absolute;
	right: -16px;
	top: 1px;
}

.sgr__promo-btn:after {
	right: -21px;
	top: 6px;
}

.sgr__btns {
	display: flex;
	flex-wrap: wrap;
	flex: 1 0 0;
	margin: 15px -5px 0;
}

.sgr__btn {
	flex: 1 0 0;
	margin: 0 5px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff !important;
	line-height: 35px;
	border-radius: 3px;
	border: 1px solid #A9A9A9;
}

.sgr__btn:hover {
	color: #fff;
	border: 1px solid #fff;
}

.sgr__btn.white {
	background: #fff;
	color: #28252a;
	border: none;
}

.sgr__btn.green {
	background: #94be30;
	color: #fff;
	border: none;
}

.sgr__btn.green:hover {
	background-color: #8ab22d;
	color: #fff;
}

.sgf__room {
	position: absolute;
	top: 0;
	background-color: #fff;
	width: 100%;
	left: 0;
	height: 70px;
	color: #333;
	flex-wrap: wrap;
	display: none;
	z-index: 3;
}

.sgf__img {
	height: 40px !important;
	width: 60px;
	background-color: #000;
	object-fit: contain;
	object-position: center;
}

.sgf__bonus {
	flex: 1 0 0;
	font-size: 12px;
	padding: 0 5px 0 5px;
	align-self: center;
}

.sgf__btns {
	flex: 1 0 0;
	min-width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0 2px;
}

.sgf__btn {
	background-color: #3779BC;
	color: #fff !important;
	font-size: 13px;
	font-weight: bold;
	display: block;
	line-height: 20px;
	text-align: center;
	flex: 1 0 0;
	margin: 0 2px;
	height: 20px;
	border-radius: 3px;
}

.sgf__btn:hover {
	background-color: #316ca8;
}

.sgf__btn.border {
	border: 1px solid #3779BC;
	color: #3779BC !important;
	background-color: transparent;
	line-height: 18px;
}

.sgf__btn.border:hover {
	color: #3779BC !important;
}

.sgf__promo-btn {
	color: #3779BC;
	border-bottom: 1px solid #3779BC;
	font-size: 13px;
}

.single__sg {
	display: flex;
	width: 100%;
	margin: 0 0 30px;
}
.single__sg .sg__center {
	flex: 0 0 100%;
}

@media (min-width: 420px) {
	.sgr__img {
		width: 120px;
		height: 80px !important;
	}

	.sgr__rate {
		top: 43px;
		left: auto;
		right: 0;
	}

	.sgr__title {
		margin: 22px 0 0 16px;
		position: absolute;
		left: 120px;
	}
}
@media (min-width: 570px) {
	.sg__side {
		flex: 0 0 50%;
	}

	.sg__side.right {
		text-align: right;
		padding-left: 15px;
	}

	.sg__side.left {
		padding-right: 15px;
	}
}
@media (min-width: 720px) {
	.sg__center {
		width: 160px;
		height: 117px !important;
	}

	.sgr__ok {
		flex: 0 0 140px;
		border-radius: 5px 0 0 5px;
		height: 50px;
		line-height: 50px;
		margin: 30px 0 0 17px;
	}
	.sgr__ok ~ .sgr__bonus {
		margin: 30px 0 0 -3px
	}

	.sgr__bonus {
		flex: 1 0 0;
		margin: 30px 0 0 0px;
		height: 50px;
	}

	.sgr__btns {
		min-width: 100%;
	}

	.sgr__title {
		left: 123px;
		margin: -7px 0 0 15px;
	}

	.sgr__rate {
		top: 14px;
	}
}
@media (min-width: 720px) and (max-width: 1069px) {
	.sgr__bonus {
		font-size: 15px;
		margin: 30px 0 0 -3px;
		height: 50px;
		padding: 4px;
	}

	.sgr__promo {
		font-size: 14px;
		margin: 0
	}

	.sgr__promo-btn {
		margin: 0 15px 0 0;
	}
}
@media (min-width: 970px) {
	.sg__h1-rate {
		display: inline;
	}

	.sg__side {
		flex: 0 0 20%;
		order: 0;
		max-width: 20%;
	}

	.sg__center {
		flex: 0 0 60%;
		padding: 0;
		height: 435px !important;
	}

	.sg__img {
		height: 100% !important;
		object-position: center;
		object-fit: cover;
	}

	.sgr__btns {
		min-width: auto;
		flex: 1 0 0;
		padding: 0 0 0 15px;
		max-width: 173px;
		align-items: flex-start;
		margin: -10px 0 0;
	}

	.sgr__btn {
		flex: 0 0 100%;
		margin: 10px 0 0;
	}

	.sgr {
		margin: 15px 0 0;
		align-items: center;
	}

	.sgr__img-link {
		align-items: center;
	}

	.sgr__bonus {
		text-align: left;
		padding: 18px 15px;
		height: 80px;
		margin: 0 0 0 17px;
		font-size: 15px;
	}

	.sgr__promo {
		margin: 5px 0 0;
	}

	.sgr__promo,
	.sgr__promo-btn {
		font-size: 16px;
	}

	.sgr__title {
		position: static;
		font-size: 18px;
		margin: 0 0 0 15px;
	}

	.sgr__rate {
		position: static;
		margin: 2px 0 0 10px;
	}

	.sgr__ok {
		margin: 0 0 0 17px;
		line-height: 80px;
		height: 80px;
	}
	.sgr__ok ~ .sgr__bonus {
		margin: 0 0 0 -3px;
	}
}
@media (min-width: 1070px) {
	.sgr__img {
		width: 120px;
		height: 80px !important;
	}

	.sgr__title {
		position: static;
		font-size: 23px;
	}

	.sgr__bonus {
		margin: 0 0 0 -3px;
		font-size: 18px;
		padding: 15px;
	}

	.sgr__btns {
		padding: 0 0 0 15px;
		margin: -10px 0 0;
	}

	.sgr__img-link,
	.sgr {
		align-items: center;
	}
}
@media (orientation: landscape) {
	#sg__resize:checked ~ .sg__game {
		padding: 40px 0 0;
	}
	#sg__resize:checked ~ .sg__game > iframe {
		padding: 40px 0 0;
	}
}
@media (orientation: portrait) {
	#sg__resize:checked ~ .sg__game {
		padding: 60px 0 0;
	}
	#sg__resize:checked ~ .sg__game > iframe {
		max-height: 60vw !important;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0
	}
}
@media (min-width: 520px) {
	.sgf__room {
		height: 40px;
		justify-content: center;
	}

	.sgf__btns {
		min-width: auto;
		margin: 0 0 0;
		max-width: 170px;
		align-items: center;
	}

	.sgf__btn {
		margin: 0 3px 0 0;
		flex: 0 0 100%;
		max-width: 80px;
	}

	.sgf__bonus {
		align-items: center;
		max-width: 330px;
		text-align: center;
	}

	.sgf__promo-btn {
		margin: 0 0 0 5px;
	}
}
/*# sourceMappingURL=single-games.css.map */