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

	.sidebar {
		left: calc(50% - ((1600px - 60px)/ 2));
	}
}

@media screen and (min-width:1026px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1200px) {
	.sidebar {
		display: none
	}

	.page-nav {
		background: #030A16;
		display: block;
		padding: 10px !important;
	}

	.sidebar-quicklinks__button {
		background-color: #350364;
	}

	.sidebar-quicklinks__button.slide {
		background-color: rgba(0, 0, 0, 0);
	}

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

	.general-content {
		width: 100%;
	}

	.table {
		overflow: auto;
	}

	.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: #350364;
		border-radius: 10px;
	}

	.license__img {
		opacity: .5;
	}


	.footer__menu {
		gap: 30px;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.footer-menu__item {
		min-width: 0;
	}
}

@media screen and (max-width:1025px) {
	.cover {
		padding-left: 30px;
		padding-right: 30px;
	}

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

	.prime__wrap {
		-webkit-backdrop-filter: blur(2px);
		backdrop-filter: blur(2px);
	}

	.bonus-banner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.app__banner {
		padding: 20px;
	}

	.app-banner__item:last-child {
		margin-top: 20px;
	}

	.bonuses__list {
		display: block;
	}

	.bonuses-list__item:nth-child(2) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.bonuses-list__item:last-child {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.bonuses__existing {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.bonuses-existing__button {
		padding: 0;
	}

	.bonuses-existing__background {
		position: static;
		-ms-flex-item-align: end;
		align-self: flex-end;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: -160px -20px -20px 0;
		width: auto;
	}

	.reviews__list {
		gap: 20px;
		padding: 0;
	}

	.reviews-heading__rate img {
		max-width: 25px;
	}

	/* Bonus Page */
	.welcome__banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.prizes__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.prizes__img {
		-ms-flex-item-align: end;
		align-self: flex-end;
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: auto;
		margin: -12% -20px -25%;
	}

	/* App Page */
	.download-banner__item-android .download-item__img {
		width: 28%;
	}

	.requirements__banner-android .requirements-desc__list {
		gap: 40px 5%;
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 30px;
	}

	h2,
	.title.high {
		font-size: 26px;
	}

	h3,
	.title.middle {
		font-size: 22px;
	}

	ol {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	ol li {
		width: 50%;
	}

	ol li:nth-child(odd) {
		padding-bottom: 5px;
	}

	ol li:nth-child(even) {
		padding-top: 5px;
	}

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

	.prime__text {
		font-size: 20px;
		margin-top: 15px;
	}

	.table th {
		font-size: 17px;
	}

	.bonus-banner {
		min-height: 0;
	}

	.bonus-banner__title {
		font-size: 40px;
	}

	.bonus-banner__text {
		font-size: 26px;
		margin-top: 20px;
	}

	.bonus-banner__text p+p {
		margin-top: 10px;
	}

	.register__banner {
		padding: 20px;
	}

	.register-banner__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.app-banner__item-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.bonuses-list__item:nth-child(n),
	.bonuses-existing__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.bonuses-list__item+.bonuses-list__item {
		margin-top: 25px;
	}

	.bonuses-item__img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.bonuses-item__desc,
	.bonuses-item__img,
	.bonuses-existing__desc,
	.bonuses-existing__img {
		width: 100%;
	}

	.bonuses-item__desc,
	.bonuses-existing__desc {
		padding: 0 0 10px;
	}

	.bonuses-desc__text {
		margin-top: 15px;
		padding: 0;
	}

	.tournaments__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tournaments__list {
		max-width: none;
	}

	.slots__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.reviews-item__heading {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.grades__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
		padding: 0 0 0 20px;
	}

	.grades__list+.grades__list {
		margin-top: 20px;
	}

	.conclusion__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
	}

	.footer__menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer__info {
		padding: 0;
	}

	/* Bonus Page */
	.welcome-list__item {
		width: calc(50% - 10px);
	}

	.welcome-banner__list {
		padding: 0;
	}

	.benefits__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.benefits__img {
		width: auto;
	}

	/* App Page */
	.download-banner__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.download-banner__item .download-item__img {
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}

	.download-banner__item-android .download-item__img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-ms-flex-item-align: self-start;
		align-self: self-start;
	}

	.requirements-desc__list:nth-child(n) {
		gap: 20px;
	}

	.choose__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.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 - 74px);
		overflow: auto;
	}
}

@media screen and (max-width:650px) {

	.cover,
	.main {
		padding-left: 20px;
		padding-right: 20px;
	}

	h1,
	.title.general {
		font-size: 28px;
	}

	h2,
	.title.high {
		font-size: 24px;
		padding: 10px 0;
	}

	h3,
	.title.middle {
		font-size: 20px;
		padding: 5px 0;
	}

	h4,
	.title.mini {
		font-size: 18px;
		padding: 5px 0;
	}

	.prime__wrap {
		padding: 20px;
	}

	.prime__background {
		opacity: .7;
	}

	.advantages__table table {
		width: 715px;
	}

	.advantages__table thead th:first-child,
	.advantages__table tbody td:first-child {
		max-width: 215px;
	}

	.advantages__proscons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.advantages-proscons__item {
		width: 100%;
	}

	.bonus-banner__background img {
		-o-object-position: 75%;
		object-position: 75%;
	}

	.bonus-banner__right .bonus-banner__background img {
		-o-object-position: 15%;
		object-position: 15%;
	}

	.bonus-banner__title {
		font-size: 30px;
	}

	.bonus-banner__text {
		font-size: 20px;
	}

	.register-banner__img {
		width: 40%;
	}

	li.reviews-list__item {
		width: 100%;
	}

	li.grades-list__item {
		font-size: 18px;
	}

	.footer__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	/* Bonus Page */
	.welcome-list__item,
	.prizes-list__item {
		width: 100%;
	}

	/* App Page */
	.download-list__item {
		width: 100%;
	}

	.download-list__item-button {
		padding-top: 20px;
	}

	.store-banner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.store-banner__background img {
		-o-object-position: 75%;
		object-position: 75%;
	}
}

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

	h4,
	.title.mini {
		font-size: 16px;
	}

	ol li {
		gap: 5px;
		width: 100%;
		max-width: none;
		min-height: 0;
	}

	ol li:nth-child(odd) {
		background: -o-linear-gradient(top, rgba(58, 73, 249, 0) 72.61%, #B314A3 116.22%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(72.61%, rgba(58, 73, 249, 0)), color-stop(116.22%, #B314A3));
		background: linear-gradient(180deg, rgba(58, 73, 249, 0) 72.61%, #B314A3 116.22%);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 12px;
	}

	ol li:nth-child(odd):after {
		top: auto;
		bottom: 0;
	}

	ol li:nth-child(even) {
		padding-top: 12px;
	}

	.content {
		padding: 15px;
	}

	.header__lang {
		gap: 5px;
		padding: 0;
	}

	.prime__wrap {
		padding: 10px;
	}

	.prime__text,
	.page-prime__wrap .prime__text {
		font-size: 16px;
	}

	.bonus-banner {
		padding: 40px 10px;
	}

	.bonus-banner__title {
		font-size: 26px;
	}

	.bonus-banner__text {
		font-size: 18px;
	}

	.register__banner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 10px;
		padding: 10px;
	}

	.register-banner__img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		position: static;
		width: 45%;
		margin-bottom: -10px;
	}

	.register-banner__img-right {
		margin: 0 -10px -10px auto;
	}

	.tournaments__button {
		left: 10px;
		bottom: 10px;
	}

	.app__banner,
	.app-banner__item {
		padding: 10px;
	}

	.app-buton {
		gap: 10px;
		width: 220px;
		padding: 0 20px;
	}

	.bonuses-desc__title {
		font-size: 18px;
	}

	.bonuses-existing__background {
		margin: 0 -15px -15px 0;
	}

	.faq-item__title {
		padding: 10px 50px 10px 10px;
	}

	.faq-item__title:after {
		width: 30px;
		height: 30px;
		right: 10px;
	}

	.faq-item__desc {
		padding: 0 10px 10px;
	}

	.reviews-item__heading {
		gap: 10px;
	}

	.reviews-heading__name {
		font-size: 18px;
	}

	li.grades-list__item {
		font-size: 15px;
	}

	.footer__lang {
		gap: 10px;
	}

	.footer-menu__item p {
		margin-bottom: 10px;
	}

	/* App Page */
	.download-item__desc,
	.requirements__banner {
		padding: 10px;
	}
}