@media screen and (min-width: 1600px) {
	.cover {
		padding-left: calc(50% - ((1600px - 60px)/ 2));
		padding-right: calc(50% - ((1600px - 60px)/ 2));
	}

	.main {
		padding-left: calc(50% - ((1600px - 60px)/ 2));
		padding-right: calc(50% - ((1600px - 60px)/ 2));
	}

	.header {
		padding-left: calc(50% - ((1600px - 80px)/ 2));
		padding-left: calc(50% - ((1600px - 80px)/ 2));
	}

	.sidebar {
		left: calc(50% - ((1600px - 60px)/ 2));
	}
}

@media screen and (min-width:1026px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1500px) {
	.prime {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.prime__wrap {
		background-color: rgba(5, 14, 34, .75);
		border-radius: var(--radius);
		padding: 20px;
	}
}

@media screen and (max-width:1200px) {
	.sidebar {
		display: none
	}

	.page-nav {
		display: block;
		padding: 10px !important;
	}

	.sidebar-quicklinks__button:before {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}

	.sidebar-quicklinks__button.slide:before {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
	}

	.sidebar-quicklinks__list {
		display: none;
		gap: 0;
	}

	.sidebar-quicklinks__list li {
		width: 100%;
	}

	.general-content {
		width: 100%;
	}

	.table {
		overflow: auto;
	}

	.table:before {
		display: none;
	}

	.table table {
		width: 1130px;
	}

	.table-banner .table table {
		width: 715px;
	}

	.table::-webkit-scrollbar {
		height: 5px;
	}

	.table::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, .2);
		border-radius: 10px;
	}

	.table::-webkit-scrollbar-thumb {
		background: #2320DA;
		border-radius: 10px;
	}

	.advantages__table table,
	.games__table table,
	.grades__table table {
		width: 100%;
	}

	.reviews__list {
		gap: 20px;
	}

	.reviews__list li {
		width: calc(33.3% - 13.3px);
	}

	.reviews-about__rate {
		gap: 5px;
		width: 50%;
	}

	.reviews-about__rate img {
		width: calc(20% - 4px);
	}

	.footer__menu {
		gap: 30px;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.footer-menu__item {
		min-width: 0;
	}
}

@media screen and (max-width:1025px) {
	.header__logo {
		margin-right: auto;
	}

	.menu-button {
		display: block;
		background: -o-radial-gradient(55.4% 14.06%, 45.91% 85.94%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.032) 100%),
			-o-radial-gradient(22.73% 20.31%, 66.76% 121.06%, rgba(48, 25, 176, 0.2) 18.63%, rgba(9, 91, 179, 0.2) 100%),
			-o-radial-gradient(33.52% -15.63%, 92.56% 151.44%, #2575DE 0%, #221BE8 85.15%),
			-o-radial-gradient(82.39% 55.47%, 35.8% 316.2%, #1F28D6 0%, #2849EF 100%);
		background: radial-gradient(45.91% 85.94% at 55.4% 14.06%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.032) 100%),
			radial-gradient(66.76% 121.06% at 22.73% 20.31%, rgba(48, 25, 176, 0.2) 18.63%, rgba(9, 91, 179, 0.2) 100%),
			radial-gradient(92.56% 151.44% at 33.52% -15.63%, #2575DE 0%, #221BE8 85.15%),
			radial-gradient(35.8% 316.2% at 82.39% 55.47%, #1F28D6 0%, #2849EF 100%);
		padding: 10px;
		border-radius: 10px;
		width: 40px;
		height: 40px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.menu-button svg {
		display: block;
		margin: auto;
	}

	.menu-button svg rect {
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		fill: #fff;
	}

	.menu-button.active svg rect:nth-child(1) {
		x: -2px;
		y: 6px;
		width: 20px;
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
	}

	.menu-button.active svg rect:nth-child(2) {
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transform: scale(0, 2);
		-ms-transform: scale(0, 2);
		transform: scale(0, 2);
	}

	.menu-button.active svg rect:nth-child(3) {
		x: -2px;
		y: 6px;
		width: 20px;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.header__menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #030A16;
		z-index: 100;
		margin: 0;
		border-radius: 0;
		display: none;
		padding: 25px;
		text-align: center;
	}

	.header__menu ul {
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		gap: 15px;
	}

	.bonus-banner__wrap {
		width: auto;
		max-width: 565px;
	}

	.register__banner {
		padding-right: 15px;
	}

	.tournaments__wrap,
	.games__wrap,
	.live__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.games__img,
	.live__img {
		width: auto;
		margin: 0 auto;
	}

	.deposits__list li {
		width: calc(50% - 20px);
	}

	.reviews__list li {
		width: calc(50% - 10px);
	}

	.grades__img {
		-ms-flex-item-align: self-end;
		align-self: self-end;
		width: auto;
		position: static;
		margin: 0 -20px -32px 0;
	}

	/* Bonus Page */
	.leaderboards-banner__list li {
		width: calc(50% - 15px);
	}

	/* App Page */
	.requirements__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 25px;
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 30px;
	}

	h2,
	.title.high {
		font-size: 24px;
	}

	ul {
		gap: 20px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.header__lang {
		gap: 10px;
	}

	.prime {
		min-height: 0;
		padding: 20px;
	}

	.advantages-proscons__list {
		padding: 15px 0 0 5px;
	}

	.bonus-banner {
		min-height: 0;
	}

	.bonus-banner__wrap {
		background-color: rgba(5, 14, 34, .7);
		border-radius: var(--radius);
		padding: 20px;
	}

	.bonus-banner__button {
		margin-top: 20px;
	}

	.register__banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.games__table table {
		width: 900px;
	}

	.reviews__list li {
		width: 100%;
	}

	.footer__menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer__info {
		padding: 0;
	}

	/* Bonus Page */
	.leaderboards-banner__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	/* App Page */
	.store {
		padding: 40px 20px;
	}

	.store__background {
		opacity: .7;
	}

	.store__background img {
		-o-object-position: 80%;
		object-position: 80%;
	}

	.footer__menu {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		justify-content: flex-start;
	}

	.footer-menu__item {
		min-width: -webkit-calc((100% - 30px) / 2);
		min-width: -moz-calc((100% - 30px) / 2);
		min-width: calc((100% - 30px) / 2);
	}

}

@media (orientation: landscape) and (max-width:850px) {
	.header__menu {
		height: calc(100vh - 68px);
		overflow: auto;
	}
}

@media screen and (max-width:650px) {

	.cover,
	.main {
		padding-left: 20px;
		padding-right: 20px;
	}

	h1,
	.title.general {
		font-size: 28px;
		line-height: 120%;
	}

	h2,
	.title.high {
		font-size: 24px;
	}

	.prime__wrap {
		min-height: 0;
		padding: 20px;
	}

	.advantages__table table {
		width: 570px;
	}

	.advantages__proscons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.advantages-proscons__item {
		width: 100%;
	}

	.bonus-banner {
		padding: 20px;
	}

	.bonus-banner__title {
		font-size: 28px;
	}

	.bonus-banner__text {
		font-size: 20px;
	}

	.promotions__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.promotions-wrap__item {
		width: 100%;
	}

	.tournaments__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tournaments__list li {
		width: 100%;
	}

	.deposits__list {
		gap: 20px;
	}

	.deposits__list li {
		width: 100%;
	}

	.grades__table table {
		width: 600px;
	}

	.footer__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	/* Bonus Page */
	.leaderboards-banner__list li {
		width: 100%;
	}

	/* App Page */
	.store {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 20px;
	}
}

@media screen and (max-width: 450px) {
	.main {
		padding-left: 10px;
		padding-right: 10px;
	}

	h1,
	.title.general {
		font-size: 24px;
	}

	h2,
	.title.high {
		font-size: 20px;
	}

	h3,
	.title.middle {
		font-size: 18px;
	}

	.main {
		padding-bottom: 30px;
	}

	.content {
		padding: 15px;
	}

	.prime {
		padding: 10px;
	}

	.prime__rate {
		font-size: 15px;
	}

	.prime__text {
		margin-top: 10px;
	}

	.advantages-proscons__title {
		font-size: 18px;
	}

	.bonus-banner__title {
		font-size: 22px;
	}

	.register-banner__button {
		bottom: 29%;
	}

	.reviews-item__about {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
	}

	.reviews-about__rate {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}

	.grades__img {
		margin: 0 -15px -15px 0;
	}

	.footer__lang {
		gap: 10px;
	}

	.footer-menu__item p {
		margin-bottom: 10px;
	}

	/* Bonus Page */
	.reload-banner__list {
		padding: 0;
	}

	.cashback__background {
		opacity: .6;
	}

	.leaderboards-current__list {
		padding: 0;
	}

	/* App Page */
	.requirements-minimum__text {
		padding: 50px 10px 10px;
	}

	.app-button {
		font-size: 14px;
		width: 230px;
		padding: 10px;
	}

}