@charset "UTF-8";
main {
	overflow: hidden;
	min-height: calc(100vh - 80px);
}

body,
html {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
}

img {
	color: transparent;
}

img:not([src]) {
	visibility: hidden;
}

.container {
	max-width: 1280px;
	margin: 0 auto;
}

.padding {
	padding: 0 15px;
}
@media (max-width: 576px) {
	.padding {
		padding: 0 10px;
	}
}

.margin {
	margin-bottom: 30px;
}
@media (max-width: 990px) {
	.margin {
		margin-bottom: 20px;
	}
}

a,
button {
	cursor: pointer;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.overlay {
	overflow: hidden;
}

input,
button {
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}

input {
	-webkit-appearance: none;
	border-radius: 0;
}

button {
	border: none;
	box-shadow: none;
	width: 100%;
	appearance: none;
	cursor: pointer;
}

.tns-outer {
	padding: 0 !important;
}

.tns-outer [hidden] {
	display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
	cursor: pointer;
}

.tns-slider {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s;
}

.tns-slider > .tns-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
	white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
	content: '';
	display: table;
	clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
	float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
	margin-right: -100%;
}

.tns-no-calc {
	position: relative;
	left: 0;
}

.tns-gallery {
	position: relative;
	left: 0;
	min-height: 1px;
}

.tns-gallery > .tns-item {
	position: absolute;
	left: -100%;
	-webkit-transition:
		transform 0s,
		opacity 0s;
	-moz-transition:
		transform 0s,
		opacity 0s;
	transition:
		transform 0s,
		opacity 0s;
}

.tns-gallery > .tns-slide-active {
	position: relative;
	left: auto !important;
}

.tns-gallery > .tns-moving {
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}

.tns-autowidth {
	display: inline-block;
}

.tns-lazy-img {
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	transition: opacity 0.6s;
	opacity: 0.6;
}

.tns-lazy-img.tns-complete {
	opacity: 1;
}

.tns-ah {
	-webkit-transition: height 0s;
	-moz-transition: height 0s;
	transition: height 0s;
}

.tns-ovh {
	overflow: hidden;
}

.tns-visually-hidden {
	position: absolute;
	left: -10000em;
}

.tns-transparent {
	opacity: 0;
	visibility: hidden;
}

.tns-fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 0;
}

.tns-normal,
.tns-fadeOut {
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
}

.tns-vpfix {
	white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
	display: inline-block;
}

.tns-t-subp2 {
	margin: 0 auto;
	width: 310px;
	position: relative;
	height: 10px;
	overflow: hidden;
}

.tns-t-ct {
	width: 2333.3333333%;
	width: -webkit-calc(100% * 70 / 3);
	width: -moz-calc(100% * 70 / 3);
	width: 2333.3333333333%;
	position: absolute;
	right: 0;
}

.tns-t-ct:after {
	content: '';
	display: table;
	clear: both;
}

.tns-t-ct > div {
	width: 1.4285714%;
	width: -webkit-calc(100% / 70);
	width: -moz-calc(100% / 70);
	width: 1.4285714286%;
	height: 10px;
	float: left;
}

main {
	margin-top: 125px;
}
@media (max-width: 990px) {
	main {
		margin-top: 135px;
	}
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	z-index: 99;
	transition: 0.5s;
}
.header .container {
	padding: 10px 0;
}
.header__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 990px) {
	.header__wrap {
		display: grid;
		grid-gap: 10px;
		grid-template-columns: 1fr 30px;
	}
}
@media (max-width: 990px) {
	.header__wrap-nomenu .header__logo {
		grid-column-start: 1;
		grid-column-end: 3;
		justify-content: center;
	}
}
.header__menu {
	display: none;
}
@media (max-width: 990px) {
	.header__menu {
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}
}
.header__menu svg:first-child {
	display: block;
}
.header__menu svg:last-child {
	display: none;
}
.header__menu-active svg:first-child {
	display: none;
}
.header__menu-active svg:last-child {
	display: block;
}
.header__logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header__logo img {
	max-width: 150px;
	max-height: 135px;
	height: auto;
	object-fit: contain;
}
@media (max-width: 990px) {
	.header__logo img {
		height: 40px;
	}
}
.header__btn {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}
@media (max-width: 990px) {
	.header__btn {
		grid-column-start: 1;
		grid-column-end: 3;
	}
}
.header__btn-item {
	font-size: 16px;
	font-weight: 600;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 12px 16px;
	border: none;
	transition: 0.3s;
	line-height: 21px;
}
.header__nav {
	margin-top: 10px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 990px) {
	.header__nav {
		display: none;
		width: 100%;
		max-width: 100%;
		right: 0;
		left: 0;
		position: absolute;
		top: 92%;
		padding: 15px 5px;
	}
}
.header__nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
@media (max-width: 990px) {
	.header__nav ul {
		gap: 12px;
		flex-direction: column;
		justify-content: center;
		padding-left: 10px;
	}
}
.header__nav button {
	font-size: 16px;
	line-height: 21px;
	transition: 0.3s;
	font-weight: 500;
	background: transparent;
	appearance: none;
	box-shadow: none;
	cursor: pointer;
	outline: none;
}
@media (max-width: 990px) {
	.header__nav button {
		font-size: 18px;
		line-height: 23px;
	}
}
.header__nav a {
	font-size: 16px;
	line-height: 21px;
	transition: 0.3s;
	font-weight: 500;
}
@media (max-width: 990px) {
	.header__nav a {
		font-size: 18px;
		line-height: 23px;
	}
}
.header__nav-second {
	margin-top: 5px;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 990px) {
	.header__nav-second {
		display: none;
		width: 95%;
		max-width: 100%;
		position: absolute;
		top: 100%;
	}
}
.header__nav-item-second {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	font-size: 14px;
	margin: 0 3px;
	font-weight: 500;
	line-height: 21px;
	transition: 0.3s;
	text-align: center;
	width: auto;
	appearance: none;
	outline: none;
	background: transparent;
}
@media (max-width: 990px) {
	.header__nav-item-second {
		justify-content: flex-start;
	}
}
.header__nav-item-second img {
	height: 20px;
	width: 20px;
	margin: 0 10px 0 0;
	object-fit: contain;
	transition: 0.3s;
}
.header__nav-item-second:hover img {
	transform: translateX(-10px);
}

.up-to {
	position: fixed;
	right: 20px;
	bottom: 70px;
	z-index: 9;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s;
}
@media (max-width: 990px) {
	.up-to {
		right: 10px;
		bottom: 75px;
	}
}

.up-to-active {
	opacity: 1;
	pointer-events: auto;
}

.header-hidden {
	transform: translateY(-250%);
	transition: 0.3s;
}

.content .breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	margin: 0 0 15px 0;
	list-style-type: none;
}
.content .breadcrumbs li {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
.content .breadcrumbs li::after {
	content: '›';
	margin-left: 10px;
	font-weight: 400;
	font-size: 18px;
}
.content .breadcrumbs li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
.content .breadcrumbs li:last-child {
	font-weight: 400;
}
.content .breadcrumbs li:last-child::after {
	display: none;
}
.content__wrap table {
	margin-bottom: 15px;
}
@media (max-width: 990px) {
	.content__wrap table {
		overflow-x: auto;
		display: block;
		max-width: 100%;
		width: 100%;
	}
}
@media (max-width: 990px) {
	.content__wrap .tablepress {
		overflow-x: auto;
		display: block;
		max-width: 100%;
		width: 100%;
	}
}
.content__wrap img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
@media (max-width: 576px) {
	.content__wrap img.alignleft {
		float: none;
		width: 100%;
		max-width: 100%;
		height: auto;
		box-sizing: border-box;
		display: block;
		margin: 0 0 10px 0;
		object-fit: cover;
	}
}
.content__wrap ul,
.content__wrap ol {
	padding-left: 15px;
	margin: 0 0 10px 0;
}
.content__wrap ul li,
.content__wrap ol li {
	margin-bottom: 5px;
}
.content__wrap figure {
	width: 100% !important;
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	display: block;
	margin: 0;
}
.content__wrap img.alignright {
	margin: 0 0 10px 10px;
	float: right;
}
@media (max-width: 576px) {
	.content__wrap img.alignright {
		float: none;
		width: 100%;
		object-fit: cover;
		max-width: 100%;
		box-sizing: border-box;
		display: block;
		height: auto;
		margin: 0 0 10px 0;
	}
}
.content__wrap img.size-full {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	max-width: 100%;
}
@media (max-width: 576px) {
	.content__wrap img.size-full {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		object-fit: cover;
		display: block;
		margin: 0 0 10px 0;
	}
}
.content__wrap img.aligncenter {
	display: block;
	margin: 0 auto;
}
@media (max-width: 576px) {
	.content__wrap img.aligncenter {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		display: block;
		object-fit: cover;
		margin: 0 0 10px 0;
	}
}
.content__wrap p {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
@media (max-width: 990px) {
	.content__wrap p {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 22px;
	}
}
.content__wrap a {
	font-weight: 500;
}
.content__wrap a:hover {
	text-decoration: underline;
}
.content__wrap strong {
	font-weight: 700;
}
.content__wrap h1,
.content__wrap h2,
.content__wrap h3,
.content__wrap h4,
.content__wrap h5 {
	margin-bottom: 20px;
	font-weight: 700;
}
@media (max-width: 990px) {
	.content__wrap h1,
	.content__wrap h2,
	.content__wrap h3,
	.content__wrap h4,
	.content__wrap h5 {
		margin-bottom: 15px;
	}
}
.content__wrap h1 {
	font-size: 40px;
	line-height: 51px;
}
@media (max-width: 990px) {
	.content__wrap h1 {
		font-size: 28px;
		line-height: 39px;
	}
}
.content__wrap h2 {
	font-size: 36px;
	line-height: 46px;
}
@media (max-width: 990px) {
	.content__wrap h2 {
		font-size: 26px;
		line-height: 33px;
	}
}
.content__wrap h3 {
	font-size: 32px;
	line-height: 40px;
}
@media (max-width: 990px) {
	.content__wrap h3 {
		font-size: 24px;
		line-height: 28px;
	}
}
.content__wrap h4 {
	font-size: 32px;
	line-height: 40px;
}
@media (max-width: 990px) {
	.content__wrap h4 {
		font-size: 24px;
		line-height: 28px;
	}
}
.content__wrap h5 {
	font-size: 32px;
	line-height: 40px;
}
@media (max-width: 990px) {
	.content__wrap h5 {
		font-size: 24px;
		line-height: 28px;
	}
}
.content .main-banner {
	cursor: pointer;
	padding: 120px;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
}
@media (max-width: 768px) {
	.content .main-banner {
		padding: 15px;
	}
}
.content .main-banner__img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.content .main-banner__pretitle {
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1;
	font-size: 22px;
}
@media (max-width: 768px) {
	.content .main-banner__pretitle {
		font-size: 18px;
		margin-bottom: 15px;
	}
}
.content .main-banner__title {
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	line-height: 1;
	font-weight: 400;
	font-size: 20px;
}
@media (max-width: 768px) {
	.content .main-banner__title {
		font-size: 18px;
		margin-bottom: 15px;
	}
}
.content .main-banner__bonus {
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
	line-height: 1;
	font-weight: 700;
	font-size: 50px;
}
@media (max-width: 768px) {
	.content .main-banner__bonus {
		font-size: 25px;
		line-height: 1.1;
		margin-bottom: 15px;
	}
}
.content .main-banner__ref {
	position: relative;
	z-index: 2;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 12px 16px;
	border: none;
	line-height: 21px;
	max-width: 200px;
}
@media (max-width: 768px) {
	.content .main-banner__ref {
		font-size: 16px;
		padding: 8px 14px;
	}
}
@media (max-width: 576px) {
	.content .main-banner__ref {
		font-size: 14px;
		padding: 8px;
	}
}
.content .main-banner-right {
	align-items: flex-end;
}
.content .slider-banner {
	overflow: hidden;
	display: grid;
	grid-template-columns: 800px 1fr;
	grid-gap: 20px;
}
@media (max-width: 1280px) {
	.content .slider-banner {
		grid-template-columns: 700px 1fr;
	}
}
@media (max-width: 1100px) {
	.content .slider-banner {
		grid-template-columns: 600px 1fr;
	}
}
@media (max-width: 1000px) {
	.content .slider-banner {
		grid-template-columns: 1fr;
	}
}
.content .slider-banner__left {
	overflow: hidden;
	cursor: pointer;
	height: 265px;
}
@media (max-width: 1200px) {
	.content .slider-banner__left {
		height: auto;
	}
}
.content .slider-banner__left img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	height: 265px;
	object-fit: cover;
}
@media (max-width: 990px) {
	.content .slider-banner__left img {
		height: auto;
	}
}
.content .slider-banner__left-item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.content .slider-banner__right {
	cursor: pointer;
	height: auto;
	box-sizing: border-box;
	padding: 50px 25px;
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}
@media (max-width: 990px) {
	.content .slider-banner__right {
		padding: 20px;
		height: auto;
	}
}
.content .slider-banner__img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 990px) {
	.content .slider-banner__img {
		height: auto;
	}
}
.content .slider-banner__title {
	position: relative;
	z-index: 2;
	margin-bottom: 15px;
	line-height: 1;
	font-weight: 400;
	font-size: 14px;
}
.content .slider-banner__text {
	position: relative;
	z-index: 2;
	margin-bottom: 15px;
	line-height: 1;
	font-weight: 700;
	font-size: 24px;
}
.content .slider-banner__ref {
	position: relative;
	z-index: 2;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 6px 10px;
	border: none;
	line-height: 21px;
	max-width: 120px;
}
.content .slider-banner .tns-controls {
	position: absolute;
	z-index: 2;
	right: 20px;
	bottom: 20px;
	display: flex;
	align-items: center;
}
.content .slider-banner .tns-controls button {
	margin: 0 2.5px;
	height: 20px;
	width: 20px;
	border-radius: 5px;
	color: transparent;
	background: rgba(255, 255, 255, 0.75);
	display: flex;
	align-items: center;
	justify-content: center;
}
.content .slider-banner .tns-controls button[data-controls='prev']::after {
	content: '';
	background: url('../images/left.svg') no-repeat center;
	height: 10px;
	width: 10px;
	background-size: 10px 10px;
	display: block;
	position: absolute;
}
.content .slider-banner .tns-controls button[data-controls='next']::after {
	content: '';
	background: url('../images/right.svg') no-repeat center;
	height: 10px;
	width: 10px;
	background-size: 10px 10px;
	display: block;
	position: absolute;
}
.content .slider-banner .tns-outer {
	position: relative;
	overflow: hidden;
}
.content .advantages-1 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}
@media (max-width: 990px) {
	.content .advantages-1 {
		grid-template-columns: 1fr;
		grid-gap: 15px;
	}
}
.content .advantages-1__item {
	padding: 20px 60px 20px 20px;
	position: relative;
}
.content .advantages-1__img {
	position: absolute;
	right: 10px;
	top: 20%;
}
.content .advantages-1__title {
	margin-bottom: 10px;
	font-size: 25px;
	font-weight: 700;
	line-height: 21px;
}
@media (max-width: 990px) {
	.content .advantages-1__title {
		font-size: 23px;
	}
}
.content .advantages-1__text {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	line-height: 21px;
}
.content .advantages-2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}
@media (max-width: 990px) {
	.content .advantages-2 {
		grid-template-columns: 1fr 1fr;
		grid-gap: 15px;
	}
}
@media (max-width: 576px) {
	.content .advantages-2 {
		grid-template-columns: 1fr;
	}
}
.content .advantages-2__img {
	margin-bottom: 15px;
}
.content .advantages-2__title {
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: 700;
	line-height: 21px;
}
@media (max-width: 990px) {
	.content .advantages-2__title {
		font-size: 23px;
	}
}
.content .advantages-2__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	margin: 0;
}
.content .advantages-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}
@media (max-width: 990px) {
	.content .advantages-3 {
		grid-template-columns: 1fr 1fr;
		grid-gap: 15px;
	}
}
@media (max-width: 576px) {
	.content .advantages-3 {
		grid-template-columns: 1fr;
	}
}
.content .advantages-3__item {
	padding: 40px;
}
.content .advantages-3__img {
	margin: 0 auto 15px auto;
	display: block;
}
.content .advantages-3__title {
	text-align: center;
	font-size: 25px;
	margin: 0;
	font-weight: 700;
	line-height: 21px;
}
.content .table-of-content {
	padding: 20px;
}
.content .table-of-content__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	font-size: 25px;
	font-weight: 700;
	margin: 0;
	line-height: 21px;
}
.content .table-of-content__title svg {
	transition: 0.3s;
}
.content .table-of-content__title-active svg {
	transform: rotate(180deg);
}
.content .table-of-content__list {
	margin-top: 20px;
	display: none;
}
.content .table-of-content__item {
	margin-bottom: 15px;
	line-height: 1;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.content .table-of-content__item span {
	border-radius: 50%;
	height: 35px;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px 0 0;
}
.content .table-of-content__item:last-child {
	margin: 0;
}
.content .table-of-content-2 {
	padding: 17.5px;
	gap: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.content .table-of-content-2__item {
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	margin: 2.5px 10px;
}
.content .table-of-content-2__item img {
	margin: 0 10px 0 0;
}
.content .table-of-content-3 {
	padding: 17.5px;
	display: grid;
	grid-template-columns: 100px 1fr;
	grid-gap: 10px;
}
@media (max-width: 990px) {
	.content .table-of-content-3 {
		grid-template-columns: 1fr;
	}
}
.content .table-of-content-3__img {
	display: flex;
	align-items: center;
	justify-content: center;
}
.content .table-of-content-3__img img {
	max-width: 100%;
	height: auto;
	width: 100%;
	object-fit: contain;
}
@media (max-width: 990px) {
	.content .table-of-content-3__img img {
		height: 60px;
	}
}
.content .table-of-content-3__link {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
@media (max-width: 990px) {
	.content .table-of-content-3__link {
		overflow-x: auto;
		flex-wrap: nowrap;
		padding-bottom: 10px;
	}
}
.content .table-of-content-3__item {
	white-space: nowrap;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	margin: 2.5px 10px;
}
.content .information-1 {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 20px;
}
@media (max-width: 990px) {
	.content .information-1 {
		grid-template-columns: 1fr;
	}
}
.content .information-1__left {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
@media (max-width: 576px) {
	.content .information-1__left {
		grid-template-columns: 1fr;
	}
}
.content .information-1__right {
	padding: 20px;
	display: flex;
	flex-direction: column;
}
.content .information-1__icon {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	margin: 0 auto 40px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 990px) {
	.content .information-1__icon {
		margin-bottom: 20px;
	}
}
.content .information-1__item {
	padding: 20px;
	position: relative;
	min-height: 140px;
	display: flex;
	cursor: pointer;
	flex-direction: column;
}
@media (max-width: 990px) {
	.content .information-1__item {
		min-height: 120px;
	}
}
.content .information-1__img {
	position: absolute;
	right: 10px;
	bottom: 10px;
	max-width: 100%;
	width: auto;
	height: 50px;
	object-fit: contain;
}
.content .information-1__title {
	margin-bottom: 5px;
	font-size: 19px;
	font-weight: 700;
	line-height: 21px;
}
.content .information-1__text {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	line-height: 21px;
}
.content .information-1__app {
	display: inline-block;
	margin: 0 auto 15px auto;
	padding-bottom: 15px;
	font-size: 19px;
	font-weight: 700;
	line-height: 21px;
	text-align: center;
}
.content .information-1 .footer__download-item {
	margin-bottom: 15px;
}
.content .information-1__info {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-align: center;
	margin-bottom: 25px;
}
.content .information-1__btn {
	margin-top: auto;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
.content .information-1__btn:hover {
	transform: scale(1.1);
}
.content .information-2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}
@media (max-width: 990px) {
	.content .information-2 {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 576px) {
	.content .information-2 {
		grid-template-columns: 1fr;
	}
}
.content .information-2__item {
	padding: 20px;
	position: relative;
	cursor: pointer;
}
.content .information-2__title {
	margin-bottom: 5px;
	font-size: 19px;
	font-weight: 700;
	line-height: 21px;
}
.content .information-2__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	margin: 0;
}
.content .information-2__img {
	position: absolute;
	right: 10px;
	object-fit: contain;
	width: auto;
	height: 40px;
	top: 26%;
}
.content .information-3 {
	overflow: hidden;
	position: relative;
}
.content .information-3 .tns-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	position: absolute;
	top: 44%;
	z-index: 9;
	width: 100%;
	box-sizing: border-box;
}
.content .information-3 .tns-controls button:first-child {
	position: relative;
	color: transparent;
	height: 20px;
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #c5c5d3;
}
.content .information-3 .tns-controls button:first-child::after {
	content: '';
	background: url('../images/left.svg') no-repeat center;
	height: 10px;
	width: 10px;
	background-size: 10px 10px;
	display: block;
	position: absolute;
}
.content .information-3 .tns-controls button:last-child {
	position: relative;
	color: transparent;
	height: 20px;
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #c5c5d3;
}
.content .information-3 .tns-controls button:last-child::after {
	content: '';
	background: url('../images/right.svg') no-repeat center;
	height: 10px;
	width: 10px;
	background-size: 10px 10px;
	display: block;
	position: absolute;
}
.content .information-3 .tns-outer {
	position: relative;
	overflow: hidden;
}
.content .information-3__slider {
	overflow: hidden;
	height: 180px;
}
@media (max-width: 576px) {
	.content .information-3__slider {
		height: auto;
	}
}
.content .information-3__item {
	padding: 20px;
	position: relative;
	min-height: 140px;
	cursor: pointer;
}
.content .information-3__img {
	position: absolute;
	right: 0;
	bottom: 0;
	object-fit: contain;
	width: auto;
	height: 80px;
}
.content .information-3__title {
	font-size: 23px;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
}
.content .review {
	overflow: hidden;
	max-height: 350px;
}
.content .review .tns-outer {
	display: flex;
	flex-direction: column;
}
.content .review .tns-controls {
	display: none;
}
.content .review .tns-nav {
	margin-top: 15px;
	order: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.content .review .tns-nav button {
	width: 5px;
	height: 12px;
	cursor: pointer;
	display: block;
	border-radius: 50%;
	margin: 0 5px;
}
.content .review__item {
	padding: 20px;
	cursor: pointer;
}
.content .review__item-top {
	display: grid;
	align-items: center;
	grid-template-columns: 60px 1fr;
	grid-gap: 20px;
	margin-bottom: 15px;
}
.content .review__img {
	border-radius: 50%;
	object-fit: cover;
	height: 60px;
	width: 60px;
}
.content .review__name {
	font-size: 21px;
	font-weight: 700;
	line-height: 25px;
	margin: 0;
}
.content .review__text {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}
.content .providers {
	overflow: hidden;
}
.content .providers button[data-action] {
	display: none;
}
.content .providers .tns-controls {
	display: none;
}
.content .providers__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.content .providers__top .providers__title {
	margin: 0;
}
.content .providers__link {
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}
.content .providers__link:hover {
	text-decoration: none;
}
.content .providers__text {
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	text-align: center;
	margin: 10px 0 0 0;
}
@media (max-width: 990px) {
	.content .providers__text {
		font-size: 15px;
	}
}
.content .providers__item {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	height: 60px;
}
.content .providers__item img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 45px;
	object-fit: contain;
}
.content .providers__item-2 {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	height: 50px;
	width: 50px;
	margin: 0 auto;
	border-radius: 50px;
}
.content .providers__item-2 img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 45px;
	object-fit: contain;
}
.content .providers .tns-outer {
	overflow: hidden;
}
.content .providers__1 {
	overflow: hidden;
	height: 80px;
}
.content .providers__2 {
	height: 80px;
	overflow-x: hidden;
	margin-top: 35px;
}
@media (max-width: 990px) {
	.content .providers__2 {
		margin-top: 25px;
	}
}
.content .providers__3 {
	height: 93px;
	overflow-x: hidden;
}
.content .providers__4 {
	height: 80px;
	overflow-x: hidden;
}
.content .providers__4 .providers__item img {
	max-height: 100%;
	height: 70px;
}
.content .app-section {
	padding: 25px;
	margin-top: 30px;
	position: relative;
}
@media (max-width: 990px) {
	.content .app-section {
		padding: 20px;
		margin-top: 0;
	}
}
.content .app-section__left {
	max-width: 400px;
}
.content .app-section__title {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
@media (max-width: 990px) {
	.content .app-section__title {
		font-size: 28px;
		line-height: 38px;
	}
}
.content .app-section__text {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}
@media (max-width: 990px) {
	.content .app-section__text {
		font-size: 16px;
		line-height: 21px;
	}
}
.content .app-section__btn {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
}
@media (max-width: 990px) {
	.content .app-section__btn {
		grid-template-columns: 1fr 1fr;
	}
}
.content .app-section__right {
	position: absolute;
	right: 40px;
	top: -25px;
}
@media (max-width: 990px) {
	.content .app-section__right {
		display: none;
	}
}
.content .app-section__right img {
	right: 0;
	z-index: 2;
	top: 0;
	max-width: 325px;
	object-fit: contain;
	height: 325px;
	width: 100%;
	box-sizing: border-box;
}
.content .section-img {
	overflow: hidden;
	padding: 25px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 35px;
}
@media (max-width: 990px) {
	.content .section-img {
		grid-gap: 20px;
		grid-template-columns: 1fr;
		padding: 20px;
	}
}
.content .section-img__right {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.content .section-img__right img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	width: 100%;
	box-sizing: border-box;
}
.content .slot__wrap {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 20px;
}
@media (max-width: 990px) {
	.content .slot__wrap {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 576px) {
	.content .slot__wrap {
		grid-gap: 15px;
		grid-template-columns: repeat(2, 1fr);
	}
}
.content .slot__item {
	overflow: hidden;
}
.content .slot__title {
	font-size: 32px;
	line-height: 40px;
}
@media (max-width: 990px) {
	.content .slot__title {
		font-size: 24px;
		line-height: 28px;
	}
}
.content .slot__img {
	display: flex;
	align-items: center;
	justify-content: center;
}
.content .slot__img img {
	max-width: 100%;
	height: 150px;
	object-fit: contain;
	width: 100%;
}
@media (max-width: 576px) {
	.content .slot__img img {
		height: 130px;
	}
}
.content .slot__link {
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	line-height: 1.2;
	background: transparent;
	outline: none;
	appearance: none;
	box-shadow: none;
	cursor: pointer;
}
.content .slot__link:hover {
	text-decoration: none;
}
.content .custom-list {
	list-style-type: none;
	padding: 0;
}
.content .custom-list li {
	position: relative;
	padding-left: 25px;
}
.content .custom-list li img {
	position: absolute;
	left: 0;
	height: 20px;
	width: 20px;
	object-fit: contain;
	top: 0;
}
.content .info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 60px;
	align-items: start;
}
@media (max-width: 990px) {
	.content .info {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
}
.content .info__attr-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
@media (max-width: 990px) {
	.content .info__attr-wrap {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 15px;
	}
}
.content .info__attr-box {
	padding-left: 15px;
	position: relative;
	margin-right: 15px;
}
@media (max-width: 990px) {
	.content .info__attr-box {
		margin: 0;
	}
}
.content .info__attr-title {
	font-size: 16px;
	position: relative;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 1;
}
.content .info__attr-title svg {
	position: absolute;
	left: -15px;
	top: 2px;
}
.content .info__attr-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}
.content .info__title {
	font-size: 32px;
	line-height: 40px;
}
@media (max-width: 990px) {
	.content .info__title {
		font-size: 24px;
		line-height: 28px;
	}
}
.content .info__user {
	display: grid;
	grid-template-columns: 3fr 1fr;
	max-width: 425px;
	padding: 10px;
	width: 100%;
	grid-gap: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
@media (max-width: 576px) {
	.content .info__user {
		max-width: 375px;
	}
}
.content .info__user-left {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-gap: 5px;
}
@media (max-width: 576px) {
	.content .info__user-left {
		grid-template-columns: repeat(6, 1fr);
	}
}
.content .info__user-right {
	font-size: 16px;
	font-weight: 400;
	display: flex;
	align-items: center;
}
@media (max-width: 576px) {
	.content .info__user-right {
		font-size: 13px;
	}
}
@media (max-width: 576px) {
	.content .info__user-box:nth-child(1),
	.content .info__user-box:nth-child(2) {
		display: none;
	}
}
.content .info__user-box {
	padding: 5px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
}
.content .info__user-box img {
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: contain;
}
@media (max-width: 990px) {
	.content .info__user-box img {
		height: 20px;
	}
}
.content .info__user-box svg {
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: contain;
}
@media (max-width: 990px) {
	.content .info__user-box svg {
		height: 20px;
	}
}
.content .info__btn {
	position: relative;
	z-index: 2;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border: none;
	line-height: 21px;
	max-width: 180px;
}
@media (max-width: 576px) {
	.content .info__btn {
		max-width: 100%;
	}
}
.content .info__btn:hover {
	text-decoration: none;
}
.content .info__right {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
}
.content .info__right-box {
	position: relative;
	padding: 10px;
	border-radius: 5px;
	overflow: hidden;
}
.content .info__right-img {
	object-fit: contain;
	position: absolute;
	right: 15px;
	bottom: 0;
	height: 110px;
	width: 110px;
}
@media (max-width: 990px) {
	.content .info__right-img {
		height: 95px;
		width: 95px;
	}
}
.content .info__right-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 23.44px;
	margin-bottom: 10px;
}
.content .info__right-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 50px;
}
.content .info__right-btn {
	box-shadow: none;
	appearance: none;
	cursor: pointer;
	height: 40px;
	width: 40px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.content .games__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.content .games__title {
	margin-bottom: 0;
}
.content .games__item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 270px;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
}
.content .games__item img {
	max-width: 100%;
	height: 270px;
	object-fit: cover;
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
}
.content .games__nav {
	display: flex;
	align-items: center;
	justify-content: center;
}
.content .games .next {
	height: 40px;
	width: 40px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s;
	opacity: 0.8;
}
@media (max-width: 990px) {
	.content .games .next {
		height: 30px;
		width: 30px;
	}
}
.content .games .next:hover {
	opacity: 1;
}
.content .games .prev {
	margin-right: 10px;
	cursor: pointer;
	height: 40px;
	width: 40px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	opacity: 0.8;
}
@media (max-width: 990px) {
	.content .games .prev {
		height: 30px;
		width: 30px;
	}
}
.content .games .prev:hover {
	opacity: 1;
}
.content .tab {
	display: grid;
	grid-template-columns: 1fr 3fr;
	border-radius: 20px;
	overflow: hidden;
}
@media (max-width: 576px) {
	.content .tab {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 576px) {
	.content .tab__left {
		overflow-x: auto;
		display: flex;
	}
}
.content .tab__left-item {
	font-size: 16px;
	line-height: 22px;
	cursor: pointer;
	font-weight: 700;
	margin: 0;
	padding: 14px;
}
@media (max-width: 576px) {
	.content .tab__left-item {
		padding: 10px;
		font-size: 15px;
		white-space: nowrap;
		border: none;
	}
}
.content .tab__left-item:hover {
	background: red;
}
.content .tab__right-text {
	display: none;
	padding: 12px 15px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
@media (max-width: 576px) {
	.content .tab__right-text {
		padding: 10px;
		font-size: 15px;
	}
}
.content .tab__right-text-active {
	display: block;
}
.content .demo {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 20px;
}
@media (max-width: 990px) {
	.content .demo {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 576px) {
	.content .demo {
		grid-template-columns: repeat(2, 1fr);
	}
}
.content .demo__item {
	height: 250px;
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.content .demo__item:hover .demo__info {
	opacity: 1;
}
.content .demo__item img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content .demo__img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content .demo__info {
	position: absolute;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	left: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: 0.3s;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 15px;
	z-index: 2;
}
.content .demo__info::before {
	content: '';
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	opacity: 0.4;
	background: #000;
	pointer-events: none;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.content .demo__name {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}
.content .demo__ref {
	position: relative;
	z-index: 2;
	padding: 5px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
	border: none;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
}
.content .demo__iframe {
	text-align: center;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	text-decoration: none;
	line-height: 21px;
	font-size: 16px;
	font-weight: 700;
	padding: 5px;
	position: relative;
	background: transparent;
	z-index: 2;
	cursor: pointer;
}
.content .demo__iframe:hover {
	text-decoration: none;
}
.content .slot-page {
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-gap: 30px;
}
@media (max-width: 990px) {
	.content .slot-page {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
}
.content .slot-page__img {
	max-width: 100%;
	height: 100%;
	width: 100%;
	display: block;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.content .slot-page__left {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 450px;
	border-radius: 10px;
	overflow: hidden;
}
@media (max-width: 990px) {
	.content .slot-page__left {
		min-height: 200px;
		height: auto;
	}
}
.content .slot-page__btn-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	position: relative;
	z-index: 2;
	width: 100%;
	box-sizing: border-box;
	gap: 10px;
}
.content .slot-page__btn-wrap button {
	position: relative;
	z-index: 2;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border: none;
	line-height: 21px;
	max-width: 190px;
}
.content .slot-page__btn-wrap button:hover {
	text-decoration: none;
}
.content .slot-page__btn-wrap a {
	position: relative;
	z-index: 2;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border: none;
	line-height: 21px;
	max-width: 190px;
}
.content .slot-page__btn-wrap a:hover {
	text-decoration: none;
}
.content .slot-page__table thead {
	width: 100%;
	box-sizing: border-box;
	display: block;
}
.content .slot-page__table thead tr:first-child {
	border-radius: 8px;
	background: #373737;
	overflow: hidden;
}
.content .slot-page__table tbody {
	display: block;
	box-sizing: border-box;
	width: 100%;
}
.content .slot-page__table tr {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 0;
}
.content .slot-page__table tr td {
	border: none !important;
	margin: 0;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 17px;
}
.content .slot-page__table tr th {
	border: none !important;
	margin: 0;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	background: transparent;
	text-align: left;
}
.content .slot-page__table tr:nth-child(2n) {
	border-radius: 8px;
	background: #373737;
}
.content .rating-list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
}
.content .rating-list__item {
	padding-bottom: 15px;
	display: grid;
	grid-template-columns: 230px 1fr 2fr 1fr;
	grid-gap: 30px;
	align-items: center;
}
@media (max-width: 990px) {
	.content .rating-list__item {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
}
.content .rating-list__item:nth-child(-n + 3) .rating-list__img {
	padding-right: 35px;
}
@media (max-width: 990px) {
	.content .rating-list__item:nth-child(-n + 3) .rating-list__img {
		padding: 35px 0 0 0;
	}
}
.content .rating-list__img {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.content .rating-list__img svg {
	position: absolute;
	top: 0;
	right: 0;
}
@media (max-width: 990px) {
	.content .rating-list__img svg {
		left: 0;
		right: auto;
	}
}
.content .rating-list__img img {
	max-width: 100%;
	height: auto;
	width: 100%;
	max-height: 130px;
	box-sizing: border-box;
	object-fit: cover;
	border-radius: 25px;
}
.content .rating-list__bonus {
	padding-left: 45px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	position: relative;
}
.content .rating-list__bonus svg {
	position: absolute;
	left: 0;
	top: 0;
}
.content .rating-list__title {
	text-align: center;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
}
@media (max-width: 990px) {
	.content .rating-list__title {
		text-align: left;
		font-size: 16px;
	}
}
.content .rating-list__text {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	margin: 0;
}
@media (max-width: 990px) {
	.content .rating-list__text {
		text-align: left;
		font-size: 16px;
	}
}
.content .rating-list__get {
	text-align: center;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
}
.content .rating-list__btn {
	font-size: 18px;
	font-weight: 600;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 12px 16px;
	border: none;
	transition: 0.3s;
	line-height: 21px;
	border-radius: 10px;
}
@media (max-width: 990px) {
	.content .rating-list__btn {
		font-size: 16px;
	}
}
.content .best-block {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
}
.content .best-block__item {
	display: grid;
	overflow: hidden;
	grid-template-columns: 140px 1fr 350px 1fr 1fr;
	grid-gap: 20px;
	align-items: center;
	border-radius: 5px;
	min-height: 140px;
}
@media (max-width: 990px) {
	.content .best-block__item {
		grid-template-columns: 1fr;
		min-height: auto;
		grid-gap: 15px;
	}
}
.content .best-block__img {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	box-sizing: border-box;
}
@media (max-width: 990px) {
	.content .best-block__img {
		padding: 15px;
	}
}
.content .best-block__img img {
	border-radius: 10px;
	display: block;
	max-height: 120px;
	box-sizing: border-box;
	object-fit: contain;
	max-width: 120px;
}
.content .best-block__bonus {
	padding: 5px 10px;
	text-align: center;
	margin: 0;
	font-size: 18px;
	line-height: 21px;
	font-weight: 600;
}
@media (max-width: 990px) {
	.content .best-block__bonus {
		padding: 0;
	}
}
.content .best-block__list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 5px;
	align-items: center;
	padding: 5px 15px;
	list-style-type: none;
	margin: 0;
}
@media (max-width: 990px) {
	.content .best-block__list {
		border: none !important;
	}
}
.content .best-block__list li {
	display: flex;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin: 0;
}
.content .best-block__list li svg {
	margin-right: 5px;
}
.content .best-block__rating-all {
	text-align: center;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}
.content .best-block__star {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.content .best-block__btn {
	padding: 5px 20px 5px 10px;
}
@media (max-width: 990px) {
	.content .best-block__btn {
		padding: 0 15px 15px 15px;
	}
}
.content .best-block__ref {
	font-size: 16px;
	font-weight: 600;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 10px 15px;
	border: none;
	margin-bottom: 5px;
	line-height: 21px;
}
.content .best-block__note {
	margin: 0;
	font-size: 12px;
	text-align: center;
}

.creator {
	display: grid;
	grid-template-columns: 120px 1fr;
	grid-gap: 20px;
	align-items: center;
}
@media (max-width: 990px) {
	.creator {
		grid-template-columns: 1fr;
	}
}
.creator__img {
	display: flex;
	align-items: center;
	justify-content: center;
}
.creator__img img {
	height: 120px;
	width: 120px;
	box-sizing: border-box;
	object-fit: cover;
	border-radius: 50%;
}
.creator__name {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
}
.creator__job {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
}
.creator__text {
	padding-left: 15px;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
}
.creator__update {
	font-weight: 400;
	opacity: 0.9;
	font-size: 14px;
	line-height: 21px;
}

.creator-bg {
	padding: 15px;
	border-radius: 15px;
}

.faq {
	margin-top: 30px;
}
@media (max-width: 990px) {
	.faq {
		margin-top: 20px;
	}
}
.faq__title {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 15px;
}
@media (max-width: 990px) {
	.faq__title {
		font-size: 26px;
		line-height: 33px;
	}
}
.faq__wrap {
	padding: 30px;
}
@media (max-width: 990px) {
	.faq__wrap {
		padding: 20px;
	}
}
.faq__item {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.faq__item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none !important;
}
.faq__item-title {
	cursor: pointer;
	font-size: 23px;
	line-height: 28px;
	font-weight: 700;
	position: relative;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 990px) {
	.faq__item-title {
		font-size: 20px;
		line-height: 25px;
	}
}
.faq__item-title svg {
	transition: 0.3s;
}
.faq__item-title-active svg {
	transform: rotate(180deg);
}
.faq__item-text {
	margin: 10px 0 0 0;
	font-size: 16px;
	display: none;
	line-height: 21px;
	font-weight: 400;
}
.faq__item-text.active {
	display: block;
}
@media (max-width: 990px) {
	.faq__item-text {
		font-size: 14px;
		line-height: 22px;
	}
}

.footer .container {
	padding: 40px 0;
}
@media (max-width: 990px) {
	.footer .container {
		padding: 20px 0;
	}
}
.footer__wrap {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
}
@media (max-width: 990px) {
	.footer__wrap {
		grid-gap: 10px;
	}
}
.footer__logo {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer__logo img {
	max-width: 150px;
	max-height: 150px;
	height: auto;
	object-fit: contain;
}
.footer__title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.footer__nav ul {
	display: flex;
	justify-content: space-between;
	align-content: inherit;
	gap: 15px;
	flex-wrap: wrap;
	padding: 0;
}
.footer__nav ul li a {
	color: white;
}
.footer__nav ul li a:hover {
	color: #591a66;
}
.footer__list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 15px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer__list li {
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	transition: 0.3s;
	cursor: pointer;
}
.footer__list a {
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	transition: 0.3s;
}
.footer__medium {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
@media (max-width: 990px) {
	.footer__medium {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
}
.footer__mail {
	line-height: 21px;
	font-size: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 25px;
}
@media (max-width: 990px) {
	.footer__mail {
		justify-content: center;
		margin-bottom: 15px;
	}
}
.footer__payments {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
@media (max-width: 990px) {
	.footer__payments {
		justify-content: center;
		flex-wrap: wrap;
	}
}
.footer__payments img {
	max-width: 100px;
	max-height: 50px;
	object-fit: contain;
	margin-left: 15px;
	width: auto;
}
@media (max-width: 990px) {
	.footer__payments img {
		margin: 0 10px;
	}
}
@media (max-width: 576px) {
	.footer__payments img {
		max-width: 70px;
		max-height: 30px;
	}
}
.footer__line {
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 576px) {
	.footer__line {
		display: grid;
		grid-gap: 10px;
		grid-template-columns: 1fr;
	}
}
.footer__social {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}
.footer__social a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer__social a img {
	object-fit: contain;
	max-width: 25px;
	max-height: 25px;
}
.footer__partner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.footer__partner img {
	margin: 0 10px 5px 0;
	max-width: 100px;
	max-height: 50px;
	object-fit: contain;
}
@media (max-width: 576px) {
	.footer__partner img {
		max-width: 70px;
		max-height: 30px;
	}
}
.footer__bottom {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 4fr 1fr;
}
@media (max-width: 990px) {
	.footer__bottom {
		grid-template-columns: 1fr;
	}
}
.footer__desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}
.footer__copy {
	font-size: 14px;
	text-align: right;
	font-weight: 400;
	line-height: 21px;
	opacity: 0.7;
}
@media (max-width: 990px) {
	.footer__copy {
		text-align: center;
	}
}
.footer__download {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}
.footer__download-item {
	background: #e3fa48;
	padding: 8px 22px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer__download-item svg {
	fill: #000;
}
.footer__download-item span {
	display: flex;
	color: #000;
	flex-direction: column;
}
.footer__download-item span span {
	font-weight: 400;
	color: #000;
	font-size: 12px;
	line-height: 1;
	text-align: left;
}
.footer__download-item span span:last-child {
	margin-top: 5px;
	font-weight: 700;
}

.not-found {
	margin-bottom: 35px;
}
.not-found__title {
	font-size: 75px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
}
.not-found a {
	font-size: 23px;
	text-align: center;
	font-weight: bold;
	display: block;
	line-height: 1;
}

.modal-bg {
	opacity: 0.6;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	z-index: 99;
	background: #000;
	display: none;
}

.iframe-modal {
	display: none;
	position: fixed;
	max-width: 700px;
	width: 95%;
	margin: 0 auto;
	padding: 40px 15px 15px 15px;
	border-radius: 10px;
	background: #fff;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	z-index: 9999;
	height: 450px;
	box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.0784313725);
}
@media (max-width: 990px) {
	.iframe-modal {
		max-width: 900px;
		height: 370px;
	}
}
.iframe-modal__close {
	position: absolute;
	right: 10px;
	top: 7px;
	cursor: pointer;
}
.iframe-modal__wrap {
	display: flex;
}
.iframe-modal iframe {
	width: 100%;
	box-sizing: border-box;
	height: 390px;
	object-fit: cover;
	position: relative;
	z-index: 2;
}

.header__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
	list-style: none;
}
.header__list li a {
	color: white;
}
.header__list li a:hover {
	color: #f72275;
}

.burger {
	position: absolute;
	top: 20px;
	right: 25px;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 25px;
	height: 25px;
	background: none;
}
.burger span {
	width: 100%;
	height: 2px;
	background: white;
	border-radius: 5px;
}

.burger.active span:first-child {
	transform: rotate(45deg);
}
.burger.active span:nth-child(2) {
	display: none;
}
.burger.active span:last-child {
	transform: rotate(-45deg) translate(4px, -5px);
}

@media (max-width: 990px) {
	.iframe-modal iframe {
		height: 300px;
	}
	.footer__nav ul {
		justify-content: center;
	}
	.burger {
		display: flex;
	}
	.header__list {
		position: fixed;
		top: -100%;
		left: 0;
		width: 100%;
		height: auto;
		background: #240a29;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 15px;
	}
	.header__list.active {
		top: 100px;
	}
}
.iframe-modal__output {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	position: relative;
}
.iframe-modal__output::before {
	content: '';
	pointer-events: none;
	background: url(../images/preloader.svg) no-repeat center center;
	background-size: contain;
	height: 100px;
	width: 100px;
	display: block;
	position: absolute;
}

.modal-active {
	display: block;
}

/*# sourceMappingURL=main-style.css.map */
