@media screen and (min-width: 1600px) {
	.cover {
		padding-left: calc(50% - ((1600px - 40px)/ 2));
		padding-right: calc(50% - ((1600px - 40px)/ 2));
	}

	.main,
	.footer {
		padding-left: calc(50% - ((1600px - 552px)/ 2));
		padding-right: calc(50% - ((1600px - 552px)/ 2));
	}

	.sidebar-left {
		left: calc(50% - (1600px / 2));
	}

	.sidebar-right {
		right: calc(50% - (1600px / 2));
	}
}

@media screen and (min-width:1151px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1470px) {
	.prime__wrap {
		background-color: rgba(20, 20, 20, .6);
		-webkit-backdrop-filter: blur(2px);
		backdrop-filter: blur(2px);
		border-radius: 10px;
		padding: 20px;
		max-width: 548px;
	}
}

@media screen and (max-width:1300px) {

	.main,
	.footer {
		padding-right: 20px;
	}

	.sidebar-right {
		display: none;
	}
}

@media screen and (max-width:1150px) {
	.header__logo {
		margin-right: auto;
	}

	.menu-button {
		display: block;
		background: -o-linear-gradient(top, #00E094 0%, #00894C 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#00E094), to(#00894C));
		background: linear-gradient(180deg, #00E094 0%, #00894C 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 {
		background: #141414;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 100;
		margin: 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 {
		position: static;
		height: auto;
		width: 100%;
		margin-top: 20px;
		padding: 0;
	}

	.sidebar>*:not(.sidebar__item-quicklinks) {
		display: none;
	}

	.sidebar__item-quicklinks {
		margin-top: 0;
	}

	.sidebar__button:before {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}

	.sidebar__button.active:before {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
	}

	.sidebar-quicklinks__list {
		display: none;
	}

	.main,
	.footer {
		padding-left: 20px;
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 24px;
	}

	h2,
	.title.high {
		font-size: 24px;
	}

	.header {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.prime {
		padding: 20px;
	}

	.table {
		overflow: auto;
	}

	.table table {
		width: 900px;
	}

	.table:after {
		display: none;
	}

	.table::-webkit-scrollbar {
		height: 5px;
	}

	.table::-webkit-scrollbar-track {
		background: #fff;
		border-radius: 5px;
	}

	.table::-webkit-scrollbar-thumb {
		background: -webkit-gradient(linear, left bottom, left top, from(#1E6C70), to(#16FAB1));
		background: linear-gradient(0deg, #1E6C70 0%, #16FAB1 100%);
		border-radius: 5px;
	}

	.bonus-banner {
		min-height: 350px;
		padding: 20px;
	}

	.promotions__list-3 .promotions-list__item {
		width: calc(50% - 10px);
	}

	.block-list .block-list__item:nth-child(n) {
		width: calc(50% - 10px);
	}

	.reviews-list__item,
	.grade-list__item {
		width: 100%;
	}

	/* App Page */
	.store {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (orientation: landscape) and (max-width:850px) {
	.header__menu {
		height: calc(100vh - 70px);
		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;
	}

	h3,
	.title.middle {
		font-size: 18px;
	}

	.prime__background img {
		-o-object-position: 80%;
		object-position: 80%;
	}

	.features__proscons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.bonus-banner__title {
		font-size: 26px;
	}

	.bonus-banner__text {
		font-size: 20px;
	}

	.app-banner__desc {
		width: 100%;
	}

	.app-banner__img,
	.app__banner-android .app-banner__img {
		position: relative;
		width: auto;
		bottom: -20px;
		right: auto;
	}

	.promotions-list__item,
	.promotions__list-3 .promotions-list__item,
	.live-list__item,
	.block-list .block-list__item:nth-child(n) {
		width: 100%;
	}

	.gradient-banner__desc {
		width: 100%;
	}

	.gradient-banner__img {
		position: relative;
		right: auto;
		width: auto;
		margin: 10px auto -20px;
	}

	.conclusion__desc {
		width: 100%;
	}

	.conclusion .conclusion__img {
		right: auto;
		margin: 10px -20px -20px auto;
		position: relative;
		width: auto;
	}

	.footer__wrap {
		margin-top: 20px;
	}

	.footer__menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-menu__item {
		width: calc(50% - 10px);
	}

	/* Bonus Page */
	.welcome-banner__desc,
	.leaderboards-banner__desc {
		width: 100%;
	}

	.cashback-banner__img {
		top: 0;
	}

	/* App Page */
	.benefits-list__item {
		width: 100%;
	}

	.benefits__img {
		right: auto;
		margin: 10px auto -20px;
		position: relative;
		width: auto;
	}

	.store {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 50px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	/* Betting Page */
	.coverage__banner {
		padding-bottom: 20px;
	}

	.coverage-banner__desc {
		width: 100%;
	}

	.coverage-banner__img {
		position: relative;
		margin: 10px auto -20px;
		width: auto;
	}

	.interface__banner {
		background-color: rgba(0, 0, 0, .7);
	}

	.interface-banner__background {
		opacity: .5;
	}

	.interface-banner__desc {
		width: 100%;
	}
}

@media screen and (max-width: 450px) {
	.content {
		padding: 15px;
	}

	.main,
	.footer {
		padding-left: 10px;
		padding-right: 10px;
	}

	h2,
	.title.high {
		font-size: 20px;
	}

	ol.type-list>li {
		padding-left: 40px;
	}

	ol.type-list>li:before {
		width: 30px;
	}

	.type-list>li ul {
		padding-left: 0;
	}

	.article-banner,
	.gradient-banner {
		padding: 15px;
	}

	.table thead tr>* {
		font-size: 18px;
	}

	.header__logo {
		max-width: 120px;
	}

	.bonus-banner__title {
		font-size: 22px;
	}

	.bonus-banner__text {
		font-size: 18px;
	}

	.promotions-list__item,
	.live-list__item,
	.reviews-list__item,
	.grade-list__item {
		padding: 15px;
	}

	.promotions-item__title,
	.live-item__title {
		gap: 10px;
	}

	.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;
		font-size: 16px;
	}

	.footer__langs {
		gap: 10px;
	}

	.footer-menu__item {
		width: 100%;
	}

	.footer__copyright {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		text-align: center;
	}

	/* Bonus Page */
	.welcome__item {
		padding: 15px;
	}

	/* App Page */
	.install__item {
		padding: 15px;
	}
}