@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 - 120px)/ 2));
	}
}

@media screen and (min-width:1026px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1200px) {
	.sidebar {
		display: none
	}

	.page-nav {
		display: block;
		padding: 0 !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%;
	}

	.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;
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 36px;
	}

	h2,
	.title.high {
		font-size: 28px;
	}

	h3,
	.title.middle {
		font-size: 22px;
	}

	ul {
		gap: 20px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.main {
		padding-bottom: 30px;
	}

	.prime {
		min-height: 0;
		padding: 20px;
	}

	.pros-cons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.pros-cons__item {
		width: 100%;
	}

	.pros-cons__img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: auto;
	}

	.specifications-item__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.specifications-item__img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: auto;
	}

	.app-banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		gap: 20px;
	}

	.app-banner__logo {
		margin: 0;
	}

	.events__table,
	.slots__table,
	.tournaments__table,
	.requirements__table,
	.web__table {
		overflow: auto;
	}

	.events__table table,
	.slots__table table {
		width: 1130px;
	}

	.table::-webkit-scrollbar {
		height: 5px;
	}

	.table::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, .2);
		border-radius: 10px;
	}

	.table::-webkit-scrollbar-thumb {
		background: var(--main-color);
		border-radius: 10px;
	}

	.games__table th:first-child,
	.games__table td:first-child {
		max-width: 190px;
	}

	li.live-list__item {
		width: calc(50% - 10px);
	}

	.payments__background {
		opacity: .7;
	}

	.footer__menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer__info {
		padding: 0;
	}

	/* Bonus Page */
	.claim__wrap,
	.responsibly__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.claim__img,
	.responsibly__img {
		width: auto;
	}

	.rewards__table th:first-child,
	.rewards__table td:first-child {
		max-width: 120px;
	}

	.tournaments__table table,
	.requirements__table table,
	.web__table table {
		width: 800px;
	}

	/* App Page */
	.web__background {
		opacity: .5;
	}

	.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: 30px;
	}

	h2,
	.title.high {
		font-size: 24px;
	}

	.table th {
		font-size: 18px;
	}

	.about__table,
	.games__table,
	.grades__table {
		overflow: auto;
	}

	.about__table table,
	.games__table table,
	.grades__table table {
		width: 600px;
	}

	.bonus-banner {
		padding: 40px 20px;
	}

	.bonus-banner__title {
		font-size: 34px;
	}

	.bonus-banner__text {
		font-size: 20px;
	}

	.bonus-banner__text p+p {
		margin-top: 10px;
	}

	.app-banner__background {
		opacity: .7;
	}

	li.live-list__item {
		width: 100%;
	}

	.reviews__list li {
		width: 100%;
	}

	.footer__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	/* App Page */
	.store {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 0;
	}

}

@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;
		line-height: 120%;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	h3,
	.title.middle {
		font-size: 18px;
	}

	li {
		padding: 5px 10px 5px 50px;
	}

	li:before,
	ul>li:after {
		width: 35px;
	}

	ol>li:before {
		font-size: 26px;
	}

	ul>li:after {
		background-size: 20px;
	}

	.content {
		padding: 15px;
	}

	.header__lang span {
		display: none;
	}

	.prime {
		padding: 10px;
	}

	.prime__rate {
		font-size: 15px;
	}

	.about__table td:first-child {
		max-width: 190px;
	}

	.specifications__item,
	.article-block,
	.bonus-banner__wrap {
		padding: 15px;
	}

	.two-col-table th,
	.two-col-table td,
	.welcome__table td,
	.rewards__table th,
	.rewards__table td {
		padding-left: 10px;
		padding-right: 10px;
	}

	.bonus-banner__title {
		font-size: 28px;
	}

	.bonus-banner__text {
		font-size: 18px;
	}

	.footer__lang {
		gap: 10px;
	}

	.footer-menu__item p {
		margin-bottom: 10px;
	}
}