@media screen and (min-width: 1440px) {
	.cover {
		padding-left: calc(50% - ((1440px - 80px)/ 2));
		padding-right: calc(50% - ((1440px - 80px)/ 2));
	}

	.main,
	.footer {
		padding-left: calc(50% - ((1440px - 270px - 270px)/ 2));
		padding-right: calc(50% - ((1440px - 80px)/ 2));
	}

	.sidebar {
		left: calc(50% - ((1440px - 80px)/ 2));
	}
}

@media screen and (min-width:1025px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1250px) {
	.prime__wrap {
		background-color: rgba(9, 34, 77, 0.7);
		border-radius: 6px;
		padding: 20px;
		max-width: 740px;
	}
}

@media screen and (max-width:1025px) {
	.cover {
		padding-left: 40px;
		padding-right: 40px;
	}

	.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%);
		-webkit-box-shadow: 10px 20px 80px 0px rgba(30, 64, 233, 0.302),
			-20px -20px 50px 0px rgba(14, 14, 15, 0.502),
			-10px -20px 50px 0px rgba(0, 60, 255, 0.2),
			0px 0px 10px 0px rgba(255, 255, 255, 0.6) inset;
		box-shadow: 10px 20px 80px 0px rgba(30, 64, 233, 0.302),
			-20px -20px 50px 0px rgba(14, 14, 15, 0.502),
			-10px -20px 50px 0px rgba(0, 60, 255, 0.2),
			0px 0px 10px 0px rgba(255, 255, 255, 0.6) inset;
		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;
	}

	.main {
		padding-left: 40px;
	}

	.sidebar {
		position: static;
		height: auto;
		margin-top: 20px;
		width: 100%;
		padding: 0;
	}

	.sidebar__item+.sidebar__item {
		margin-top: 0;
	}

	.sidebar__item-menu {
		display: none;
	}

	.sidebar-quicklinks__button:before {
		background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M256%2080c0-17.7-14.3-32-32-32s-32%2014.3-32%2032l0%20144L48%20224c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032l144%200%200%20144c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32l0-144%20144%200c17.7%200%2032-14.3%2032-32s-14.3-32-32-32l-144%200%200-144z%22%20fill%3D%22%2344B52D%22%2F%3E%3C%2Fsvg%3E");
	}

	.sidebar-quicklinks__button.slide:before {
		background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M432%20256c0%2017.7-14.3%2032-32%2032L48%20288c-17.7%200-32-14.3-32-32s14.3-32%2032-32l352%200c17.7%200%2032%2014.3%2032%2032z%22%20fill%3D%22%2344B52D%22%2F%3E%3C%2Fsvg%3E");
	}

	.sidebar-quicklinks__list {
		display: none;
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general,
	h2,
	.title.high {
		font-size: 24px;
	}

	h3,
	.title.middle {
		font-size: 22px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.header__lang {
		margin-left: 0;
	}

	.prime {
		min-height: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.features__banner {
		padding: 20px;
	}

	.features-wrap__item {
		width: 100%;
	}

	.register__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;
	}

	.register-general__logo {
		margin-bottom: 20px;
	}

	.mobile__banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.mobile-banner__img {
		width: 100%;
	}

	.bonuses__list li span:first-child {
		font-size: 18px;
	}

	.download-banner,
	.store-banner__desc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.store-banner__desc {
		margin: 0 auto;
	}

	.store-banner {
		padding: 20px;
	}

	.reviews-list__item {
		font-size: 18px;
	}

	.footer {
		margin-top: 0;
	}

	.footer__menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-menu__item {
		width: calc(50% - 15px);
	}

	/* BONUSES PAGE */
	.balance__wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.balance-wrap__item {
		width: 100%;
	}

	.freespins__list-3 li,
	.offers__list li,
	.warning__list li {
		width: calc(50% - 10px);
	}

	.bonus {
		padding: 20px;
	}
}

@media (orientation: landscape) and (max-width:850px) {
	.header__menu {
		height: calc(100vh - 80px);
		overflow: auto;
	}
}

@media screen and (max-width:650px) {

	.cover,
	.main {
		padding-left: 20px;
		padding-right: 20px;
	}

	h1,
	.title.general {
		font-size: 22px;
		line-height: 130%;
	}

	h2,
	.title.high {
		font-size: 22px;
		padding-top: 0;
	}

	h3,
	.title.middle {
		font-size: 20px;
	}

	h4,
	.title.mini {
		font-size: 18px;
	}

	.prime__button {
		margin-top: 16px;
	}

	.table {
		overflow: auto;
	}

	.table table {
		width: 500px;
	}

	.features-wrap__item ul {
		padding-left: 0;
	}

	.bonuses__list li,
	.vip-banner__list li,
	.live-banner__desc ul li,
	.reviews-list__item {
		width: 100%;
	}

	.vip-banner__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.slots__table table {
		width: 600px;
	}

	.live-list__item {
		width: 100%;
	}

	.deposit-banner__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.deposit-wrap__general {
		padding-left: 20px;
	}

	.deposit-wrap__img {
		-ms-flex-item-align: self-start;
		align-self: self-start;
		width: 100%;
	}

	.faq-item__title {
		padding-left: 15px;
	}

	.banner {
		padding: 20px;
	}

	.footer__menu {
		padding: 20px;
	}

	.footer__desc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	/* BONUSES PAGE */
	.introduction__banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.introduction-banner__desc {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.introduction-banner__img {
		max-width: 100%;
	}

	.freespins__list li,
	.warning__list li {
		width: 100%;
	}

	.rewards__banner,
	.leaderboards__banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.rewards-banner__img,
	.leaderboards-banner__img {
		width: 100%;
	}

	.leaderboards-banner__img {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.bonus-desc__text {
		padding: 0;
	}

	/* APP PAGE */
	.advantages__wrap,
	.responsible__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.advantages-wrap__img,
	.responsible-wrap__img {
		width: 100%;
	}

	.web__list li {
		width: 100%;
	}
}

@media screen and (max-width: 450px) {
	.content {
		padding: 15px;
	}

	h1,
	.title.general {
		font-size: 20px;
	}

	h2,
	.title.high {
		font-size: 18px;
	}

	h3,
	.title.middle,
	h4,
	.title.mini {
		font-size: 16px;
	}

	ol li {
		padding-left: 40px;
	}

	ol>li:before {
		width: 30px;
	}

	ul>li {
		padding-left: 25px;
	}

	ul>li:before {
		left: 10px;
	}

	.header__logo {
		max-width: 140px;
	}

	.prime {
		padding: 0;
	}

	.prime__rating {
		font-size: 16px;
	}

	.table thead tr,
	.table tbody tr {
		padding-left: 10px;
		padding-right: 10px;
	}

	.table thead th {
		font-size: 16px;
	}

	.legislation__table thead th:first-child,
	.legislation__table tbody td:first-child,
	.rating__table thead th:first-child,
	.rating__table tbody td:first-child {
		max-width: 190px;
	}

	.features-item__title {
		padding: 3px 0 3px 40px;
	}

	.features-item__title:before {
		background-size: 20px;
		width: 30px;
		height: 30px;
	}

	.register-wrap__banner {
		padding-left: 10px;
		padding-right: 10px;
	}

	.register-general__logo {
		margin-bottom: 0;
	}

	.mobile__banner,
	.vip__banner {
		padding: 15px;
	}

	.download-banner__button {
		min-width: 210px;
	}

	.store-banner {
		padding-left: 10px;
		padding-right: 10px;
	}

	.faq-item__title {
		font-size: 15px;
		padding: 15px 35px 15px 15px;
	}

	.faq-item__title:after {
		right: 7px;
	}

	.faq-item__desc {
		padding: 15px;
	}

	.reviews-list__item {
		font-size: 16px;
		padding: 15px;
	}

	.footer-menu__item {
		text-align: center;
		width: 100%;
	}

	.footer-menu__item p {
		margin-bottom: 10px;
	}

	.footer-menu__item ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-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 PAGE */
	.introduction__banner,
	.balance-wrap__item,
	.rewards__banner,
	.cashback__banner,
	.leaderboards__banner {
		padding: 15px;
	}

	.offers__list li {
		width: 100%;
	}
}