.header_static {
	position: absolute;
	border-bottom: none;
	background: #fbfbfb;
	z-index: 0;
}

/* ==========================================================================
   GAME-MAIN
   ========================================================================== */
.game-main {
	padding: 54px 0 0;
}

.game-main__dt {
	position: relative;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
	margin-bottom: 46px;
}

.game-main__dt span {
	padding: 4px 6px 2px;
	background: #242C33;
	border-radius: 4px 4px 0px 0px;
}

.game-main__dt span + span {
	padding: 2px 6px;
	background: #242C33;
	border-radius: 0px 4px 4px 0px;
}

.game-main__dt:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	bottom: -12px;
	left: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/game-main__dt.svg);
}

.game-main__title {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 72px;
	line-height: 91%;
	letter-spacing: -0.04em;
	color: #242C33;
	max-width: 711px;
	margin-bottom: 50px;
}

.game-main__title span {
	color: #1F8724;
}

.game-main__label {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 114%;
	letter-spacing: -0.04em;
	color: #242C33;
	padding-left: 54px;
	position: relative;
	margin-bottom: 86px;
}

.game-main__label:before {
	content: '';
	position: absolute;
	left: 0;
	top: -6px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/game-main__label.svg);
}

.game-main__block {
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 50px 77px rgba(176, 183, 195, 0.22);
	backdrop-filter: blur(15px);
	border-radius: 8px;
	padding: 32px;
	max-width: 849px;
	display: flex;
	align-items: center;
}

.game-main__caption {
	margin-right: 43px;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #242C33;
}

.game-main__button {
	flex-shrink: 0;
	width: 371px;
}

.game-button {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	letter-spacing: -0.67602px;
	color: #fff;
	display: inline-block;
	padding: 11px 21px;
	background: linear-gradient(258.92deg, #065BF7 4.84%, #04C80C 95.46%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	text-decoration: none;
}

.game-button:hover {
	opacity: 0.95;
}

.game-main__button .game-button {
	display: block;
	width: 100%;
	height: auto;
}

.game-main__wrapper {
	position: relative;
}

.game-main__info {
	position: relative;
	z-index: 2;
}

.game-main__img {
	left: 512px;
	top: -200px;
	position: absolute;
	width: 1273px;
	z-index: 1;
}

.game-main__img img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* ==========================================================================
   GAME-EACH
   ========================================================================== */
.game-each {
	padding: 140px 0 58px;
	position: relative;
}

.game-each__title {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 52px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
	max-width: 578px;
	margin-bottom: 64px;
}

.game-each__title span {
	color: #1F8724;
}

.game-each__label {
	display: inline-block;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	color: #fff;
	padding: 4px 6px;
	background: #242C33;
	border-radius: 4px 4px 4px 0px;
	margin-bottom: 30px;
	position: relative;
}

.game-each__label:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/game-each__label.svg);
}

.game-each__row {
	display: flex;
	flex-wrap: wrap;
	margin: -28px -14px 0;
}

.game-each__col {
	margin-top: 28px;
	padding: 0 14px;
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.game-each__caption {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -0.5px;
	color: #fff;
	background: #1F8724;
	border: 1px solid #1F8724;
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 8px;
}

.game-each__item {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -0.5px;
	color: #1D1D1D;
	background: rgba(81, 241, 41, 0.1);
	border: 1px solid #1F8724;
	border-radius: 15px;
	padding: 15px;
}

.game-each__item + .game-each__item {
	margin-top: 8px;
}

.game-each__col + .game-each__col .game-each__caption {
	background: #003C7A;
	border: 1px solid #003C7A;
}

.game-each__col + .game-each__col .game-each__item {
	background: rgba(41, 145, 241, 0.1);
	border: 1px solid #003C7A;
}

/* ==========================================================================
   GAME-ADVANTAGES
   ========================================================================== */
.game-advantages {
	padding: 62px 0 152px;
	position: relative;
}

.game-advantages:before {
	content: '';
	position: absolute;
	height: 4px;
	left: 0;
	right: 0;
	top: 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(img/game-advantages.png);
}

.game-advantages:after {
	content: '';
	position: absolute;
	height: 4px;
	left: 0;
	right: 0;
	bottom: -1px;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(img/game-advantages.png);
}

.game-advantages__title {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 44px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
	margin-bottom: 40px;
}

.game-advantages__row {
	display: flex;
	flex-wrap: wrap;
	margin: -24px -22px 0;
}

.game-advantages__col {
	margin-top: 24px;
	padding: 0 22px;
	width: 33.333333%;
}

.game-advantages__item {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
	position: relative;
	padding-left: 31px;
}

.game-advantages__item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 21px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/game-advantages__item.svg);
}

.game-advantages__item + .game-advantages__item {
	margin-top: 24px;
}

.game-advantages__button {
	margin-top: 64px;
}

/* ==========================================================================
   GAME-ABOUT
   ========================================================================== */
.game-about {
	text-align: center;
	padding: 220px 0 120px;
	background: url(img/game-about.jpg) no-repeat top center;
	background-size: cover;
}

.game-about__label {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.04em;
	color: #fff;
	margin-bottom: 24px;
}

.game-about__title {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 120px;
	line-height: 91%;
	text-align: center;
	letter-spacing: -0.04em;
	color: #fff;
	margin-bottom: 145px;
}

.game-about__map {
	margin: 0 auto 122px;
}

.game-about__map img {
	display: block;
	max-width: 100%;
	height: auto;
}

.game-about__description {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 44px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.04em;
	color: #fff;
	max-width: 1067px;
	margin: 0 auto 67px;
}

.game-about__text {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.04em;
	color: #fff;
	max-width: 760px;
	margin: auto;
}

/* ==========================================================================
   GAME-DESCRIPTION
   ========================================================================== */
.game-description {
	padding: 120px 0 477px;
	position: relative;
	background: #FAF0E6;
	text-align: center;
}

.game-description:before {
	content: '';
	position: absolute;
	height: 4px;
	left: 0;
	right: 0;
	top: 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/game-description.png);
}

.game-description:after {
	content: '';
	position: absolute;
	height: 4px;
	left: 0;
	right: 0;
	bottom: -1px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/game-description.png);
}

.game-description__description {
	max-width: 985px;
	margin: 0 auto 62px;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #242C33;
}

.game-description__text {
	max-width: 755px;
	margin: 0 auto 50px;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.04em;
	color: #242C33;
}

/* ==========================================================================
   GAME-SHEDULE
   ========================================================================== */
.game-shedule {
	margin-top: -328px;
}

.game-shedule__img {
	position: absolute;
	width: 1114px;
	left: -312px;
	top: -100px;
}

.game-shedule__img img {
	display: block;
	max-width: 100%;
	height: auto;
}

.game-shedule__wrapper {
	position: relative;
}

.game-shedule__block {
	max-width: 469px;
	margin-right: 97px;
	margin-left: auto;
	position: relative;
}

.game-shedule__table {
	background: #fff;
	border: 1px solid #242C33;
	box-shadow: 0px 50px 77px rgba(176, 183, 195, 0.22);
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.game-shedule__block:after {
	content: '';
	position: absolute;
	top: -113px;
	right: -133px;
	width: 180px;
	height: 173px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/game-shedule__block.png);
	filter: drop-shadow(0px 20px 50px rgba(0, 0, 0, 0.37));
}

.game-shedule__caption {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #242C33;
	background: #EBEBEB;
	padding: 15px;
}

.game-shedule__items {
	padding: 15px;
}

.game-shedule__item {
	display: flex;
}

.game-shedule__item + .game-shedule__item {
	border-top: 1px solid #EBEBEB;
	margin-top: 16px;
	padding-top: 16px;
}

.game-shedule__time {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #242C33;
	width: 146px;
	flex-shrink: 0;
	position: relative;
}

.game-shedule__time:after {
	content: '—';
	position: absolute;
	top: 0;
	right: 12px;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #EBEBEB;
}

.game-shedule__description {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #242C33;
}

/* ==========================================================================
   GAME-ROOMS
   ========================================================================== */
.game-rooms {
	padding: 140px 0 0;
}

.game-rooms__title {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 44px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
	margin-bottom: 60px;
}

.game-rooms__row {
	display: flex;
	flex-wrap: wrap;
	margin: -16px -8px 0;
}

.game-rooms__col {
	margin-top: 16px;
	padding: 0 8px;
	width: 33.333333%;
}

.game-rooms__item {
	background: #fff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	padding: 32px;
}

.game-rooms__item + .game-rooms__item {
	margin-top: 16px;
}

.game-rooms__icon {
	margin-bottom: 32px;
}

.game-rooms__icon img {
	display: block;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.game-rooms__caption {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 110%;
	letter-spacing: -0.5px;
	color: #242C33;
	margin-bottom: 32px;
}

.game-rooms__caption span {
	display: inline-block;
}

.game-rooms__label {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #242C33;
	background: #EBEBEB;
	border-radius: 4px 4px 4px 0px;
	display: inline-block;
	margin-bottom: 8px;
}

.game-rooms__text {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: -0.5px;
	color: #242C33;
}

.game-rooms__grab {
	padding: 24px;
	margin-top: 16px;
}

.game-rooms__description {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
}

.game-rooms__button {
	margin-top: 24px;
}

/* ==========================================================================
   GAME-LEAD
   ========================================================================== */
.game-lead {
	padding: 140px 0 0;
}

.game-lead__title {
	margin-bottom: 65px;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 44px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
}

.game-lead__row {
	display: flex;
	flex-wrap: wrap;
	margin: -80px -40px 0;
}

.game-lead__col {
	margin-top: 80px;
	padding: 0 40px;
	width: 49%;
}

.game-lead__col + .game-lead__col {
	width: 51%;
}

.game-lead__ava {
	width: 180px;
	flex-shrink: 0;
	margin-right: 38px;
}

.game-lead__ava img {
	display: block;
	max-width: 100%;
	height: auto;
}

.game-lead__top {
	display: flex;
	align-items: flex-end;
	min-height: 245px;
	margin-bottom: 40px;
}

.game-lead__label {
	display: inline-block;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 17.4706px;
	line-height: 110%;
	color: #fff;
	padding: 5px 8px;
	background: #1F8724;
	border-radius: 5px 5px 5px 0px;
	position: relative;
	margin-bottom: 15px;
}

.game-lead__label:after {
	content: '';
	position: absolute;
	bottom: -14px;
	left: 0;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/game-lead__label.svg);
}

.game-lead__name {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 44px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #242C33;
	text-shadow: 0px 50px 77px rgba(176, 183, 195, 0.22);
	max-width: 200px;
}

.game-lead__info {
	margin-bottom: 28px;
}

.game-lead__items {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.game-lead__item {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -0.5px;
	color: #242C33;
	padding: 24px;
	background: #fff;
	border: 1px solid #EBEBEB;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
}

.game-lead__item + .game-lead__item {
	margin-top: 16px;
}

/* ==========================================================================
   GAME-CONDUCT
   ========================================================================== */
.game-conduct {
	padding: 120px 0 0;
}

.game-conduct__title {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 44px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
	margin-bottom: 40px;
	position: relative;
}

.game-conduct__title:before {
	content: '';
	position: absolute;
	top: -200px;
	right: -124px;
	width: 328px;
	height: 316px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/game-conduct.png);
}

.game-conduct__description {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
	margin-bottom: 140px;
	max-width: 757px;
}

.game-conduct__row {
	display: flex;
	flex-wrap: wrap;
	margin: -40px -8px 0;
}

.game-conduct__col {
	margin-top: 40px;
	padding: 0 8px;
	width: 33.333333%;
}

.game-conduct__item {
	display: flex;
	align-items: flex-start;
}

.game-conduct__ava {
	width: 81px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #000;
	flex-shrink: 0;
	margin-right: 16px;
}

.game-conduct__ava img {
	display: block;
	max-width: 100%;
	height: auto;
}

.game-conduct__name {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 110%;
	letter-spacing: -0.5px;
	color: #242C33;
	margin-bottom: 16px;
}

.game-conduct__city {
	display: inline-block;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #242C33;
	margin-bottom: 8px;
	padding: 4px 6px;
	background: #EBEBEB;
	border-radius: 4px 4px 4px 0px;
}

.game-conduct__text {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.5px;
	color: #242C33;
}

.game-conduct__text ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.game-conduct__text li {
	padding-left: 21px;
	position: relative;
}

.game-conduct__text span {
	display: inline-block;
}

.game-conduct__text li:before {
	content: '';
	position: absolute;
	left: 9px;
	top: 7px;
	width: 3px;
	height: 3px;
	background: #242C33;
	border-radius: 50%;
}

.game-conduct__text li + li {
	margin-top: 4px;
}

.game-conduct__more {
	margin-top: 100px;
	display: inline-block;
	text-decoration: none;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -0.5px;
	color: #242C33;
	background: #fff;
	border: 1px solid #EBEBEB;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	padding: 24px 24px 24px 67px;
	position: relative;
}

.game-conduct__more:hover {
	opacity: 0.8;
}

.game-conduct__more:before {
	content: '';
	position: absolute;
	left: 24px;
	top: 24px;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/game-conduct__more.svg);
}

/* ==========================================================================
   GAME-PRICE
   ========================================================================== */
.game-price {
	padding: 147px 0 0;
}

.game-price__title {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 38px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #242C33;
	margin-bottom: 89px;
}

.game-price table {
	width: 100%;
	border-spacing: 0;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #000;
}

.game-price td {
	height: 100px;
	width: 25%;
	text-align: center;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.04em;
	color: #242C33;
	white-space: nowrap;
}

.game-price td:first-child {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #000;
	text-align: left;
	white-space: normal;
	padding: 24px;
}

.game-price tr:nth-child(even) td {
	background: #F5F5F5;
}

.game-price__rub {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1F8724;
}

.game-price__gradiet {
	display: inline-block;
	background: linear-gradient(180deg, #2CBC33 0%, #1F8724 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.game-price__check {
	width: 32px;
	height: 32px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/game-price__check.svg);
}

.game-mini-button {
	display: inline-block;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.5px;
	color: #fff;
	padding: 8px 16px;
	background: #1F8724;
	border: 2px solid #1F8724;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	text-decoration: none;
}

.game-mini-button:hover {
	opacity: 0.95;
}

.game-price__important {
	display: inline-block;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -0.5px;
	color: #F18F29;
	padding: 8px 16px 8px 50px;
	background: #F4EBDE;
	border-radius: 8px;
	position: relative;
	margin-top: 27px;
}

.game-price__important:before {
	content: '';
	position: absolute;
	left: 16px;
	top: 8px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/game-price__important.svg);
}

/* ==========================================================================
   GAME-FAQ
   ========================================================================== */
.game-faq {
	padding: 106px 0 100px 0;
}

.game-faq__title {
	display: inline-block;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	color: #fff;
	position: relative;
	background: #1F8724;
	border-radius: 4px 4px 4px 0px;
	margin-bottom: 39px;
	padding: 4px 12px;
}

.game-faq__title:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/game-faq__title.svg);
}

.game-faq__row {
	display: flex;
	flex-wrap: wrap;
	margin: -24px -12px 0;
}

.game-faq__col {
	margin-top: 24px;
	padding: 0 12px;
	width: 50%;
}

.game-faq__item {
	background: #F0F5F0;
	border-radius: 8px;
	padding: 24px;
	height: 100%;
}

.game-faq__caption {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	line-height: 110%;
	letter-spacing: -0.5px;
	color: #242C33;
	margin-bottom: 16px;
}

.game-faq__text {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -0.04em;
	color: #242C33;
}

/* ==========================================================================
   GAME-SPONSOR
   ========================================================================== */
.game-sponsor {
	padding: 75px 0 342px 0;
	background: #F1F5F0;
	position: relative;
}

.game-sponsor:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1173px;
	height: 1027px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/game-sponsor.png);
}

.game-sponsor__top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 59px;
}

.game-sponsor__logo {
	order: 2;
	width: 211px;
	flex-shrink: 0;
	margin-left: 60px;
	margin-top: 24px;
}

.game-sponsor__title {
	order: 1;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 54px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #242C33;
}

.game-sponsor__title span {
	color: #1F8724;
}

.game-sponsor__row {
	display: flex;
	flex-wrap: wrap;
	margin: -14px -20px 0;
}

.game-sponsor__col {
	margin-top: 14px;
	padding: 0 20px;
	width: 50%;
}

.game-sponsor__text {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
}

.game-sponsor__text p {
	margin: 0;
}

.game-sponsor__text p + p {
	margin-top: 14px;
}

.game-sponsor__wrapper {
	max-width: 1075px;
}

.game-sponsor__mark {
	max-width: 566px;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
	margin-top: 68px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 8px;
	padding: 24px;
}

/* ==========================================================================
   GAME-REVIEWS
   ========================================================================== */
.game-reviews {
	margin-top: -204px;
	position: relative;
	z-index: 2;
}

.game-reviews__title {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: -0.5px;
	color: #242C33;
	margin-left: 32px;
	position: relative;
	padding-left: 64px;
	margin-bottom: 47px;
}

.game-reviews__title:before {
	content: '';
	position: absolute;
	left: 0;
	top: -4px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/game-reviews__title.svg);
}

.game-reviews__items {
	padding: 40px;
	background: #fff;
	border: 1px solid #EBEBEB;
	border-radius: 16px;
}

.game-reviews__caption {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 140%;
	letter-spacing: -0.04em;
	color: #242C33;
	margin-bottom: 24px;
}

.game-reviews__text {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 23px;
	line-height: 140%;
	letter-spacing: -0.04em;
	color: #242C33;
}

.game-reviews .owl-nav {
	position: absolute;
	right: -42px;
	top: -104px;
	display: flex;
	align-items: center;
}

.game-reviews .owl-prev {
	font-size: 0;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/game-reviews__prev.svg);
}

.game-reviews .owl-prev.disabled {
	opacity: 0.2;
}

.game-reviews .owl-next.disabled {
	opacity: 0.2;
}

.game-reviews .owl-next {
	font-size: 0;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-left: 10px;
	background-image: url(img/game-reviews__next.svg);
}

/* ==========================================================================
   GAME-VIDEO
   ========================================================================== */
.game-video {
	padding: 68px 0 86px;
}

.game-video__title {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: -0.5px;
	color: #242C33;
	margin-left: 32px;
	position: relative;
	padding-left: 64px;
	margin-bottom: 67px;
}

.game-video__title:before {
	content: '';
	position: absolute;
	left: 0;
	top: -4px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/game-reviews__title.svg);
}

.game-video__video a {
	position: relative;
	display: block;
	box-shadow: 0px 50px 77px rgba(176, 183, 195, 0.22);
	background: #000;
	border-radius: 24px;
	overflow: hidden;
}

.game-video__video a:after {
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/game-video__play.png);
}

.game-video__video img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 24px;
}

.game-video__label {
	position: absolute;
	top: 30px;
	left: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.game-video__label span {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	color: #fff;
	background: #1F8724;
	border-radius: 4px 4px 4px 0px;
	padding: 4px 6px 2px;
}

.game-video__label span + span {
	border-radius: 0px 0px 4px 4px;
	padding: 2px 6px 4px;
}

@media only screen and (max-width : 1649.98px) {
	.game-sponsor:after {
		right: -225px;
	}
}

@media only screen and (max-width : 1199.98px) {
	.game-sponsor:after {
		display: none;
	}
}

@media only screen and (max-width : 991.98px) {
	.header_static {
		z-index: 10;
	}

	.game-main__img {
		position: static;
		width: auto;
		max-width: 1273px;
		margin-top: 30px;
	}

	.game-each {
		padding-top: 0px;
	}

	.game-main__block {
		display: block;
	}

	.game-main__caption {
		margin-right: 0;
	}

	.game-main__button {
		width: auto;
		max-width: 370px;
		margin-top: 16px;
	}

	.game-each__col {
		width: 100%;
	}

	.game-advantages__col {
		width: 100%;
	}

	.game-advantages {
		padding-bottom: 100px;
	}

	.game-rooms__col {
		width: 100%;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}

	.game-shedule__block {
		margin: auto;
	}

	.game-lead__col {
		width: 100%;
	}

	.game-lead__col + .game-lead__col {
		width: 100%;
	}

	.game-conduct__title:before {
		display: none;
	}

	.game-conduct__col {
		width: 50%;
	}

	.game-faq__col {
		width: 100%;
	}

	.game-sponsor__top {
		display: block;
	}

	.game-sponsor__logo {
		margin-left: 0;
		margin-bottom: 10px;
	}

	.game-sponsor__col {
		width: 100%;
	}

	.game-price td:first-child {
		padding: 16px;
	}

	.game-price td {
		font-size: 18px;
		height: 50px;
		padding: 16px 0;
		white-space: normal;
	}

	.game-price__rub {
		font-size: 18px;
	}

	.game-price__check {
		width: 24px;
		height: 24px;
	}

	.game-mini-button {
		font-size: 12px;
		padding: 4px 8px;
	}
}

@media only screen and (max-width : 767.98px) {
	.game-main__title {
		font-size: 56px;
	}

	.game-main__label {
		margin-bottom: 50px;
	}

	.game-about {
		padding: 100px 0;
	}

	.game-about__title {
		font-size: 74px;
		margin-bottom: 70px;
	}

	.game-about__map {
		margin-bottom: 70px;
	}

	.game-about__description {
		font-size: 29px;
	}

	.game-about__text {
		font-size: 20px;
	}

	.game-description__description {
		font-size: 29px;
	}

	.game-description__text {
		font-size: 20px;
	}

	.game-rooms {
		padding-top: 100px;
	}

	.game-lead {
		padding-top: 100px;
	}

	.game-lead__title {
		margin-bottom: 50px;
	}

	.game-conduct {
		padding-top: 100px;
	}

	.game-conduct__col {
		width: 100%;
	}

	.game-conduct__description {
		margin-bottom: 80px;
	}

	.game-price {
		padding-top: 100px;
	}

	.game-price__title {
		margin-bottom: 50px;
	}

	.game-faq {
		padding-top: 100px;
	}

	.game-sponsor__title {
		font-size: 48px;
	}

	.game-sponsor__text {
		font-size: 20px;
	}

	.game-reviews__text {
		font-size: 18px;
	}

	.game-reviews__caption {
		font-size: 26px;
		margin-bottom: 15px;
	}

	.game-video__title {
		margin-bottom: 40px;
	}

	.game-video__video a:after {
		width: 40px;
		height: 40px;
	}

	.game-video__label {
		left: 20px;
		top: 20px;
	}

	.game-sponsor__title {
		font-size: 41px;
	}

	.game-advantages__title {
		font-size: 41px;
	}

	.game-rooms__title {
		font-size: 41px;
	}

	.game-lead__title {
		font-size: 41px;
	}

	.game-conduct__title {
		font-size: 41px;
	}

	.game-price__title {
		font-size: 41px;
	}

	.game-lead__name {
		font-size: 41px;
	}

	.game-each__title {
		font-size: 41px;
	}

	.game-sponsor {
		padding-bottom: 300px;
	}

	.game-price td {
		width: 23%;
	}

	.game-price td:first-child {
		width: 31%;
	}
}

@media only screen and (max-width : 575.98px) {
	.game-main__title {
		font-size: 38px;
		line-height: 120%;
	}

	.game-main__label {
		padding-left: 42px;
		font-size: 18px;
	}

	.game-main__label:before {
		width: 30px;
		height: 30px;
	}

	.game-button {
		font-size: 22px;
	}

	.game-rooms__col {
		display: block;
	}

	.game-lead__top {
		display: block;
	}

	.game-lead__ava {
		margin-bottom: 20px;
	}

	.game-lead__name {
		max-width: 100%;
	}

	.game-lead__items {
		display: block;
	}

	.game-price__table {
		margin-left: -8px;
		margin-right: -8px;
	}

	.game-price td {
		padding: 8px 0;
		font-size: 14px;
	}

	.game-price__rub {
		font-size: 14px;
	}

	.game-price td:first-child {
		padding: 8px 0 8px 8px;
		font-size: 13px;
	}

	.game-mini-button {
		padding: 2px 4px;
		font-size: 11px;
	}

	.game-reviews__title {
		margin-left: 0;
		padding-left: 42px;
		font-size: 23px;
	}

	.game-reviews__title:before {
		width: 30px;
		height: 30px;
		top: 0;
	}

	.game-video__title {
		margin-left: 0;
		padding-left: 42px;
	}

	.game-video__title:before {
		width: 30px;
		height: 30px;
		top: 0;
	}

	.game-reviews__items {
		margin-left: -8px;
		margin-right: -8px;
		padding: 24px 16px;
		border-radius: 0;
	}

	.game-reviews__text {
		font-size: 16px;
	}

	.game-reviews__caption {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.game-reviews .owl-nav {
		left: -11px;
		right: auto;
		top: -65px;
	}

	.game-video__video {
		margin-left: -8px;
		margin-right: -8px;
	}

	.game-video__video a {
		border-radius: 0;
	}

	.game-video__video a:after {
		margin: 0;
		bottom: 16px;
		right: 16px;
		left: auto;
		top: auto;
	}

	.game-shedule__description {
		font-size: 16px;
	}

	.game-shedule__time {
		font-size: 16px;
		width: 142px;
	}

	.game-shedule__time:after {
		font-size: 16px;
		right: 17px;
	}

	.game-shedule__block {
		margin-left: -8px;
		margin-right: -8px;
	}

	.game-shedule__table {
		border-radius: 0;
	}

	.game-description__description {
		font-size: 23px;
	}

	.game-description__text {
		font-size: 18px;
	}

	.game-description {
		padding-top: 90px;
	}
}