* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--main-color: #fff;
	--secondary-color: #071f46;
	--main-background: #002347;
	/* #0A519E ! */
	/*  #033C78; */

	/* #242428 */
	--secondary-background: #03 3c78;
	--main-button-background: #054588;
	--border-color: #428cdc;
	/*	--utils-color: #ffba00 */
	--accent-color: #f9ba15;
	--link-hover-color: #fa4d00;
	--utils-color: #fff;
	--arrow-background: right center url('../images/arrow-down.svg') no-repeat;
	--accented-button-color: #ff4d1c;
	--accented-button-shadow: 0 10px 30px rgb(250 65 0 / 40%);

	--border-radius-main: 8px;
}

html,
body {
	font-family: Verdana, sans-serif;
	background: #07224d;
}

li {
	list-style: none;
}

main {
	padding: 148px 0 60px;
	min-height: calc(100vh - 148px - 355px);
	background: #001c3b;
	font-family: Verdana, sans-serif;
}

body {
	overflow-x: hidden;
	position: relative;
}

a {
	text-decoration: none;
	transition: 0.3s;
}

table,
tr,
td,
tbody,
thead {
	font-family: Verdana, sans-serif;
}

input,
button {
	font-family: Verdana, sans-serif;
	border: none;
	box-shadow: none;
	transition: 0.3s;
	cursor: pointer;
}

input {
	outline: none;
}

button {
	background-color: transparent;
}

p,
span,
li,
a {
	line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-align: center;
	padding: 15px 0;
	color: var(--main-color);
}

h1 {
	font-size: 26px;
	line-height: 30px;
}

h2 {
	font-size: 22px;
	line-height: 32px;
}

h3 {
	font-size: 20px;
	line-height: 30px;
}

h4 {
	font-size: 18px;
	line-height: 28px;
}

h5,
h6 {
	font-size: 16px;
	line-height: 26px;
}

p,
span,
li,
h1,
h2,
h3,
a,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
	color: var(--main-color);
}

a {
	color: #ffb801;
}

span {
	cursor: default;
}

figure {
	margin-bottom: 20px;
	text-align: center;
}

ul {
	list-style: none;
}

/*вставила*/

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main ol,
main ul,
main figure,
main .general-table-wrapper,
main .faq-container {
	margin: 0 auto;
	width: calc(100% - 50px);
}

main figure {
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

main ol,
main ul,
main table {
	margin: 20px 0;
}

.content .general-ol {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 20px;
	margin-left: 15px;
	counter-reset: counter-ol;
	padding-left: 20px;
	padding-top: 10px;
}

.content .general-ol li {
	position: relative;
	padding-left: 10px;
	margin-bottom: 10px;
	counter-increment: counter-ol;
	line-height: 30px;
}

.content .general-ol li::before {
	position: absolute;
	content: counter(counter-ol) '.';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	top: -2px;
	left: -26px;
	font-size: 18px;
	background: #ffba00;
}

.content .general-ul {
	margin-left: 10px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 20px;
}

.content .general-ul li {
	position: relative;
	padding-bottom: 10px;
	padding-left: 35px;
	line-height: 30px;
}

.content .general-ul li::before {
	content: no-open-quote;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 5px;
	background: url('../images/soccer.svg') no-repeat;
	background-size: cover;
}

figure span {
	height: 50%;
	width: 100%;
	position: absolute;
	left: 0;
	top: -50%;
}

figcaption {
	color: var(--main-color);
	font-size: 14px;
}

.general-image {
	display: block;
	border-radius: 15px;
	max-height: 500px;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto 10px;
}

.general-image.vertical {
	max-height: 500px;
	max-width: 70%;
}

.general-image.horizontal {
	max-width: 100%;
}

.general-table {
	border-collapse: collapse;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	border-radius: 18px;
}

.general-table .general-tr {
	background: rgb(0 0 0 / 0%);
}

.general-table .general-tr:nth-child(2n) {
	background: #003266;
}

.general-table .general-tr .general-td {
	padding: 16px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	padding-left: 20px;
}

.general-table thead tr th {
	padding: 16px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.faq-container .faq-item {
	border: 2px solid #003266;
	margin: 0 auto;
	position: relative;
	min-height: 54px;
	margin-bottom: 20px;
	background-color: #003266;
	z-index: 5;
	border-radius: 26px;
	transition: all 0.4s ease;
}

/* .faq-container .faq-item:last-child {
  border-bottom: none;
} */

.faq-container .faq-item:hover .icon::before,
.faq-container .faq-item:hover .icon::after {
	background: #fff;
}

.faq-container .faq-item:hover {
	border-color: #fff;
}

.faq-container .faq-question {
	color: var(--accent-color);
	position: relative;
	padding-bottom: 0;
	font-weight: 700;
	font-size: 18px;
	top: 15px;
	width: 96%;
	line-height: 22px;
	padding-right: 25px;
}

.faq-container .faq-answer {
	width: 96%;
	padding: 10px 0 22px;
	height: 0;
	overflow: hidden;
	z-index: -1;
	position: relative;
	opacity: 0;
	top: 10px;
	color: #fff;
}

.faq-container .icon {
	height: 18px;
	position: absolute;
	width: 18px;
	right: 25px;
	top: 25px;
	z-index: 2;
}

.faq-container .icon::before,
.faq-container .icon::after {
	background: var(--accent-color);
	content: no-open-quote;
	height: 4px;
	right: 0;
	position: absolute;
	top: 0;
	width: 18px;
	transition: transform 0.4s ease;
}

.faq-container .toggle {
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	z-index: 3;
}

.faq-container .bg-active {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 26px;
	z-index: -1;
	opacity: 0;
}

.faq-container .toggle:checked ~ .bg-active {
	opacity: 1;
}

.faq-container .toggle:checked ~ .icon::before,
.faq-container .toggle:checked ~ .icon::after {
	background: #fff;
}

.faq-container .toggle:checked ~ .faq-question {
	color: #fff;
}

.faq-container .toggle:not(:checked) ~ .icon::before {
	transform: rotate(180deg);
}

.faq-container .toggle:not(:checked) ~ .icon::after {
	transform: rotate(90deg);
}

.faq-container .toggle:checked ~ .faq-answer {
	height: auto;
	opacity: 1;
	z-index: 2;
}

.table_of_contents_wrapper {
	margin: 0 auto;
	/* width: calc(100% - 50px); */
	margin-top: 20px;
	margin-bottom: 20px;
}

.table_of_contents {
	max-width: 200px;
	border-radius: 8px;
	border: 1px solid #003266;
}

.table_of_contents .toggle {
	display: none;
}

.table_of_contents .lbl-toggle {
	display: inline-block;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
	color: #fff;
	background: #003266;
	width: 100%;
	cursor: pointer;
	border-radius: 7px;
	transition: all 0.25s ease-out;
}

.table_of_contents .lbl-toggle:hover {
	transition: 0.3s;
	background-color: #115ba9;
}

.table_of_contents .table_box {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.25s ease-in-out;
	display: flex;
	width: 100%;
	max-width: 500px;
	flex-direction: column;
}

.table_of_contents .toggle:checked + .lbl-toggle + div {
	max-height: 1500px;
	width: 1000px;
	padding: 20px;
	background: #003266;
	border-radius: 8px;
	gap: 20px;
}

.table_of_contents a.table_link {
	position: relative;
	padding-left: 15px;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}

.table_of_contents a.table_link::before {
	content: '';
	width: 8px;
	height: 8px;
	background: #fa5e00;
	position: absolute;
	top: 7px;
	left: 0;
	border-radius: 50%;
}

.table_of_contents .table_link:hover {
	color: #e13d22;
}

@media (width <=600px) {
	.table_of_contents {
		max-width: unset;
		border: none;
	}

	.table_of_contents .lbl-toggle {
		max-width: 200px;
	}

	.table_of_contents .toggle:checked + .lbl-toggle + div {
		max-width: 100%;
		height: auto;
		width: unset;
	}
}

.button-block {
	padding: 24px 16px;
	text-align: center;
	margin: 10px 0;
	background-color: rgb(0 0 0 / 0%);
}

.button-block button {
	position: relative;
	overflow: hidden;
	width: 600px;
	max-width: 100%;
	padding: 16px 34px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	border-radius: 8px;
	background: #fb4d00;
	box-shadow: 0 0 12px 0 rgb(11 54 0 / 16%);
}

.button-block button::after,
.button-block button::before {
	position: absolute;
	content: no-open-quote;
	background-repeat: no-repeat;
	background-size: cover;
}

.button-block button::after {
	width: 78px;
	height: 52px;
	background-image: url('../images/circle_1.svg');
	left: 0;
	top: 0;
}

.button-block button::before {
	width: 135px;
	height: 68px;
	background-image: url('../images/circle_2.svg');
	right: -30px;
	bottom: 0;
}
.button-block button:hover {
	opacity: 0.8;
}

.quote {
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 40px;
	width: 96%;
	max-width: 600px;
	border-radius: 12px;
	background: #fb4d00;
}

.quote p {
	padding: 40px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #fff;
}

.quote::after,
.quote::before {
	position: absolute;
	content: no-open-quote;
	width: 24px;
	height: 20px;
	background-image: url('/template/quote-icon-orange.svg');
	background-repeat: no-repeat;
	background-size: cover;
}

.quote::after {
	left: -5px;
	top: -10px;
}

.quote::before {
	right: -5px;
	bottom: -10px;
	transform: rotate(180deg);
}

.breadcrumbs {
	display: flex;
	align-items: center;
	padding-top: 25px;
	overflow-x: hidden;
}

.breadcrumbs a {
	color: #fb4d00;
	font-size: 14px;
}

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

.breadcrumbs .last {
	position: relative;
	margin-left: 10px;
	font-size: 14px;
}

.breadcrumbs a:after {
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image: url(../images/arrow-right.svg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: 10px;
	content: no-open-quote;
}

.mainBannerApp {
	margin: 50px 0;
}

.mainBannerInnerApp {
	height: 220px;
	align-items: center;
	justify-content: center;
	gap: 30px;
	display: flex;
}

.bannerImgApp {
	height: 100%;
	width: 220px;
}

.bannerImgApp img {
	height: 100%;
}

.mainBannerTextApp p,
.mainBannerTextApp span {
	color: #fff;
	padding-bottom: 0;
	width: 100%;
}

.textFirstApp {
	font-size: 56px;
	font-weight: 700;
	line-height: 62px;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.textFirst-mobileApp {
	display: none;
	font-size: 35px;
	font-weight: 700;
	line-height: 35px;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.appInfoApp ul {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 15px;
	width: 100%;
}

.appInfoApp ul li {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	text-align: center;
}

.appInfoApp ul li::after {
	position: absolute;
	content: '';
	background-color: #004c91;
	height: 80%;
	width: 1px;
	top: 10px;
	right: -15px;
}

.appInfoApp ul li:last-child::after {
	content: none;
}

.appInfoApp .reviews {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	gap: 15px;
}

.appInfoApp .reviews .reviews_span {
	width: auto;
	font-size: 34px;
	line-height: 32px;
	font-weight: 700;
}

.appInfoApp ul li p {
	font-size: 34px;
	line-height: 32px;
	font-weight: 700;
}

.appInfoApp ul li span {
	font-size: 24px;
	line-height: 32px;
}

.mainBannerTextApp button {
	padding: 15px 25px;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	background-image: linear-gradient(0deg, #fa4d00 0, #fa5e00);
	box-shadow: 0 10px 30px rgba(250, 65, 0, 0.4);
	border-radius: 8px;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
}

@media screen and (max-width: 1250px) {
	main h1,
	main h2,
	main h3,
	main h4,
	main h5,
	main h6,
	main p,
	main ol,
	main ul,
	main figure,
	main .general-table-wrapper,
	main .faq-container {
		width: calc(100% - 32px);
	}

	.faq-container .faq-answer {
		width: 100%;
		padding-left: 20px;
	}

	.mainBannerInnerApp {
		flex-direction: column-reverse;
		gap: 0;
		height: auto;
		flex-wrap: wrap;
		padding: 0 20px;
	}

	.mainBannerTextApp {
		width: 100%;
		text-align: center;
		padding-top: 10px;
	}

	.appInfoApp ul {
		justify-content: center;
		margin-bottom: 20px;
	}

	.bannerImgApp {
		margin-bottom: 10px;
		width: 100%;
	}

	.bannerImgApp img {
		display: block;
		height: 100px;
		width: 100px;
		margin: 0 auto;
		object-fit: contain;
	}

	.textFirstApp {
		display: none;
	}

	.mainBannerTextApp button {
		padding: 10px 25px;
		font-size: 16px;
		white-space: nowrap;
		max-width: 645px;
	}

	.textFirst-mobileApp {
		display: block;
		order: 1;
		text-align: center;
		margin-bottom: 30px;
		width: 100%;
		font-size: 28px;
		line-height: 28px;
	}

	.appInfoApp ul li p,
	.appInfoApp .reviews .reviews_span {
		font-size: 22px;
		line-height: 32px;
	}

	.appInfoApp ul li span {
		font-size: 16px;
		line-height: 16px;
	}

	.appInfoApp .reviews img {
		width: 22px;
		height: 22px;
	}

	.appInfoApp .reviews {
		gap: 8px;
	}

	.button-block button {
		padding: 14px 5px;
	}

	.faq-container .faq-question {
		width: 100%;
		padding-left: 20px;
		padding-right: 40px;
	}
}

@media screen and (max-width: 550px) {
	.appInfoApp ul {
		flex-wrap: wrap;
		gap: 20px;
	}

	.appInfoApp ul li {
		width: 45%;
		gap: 8px;
	}

	.appInfoApp ul li:nth-child(2)::after {
		display: none;
	}
}

/*мои стили*/

.header__dropdown .active span {
	color: var(--link-hover-color);
}

.wrapper {
	height: 100%;
	margin: auto;
	max-width: 1720px;
	width: calc(100vw - 40px);
}

/* Header */

.accented_button {
	text-transform: uppercase;
	background: var(--accented-button-color);
}

.accented_button:hover,
.btn-content:hover,
.btn-banner-app:hover {
	background-image: linear-gradient(0deg, #fa8100 0, #fa8100);
}

.header {
	position: fixed;
	width: 100%;
	height: 148px;
	top: 0;
	left: 0;
	background-color: #0063af;
	z-index: 6;
}

.header button,
.header span {
	cursor: pointer;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	color: var(--main-color);
}

.header__container {
	padding: 16px 0;
	height: 100%;
	display: grid;
	grid-template: 48px 1fr / 275px max-content 1fr min-content;
	grid-template-areas:
		'buttons buttons gift auth burger'
		'logo nav nav nav nav';
	column-gap: 15px;
}

.header__nav-btn {
	display: none;
}

.header__buttons {
	align-self: flex-start;
	grid-area: buttons;
	display: flex;
	align-items: center;
}

.header__buttons button {
	border: 2px solid var(--main-button-background);
	text-transform: uppercase;
	transition: all 0.2s ease;
	border-radius: var(--border-radius-main);
	height: 48px;
	min-width: 48px;
	width: fit-content;
}

.header__download {
	margin-right: 16px;
	padding-left: 10px;
	padding-right: 70px;
	background: right 10px center url(../images/ios.svg) no-repeat,
		right 40px center url(../images/android_blue.svg) no-repeat,
		var(--main-button-background);
	box-shadow: 0px 4px 4px 0px #00000040;
}

.header__download_shortened {
	display: none;
}

.header__download:hover {
	border: 2px solid #fff;
}

.header__lang {
	padding: 5px 25px 5px 30px;
	background: var(--arrow-background);
	/* background: var(--arrow-background),
    left 5px center url(/template/lang_header__burger.svg) no-repeat; */
}

.header__security {
	margin-right: 16px;
	padding-left: 40px;
	padding-right: 10px;
	background: 10px center url(../images/guard.svg) no-repeat,
		var(--main-button-background);
	box-shadow: 0px 4px 4px 0px #00000040;
}

.header__security_shortened {
	background: center center url(../images/guard.svg) no-repeat,
		var(--main-button-background);
	padding: 0;
	display: none;
}

.header__security:hover {
	border: 2px solid #fff;
}

.header__settings {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	border-radius: var(--border-radius-main);
	background-color: var(--main-button-background);
	box-shadow: 0px 4px 4px 0px #00000040;
}

.header__settings button {
	border: none;
}

.header__config {
	border-radius: var(--border-radius-main) 0 0 var(--border-radius-main);

	padding: 0 25px 0 30px;
	width: fit-content;
	height: 24px;
	transition: fill 0.15s ease-in;
	background: left center url('../images/settings.svg') no-repeat,
		var(--arrow-background);
}

.header__config_shortened {
	display: none;
}

.header__settings .header__time {
	box-shadow: 0px 0px 4px 0px #00000040;
	border-radius: 0;
	padding: 5px 25px 5px 15px;
	background: var(--arrow-background);
}

.header__gift {
	width: fit-content;
	display: flex;
	align-items: center;
	padding: 15px 20px 15px 60px;
	background: left 15px center url(../images/gift.svg) no-repeat,
		linear-gradient(0deg, var(--border-color) 0, #0992af);
	box-shadow: 0px 4px 10px 0px #408ce0;
	border-radius: var(--border-radius-main);
}

.header__gift:hover {
	transform: scale(1.15);
	transition: all 0.3s ease;
}

.header__gift_shortened {
	display: none;
}

.header__auth {
	align-self: flex-start;
	justify-self: flex-end;
	grid-area: auth;
	display: flex;
}

.header__auth button {
	box-shadow: 0px 4px 4px 0px #00000040;
	padding: 15px 32px;
	border-radius: var(--border-radius-main);
}

.header__reg-btn.accented_button {
	margin-right: 10px;
}

.header__login-btn {
	background: #2578d2;
}

.header__login-btn:hover {
	background-image: linear-gradient(0deg, #1667c1 0, #509aea 97%, #509aea);
}

.header__dropdown {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 47px;
	justify-content: center;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.header__dropdown input,
.header__dropdown nav {
	display: none;
}

.header__burger {
	cursor: pointer;
}

.header__dropdown:hover input ~ .header__burger {
	cursor: pointer;
	opacity: 0.8;
}

.header__dropdown nav {
	z-index: 2;
	width: 40vw;
	position: absolute;
	right: -10px;
	top: -10px;
	margin: 0;
	border-radius: 10px;
	background-color: #003266;
}

.header__dropdown nav ul {
	padding: 40px 0 15px;
}

.header__dropdown li {
	text-align: center;
}

.header__dropdown a {
	display: block;

	/* width: 100%;
  height: 100%; */
}

.header__dropdown span {
	text-transform: uppercase;
	color: var(--main-color);
	font-family: Verdana;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 2;
}

.header__dropdown ul li:hover span {
	color: var(--link-hover-color);
}

.header__burger {
	z-index: 6;
	position: relative;
	width: 35px;
	height: 25px;
}

.header__burger span {
	position: absolute;
	display: block;
	width: 31px;
	height: 4px;
	background-color: #428cdc;
	transition: all 0.3s ease;
	border-radius: 20px;
}

.header__burger span:nth-child(1) {
	top: 0;
}

.header__burger span:nth-child(2) {
	top: 40%;
}

.header__burger span:nth-child(3) {
	bottom: 40%;
}

.header__burger span:nth-child(4) {
	bottom: 0px;
}

.header__dropdown :checked ~ .header__burger span:nth-child(1) {
	transform: scaleX(0);
}

.header__dropdown :checked ~ .header__burger span:nth-child(2) {
	transform: rotate(45deg);
}

.header__dropdown :checked ~ .header__burger span:nth-child(3) {
	transform: rotate(-45deg);
}

.header__dropdown :checked ~ .header__burger span:nth-child(4) {
	transform: scaleX(0);
}

.header__dropdown :checked ~ nav {
	display: inline-block;
}

.header__logo {
	z-index: 1;
	margin-bottom: 5px;
	align-self: flex-end;
	grid-area: logo;
	position: relative;
	width: 230px;
	height: 38px;
}

.header__logo_dropdown {
	display: none;
}

.header__logo img {
	height: 100%;
	width: 100%;
}

.header__logo button {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.header__nav {
	align-self: flex-end;
	justify-self: flex-end;
	grid-area: nav;
	background-color: #033c78;
	border-radius: 20px;
	height: 48px;
	max-width: 1430px;
	width: 100%;
}

.header__nav ul {
	margin: 0;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
	height: 100%;
}

.header__nav-item {
	height: 100%;
	cursor: pointer;
	text-align: center;
	transition: color 0.3s ease;
}

.header__nav-item:first-of-type {
	padding-left: 0;
}

.header__nav-item {
	display: flex;
	align-items: center;
}

.header__nav-item button {
	height: 100%;
}
.btn-aviator {
	width: 100%;
}
.header__nav-item:hover button {
	color: #ffb801;
}

.header__nav-item_type_buy button {
	background: left center url(../images/cart.svg) no-repeat;
	padding-left: 34px;
}

.header__nav-item_type_accented button {
	color: var(--accent-color);
}

.header__nav-item_type_accented:hover button {
	transform: scale(1.2);
	transition: 0.3s ease;
}

.header__nav-item_type_aviator {
	padding: 0;
	background: center center url(../images/aviator.svg) no-repeat;
	background-size: cover;
	width: 80px;
	height: 100%;
	transition: fill 0.3s ease;
}

.header__nav-item_type_aviator:hover {
	opacity: 0.8;
}

.header__nav-item_type_buy {
	padding: 0 10px;
	border-radius: 100px;
	border: 2px solid #ffb801;
}

/* Banner */

.banner {
	padding-top: 15px;
	display: grid;
	grid-template: 300px auto / 270px 1fr;
	grid-template-areas:
		'sidebar banner'
		'sidebar panel';
	gap: 20px;
}

.banner__sidebar {
	width: 100%;
	grid-area: sidebar;
}

.banner__sidebar ul {
	width: 100%;
	margin: 0;
	padding: 18px 0;
	background-color: var(--utils-color);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
}

.banner__sidebar li button {
	padding: 7px 0 7px 60px;
	width: 100%;
	height: 100%;
	text-align: left;
	text-transform: uppercase;
	color: var(--secondary-color);
	font-weight: 700;
	font-size: 20px;
	line-height: 24.3px;
	background-position: left 16px center;
	background-repeat: no-repeat;
}

.banner__sidebar li button:hover {
	color: var(--link-hover-color);
}

.banner__sidebar .btn_type_football {
	background-image: url(../images/sidebar_ball.svg);
}

.banner__sidebar .btn_type_tennis {
	background-image: url(../images/sidebar_tennis.svg);
}

.banner__sidebar .btn_type_hockey {
	background-image: url(../images/sidebar_hockey.svg);
}

.banner__sidebar .btn_type_basketball {
	background-image: url(../images/sidebar_basketball.svg);
}

.banner__sidebar .btn_type_t-basket {
	background-image: url(../images/sidebar_t-basket.svg);
}

.banner__sidebar .btn_type_t-kick {
	background-image: url(../images/sidebar_t-kick.svg);
}

.banner__sidebar .btn_type_volleyball {
	background-image: url(../images/sidebar_volleyball.svg);
}

.banner__sidebar .btn_type_handball {
	background-image: url(../images/sidebar_handball.svg);
}

.banner__sidebar .btn_type_ping-pong {
	background-image: url(../images/sidebar_ping-pong.svg);
}

.banner__sidebar .btn_type_martial-arts {
	background-image: url(../images/sidebar_martial-arts.svg);
}

.banner__main {
	position: relative;
	width: 100%;
	height: 100%;
	background: 40% 0 url(../images/banner_bg.webp) no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	overflow: hidden;
	border-radius: 10px;
}

.banner__content {
	max-width: 370px;
	display: flex;
	flex-direction: column;
	text-align: left;
	gap: 10px;
	z-index: 3;
}

.banner__title {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 700;
	line-height: 38.89px;
	text-align: left;
}

.banner__description {
	margin: 0;
	font-size: 24px;
	font-weight: 400;
	line-height: 29.17px;
	text-align: left;
}

.banner__button.accented_button {
	margin-top: 25px;
	border-radius: 8px;
	font-size: 20px;
	font-weight: 700;
	line-height: 24.31px;
	text-align: center;
	width: fit-content;
	padding: 15px 60px;
}

.banner__image {
	height: 100%;
}

.banner__panel {
	width: 100%;
	height: fit-content;
}

.banner__panel ul {
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}

.banner__list-item {
	position: relative;
	width: 100%;
	height: 88px;
	background: linear-gradient(
		180deg,
		#0a519e 12.5%,
		#242428 12.5%,
		#242428 87.5%,
		#0a519e 87.5%
	);
}

.banner__list-item div {
	height: calc(100% + 2px);
	position: absolute;
	top: -1px;
	left: 0;
	right: 1px;
	bottom: -1px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 13px;
	background: #0a519e;
	position: absolute;
}

.banner__list-item:last-of-type div {
	right: -1px;
}

.banner__list-item:first-of-type div {
	left: -1px;
}

.banner__list-item span {
	font-size: 20px;
	line-height: 24.31px;
	text-align: center;
}

.banner__list-item button {
	background-color: #0a519e;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.banner__list-item_accented button {
	background-color: transparent;
}

.banner__list-item_accented span {
	color: #ff691c;
}

.banner__list-item:hover button {
	opacity: 0.4;
}

.banner__list-item_accented:hover div img {
	transition: 0.3s ease-out 0.1s;

	transform: scale(1.2);
}

.banner__list-item_accented:hover div span {
	transition: 0.3s ease-out 0.1s;
	color: #ff511c;
}

/* Dowload App Block */

.download-app {
	margin: 30px 0 20px;
	height: 100px;
	background: #14477d;
	display: flex;
	justify-content: center;
}

.download-app__image {
	height: 142px;
	width: 142px;
	align-self: flex-end;
}

.download-app__button.accented_button {
	font-size: 20px;
	font-weight: 700;
	line-height: 24.31px;
	align-self: center;
	height: fit-content;
	padding: 15px 44px 15px 60px;
	border-radius: 8px;
	/* background: 30px center url(.//template/android.svg) no-repeat,
    var(--accented-button-color); */
}

.download-app__button.accented_button:hover {
	/* background: 30px center url(.//template/android.svg) no-repeat,
    linear-gradient(0deg, #fa8100 0, #fa8100); */
}

/* Panel  */

.panel {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 0 20px;
}

.panel_inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

.panel_item {
	background: linear-gradient(180deg, #071f46 0%, #062f71 100%);
	border-radius: 10px;
	padding: 24px;
	position: relative;
	height: 158px;
	overflow: hidden;
}

.panel_item:nth-child(4) {
	background: linear-gradient(180deg, #fa5700 0%, #aa3e05 100%);
}

.panel_item span {
	font-family: Verdana, sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	position: relative;
	z-index: 2;
}

.panel_item .panel_img {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 184px;
	width: 184px;
	top: 30px;
	right: -40px;
}

.panel_item:nth-child(1) .panel_img {
	background: url('../images/panel_roullete.webp') no-repeat;
	background-size: cover;
}

.panel_item:nth-child(2) .panel_img {
	background: url('../images/panel_chips.webp') no-repeat;
	background-size: cover;
}

.panel_item:nth-child(3) .panel_img {
	right: -20px;
	background: url('../images/panel_aviator.webp') no-repeat;
	background-size: cover;
}

.panel_item:nth-child(4) .panel_img {
	right: 0;
	width: 124px;
	height: 306.34px;
	background: url('../images/panel_phone.webp') no-repeat;
	background-size: cover;
}

.panel_item button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.panel_item button:hover {
	border: 3px solid #fff;
	border-radius: 10px;
}

/* Footer */

.email-link {
	text-transform: lowercase;
	text-decoration: underline;
}

.email-link:hover {
	opacity: 0.8;
}

.social-header__burgers {
	display: flex;
	gap: 10px;
}

.social-header__burgers img {
	width: 24px;
	height: 24px;
}

.footer {
	background-color: #07224d;
	padding: 30px 0;
	text-align: center;
}

.footer .scrollTop {
	background: #fb4d00;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 40px;
	right: 20px;
	opacity: 0;
	cursor: pointer;
	border-radius: 50%;
	z-index: 5;
}

.footer .scrollTop.pam_content {
	opacity: 1;
}

.footer_topside {
	display: flex;
	gap: 20px;
}

.footer_topside p {
	font-size: 13px;
	text-align: left;
}

.footer__container {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, auto);
	gap: 50px;
	margin: auto;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--border-color);
}

.footer__column_logo img {
	width: 262px;
	height: 44px;
	cursor: pointer;
}

.footer__column {
	text-align: left;
}

.footer__column h3 {
	cursor: default;
	width: max-content;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 24.31px;
	text-align: left;
	margin: 0;
}

.footer__column h3:nth-of-type(2) {
	margin-top: 20px;
}

.footer__column ul {
	display: flex;
	flex-flow: column wrap;
	height: 220px;
}
.footer-title {
	cursor: default;
	width: max-content;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 24.31px;
	text-align: left;
	margin: 0;
	color: #fff;
	padding: 15px 0;
}

.footer__column button {
	font-size: 16px;
	font-weight: 400;
}

.footer__column li {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	width: fit-content;
}

.footer__column a {
	color: var(--main-color);
	min-width: max-content;
}

.footer__column a:hover,
.footer__column button:hover {
	text-decoration: underline;
}

.social-icons img {
	width: 24px;
	height: 24px;
}

.footer__bottom .payment-header__burgers {
	display: flex;
	gap: 10px;
}

.footer__bottom {
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}

.footer__payment-icons {
	display: flex;
	gap: 10px;
}

.footer__column .social-icons a:hover,
.footer__payment-icons li:hover img {
	opacity: 0.8;
}

.footer__column_contacts button:hover {
	opacity: 0.8;
}

@media screen and (width <=1450px) {
	.section {
		width: calc(100vw - 20px);
	}

	/* Header <= 1450px */

	.header__logo {
		width: 220px;
	}

	.header__nav-list ul {
		padding-left: 10px;
	}

	.header__nav-item:last-of-type {
		display: none;
	}

	.header__security {
		display: none;
	}

	.header__security_shortened {
		padding: 0;
		display: block;
		width: 48px;
	}

	.header__security_shortened:hover {
	}

	.header__download {
		display: none;
	}

	.header__buttons .header__download.header__download_shortened {
		display: block;
		padding: 0;
		width: 80px;
		background: right 12px center url(../images/ios.svg) no-repeat,
			left 12px center url(../images/android_blue.svg) no-repeat,
			var(--main-button-background);
	}

	.header__config {
		display: none;
	}

	.header__config_shortened {
		display: block;
		padding-right: 20px;
	}

	/* Footer <= 1450px */

	.footer__container {
		width: 100%;
		gap: 60px;
		grid-template-areas:
			'logo sports about'
			'contacts sports about';
	}

	/* .footer__column_about {
    grid-area: about;
  }

  .footer__column_sports {
    grid-area: sports;
  }

  .footer__column_contacts {
    grid-area: contacts;
  }

  .footer__column_logo {
    grid-area: logo;
  } */
}

@media screen and (width <=1250px) {
	main .general-table-wrapper {
		overflow: scroll;
	}

	.breadcrumbs.wrapper {
		margin-top: 15px;
	}

	.wrapper {
		width: calc(100vw - 20px);
	}

	main {
		padding-top: 132px;
	}

	.header {
		height: 132px;
	}

	.header__container {
		padding-bottom: 0;
		display: grid;
		gap: 10px;
		grid-template-areas:
			'buttons buttons gift burger'
			'logo auth auth auth';
	}

	.header__gift {
		justify-self: flex-end;
	}

	.header__dropdown {
		align-self: flex-start;
		justify-self: flex-end;
	}

	.header__logo_dropdown {
		display: block;
		left: 20px;
		top: 20px;
	}

	.header__dropdown nav {
		width: calc(100vw + 10px);
		top: -16px;
		border-radius: 0 0 40px 40px;
	}

	.header__dropdown span {
		color: var(--main-color);
	}

	.header__nav {
		display: none;
	}

	.banner {
		display: flex;
		flex-direction: column;
	}

	.banner__sidebar {
		display: none;
	}

	.banner__main {
		overflow: hidden;
		position: relative;
		height: 300px;
	}

	.faq-container .faq-item {
		border-radius: 14px;
	}

	.panel {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.panel_inner {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.panel_item {
		height: 120px;
		padding: 16px;
	}

	.panel_item span {
		font-size: 18px;
		line-height: 26px;
	}

	.panel_item:nth-child(1) .panel_img {
		width: 170px;
		height: 170px;
		top: 20px;
	}

	.panel_item:nth-child(2) .panel_img {
		width: 170px;
		height: 170px;
		top: 20px;
	}

	.panel_item:nth-child(3) .panel_img {
		width: 170px;
		height: 170px;
		top: 0;
	}

	.panel_item:nth-child(4) .panel_img {
		width: 68.8px;
		height: 170px;
		top: 20px;
	}

	.footer_topside {
		flex-direction: column;
		align-items: center;
	}

	.footer_topside p {
		text-align: center;
	}

	.footer__container {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: repeat(3, auto);
		/* grid-template-areas:
      "logo sports"
      "contacts about"; */
	}
}

@media screen and (max-width: 1024px) {
	.header__dropdown span {
		line-height: 2;
	}

	.banner__main img {
		position: absolute;
		right: -55px;
		z-index: 1;
	}

	.banner__list-item span {
		font-size: 10px;
		line-height: 12.15px;
	}

	.footer__container {
		padding-left: 30px;
		grid-template-columns: min-content 1fr;
		gap: 50px;
	}

	.banner__main {
		padding-left: 12px;
		justify-content: flex-start;
	}

	.banner__button.accented_button {
		padding: 15px 50px;
	}
}

@media screen and (max-width: 768px) {
	.wrapper {
		width: calc(100vw - 10px);
	}

	main {
		padding-top: 110px;
	}

	.header {
		min-height: 110px;
		height: auto;
		padding-bottom: 5px;
	}

	.header__container {
		grid-template-columns: min-content 1fr repeat(2, min-content);
		gap: 8px;
		padding: 8px 0 0;
	}

	.header__security {
		margin-right: 4px;
	}

	.header__download {
		margin-right: 4px;
	}

	.header__buttons {
		width: fit-content;
	}

	.header__gift {
		display: none;
	}

	.header__settings {
		border: 2px solid var(--main-button-background);
		border-radius: var(--border-radius-main);
		padding: 0;
	}

	.header__settings:hover {
		border-color: var(--utils-color);
	}

	.header__config_shortened {
		padding: 0;
		width: 48px;
		background: center center url(../images/settings.svg) no-repeat;
	}

	.header__time {
		display: none;
	}

	.header__lang {
		box-shadow: 0px 0px 4px 0px #00000040;
	}

	.header__dropdown nav ul {
		padding-top: 20px;
	}

	.header__dropdown span {
		font-size: 14px;
	}

	.header__burger {
		align-self: center;
		width: 40px;
	}

	.header__logo_dropdown {
		top: 15px;
	}

	.header__dropdown :checked ~ .header__burger {
		margin-bottom: 13px;
	}

	.header__dropdown :checked ~ .header__burger span:nth-child(2) {
		transform: scale(0.8) rotate(45deg);
	}

	.header__dropdown :checked ~ .header__burger span:nth-child(3) {
		transform: scale(0.8) rotate(-45deg);
	}

	.header__gift_shortened {
		display: block;
		width: 48px;
		justify-self: flex-end;
		border-radius: var(--border-radius-main);
		padding: 0;
		background: center center url(../images/gift.svg) no-repeat,
			linear-gradient(0deg, var(--border-color) 0, #0992af);
	}

	.header__logo {
		align-self: center;
		margin-bottom: 0;
		width: 150px;
	}

	.header__reg-btn.accented_button {
		margin-right: 4px;
	}

	.header__auth button {
		padding: 15px 16px;
		font-size: 12px;
		line-height: 14.58px;
	}

	.banner {
		padding-top: 5px;
		gap: 10px;
	}

	.banner__content {
		max-width: 239px;
		z-index: 2;
	}

	.banner__main img {
		right: -180px;
	}

	.banner__title {
		font-size: 20px;
		line-height: 24.31px;
	}

	.banner__description {
		font-size: 14px;
		line-height: 17.01px;
		max-width: 210px;
	}

	.banner__button.accented_button {
		margin-top: 0;
		font-size: 14px;
		line-height: 17.01px;
	}

	.banner__list-item {
		background: var(--border-color);
		height: 52px;
	}

	.banner__list-item div {
		gap: 4px;
		padding: 0 2px;
	}

	.banner__list-item img {
		width: 28px;
		height: 28px;
	}

	.download-app {
		height: 60px;
	}

	.download-app__image {
		width: 102px;
		height: 102px;
		z-index: 2;
		object-fit: cover;
	}

	.download-app__button.accented_button {
		z-index: 3;
		margin-left: -15px;
		padding: 11px 10px 11px 34px;
		font-size: 12px;
		line-height: 14.58px;
		background: 10px 40% url(../images/android_small.svg) no-repeat,
			var(--accented-button-color);
	}

	.download-app__button.accented_button:hover {
		background: 10px 40% url(../images/android_small.svg) no-repeat,
			linear-gradient(0deg, #fa8100 0, #fa8100);
	}

	.footer__container {
		padding-left: 10px;
		padding-bottom: 5px;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(4, auto);
		grid-template-areas:
			'logo'
			'contacts'
			'sports'
			'about';
	}

	.footer__column ul {
		flex-direction: column;
	}

	/* .footer__column li,
  .footer__column button {
    margin-bottom: 5px;
  } */

	.footer__column_contacts {
		height: 92px;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}

	.footer__column h3:nth-of-type(2) {
		margin-top: 0;
	}

	.footer__column_sports ul {
		height: 148px;
		display: flex;
		flex-flow: column wrap;
		width: fit-content;
		column-gap: 20px;
	}

	.footer__column_sports li {
		width: fit-content;
	}

	.footer__column_about ul {
		height: auto;
	}
}

@media screen and (max-width: 450px) {
	.header__logo {
		width: 114px;
	}

	.banner__main {
		height: 200px;
	}

	.banner__main img {
		right: -160px;
	}

	.panel {
		padding: 0;
	}

	.panel_inner {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.panel_item {
		height: 70px;
	}

	.panel_item span {
		width: fit-content;
		font-size: 16px;
		line-height: 20px;
	}

	.panel_img {
		top: 50px;
	}

	.panel_item:nth-child(1) .panel_img {
		width: 100px;
		height: 70px;
		right: -25px;
		top: auto;
		bottom: 0;
	}

	.panel_item:nth-child(2) .panel_img {
		width: 100px;
		height: 70px;
		top: auto;
		bottom: 0;
		right: -6px;
	}

	.panel_item:nth-child(3) .panel_img {
		width: 100px;
		height: 70px;
		top: auto;
		bottom: 0;
		right: -5px;
	}

	.panel_item:nth-child(4) .panel_img {
		width: 48.38px;
		height: 120px;
		top: 2px;
		bottom: 0;
	}

	.footer__column_contacts {
		height: auto;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}

	.footer__column_sports ul {
		height: 135px;
	}

	.footer__column_logo img {
		width: 204px;
		height: 34px;
	}

	.footer__column h3 {
		margin-bottom: 5px;
		line-height: 21.88px;
		font-size: 18px;
	}

	.footer__column li,
	.footer__column button {
		font-size: 14px;
	}

	.footer__bottom span {
		font-size: 14px;
		line-height: 17.01px;
	}
}

@media screen and (max-width: 390px) {
	.download-app__button.accented_button {
		padding: 11px 18px 11px 34px;
		margin-left: -34px;
	}

	.header__auth button:first-of-type {
		display: none;
	}
	.header__security {
		display: none;
	}
}

.content404Page.wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	max-width: 100%;
	width: 100%;
	background: #002f5a;
}
.content404Page.wrapper .content404 {
	display: flex;
	flex-direction: column;
	width: 280px;
}
.content404Page.wrapper .content404 img {
	display: block;
	margin: 0 auto;
}
.content404Page.wrapper .content404 h1 {
	color: #fff;
}
.content404Page.wrapper .content404 button {
	position: relative;
	padding: 10px 24px;
	border-radius: 48px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(180deg, #f95016 0%, #ec3c15 100%);
}

.telegram {
	position: fixed;
	bottom: 30px;
	left: 0px;
	width: 100%;
}
.telegram_inner {
	display: flex;
	justify-content: center;
	width: 100%;
}
.telegram_inner_button {
	width: 201px;
	background: url(../images/tg.svg) no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 10;
	box-shadow: 0px 0px 10px 2px rgba(21, 148, 212, 1);
	border-radius: 50px;
	animation: ripple 1.5s linear infinite;
	transition: all 0.7s ease;
	height: 90px;
	position: relative;
}
.telegram_inner button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
}
@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(21, 148, 212, 0.3),
			0 0 0 1px rgba(21, 148, 212, 0.3), 0 0 0 3px rgba(21, 148, 212, 0.3),
			0 0 0 5px rgba(21, 148, 212, 0.3);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(21, 148, 212, 0.3),
			0 0 0 4px rgba(21, 148, 212, 0.3), 0 0 0 10px rgba(21, 148, 212, 0.3),
			0 0 0 20px rgba(21, 148, 212, 0.3);
	}
}
@media screen and (max-width: 1250px) {
	.telegram_inner_button {
		width: 129px;
		height: 52px;
	}
}

.language-switcher {
	position: relative;
	display: inline-block;
}
.dropdown-button {
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	border-radius: 8px;
	font-size: 16px;
}
.language-switcher a:hover {
	opacity: 0.8;
}

.dropdown-content {
	background-image: linear-gradient(
		0deg,
		rgb(0 50 102 / 0%) 0,
		#003266 100%,
		#0a519e 100%
	);
	background-color: #0a519e;
	display: none;
	position: absolute;
	z-index: 1;
	min-width: 78px;
	border-radius: 20px;
}

.dropdown-content a {
	color: #fff;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-size: 16px;
	text-align: center;
}

.dropdown-content a:hover {
	opacity: 0.8;
	text-decoration: underline;
}

@media screen and (max-width: 1250px) {
	.dropdown-content a {
		font-size: 12px;
	}

	.dropdown-button {
		color: white;
		font-size: 12px;
	}
	.dropdown-content {
		min-width: 77px;
	}
	.header .buttons .regButton {
		margin-right: 0;
	}
}

.footer__bottom span {
	font-size: 14px;
}

@media screen and (max-width: 840px) {
	.footer__bottom {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	.footer__bottom span {
		font-size: 12px;
	}
}

@media screen and (max-width: 1250px) {
	.header .buttons .regButton {
		display: none;
	}
}

.casinos {
	width: 96%;
	margin: 0 auto;
	max-width: 1300px;
	padding: 0 10px;
	gap: 24px;
	display: flex;
	flex-direction: column;
	padding: 20px 0;
}
.casinos-wrapper {
	border-radius: 10px;
	width: 100%;
}
.casino {
	background: #0d1016;
	border-radius: 10px;
	padding: 20px 24px 20px 24px;
	display: grid;
	grid-template-columns: 160px 15% auto 350px;
	align-items: center;
	gap: 0 20px;
	border: 1px solid #e50539;
}
.casino .img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 66px;
	border-radius: 4px;
}
.casinos-wrapper:nth-child(1) .img {
	background: url(../images/mostbet-aviator.svg) no-repeat;
	background-size: contain;
	background-position: 0 center;
}
.casinos-wrapper:nth-child(2) .img {
	background: url(../images/22bet-logo.png) no-repeat;
	background-size: contain;
	background-position: 0 center;
}
.casinos-wrapper:nth-child(3) .img {
	background: url(../images/20bet-logo.png) no-repeat;
	background-size: contain;
	background-position: 0 center;
}
.casinos-wrapper:nth-child(4) .img {
	background: url(../images/nine-casino.png) no-repeat;
	background-size: contain;
	background-position: 0 center;
}
.casinos-wrapper:nth-child(5) .img {
	background: url(../images/betonred-logo.png) no-repeat;
	background-size: contain;
	background-position: 0 center;
}

.casino .rating {
	display: flex;
	gap: 10px;
	flex-direction: column;
}
.casino .rating_rating {
	display: flex;
	gap: 10px;
}
.casino .rating_rating img {
	width: 15px;
	height: 15px;
	gap: 4px;
}
.casino .rating .title {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	text-align: left;
	color: #fff;
}
.casino .rating_numbers {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}
.casino .bonus span {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: 400;
	line-height: 13.2px;
	text-align: left;
	color: #fff;
}
.casino .bonus p {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	text-align: left;
	color: #fff;
	padding-top: 8px;
	margin: 0;
	width: 100%;
	text-transform: uppercase;
}

.casino .button {
	width: 100%;
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}
.casino .button button {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background: #e50539;
	border-radius: 10px;
	box-shadow: none;
	border: none;
	width: 100%;
	max-width: 180px;
	padding: 14px 24px;
	cursor: pointer;
	transition: 0.4s;
	text-align: center;
	opacity: 1;
}
.casino .button button:hover {
	opacity: 0.8;
}
.casino .button .info-casino {
	display: flex;
	gap: 4px;
}
.casino .button .info-casino span {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: 400;
	line-height: 12.1px;
	text-align: left;
	color: #fff;
	background: transparent;
	position: relative;
}
.casino .button .info-casino img {
	width: 12px;
	height: 12px;
	transform: rotate(180deg);
}

.more-info {
	display: none;
	gap: 17px;
	grid-template-columns: auto auto auto;
	grid-column-start: 1;
	grid-column-end: 5;
}
.more-info .info-deposit {
	background: rgba(242, 223, 255, 1);
	border-radius: 10px;
	padding: 5px 12px 5px 12px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0;
}
.more-info .min-dep,
.more-info .license {
	background: rgba(242, 223, 255, 1);
	border-radius: 10px;
	padding: 12px;
	width: 100%;
}
.more-info .info-deposit .more-info-title,
.more-info .min-dep .more-info-title,
.more-info .license .more-info-title {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	text-align: left;
	color: #333;
	margin: 0;
	padding-bottom: 8px;
}
.more-info .info-deposit span,
.more-info .min-dep span,
.more-info .license span {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #333;
}
.more-info.visible {
	display: block;
}

@media (max-width: 1150px) {
	.casino {
		grid-template-columns: 160px 180px auto;
		padding: 20px 20px 14px 20px;
		gap: 14px;
	}
	.casino .button {
		grid-column-start: 1;
		grid-column-end: 4;
	}
	.more-info {
		grid-column-end: 4;
	}
}
@media (max-width: 800px) {
	.img-cov img {
		width: 100%;
	}
	.casino {
		grid-template-columns: 160px 1fr;
	}
	.casino .bonus {
		grid-column-start: 1;
		grid-column-end: 4;
	}
	.casino .bonus p {
		max-width: 100%;
	}
	.more-info {
		grid-template-columns: 1fr;
	}
	.more-info .min-dep,
	.more-info .max-dep {
		max-width: 100%;
	}
}
@media (max-width: 550px) {
	.casino .button {
		flex-direction: column;
	}
}

@media (max-width: 400px) {
	.casino {
		grid-template-columns: 120px 1fr;
	}
	.casinos-wrapper {
		padding: 20px 20px;
	}
	.casino .bonus p {
		font-size: 16px;
	}
	.casino .rating_rating {
		gap: 5px;
	}
	.casino .rating_numbers {
		font-size: 12px;
	}
}
.img-cov {
	text-align: center;
	margin: 30px 0;
}
strong {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	margin: 15px auto;
}
.anchor {
	display: block;
	width: fit-content;
	margin: 0 auto;
}
.anchor li {
	text-align: center;
}
.anchor li a:hover {
	color: #fff;
}
