@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-right: 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:1450px) {
	.prime__wrap {
		background-color: rgba(8, 16, 52, 0.75);
		border-radius: 6px;
		max-width: 585px;
		padding: 20px;
	}

	.bonus-banner__wrap {
		width: auto;
	}
}

@media screen and (max-width:1200px) {
	.sidebar {
		display: none
	}

	.page-nav {
		background: #0F1622;
		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;
	}

	.general-content {
		width: 100%;
	}

	.footer__menu {
		gap: 30px;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

@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: #050E22;
		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 {
		min-height: 350px;
	}

	.bonus-banner:not(.bonus-banner__right) {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.store-banner__wrap {
		padding-left: 20px;
	}

	.reviews__list {
		gap: 20px;
	}

	.reviews-list__item {
		width: calc(33.3% - 13.3px);
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 30px;
	}

	h2,
	.title.high {
		font-size: 24px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.header__lang {
		gap: 10px;
	}

	.main {
		padding-bottom: 40px;
	}

	.prime {
		min-height: 0;
		padding: 20px;
	}

	.table {
		overflow: auto;
	}

	.table::-webkit-scrollbar {
		height: 5px;
	}

	.table::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, .2);
		border-radius: 10px;
	}

	.table::-webkit-scrollbar-thumb {
		background: #2B68E1;
		border-radius: 10px;
	}

	.table table {
		width: 800px;
	}

	.table tr {
		gap: 20px;
	}

	.about-proscons__list {
		padding-left: 0;
	}

	.bonus-banner {
		min-height: 0;
		padding: 50px 20px;
	}

	.bonus-banner__wrap {
		background-color: rgba(8, 16, 52, 0.75);
		border-radius: 6px;
		padding: 20px;
	}

	.bonus-banner__background img {
		-o-object-position: 100%;
		object-position: 100%;
	}

	.bonus-banner__left .bonus-banner__background img {
		-o-object-position: 80%;
		object-position: 80%;
	}

	.buttons-banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.store-banner__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px;
	}

	.store-banner__img {
		-ms-flex-item-align: self-end;
		align-self: self-end;
		width: auto;
		margin: 0 -20px -20px;
	}

	.bonuses-item__desc ul li {
		width: calc(50% - 8px);
	}

	.reviews-list__item {
		width: calc(50% - 10px);
	}

	.footer__menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer__info {
		padding: 0;
	}

	/* Bonus Page */
	.welcome__list li {
		width: calc(50% - 8px);
	}

	.offers__banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.offers-banner__img {
		width: auto;
	}
}

@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: 26px;
	}

	h2,
	.title.high {
		font-size: 22px;
	}

	h3,
	.title.middle {
		font-size: 18px;
	}

	ol li {
		padding-left: 50px;
	}

	.about__table td:first-child {
		max-width: 250px;
	}

	.about__proscons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.about-proscons__item {
		width: 100%;
	}

	.register-list__text {
		padding-left: 55px;
	}

	.bonuses-item__desc ul li {
		width: 100%;
	}

	.bonuses-list__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.bonuses-item__img {
		width: auto;
	}

	.bonus-banner__title {
		font-size: 26px;
	}

	.bonus-banner__text {
		font-size: 20px;
	}

	.transactions-banner__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.transactions-banner__img {
		width: auto;
	}

	.reviews-list__item {
		width: 100%;
	}

	.footer__menu {
		gap: 30px 20px;
	}

	.footer-menu__item {
		width: calc(50% - 10px);
	}

	.footer__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	/* Bonus Page */
	.welcome__list li {
		width: 100%;
	}

	.welcome-banner__background {
		opacity: .5;
	}

	.weekend-bonus__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.weekend-bonus__img {
		width: auto;
	}

	.free-spins__table thead th:first-child,
	.free-spins__table tbody td:first-child {
		max-width: 220px;
	}

	/* App Page */
	.requirements-banner__background {
		opacity: 0.7;
	}
}

@media screen and (max-width: 450px) {
	.main {
		padding-left: 10px;
		padding-right: 10px;
	}

	h1,
	.title.general {
		font-size: 22px;
	}

	h2,
	.title.high {
		font-size: 20px;
	}

	ol li,
	.register-list__text {
		padding-left: 40px;
	}

	ol>li:before,
	.register-list__text:before {
		width: 30px;
	}

	ul li {
		padding: 10px 10px 10px 25px;
	}

	ul>li:before {
		left: 10px;
	}

	.content {
		padding: 15px;
	}

	.header__lang span {
		display: none;
	}

	.bonus-banner {
		padding: 40px 10px;
	}

	.bonus-banner__title {
		font-size: 22px;
	}

	.bonus-banner__text {
		font-size: 18px;
		margin-top: 10px;
	}

	.mobile__banner {
		padding: 15px;
	}

	.transactions__banner {
		padding-left: 15px;
		padding-right: 15px;
	}

	.reviews-heading__img {
		max-width: 50px;
	}

	.faq-item__title {
		padding-left: 10px;
		padding-right: 35px;
	}

	.faq-item__title:after {
		right: 10px;
	}

	.faq-item__desc {
		padding-left: 10px;
		padding-right: 10px;
	}

	.footer__lang {
		gap: 10px;
	}

	.footer__menu {
		padding: 10px;
	}

	.footer-menu__item p {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.footer-menu__item li a {
		padding-left: 10px;
	}

	.footer-menu__item li a::before {
		left: 0;
	}

	/* Bonus Page */
	.promotional__banner,
	.welcome__list,
	.welcome__banner {
		padding: 15px;
	}

	/* App Page */
	.download-desc__title {
		padding: 10px;
	}

	.download-desc__title img {
		max-width: 24x;
	}

	.download-desc__button {
		padding-left: 15px;
		padding-right: 15px;
		width: 220px;
	}

	.features__banner,
	.requirements__banner {
		padding: 15px;
	}
}