@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	background: #191a1d;
	background-repeat: no-repeat;
}
.hero {
	width: 100%;
}

#container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: transform 0.4s ease;
	position: relative;
	z-index: 1;
}

* {
	box-sizing: border-box;
	font-family: "Inter", sans-serif;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-display: swap;
}

nav {
	width: 100%;
	max-width: calc(100% - 30px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #141e2c;
	padding: 4px 0;
	height: 50px;
}
#close-pop {
	cursor: pointer;
}

.nav__menu {
	display: none;
	cursor: pointer;
}

.nav__left {
	padding-left: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 45px;
}

.nav__logo {
	height: 40px;
}

.nav__categories {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	margin-right: 250px;
}

.nav__categories a {
	color: #7b8797;
	font-family: Inter;
	font-size: 11.25px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	text-transform: uppercase;
	padding: 5px 10px;
}

.nav__categories a.active {
	color: #fff;
}

.nav__right {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding-right: 10px;
}

.slots-section {
	display: none;
	border-radius: 15px 15px 0 0;
	background: #222931;

	width: 597px;
	height: 40px;
	padding: 0 16px;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
	margin-bottom: 6px;
}
.nav__right img {
	height: 30px;
}

.nav__buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding-left: 28px;
}

.nav__deposit,
.nav__register {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 12.578px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px;
	/* 166.957% */
	padding: 4px 16px 5px;
	border-radius: 6px;
	background: #20dc65;
	border: none;
	cursor: pointer;
}

.nav__login {
	border-radius: 8px;
	border: 1px solid #20dc65;
	padding: 4px 16px 5px;
	color: #20dc65;
	text-align: center;
	font-family: Inter;
	font-size: 11.339px;
	font-style: normal;
	font-weight: 700;
	line-height: 18.38px;
	/* 162.095% */
	background: none;
	cursor: pointer;
}

.nav__date {
	color: #fff;
	text-align: right;
	font-family: Inter;
	font-size: 12.688px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	/* 236.453% */
	width: 72px;
	cursor: default;
}

.nav__arrow {
	display: none;
}

.nav__languages {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 0 5px;
	position: relative;
	cursor: pointer;
}

.nav__languages span {
	color: #f0f0f0;
	text-align: center;
	font-family: Inter;
	font-size: 13.125px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.nav__languages img {
	width: 9px;
	height: 5px;
}

.nav__dropdown-content {
	display: none;
	top: 30px;
	right: 0;
	width: 150px;
	position: absolute;
	background-color: white;
	border-radius: 2px 0 2px 2px;
	padding: 2px 0;
	background: #191a1d;
	z-index: 5;
}

.nav__dropdown-content.show {
	display: block;
}

.nav__dropdown-content span {
	width: 100%;
	height: 50px;
	border-radius: 2px 0 0 0;
	background: #141e2c;
	color: #eaecee;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	padding: 0 15px;
}

.nav__dropdown-content div {
	display: flex;
	align-items: center;
	gap: 3px;
	padding: 3px 15px 8px;
	background: #191a1d;
	color: #eaecee;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
	border-bottom: 1px solid #191a1d;
}

.nav__dropdown-content div:hover {
	border-bottom: 1px solid #fff;
}

.nav__settings {
	position: relative;
	cursor: pointer;
}

.nav__settings-dropdown {
	display: none;
	position: absolute;
	top: 30px;
	right: 0;
	width: 150px;
	background-color: #191a1d;
	border-radius: 6px;
	z-index: 20;
}

.nav__settings-dropdown.show {
	display: block;
}

.nav__settings-dropdown a {
	width: 100%;
	color: #eaecee;
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	height: 30px;
	display: flex;
	align-items: center;
	padding-left: 15px;
	text-decoration: none;
}

.dropdown-2 {
	position: relative;
}

.dropdown-2-in {
	display: none;
	flex-direction: column;
	left: 100%;
	width: 120px;
	border-radius: 6px;
}

.dropdown-2-in.show {
	display: flex;
}

.dropdown-2-in a {
	padding-left: 15px;
}

.dropdown-2 a {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}

.dropdown-2 img {
	height: 10px;
}

.games-con {
	width: 100%;
}

.games {
	width: 100%;
	display: flex;
	align-items: center;
	height: 65px;
	gap: 8px;
	background: #141b24;
	overflow: auto;
	scrollbar-width: none;
}

.game {
	opacity: 0.5;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	line-height: 16.5px;
	/* 150% */
	text-transform: uppercase;
}

.game--1 {
	opacity: 1;
}

.game img {
	height: 24px;
}

.main {
	width: 100%;
	display: flex;
}

.main__left {
	width: 100%;
	height: calc(100vh - 115px);
	max-width: 240px;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	scrollbar-width: none;
}

.main__right.main__right-open {
	display: flex;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #191a1d;
	max-width: unset;
	z-index: 2;
}
.main-menu-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 8px;
	width: 100%;
}
.main-menu-container a {
	display: flex;
	gap: 8px;
	align-items: center;
	border-radius: 6px;
	width: 60px;
	background: #343339;
	max-width: calc(50% - 5px);
	width: 100%;
	height: 50px;
	padding: 8px;
}
.main-menu-container img {
	width: 40px;
	height: 40px;
}
.main-menu-container span {
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 11.222px;
	font-style: normal;
	font-weight: 700;
	line-height: 18.9px;
}
.menu-btns {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 50px;
}
.menu-btns a {
	width: calc(50% - 10px);
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
}
.menu-btn-first {
	border: 1px solid #20dc65;
	background: transparent;
	color: #20dc65;

	line-height: 1.5;
	border-radius: 6px;
}
.menu-btn-second {
	background-color: #20dc65;
	border: 1px solid #20dc65;
	color: #111113;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 6px;
}
.menu-button {
	width: 100%;
	background-color: #20dc65 !important;
	margin-top: 12px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	height: 50px;
	padding: 20px 10px;
	border-radius: 8px;
}
.menu-button img {
	width: 28px;
}
.menu-button span {
	color: black;
	font-size: 14px;
	text-align: center;
	font-family: Inter;
	font-style: normal;
	font-weight: 700;
	line-height: 18.9px;
}
.main__search-con {
	width: 100%;
	margin-top: 19px;
	padding: 10px 10px 15px 10px;
	border-radius: 3px;
	background: #222931;
	position: sticky;
	top: 0;
}

.main__search {
	display: flex;
	border-radius: 4px;
	background: #fff;
	align-items: center;
	justify-content: space-between;
	padding: 0 7px;
	height: 34px;
}

.main__search img {
	height: 18px;
}

.main__search input {
	width: 100%;
	outline: none;
	border: none;
	padding-left: 5px;
}

.main__search input:active {
	outline: none;
}

.main__categories {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	padding: 11px 0 8px;
	gap: 6px;
}

.main__categories a {
	cursor: pointer;
	width: 100%;
	border-radius: 8px;
	background: #343339;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #babec7;
	text-align: center;
	font-family: Inter;
	font-size: 14.25px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	text-transform: capitalize;
}

.main__competitions {
	display: flex;
	flex-direction: column;
	gap: 5.5px;
	width: 100%;
	padding-top: 20px;
}

.main__competitions span {
	color: #babec7;
	font-family: Inter;
	font-size: 17.297px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	text-transform: capitalize;
}

.main__competitions a {
	display: flex;
	align-items: center;
	gap: 5px;
	width: 100%;
	padding: 5px;
	border-radius: 8px;
	background: #343339;
}

.main__competitions img {
	height: 20px;
}

.main__competitions p {
	color: #fff;
	font-family: Inter;
	font-size: 13.453px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	/* 156.098% */
}

.main__times {
	display: flex;
	align-items: center;
	padding: 10px 0;
	position: sticky;
	top: 59px;
	background-color: #191a1d;
}

.main__times a {
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 18.9px;
	/* 168.421% */
	width: 77px;
	padding: 4.55px 10px 5.56px 10px;
}

.main__times .main__time--1 {
	border-radius: 6px;
	background: #20dc65;
	color: #000;
	font-size: 10px;
}

.main__games-con {
	display: flex;
	width: 100%;
	flex-direction: column;
	padding-top: 30px;
}

.main__games-con span {
	color: #fff;
	font-family: Inter;
	font-size: 17.578px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	/* 170.667% */
	text-transform: capitalize;
	padding-left: 7px;
}

.main__games {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.main__games a,
.main__games div {
	height: 30px;
	width: 100%;
	border-radius: 6px;
	background: #343339;
	display: flex;
	align-items: center;
	padding: 0 15px 0 9.5px;
	gap: 5px;
	justify-content: space-between;
}

.main__games img {
	height: 20px;
	width: 20px;
	object-fit: cover;
}

.main__games p {
	color: #fff;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main__games .main__game-title {
	padding: 0;
}

.main__games .main-game--live {
	width: 45px;
	height: 30px;
	border-radius: 5px;
	background: #ec1a23;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.main__games .main__game-dropdown {
	height: 6px;
}

.main__right {
	width: 100%;
	max-width: 480px;
	padding: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.main__right-top {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.main__right-top a,
.main__right-top div {
	width: 100%;
	border-radius: 6px;
	background: #343339;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 13.344px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
}

.main__right-top .main__right-top--1 {
	max-width: 460px;
	justify-content: space-between;
	padding: 0 23px 0 10px;
}

.main__right img {
	width: 376px;
	height: 394px;
	margin-top: 53px;
}

.main__middle {
	height: calc(100vh - 115px);
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	scrollbar-color: #20dc65 transparent;
	scrollbar-width: thin;
}

.swiper {
	width: 100%;
	overflow: unset;
}

.swiper-slide {
	width: 100%;
	text-align: center;
	font-size: 18px;
	background: #444;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 407px;
	object-fit: cover;
}

.table-container {
	width: 100%;
	padding: 6px 6px 15px;
}

.live-table,
.table {
	width: 100%;

	background: #343339;
	height: 50px;
	display: flex;
	align-items: center;
}
.tables {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.live-table {
	position: sticky;
	top: 0;
}

.table-divide {
	display: flex;
	align-items: center;
	gap: 5px;
	padding-left: 10px;
	background: #1f2023;
}

.table-row-1 {
	width: 45%;
	padding-left: 20px;
	color: #fff;
	font-family: Inter;
	font-size: 15.273px;
	font-style: normal;
	font-weight: 600;
	line-height: 25.5px;
	text-transform: capitalize;
}

.table-right {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.table-row-2,
.table-row-3 {
	width: 30%;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 6px;
	max-width: 244px;
}

.table-row-2 div,
.table-row-3 div {
	width: 100%;
	display: flex;
	align-items: center;
}

.table-row-2 p,
.table-row-3 p {
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 11.68px;
	font-style: normal;
	font-weight: 600;
	line-height: 16.25px;
	text-transform: capitalize;
}

.table-row-2 div p,
.table-row-3 div p {
	max-width: 81px;
}

.table-divide img {
	height: 20px;
}

.table-divide p {
	color: #babec7;
	font-family: Inter;
	font-size: 13.234px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	/* 226.682% */
}

.table .table-row-1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 110px;
	padding-left: 10px;
}

.table {
	height: unset;
	padding: 11px 10px 11px 0;
}

.table p {
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
}
.table a {
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
}

.table-live {
	width: 36px;
	height: 15px;
	border-radius: 4px;
	background: #ec1a23;
	display: flex;
	align-items: center;
	justify-content: center;
}

.table .table-row-2 {
	width: 40%;
	align-items: flex-start;
	gap: 0;
}

.table .table-row-2 p {
	text-align: start;
}

.table .table-row-4 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
	width: 100%;
}

.table .table-row-4 p,
.table .table-row-4 a {
	width: 100%;
	max-width: 79px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #001e44;
	text-align: center;
	font-family: Inter;
	font-size: 14.5px;
	font-style: normal;
	font-weight: 500;
	line-height: 50px;
	/* 344.828% */
	border-radius: 6px;
	background: #eaecee;
}

.table .table-row-3 {
	width: 76px;
	display: flex;
	flex-direction: column;
	gap: 7px;
	align-items: center;
}

.table .table-row-3 p {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	border-radius: 4px;
	background: #f1f4f5;
}

.table .table-row-4 .text-diff {
	color: #fff;
	background-color: #000;
}

.table-end {
	border-radius: 0 0 5px 5px;
	background: #20dc65;
	margin-top: 5px;
	margin-bottom: 15px;
	height: 29px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #18202a;
	text-align: center;
	font-family: Inter;
	font-size: 12.906px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
	/* 224.697% */
	text-transform: capitalize;
}

footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #1f2023;
}

.footer__bonus {
	padding: 5px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.footer__bonus span {
	color: #28b302;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.footer__bonus p {
	color: #fff;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 7px 0;
}

.footer__features {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	background-color: #191a1d;
	gap: 20px;
	padding: 0 20px;
}

.active-title {
	position: relative;
	color: #fff !important;
}
.active-title::before {
	content: "";
	position: absolute;
	background-color: #20dc65;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 5px;
	border-radius: 5px 5px 0 0;
}
.footer__feature {
	width: 100%;
	max-width: max-content;
	display: flex;
	flex-direction: column;
	gap: 11px;
	padding: 20px 0 16.5px;
}

.footer__feature span {
	color: #fff;
	font-family: Inter;
	font-size: 15.625px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.footer__feature p {
	color: #6d6d6d;
	font-family: Inter;
	font-size: 13.234px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.footer__feature a {
	color: #6d6d6d;
	font-family: Inter;
	font-size: 13.234px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.footer__feature a:hover {
	color: #20dc65;
}
.footer__main {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 20px 0 40px;
}

.footer__brands {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 77px;
	flex-wrap: wrap;
	padding: 0 15.36px;
	gap: 30.72px;
}

.footer__18 {
	height: 50px;
}

.footer__brand-1 {
	height: 57px;
}

.footer__brand-2 {
	height: 50px;
}

.footer__text-1 {
	max-width: 219px;
}

.footer__text-2 {
	max-width: 148px;
}

.footer__brands p {
	color: #eaecee;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.footer__apps {
	display: flex;
	align-items: center;
	gap: 5px;
}

.footer__payment-title {
	color: #eaecee;
	text-align: center;
	font-family: Inter;
	font-size: 11.25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.footer__payments {
	display: flex;
	align-items: center;
	padding: 10px;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.footer__payments img {
	height: 40px;
}

.footer__bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	min-height: 84px;
	gap: 19px;
}

.footer__bottom p {
	color: #eaecee;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.ticket {
	width: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	gap: 100px;
	flex-wrap: wrap;
	background-color: #222931;
	position: fixed;
	bottom: 0;
	left: 0;
}

.ticket div {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.ticket img {
	height: 30px;
}

.ticket p {
	color: #fff;
	font-size: 12.797px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px;
}

.ticket-open {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 30px;
	background: #20dc65;
	position: relative;
	bottom: 8px;
}

.ticket-open span {
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
}

.ticket-open p {
	color: #000;
	text-align: center;
	font-size: 9px;
	font-style: normal;
	font-weight: 700;
	line-height: 13.5px;
}

.tables-mobile {
	display: none;
	width: 100%;
	background: #191a1d;
	flex-direction: column;
	align-items: center;
}

.tables-titles {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 34px;
	border-radius: 15px 15px 0 0;
	background: #222931;
	height: 40px;
}

.tables-titles p,
.tables-titles a {
	color: #7b8797;
	font-family: Inter;
	font-size: 11.625px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	text-transform: uppercase;
}

.tables-categories {
	margin-top: 10px;
	border-radius: 30px;
	border: 1px solid #20dc65;
	display: flex;
	width: 100%;
	max-width: 248px;
	height: 25px;
	display: flex;
	align-items: center;
}

.tables-category {
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	text-transform: capitalize;
	height: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tables-category-1 {
	border-radius: 30px;
	background: #20dc65;
	color: #000;
	margin-left: 1px;
}

.table-times {
	display: flex;
	align-items: center;
	gap: 7px;
	justify-content: center;
	padding: 16px 16px 10px;
	flex-wrap: wrap;
	border-bottom: 1px solid #494949;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	flex-wrap: nowrap;
	justify-content: flex-start;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.table-times p,
.table-times a {
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	/* 214.286% */
	text-transform: capitalize;
	padding: 2.5px 10px;
	border-radius: 6px;
	background: #343339;
	white-space: nowrap;
	min-width: max-content;
}

.table-times .table-time-1 {
	background: #20dc65;
	color: #000;
}

.table-con {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 10px 12px 0;
}

.table-mobile {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.table-mobile-title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
}

.table-mobile-title img {
	height: 20px;
}

.table-mobile-title p {
	color: #babec7;
	font-family: Inter;
	font-size: 13.344px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	/* 224.824% */
}

.table-mobile-main {
	width: 100%;
	border-radius: 5px;
	background: #343339;
	box-shadow: 0 1px 1px 0 #191a1d inset;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 16px;
	margin-bottom: 10px;
}

.table-mobile-main .table-row-1--mobile {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 10px;
	max-width: unset;
	padding: 0;
}

.table-categories,
.table-scores {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-bottom: 16px;
}

.table-categories p,
.table-categories a {
	width: 100%;
	max-width: 109px;
	color: #babec7;
	text-align: center;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
}

.table-scores {
	padding: 0;
	gap: 10px;
}

.table-score {
	width: 100%;
	max-width: 102px;
	border-radius: 6px;
	background: #eaecee;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 8px;
	height: 41px;
}

.table-score span {
	color: #697482;
	text-align: center;
	font-family: Inter;
	font-size: 15.125px;
	font-style: normal;
	font-weight: 500;
	line-height: 50px;
}

.table-score p {
	color: #001e44;
	text-align: center;
	font-family: Inter;
	font-size: 15.125px;
	font-style: normal;
	font-weight: 500;
	line-height: 50px;
}

.table-con {
	display: none;
}

.main__right .main__right-top--mobile {
	position: relative;
	background: #20dc65;
	color: #111113;
	display: none;
}

.main__right .main__right-top--mobile img {
	height: 16px;
	width: 16px;
	position: absolute;
	right: 11px;
	margin: 0;
}

.pop-up {
	position: fixed;
	top: 0;

	max-width: 75%;
	width: 100%;
	background: #111113;
	z-index: 5;
	height: 100dvh;
	padding: 15px;
	left: -75%;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: left 0.4s ease;

	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.pop-up::-webkit-scrollbar {
	display: none;
}
.pop-up-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.pop-up-top div {
	display: flex;
	gap: 5px;
}

.pop-up-top div img {
	height: 30px;
}

.pop-up-top img {
	height: 18px;
}

.main__search--pop {
	width: 100%;
	margin: 15px 10px 23px 10px;
	padding: 10px;
}

.main__times-pop {
	position: static;
	background-color: transparent;
	gap: 7px;
	width: 100%;
}

.main__times-pop a {
	border-radius: 6px;
	width: 60px;
	background: #343339;
	max-width: 152px;
	width: 100%;
}

.main__categories-pop p {
	height: 36px;
}
.active-category {
	background: #20dc65 !important;
	color: #000 !important;
}
.pop-up.active {
	left: 0;
}

#container.shifted {
	transform: translateX(75%);
	position: fixed;
}

@media (max-width: 620px) {
	.footer__bonus p {
		text-align: center;
	}
}
