.c-inform__descr p {
	display: none
}

*,
::after,
::before {
	box-sizing: border-box
}

body,
h1,
p {
	margin: 0
}

body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5
}

.btn_help-span{
	display: none;
}
.gamecard {    -webkit-font-smoothing: antialiased;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: initial;
    appearance: none;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 #000;
    color: #fff;
    will-change: transform;
    transition: transform .15s linear;
    position: absolute;
    top: 0;
    left: 0;}
img {
	max-width: 100%;
	display: block
}

@media (prefers-reduced-motion:reduce) {
	* {
		-webkit-animation-duration: 0s !important;
		animation-duration: 0s !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important
	}
}

@media screen and (min-width:576px) {
	.o-box {
		max-width: 540px
	}
}

@media screen and (min-width:768px) {
	.o-box {
		max-width: 720px
	}
}

@media screen and (min-width:992px) {
	.o-box {
		max-width: 960px
	}
}

@media screen and (min-width:1200px) {
	.o-box {
		max-width: 1140px
	}
}

@media screen and (max-width:992px) {
	.o-box_fluid {
		max-width: 100%
	}
}

.o-box {
	margin: 0 auto;
	width: 100%
}

.o-wrapper {
	padding: 0 15px
}

body {
	min-height: 100vh
}

*,
:after,
:before {
	box-sizing: border-box
}

:focus {
	outline: 0 !important
}

html {
	font-size: 62.5%
}

body {
	color: #fff;
	font-family: Muller, sans-serif;
	background-color: #212132;
	font-size: 1.6rem
}

img {
	max-width: 100%;
	height: auto
}

a {
	padding: 0;
	margin: 0;
	border: none;
	outline: 0;
	text-decoration: none;
	color: inherit
}

h1 {
	font-size: 2.7rem
}

.lazyload {
	opacity: 0
}

.c-begin {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 10px 15px;
	background-color: rgba(37, 37, 54, .94902);
	z-index: 1000
}

.c-begin__content {
	display: -ms-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

.c-begin__logo img {
	width: 100%;
	height: 100%;
	max-width: 200px;
	margin: auto
}

.c-begin__buttons {
	display: -ms-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	padding: 10px 0
}

.c-begin__buttons>a:not(:last-child) {
	margin-right: 15px
}

@media (min-width:375px) {
	.c-begin__buttons>a:not(:last-child) {
		margin-right: 20px
	}
}

.c-main {
	position: relative;
	background: url(content/img/bg-main.svg) repeat-y;
	background-size: 100%;
	padding-top: 103px
}
.c-poster{
}

@media (min-width:492px) {
	.c-main {
		padding-top: 52px
	}
}

.c-main h1 {
	margin-bottom: 10px;
	line-height: 1.2
}

.o-link {
	-webkit-box-align: center;
	align-items: center;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.4rem
}

.o-btn {
	overflow: hidden;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	box-sizing: border-box;
	border: none;
	border-radius: 50px;
	padding: 5px 25px;
	outline: 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 22px;
	font-weight: 800;
	letter-spacing: 1px;
	white-space: nowrap;
	color: #fff;
	font-size: 1.4rem
}

.o-btn_pink {
	box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
	background-color: #cd1835
}

.o-btn_green {
	box-shadow: 0 3px 0 0 #3c7028, 0 4px 4px 0 #000;
	background-color: #62c23c
}

.c-poster img {
	min-height: 140px;
	width: 100%;
	object-fit: cover
}

.c-variation {
	display: -ms-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 25px;
	position: relative
}

.c-variation__item {
	height: 61px;
	width: 50%;
	display: -ms-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	padding: 8px;
	border-radius: 8px 8px 0 0;
	position: relative
}

.c-variation__item:nth-child(odd)::after {
	content: '';
	display: flex;
	height: 60%;
	width: 2px;
	background-color: #313047;
	position: absolute;
	top: 20%;
	right: 0
}

.c-variation__item svg {
	width: 45px;
	margin-right: 15px
}

.c-variation__item span {
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: 800
}

.c-variation__item_slots {
	color: #17eada
}

.c-variation__item_live {
	color: #de593e
}

.c-variation__item_desks {
	color: #6ef770
}

.c-variation__item_tour {
	color: #e8ce3a
}

.c-text {
	margin-bottom: 25px
}

.c-text p {
	margin-bottom: 10px !important;
	font-size: 1.6rem
}

.c-game {
	height: 100%;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 4px 10px 0 #000;
	position: relative
}

.c-game__wrapper {
	width: calc(100% / 2);
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px
}

.c-games {
	display: -ms-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 25px;
	margin-left: -5px;
	margin-right: -5px
}

.c-game__icon {
	width: 100%;
	height: 75%;
	border: 1px solid #393a51;
	border-bottom: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden
}

.c-game__icon img {
	width: 100%;
	height: 100%
}

.c-game__name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	flex: none;
	box-sizing: border-box;
	height: 25%;
	border: 1px solid #393a51;
	border-top: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0 5px;
	background-color: #161626;
	font-weight: 500;
	font-size: 1.2rem;
	text-align: center;
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-height: 1.1
}

.c-game__overflow {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 75%;
	top: 0;
	left: 0;
	display: -ms-flex;
	display: -webkit-box;
	display: flex;
	justify-content: space-around;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	border: 1px solid #393a51;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	background-color: rgba(0, 0, 0, .8);
	z-index: 10
}

.c-game__overflow__demo {
	border-radius: 50px;
	padding: 5px 20px;
	background-color: #313047;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase
}

@media screen and (min-width:600px) {
	.c-game__wrapper {
		width: calc(100% / 3)
	}

	.c-game__name {
		font-size: 1.4rem
	}
}

@media screen and (min-width:992px) {
	.o-box_fluid {
		max-width: 960px
	}

	.c-game__wrapper {
		width: calc(100% / 4)
	}

	.c-game__name {
		font-size: 1.6rem
	}
}

@media screen and (min-width:1200px) {
	.o-box_fluid {
		max-width: 1140px
	}

	.c-game__wrapper {
		width: calc(100% / 5)
	}

	.c-poster img {
		width: 100%
	}
}

@media screen and (min-width:576px) {
	.c-begin__content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		justify-content: space-between
	}
	.btn_help-span{
		display: block;
	}
	.c-begin__buttons {
		padding: 0
	}
}

@media screen and (min-width:768px) {
	.c-variation {
		padding: 5px 0 0
	}

	.c-variation__item {
		width: 25%
	}

	.o-lines__bg .c-variation__item:not(:last-child)::after {
		content: '';
		display: flex;
		height: 60%;
		width: 2px;
		background-color: #313047;
		position: absolute;
		top: 20%;
		right: 0
	}
}

.c-variation__box {
	box-shadow: inset 0 5px 25px 0 rgba(0, 0, 0, .8);
	background-color: #212132
}

iframe {
	width: 100%;
	height: 30rem;
	margin: 3rem 0
}

@media (min-width:414px) {
	iframe {
		height: 35rem
	}
}

@media (min-width:768px) {
	iframe {
		height: 40rem
	}
}

@media (min-width:1200px) {
	iframe {
		height: 45rem
	}
}

.btn_help{
	display: flex; 
	align-items: center;
	color: #e8ce3a;
} 
.img_box{
	width: 34px;
	padding-right: 10px;
	display: flex;
}
.svg_question .svg_color {
	fill: none;
	stroke: #e8ce3a;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5px;
}

.game-catalog-header__hit,
.game-catalog-header__new {
	width: 25px;
}

.game-catalog-header__link {
	display: block;
}

.game-catalog-header__new {
	margin-left: 10px;
}

.game-catalog-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;

}

@media (max-width: 768px) {
	.game-catalog-header {
		display: block;
	}
	.game-catalog-header__left{
		margin-bottom: 10px;
	}
}
.game-catalog-header__sort {
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.game-catalog-header__select {
	background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, .4));
	border-radius: 5px;
	padding: 10px;
	color: #fff;
}

.game-catalog-header__select option {
	color: #191929;
}

.game-catalog-header__left {
	display: flex;
	align-items: center;
}

.game-catalog-header__search {
	position: relative;
	height: 35px;
	flex: 0 0 430px;
}

.game-catalog-header__btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	width: 35px;
	height: 35px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.game-catalog-header__btn svg {
	width: 18px;
}

.game-catalog-header__input {
	width: 100%;
	border-radius: 25px;
	padding-left: 15px;
	padding-right: 50px;
	height: 100%;
	border: 1px solid transparent;
	background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, .4)) border-box;
	font-weight: 500;
	color: #fff;
	transition: box-shadow .25s ease;
}

.game-catalog-header__input::placeholder {
	font-style: italic;
	color: #646a87;
	font-weight: 500;
}