@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

:root {
	--red: #3498fe;
	--black: rgb(28, 30, 39);
	--white: #fff;
	--grey: #232c3b;

	--body-bg: rgb(28, 30, 39);
	--grey-bg: rgb(28, 30, 39);

	--login-bg: transparent;
	--login-bg-hover: #e01e1b;

	--red-bg: #3498fe;
	--red-bg-hover: rgb(77, 165, 254);

	--default-btn-bg: var(--black);
	--default-btn-bg-hover: #394f69;

	--text-color: #f5faff;
	--text-default: #f5faff;

	--link-color: #fff;
	--link-hover-text-shadow: none;
	--link-hover-color: rgb(77, 165, 254);
	
	--highlight: #394f69;

	--jackpot-text-color: #e01e1b;

	--transition: 0.2s;
	--border-radius: 18px;

	--font-family: 'Roboto', sans-serif;
}

html,
body {
	min-height: 100vh;
	scrollbar-color: #1e1e1e transparent;
	overflow-x: hidden;
	width: 100%;
}
html {
	position: relative;
	isolation: isolate;
	background-size: cover;
	background-attachment: fixed;
	background-color: var(--body-bg);
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	position: relative;
	overflow-x: hidden;
	color: var(--text-color);
	margin: 0;
	padding: 0;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}
body * {
	transition: var(--transition);
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: border-box;
}
h1,
.h1 {
	font-size: 36px;
  	line-height: 40px;
	font-weight: 900;
  	text-shadow: 0 2px 3px #0006;
}

h2,
.h2 {
	font-size: 24px;
  	font-weight: 500;
  	line-height: 28px;
  	letter-spacing: normal;
	color: var(--text-default);
}
.h2 {
	margin: 1rem 0 2rem;
}

h3,
.h3 {
	font-size: 24px;
  	font-weight: 500;
  	line-height: 28px;
  	letter-spacing: normal;
}
@media (max-width: 767px) {
	h1,
	.h1 {
		font-size: 2.2rem;
	}

	h2,
	.h2 {
		font-size: 1.8rem;
	}

	h3,
	.h3 {
		font-size: 1.25rem;
	}
}

a {
	color: var(--link-color);
	text-decoration: none;
}
a:hover {
	color: var(--link-hover-color);
}

section:not(.hero) {
	margin: var(--section-indent) 0;
	position: relative;
	display: inline-block;
	width: 100%;
}
section.hero {
	margin-bottom: var(--section-indent);
}

.page-wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow-x: hidden;
}

.main {
	flex: 1 1 auto;
}

.wrapper {
	width: 1300px;
	margin: 0 auto;
}
@media (max-width: 1350px) {
	.wrapper {
		width: 90%;
	}
}
.wrapper figure img {
	width: 100%;
	max-height: 500px;
	height: auto;
	margin-block: 2rem;
}
@media (max-width: 767px) {
	.wrapper figure img {
		max-height: 350px;
	}
}

.no-scroll {
	overflow: hidden;
}

.hidden {
	display: none !important;
}

@media (max-width: 991px) {
	.hidden-mobile {
		display: none;
	}
}

.red {
	color: var(--red);
}

.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 12px;
  	font-weight: 500;
  	line-height: 16px;
  	text-transform: uppercase;
  	letter-spacing: .4px;
  	padding: 0 16px;
	height: 36px;
  	border-radius: 18px;
	color: #b6bcc4;
	background-color: var(--default-btn-bg);
	max-width: 100%;
/* 	border: 3px solid var(--red); */
}

.btn:hover {
	color: var(--white);
}

.btn_red {
	background-color: var(--red-bg);
	color: var(--white);
}

.btn_red:hover {
	background-color: var(--red-bg-hover);
	color: var(--white);
}

.small-title {
	font-weight: 500;
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: hsla(0, 0%, 100%, 0.8);
	text-shadow: 0 1px 0 #000;
}

@media (max-width: 991px) {
	header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 5;
	}
}
.header {
	z-index: 5;
	background-color: var(--body-bg);
	width: 100%;
/* 	box-shadow: 0 4px 16px rgba(255, 0, 0, 0.15); */
	position: fixed;
	max-width: 100vw;
	padding: 15px 0 10px;
}
@media (max-width: 767px) {
	.header {
		padding: 0.9rem 0 0.7rem;
	}
}

.header__wrapper {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	grid-gap: 2rem;
}

.header__img-wrapper {
	display: inline-flex;
	align-items: center;
	height: 40px;
}
@media (max-width: 767px) {
	.header__img-wrapper {
		width: 160px;
		height: unset;
	}
}
@media (max-width: 510px) {
	.header__img-wrapper {
		width: 90px;
	}
}

.header__logo-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.header-menu {
}
.header__nav {
	display: inline-flex;
/* 	width: 100%; */
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
/* 	padding: 10px 0 13px; */
/* 	background-color: var(--grey-bg); */
/* 	border-bottom: 2px solid var(--red); */
}

@media (max-width: 991px) {
	.header__nav {
		position: absolute;
		opacity: 0;
		top: 75px;
		left: 100vw;
		background: var(--body-bg);
		height: 100vh;
		padding: 20px 0;
		flex-direction: column;
		align-items: center;
		justify-content: start;
		width: 100%;
		transition: var(--transition);
	}

	.header__nav.active {
		opacity: 1;
		left: 0;
		text-align: center;
		transition: var(--transition);
		z-index: 100;
		overflow-y: scroll;
	}
}

.header__list {
	display: inline-flex;
	flex-wrap: wrap;
	width: auto;
	gap: 20px;
	margin: 0;
	padding: 0;
}
@media (max-width: 991px) {
	.header__list {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 15px 0;
		padding-left: 0;
		margin-block: 0;
	}
}

.header__list-item {
	list-style-type: none;
}

.header__list-link {
	color: #b6bcc4;
	font-size: 12px;
  	font-weight: 500;
  	line-height: 16px;
  	text-transform: uppercase;
  	letter-spacing: .4px;
  	white-space: nowrap;
	padding: 12px;
 	text-decoration: none;
 	-webkit-user-select: none;
 	user-select: none;
 	border-radius: 20px;
}

.header__list-link:hover {
	color: #f5faff;
	background-color: var(--highlight);
}

.header__buttons-wrapper {
	display: inline-flex;
/* 	margin-left: auto; */
	gap: 20px;
}
@media (max-width: 767px) {
	.header__buttons-wrapper {
		gap: 10px;
	}
}

.header__btn {
}

@media (max-width: 1199px) {
	.header__btn {
/* 		padding: 0.8rem; */
		font-size: 1rem;
	}
}
@media (max-width: 767px) {
	.header__btn {
/* 		padding: 0.5rem; */
		font-size: 0.8rem;
	}
}
@media (max-width: 510px) {
	.header__btn {
/* 		padding: 0.2rem; */
		font-size: 0.7rem;
	}
}
@media (max-width: 440px) {
	.header__btn {
		display: none;
	}
}

.header__burger {
}

.header-burger {
	display: none;
}

.header__burger-line {
	background-color: var(--text-color);
	width: 30px;
	height: 2px;
	transition: var(--transition);
}

.header-burger__line {
}

@media (max-width: 991px) {
	.header-burger {
		display: inline-flex;
		cursor: pointer;
		margin-left: 20px;
		position: relative;
		width: 35px;
		height: 14px;
		align-items: center;
		justify-content: end;
	}

	.header-burger:before,
	.header-burger:after {
		content: '';
		background-color: var(--text-color);
		position: absolute;
		height: 2px;
		transition: var(--transition);
	}

	.header-burger:before {
		width: 35px;
		top: 0;
		transition: var(--transition);
	}

	.header-burger:after {
		width: 25px;
		bottom: 0;
		transition: var(--transition);
	}

	.header-burger.pressed:before,
	.header-burger.pressed:after {
		width: 30px;
	}

	.header-burger.pressed:before {
		transform: rotate(45deg);
		top: 6px;
	}

	.header-burger.pressed:after {
		transform: rotate(-45deg);
		bottom: 6px;
	}

	.header-burger.pressed .header-burger__line {
		opacity: 0;
	}
}
@media (max-width: 767px) {
	.header-burger {
		margin-left: 10px;
	}
}

.main {
	display: flex;
	width: 100%;
	flex-direction: column;
	padding-top: 112px;
}

.main .wrapper {
	background-color: var(--body-bg);
	padding: 1rem 0;
}

.hero {
	display: inline-flex;
	width: 100%;
}

.hero__wrapper {
	background-color: transparent !important;
	z-index: 1;
}
.hero__slide {
	min-height: 320px;
	isolation: isolate;
	position: relative;
	display: grid;
	align-content: center;
	position: relative;
	z-index: 0;
	overflow: hidden;
	border-radius: 18px;
  	overflow: hidden;
}
.hero__slide:before {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.hero__img,
.hero__img_2 {
	position: absolute;
	inset: 0;
	width: calc(100% + 40px);
	max-width: unset;
	height: 100%;
	object-fit: cover;
}
@keyframes banners-move-bg {
    0%, 100% {
        transform: translateX(-20px);
    }
    50% {
        transform: translateX(0); /* Двигаем вправо на 100% ширины элемента */
    }
}

@keyframes banners-move-main {
    0%, 100% {
        transform: translateX(20px);
    }
    50% {
        transform: translateX(0); /* Двигаем влево на 100% ширины элемента */
    }
}

/* Анимация для активного состояния */
.swiper-slide-active .hero__img {
    z-index: -2;
    animation-name: banners-move-bg;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.swiper-slide-active .hero__img_2 {
    z-index: -1;
    animation-name: banners-move-main;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* Сброс анимации для неактивного состояния */
.swiper-slide:not(.swiper-slide-active) .hero__img,
.swiper-slide:not(.swiper-slide-active) .hero__img_2 {
    animation-name: none;
}

/* @media (max-width: 767px) {
	.hero__img {
		opacity: 0.6;
	}
} */

.hero__slide-caption {
	display: inline-flex;
	flex-direction: column;
	padding: 7rem 5rem !important;
	width: 100%;
}
@media (max-width: 1199px) {
	.hero__slide-caption {
		padding: 4rem 2rem !important;
	}
}
@media (max-width: 767px) {
	.hero__slide-caption {
		padding: 1rem !important;
	}
}

.hero__slide-title {
}

.hero__slide-semititle {
	font-size: 24px;
  	font-weight: 500;
  	line-height: 28px;
  	letter-spacing: normal;
}

.hero__slide-btn {
	margin-top: 2.26rem;
	cursor: pointer;
	width: max-content;
	border-radius: 12px;
  	box-shadow: none;
	font-size: 14px;
  	font-weight: 500;
  	line-height: 16px;
  	text-transform: uppercase;
  	letter-spacing: .25px;
	text-decoration: none;
  	background-color: var(--white);
	color: var(--black);
	padding: 16px 28px;
	height: unset;
	transition: box-shadow .2s ease;
}

.hero__slide-btn:hover {
	background-color: var(--white);
	color: var(--black);
	box-shadow: 0 0 12px var(--white);
}
.hero__swiper-pagination {
	position: relative !important;
	bottom: 30px !important;
	margin-top: 0;
}
.hero__swiper-pagination .swiper-pagination-bullet {
	background-color: var(--white);
	width: 8px;
  	height: 8px;
  	background-color: #00000080;
  	border: 1px solid var(--white);
  	border-radius: 50%;
	margin: 0 6px !important;
}
.hero__swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--white);
}
@media (max-width: 767px) {
	.hero__slide-btn {
		margin-top: 2rem;
		cursor: pointer;
		padding: 1rem 4rem;
		width: max-content;
		max-width: 100%;
		font-weight: 700;
	}
}

.rating {
}
.rating__wrapper {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	isolation: isolate;
}
.rating__item {
}
.rating__table {
	border-radius: var(--border-radius);
	/* background: linear-gradient(
		180deg,
		rgba(216, 42, 78, 0.6) 0%,
		rgba(23, 11, 25, 0.6) 68.02%
	); */
	background: rgba(17, 16, 16, 0.8);
	width: 100%;
	padding: 44px 42px;
	display: grid;
	width: 100%;
}
.rating__table-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	padding-bottom: 7px;
	margin-bottom: 27px;
}
.rating__table-item {
	display: grid;
	grid-template-columns: 66px calc(70% - 66px) 30%;
}
.rating__table-item:not(.rating__table-header.rating__table-item, :last-child) {
	margin-bottom: 15px;
}
.rating__table-number {
	font-weight: 400;
	font-size: 1rem;
	opacity: 0.4;
}
.rating__table-name {
	font-weight: 400;
	font-size: 1rem;
}
.rating__table-result {
	font-weight: 400;
	font-size: 1rem;
}
.rating__table-number,
.rating__table-name,
.rating__table-result {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.rating__table-header .rating__table-number,
.rating__table-header .rating__table-name,
.rating__table-header .rating__table-result {
	color: var(--red);
	opacity: 1;
}
.rating__table-body {
}
.rating__table-link {
	margin: 40px auto 0;
}
.rating__jackpot::before {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.rating__jackpot {
	border-radius: var(--border-radius);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
		url('../images/gDo5fegzuZrw.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	display: grid;
	place-content: center;
	gap: 30px 0;
	position: relative;
}

.rating__jackpot-title {
	text-align: center;
	margin: 0;
	position: relative;
}
.rating__jackpot-text {
	font-weight: 700;
	font-size: 4.5rem;
	line-height: 1;
	text-align: center;
	margin: 0;
	position: relative;
}
@media (max-width: 1199px) {
	.rating__wrapper {
		grid-template-columns: 100%;
		gap: 2rem;
	}
	.rating__table {
		width: 100%;
	}
	.rating__jackpot {
		padding: 5rem 0.5rem;
		gap: 1.5rem;
	}
	.rating__jackpot-title {
		font-size: 1.8rem;
		line-height: 120%;
	}
	.rating__jackpot-text {
		font-size: 2.8rem;
	}
}
@media (max-width: 540px) {
	.rating__table {
		padding: 1.2em 1.5rem;
	}
	.rating__table-item {
		grid-template-columns: 35px calc(72% - 35px) 28%;
	}
	.rating__table-name,
	.rating__table-number,
	.rating__table-result {
		font-size: 0.9rem;
	}
}
@media (max-width: 410px) {
	.rating__table-item {
		grid-template-columns: 35px calc(65% - 35px) 35%;
	}
}
.slots {
}

.slots__filters-wrapper {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 50px;
	background-color: var(--grey-bg);
	border-radius: 10px 10px 0px 0px;
	border-bottom: 2px solid var(--red);
}

.slots__filter-tabs-wrapper {
	display: inline-flex;
	align-items: center;
	width: 100%;
	height: 45px;
}

.slots__filter-tabs-items-wrapper {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	position: relative;
	height: 100%;
}
.slots__filter-tabs-items-wrapper:nth-child(2) {
	margin-inline: auto;
	gap: 20px;
}

.slots__filter-tabs-btn {
	width: 58px;
	height: 45px;
	padding: 14px 15px;
	display: inline-flex;
	align-items: center;
	position: absolute;
	right: 55px;
	bottom: 0;
}
.slots__filter-tabs-btn-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.slots__filter-tabs-item {
	padding: 11px 15px;
	background-color: #22262a;
	border-radius: 10px;
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0 11px;
}

.slots__filter-tabs-item:first-child:before {
	content: '';
	display: inline-block;
	background-image: url('../images/ko3OIeYUII1C.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 19px;
	height: 17px;
}
.slots__filter-tabs-item:last-child:before {
	content: '';
	display: inline-block;
	background-image: url('../img/menu.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 22px;
	height: 11px;
}
.slots__filter-tabs-link {
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
}
.slots__filter-tabs-link:hover {
	color: var(--link-hover-color);
}
.slots__filter-search-wrapper {
	padding: 11px 15px;
	border-radius: 10px 10px 0 0;
	border-color: var(--red);
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0 11px;
	width: 55px;
	transition: var(--transition);
	position: absolute;
	right: 0;
	bottom: 0;
}
.slots__filter-search-wrapper.active {
	background-color: rgba(14, 13, 13, 0.8);
	border: 1px solid var(--red);
	border-bottom: none;
	background-color: var(--black);
	position: absolute;
	bottom: 0;
	transition: var(--transition);
}
.slots__filter-tabs-search-img {
}
.slots__filter-search-input {
	display: none;

	background-color: var(--black);
	border: none;
	outline: none;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1rem;
	font-weight: 500;
	width: 100%;
}
.slots__filter-tabs-search-close-img {
	opacity: 0;
}
.slots__filter-tabs-search:focus-visible {
	outline: none;
}

.slots__filter-search-wrapper:not(.active) .slots__filter-tabs-search-img {
	cursor: pointer;
}
.slots__filter-search-wrapper.active .slots__filter-search-input {
	display: inline-block;
}
.slots__filter-search-wrapper.active .slots__filter-tabs-search-close-img {
	cursor: pointer;
	opacity: 1;
}

.slots__category-wrapper {
}

.slots__category-wrapper:not(:last-child) {
	margin-bottom: 77px;
}

.slots__category-header {
	display: inline-flex;
	align-items: baseline;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 33px;
}

.slots__category-body {
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.slots__category-body::-webkit-scrollbar {
	display: none;
}

.slots__category-items-wrapper {
	width: 100%;
	display: inline-grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px 33px;
}

.slots__category-item {
	width: 100%;
	overflow: hidden;
}
.slots__category-img-wrapper {
	display: inline-flex;
	position: relative;
	width: 100%;
	height: 190px;
	isolation: isolate;
	justify-content: center;
	align-items: center;
	z-index: 0;
	overflow: hidden;
}
.slots__category-img-wrapper:before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0,0,0, 0.5);
	z-index: 0;
	opacity: 0;
	transition: var(--transition);
}
.slots__category-img-wrapper:hover:before,
.slots__category-img-wrapper:focus:before {
	opacity: 1;
	z-index: 1;
}

.slots__category-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	z-index: -1;
}

.slots__action {
	display: inline-grid;
	width: 100%;
	padding: 1rem;
	gap: 10px;
}

.slots__action-link {
	display: inline-flex;
	justify-content: center;
	padding: 1rem;
	width: 127px;
	margin: 0 auto;
	opacity: 0;
	z-index: -1;
	transform: translateY(100%);
	font-size: 14px;
  	font-weight: 500;
  	line-height: 16px;
  	letter-spacing: .25px;
}
.slots__category-img-wrapper:hover .slots__action-link,
.slots__category-img-wrapper:focus .slots__action-link {
	opacity: 1;
	z-index: 1;
	transform: translateY(0);
	transition: var(--transition);
}

.slots__category-info-wrapper {
	margin-top: 14px;
}

.slots__category-semititle {
	color: rgba(255, 255, 255, 0.6);
	margin: 0 0 4px;
}

.slots__category-title {
	font-size: 1.2rem;
	line-height: 1.3rem;
	margin: 0;
	text-transform: uppercase;
	pointer-events: none;
}
.slots__btn-more-wrapper {
	display: inline-flex;
	margin-top: 60px;
	width: 100%;
	justify-content: center;
}
.slots__btn-more {
}
@media (max-width: 1199px) {
	.slots__filter-tabs-link {
		font-size: 0.8rem;
	}
	.slots__category-title {
		pointer-events: initial;
	}
	.slots__category-img {
		animation: slots-scale 2s infinite;
	}
}
@media (max-width: 991px) {
	.slots__filter-tabs-items-wrapper {
		gap: 0.5rem;
	}
	.slots__filter-tabs-items-wrapper:nth-child(2) {
		gap: 0.7rem;
	}
	.slots__filter-tabs-search-img,
	.slots__filter-tabs-search-close-img {
		width: 1.1rem;
		height: 1.1rem;
	}
	.slots__filter-tabs-btn {
		width: 2.2rem;
		height: 2.2rem;
		padding: 0.5rem;
	}
	.slots__category-items-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 767px) {
	.slots__filter-tabs-wrapper {
		justify-content: space-between;
	}
	.slots__filter-tabs-items-wrapper:nth-child(2) {
		display: none;
	}
	.slots__filter-tabs-items-wrapper:nth-child(3) {
		margin-left: auto;
	}
	.slots__filter-tabs-search {
		width: 100%;
		padding: 11px 15px;
	}
	.slots__category-header-name {
		font-size: 1.3rem;
	}
	.slots__category-header-link {
		font-size: 1rem;
	}
	.slots__category-items-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 510px) {
	.slots__category-items-wrapper {
		grid-template-columns: 100%;
		justify-content: center;
	}
	.slots__category-item {
		width: 280px;
		margin-inline: auto;
		max-width: 100%;
	}
}
@-webkit-keyframes slots-scale {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.03);
	}
	100% {
		transform: scale(1);
	}
}
.faq {
	position: relative;
	z-index: 0;
}
.faq__item {
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	transition: var(--transition);
	border-top: 1px solid #6b6b6b;
}
.faq__item:last-of-type {
	border-bottom: 1px solid #6b6b6b;
}
.faq__item[open] {
	padding: 0;
	transition: var(--transition);
}
.faq__item[open] .faq__question {
	color: var(--red);
}
.faq__item[open] .faq__question:before {
	background-color: var(--red);
}
.faq__item[open] .faq__question:after {
	transform: rotate(180deg);
	background-color: var(--red);
}
.faq__question {
	padding: 40px 50px 40px 0;
	display: inline-flex;
	align-items: center;
	width: 100%;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 110%;
	position: relative;
}
.faq__question::marker {
	content: none;
}
.faq__question:before {
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	width: 40px;
	height: 5px;
	background-color: var(--text-color);
}
.faq__question:after {
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	width: 40px;
	height: 5px;
	background-color: var(--text-color);
	transition: var(--transition);
	transform: rotate(90deg);
}
.faq__answer {
	padding: 0 30px 30px 0;
}
.faq__answer-item {
	display: grid;
	grid-template-columns: 60% 40%;
}
.faq__answer-info {
}
.faq__answer-img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 300px;
	height: 100%;
	margin-left: 160px;
}
@media (max-width: 1199px) {
	.faq__answer-img {
		margin-left: 50px;
	}
}
@media (max-width: 991px) {
	.faq__question {
		padding: 20px 30px 20px 0;
		font-size: 1.2rem;
	}
	.faq__question:before,
	.faq__question:after {
		width: 25px;
		height: 3px;
	}
	.faq__answer {
		padding-top: 1.3rem;
	}
}
@media (max-width: 767px) {
	.faq__answer-item {
		grid-template-columns: 100%;
	}
	.faq__answer {
		padding-right: 0;
	}
	.faq__answer-img {
		display: none;
	}
}

.footer {
	background-color: var(--body-bg);
	color: var(--text-color);
	padding-bottom: 2.5rem;
}

.footer__wrapper {
	text-align: center;
}

.footer__payment {
	margin-top: 8rem;
	margin-bottom: 2.5rem;
}

.footer__payment-list {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
}

.footer__payment-list-item {
	display: inline-flex;
	align-items: center;
}

.footer__payment-img-wrapper {
	height: 100%;
	display: inline-flex;
	align-items: center;
}

.footer__payment-img {
	object-fit: contain;
}
@media(max-width: 767px){
	.footer__payment-img {
		height: 30px;
	}
}

.footer__nav {
	margin-bottom: 90px;
}

.footer__nav-list {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 1.25rem;
	flex-wrap: wrap;
	padding: 0;
}

.footer__nav-list-item {
	display: inline-block;
}

.footer__nav-list-item-link {
	text-transform: uppercase;
}

.footer__copyright-wrapper {
	border-top: 1px solid #909090;
	padding: 6px 0;
	display: grid;
	grid-template-columns: repeat(3, 33.3%);
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.footer__copyright-homelink {
	margin-right: auto;
}

.footer__copyright-btn {
	padding: 15px;
	margin-left: auto;
	display: inline-grid;
	place-content: center;
	border-radius: 15px;
	width: 5.5rem;
	height: 5.5rem;
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	z-index: 1000;
}

@media (max-width: 1199px) {
	.footer__payment {
		padding: 34px;
	}
	.footer__copyright-wrapper {
		grid-template-columns: 50% 50%;
		gap: 2rem 0;
	}
	.footer__copyright-year {
		text-align: right;
	}
	.footer__copyright-btn {
		grid-column: -3 / -1;
		justify-content: end;
	}
	.footer__nav {
		margin-bottom: var(--section-indent);
	}
	.footer__copyright-btn {
		width: 75px;
		height: 75px;
		place-content: center;
		padding: 5px;
	}
	.footer__copyright-btn img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.footer__nav-list {
		margin-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.footer__payment {
		margin-top: 4rem;
	}
	.footer__payment-list {
		justify-content: center;
		gap: 1.5rem;
	}
	.footer__nav-list-item-link {
		font-size: 0.9rem;
	}
}
@media (max-width: 610px) {
	.footer__payment {
		padding: 22px;
	}
	.footer__copyright-wrapper {
		grid-template-columns: 100%;
		place-content: center;
	}
	.footer__copyright-btn {
		grid-column: unset;
	}
	.footer__copyright-year,
	.footer__copyright-homelink {
		text-align: center;
		width: 100%;
		gap: 1rem;
	}
	.footer__copyright-btn {
		width: 60px;
		height: 60px;
		margin: 0 auto;
	}
}

img {
	max-width: 100%;
	object-fit: contain;
}
.center {
	text-align: center;
	justify-content: center;
	align-items: center;
}
iframe {
	width: 100%;
	height: calc(100vh - 250px);
}
#slider-1 .slides__item {
	height: 400px;
	max-height: 80vh;
	background-position:center center!important;
	background-size:contain!important;
	background-repeat:no-repeat!important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slides__inner {
	display: inline-flex;
	flex-direction: column;
  	justify-items: center;
	grid-gap: 1rem;
	font-size: 2rem;
	font-weight: bold;
  	padding: 2.5rem;
	backdrop-filter: blur(10px);
}
.slides__inner p {
	display: inline-block;
	margin: 0;
	line-height: 1.2;
}
.slides__button {
	font-size: 1.25rem;
	transition: unset;
}
.prize__wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
	grid-gap: 2rem;
	justify-items: center;
}
.action-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(500px, 100%), 1fr));
	grid-gap: 2rem;
	justify-items: center;
}
.action-img {
	object-fit: cover;
}
.action-button {
	color: var(--link-hover-color);
}
.action-text p {
	margin: 1rem 0 0;
}
@-webkit-keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}

@-moz-keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}

@-o-keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}

@keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}

@-webkit-keyframes fadeOutToNone {
	100% {
		display: block;
		opacity: 1;
	}

	1% {
		display: block;
		opacity: 0;
	}

	0% {
		display: none;
		opacity: 0;
	}
}

@-moz-keyframes fadeOutToNone {
	100% {
		display: block;
		opacity: 1;
	}

	1% {
		display: block;
		opacity: 0;
	}

	0% {
		display: none;
		opacity: 0;
	}
}

@-o-keyframes fadeOutToNone {
	100% {
		display: block;
		opacity: 1;
	}

	1% {
		display: block;
		opacity: 0;
	}

	0% {
		display: none;
		opacity: 0;
	}
}

@keyframes fadeOutToNone {
	100% {
		display: block;
		opacity: 1;
	}

	1% {
		display: block;
		opacity: 0;
	}

	0% {
		display: none;
		opacity: 0;
	}
}

table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #fff; /* Устанавливаем белые рамки */
}

td {
  padding: 8px;
  text-align: left; /* Ориентация по левому краю */
  border: 1px solid #fff; /* Устанавливаем белые рамки */
}