@media screen and (min-width: 1600px) {
	.cover {
		padding-left: calc(50% - ((1600px - 60px) / 2));
		padding-right: calc(50% - ((1600px - 60px) / 2));
	}

	.content-wrapper {
		padding-left: calc(50% - ((1600px - 20px) / 2));
		padding-right: calc(50% - ((1600px - 20px) / 2));
	}
}

@media screen and (min-width:1301px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1300px) {
	.header__logo {
		margin-right: auto;
	}

	.menu-button {
		display: block;
		background: #4DA533;
		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: #0D1D34;
		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;
	}

	.sidebar__right {
		display: none;
	}
}

@media screen and (max-width:1025px) {
	.header>.header__store {
		display: none;
	}

	.header__menu .header__store {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 214px;
		margin: 20px auto 0;
	}

	.sidebar {
		display: none;
	}

	.main {
		width: 100%;
	}

	.content.navigation {
		display: block;
		padding: 0;
	}

	.sidebar-navigation__button:before {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}

	.sidebar-navigation__button.slide:before {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
	}

	.sidebar-navigation__list {
		display: none;
	}

	.content-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 28px;
	}

	h2,
	.title.high {
		font-size: 24px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.prime {
		padding: 20px;
		min-height: 0;
	}

	.prime__background img {
		-o-object-position: 75%;
		object-position: 75%;
	}

	.prime__wrap,
	.bonus-banner__wrap {
		background: -o-radial-gradient(100% 0%, 100% 162.16%, rgba(26, 55, 105, 0.8) 0%, rgba(29, 80, 141, 0.8) 100%);
		background: radial-gradient(100% 162.16% at 100% 0%, rgba(26, 55, 105, 0.8) 0%, rgba(29, 80, 141, 0.8) 100%);
		border-radius: 6px;
		padding: 15px;
	}

	.table {
		overflow: auto;
	}

	.table table {
		width: 850px;
	}

	.table::-webkit-scrollbar {
		height: 5px;
	}

	.table::-webkit-scrollbar-track {
		background: #fff;
		border-radius: 5px;
	}

	.table::-webkit-scrollbar-thumb {
		background: radial-gradient(100% 162.16% at 100% 0%, #1A3769 0%, #1D508D 100%);
		border-radius: 5px;
	}

	.bonus-banner {
		padding: 20px;
	}

	.live__banner {
		padding: 20px;
	}

	.reviews-list__item {
		width: 100%;
	}

	.grades__table table {
		width: 100%;
	}

	/* Bonus Page */
	.weekly__banner,
	.freespins__banner {
		padding: 20px;
	}

	/* App Page */
	.offers__banner,
	.requirements__banner {
		padding: 20px;
	}

	/* Betting Page */
	.markets-desc__list {
		padding: 0;
	}

	.betting__banner {
		padding: 20px;
	}
}

@media (orientation: landscape) and (max-width:850px) {
	.header__menu {
		height: calc(100vh - 80px);
		overflow: auto;
	}
}

@media screen and (max-width:650px) {

	h1,
	.title.general {
		font-size: 26px;
	}

	h2,
	.title.high {
		font-size: 22px;
	}

	.bonus-banner__button {
		margin-top: 20px;
	}

	.promotions-desc__wrap {
		width: 100%;
	}

	.promotions__item:nth-last-child(n) .promotions-item__img {
		position: relative;
		width: auto;
		margin: 10px -20px -20px auto;
	}

	.blocks-list__item {
		width: 100%;
	}

	.live__banner-games {
		background-color: #0D1D34;
	}

	.live__banner-games .live-banner__background {
		opacity: .5;
	}

	.grades__table table {
		position: relative;
	}

	.grades-table__img {
		opacity: .2;
		width: auto;
	}

	.grades__table td {
		max-width: 100px;
	}

	.conclusion__desc {
		width: 100%;
	}

	.conclusion__img {
		position: relative;
		margin: 10px -20px -32px auto;
		width: auto;
	}

	.footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer__menu {
		margin-bottom: 30px;
	}

	.footer__payment {
		gap: 15px;
	}

	/* Bonus Page */
	.first-banner__img {
		position: relative;
		margin: 10px -20px -20px auto;
		width: auto;
	}

	.rewards__banner-benefits .rewards-banner__background {
		opacity: .3;
	}
}

@media screen and (max-width: 450px) {

	h1,
	.title.general {
		font-size: 22px;
	}

	h2,
	.title.high {
		font-size: 20px;
	}

	h3,
	.title.middle {
		font-size: 18px;
	}

	.cover,
	.content-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}

	.content,
	.article-banner,
	.blocks-list__item {
		padding: 15px;
	}

	.header {
		gap: 10px;
	}

	.header__time {
		display: none;
	}

	.bonus-banner {
		min-height: 250px;
	}

	.bonus-banner__text {
		font-size: 16px;
	}

	.blocks-list-item__desc {
		margin-top: 10px;
	}

	.reviews-list__item {
		-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;
	}

	.reviews-item__stars {
		margin: 0;
	}

	.grades__table {
		font-size: 15px;
	}

	.grades__table tbody tr>* {
		padding-left: 10px;
		padding-right: 10px;
	}

	.footer__langs {
		gap: 10px;
	}

	.footer__desc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-top: 20px;
	}

	/* App Page */
	.web-banner__img {
		position: relative;
		margin: 10px -20px -20px auto;
		width: auto;
	}
}