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

html,
body {
	height: 100%;
	font-family: Verdana, sans-serif;
	position: relative;
}

main {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: #160d0d;
	font-family: Verdana, sans-serif;
}

main p,
main span,
main h1,
main h2,
main strong,
main h3,
main h4,
main h5,
main figcaption,
main li {
	color: #fff;
	font-family: Verdana, sans-serif;
}

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 {
	color: #fff;
	margin: 0 auto;
	width: calc(100% - 280px);
	max-width: 1200px;
}

main .general-table-wrapper {
	overflow-x: overlay;
}

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

main p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	line-height: normal;
}

main .wrapper {
	width: calc(100% - 280px);
	margin: 0 auto;
}

body {
	overflow-x: hidden;
	position: relative;
	background: #f5f5f5;
}

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;
}

input {
	outline: none;
}

p,
span,
li,
a {
	font-size: 16px;
	line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
	text-align: center;
	padding: 15px 0;
	color: #1e1e24;
}

h1 {
	font-size: 22px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.32px;
}

h2,
strong {
	display: block;
	font-size: 20px;
	line-height: 24px;
}

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

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

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

p,
span,
li,
h1,
h2,
h3,
a,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
	color: #c01414;
}

p {
	padding-bottom: 20px;
}

button {
	cursor: pointer;
	background: rgba(0, 0, 0, 0);
}

img {
	max-width: 100%;
	display: block;
}

i {
	font-style: normal;
}

#__next {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.content {
	position: relative;
	flex-grow: 1;
	padding-top: 0px;
}

.content .content-block {
	margin-bottom: 20px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0);
}

.content .content-block ul,
.content .content-block ol {
	padding: 0 0 0 20px;
	margin: 15px auto;
}

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

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

#current-date {
	color: #ffffff;
	font-size: 16px;
	padding-left: 5px;
	font-family: Verdana, sans-serif;
}

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

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

.content .general-ul li {
	position: relative;
	padding-bottom: 10px;
	padding-left: 15px;
}

.content .general-ul li::before {
	content: no-open-quote;
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0;
	top: 10px;
	background-color: #fff;
	border-radius: 50%;
}

.pageError {
	min-height: calc(100vh - 70px);
}

.buttons {
	display: flex;
	align-items: center;
}

.imgWrap {
	display: block;
	position: relative;
}

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

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

figcaption {
	color: #1e1e24;
	font-size: 14px;
}

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

.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;
	margin: 20px auto;
}

.general-table thead {
	background: #fed6d6;
}

.general-table .general-tr {
	background: rgba(0, 0, 0, 0);
}

.general-table .general-tr .general-td {
	padding: 10px;
	text-align: start;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	background-color: unset;
	padding-left: 20px;
	border: 1px solid #fed6d6;
}

.general-table thead tr th {
	padding: 16px;
	color: #f93333;
	font-size: 20px;
	font-weight: 700;
	border-right: 1px solid #f93333;
	border-top: 1px solid #f93333;
	border-bottom: 1px solid #f93333;
}

.general-table thead tr th:first-child {
	border-right: 1px solid #f93333;
	border-left: 1px solid #f93333;
	border-top: 1px solid #f93333;
}

.general-table thead tr th:last-child {
	border-right: 1px solid #f93333;
	border-top: 1px solid #f93333;
}

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

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

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

.faq-container .faq-item:hover .faq-question {
	color: #0e121c;
}

.faq-container .faq-question {
	color: #0e121c;
	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 0;
	height: 0;
	overflow: hidden;
	z-index: -1;
	position: relative;
	opacity: 0;
	top: 10px;
}

.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: #0e121c;
	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: #f93333;
}

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

.faq-container .toggle:checked ~ .faq-answer {
	color: #000;
}

.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;
}

.columns {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.columns p {
	width: 100%;
}

.columns .column {
	width: 48%;
}

.columns .column-header {
	padding-top: 0;
	text-align: left;
}

.columns .column-p {
	position: relative;
	margin-left: 15px;
	padding-left: 25px;
}

.columns .column-p::before {
	content: no-open-quote;
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(/list.svg);
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	top: 8px;
}

.bannerSlots {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 60px;
	grid-row-gap: 40px;
	max-width: 1158px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

.slot {
	position: relative;
}

.slot .slot-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}

.slot .slot-footer p {
	color: #0e121c;
	font-family: Tahoma;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin: 0;
	width: 100%;
}

.slot .slot-footer button,
.slot-back button {
	min-width: 203px;
	border-radius: 4px;
	background: #c7351e;
	padding: 8px 28px;
	color: #fff;
	font-family: Tahoma;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.slot-back button:before {
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(/wp-content/uploads/2023/12/arrow.svg) no-repeat;
	background-size: cover;
	content: '';
	left: 30px;
	bottom: 35px;
}

.slot-img {
	overflow: hidden;
	border-radius: 4px;
	position: relative;
}

.slot-img img {
	display: block;
	width: 340px;
	height: 180px;
	object-fit: cover;
	transition: 0.3s;
	border-radius: var(--border);
}

.slot-back {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.8);
	transition: 0.3s;
	z-index: 2;
}

.slot-img:hover .slot-back {
	opacity: 1;
}

.slot-img amp-img {
	object-fit: cover;
}

@media screen and (max-width: 1250px) {
	.bannerSlots {
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 20px;
		max-width: 100%;
	}

	.slot {
		width: 170px;
		margin: 0 auto;
	}

	.slot-img img {
		min-width: 170px;
		height: 110px;
	}

	.slot .slot-footer {
		flex-direction: column;
		padding: 0px;
	}

	.slot .slot-footer p {
		padding: 8px 0 14px;
		font-size: 18px;
		text-transform: capitalize;
	}

	.slot .slot-footer button {
		font-size: 14px;
		min-width: 170px;
	}

	.slot-back button {
		min-width: 120px;
		font-size: 14px;
	}

	.slot-back button:before {
		width: 15px;
		height: 15px;
		left: 5px;
		bottom: 25px;
	}
}

@media screen and (max-width: 600px) {
	.bannerSlots {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 366px) {
	.bannerSlots {
		grid-template-columns: repeat(1, 1fr);
	}
}

.frame {
	width: 640px;
	max-width: 98%;
	margin: 32px auto;
	aspect-ratio: 4/3;
}

.frame iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.table_of_contents_wrapper {
	width: calc(100% - 280px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid rgba(13, 173, 144, 1);
	border-radius: 12px;
	background: rgba(0, 0, 0, 1);
}

.table_link {
	display: flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 35px;
}

.table_link::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.table_link:nth-child(1)::before {
	background-image: url(/icon-content-1.svg);
}
.table_link:nth-child(2)::before {
	background-image: url(/icon-content-2.svg);
}
.table_link:nth-child(3)::before {
	background-image: url(/icon-content-3.svg);
}
.table_link:nth-child(4)::before {
	background-image: url(/icon-content-4.svg);
}
.table_link:nth-child(5)::before {
	background-image: url(/icon-content-5.svg);
}
.table_link:nth-child(6)::before {
	background-image: url(/icon-content-6.svg);
}
.table_link:nth-child(7)::before {
	background-image: url(/icon-content-7.svg);
}
.table_link:nth-child(8)::before {
	background-image: url(/icon-content-1.svg);
}
.table_link:nth-child(9)::before {
	background-image: url(/icon-content-2.svg);
}
.table_link:nth-child(10)::before {
	background-image: url(/icon-content-3.svg);
}
.table_link:nth-child(11)::before {
	background-image: url(/icon-content-4.svg);
}
.table_link:nth-child(12)::before {
	background-image: url(/icon-content-5.svg);
}
.table_link:nth-child(13)::before {
	background-image: url(/icon-content-6.svg);
}

.table_link:hover {
	text-decoration: underline;
}
.content404Page.wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	max-width: 100%;
	width: 100%;
	background: #000;
}

.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 {
	display: inline-block;
	background: #a91704;
	box-shadow: 0 0 12px 0 rgba(255, 0, 0, 0.26);
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	color: #fff;
}

.content404Page.wrapper .content404 button:hover {
	background: #a10000;
}

.contentMap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	max-width: 100%;
	width: 100%;
	background: #205685;
}

.contentMap h1 {
	text-align: left;
	color: #1e1e24;
	margin-bottom: 64px;
}

.contentMap .sitemapLinks {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 640px;
}

.contentMap .sitemapLinks a {
	display: inline-block;
	color: #fff;
	margin: 0 auto 12px;
	position: relative;
}

.contentMap .sitemapLinks a:before {
	position: absolute;
	left: -16px;
	top: 10px;
	content: no-open-quote;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}

.contentMap .sitemapLinks a:hover {
	color: #92c637;
}

.img-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-overlay:target {
	visibility: visible;
	opacity: 1;
}

.img-overlay .img-popup {
	margin: 70px auto;
	padding: 20px;
	border-radius: 5px;
	width: 100%;
	position: relative;
	transition: all 5s ease-in-out;
}

.img-overlay .img-popup.horizontal {
	aspect-ratio: 1/0.2;
}

.img-overlay .img-popup.vartical {
	aspect-ratio: 0.5/1;
}

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

.button-block button {
	position: relative;
	overflow: hidden;
	width: 620px;
	max-width: 100%;
	padding: 16px 34px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	border-radius: 8px;
	background: #c01414;
	box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 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('/assets/images/circle_1.svg');
	left: 0;
	top: 0;
}

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

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

.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(/quote-icon.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

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

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

.reviews {
	max-width: 1128px;
	margin: 0 auto;
	width: 96%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.reviews .review {
	border: 1px solid #000;
	padding: 20px 20px 0 20px;
	border-radius: 20px;
	border-left: 5px solid #df0000;
	margin-bottom: 20px;
	width: 48%;
}

.reviews .review p {
	max-width: 100%;
	width: 100%;
}

.reviews .review .name {
	font-weight: bold;
}

.reviews .review .date {
	color: rgba(0, 0, 0, 0.5);
}

.reviews .review .answer {
	padding-left: 10px;
	border-left: 1px solid rgba(0, 0, 0, 0.5);
	padding-bottom: 0;
	margin-bottom: 20px;
}

@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,
	.table_of_contents_wrapper {
		width: calc(100% - 32px);
	}

	main .wrapper {
		padding: 0 10px;
		width: calc(100% - 32px);
	}

	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;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		padding: 10px 0;
	}

	.general-table .general-tr .general-td {
		padding-left: 10px;
		padding-right: 10px;
	}

	.content .contentMain {
		width: 100%;
	}

	.content .general-ol li,
	.content .general-ul li {
		width: 100%;
	}

	.columns {
		flex-wrap: wrap;
	}

	.columns .column {
		width: 100%;
	}

	.column-p {
		margin-left: 0;
	}

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

	.quote {
		width: calc(100% - 32px);
	}

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

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

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

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

	.faq-container .icon {
		right: 15px;
	}
}

@media screen and (max-width: 600px) {
	.reviews .review {
		width: 100%;
	}
}

@media screen and (max-width: 400px) {
	.general-table {
		max-width: 100%;
	}

	.general-table-wrapper {
		max-width: 100%;
	}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

body {
	overflow-x: hidden;
	background: #f5f5f5;
}

.footer {
	background: #000;
	color: #fff;
	padding: 40px 0;
}

.footer__container {
	width: 98%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

.footer__sections {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}
.footer__top {
	display: grid;
	grid-template-columns: auto 225px 225px 1fr;
	width: 100%;
	margin-bottom: 40px;
	gap: 20px;
}

.footer__title {
	font-family: Verdana;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	color: #fff;
	border-bottom: 1px solid #656565;
	padding-bottom: 10px;
	width: 100%;
}
.footer__block--info,
.footer__block--casino {
	border: 1px solid #ff2400;
	border-radius: 6px;
	padding: 20px 30px;
	width: 100%;
	max-width: 225px;
}

.footer__list {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	gap: 10px;
	margin-top: 10px;
}

.footer__item {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	gap: 10px;
}

.footer__link {
	color: #fff;
	width: 100%;
	font-family: Verdana;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	margin-left: 5px;
	position: relative;
}
.footer__link::before {
	content: url('/assets/images/menu-icon.svg');
	width: 9px;
	height: 7px;
	position: absolute;
	left: -15px;
}
.footer__link:hover {
	text-decoration: underline;
}
.footer__block--text {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.footer__description {
	font-family: Verdana;
	font-weight: 400;
	font-size: 18px;
	line-height: 115%;
	width: 100%;
	padding-bottom: 0;
}

.footer__license {
	font-family: Verdana;
	font-weight: 400;
	font-size: 16px;
	line-height: 115%;
	color: #d8d8d8;
	width: 100%;
	padding-bottom: 0;
}

.footer__payments {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.footer__payment-icon {
	height: 27px;
}

.footer__bottom {
	position: relative;
	text-align: center;
	padding-top: 40px;
	font-size: 0.85rem;
	color: #aaa;
	margin-top: 40px;
}

.footer__bottom::before {
	content: no-open-quote;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(
		90deg,
		#000000 1.92%,
		#ff2400 51.44%,
		#000000 100%
	);
}

.footer__update,
.footer__copyright {
	font-family: Verdana;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #e4e4e4;
}

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

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

@media screen and (max-width: 1000px) {
	.footer__top {
		grid-template-columns: auto 225px 225px;
	}
	.footer__block--text {
		grid-column-start: 1;
		grid-column-end: 4;
	}
}
@media screen and (max-width: 700px) {
	.footer__top {
		grid-template-columns: 1fr;
	}
	.footer__block--text {
		grid-column-start: 1;
		grid-column-end: 1;
	}
	.footer__block--info,
	.footer__block--casino {
		max-width: unset;
	}
}

.icon {
	position: relative;
	width: 28px;
	height: 28px;
}

.icon span {
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	transition: all 0.3s ease;
}

.icon span:nth-child(1) {
	top: 5px;
}

.icon span:nth-child(2) {
	top: 47%;
}

.icon span:nth-child(3) {
	bottom: 50%;
}

.icon span:nth-child(4) {
	bottom: 5px;
}

.header {
	background: #160d0d;
	min-height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	padding: 0;
}

.header .headerInner .headerWrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}

.header .headerInner .header_left {
	display: flex;
	gap: 16px;
	align-items: center;
}
.header .headerInner .logo {
	position: relative;
}
.header .headerInner .logo button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header .headerInner .special {
	position: relative;
}
.header .headerInner .special button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header .headerInner .tournaments {
	position: relative;
}
.header .headerInner .tournaments button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header .headerInner .logo {
	position: relative;
	left: 35px;
}

.header .headerInner .toggle {
	width: 28px;
	height: 28px;
	left: 40px;
	top: 4px;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	z-index: 3;
}

.header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(1) {
	transform: scaleX(0);
}

.header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(2) {
	transform: rotate(45deg);
}

.header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(3) {
	transform: rotate(-45deg);
}

.header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(4) {
	transform: scaleX(0);
}

.header .headerInner .toggle:checked ~ .menu {
	height: 100%;
	opacity: 1;
	padding-bottom: 40px;
	padding-top: 37px;
}

.header .headerInner .logo a {
	display: block;
}

.header .headerInner .logo .ampLogo {
	position: relative;
}

.header .headerInner .logo .ampLogo button {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.header .headerInner .menu {
	flex-direction: row;
	transition: all 0.3s ease;
	width: auto;
}

.header .headerInner .menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 28px;

	list-style: none;
	width: 100%;
}

.header .headerInner .menu a {
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 22px;
}

.header .headerInner .headerWrapper .menu button {
	color: #fff;
}

.header .headerInner .menu a:hover {
	color: #ff2400;
}

.header .headerInner .menu a.active {
	color: #ff2400;
}

.buttons .logButton {
	padding: 12px 24px;
	border-radius: 48px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	border-radius: 48px;
	background: #da3737;
}

.buttons .regButton {
	position: relative;
	margin-right: 20px;
	background: #fff;
	padding: 12px 24px;
	border-radius: 48px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	color: #e13d22;
}

@media screen and (max-width: 1960px) {
	.header {
		height: 70px;
		padding: 0.75rem 1rem;
		position: fixed;
		width: 100%;
		z-index: 10;
	}

	.header .headerInner .toggle {
		left: 16px;
		top: 3px;
	}

	.header .headerInner .logo {
		left: unset;
	}

	.header:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
		pointer-events: none;
	}

	.header .buttons .regButton {
		margin-right: 0;
	}

	.header .buttons .regButton {
		background: #ff2400;
		color: #fff;
		font-size: 18px;
		border-radius: 0.25rem;
		font-weight: 600;
		margin-right: 0.5rem;
		position: relative;
	}

	.header .buttons .regButton:hover {
		background:
			linear-gradient(0deg, rgba(49, 51, 52, 0.15), rgba(49, 51, 52, 0.15)),
			#ff2400;
	}

	.header .buttons .regButton::after {
		content: '';
		animation: button-pulse 1.6s ease-out infinite 0.5s;
		position: absolute;
		border-radius: 0.25rem;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) scale(0.7, 0.5);
		background: rgba(255, 36, 0, 0.5);
		z-index: -1;
		transition: transform 0.5s linear;
		width: calc(100% + 24px);
		height: calc(100% + 24px);
	}

	@keyframes button-pulse {
		0% {
			transform: translate(-50%, -50%) scale(0.7, 0.5);
			opacity: 0;
			border-radius: 0.25rem;
		}

		12% {
			opacity: 1;
		}

		34% {
			transform: translate(-50%, -50%) scale(1);
		}

		38% {
			opacity: 0;
		}

		40% {
			transform: translate(-50%, -50%) scale(1);
			opacity: 0;
			border-radius: 0.5rem;
		}

		to {
			transform: translate(-50%, -50%) scale(1);
			opacity: 0;
			border-radius: 0.25rem;
		}
	}

	.header .buttons .logButton {
		font-size: 1rem;
		border-radius: 0.25rem;
		background-color: inherit;
		border: 1px solid #ff2400;
		font-weight: 600;
	}

	.header .buttons .logButton:hover {
		background: #ff2400;
		transition: 0.3s;
	}
}

@media screen and (max-width: 660px) {
	.header .headerInner .logo {
		left: 0;
	}
}

@media screen and (max-width: 390px) {
	.header .buttons .regButton {
		padding: 10px 16px;
		font-size: 16px;
	}
	.header .buttons .logButton {
		padding: 10px 16px;
		font-size: 16px;
	}

	.header .logo {
		width: 90px;
	}
}

.contentSidebar {
	width: 350px;
	height: 540px;
	position: -webkit-sticky;
	position: sticky;
	right: 0;
	top: 100px;
	padding: 20px;
	background: #1b243a;
	border-radius: 15px;
}

.contentSidebar .appName {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.contentSidebar .appImg {
	display: flex;
	justify-content: center;
}

.contentSidebar .appItem {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 15px;
	padding: 10px;
	margin: 10px 0;
	position: relative;
}

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

.contentSidebar .appItem .appInfo {
	width: calc(100% - 40px);
}

.contentSidebar .appItem .appInfoTitle {
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	display: block;
}

.contentSidebar .appItem .appInfoSubtitle {
	font-size: 13px;
	color: #fff;
	line-height: 20px;
	display: block;
}

.contentSidebar .appItem:nth-child(1n) {
	background: #8d53e9;
}

.contentSidebar .appItem:nth-child(1n):hover {
	background: #712cde;
}

.contentSidebar .appItem:nth-child(2n) {
	background: #00b7ff;
}

.contentSidebar .appItem:nth-child(2n):hover {
	background: #2ca0ce;
}

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

.burger {
	display: none;
	position: relative;
}

.mobileMenu {
	position: fixed;
	top: 0;
	right: 0%;
	display: block;
	z-index: 5;
	background: #e13d22;
	width: 100%;
	max-width: 350px;
	min-height: 100vh;
	padding: 30px 20px;
	transition: right 0.8s;
}

.mobileMenu .buttons {
	display: block;
	margin-top: 32px;
}

.mobileMenu .buttons button {
	display: block;
	margin: 0 auto 12px;
	width: 50%;
}

.mobileMenu[hidden] {
	right: -200%;
}

.mobileMenu .mobileMenuTop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 75px;
}

.mobileMenu .mobileMenuLinks {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.mobileMenu .mobileMenuLinks a {
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks button {
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
}

.mobileMenu .mobileMenuLinks a:active {
	color: #181616;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	display: block;
}

.overlay[hidden] {
	display: none;
}
@media screen and (max-width: 1200px) {
	.header .headerInner .header_left {
		gap: 10px;
	}
	.header .headerInner .special img,
	.header .headerInner .tournaments img {
		max-width: 80%;
		width: 96px;
		height: 32px;
	}
	.logo img {
		width: 110px;
		height: 35px;
	}
	.header .headerInner .special,
	.header .headerInner .tournaments {
		max-width: 96px;
		width: 100%;
	}
}
@media screen and (max-width: 900px) {
	.header .headerInner .menu {
		display: none;
	}
	.burger {
		display: block;
	}

	.header .headerInner .special img,
	.header .headerInner .tournaments img {
		max-width: 100%;
	}
	.logo img {
		width: 140px;
		height: 40px;
	}
	.header .headerInner .special,
	.header .headerInner .tournaments {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.header .headerInner .special,
	.header .headerInner .tournaments {
		display: none;
	}
}

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

.breadcrumbs a {
	color: #fff;
	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(/arrow-right.svg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: 10px;
	content: no-open-quote;
}

@media screen and (max-width: 1250px) {
	.breadcrumbs.wrapper {
		margin-top: 15px;
	}
}

body {
	overflow-x: hidden;
}

.mainBanner {
	height: 408px;
	margin: 90px 0 50px 0;
	background-color: rgba(0, 0, 0, 0);
	position: relative;
}

.mainBanner button {
	color: #ff1301;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0px 0px 12px 0px rgba(255, 9, 9, 0.37);
	padding: 16px 40px;
	transition: 0.4s;
}

.mainBannerInner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	overflow: hidden;
	width: 100%;
	max-width: 1450px;
	margin: 0 auto;
	position: relative;
}

.mainBannerInner .mainBannerText {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	max-width: 460px;
}

.mainBannerInner .mainBannerText p {
	width: 100%;
	padding-bottom: 0;
}

.mainBannerInner .textFirst {
	color: #fff;
	font-size: 46px;
	font-weight: 700;
	line-height: 46px;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.mainBannerInner .textSecond {
	color: #c01414;
	font-size: 66px;
	font-weight: 700;
	line-height: 67px;
	text-transform: uppercase;
	margin-bottom: 40px;
	text-shadow: 10px 0px 18px #c01414;
}

.mainBannerInner::before {
	content: no-open-quote;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/uploads/img/mask_left.webp) no-repeat;
	background-size: cover;
	width: 408px;
	height: 408px;
}

.mainBannerInner::after {
	content: no-open-quote;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(/uploads/img/mask_right.webp) no-repeat;
	background-size: cover;
	width: 408px;
	height: 408px;
}

@media (max-width: 1250px) {
	.mainBanner .mainBannerInner {
		padding-left: 20px;
		justify-content: flex-start;
	}

	.mainBanner .mainBannerInner::before {
		display: none;
	}
}

@media (max-width: 800px) {
	.mainBanner {
		height: 200px;
		margin: 90px 0 10px 0;
	}

	.mainBanner .mainBannerInner .textFirst {
		font-size: 26px;
		line-height: 26px;
		text-transform: uppercase;
		margin-bottom: 6px;
	}

	.mainBanner .mainBannerInner .textSecond {
		font-size: 46px;
		line-height: 46px;
		text-transform: uppercase;
		margin-bottom: 12px;
	}

	.mainBanner .mainBannerInner::after {
		width: 190px;
		height: 190px;
	}
}

@media (max-width: 540px) {
	.mainBannerInner .mainBannerText {
		max-width: 265px;
	}

	.mainBannerInner::after {
		right: -7%;
	}
}

@media (max-width: 420px) {
	.mainBanner .mainBannerInner::after {
		right: -12%;
	}

	.mainBanner .mainBannerInner .textFirst {
		font-size: 20px;
		line-height: 20px;
		text-transform: uppercase;
		margin-bottom: 6px;
	}

	.mainBanner .mainBannerInner .textSecond {
		font-size: 36px;
		line-height: 36px;
		text-transform: uppercase;
		margin-bottom: 12px;
	}

	.mainBanner button {
		padding: 10px 15px;
		width: 210px;
	}
}

@media screen and (max-width: 350px) {
	.mainBannerInner::before {
		display: none;
	}

	.mainBannerInner::after {
		display: none;
	}
}

.bottom-panel {
	display: none;
}

.pinco-double {
	margin-top: 70px;
}

.pinco-double .pinco-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.75rem 1rem;
	gap: 2rem;
	max-width: 1280px;
	margin: 100px auto 0;
}

.pinco-double .pinco-wrap .pinco-left {
	max-width: 540px;
	width: 100%;
	height: 320px;
	position: relative;
}

.pinco-double .pinco-wrap .pinco-left .underlay {
	position: absolute;
	overflow: hidden;
	z-index: 2;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	display: block;
	border-radius: 1rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: auto 100%;
	background-position: bottom 0 right -240px;
}

.pinco-double .pinco-wrap .pinco-left .underlay-bg {
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('/assets/images/bg-left.png') center center / cover no-repeat;
	position: absolute;
	border-radius: 1rem;
	z-index: 1;
}

.pinco-double .pinco-wrap .pinco-left img.pinco-left-img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 310px;
	z-index: 3;
}

.pinco-double .pinco-wrap .pinco-content {
	padding: 2rem;
	height: auto;
}

.pinco-double .pinco-wrap .pinco-content .pinco-title {
	position: relative;
	z-index: 4;
}

.pinco-double .pinco-wrap .pinco-content .pinco-title .h3 {
	font-weight: 900;
	font-size: 3.25rem;
	line-height: 3.25rem;
	color: #fff;
	text-transform: uppercase;
	margin: unset;
	padding: unset;
	text-align: left;
}

.pinco-double .pinco-wrap .pinco-content .pinco-title .p {
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	margin: unset;
	padding: unset;
	text-align: left;
}

.pinco-double .pinco-wrap .pinco-content .pinco-descr {
	position: relative;
	z-index: 4;
	margin-top: 16px;
}

.pinco-double .pinco-wrap .pinco-content .pinco-descr .h4 {
	font-size: 22px;
	color: #fff;
	line-height: 22px;
	text-transform: uppercase;
	margin: unset;
	padding: unset;
	text-align: left;
}
.pinco-double .pinco-wrap .pinco-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.pinco-double .pinco-wrap .pinco-content button.btn-banner-apk {
	width: 180px;
}

.pinco-double .pinco-wrap .pinco-content .pinco-descr .colored {
	font-size: 3.25rem;
	line-height: 3.25rem;
	text-transform: uppercase;
	background: linear-gradient(180deg, #ffc700 26.48%, #ff8a00);
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	-webkit-background-clip: text;
	background-clip: text;
	margin-top: 8px;
	font-weight: 600;
}

.pinco-double .pinco-wrap .pinco-content button {
	z-index: 4;
	font-size: 1rem;
	font-weight: 700;
	padding: 0.5rem 1.5rem;
	line-height: 24px;
	color: #fff;
	background-color: #ff2400;
	text-transform: uppercase;
	margin-top: 20px;
	border-radius: 0.25rem;
	width: 285px;
}

.pinco-double .pinco-wrap .pinco-content .btn-banner-casino {
	align-self: flex-start;
}

.button-block .btn-apk {
	background:
		left -0.3rem center url('/assets/images/android.svg') no-repeat,
		#009b7f;
	width: 320px;
}

.pinco-double .pinco-wrap .pinco-content button:hover {
	background:
		linear-gradient(0deg, rgba(49, 51, 52, 0.15), rgba(49, 51, 52, 0.15)),
		#ff2400;
}

.pinco-double .pinco-wrap .pinco-right {
	max-width: 540px;
	width: 100%;
	height: 320px;
	position: relative;
}

.pinco-double .pinco-wrap .pinco-right img.pinco-right-img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
	width: 310px;
	transform: rotateY(180deg);
}

.pinco-double .pinco-wrap .pinco-right .underlay {
	position: absolute;
	overflow: hidden;
	z-index: 2;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	display: block;
	border-radius: 1rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: auto 100%;
}

.pinco-double .pinco-wrap .pinco-right .underlay-bg {
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('/assets/images/bg-right.png') center center / cover no-repeat;
	position: absolute;
	border-radius: 1rem;
	z-index: 3;
}
.pinco-double .pinco-wrap .pinco-content button.btn-banner-apk:hover {
	background:
		left 1rem center url('/assets/images/android.svg') no-repeat,
		#009b7f;
	opacity: 0.8;
}

@media (max-width: 1280px) {
	.bottom-panel {
		display: block;
	}
}

@media (max-width: 1000px) {
	.pinco-double .pinco-wrap .pinco-right .pinco-content .pinco-title .p {
		text-align: right;
		width: 100%;
	}

	.pinco-double .pinco-wrap .pinco-content .pinco-title .p {
		font-size: 26px;
		line-height: 26px;
	}

	.pinco-double {
		margin-top: 50px;
	}

	.pinco-double .pinco-wrap {
		gap: 1rem;
	}

	.pinco-double .pinco-wrap .pinco-left {
		height: 209px;
	}

	.pinco-double .pinco-wrap .pinco-left img.pinco-left-img {
		width: 194px;
	}

	.pinco-double .pinco-wrap .pinco-left .underlay {
		background-position: bottom 0 right -110px;
	}

	.pinco-double .pinco-wrap .pinco-content {
		height: auto;
		padding: 1rem;
	}

	.pinco-double .pinco-wrap .pinco-content .pinco-title .h3 {
		font-size: 2.25rem;
		line-height: 2.25rem;
	}

	.pinco-double .pinco-wrap .pinco-content .pinco-title .h3 .p {
		font-size: 24px;
		line-height: 24px;
	}

	.pinco-double .pinco-wrap .pinco-content .pinco-descr {
		margin-top: 10px;
	}

	.pinco-double .pinco-wrap .pinco-content .pinco-descr .h4 {
		font-size: 1.25rem;
		line-height: 1.25rem;
	}

	.pinco-double .pinco-wrap .pinco-content .pinco-descr .colored {
		font-size: 2.25rem;
		line-height: 2.25rem;
		margin-top: 0;
	}

	.pinco-double .pinco-wrap .pinco-content button {
		margin-top: 10px;
	}

	.pinco-double .pinco-wrap .pinco-right {
		height: 209px;
	}

	.pinco-double .pinco-wrap .pinco-right .pinco-content {
		text-align: right;
	}

	.pinco-double .pinco-wrap .pinco-right .pinco-content .pinco-title .h3 {
		width: 100%;
		text-align: right;
	}

	.pinco-double .pinco-wrap .pinco-right .pinco-content .pinco-title .h3 .p {
		width: 100%;
		text-align: right;
	}

	.pinco-double .pinco-wrap .pinco-right .pinco-content .pinco-descr .h4 {
		text-align: right;
		width: 100%;
	}

	.pinco-double .pinco-wrap .pinco-right .pinco-content img.pinco-right-img {
		width: 194px;
		left: 0;
		transform: rotateY(360deg);
	}
	.pinco-double .pinco-wrap .pinco-content .btn-banner-casino {
		align-self: flex-end;
	}
}

@media (max-width: 700px) {
	.pinco-double .pinco-wrap {
		display: block;
	}

	.pinco-double .pinco-wrap .pinco-left {
		max-width: unset;
		margin-bottom: 24px;
	}

	.pinco-double .pinco-wrap .pinco-left .underlay {
		background-position: bottom 0 right 0px;
	}

	.pinco-double .pinco-wrap .pinco-left img.pinco-left-img,
	.pinco-double .pinco-wrap .pinco-right .pinco-content img.pinco-right-img {
		right: 80px;
	}

	.pinco-double .pinco-wrap .pinco-right {
		max-width: unset;
	}

	.pinco-double .pinco-wrap .pinco-right .pinco-content .underlay {
		background-size: cover;
	}
}

@media (max-width: 520px) {
	.pinco-double .pinco-wrap .pinco-left img.pinco-left-img,
	.pinco-double .pinco-wrap .pinco-right .pinco-content img.pinco-right-img {
		right: 0;
	}
}

@media (max-width: 420px) {
	.pinco-double .pinco-wrap .pinco-left {
		height: 189px;
		margin-bottom: 10px;
	}

	.pinco-double .pinco-wrap .pinco-left img.pinco-left-img {
		width: 170px;
	}

	.pinco-double .pinco-wrap .pinco-left .underlay {
		height: 189px;
		background-position: bottom 0 right -100px;
	}

	.pinco-double .pinco-wrap {
		margin: 70px auto 0;
	}
	.pinco-double .pinco-wrap .pinco-content {
		height: auto;
		padding: 0.75rem;
	}

	.pinco-double .pinco-wrap .pinco-content .pinco-title h3 {
		font-size: 2rem;
		line-height: 2rem;
	}

	.pinco-double .pinco-wrap .pinco-content .pinco-title h3 p {
		font-size: 20px;
		line-height: 20px;
	}

	.pinco-double .pinco-wrap .pinco-content .pinco-descr h4 {
		font-size: 1rem;
		line-height: 1rem;
	}

	.pinco-double .pinco-wrap .pinco-content .pinco-descr .colored {
		font-size: 1.875rem;
		line-height: 1.875rem;
	}

	.pinco-double .pinco-wrap .pinco-right,
	.pinco-double .pinco-wrap .pinco-right .pinco-content .underlay {
		height: auto;
	}

	.pinco-double .pinco-wrap .pinco-right .pinco-content img.pinco-right-img {
		width: 170px;
	}
}

.bottom-panel {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 600;
	box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.4);
	background-color: #160d0d;
	transition: bottom 0.6s;
	padding: 0 1rem;
}

.bottom-panel .panel-items {
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: repeat(5, 1fr);
}

.bottom-panel .panel-items .panel-item {
	display: grid;
	text-align: center;
	grid-gap: 2px;
	text-decoration: none;
	padding: 0.5rem 0;
}

.bottom-panel .panel-items .panel-item img {
	margin: 0 auto;
}

.bottom-panel .panel-items .panel-item button p {
	font-size: 0.875rem;
	line-height: 1.125rem;
	font-weight: 400;
	color: #80858f;
	padding: 0;
}

.bottom-panel .panel-items .panel-item button:hover p {
	transition: 0.3s;
	color: #ff2400;
}

@media (max-width: 720px) {
	.bottom-panel {
		padding: unset;
	}

	.bottom-panel .panel-items .panel-item img {
		width: 24px;
		height: 24px;
	}

	.bottom-panel .panel-items .panel-item button p {
		font-size: 0.75rem;
		line-height: 1rem;
		font-weight: 400;
	}
}

@media (max-width: 430px) {
	.bottom-panel .panel-items .panel-item button p {
		font-size: 0.625rem;
		line-height: 0.875rem;
	}
}

.casino-games {
	margin-top: 0px;
}

.casino-games .title-wrap {
	display: flex;
	justify-content: center;
}

.casino-games .title-wrap .casino-title {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 2;
	width: 207px;
}

.casino-games .title-wrap .casino-title .headers {
	font-size: 1.75rem;
	line-height: 2.0625rem;
	font-weight: 500;
	color: #fff;
	padding: 0;
}

.casino-games .title-wrap .casino-title .headers-descr {
	font-size: 1rem;
	line-height: 1.375rem;
	font-weight: 400;
	color: #fff;
	padding: 5px 0;
	margin-bottom: 5px;
}

.casino-games .title-wrap .casino-title .underline {
	width: calc(100% + 2rem);
	height: 1px;
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0) 0%,
		#ff2400 50%,
		rgba(0, 0, 0, 0) 100%
	);
}

.casino-games .title-wrap .casino-title .underline::before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translate(-50%);
	height: 3px;
	width: 88px;
	border-radius: 100px;
	background-color: #ff2400;
}

.casino-games .casino-links {
	padding: 0 1rem;
	width: 100%;
	display: flex;
	background-color: #160d0d;
	margin-top: 16px;
	justify-content: center;
	flex-wrap: nowrap;
}

.casino-games .casino-links .casino-link {
	padding: 14px 0 10px;
	width: auto;
	text-align: center;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
	width: 140px;
}

.casino-games .casino-links .casino-link img {
	margin: 0 auto;
	width: 24px;
	height: 24px;
}

.casino-games .casino-links .casino-link button p {
	padding: 0;
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.125rem;
	font-weight: 400;
	color: #80858f;
	text-transform: uppercase;
	width: 100%;
}

.casino-games .casino-links .casino-link button:hover p {
	transition: 0.3s;
	color: #ff2400;
}

@media (max-width: 850px) {
	.casino-games .casino-links .casino-link {
		width: unset;
	}
}

@media (max-width: 700px) {
	.casino-games .casino-links .casino-link {
		min-height: 100%;
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}

	.casino-games .casino-links .casino-link button {
		font-size: 0.75rem;
		line-height: 1rem;
		font-weight: 400;
	}
}

@media (max-width: 530px) {
	.casino-games .casino-links {
		justify-content: start;
		overflow-x: scroll;
	}

	.casino-games .casino-links .casino-link {
		flex: 0 0 auto;
	}
}

.nav-submenu {
	position: relative;
	height: 100%;
}

.nav-submenu:hover .nav-submenu-list {
	display: flex;
}

.nav-submenu .nav-submenu-link {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	height: 55px;
	display: flex;
	align-items: center;
}

.nav-submenu .nav-submenu-list {
	position: absolute;
	background: #000;
	top: 40px;
	left: -10px;
	width: 160px;
	flex-direction: column;
	padding: 10px 10px 0px 10px;
	display: none;
}

.nav-submenu .nav-submenu-list a {
	margin-bottom: 10px;
	margin-right: 0px;
}

@media screen and (max-width: 1250px) {
	#mobileMenu .nav-submenu {
		margin-top: 20px;
	}

	#mobileMenu .nav-submenu-link {
		color: #df0000;
		font-size: 20px;
		text-align: center;
		font-weight: 700;
		line-height: 22px;
		text-transform: uppercase;
		display: block;
		height: auto;
	}

	#mobileMenu .nav-submenu-list {
		display: flex;
		width: 100%;
		left: 0;
		position: relative;
		top: 0;
	}
}

.promo {
	margin-top: 60px;
	background: #000 url(/uploads/img/mask.webp);
	padding: 20px 0;
}

.promo p {
	width: 100%;
}

.promo .promo_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.promo .promo_wrapper .promo_info {
	text-align: center;
	width: 300px;
}

.promo .promo_wrapper .promo_info .promo_title {
	margin-bottom: 10px;
	padding: 0;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
}

.promo .promo_wrapper .promo_info .promo_text {
	text-align: center;
	margin-bottom: 10px;
	padding: 0;
	font-size: 22px;
}

.promo .promo_wrapper .promo_info .promo_date {
	margin-bottom: 10px;
	padding: 0;
	font-size: 20px;
}

.promo .promo_wrapper .promo_info .promo_date span {
	border-bottom: 2px dotted #fff;
}

.promo .promo_wrapper .promo_info .promo_percent {
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
	font-size: 40px;
	font-weight: bold;
	line-height: 42px;
	color: #ec2a0a;
}

.promo .promo_wrapper .promo_code-info {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.promo .promo_wrapper .promo_code-info .promo_text {
	text-align: center;
	margin-bottom: 10px;
}

.promo .promo_wrapper .promo_code-info .promo_code {
	margin-bottom: 20px;
	padding: 15px;
	font-weight: 600;
	text-align: center;
	font-size: 42px;
	text-transform: uppercase;
	letter-spacing: 10px;
	background: #000;
	border: 5px dashed #fff;
	border-radius: 10px;
}

.promo .promo_wrapper .promo_code-info .promo_btn {
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	position: relative;
	display: inline-block;
	background: #a91704;
	padding: 8px 12px;
	border-radius: 8px;
}

@media screen and (max-width: 1250px) {
	.promo .promo_wrapper .promo_img {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	.promo {
		padding: 0 0 10px 0;
	}

	.promo .promo_wrapper {
		flex-wrap: wrap;
	}

	.promo .promo_wrapper .promo_info {
		width: 100%;
	}

	.promo .promo_wrapper .promo_info .promo_title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 0px;
	}

	.promo .promo_wrapper .promo_info .promo_text {
		margin-bottom: 0;
		font-size: 18px;
	}

	.promo .promo_wrapper .promo_info .promo_percent {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 0px;
	}

	.promo .promo_wrapper .promo_info .promo_date {
		font-size: 16px;
	}

	.promo .promo_wrapper .promo_code-info {
		width: 100%;
	}

	.promo .promo_wrapper .promo_code-info .promo_text {
		margin-bottom: 0;
	}

	.promo .promo_wrapper .promo_code-info .promo_code {
		width: auto;
		font-size: 20px;
		border: 2px dashed #fff;
	}

	.promo .promo_wrapper .promo_code-info .promo_btn {
		font-size: 20px;
	}
}

.advantages {
	padding: 20px 0;
}

.advantages ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.advantages ul li {
	width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.advantages ul li img {
	width: 60px;
	height: 60px;
}

.advantages ul li p {
	width: 100%;
	padding-bottom: 0;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

@media (max-width: 1250px) {
	.advantages {
		overflow-x: scroll;
		flex-wrap: nowrap;
	}

	.advantages ul {
		justify-content: flex-start;
	}

	.advantages ul li {
		max-width: 160px;
		flex: 0 0 auto;
	}
}

.mirror-block {
	max-width: 600px;
	margin: 0 auto 20px auto;
	width: 96%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	background-color: #0e121c;
	border-radius: 16px;
}

.mirror-block img {
	margin-bottom: 16px;
	width: 60px;
	height: 60px;
}

.mirror-block span {
	color: #fff;
	text-align: center;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}

.mirror-block p {
	margin-bottom: 20px;
	padding-bottom: 0;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
}

.mirror-block p span {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: #fff;
}

.mirror-block button {
	max-width: 400px;
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	padding: 12px 24px;
	border-radius: 52px;
	background: #c01414;
}

@media (max-width: 1250px) {
	.mirror-block button {
		padding: 12px 24px;
	}
}

@media (max-width: 630px) {
	.mirror-block {
		padding: 20px;
		width: calc(100% - 32px);
	}
}

.cupon-banner {
	max-width: 600px;
	margin: 0 auto;
	width: 96%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 15px;
	background-color: #0e121c;
	border-radius: 26px;
	margin-bottom: 20px;
}

.content-side {
	width: 100%;
}

.content-side__title {
	padding-bottom: 0;
	margin: 0;
	width: 100%;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
}

.content-side__promocode {
	display: flex;
	width: 100%;
}

.content-side__promocode-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	border-radius: 0px 52px 52px 0px;
	background: #fff;
	cursor: pointer;
}

.content-side__promocode-copy {
	width: 100%;
	padding: 12px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	border-radius: 52px 0px 0px 52px;
	border: 2px solid #fff;
}

@media (max-width: 630px) {
	.promo-block {
		width: calc(100% - 32px);
	}

	.content-side__title {
		max-width: 300px;
		margin: 0 auto;
		margin-bottom: 20px;
		font-size: 24px;
	}
}

/* Telegram */

.telegram {
	margin: 0 auto;
	width: calc(100% - 280px);
	max-width: 1200px;
	padding: 20px 0;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.45);
	overflow: hidden;
}
.telegram_inner {
	border: 2px solid rgba(141, 7, 10, 1);
	border-radius: 20px;
	padding: 30px 60px;
	background: url(/bg_tg.webp) no-repeat;
	background-size: cover;
	position: relative;
}
.telegram-info {
	position: relative;
	z-index: 3;
}
.telegram-info p {
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	font-family: 'Verdana';
	color: #fff;
	width: 100%;
	max-width: 293px;
	padding-bottom: 20px;
	margin-left: 0;
}
.telegram-info button {
	background: rgba(234, 63, 37, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 13px 17px;
	border-radius: 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}
.telegram-info button:hover {
	opacity: 0.8;
}
.telegram-info button img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.telegram_img {
	position: absolute;
	width: 322px;
	height: 190px;
	bottom: 0;
	right: 60px;
	background: url(/telegram_img.webp) no-repeat;
	background-size: cover;
	z-index: 1;
}
.telegram_ellipse {
	display: none;
}

@media screen and (max-width: 1250px) {
	.telegram {
		width: calc(100% - 32px);
	}
}

@media screen and (max-width: 850px) {
	.telegram_inner {
		padding: 44px 24px 20px 24px;
	}
	.telegram_img {
		right: 0;
	}
}

@media screen and (max-width: 850px) {
	.telegram-info p {
		font-size: 18px;
		max-width: 276px;
	}
	.telegram-info button img {
		width: 20px;
		height: 20px;
	}
	.telegram-info button {
		font-size: 14px;
	}
	.telegram_img {
		background-position: 0 100%;
		width: 220px;
		border-radius: 0 0 20px 0;
	}
	.telegram_inner {
		background: url(/bg_tg_mob.webp) no-repeat;
		background-size: cover;
	}
}

@media screen and (max-width: 520px) {
	.telegram_ellipse {
		display: block;
		width: 100%;
		height: 100%;
		background: url(/ellipse-desk-text.svg) no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 20%;
		z-index: 2;
	}
	.telegram_inner {
		padding: 20px 14px 20px 14px;
	}
	.telegram_img {
		height: 180px;
		width: 200px;
	}
	.telegram-info p {
		max-width: 234px;
	}
}

/* main button */
.main_button_block {
	padding: 24px;
	text-align: center;
}
.main_button_block button {
	background: #f8c602;
	border: 1px solid #0051d8;
	padding: 15px 20px;
	border-radius: 10px;
	color: #000d40;
	font-size: 20px;
	line-height: 24px;
	font-family: Tahoma, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.main_button_block button:hover {
	opacity: 0.8;
}
@media screen and (max-width: 420px) {
	.button-block button {
		font-size: 15px;
	}
}
@media screen and (max-width: 320px) {
	.button-block button {
		font-size: 11px;
	}
}
/* Banner Promo */

.bannerPromo {
	margin: 0 auto;
	width: 96%;
	max-width: 1248px;
}
.bannerPromo-wrapper {
	height: 320px;
	border-radius: 20px;
	background: url('/banner_bg.webp') no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.bannerPromo-wrapper {
	margin-bottom: 15px;
}
.bannerPromo-wrapper.label {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 70px;
	border-radius: 20px 0 100px 0;
}
.bannerPromo-wrapper .label span {
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 47px;
	font-weight: 700;
}
.bannerPromo-wrapper .label {
	background: #c01414;
}
.bannerPromo-wrapper .label {
	background: #3cc2aa;
}
.bannerPromo-wrapper .text {
	width: 100%;
	max-width: 740px;
	padding-top: 20px;
	margin-left: 70px;
	position: relative;
	z-index: 2;
}
.bannerPromo-wrapper .text p {
	font-size: 28px;
	line-height: 34px;
	font-weight: 700;
	width: 100%;
}
.bannerPromo-wrapper .text p,
.bannerPromo-wrapper .text p i,
.bannerPromo-wrapper .text .date {
	color: #fff;
}
.bannerPromo .text p i {
	font-size: 42px;
	font-weight: 700;
	line-height: 62px;
	font-style: normal;
}
.bannerPromo-wrapper .text .date-update {
	font-size: 32px;
	font-weight: 600;
	color: #fff;
}
.bannerPromo-wrapper .promo-imgs {
	display: flex;
	justify-content: flex-start;
	padding-left: 60px;
	width: 100%;
	height: 40%;
	z-index: 4;
}
.bannerPromo-wrapper .promo-imgs .img-casino {
	background: url(/card-casino.webp) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	max-width: 358px;
	max-height: 117px;
}

.bannerPromo-wrapper .promo-imgs .img-spor {
	background: url(/card-sport.webp) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	max-width: 358px;
	max-height: 117px;
}

.bannerPromo-wrapper .bannerImg {
	position: absolute;
	right: 0;
	top: 0;
	background: url('/img.webp') no-repeat;
	background-size: cover;
	width: 354px;
	height: 364px;
}
.bannerPromo-wrapper .buttons {
	display: flex;
	margin-left: 70px;
	position: relative;
	z-index: 2;
}
.bannerPromo-wrapper .promocode {
	background: #0d1116;
	border: 2px solid #ffd120;
	padding: 9px 24px;
	border-radius: 100px;
	box-shadow: 0px 4px 6.1px 0px #8c8c8ccc;
	display: flex;
	margin-left: 70px;
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 738px;
	text-transform: uppercase;
}
.bannerPromo-wrapper .promocode span {
	font-size: 24px;
	line-height: 29px;
	font-weight: 400;
	color: #fff;
}
.bannerPromo-wrapper .promocode .promocodeIcon,
.bannerPromo-wrapper .promocode .promoSpecialbutton {
	font-family: Verdana;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	background: #ffd120;
	width: 189px;
	height: 49px;
	padding: 14px 64px 14px 64px;
	position: absolute;
	cursor: pointer;
	right: 0px;
	top: -1px;
	border-radius: 0px 100px 100px 0px;
}
.bannerPromo-wrapper .promocode .promoSpecialbutton {
	text-transform: uppercase;
}

@media (max-width: 1250px) {
	.bannerPromo-wrapper .text {
		margin-left: 24px;
	}
	.bannerPromo-wrapper .promo-imgs {
		padding-left: 24px;
	}
	.bannerPromo-wrapper .promocode {
		margin-left: 24px;
	}
	.bannerPromo-wrapper .bannerImg {
		right: -25px;
	}
}

@media (max-width: 950px) {
	.bannerPromo-wrapper {
		height: 412px;
		padding-bottom: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.bannerPromo-wrapper .promo-imgs {
		flex-direction: column;
	}

	.bannerPromo-wrapper .promo-imgs .img-casino,
	.bannerPromo-wrapper .promo-imgs .img-spor {
		max-height: 106px;
	}
	.bannerPromo-wrapper .text {
		padding-top: 0;
	}

	.bannerPromo-wrapper .bannerImg {
		top: 50px;
	}
	.bannerPromo-wrapper .label {
		width: 100%;
		border-radius: 20px 20px 0 0;
		display: flex;
		justify-content: center;
		padding: 7px 0px;
	}
	.bannerPromo-wrapper .label span {
		font-size: 20px;
		line-height: 30px;
	}
	.bannerPromo-wrapper .text {
		padding-top: 20px;
		width: 100%;
		max-width: 439px;
	}
	.bannerPromo-wrapper .text p {
		font-size: 20px;
		line-height: 24px;
	}
	.bannerPromo .text p i {
		font-size: 26px;
		line-height: 32px;
	}

	.bannerPromo .promocode {
		margin-left: 24px;
		margin-bottom: 12px;
		margin-top: 20px;
		padding: 9px 24px;
		max-width: 362px;
		display: flex;
		justify-content: space-between;
	}
	.bannerPromo-wrapper .promocode span {
		font-size: 20px;
		line-height: 24px;
	}
	.bannerPromo-wrapper .promocode .promocodeIcon,
	.bannerPromo-wrapper .promocode .promoSpecialbutton {
		width: 110px;
		height: 47px;
		margin-left: 0;
		padding: 11px 20px 11px 20px;
		top: -3px;
	}
	.bannerPromo-wrapper .promo-imgs {
		height: 100%;
		justify-content: space-between;
	}
}

@media (max-width: 574px) {
	.bannerPromo-wrapper .bannerImg {
		right: -70px;
	}
}

@media (max-width: 500px) {
	.bannerPromo-wrapper {
		justify-content: center;
	}
	.bannerPromo-wrapper .promo-imgs {
		align-items: center;
		padding-left: 0;
	}
	.bannerPromo-wrapper .bannerImg {
		display: none;
	}
	.bannerPromo-wrapper .text {
		margin: 0 auto;
		text-align: center;
	}
	.bannerPromo-wrapper .promocode {
		align-items: center;
		margin: 10px auto 12px auto;
	}
	.bannerPromo-wrapper .promo-imgs .img-spor {
		margin-top: 10px;
	}
}

@media screen and (max-width: 340px) {
	.pinco-double .pinco-wrap .pinco-content button {
		padding: 0.5rem 1rem;
		width: 263px;
	}
}

.date {
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.date time {
	color: #fff;
}

.contentBlock {
	margin: 10px auto 20px auto;
	padding: 24px 10px;
	border-radius: 12px;
	background-color: #261a1a;
	width: 96%;
	max-width: 1300px;
}

.slots {
	margin-top: 50px;
}

.slots_inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.slots_inner .slots_title {
	width: 100%;
}

.slots_inner .slots_title_first {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.slots_inner .slots_title_second {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding-top: 0px;
}

.slots_inner .slots_line {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 0px;
}

.slots_inner .slots_line img {
	width: 484px;
	height: 8px;
}

.slots_list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	width: 100%;
	margin-top: 32px;
	gap: 40px;
	margin-bottom: 44px;
}

.slots_list .slots_item {
	height: 150px;
	position: relative;
	border-radius: 10px;
}

.slots_list .slots_item:nth-child(1) {
	background: url('/assets/images/slot_1.png') no-repeat;
	background-size: cover;
	background-position: center center;
}

.slots_list .slots_item:nth-child(2) {
	background: url('/assets/images/slot_2.png') no-repeat;
	background-size: cover;
	background-position: center center;
}

.slots_list .slots_item:nth-child(3) {
	background: url('/assets/images/slot_3.png') no-repeat;
	background-size: cover;
	background-position: center center;
}

.slots_list .slots_item:nth-child(4) {
	background: url('/assets/images/slot_4.png') no-repeat;
	background-size: cover;
	background-position: center center;
}

.slots_list .slots_item:nth-child(5) {
	background: url('/assets/images/slot_5.png') no-repeat;
	background-size: cover;
	background-position: center center;
}

.slots_list .slots_item:nth-child(6) {
	background: url('/assets/images/slot_6.png') no-repeat;
	background-size: cover;
	background-position: center center;
}

.slots_item_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: #13171f99;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 15px;
	opacity: 0;
	transition: 0.4s;
}

.slots_item_inner .name {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	width: 100%;
}

.slots_item_inner button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 2;
	cursor: pointer;
}

.slots_item_inner .button {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}

.slots_item_inner .button_inner {
	display: flex;
	background: #ff2400;
	width: 137px;
	height: 56px;
	border-radius: 6px;
	justify-content: center;
	gap: 10px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.slots_item_inner .button span {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: 700;
}

.slots_item_inner .button img {
	height: 24px;
	width: 24px;
}

.slots_list .slots_item:hover .slots_item_inner {
	opacity: 1;
}

@media screen and (max-width: 1150px) {
	.slots_list {
		grid-template-columns: repeat(3, 1fr);
		margin-bottom: 20px;
	}

	.slots_item_inner {
		opacity: 1;
	}
}

@media screen and (max-width: 650px) {
	.slots_list {
		gap: 20px;
	}

	.slots_inner .slots_line img {
		width: 300px;
		height: 5px;
	}

	.slots_inner .slots_line {
		margin-top: 10px;
	}

	.slots_item_inner .button span {
		font-size: 16px;
		line-height: 20px;
	}

	.slots_item_inner .button_inner {
		width: 122px;
		height: 46px;
	}
}

@media screen and (max-width: 650px) {
	.slots_inner .slots_title_second,
	.slots_inner .slots_title_first {
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 500px) {
	.slots_list {
		grid-template-columns: repeat(2, 1fr);
	}

	.slots_list .slots_item {
		height: 120px;
	}
}

.units {
	margin-top: 10px;
}

.units_inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.units_inner .units_title {
	width: 100%;
}

.units_inner .units_title p {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.units_inner .units_line {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 0px;
}

.units_inner .units_line img {
	width: 484px;
	height: 8px;
}

.units_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
	margin-top: 32px;
	gap: 36px;
}

.units_item_img {
	height: 180px;
	border-radius: 10px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 24px;
}

.units_item_img img {
	width: 210px;
	height: 125px;
}

.units_item:nth-child(1) .units_item_img {
	background-size: cover;
	background-position: 0% center;
}

.units_item:nth-child(2) .units_item_img {
	background-size: cover;
	background-position: 0% center;
}

.units_item:nth-child(3) .units_item_img {
	background-size: cover;
	background-position: 100% center;
}

.units_item:nth-child(4) .units_item_img {
	background-size: cover;
	background-position: 100% center;
}

.units_item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.units_item span {
	color: #fff;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
}

.units_item button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	cursor: pointer;
}

.img-cov {
	width: 100%;
	height: 100%;
	max-width: 900px;
	margin: 15px auto;
}
.img-cov img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
}

.table {
	width: 100%;
	overflow-x: auto;
	margin: 30px auto;
}
.table table {
	width: 100%;
	border-collapse: collapse;
}
.table table td {
	width: max-content;
	padding: 10px 20px;
	border: 1px solid #fed6d6;
	color: #fff;
}
.table table thead {
	background: #fed6d6;
}
.table table thead th {
	padding: 15px;
	text-align: center;
	color: #f93333;
	border: 1px solid #f93333;
}

.pageMenu {
	max-width: max-content;
}

@media screen and (max-width: 1050px) {
	.units_list {
		grid-template-columns: repeat(2, 1fr);
	}

	.units_item_img {
		height: 140px;
	}

	.units_item_img {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 620px) {
	.units_inner .units_title p {
		font-size: 20px;
		padding-bottom: 10px;
	}

	.units_item_img img {
		width: 96px;
		height: 57px;
	}

	.units_item_img {
		height: 100px;
	}

	.units_item span {
		font-size: 14px;
		line-height: 17px;
		display: block;
		text-align: center;
	}

	.units_list {
		gap: 24px;
	}

	.units_inner .units_line img {
		width: 300px;
		height: 5px;
	}

	.units_inner .units_line {
		margin-top: 10px;
	}
}
