*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}
html,
body {
	width: 100%;
	height: 100%;
}
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}
a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}
a[class] {
	text-decoration: none;
}
img {
	max-width: 100%;
	display: block;
}
input,
button,
textarea,
select {
	font: inherit;
	outline: none;
}
@media (prefers-reduced-motion: reduce) {
	* {
		-webkit-animation-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
:root {
	--main-color: #494949;
	--green: #1fad66;
	--text-color: #f9fafa;
	--header-height: 47px;
	--content-padding: 16px;
	--btn-radius: 5px;
	--container-width: calc(1600px + var(--content-padding) * 2);
	--wrapper-width: var(--container-width);
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
ul,
ol {
	padding: 0;
	margin: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}
html {
	scroll-behavior: smooth;
	font-size: 10px;
}
body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}
ul[class],
ol[class] {
	list-style: none;
}
a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}
img {
	max-width: 100%;
	display: block;
}
article > * + * {
	margin-top: 1em;
}
input,
button,
textarea,
select {
	font: inherit;
}
button {
	background: none;
	border: none;
	cursor: pointer;
	outline: none;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
		url('../fonts/Roboto-Regular.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
		url('../fonts/Roboto-Bold.woff') format('woff');
	font-display: swap;
	font-weight: bold;
}
body {
	background-color: #434343;
	color: var(--text-color);
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	position: relative;
}
body.o-lock {
	overflow: hidden;
}
body::-webkit-scrollbar {
	width: 10px;
}
body::-webkit-scrollbar-thumb {
	background: #4c555e;
	border-radius: 10px;
}
h1 {
	font-size: 2.6rem;
	text-align: center;
}
h2 {
	font-size: 2.2rem;
}
h3 {
	font-size: 1.8rem;
}
h4 {
	font-size: 1.4rem;
}
h5 {
	font-size: 1rem;
}
h6 {
	font-size: 0.6rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 15px;
}
p {
	margin-bottom: 10px;
}
.o-table {
	overflow-x: scroll;
	margin-bottom: 10px;
}
.o-table::-webkit-scrollbar {
	display: none;
}
.o-table table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #bbb;
}
.o-table td,
.o-table th {
	padding: 10px;
	border: 1px solid #bbb;
	font-size: 1.6rem;
}
.o-table th {
	font-weight: bold;
}
.o-wrapper,
.o-container {
	margin: 0 auto;
}
.o-container {
	max-width: var(--container-width);
	width: 100%;
}
.o-wrapper {
	max-width: var(--wrapper-width);
}
.o-content-padding {
	padding-left: var(--content-padding);
	padding-right: var(--content-padding);
}
.o-btn {
	border-radius: var(--btn-radius);
	display: inline-block;
	padding: 5px 8px;
	font-size: 1.3rem;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	font-weight: bold;
}
.o-log-btn {
	color: #cfd4d8;
}
.o-log-btn:hover {
	color: #fff;
}
.o-reg-btn {
	background-color: #fd272a;
	border-radius: 100px !important;
	color: #fff;
}
.o-reg-btn:hover {
	background-color: #911214;
}
.o-flex-wrap {
	display: flex;
	flex-wrap: wrap;
}
.o-flex-column {
	display: flex;
	flex-direction: column;
}
.c-main {
	margin-top: var(--header-height);
}
.c-bonuses {
	padding: 20px 0;
}
.c-bonuses__holder {
	display: flex;
	flex-direction: column;
}
.c-bonuses__item {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.c-bonuses__bonus-card {
	max-width: 300px;
	position: relative;
}
.c-bonuses__link {
	display: block;
	text-decoration: none;
}
.c-bonuses__link:hover .c-bonuses__img {
	-webkit-filter: grayscale(0.8);
	filter: grayscale(0.8);
	transform: scale(1.05);
}
.c-bonuses__bonus-desc {
	position: absolute;
	width: 75%;
	background-color: rgba(58, 170, 53, 0.6);
	padding: 10px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
.c-bonuses__bonus-title {
	font-size: 1.4rem;
	color: #fff;
	font-weight: 400;
	margin-bottom: 5px;
}
.c-bonuses__caption {
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.c-bonuses__img-wrapper {
	overflow: hidden;
}
.c-bonuses__img {
	transition: all ease 0.5s;
	will-change: transform;
}
.c-reviews {
	padding: 20px 0;
}
.c-reviews__item {
	border: 1px solid #e4e5eb;
	margin-bottom: 10px;
	border-radius: 5px;
}
.c-reviews__item:last-child {
	margin-bottom: 0;
}
.c-reviews__user {
	display: flex;
	padding: 10px;
	justify-content: space-between;
	margin-bottom: 10px;
}
.c-reviews__user-name {
	font-weight: bold;
	font-size: 1.8rem;
	width: 60%;
}
.c-reviews__answer-btn {
	border-radius: var(--btn-radius);
	font-size: 1.6rem;
	padding: 5px 10px;
	text-decoration: none;
}
.c-reviews__content {
	padding: 10px 20px;
}
.c-reviews__comment {
	font-size: 1.6rem;
}
.c-faq {
	padding: 20px 0;
}
.c-faq__item {
	box-shadow: 0 10px 18px rgba(75, 74, 120, 0.14);
	border-radius: 5px;
	margin-bottom: 10px;
}
.c-faq__question {
	padding: 10px;
	cursor: pointer;
	outline: none;
	font-size: 1.6rem;
	font-weight: bold;
}
.c-faq__question * {
	font-size: 18px;
	margin: 0;
}
.c-faq__question::-webkit-details-marker,
.c-faq__question::marker {
	content: '';
	display: none;
}
.c-faq__answer {
	padding: 10px 0;
	margin: 0 20px;
	border-top: 1px solid #e4e5eb;
	font-size: 1.6rem;
}
.c-toc {
	background: var(--main-color);
	border: 1px solid #000;
	border-right: 0;
	padding: 20px;
	position: fixed;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	transition: all 0.3s ease-in-out;
	transform: translateX(100%);
	overflow-y: auto;
	max-height: calc(100vh - 65px - 90px - 40px);
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	max-width: calc(320px - 10px);
	width: 100%;
	z-index: 1;
}
.c-toc.o-active {
	transform: initial;
}
.c-toc::-webkit-scrollbar {
	background: var(--main-color);
	width: 8px;
}
.c-toc::-webkit-scrollbar-thumb {
	background: #ffe71d;
}
.c-toc__list {
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 18px;
	gap: 10px;
}
.c-toc__list a {
	color: #fff;
	text-decoration: none;
}
.c-toc-btn {
	background-color: var(--main-color);
	background-image: url(../images/toc.svg);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center;
	border-radius: 50%;
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 10px;
	height: 40px;
	width: 40px;
	z-index: 1;
}
.c-header {
	background-color: var(--main-color);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.c-header__container {
	display: flex;
	align-items: center;
	min-height: var(--header-height);
	padding-right: 8px;
}
.c-burger {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	height: 40px;
	width: 40px;
}
.c-burger div {
	background: #f2f5f9;
	height: 3px;
	width: 20px;
}
.c-burger div:first-child {
	width: 16px;
	transform: translateX(-2px);
}
.c-burger div:last-child {
	width: 10px;
	transform: translateX(-5px);
}
.c-header__logo-link {
	display: block;
}
.c-header__btns-holder {
	display: flex;
	gap: 8px;
	margin-left: auto;
}
.c-header__nav {
	background: #0b0d0e;
	position: fixed;
	padding: 16px 8px;
	left: 0;
	top: 0;
	transform: translateX(calc(-100% - 44px));
	transition: 0.2s ease-in-out;
	height: 100vh;
	max-width: 299px;
	width: calc(100% - 44px);
	z-index: 2;
}
.c-header__nav::before {
	background: #000000bf;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	content: '';
	position: fixed;
	pointer-events: none;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.2s ease-in-out;
	height: 100%;
	width: 100vw;
	z-index: -1;
}
.c-header__nav.o-active {
	transform: translateX(0%);
}
.c-header__nav.o-active::before {
	opacity: 1;
}
.c-header__nav-close {
	position: absolute;
	top: 16px;
	right: 0;
	transform: translateX(100%);
	height: 40px;
	width: 40px;
}
.c-header__nav-close::before {
	transform: rotate(45deg);
}
.c-header__nav-close::after {
	transform: rotate(-45deg);
}
.c-header__nav-close::before,
.c-header__nav-close::after {
	background: #fff;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 3px;
	width: 20px;
}
.c-header__nav__enterance-btn {
	background-color: var(--green);
	color: #fff;
	font-size: 1.2rem;
	padding: 0 16px;
	line-height: 36px;
	text-transform: uppercase;
}
.c-header__burger-list {
	border-radius: 5px;
	overflow: hidden;
}
.c-header__burger-list[class] {
	margin-top: 8px;
}
.c-header__burger-list li {
	align-items: center;
	background: #22262a;
	display: grid;
	grid-template-columns: 20px 1fr auto;
	gap: 8px;
	padding-left: 8px;
	padding-right: 14px;
	position: relative;
	margin-bottom: 2px;
}
.c-header__burger-list li::after {
	background-image: url(../images/chevron.svg);
	background-repeat: no-repeat;
	background-size: 6px;
	background-position: center;
	content: '';
	display: block;
	height: 16px;
	width: 16px;
}
.c-header__burger-list a {
	color: #cfd4d8;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 600;
	text-decoration: none;
	line-height: 44px;
}
.c-header__icon {
	fill: #cfd4d8;
}
.c-slider {
	padding: 8px;
}
.c-slider__container {
	position: relative;
	overflow: hidden;
}
.c-slider__track {
	display: flex;
}
.c-slider__track.grab {
	cursor: -webkit-grab;
	cursor: grab;
}
.c-slider__track.grabbing {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.c-slider__item {
	flex: 1 0 100%;
	height: 248px;
}
.c-slider__info {
	background-repeat: no-repeat, no-repeat;
	background-size: cover, contain;
	background-position: 78% 50%;
	border-radius: 5px;
	position: relative;
	padding: 50px 16px 24px 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 100%;
	width: 100%;
}
.c-slider__info * {
	position: relative;
}
.c-slider__info::before {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	content: '';
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
.c-slider__title {
	font-size: 2.4rem;
	line-height: 28px;
	margin-bottom: 8px;
	text-shadow: 0 1px 0 #b3b3b3, 0 2px 2px rgba(0, 0, 0, 0.3),
		0 3px 6px rgba(0, 0, 0, 0.5);
}
.c-slider__sub-title {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 0.25px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 2px 6px rgba(0, 0, 0, 0.5);
}
.c-slider__play-btn {
	background-color: #fff;
	box-shadow: 0 1px 0 #b3b3b3, 0 2px 2px rgba(0, 0, 0, 0.3),
		0 3px 6px rgba(0, 0, 0, 0.5);
	font-size: 1.4rem;
	line-height: 16px;
	letter-spacing: 0.25px;
	margin-top: 50px;
	text-transform: uppercase;
	padding: 14px 16px;
	color: #000;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}
.c-slider__play-btn:hover {
	background: #fff;
	color: #000;
	box-shadow: 0 0 12px #fff;
}
.c-slider__item:nth-child(1) .c-slider__info {
	background-image: url('../images/slide1.jpg');
}
.c-slider__item:nth-child(1) .c-slider__info::before {
	background-image: url('../images/slide1r.png');
}
.c-slider__item:nth-child(2).lazyloaded .c-slider__info {
	background-image: url('../images/slide2.jpg');
}
.c-slider__item:nth-child(2).lazyloaded .c-slider__info::before {
	background-image: url('../images/slide2r.png');
}
.c-slider__item:nth-child(3).lazyloaded .c-slider__info {
	background-image: url('../images/slide3.jpg');
}
.c-slider__item:nth-child(3).lazyloaded .c-slider__info::before {
	background-image: url('../images/slide3r.png');
}
.c-slider__item:nth-child(4).lazyloaded .c-slider__info {
	background-image: url('../images/slide4.jpg');
}
.c-slider__item:nth-child(4).lazyloaded .c-slider__info::before {
	background-image: url('../images/slide4r.png');
}
.c-slider__item:nth-child(5).lazyloaded .c-slider__info {
	background-image: url('../images/slide5.jpg');
}
.c-slider__item:nth-child(5).lazyloaded .c-slider__info::before {
	background-image: url('../images/slide5r.png');
}
.c-slider__item:nth-child(6).lazyloaded .c-slider__info {
	background-image: url('../images/slide6.jpg');
}
.c-slider__item:nth-child(6).lazyloaded .c-slider__info::before {
	background-image: url('../images/slide6r.png');
}
.c-slider__item:nth-child(7).lazyloaded .c-slider__info {
	background-image: url('../images/slide7.jpg');
}
.c-slider__item:nth-child(7).lazyloaded .c-slider__info::before {
	background-image: url('../images/slide7r.png');
}
.c-slider__item:nth-child(8).lazyloaded .c-slider__info {
	background-image: url('../images/slide8.jpg');
}
.c-slider__item:nth-child(8).lazyloaded .c-slider__info::before {
	background-image: url('../images/slide8r.png');
}
.c-slider__item:nth-child(9).lazyloaded .c-slider__info {
	background-image: url('../images/slide9.jpg');
}
.c-slider__item:nth-child(9).lazyloaded .c-slider__info::before {
	background-image: url('../images/slide9r.png');
}
.c-slider__pagination {
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 10px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.c-slider__pagination-dot {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 20px;
	width: 20px;
}
.c-slider__pagination-dot.o-active::before {
	background-color: #fff;
}
.c-slider__pagination-dot::before {
	background-color: #000;
	border: 1px solid #fff;
	border-radius: 50%;
	content: '';
	position: absolute;
	transition: 0.2s ease-in-out;
	height: 8px;
	width: 8px;
}
.c-slider-arrows {
	display: none;
}
.c-category {
	overflow-x: auto;
	margin: 16px 8px 0 8px;
	padding-bottom: 8px;
}
.c-category::-webkit-scrollbar {
	height: 5px;
}
.c-category::-webkit-scrollbar-thumb {
	background: #4c555e;
	border-radius: 10px;
}
.c-category__list {
	--link-width: 68px;
	display: flex;
	justify-content: flex-start;
	gap: 4px;
}
.c-category__item {
	flex: 1 0 var(--link-width);
	max-width: var(--link-width);
}
.c-category__link {
	align-items: center;
	background: #22262a;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	font-size: 1.1rem;
	justify-content: center;
	padding: 8px;
	height: 52px;
}
.c-category__link-title {
	color: #cfd4d8;
	text-overflow: ellipsis;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	width: var(--link-width);
}
.c-category__icon {
	fill: #cfd4d8;
}
.c-main__content-container {
	padding-top: 30px;
}
.c-main__content-container a {
	color: #fff;
}
.c-main__content-container ol,
.c-main__content-container ul {
	padding-left: 30px;
}
.c-slots {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	margin: 30px 0;
}
.c-slot {
	flex: 0 0 164px;
}
.c-slot:hover .c-slot__body {
	opacity: 1;
	visibility: visible;
}
.c-slot__img-box {
	position: relative;
}
.c-slot__body {
	background: #000000aa;
	align-items: center;
	display: flex;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	gap: 15px;
	position: absolute;
	padding: 12px;
	justify-content: center;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.c-slot__title {
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 8px 0 0 0;
	max-width: 164px;
	text-align: center;
	transition: color 0.2s ease-in-out;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.c-slot__title:hover {
	color: #1fad66;
}
.c-slot__play {
	font-size: 1.4rem;
}
.c-slot__demo,
.c-slot__play {
	border-radius: 25px;
	transition: 0.2s ease-in-out;
	text-align: center;
}
.c-slot__demo {
	color: var(--text-color);
	background-color: #32383e;
	font-size: 1.3rem;
	line-height: 32px;
	padding: 0 10px;
}
.c-slot__demo:hover {
	background: var(--text-color);
	color: #32383e;
}
.c-slot__img {
	border-radius: var(--btn-radius);
	-o-object-fit: cover;
	object-fit: cover;
}
.c-footer {
	background-color: #434343;
	color: #cfd4d8;
	font-size: 1.4rem;
	padding: 20px 0;
}
.c-footer a:hover {
	text-decoration: underline;
}
.c-footer__links {
	display: grid;
}
.c-footer__links-box {
	padding: 8px;
}
.c-footer__links-list {
	gap: 16px;
	justify-content: center;
}
.c-footer__links-list a {
	color: #cfd4d8;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}
.c-footer__links-list a:hover {
	color: #fff;
}
.c-footer__title {
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 16px;
	text-align: center;
}
.c-footer__copyright-section {
	color: #abb2ba;
	text-align: center;
}
.c-footer__item {
	padding-top: 8px;
	padding-bottom: 8px;
}
.c-footer__licence {
	gap: 16px;
	justify-content: center;
}
@media (prefers-reduced-motion: reduce) {
	* {
		-webkit-animation-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
@media (min-width: 560px) {
	.c-footer__links {
		grid-template-columns: repeat(2, 1fr);
	}
	.c-footer__title {
		text-align: left;
	}
	.c-footer__links-list {
		flex-direction: column;
		justify-content: flex-start;
	}
}
@media (min-width: 768px) {
	.o-btn {
		padding: 0 16px;
		line-height: 36px;
		text-transform: uppercase;
	}
	.c-slider__play-btn {
		padding: 14px 16px;
		line-height: initial;
	}
	.c-slider__info {
		padding: 50px 50px 24px 50px;
	}
	.c-header__container {
		gap: 15px;
	}
	.c-header__logo {
		height: 24px;
		width: 96px;
	}
	.c-bonuses__holder {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.c-bonuses__item {
		flex-basis: 50%;
		margin-bottom: 40px;
	}
}
@media (min-width: 992px) {
	.c-main {
		display: flex;
		flex-direction: column;
	}
	.c-slider__track {
		display: flex;
	}
	.c-slider__item:nth-child(1) .c-slider__info {
		background-image: url('../images/slide1.jpg');
	}
	.c-slider__item:nth-child(1) .c-slider__info::before {
		background-image: url('../images/slide1r.png');
	}
	.c-slider__item:nth-child(2) .c-slider__info {
		background-image: url('../images/slide2.jpg');
	}
	.c-slider__item:nth-child(2) .c-slider__info::before {
		background-image: url('../images/slide2r.png');
	}
	.c-slider__item:nth-child(3) .c-slider__info {
		background-image: url('../images/slide3.jpg');
	}
	.c-slider__item:nth-child(3) .c-slider__info::before {
		background-image: url('../images/slide3r.png');
	}
	.c-slider__item:nth-child(4) .c-slider__info {
		background-image: url('../images/slide4.jpg');
	}
	.c-slider__item:nth-child(4) .c-slider__info::before {
		background-image: url('../images/slide4r.png');
	}
	.c-slider__item:nth-child(2).lazyloaded .c-slider__info {
		background-image: url('../images/slide2.jpg');
	}
	.c-slider__item:nth-child(2).lazyloaded .c-slider__info::before {
		background-image: url('../images/slide2r.png');
	}
	.c-slider__item:nth-child(3).lazyloaded .c-slider__info {
		background-image: url('../images/slide3.jpg');
	}
	.c-slider__item:nth-child(3).lazyloaded .c-slider__info::before {
		background-image: url('../images/slide3r.png');
	}
	.c-slider__item:nth-child(4).lazyloaded .c-slider__info {
		background-image: url('../images/slide4.jpg');
	}
	.c-slider__item:nth-child(4).lazyloaded .c-slider__info::before {
		background-image: url('../images/slide4r.png');
	}
	.c-slider__item:nth-child(5).lazyloaded .c-slider__info {
		background-image: url('../images/slide5.jpg');
	}
	.c-slider__item:nth-child(5).lazyloaded .c-slider__info::before {
		background-image: url('../images/slide5r.png');
	}
	.c-slider__item:nth-child(6).lazyloaded .c-slider__info {
		background-image: url('../images/slide6.jpg');
	}
	.c-slider__item:nth-child(6).lazyloaded .c-slider__info::before {
		background-image: url('../images/slide6r.png');
	}
	.c-slider__item:nth-child(7).lazyloaded .c-slider__info {
		background-image: url('../images/slide7.jpg');
	}
	.c-slider__item:nth-child(7).lazyloaded .c-slider__info::before {
		background-image: url('../images/slide7r.png');
	}
	.c-slider__item:nth-child(8).lazyloaded .c-slider__info {
		background-image: url('../images/slide8.jpg');
	}
	.c-slider__item:nth-child(8).lazyloaded .c-slider__info::before {
		background-image: url('../images/slide8r.png');
	}
	.c-slider__item:nth-child(9).lazyloaded .c-slider__info {
		background-image: url('../images/slide9.jpg');
	}
	.c-slider__item:nth-child(9).lazyloaded .c-slider__info::before {
		background-image: url('../images/slide9r.png');
	}
	.c-slider__item {
		flex: 1 0 423px;
		padding-right: 16px;
	}
	.c-slider-arrows {
		display: initial;
	}
	.c-slider-arrow {
		align-items: center;
		background: #0b0d0e;
		cursor: pointer;
		display: flex;
		justify-content: center;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0;
		height: 44px;
		width: 34px;
	}
	.c-slider-arrow:hover svg {
		fill: var(--green);
	}
	.c-slider-arrow.prev {
		border-radius: 0 24px 24px 0;
		left: 0;
	}
	.c-slider-arrow.prev svg {
		transform: rotate(180deg);
	}
	.c-slider-arrow.next {
		border-radius: 24px 0 0 24px;
		right: 0;
	}
	.c-slider-arrow.disabled {
		pointer-events: none;
		opacity: 0.5;
	}
	.c-slider-arrow svg {
		fill: var(--text-color);
	}
	.c-bonuses__holder {
		justify-content: space-between;
	}
	.c-bonuses__item {
		flex-basis: 24%;
		margin-bottom: 0;
	}
	.c-reviews__user {
		padding: 20px;
		margin-bottom: 0;
	}
	.c-reviews__content {
		padding: 20px 35px;
	}
}
@media (min-width: 1400px) {
	:root {
		--header-height: 56px;
	}
	.c-burger,
	.c-header__nav-close,
	.c-header__nav__enterance-btn,
	.c-header__icon {
		display: none;
	}
	.c-header__container {
		padding: 0 var(--content-padding);
	}
	.c-header__nav {
		background: none;
		position: initial;
		padding: unset;
		transform: unset;
		height: unset;
		max-width: unset;
		width: unset;
	}
	.c-header__burger-list {
		display: flex;
	}
	.c-header__burger-list[class] {
		margin: initial;
	}
	.c-header__burger-list li {
		background: initial;
		display: initial;
		margin: 0;
		padding: 0;
	}
	.c-header__burger-list li::after {
		display: none;
	}
	.c-header__burger-list a {
		padding: 0 12px;
		font-size: 1.2rem;
		line-height: 56px;
	}
	.c-header__burger-list a:hover {
		background: #32383e;
	}
	.c-category__list {
		--link-width: 80px;
	}
}
@media (min-width: 1310px) {
	.c-header__burger-list a {
		text-transform: uppercase;
	}
}
.img-cov {
	margin: 30px 0;
	width: 100%;
}
.img-cov.s {
	width: 200px;
	height: 200px;
	margin: 30px auto;
}
.img-cov img {
	width: 100%;
}
