*,
::after,
::before {
	box-sizing: border-box
}

ol,
ul {
	padding: 0
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
	margin: 0
}

body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5
}

ol,
ul {
	list-style: none
}

img {
	max-width: 100%;
	display: block
}

article>*+* {
	margin-top: 1em
}

button,
input,
select,
textarea {
	font: inherit
}

@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;
		-webkit-transition-duration: 0s !important;
		transition-duration: 0s !important;
		scroll-behavior: auto !important
	}
}

@font-face {
	font-family: Muller;
	src: url(../fonts/Muller/MullerBoldItalic.eot);
	src: local("Muller Bold Italic"), local(MullerBoldItalic), url(../fonts/Muller/MullerBoldItalic.eot@) format("embedded-opentype"), url(../fonts/Muller/MullerBoldItalic.woff2) format("woff2"), url(../fonts/Muller/MullerBoldItalic.woff) format("woff"), url(../fonts/Muller/MullerBoldItalic.ttf) format("truetype");
	font-weight: 700;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: Muller;
	src: url(../fonts/Muller/MullerMedium.eot);
	src: local("Muller Medium"), local(MullerMedium), url(../fonts/Muller/MullerMedium.eot@) format("embedded-opentype"), url(../fonts/Muller/MullerMedium.woff2) format("woff2"), url(../fonts/Muller/MullerMedium.woff) format("woff"), url(../fonts/Muller/MullerMedium.ttf) format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Muller;
	src: url(../fonts/Muller/MullerExtraBoldItalic.eot);
	src: local("Muller ExtraBold Italic"), local(MullerExtraBoldItalic), url(../fonts/Muller/MullerExtraBoldItalic.eot@) format("embedded-opentype"), url(../fonts/Muller/MullerExtraBoldItalic.woff2) format("woff2"), url(../fonts/Muller/MullerExtraBoldItalic.woff) format("woff"), url(../fonts/Muller/MullerExtraBoldItalic.ttf) format("truetype");
	font-weight: 800;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: Muller;
	src: url(../fonts/Muller/MullerRegular.eot);
	src: local("Muller Regular"), local(MullerRegular), url(../fonts/Muller/MullerRegular.eot@) format("embedded-opentype"), url(../fonts/Muller/MullerRegular.woff2) format("woff2"), url(../fonts/Muller/MullerRegular.woff) format("woff"), url(../fonts/Muller/MullerRegular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Muller;
	src: url(../fonts/Muller/MullerBold.eot);
	src: local("Muller Bold"), local(MullerBold), url(../fonts/Muller/MullerBold.eot@) format("embedded-opentype"), url(../fonts/Muller/MullerBold.woff2) format("woff2"), url(../fonts/Muller/MullerBold.woff) format("woff"), url(../fonts/Muller/MullerBold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Muller;
	src: url(../fonts/Muller/MullerExtraBold.eot);
	src: local("Muller ExtraBold"), local(MullerExtraBold), url(../fonts/Muller/MullerExtraBold.eot@) format("embedded-opentype"), url(../fonts/Muller/MullerExtraBold.woff2) format("woff2"), url(../fonts/Muller/MullerExtraBold.woff) format("woff"), url(../fonts/Muller/MullerExtraBold.ttf) format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap
}


@font-face {
	font-family: Muller;
	src: url(../fonts/Muller/MullerMediumItalic.eot);
	src: local("Muller Medium Italic"), local(MullerMediumItalic), url(../fonts/Muller/MullerMediumItalic.eot@) format("embedded-opentype"), url(../fonts/Muller/MullerMediumItalic.woff2) format("woff2"), url(../fonts/Muller/MullerMediumItalic.woff) format("woff"), url(../fonts/Muller/MullerMediumItalic.ttf) format("truetype");
	font-weight: 500;
	font-style: italic;
	font-display: swap
}

@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%
	}
}

@media screen and (min-width:992px) {
	.o-box_fluid {
		max-width: 960px
	}
}

@media screen and (min-width:1200px) {
	.o-box_fluid {
		max-width: 1140px
	}
}

.o-box {
	margin: 0 auto;
	width: 100%
}

.o-wrapper {
	padding: 0 15px
}

body {
	min-height: 100vh
}

.o-list {
	list-style: none;
	list-style-type: none;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap
}

*,
: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
}

.o-text-center {
	text-align: center
}

.o-text-up {
	text-transform: uppercase
}

img {
	max-width: 100%;
	height: auto
}

a,
button {
	padding: 0;
	margin: 0;
	border: none;
	outline: 0;
	cursor: pointer;
	-webkit-transition: .2s;
	transition: .2s;
	text-decoration: none;
	color: inherit
}

a picture img:hover,
button picture img:hover {
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

.h1,
h1 {
	font-size: 2.7rem
}

.h2,
h2 {
	font-size: 2.4rem
}

.h3,
h3 {
	font-size: 2.2rem
}

.h4,
h4 {
	font-size: 2rem
}

.h5,
h5 {
	font-size: 1.8rem
}

.h6,
h6 {
	font-size: 1.6rem
}

.lazyload,
.lazyloading {
	opacity: 0
}

.lazyloaded {
	opacity: 1;
	-webkit-transition: .2s;
	transition: .2s
}

.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(../img/bg-main.svg) repeat-y;
	background-size: 100%;
	padding-top: 103px
}

@media (min-width:492px) {
	.c-main {
		padding-top: 52px
	}
}

.c-main h1,
.c-main h2,
.c-main h3,
.c-main h4,
.c-main h5,
.c-main h6 {
	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;
	cursor: pointer;
	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;
	cursor: pointer;
	font-size: 1.4rem;
	-webkit-transition: .2s;
	transition: .2s
}

.o-btn_pink {
	box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
	background-color: #cd1835
}

.o-btn_pink:hover {
	box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, .4)
}

.o-btn_green {
	box-shadow: 0 3px 0 0 #3c7028, 0 4px 4px 0 #000;
	background-color: #62c23c
}

.o-btn_green:hover {
	box-shadow: 0 3px 0 0 #3c7028, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, .4)
}

.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:hover {
	background-color: rgba(255, 255, 255, .05)
}

.c-variation__item img,
.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-inform {
	display: -ms-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 20px 0;
	min-height: 100px
}

.c-inform__card {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 33%;
	padding: 3% 0
}

.c-inform__card+.c-inform__card {
	margin-left: 15px
}

.c-inform__card img {
	width: 35px
}

.c-inform__descr {
	padding-top: 10%
}

.c-inform__descr span {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0;
	font-size: 1.2rem;
	font-weight: 800;
	color: #fff
}

.c-inform__descr p {
	display: none
}

.c-inform__outer {
	background-color: #161626;
	position: relative
}

.c-inform__outer:after,
.c-inform__outer:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 14px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="-3 -3 14 14"><path fill="gray" d="M3.68 0l1.14 2.3 2.54.37-1.84 1.8L5.96 7 3.68 5.8 1.41 7l.43-2.53L0 2.67l2.54-.37L3.68 0z"/></svg>');
	background-size: contain;
	background-repeat: repeat-x
}

.c-inform__outer:before {
	top: 3px
}

.c-inform__outer:after {
	bottom: 3px
}

.c-text {
	margin-bottom: 25px
}

.c-text img {
	margin: 2rem auto
}

.c-text p {
	margin-bottom: 10px !important;
	font-size: 1.6rem
}

.c-text ul {
	padding-left: 25px;
	list-style-type: disc;
	font-size: 1.6rem;
	margin-bottom: 15px
}

.c-text ol {
	padding-left: 25px;
	list-style-type: decimal;
	font-size: 1.6rem;
	margin-bottom: 15px
}

.c-text a:not([class]) {
	color: #46afff;
	text-decoration: none
}

.c-text a:not([class]):focus,
.c-text a:not([class]):hover {
	text-decoration: underline
}

.c-game {
	height: 100%;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 4px 10px 0 #000;
	position: relative;
	-webkit-transition: 250ms;
	transition: 250ms
}

.c-game:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.c-game:hover .c-game__overflow {
	opacity: 1
}

.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;
	-webkit-transition: .2s;
	transition: .2s;
	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;
	-webkit-transition: .2s;
	transition: .2s
}

.c-game__overflow__demo:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

@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) {
	.c-game__wrapper {
		width: calc(100% / 4)
	}

	.c-game__name {
		font-size: 1.6rem
	}
}

@media screen and (min-width:1200px) {
	.c-game__wrapper {
		width: calc(100% / 5)
	}
}

.c-payments,
.c-providers {
	display: -ms-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	margin-bottom: 20px;
	margin-left: -15px;
	margin-right: -15px;
	width: 100%
}

.c-payments__title,
.c-providers__title {
	padding: 0 15px;
	width: 100%
}

.c-payments__icon,
.c-providers__icon {
	height: 50px;
	padding: 10px 15px
}

.c-payments__icon img,
.c-providers__icon img {
	height: 100%
}

.c-end {
	background-image: url("data:image/png;base64,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");
	background-repeat: repeat;
	background-color: #0a0a14;
	width: 100%;
	color: #646a87;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	padding-top: 30px;
	box-shadow: inset 0 30px 30px -10px rgba(0, 0, 0, .8)
}

.c-end h5 {
	margin: 0;
	margin-bottom: 15px;
	height: 30px;
	border-bottom: 1px solid #222330;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	width: 100%
}

.c-end__info {
	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-left: -15px;
	margin-right: -15px
}

.c-end__info-block {
	width: 100%;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px
}

.c-end__info-block>a {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	box-sizing: border-box;
	height: 36px;
	border-radius: 5px;
	padding: 0 12px;
	font-size: 1.6rem;
	text-decoration: none;
	color: #fff;
	transition: .2s
}

.c-end__info-block>a:hover {
	background-color: #252536
}

.c-end__info-block .c-variation:before {
	display: none
}

.c-end__copyright {
	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;
	flex-wrap: wrap;
	border-top: 1px dashed #303036;
	padding: 20px 15px
}

.c-end__copyright-text {
	width: 80%;
	margin-bottom: 15px;
	padding-right: 20px;
	color: #646a87;
	font-size: 1.4rem
}

.c-end__copyright-img {
	width: 20%;
	display: -ms-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	margin-bottom: 20px
}

.c-end__copyright-img img {
	width: 40px
}

@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
	}

	.c-begin__buttons {
		padding: 0
	}

	.c-inform__descr {
		padding-top: 10%
	}

	.c-inform__descr span {
		font-size: 1.6rem
	}
}

@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-inform {
		min-height: 160px
	}

	.c-inform__card {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-align: start;
		align-items: flex-start
	}

	.c-inform__card img {
		margin-right: 15px
	}

	.c-inform__descr {
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		padding: 0
	}

	.c-inform__descr p {
		padding-top: 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100%;
		font-size: 1.4rem;
		font-weight: 500;
		color: #7d8196;
		display: inline-block;
		line-height: 1
	}

	.c-end .c-variation {
		margin-bottom: 0
	}

	.c-end .c-variation__item {
		width: 50%
	}

	.c-end__info-block {
		width: 50%
	}
}

@media screen and (min-width:992px) {
	.c-inform__descr span {
		font-size: 1.8rem
	}

	.c-end__copyright {
		flex-wrap: nowrap
	}

	.c-end__copyright-text {
		width: 40%;
		margin-bottom: 0;
		padding: 0
	}

	.c-end__copyright-img {
		width: 10%
	}

	.c-end__copyright-img_18 {
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center
	}
}

@media screen and (min-width:1200px) {
	.c-poster img {
		width: 100%
	}
}

.c-variation__box {
	box-shadow: inset 0 5px 25px 0 rgba(0, 0, 0, .8);
	background-color: #212132
}

.o-lines__bg.is-load {
	background-image: url(../img/line_bg.svg)
}

table {
	border-collapse: collapse;
	width: 100%
}

table tr {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff
}

table td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px;
	min-width: 120px
}

.c-table__wrapper {
	overflow-x: auto;
	margin: 20px 0;
	padding-bottom: 2px
}

.c-faq {
	box-sizing: border-box;
	width: 100%
}

summary::-webkit-details-marker {
	display: none
}

summary::-moz-list-bullet {
	list-style-type: none
}

summary::marker {
	display: none
}

summary {
	position: relative;
	width: 100%;
	display: inline-block;
	text-align: left;
	cursor: pointer;
	box-sizing: border-box;
	color: #fff;
	font-weight: 700;
	border-bottom: 1px solid transparent;
	padding-bottom: 14px;
	transition-duration: .3s
}

summary::before {
	content: "";
	position: absolute;
	display: flex;
	height: 3px;
	width: 19px;
	right: 10px;
	top: calc(50% - 1px)
}

summary::after {
	content: "";
	position: absolute;
	display: flex;
	height: 19px;
	width: 3px;
	right: 18px;
	transition-duration: .3s;
	top: calc(50% - 9px)
}

details[open] summary {
	border-color: #e4e5eb
}

details[open]>summary::after {
	transform: rotate(90deg)
}

summary~* {
	-webkit-animation: sweep .5s;
	animation: sweep .5s
}

@-webkit-keyframes sweep {
	0% {
		color: transparent
	}

	100% {
		color: #fff !important
	}
}

@keyframes sweep {
	0% {
		color: transparent
	}

	100% {
		color: #fff !important
	}
}

summary:focus {
	outline: 0
}

details {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	display: block;
	box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .5);
	background-color: #212132;
	padding: 14px 12px 0;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 6px;
	margin-bottom: 2rem
}

details>div {
	margin: 0;
	padding: 20px 8px 20px 28px;
	text-align: left
}

.c-review {
	margin-top: 10px
}

.c-review__list {
	display: flex;
	flex-direction: column;
	padding-left: 0
}

.c-review__count {
	font-weight: 700;
	font-size: 2rem
}

.c-review__item {
	border: 1px solid #fe284a;
	padding: 20px;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	background-color: rgba(22, 22, 38, .8);
	border-radius: 6px
}

.c-review__header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	justify-content: space-between
}

.c-review__person {
	font-weight: 700;
	color: #fe284a
}

.c-review__reply {
	color: #fe284a;
	font-weight: 700;
	display: inline-flex;
	margin-left: 10px
}

.c-review__reply:hover {
	text-decoration: underline
}

.c-review__text-box {
	margin-left: 0
}

@media (min-width:769px) {
	.c-review__text-box {
		margin-left: 40px
	}
}

.c-review__text {
	text-align: left;
	margin-top: 0
}

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
	}
}

.c-toc__btn {
	display: inline-flex;
	cursor: pointer;
	align-items: center
}

.c-toc__btn::after {
	content: "";
	display: flex;
	width: 20px;
	height: 20px;
	background-image: url(../img/svg/more.svg);
	background-repeat: none;
	background-size: cover;
	background-position: center;
	transition-duration: .3s;
	margin-left: 10px;
	transform: rotateX(0)
}

.c-toc__btn.is-open::after {
	transform: rotateX(180deg)
}

.c-toc {
	transition-duration: .3s;
	overflow-y: hidden;
	max-height: 0
}

@media(min-width:992px) {
	.c-toc {
		display: flex;
		flex-wrap: wrap
	}

	.c-toc li {
		width: 50%
	}
}

.c-toc.is-open {
	max-height: 1000px
}

.c-lang {
	display: flex;
	flex-direction: column;
	background-color: rgba(37, 37, 54, .94902)
}

.c-lang:hover .c-lang__sublist {
	max-height: 1000px
}

.c-lang.is-open .c-lang__sublist {
	max-height: 1000px
}

.c-lang__sublist {
	transition-duration: .3s;
	max-height: 0;
	overflow-y: hidden;
	position: absolute;
	display: flex;
	flex-direction: column
}

.c-lang__item,
.c-lang__subitem {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(37, 37, 54, .94902);
	padding: 8px
}

@media(min-width:375px) {

	.c-lang__item,
	.c-lang__subitem {
		padding: 10px
	}
}

.c-lang img {
	width: 32px;
	height: 24px
}

@media(min-width:375px) {
	.c-lang img {
		width: 40px;
		height: 30px
	}
}

.footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	background: url(content/new/noise.png) repeat, #0a0a14;
	margin-top: auto
}

.footer__block {
	box-sizing: border-box;
	max-width: 1200px;
	width: 100%;
	padding: 0 15px
}

.footer__inner-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 30px
}

.footer__help {
	display: flex;
	flex-wrap: wrap
}

.footer__help>li {
	border-radius: 5px;
	margin-right: 8px;
	transition: all .3s ease-in-out
}

.footer__help>li:hover {
	background-color: #252536
}

.footer__help a {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 36px;
	width: 100%;
	border-radius: 5px;
	padding: 0 8px;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	transition: background-color .15s linear, transform .15s linear
}

.footer__navigation-social {
	display: flex;
	align-items: center
}

.footer__navigation-social li {
	margin-right: 10px
}

.footer__navigation-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 35px;
	border-radius: 50%
}

.footer__navigation-social a img {
	height: 20px;
	width: 20px
}

.social-instagram {
	background-color: #264484;
	box-shadow: 0 3px 0 1px #16284d
}

.social-instagram:hover {
	box-shadow: 0 3px 0 #16284D, inset 0 10px 10px 5px rgba(255, 255, 255, 0.4)
}

.social-telegram {
	background-color: #2ca3df;
	box-shadow: 0 3px 0 1px #1a6b84
}

.social-telegram:hover {
	box-shadow: 0 3px 0 #1A6B84, inset 0 10px 10px 5px rgba(255, 255, 255, 0.4)
}

.social-vkontakte {
	background-color: #3a6aa3;
	box-shadow: 0 3px 0 1px #223f61
}

.social-vkontakte:hover {
	box-shadow: 0 3px 0 #223F61, inset 0 10px 10px 5px rgba(255, 255, 255, 0.4)
}

.social-youtube {
	background-color: red;
	box-shadow: 0 3px 0 1px #781712
}

.social-youtube:hover {
	box-shadow: 0 3px 0 #781712, inset 0 10px 10px 5px rgba(255, 255, 255, 0.4)
}

.footer__second {
	width: 100%;
	box-sizing: border-box;
	border-top: 1px dashed #303036
}

.footer__second-container {
	width: 100%
}

.footer__lang-mobile {
	display: none
}

.copyright-age-warning {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 950px
}

.license-wrapper {
	min-width: 40px
}

.warning-item {
	display: flex;
	align-items: center;
	margin-right: 35px
}

.footer__second .license-wrapper .validator>div {
	overflow: visible !important
}

.p-copyright {
	min-width: 230px;
	line-height: 16px;
	word-break: normal;
	word-wrap: normal
}

.footer__second .p-copyright,
.footer__second .p-warning {
	color: #646a87;
	font-size: 12px;
	margin-left: 20px
}

.footer__second .copyright-age-warning-item {
	max-width: 380px
}

.footer__second .age-18 {
	height: 40px;
	width: 40px
}

.footer__second .p-warning {
	line-height: 14px
}

.footer__second .copyright-age-warning {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 950px
}

.footer__lang-desktop {
	min-width: 175px;
	width: 175px;
	display: flex;
	justify-content: flex-start
}

.choose-lang-list {
	z-index: 90;
	overflow-y: auto;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 6px 4px;
	background-color: #4a5372;
	color: #fff;
	column-count: 2;
	position: absolute;
	bottom: -14.5px;
	left: -194px;
	max-height: fit-content;
	width: auto
}

.choose-lang {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	cursor: pointer
}

.choose-lang .choose-lang-button {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: initial;
	height: 30px;
	padding: 5px;
	cursor: pointer
}

.dropdown-list {
	opacity: 0;
	visibility: hidden;
	transition: visibility .5s, opacity .25s ease
}

.dropdown-list.show {
	opacity: 1;
	visibility: visible
}

.choose-lang-list li {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 3px;
	background: inherit;
	break-inside: avoid;
	padding: 10px 5px
}

.choose-lang-list li.choose-lang-mid-odd-item {
	margin-bottom: 30px
}

.choose-lang-list li:last-child {
	margin-bottom: 0
}

.choose-lang-list li:hover {
	background-color: #2d3047
}

.choose-lang-list .choose-lang-box {
	display: flex;
	align-items: center;
	box-sizing: border-box
}

.choose-lang a {
	text-decoration: none
}

.flag-lang {
	width: 30px;
	border-radius: 50%
}

.choose-lang .lang-native-select {
	display: none
}

.choose-lang .arrow-down {
	width: 12px
}

.choose-lang span {
	padding: 0 10px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff
}

.footer__payments-selector-container {
	display: flex;
	justify-content: center;
	margin-bottom: 30px
}

.footer__payments-selector-container .footer__payments-selector {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center
}

.footer__payments-selector-container h3 {
	font-size: 1.8rem
}

.footer__payments-selector-container .footer__payments-selector.x-expand-block-opened .arrow-down {
	transform: rotate(-180deg)
}

.footer__payments-selector-container .arrow-down {
	margin: 0 8px;
	width: 12px;
	transition: transform .5s
}

.footer__payments-list {
	opacity: 0;
	max-height: 0;
	transform: scaleY(0);
	transform-origin: center top;
	transition: opacity .5s ease 0s, max-height 500ms ease 0s, transform 500ms ease 0s
}

.footer__payments-list.x-expand-block-opened {
	opacity: 1;
	max-height: 350px;
	transform: scaleY(1)
}

.footer__payments ul {
	background: url(../img/noise.842fbbb….png) repeat, #0a0a14;
	display: flex;
	flex-wrap: wrap
}

.footer__payments li {
	align-items: center;
	background-color: rgba(255, 255, 255, .03);
	border-radius: 5px;
	width: 100px;
	height: 60px;
	display: flex;
	flex-grow: 1;
	justify-content: center;
	padding: 10px;
	margin: 0 10px 10px 0
}

.footer__payments img {
	height: 100%;
	max-height: 40px;
	width: 60px;
	object-fit: contain
}

@media screen and (max-width:1280px) {
	.footer__inner-container {
		order: -1;
		flex-direction: column;
		justify-content: center;
		padding-top: 30px;
		padding-bottom: 30px;
		gap: 20px 0
	}

	.footer__second .copyright-age-warning {
		order: 1
	}
}

@media screen and (max-width:768px) {
	.footer__help {
		justify-content: center;
		margin-bottom: 20px
	}

	.footer__second .copyright-age-warning {
		order: 1;
		flex-direction: column;
		align-items: flex-start;
		gap: 20px 0
	}

	.choose-lang-list {
		column-count: 1;
		bottom: -12px;
		left: -5px
	}
}